@charset "UTF-8";
/* Vendor Dependencies */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270F";
}

.glyphicon-glass:before {
  content: "\E001";
}

.glyphicon-music:before {
  content: "\E002";
}

.glyphicon-search:before {
  content: "\E003";
}

.glyphicon-heart:before {
  content: "\E005";
}

.glyphicon-star:before {
  content: "\E006";
}

.glyphicon-star-empty:before {
  content: "\E007";
}

.glyphicon-user:before {
  content: "\E008";
}

.glyphicon-film:before {
  content: "\E009";
}

.glyphicon-th-large:before {
  content: "\E010";
}

.glyphicon-th:before {
  content: "\E011";
}

.glyphicon-th-list:before {
  content: "\E012";
}

.glyphicon-ok:before {
  content: "\E013";
}

.glyphicon-remove:before {
  content: "\E014";
}

.glyphicon-zoom-in:before {
  content: "\E015";
}

.glyphicon-zoom-out:before {
  content: "\E016";
}

.glyphicon-off:before {
  content: "\E017";
}

.glyphicon-signal:before {
  content: "\E018";
}

.glyphicon-cog:before {
  content: "\E019";
}

.glyphicon-trash:before {
  content: "\E020";
}

.glyphicon-home:before {
  content: "\E021";
}

.glyphicon-file:before {
  content: "\E022";
}

.glyphicon-time:before {
  content: "\E023";
}

.glyphicon-road:before {
  content: "\E024";
}

.glyphicon-download-alt:before {
  content: "\E025";
}

.glyphicon-download:before {
  content: "\E026";
}

.glyphicon-upload:before {
  content: "\E027";
}

.glyphicon-inbox:before {
  content: "\E028";
}

.glyphicon-play-circle:before {
  content: "\E029";
}

.glyphicon-repeat:before {
  content: "\E030";
}

.glyphicon-refresh:before {
  content: "\E031";
}

.glyphicon-list-alt:before {
  content: "\E032";
}

.glyphicon-lock:before {
  content: "\E033";
}

.glyphicon-flag:before {
  content: "\E034";
}

.glyphicon-headphones:before {
  content: "\E035";
}

.glyphicon-volume-off:before {
  content: "\E036";
}

.glyphicon-volume-down:before {
  content: "\E037";
}

.glyphicon-volume-up:before {
  content: "\E038";
}

.glyphicon-qrcode:before {
  content: "\E039";
}

.glyphicon-barcode:before {
  content: "\E040";
}

.glyphicon-tag:before {
  content: "\E041";
}

.glyphicon-tags:before {
  content: "\E042";
}

.glyphicon-book:before {
  content: "\E043";
}

.glyphicon-bookmark:before {
  content: "\E044";
}

.glyphicon-print:before {
  content: "\E045";
}

.glyphicon-camera:before {
  content: "\E046";
}

.glyphicon-font:before {
  content: "\E047";
}

.glyphicon-bold:before {
  content: "\E048";
}

.glyphicon-italic:before {
  content: "\E049";
}

.glyphicon-text-height:before {
  content: "\E050";
}

.glyphicon-text-width:before {
  content: "\E051";
}

.glyphicon-align-left:before {
  content: "\E052";
}

.glyphicon-align-center:before {
  content: "\E053";
}

.glyphicon-align-right:before {
  content: "\E054";
}

.glyphicon-align-justify:before {
  content: "\E055";
}

.glyphicon-list:before {
  content: "\E056";
}

.glyphicon-indent-left:before {
  content: "\E057";
}

.glyphicon-indent-right:before {
  content: "\E058";
}

.glyphicon-facetime-video:before {
  content: "\E059";
}

.glyphicon-picture:before {
  content: "\E060";
}

.glyphicon-map-marker:before {
  content: "\E062";
}

.glyphicon-adjust:before {
  content: "\E063";
}

.glyphicon-tint:before {
  content: "\E064";
}

.glyphicon-edit:before {
  content: "\E065";
}

.glyphicon-share:before {
  content: "\E066";
}

.glyphicon-check:before {
  content: "\E067";
}

.glyphicon-move:before {
  content: "\E068";
}

.glyphicon-step-backward:before {
  content: "\E069";
}

.glyphicon-fast-backward:before {
  content: "\E070";
}

.glyphicon-backward:before {
  content: "\E071";
}

.glyphicon-play:before {
  content: "\E072";
}

.glyphicon-pause:before {
  content: "\E073";
}

.glyphicon-stop:before {
  content: "\E074";
}

.glyphicon-forward:before {
  content: "\E075";
}

.glyphicon-fast-forward:before {
  content: "\E076";
}

.glyphicon-step-forward:before {
  content: "\E077";
}

.glyphicon-eject:before {
  content: "\E078";
}

.glyphicon-chevron-left:before {
  content: "\E079";
}

.glyphicon-chevron-right:before {
  content: "\E080";
}

.glyphicon-plus-sign:before {
  content: "\E081";
}

.glyphicon-minus-sign:before {
  content: "\E082";
}

.glyphicon-remove-sign:before {
  content: "\E083";
}

.glyphicon-ok-sign:before {
  content: "\E084";
}

.glyphicon-question-sign:before {
  content: "\E085";
}

.glyphicon-info-sign:before {
  content: "\E086";
}

.glyphicon-screenshot:before {
  content: "\E087";
}

.glyphicon-remove-circle:before {
  content: "\E088";
}

.glyphicon-ok-circle:before {
  content: "\E089";
}

.glyphicon-ban-circle:before {
  content: "\E090";
}

.glyphicon-arrow-left:before {
  content: "\E091";
}

.glyphicon-arrow-right:before {
  content: "\E092";
}

.glyphicon-arrow-up:before {
  content: "\E093";
}

.glyphicon-arrow-down:before {
  content: "\E094";
}

.glyphicon-share-alt:before {
  content: "\E095";
}

.glyphicon-resize-full:before {
  content: "\E096";
}

.glyphicon-resize-small:before {
  content: "\E097";
}

.glyphicon-exclamation-sign:before {
  content: "\E101";
}

.glyphicon-gift:before {
  content: "\E102";
}

.glyphicon-leaf:before {
  content: "\E103";
}

.glyphicon-fire:before {
  content: "\E104";
}

.glyphicon-eye-open:before {
  content: "\E105";
}

.glyphicon-eye-close:before {
  content: "\E106";
}

.glyphicon-warning-sign:before {
  content: "\E107";
}

.glyphicon-plane:before {
  content: "\E108";
}

.glyphicon-calendar:before {
  content: "\E109";
}

.glyphicon-random:before {
  content: "\E110";
}

.glyphicon-comment:before {
  content: "\E111";
}

.glyphicon-magnet:before {
  content: "\E112";
}

.glyphicon-chevron-up:before {
  content: "\E113";
}

.glyphicon-chevron-down:before {
  content: "\E114";
}

.glyphicon-retweet:before {
  content: "\E115";
}

.glyphicon-shopping-cart:before {
  content: "\E116";
}

.glyphicon-folder-close:before {
  content: "\E117";
}

.glyphicon-folder-open:before {
  content: "\E118";
}

.glyphicon-resize-vertical:before {
  content: "\E119";
}

.glyphicon-resize-horizontal:before {
  content: "\E120";
}

.glyphicon-hdd:before {
  content: "\E121";
}

.glyphicon-bullhorn:before {
  content: "\E122";
}

.glyphicon-bell:before {
  content: "\E123";
}

.glyphicon-certificate:before {
  content: "\E124";
}

.glyphicon-thumbs-up:before {
  content: "\E125";
}

.glyphicon-thumbs-down:before {
  content: "\E126";
}

.glyphicon-hand-right:before {
  content: "\E127";
}

.glyphicon-hand-left:before {
  content: "\E128";
}

.glyphicon-hand-up:before {
  content: "\E129";
}

.glyphicon-hand-down:before {
  content: "\E130";
}

.glyphicon-circle-arrow-right:before {
  content: "\E131";
}

.glyphicon-circle-arrow-left:before {
  content: "\E132";
}

.glyphicon-circle-arrow-up:before {
  content: "\E133";
}

.glyphicon-circle-arrow-down:before {
  content: "\E134";
}

.glyphicon-globe:before {
  content: "\E135";
}

.glyphicon-wrench:before {
  content: "\E136";
}

.glyphicon-tasks:before {
  content: "\E137";
}

.glyphicon-filter:before {
  content: "\E138";
}

.glyphicon-briefcase:before {
  content: "\E139";
}

.glyphicon-fullscreen:before {
  content: "\E140";
}

.glyphicon-dashboard:before {
  content: "\E141";
}

.glyphicon-paperclip:before {
  content: "\E142";
}

.glyphicon-heart-empty:before {
  content: "\E143";
}

.glyphicon-link:before {
  content: "\E144";
}

.glyphicon-phone:before {
  content: "\E145";
}

.glyphicon-pushpin:before {
  content: "\E146";
}

.glyphicon-usd:before {
  content: "\E148";
}

.glyphicon-gbp:before {
  content: "\E149";
}

.glyphicon-sort:before {
  content: "\E150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}

.glyphicon-sort-by-order:before {
  content: "\E153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}

.glyphicon-sort-by-attributes:before {
  content: "\E155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}

.glyphicon-unchecked:before {
  content: "\E157";
}

.glyphicon-expand:before {
  content: "\E158";
}

.glyphicon-collapse-down:before {
  content: "\E159";
}

.glyphicon-collapse-up:before {
  content: "\E160";
}

.glyphicon-log-in:before {
  content: "\E161";
}

.glyphicon-flash:before {
  content: "\E162";
}

.glyphicon-log-out:before {
  content: "\E163";
}

.glyphicon-new-window:before {
  content: "\E164";
}

.glyphicon-record:before {
  content: "\E165";
}

.glyphicon-save:before {
  content: "\E166";
}

.glyphicon-open:before {
  content: "\E167";
}

.glyphicon-saved:before {
  content: "\E168";
}

.glyphicon-import:before {
  content: "\E169";
}

.glyphicon-export:before {
  content: "\E170";
}

.glyphicon-send:before {
  content: "\E171";
}

.glyphicon-floppy-disk:before {
  content: "\E172";
}

.glyphicon-floppy-saved:before {
  content: "\E173";
}

.glyphicon-floppy-remove:before {
  content: "\E174";
}

.glyphicon-floppy-save:before {
  content: "\E175";
}

.glyphicon-floppy-open:before {
  content: "\E176";
}

.glyphicon-credit-card:before {
  content: "\E177";
}

.glyphicon-transfer:before {
  content: "\E178";
}

.glyphicon-cutlery:before {
  content: "\E179";
}

.glyphicon-header:before {
  content: "\E180";
}

.glyphicon-compressed:before {
  content: "\E181";
}

.glyphicon-earphone:before {
  content: "\E182";
}

.glyphicon-phone-alt:before {
  content: "\E183";
}

.glyphicon-tower:before {
  content: "\E184";
}

.glyphicon-stats:before {
  content: "\E185";
}

.glyphicon-sd-video:before {
  content: "\E186";
}

.glyphicon-hd-video:before {
  content: "\E187";
}

.glyphicon-subtitles:before {
  content: "\E188";
}

.glyphicon-sound-stereo:before {
  content: "\E189";
}

.glyphicon-sound-dolby:before {
  content: "\E190";
}

.glyphicon-sound-5-1:before {
  content: "\E191";
}

.glyphicon-sound-6-1:before {
  content: "\E192";
}

.glyphicon-sound-7-1:before {
  content: "\E193";
}

.glyphicon-copyright-mark:before {
  content: "\E194";
}

.glyphicon-registration-mark:before {
  content: "\E195";
}

.glyphicon-cloud-download:before {
  content: "\E197";
}

.glyphicon-cloud-upload:before {
  content: "\E198";
}

.glyphicon-tree-conifer:before {
  content: "\E199";
}

.glyphicon-tree-deciduous:before {
  content: "\E200";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .module-news-and-opinion .container > h1 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .module-news-and-opinion .container > h1:before, .container:after, .module-news-and-opinion .container > h1:after {
  content: " ";
  display: table;
}

.container:after, .module-news-and-opinion .container > h1:after {
  clear: both;
}

@media (min-width: 768px) {
  .container, .module-news-and-opinion .container > h1 {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container, .module-news-and-opinion .container > h1 {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container, .module-news-and-opinion .container > h1 {
    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, .program-card .program-card-extra, .program-card-yellow .program-card-extra, .program-card-blue .program-card-extra, .program-card-green .program-card-extra, .program-card-red .program-card-extra, .quick-links-list, .event-details-speaker, .module-history-timeline .panel, .all-event-cards-filters, .card-filters {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .program-card .program-card-extra:before, .program-card-yellow .program-card-extra:before, .program-card-blue .program-card-extra:before, .program-card-green .program-card-extra:before, .program-card-red .program-card-extra:before, .quick-links-list:before, .event-details-speaker:before, .module-history-timeline .panel:before, .all-event-cards-filters:before, .card-filters:before, .row:after, .program-card .program-card-extra:after, .program-card-yellow .program-card-extra:after, .program-card-blue .program-card-extra:after, .program-card-green .program-card-extra:after, .program-card-red .program-card-extra:after, .quick-links-list:after, .event-details-speaker:after, .module-history-timeline .panel:after, .all-event-cards-filters:after, .card-filters:after {
  content: " ";
  display: table;
}

.row:after, .program-card .program-card-extra:after, .program-card-yellow .program-card-extra:after, .program-card-blue .program-card-extra:after, .program-card-green .program-card-extra:after, .program-card-red .program-card-extra:after, .quick-links-list:after, .event-details-speaker:after, .module-history-timeline .panel:after, .all-event-cards-filters:after, .card-filters:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .programme-fees-list .programme-fees-list-number, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .quick-links-list .quick-links-item, .quick-links-list .quick-links-title, .module-logo-text-image .logo-text-image-logo, .people-picker-person,
.people-picker-title, .col-lg-2, .col-xs-3, .col-sm-3, footer .row > div, footer .program-card .program-card-extra > div, .program-card footer .program-card-extra > div, footer .program-card-yellow .program-card-extra > div, .program-card-yellow footer .program-card-extra > div, footer .program-card-blue .program-card-extra > div, .program-card-blue footer .program-card-extra > div, footer .program-card-green .program-card-extra > div, .program-card-green footer .program-card-extra > div, footer .program-card-red .program-card-extra > div, .program-card-red footer .program-card-extra > div, footer .quick-links-list > div, footer .event-details-speaker > div, footer .module-history-timeline .panel > div, .module-history-timeline footer .panel > div, footer .all-event-cards-filters > div, footer .card-filters > div, .module-logo-text-image .logo-text-image-logo, .how-we-work-card, .people-picker-person,
.people-picker-title, .module-history-timeline .history-accordion-intro, .col-md-3, .intro-block-middle, .intro-block-link, .module-event-cards .row > div, .module-event-cards .program-card .program-card-extra > div, .program-card .module-event-cards .program-card-extra > div, .module-event-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-event-cards .program-card-extra > div, .module-event-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-event-cards .program-card-extra > div, .module-event-cards .program-card-green .program-card-extra > div, .program-card-green .module-event-cards .program-card-extra > div, .module-event-cards .program-card-red .program-card-extra > div, .program-card-red .module-event-cards .program-card-extra > div, .module-event-cards .quick-links-list > div, .module-event-cards .event-details-speaker > div, .module-event-cards .module-history-timeline .panel > div, .module-history-timeline .module-event-cards .panel > div, .module-event-cards .all-event-cards-filters > div, .module-event-cards .card-filters > div, .module-members-stats-strip .members-stats-strip-info, .module-members-stats-strip .members-stats-strip-card, .module-logo-text-image .logo-text-image-link, .article-sidebar, .event-details-speaker-face, .module-all-event-cards .row > div, .module-all-event-cards .program-card .program-card-extra > div, .program-card .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-green .program-card-extra > div, .program-card-green .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-red .program-card-extra > div, .program-card-red .module-all-event-cards .program-card-extra > div, .module-all-event-cards .quick-links-list > div, .module-all-event-cards .event-details-speaker > div, .module-all-event-cards .module-history-timeline .panel > div, .module-history-timeline .module-all-event-cards .panel > div, .module-all-event-cards .all-event-cards-filters > div, .module-all-event-cards .card-filters > div, .col-lg-3, .col-xs-4, .people-picker-person,
.people-picker-title, .col-sm-4, .our-reach-card, .why-we-exist-graphic-1,
.why-we-exist-graphic-2,
.why-we-exist-graphic-3, .col-md-4, .intro-block-text, .module-news-and-opinion .row > div, .module-news-and-opinion .program-card .program-card-extra > div, .program-card .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-yellow .program-card-extra > div, .program-card-yellow .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-blue .program-card-extra > div, .program-card-blue .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-green .program-card-extra > div, .program-card-green .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-red .program-card-extra > div, .program-card-red .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .quick-links-list > div, .module-news-and-opinion .event-details-speaker > div, .module-news-and-opinion .module-history-timeline .panel > div, .module-history-timeline .module-news-and-opinion .panel > div, .module-news-and-opinion .all-event-cards-filters > div, .module-news-and-opinion .card-filters > div, .module-logo-text-image .logo-text-image-image, .module-member-project-cards .row > div, .module-member-project-cards .program-card .program-card-extra > div, .program-card .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-green .program-card-extra > div, .program-card-green .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-red .program-card-extra > div, .program-card-red .module-member-project-cards .program-card-extra > div, .module-member-project-cards .quick-links-list > div, .module-member-project-cards .event-details-speaker > div, .module-member-project-cards .module-history-timeline .panel > div, .module-history-timeline .module-member-project-cards .panel > div, .module-member-project-cards .all-event-cards-filters > div, .module-member-project-cards .card-filters > div, .our-members-strip-stats, .programme-fees-info, .residential-banner-info, .teachers-strip-info, .people-picker-search, .module-report-cards .row > div, .module-report-cards .program-card .program-card-extra > div, .program-card .module-report-cards .program-card-extra > div, .module-report-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-report-cards .program-card-extra > div, .module-report-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-report-cards .program-card-extra > div, .module-report-cards .program-card-green .program-card-extra > div, .program-card-green .module-report-cards .program-card-extra > div, .module-report-cards .program-card-red .program-card-extra > div, .program-card-red .module-report-cards .program-card-extra > div, .module-report-cards .quick-links-list > div, .module-report-cards .event-details-speaker > div, .module-report-cards .module-history-timeline .panel > div, .module-history-timeline .module-report-cards .panel > div, .module-report-cards .all-event-cards-filters > div, .module-report-cards .card-filters > div, .module-testimonial-cards .row > div, .module-testimonial-cards .program-card .program-card-extra > div, .program-card .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-green .program-card-extra > div, .program-card-green .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-red .program-card-extra > div, .program-card-red .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .quick-links-list > div, .module-testimonial-cards .event-details-speaker > div, .module-testimonial-cards .module-history-timeline .panel > div, .module-history-timeline .module-testimonial-cards .panel > div, .module-testimonial-cards .all-event-cards-filters > div, .module-testimonial-cards .card-filters > div, .module-news-info-cards .row > div, .module-news-info-cards .program-card .program-card-extra > div, .program-card .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-green .program-card-extra > div, .program-card-green .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-red .program-card-extra > div, .program-card-red .module-news-info-cards .program-card-extra > div, .module-news-info-cards .quick-links-list > div, .module-news-info-cards .event-details-speaker > div, .module-news-info-cards .module-history-timeline .panel > div, .module-history-timeline .module-news-info-cards .panel > div, .module-news-info-cards .all-event-cards-filters > div, .module-news-info-cards .card-filters > div, .col-lg-4, .col-xs-5, .col-sm-5, .intro-block-middle, .plain-ad-banner-text, .plain-ad-banner .plain-ad-banner-text, .col-md-5, .intro-block-media, .subject-test-teach-teacher, .subject-body-speakers, .col-lg-5, .col-xs-6, .program-card .program-card-extra > div, .program-card-yellow .program-card-extra > div, .program-card-blue .program-card-extra > div, .program-card-green .program-card-extra > div, .program-card-red .program-card-extra > div, .module-members-stats-strip .members-stats-strip-card, .our-members-strip-stats-card, .module-testimonials-carousel .testimonial-carousel-card, .col-sm-6, .module-news-and-opinion .row > div, .module-news-and-opinion .program-card .program-card-extra > div, .program-card .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-yellow .program-card-extra > div, .program-card-yellow .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-blue .program-card-extra > div, .program-card-blue .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-green .program-card-extra > div, .program-card-green .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-red .program-card-extra > div, .program-card-red .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .quick-links-list > div, .module-news-and-opinion .event-details-speaker > div, .module-news-and-opinion .module-history-timeline .panel > div, .module-history-timeline .module-news-and-opinion .panel > div, .module-news-and-opinion .all-event-cards-filters > div, .module-news-and-opinion .card-filters > div, .module-event-cards .row > div, .module-event-cards .program-card .program-card-extra > div, .program-card .module-event-cards .program-card-extra > div, .module-event-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-event-cards .program-card-extra > div, .module-event-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-event-cards .program-card-extra > div, .module-event-cards .program-card-green .program-card-extra > div, .program-card-green .module-event-cards .program-card-extra > div, .module-event-cards .program-card-red .program-card-extra > div, .program-card-red .module-event-cards .program-card-extra > div, .module-event-cards .quick-links-list > div, .module-event-cards .event-details-speaker > div, .module-event-cards .module-history-timeline .panel > div, .module-history-timeline .module-event-cards .panel > div, .module-event-cards .all-event-cards-filters > div, .module-event-cards .card-filters > div, .program-card, .program-card-yellow, .program-card-blue, .program-card-green, .program-card-red, .plain-ad-banner-small, .module-member-project-cards .row > div, .module-member-project-cards .program-card .program-card-extra > div, .program-card .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-green .program-card-extra > div, .program-card-green .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-red .program-card-extra > div, .program-card-red .module-member-project-cards .program-card-extra > div, .module-member-project-cards .quick-links-list > div, .module-member-project-cards .event-details-speaker > div, .module-member-project-cards .module-history-timeline .panel > div, .module-history-timeline .module-member-project-cards .panel > div, .module-member-project-cards .all-event-cards-filters > div, .module-member-project-cards .card-filters > div, .module-all-event-cards .row > div, .module-all-event-cards .program-card .program-card-extra > div, .program-card .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-green .program-card-extra > div, .program-card-green .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-red .program-card-extra > div, .program-card-red .module-all-event-cards .program-card-extra > div, .module-all-event-cards .quick-links-list > div, .module-all-event-cards .event-details-speaker > div, .module-all-event-cards .module-history-timeline .panel > div, .module-history-timeline .module-all-event-cards .panel > div, .module-all-event-cards .all-event-cards-filters > div, .module-all-event-cards .card-filters > div, .module-report-cards .row > div, .module-report-cards .program-card .program-card-extra > div, .program-card .module-report-cards .program-card-extra > div, .module-report-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-report-cards .program-card-extra > div, .module-report-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-report-cards .program-card-extra > div, .module-report-cards .program-card-green .program-card-extra > div, .program-card-green .module-report-cards .program-card-extra > div, .module-report-cards .program-card-red .program-card-extra > div, .program-card-red .module-report-cards .program-card-extra > div, .module-report-cards .quick-links-list > div, .module-report-cards .event-details-speaker > div, .module-report-cards .module-history-timeline .panel > div, .module-history-timeline .module-report-cards .panel > div, .module-report-cards .all-event-cards-filters > div, .module-report-cards .card-filters > div, .module-testimonial-cards .row > div, .module-testimonial-cards .program-card .program-card-extra > div, .program-card .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-green .program-card-extra > div, .program-card-green .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-red .program-card-extra > div, .program-card-red .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .quick-links-list > div, .module-testimonial-cards .event-details-speaker > div, .module-testimonial-cards .module-history-timeline .panel > div, .module-history-timeline .module-testimonial-cards .panel > div, .module-testimonial-cards .all-event-cards-filters > div, .module-testimonial-cards .card-filters > div, .module-news-info-cards .row > div, .module-news-info-cards .program-card .program-card-extra > div, .program-card .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-green .program-card-extra > div, .program-card-green .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-red .program-card-extra > div, .program-card-red .module-news-info-cards .program-card-extra > div, .module-news-info-cards .quick-links-list > div, .module-news-info-cards .event-details-speaker > div, .module-news-info-cards .module-history-timeline .panel > div, .module-history-timeline .module-news-info-cards .panel > div, .module-news-info-cards .all-event-cards-filters > div, .module-news-info-cards .card-filters > div, .col-md-6, .module-statement .row > div, .module-statement .program-card .program-card-extra > div, .program-card .module-statement .program-card-extra > div, .module-statement .program-card-yellow .program-card-extra > div, .program-card-yellow .module-statement .program-card-extra > div, .module-statement .program-card-blue .program-card-extra > div, .program-card-blue .module-statement .program-card-extra > div, .module-statement .program-card-green .program-card-extra > div, .program-card-green .module-statement .program-card-extra > div, .module-statement .program-card-red .program-card-extra > div, .program-card-red .module-statement .program-card-extra > div, .module-statement .quick-links-list > div, .module-statement .event-details-speaker > div, .module-statement .module-history-timeline .panel > div, .module-history-timeline .module-statement .panel > div, .module-statement .all-event-cards-filters > div, .module-statement .card-filters > div, .module-statement-bold .row > div, .module-statement-bold .program-card .program-card-extra > div, .program-card .module-statement-bold .program-card-extra > div, .module-statement-bold .program-card-yellow .program-card-extra > div, .program-card-yellow .module-statement-bold .program-card-extra > div, .module-statement-bold .program-card-blue .program-card-extra > div, .program-card-blue .module-statement-bold .program-card-extra > div, .module-statement-bold .program-card-green .program-card-extra > div, .program-card-green .module-statement-bold .program-card-extra > div, .module-statement-bold .program-card-red .program-card-extra > div, .program-card-red .module-statement-bold .program-card-extra > div, .module-statement-bold .quick-links-list > div, .module-statement-bold .event-details-speaker > div, .module-statement-bold .module-history-timeline .panel > div, .module-history-timeline .module-statement-bold .panel > div, .module-statement-bold .all-event-cards-filters > div, .module-statement-bold .card-filters > div, .module-logo-text-image .logo-text-image-text, .subject-upcoming-info, .subject-upcoming-featured, .module-prince-message .row > div, .module-prince-message .program-card .program-card-extra > div, .program-card .module-prince-message .program-card-extra > div, .module-prince-message .program-card-yellow .program-card-extra > div, .program-card-yellow .module-prince-message .program-card-extra > div, .module-prince-message .program-card-blue .program-card-extra > div, .program-card-blue .module-prince-message .program-card-extra > div, .module-prince-message .program-card-green .program-card-extra > div, .program-card-green .module-prince-message .program-card-extra > div, .module-prince-message .program-card-red .program-card-extra > div, .program-card-red .module-prince-message .program-card-extra > div, .module-prince-message .quick-links-list > div, .module-prince-message .event-details-speaker > div, .module-prince-message .module-history-timeline .panel > div, .module-history-timeline .module-prince-message .panel > div, .module-prince-message .all-event-cards-filters > div, .module-prince-message .card-filters > div, .why-we-exist-info,
.why-we-exist-graphics, .module-history-timeline .panel-heading .panel-title, .module-history-timeline .history-accordion-body, .col-lg-6, .col-xs-7, .col-sm-7, .intro-block-text, .plain-ad-banner .plain-ad-banner-img, .col-md-7, .subject-test-teach-testimonial, .subject-body-info, .event-details-speaker-text, .event-details-schedule, .module-list .list-column, .module-list-grey .list-column, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .our-members-strip-testimonials, .programme-fees-list, .residential-banner-img, .teachers-strip-slider, .people-picker-filters, .col-lg-8, .col-xs-9, .col-sm-9, .module-logo-text-image .logo-text-image-text, .module-history-timeline .history-accordion-body, .col-md-9, .article-body, .event-details-schedule-titles, .event-details-about-venue, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .article-body .article-body-text, .event-details-about-venue .event-details-about-venue-text, .col-lg-10, .col-xs-11, .col-sm-11, .programme-fees-list .programme-fees-list-info, .col-md-11, .col-lg-11, .col-xs-12, .program-card, .program-card-yellow, .program-card-blue, .program-card-green, .program-card-red, .plain-ad-banner-small, .module-members-stats-strip .members-stats-strip-info, .people-picker-description, .col-sm-12, .intro-block-media, .intro-block-link, .plain-ad-banner-small .plain-ad-banner-img, .plain-ad-banner-small .plain-ad-banner-text, .module-logo-text-image .logo-text-image-image, .programme-fees-info, .programme-fees-list, .why-we-exist-graphic-4, .col-md-12, .module-breadcrumbs .row > div, .module-breadcrumbs .program-card .program-card-extra > div, .program-card .module-breadcrumbs .program-card-extra > div, .module-breadcrumbs .program-card-yellow .program-card-extra > div, .program-card-yellow .module-breadcrumbs .program-card-extra > div, .module-breadcrumbs .program-card-blue .program-card-extra > div, .program-card-blue .module-breadcrumbs .program-card-extra > div, .module-breadcrumbs .program-card-green .program-card-extra > div, .program-card-green .module-breadcrumbs .program-card-extra > div, .module-breadcrumbs .program-card-red .program-card-extra > div, .program-card-red .module-breadcrumbs .program-card-extra > div, .module-breadcrumbs .quick-links-list > div, .module-breadcrumbs .event-details-speaker > div, .module-breadcrumbs .module-history-timeline .panel > div, .module-history-timeline .module-breadcrumbs .panel > div, .module-breadcrumbs .all-event-cards-filters > div, .module-breadcrumbs .card-filters > div, .module-history-timeline .panel-group, .module-history-timeline .panel-heading, .module-history-timeline .panel-collapse, .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, .people-picker-person,
.people-picker-title, .col-xs-5, .col-xs-6, .program-card .program-card-extra > div, .program-card-yellow .program-card-extra > div, .program-card-blue .program-card-extra > div, .program-card-green .program-card-extra > div, .program-card-red .program-card-extra > div, .module-members-stats-strip .members-stats-strip-card, .our-members-strip-stats-card, .module-testimonials-carousel .testimonial-carousel-card, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .program-card, .program-card-yellow, .program-card-blue, .program-card-green, .program-card-red, .plain-ad-banner-small, .module-members-stats-strip .members-stats-strip-info, .people-picker-description {
  float: left;
}

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

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

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

.col-xs-4, .people-picker-person,
.people-picker-title {
  width: 33.33333333%;
}

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

.col-xs-6, .program-card .program-card-extra > div, .program-card-yellow .program-card-extra > div, .program-card-blue .program-card-extra > div, .program-card-green .program-card-extra > div, .program-card-red .program-card-extra > div, .module-members-stats-strip .members-stats-strip-card, .our-members-strip-stats-card, .module-testimonials-carousel .testimonial-carousel-card {
  width: 50%;
}

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

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

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

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

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

.col-xs-12, .program-card, .program-card-yellow, .program-card-blue, .program-card-green, .program-card-red, .plain-ad-banner-small, .module-members-stats-strip .members-stats-strip-info, .people-picker-description {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .programme-fees-list .programme-fees-list-number, .col-sm-2, .col-sm-3, footer .row > div, footer .program-card .program-card-extra > div, .program-card footer .program-card-extra > div, footer .program-card-yellow .program-card-extra > div, .program-card-yellow footer .program-card-extra > div, footer .program-card-blue .program-card-extra > div, .program-card-blue footer .program-card-extra > div, footer .program-card-green .program-card-extra > div, .program-card-green footer .program-card-extra > div, footer .program-card-red .program-card-extra > div, .program-card-red footer .program-card-extra > div, footer .quick-links-list > div, footer .event-details-speaker > div, footer .module-history-timeline .panel > div, .module-history-timeline footer .panel > div, footer .all-event-cards-filters > div, footer .card-filters > div, .module-logo-text-image .logo-text-image-logo, .how-we-work-card, .people-picker-person,
  .people-picker-title, .module-history-timeline .history-accordion-intro, .col-sm-4, .our-reach-card, .why-we-exist-graphic-1,
  .why-we-exist-graphic-2,
  .why-we-exist-graphic-3, .col-sm-5, .intro-block-middle, .plain-ad-banner-text, .plain-ad-banner .plain-ad-banner-text, .col-sm-6, .module-news-and-opinion .row > div, .module-news-and-opinion .program-card .program-card-extra > div, .program-card .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-yellow .program-card-extra > div, .program-card-yellow .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-blue .program-card-extra > div, .program-card-blue .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-green .program-card-extra > div, .program-card-green .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-red .program-card-extra > div, .program-card-red .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .quick-links-list > div, .module-news-and-opinion .event-details-speaker > div, .module-news-and-opinion .module-history-timeline .panel > div, .module-history-timeline .module-news-and-opinion .panel > div, .module-news-and-opinion .all-event-cards-filters > div, .module-news-and-opinion .card-filters > div, .module-event-cards .row > div, .module-event-cards .program-card .program-card-extra > div, .program-card .module-event-cards .program-card-extra > div, .module-event-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-event-cards .program-card-extra > div, .module-event-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-event-cards .program-card-extra > div, .module-event-cards .program-card-green .program-card-extra > div, .program-card-green .module-event-cards .program-card-extra > div, .module-event-cards .program-card-red .program-card-extra > div, .program-card-red .module-event-cards .program-card-extra > div, .module-event-cards .quick-links-list > div, .module-event-cards .event-details-speaker > div, .module-event-cards .module-history-timeline .panel > div, .module-history-timeline .module-event-cards .panel > div, .module-event-cards .all-event-cards-filters > div, .module-event-cards .card-filters > div, .program-card, .program-card-yellow, .program-card-blue, .program-card-green, .program-card-red, .plain-ad-banner-small, .module-member-project-cards .row > div, .module-member-project-cards .program-card .program-card-extra > div, .program-card .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-green .program-card-extra > div, .program-card-green .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-red .program-card-extra > div, .program-card-red .module-member-project-cards .program-card-extra > div, .module-member-project-cards .quick-links-list > div, .module-member-project-cards .event-details-speaker > div, .module-member-project-cards .module-history-timeline .panel > div, .module-history-timeline .module-member-project-cards .panel > div, .module-member-project-cards .all-event-cards-filters > div, .module-member-project-cards .card-filters > div, .module-all-event-cards .row > div, .module-all-event-cards .program-card .program-card-extra > div, .program-card .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-green .program-card-extra > div, .program-card-green .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-red .program-card-extra > div, .program-card-red .module-all-event-cards .program-card-extra > div, .module-all-event-cards .quick-links-list > div, .module-all-event-cards .event-details-speaker > div, .module-all-event-cards .module-history-timeline .panel > div, .module-history-timeline .module-all-event-cards .panel > div, .module-all-event-cards .all-event-cards-filters > div, .module-all-event-cards .card-filters > div, .module-report-cards .row > div, .module-report-cards .program-card .program-card-extra > div, .program-card .module-report-cards .program-card-extra > div, .module-report-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-report-cards .program-card-extra > div, .module-report-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-report-cards .program-card-extra > div, .module-report-cards .program-card-green .program-card-extra > div, .program-card-green .module-report-cards .program-card-extra > div, .module-report-cards .program-card-red .program-card-extra > div, .program-card-red .module-report-cards .program-card-extra > div, .module-report-cards .quick-links-list > div, .module-report-cards .event-details-speaker > div, .module-report-cards .module-history-timeline .panel > div, .module-history-timeline .module-report-cards .panel > div, .module-report-cards .all-event-cards-filters > div, .module-report-cards .card-filters > div, .module-testimonial-cards .row > div, .module-testimonial-cards .program-card .program-card-extra > div, .program-card .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-green .program-card-extra > div, .program-card-green .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-red .program-card-extra > div, .program-card-red .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .quick-links-list > div, .module-testimonial-cards .event-details-speaker > div, .module-testimonial-cards .module-history-timeline .panel > div, .module-history-timeline .module-testimonial-cards .panel > div, .module-testimonial-cards .all-event-cards-filters > div, .module-testimonial-cards .card-filters > div, .module-news-info-cards .row > div, .module-news-info-cards .program-card .program-card-extra > div, .program-card .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-green .program-card-extra > div, .program-card-green .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-red .program-card-extra > div, .program-card-red .module-news-info-cards .program-card-extra > div, .module-news-info-cards .quick-links-list > div, .module-news-info-cards .event-details-speaker > div, .module-news-info-cards .module-history-timeline .panel > div, .module-history-timeline .module-news-info-cards .panel > div, .module-news-info-cards .all-event-cards-filters > div, .module-news-info-cards .card-filters > div, .col-sm-7, .intro-block-text, .plain-ad-banner .plain-ad-banner-img, .col-sm-8, .col-sm-9, .module-logo-text-image .logo-text-image-text, .module-history-timeline .history-accordion-body, .col-sm-10, .col-sm-11, .programme-fees-list .programme-fees-list-info, .col-sm-12, .intro-block-media, .intro-block-link, .plain-ad-banner-small .plain-ad-banner-img, .plain-ad-banner-small .plain-ad-banner-text, .module-logo-text-image .logo-text-image-image, .programme-fees-info, .programme-fees-list, .why-we-exist-graphic-4 {
    float: left;
  }
  .col-sm-1, .programme-fees-list .programme-fees-list-number {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3, footer .row > div, footer .program-card .program-card-extra > div, .program-card footer .program-card-extra > div, footer .program-card-yellow .program-card-extra > div, .program-card-yellow footer .program-card-extra > div, footer .program-card-blue .program-card-extra > div, .program-card-blue footer .program-card-extra > div, footer .program-card-green .program-card-extra > div, .program-card-green footer .program-card-extra > div, footer .program-card-red .program-card-extra > div, .program-card-red footer .program-card-extra > div, footer .quick-links-list > div, footer .event-details-speaker > div, footer .module-history-timeline .panel > div, .module-history-timeline footer .panel > div, footer .all-event-cards-filters > div, footer .card-filters > div, .module-logo-text-image .logo-text-image-logo, .how-we-work-card, .people-picker-person,
  .people-picker-title, .module-history-timeline .history-accordion-intro {
    width: 25%;
  }
  .col-sm-4, .our-reach-card, .why-we-exist-graphic-1,
  .why-we-exist-graphic-2,
  .why-we-exist-graphic-3 {
    width: 33.33333333%;
  }
  .col-sm-5, .intro-block-middle, .plain-ad-banner-text, .plain-ad-banner .plain-ad-banner-text {
    width: 41.66666667%;
  }
  .col-sm-6, .module-news-and-opinion .row > div, .module-news-and-opinion .program-card .program-card-extra > div, .program-card .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-yellow .program-card-extra > div, .program-card-yellow .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-blue .program-card-extra > div, .program-card-blue .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-green .program-card-extra > div, .program-card-green .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-red .program-card-extra > div, .program-card-red .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .quick-links-list > div, .module-news-and-opinion .event-details-speaker > div, .module-news-and-opinion .module-history-timeline .panel > div, .module-history-timeline .module-news-and-opinion .panel > div, .module-news-and-opinion .all-event-cards-filters > div, .module-news-and-opinion .card-filters > div, .module-event-cards .row > div, .module-event-cards .program-card .program-card-extra > div, .program-card .module-event-cards .program-card-extra > div, .module-event-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-event-cards .program-card-extra > div, .module-event-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-event-cards .program-card-extra > div, .module-event-cards .program-card-green .program-card-extra > div, .program-card-green .module-event-cards .program-card-extra > div, .module-event-cards .program-card-red .program-card-extra > div, .program-card-red .module-event-cards .program-card-extra > div, .module-event-cards .quick-links-list > div, .module-event-cards .event-details-speaker > div, .module-event-cards .module-history-timeline .panel > div, .module-history-timeline .module-event-cards .panel > div, .module-event-cards .all-event-cards-filters > div, .module-event-cards .card-filters > div, .program-card, .program-card-yellow, .program-card-blue, .program-card-green, .program-card-red, .plain-ad-banner-small, .module-member-project-cards .row > div, .module-member-project-cards .program-card .program-card-extra > div, .program-card .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-green .program-card-extra > div, .program-card-green .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-red .program-card-extra > div, .program-card-red .module-member-project-cards .program-card-extra > div, .module-member-project-cards .quick-links-list > div, .module-member-project-cards .event-details-speaker > div, .module-member-project-cards .module-history-timeline .panel > div, .module-history-timeline .module-member-project-cards .panel > div, .module-member-project-cards .all-event-cards-filters > div, .module-member-project-cards .card-filters > div, .module-all-event-cards .row > div, .module-all-event-cards .program-card .program-card-extra > div, .program-card .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-green .program-card-extra > div, .program-card-green .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-red .program-card-extra > div, .program-card-red .module-all-event-cards .program-card-extra > div, .module-all-event-cards .quick-links-list > div, .module-all-event-cards .event-details-speaker > div, .module-all-event-cards .module-history-timeline .panel > div, .module-history-timeline .module-all-event-cards .panel > div, .module-all-event-cards .all-event-cards-filters > div, .module-all-event-cards .card-filters > div, .module-report-cards .row > div, .module-report-cards .program-card .program-card-extra > div, .program-card .module-report-cards .program-card-extra > div, .module-report-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-report-cards .program-card-extra > div, .module-report-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-report-cards .program-card-extra > div, .module-report-cards .program-card-green .program-card-extra > div, .program-card-green .module-report-cards .program-card-extra > div, .module-report-cards .program-card-red .program-card-extra > div, .program-card-red .module-report-cards .program-card-extra > div, .module-report-cards .quick-links-list > div, .module-report-cards .event-details-speaker > div, .module-report-cards .module-history-timeline .panel > div, .module-history-timeline .module-report-cards .panel > div, .module-report-cards .all-event-cards-filters > div, .module-report-cards .card-filters > div, .module-testimonial-cards .row > div, .module-testimonial-cards .program-card .program-card-extra > div, .program-card .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-green .program-card-extra > div, .program-card-green .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-red .program-card-extra > div, .program-card-red .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .quick-links-list > div, .module-testimonial-cards .event-details-speaker > div, .module-testimonial-cards .module-history-timeline .panel > div, .module-history-timeline .module-testimonial-cards .panel > div, .module-testimonial-cards .all-event-cards-filters > div, .module-testimonial-cards .card-filters > div, .module-news-info-cards .row > div, .module-news-info-cards .program-card .program-card-extra > div, .program-card .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-green .program-card-extra > div, .program-card-green .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-red .program-card-extra > div, .program-card-red .module-news-info-cards .program-card-extra > div, .module-news-info-cards .quick-links-list > div, .module-news-info-cards .event-details-speaker > div, .module-news-info-cards .module-history-timeline .panel > div, .module-history-timeline .module-news-info-cards .panel > div, .module-news-info-cards .all-event-cards-filters > div, .module-news-info-cards .card-filters > div {
    width: 50%;
  }
  .col-sm-7, .intro-block-text, .plain-ad-banner .plain-ad-banner-img {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9, .module-logo-text-image .logo-text-image-text, .module-history-timeline .history-accordion-body {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11, .programme-fees-list .programme-fees-list-info {
    width: 91.66666667%;
  }
  .col-sm-12, .intro-block-media, .intro-block-link, .plain-ad-banner-small .plain-ad-banner-img, .plain-ad-banner-small .plain-ad-banner-text, .module-logo-text-image .logo-text-image-image, .programme-fees-info, .programme-fees-list, .why-we-exist-graphic-4 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .quick-links-list .quick-links-item, .quick-links-list .quick-links-title, .module-logo-text-image .logo-text-image-logo, .people-picker-person,
  .people-picker-title, .col-md-3, .intro-block-middle, .intro-block-link, .module-event-cards .row > div, .module-event-cards .program-card .program-card-extra > div, .program-card .module-event-cards .program-card-extra > div, .module-event-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-event-cards .program-card-extra > div, .module-event-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-event-cards .program-card-extra > div, .module-event-cards .program-card-green .program-card-extra > div, .program-card-green .module-event-cards .program-card-extra > div, .module-event-cards .program-card-red .program-card-extra > div, .program-card-red .module-event-cards .program-card-extra > div, .module-event-cards .quick-links-list > div, .module-event-cards .event-details-speaker > div, .module-event-cards .module-history-timeline .panel > div, .module-history-timeline .module-event-cards .panel > div, .module-event-cards .all-event-cards-filters > div, .module-event-cards .card-filters > div, .module-members-stats-strip .members-stats-strip-info, .module-members-stats-strip .members-stats-strip-card, .module-logo-text-image .logo-text-image-link, .article-sidebar, .event-details-speaker-face, .module-all-event-cards .row > div, .module-all-event-cards .program-card .program-card-extra > div, .program-card .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-green .program-card-extra > div, .program-card-green .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-red .program-card-extra > div, .program-card-red .module-all-event-cards .program-card-extra > div, .module-all-event-cards .quick-links-list > div, .module-all-event-cards .event-details-speaker > div, .module-all-event-cards .module-history-timeline .panel > div, .module-history-timeline .module-all-event-cards .panel > div, .module-all-event-cards .all-event-cards-filters > div, .module-all-event-cards .card-filters > div, .col-md-4, .intro-block-text, .module-news-and-opinion .row > div, .module-news-and-opinion .program-card .program-card-extra > div, .program-card .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-yellow .program-card-extra > div, .program-card-yellow .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-blue .program-card-extra > div, .program-card-blue .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-green .program-card-extra > div, .program-card-green .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-red .program-card-extra > div, .program-card-red .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .quick-links-list > div, .module-news-and-opinion .event-details-speaker > div, .module-news-and-opinion .module-history-timeline .panel > div, .module-history-timeline .module-news-and-opinion .panel > div, .module-news-and-opinion .all-event-cards-filters > div, .module-news-and-opinion .card-filters > div, .module-logo-text-image .logo-text-image-image, .module-member-project-cards .row > div, .module-member-project-cards .program-card .program-card-extra > div, .program-card .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-green .program-card-extra > div, .program-card-green .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-red .program-card-extra > div, .program-card-red .module-member-project-cards .program-card-extra > div, .module-member-project-cards .quick-links-list > div, .module-member-project-cards .event-details-speaker > div, .module-member-project-cards .module-history-timeline .panel > div, .module-history-timeline .module-member-project-cards .panel > div, .module-member-project-cards .all-event-cards-filters > div, .module-member-project-cards .card-filters > div, .our-members-strip-stats, .programme-fees-info, .residential-banner-info, .teachers-strip-info, .people-picker-search, .module-report-cards .row > div, .module-report-cards .program-card .program-card-extra > div, .program-card .module-report-cards .program-card-extra > div, .module-report-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-report-cards .program-card-extra > div, .module-report-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-report-cards .program-card-extra > div, .module-report-cards .program-card-green .program-card-extra > div, .program-card-green .module-report-cards .program-card-extra > div, .module-report-cards .program-card-red .program-card-extra > div, .program-card-red .module-report-cards .program-card-extra > div, .module-report-cards .quick-links-list > div, .module-report-cards .event-details-speaker > div, .module-report-cards .module-history-timeline .panel > div, .module-history-timeline .module-report-cards .panel > div, .module-report-cards .all-event-cards-filters > div, .module-report-cards .card-filters > div, .module-testimonial-cards .row > div, .module-testimonial-cards .program-card .program-card-extra > div, .program-card .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-green .program-card-extra > div, .program-card-green .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-red .program-card-extra > div, .program-card-red .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .quick-links-list > div, .module-testimonial-cards .event-details-speaker > div, .module-testimonial-cards .module-history-timeline .panel > div, .module-history-timeline .module-testimonial-cards .panel > div, .module-testimonial-cards .all-event-cards-filters > div, .module-testimonial-cards .card-filters > div, .module-news-info-cards .row > div, .module-news-info-cards .program-card .program-card-extra > div, .program-card .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-green .program-card-extra > div, .program-card-green .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-red .program-card-extra > div, .program-card-red .module-news-info-cards .program-card-extra > div, .module-news-info-cards .quick-links-list > div, .module-news-info-cards .event-details-speaker > div, .module-news-info-cards .module-history-timeline .panel > div, .module-history-timeline .module-news-info-cards .panel > div, .module-news-info-cards .all-event-cards-filters > div, .module-news-info-cards .card-filters > div, .col-md-5, .intro-block-media, .subject-test-teach-teacher, .subject-body-speakers, .col-md-6, .module-statement .row > div, .module-statement .program-card .program-card-extra > div, .program-card .module-statement .program-card-extra > div, .module-statement .program-card-yellow .program-card-extra > div, .program-card-yellow .module-statement .program-card-extra > div, .module-statement .program-card-blue .program-card-extra > div, .program-card-blue .module-statement .program-card-extra > div, .module-statement .program-card-green .program-card-extra > div, .program-card-green .module-statement .program-card-extra > div, .module-statement .program-card-red .program-card-extra > div, .program-card-red .module-statement .program-card-extra > div, .module-statement .quick-links-list > div, .module-statement .event-details-speaker > div, .module-statement .module-history-timeline .panel > div, .module-history-timeline .module-statement .panel > div, .module-statement .all-event-cards-filters > div, .module-statement .card-filters > div, .module-statement-bold .row > div, .module-statement-bold .program-card .program-card-extra > div, .program-card .module-statement-bold .program-card-extra > div, .module-statement-bold .program-card-yellow .program-card-extra > div, .program-card-yellow .module-statement-bold .program-card-extra > div, .module-statement-bold .program-card-blue .program-card-extra > div, .program-card-blue .module-statement-bold .program-card-extra > div, .module-statement-bold .program-card-green .program-card-extra > div, .program-card-green .module-statement-bold .program-card-extra > div, .module-statement-bold .program-card-red .program-card-extra > div, .program-card-red .module-statement-bold .program-card-extra > div, .module-statement-bold .quick-links-list > div, .module-statement-bold .event-details-speaker > div, .module-statement-bold .module-history-timeline .panel > div, .module-history-timeline .module-statement-bold .panel > div, .module-statement-bold .all-event-cards-filters > div, .module-statement-bold .card-filters > div, .module-logo-text-image .logo-text-image-text, .subject-upcoming-info, .subject-upcoming-featured, .module-prince-message .row > div, .module-prince-message .program-card .program-card-extra > div, .program-card .module-prince-message .program-card-extra > div, .module-prince-message .program-card-yellow .program-card-extra > div, .program-card-yellow .module-prince-message .program-card-extra > div, .module-prince-message .program-card-blue .program-card-extra > div, .program-card-blue .module-prince-message .program-card-extra > div, .module-prince-message .program-card-green .program-card-extra > div, .program-card-green .module-prince-message .program-card-extra > div, .module-prince-message .program-card-red .program-card-extra > div, .program-card-red .module-prince-message .program-card-extra > div, .module-prince-message .quick-links-list > div, .module-prince-message .event-details-speaker > div, .module-prince-message .module-history-timeline .panel > div, .module-history-timeline .module-prince-message .panel > div, .module-prince-message .all-event-cards-filters > div, .module-prince-message .card-filters > div, .why-we-exist-info,
  .why-we-exist-graphics, .module-history-timeline .panel-heading .panel-title, .module-history-timeline .history-accordion-body, .col-md-7, .subject-test-teach-testimonial, .subject-body-info, .event-details-speaker-text, .event-details-schedule, .module-list .list-column, .module-list-grey .list-column, .col-md-8, .our-members-strip-testimonials, .programme-fees-list, .residential-banner-img, .teachers-strip-slider, .people-picker-filters, .col-md-9, .article-body, .event-details-schedule-titles, .event-details-about-venue, .col-md-10, .article-body .article-body-text, .event-details-about-venue .event-details-about-venue-text, .col-md-11, .col-md-12, .module-breadcrumbs .row > div, .module-breadcrumbs .program-card .program-card-extra > div, .program-card .module-breadcrumbs .program-card-extra > div, .module-breadcrumbs .program-card-yellow .program-card-extra > div, .program-card-yellow .module-breadcrumbs .program-card-extra > div, .module-breadcrumbs .program-card-blue .program-card-extra > div, .program-card-blue .module-breadcrumbs .program-card-extra > div, .module-breadcrumbs .program-card-green .program-card-extra > div, .program-card-green .module-breadcrumbs .program-card-extra > div, .module-breadcrumbs .program-card-red .program-card-extra > div, .program-card-red .module-breadcrumbs .program-card-extra > div, .module-breadcrumbs .quick-links-list > div, .module-breadcrumbs .event-details-speaker > div, .module-breadcrumbs .module-history-timeline .panel > div, .module-history-timeline .module-breadcrumbs .panel > div, .module-breadcrumbs .all-event-cards-filters > div, .module-breadcrumbs .card-filters > div, .module-history-timeline .panel-group, .module-history-timeline .panel-heading, .module-history-timeline .panel-collapse {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2, .quick-links-list .quick-links-item, .quick-links-list .quick-links-title, .module-logo-text-image .logo-text-image-logo, .people-picker-person,
  .people-picker-title {
    width: 16.66666667%;
  }
  .col-md-3, .intro-block-middle, .intro-block-link, .module-event-cards .row > div, .module-event-cards .program-card .program-card-extra > div, .program-card .module-event-cards .program-card-extra > div, .module-event-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-event-cards .program-card-extra > div, .module-event-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-event-cards .program-card-extra > div, .module-event-cards .program-card-green .program-card-extra > div, .program-card-green .module-event-cards .program-card-extra > div, .module-event-cards .program-card-red .program-card-extra > div, .program-card-red .module-event-cards .program-card-extra > div, .module-event-cards .quick-links-list > div, .module-event-cards .event-details-speaker > div, .module-event-cards .module-history-timeline .panel > div, .module-history-timeline .module-event-cards .panel > div, .module-event-cards .all-event-cards-filters > div, .module-event-cards .card-filters > div, .module-members-stats-strip .members-stats-strip-info, .module-members-stats-strip .members-stats-strip-card, .module-logo-text-image .logo-text-image-link, .article-sidebar, .event-details-speaker-face, .module-all-event-cards .row > div, .module-all-event-cards .program-card .program-card-extra > div, .program-card .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-green .program-card-extra > div, .program-card-green .module-all-event-cards .program-card-extra > div, .module-all-event-cards .program-card-red .program-card-extra > div, .program-card-red .module-all-event-cards .program-card-extra > div, .module-all-event-cards .quick-links-list > div, .module-all-event-cards .event-details-speaker > div, .module-all-event-cards .module-history-timeline .panel > div, .module-history-timeline .module-all-event-cards .panel > div, .module-all-event-cards .all-event-cards-filters > div, .module-all-event-cards .card-filters > div {
    width: 25%;
  }
  .col-md-4, .intro-block-text, .module-news-and-opinion .row > div, .module-news-and-opinion .program-card .program-card-extra > div, .program-card .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-yellow .program-card-extra > div, .program-card-yellow .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-blue .program-card-extra > div, .program-card-blue .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-green .program-card-extra > div, .program-card-green .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .program-card-red .program-card-extra > div, .program-card-red .module-news-and-opinion .program-card-extra > div, .module-news-and-opinion .quick-links-list > div, .module-news-and-opinion .event-details-speaker > div, .module-news-and-opinion .module-history-timeline .panel > div, .module-history-timeline .module-news-and-opinion .panel > div, .module-news-and-opinion .all-event-cards-filters > div, .module-news-and-opinion .card-filters > div, .module-logo-text-image .logo-text-image-image, .module-member-project-cards .row > div, .module-member-project-cards .program-card .program-card-extra > div, .program-card .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-green .program-card-extra > div, .program-card-green .module-member-project-cards .program-card-extra > div, .module-member-project-cards .program-card-red .program-card-extra > div, .program-card-red .module-member-project-cards .program-card-extra > div, .module-member-project-cards .quick-links-list > div, .module-member-project-cards .event-details-speaker > div, .module-member-project-cards .module-history-timeline .panel > div, .module-history-timeline .module-member-project-cards .panel > div, .module-member-project-cards .all-event-cards-filters > div, .module-member-project-cards .card-filters > div, .our-members-strip-stats, .programme-fees-info, .residential-banner-info, .teachers-strip-info, .people-picker-search, .module-report-cards .row > div, .module-report-cards .program-card .program-card-extra > div, .program-card .module-report-cards .program-card-extra > div, .module-report-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-report-cards .program-card-extra > div, .module-report-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-report-cards .program-card-extra > div, .module-report-cards .program-card-green .program-card-extra > div, .program-card-green .module-report-cards .program-card-extra > div, .module-report-cards .program-card-red .program-card-extra > div, .program-card-red .module-report-cards .program-card-extra > div, .module-report-cards .quick-links-list > div, .module-report-cards .event-details-speaker > div, .module-report-cards .module-history-timeline .panel > div, .module-history-timeline .module-report-cards .panel > div, .module-report-cards .all-event-cards-filters > div, .module-report-cards .card-filters > div, .module-testimonial-cards .row > div, .module-testimonial-cards .program-card .program-card-extra > div, .program-card .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-green .program-card-extra > div, .program-card-green .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .program-card-red .program-card-extra > div, .program-card-red .module-testimonial-cards .program-card-extra > div, .module-testimonial-cards .quick-links-list > div, .module-testimonial-cards .event-details-speaker > div, .module-testimonial-cards .module-history-timeline .panel > div, .module-history-timeline .module-testimonial-cards .panel > div, .module-testimonial-cards .all-event-cards-filters > div, .module-testimonial-cards .card-filters > div, .module-news-info-cards .row > div, .module-news-info-cards .program-card .program-card-extra > div, .program-card .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-yellow .program-card-extra > div, .program-card-yellow .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-blue .program-card-extra > div, .program-card-blue .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-green .program-card-extra > div, .program-card-green .module-news-info-cards .program-card-extra > div, .module-news-info-cards .program-card-red .program-card-extra > div, .program-card-red .module-news-info-cards .program-card-extra > div, .module-news-info-cards .quick-links-list > div, .module-news-info-cards .event-details-speaker > div, .module-news-info-cards .module-history-timeline .panel > div, .module-history-timeline .module-news-info-cards .panel > div, .module-news-info-cards .all-event-cards-filters > div, .module-news-info-cards .card-filters > div {
    width: 33.33333333%;
  }
  .col-md-5, .intro-block-media, .subject-test-teach-teacher, .subject-body-speakers {
    width: 41.66666667%;
  }
  .col-md-6, .module-statement .row > div, .module-statement .program-card .program-card-extra > div, .program-card .module-statement .program-card-extra > div, .module-statement .program-card-yellow .program-card-extra > div, .program-card-yellow .module-statement .program-card-extra > div, .module-statement .program-card-blue .program-card-extra > div, .program-card-blue .module-statement .program-card-extra > div, .module-statement .program-card-green .program-card-extra > div, .program-card-green .module-statement .program-card-extra > div, .module-statement .program-card-red .program-card-extra > div, .program-card-red .module-statement .program-card-extra > div, .module-statement .quick-links-list > div, .module-statement .event-details-speaker > div, .module-statement .module-history-timeline .panel > div, .module-history-timeline .module-statement .panel > div, .module-statement .all-event-cards-filters > div, .module-statement .card-filters > div, .module-statement-bold .row > div, .module-statement-bold .program-card .program-card-extra > div, .program-card .module-statement-bold .program-card-extra > div, .module-statement-bold .program-card-yellow .program-card-extra > div, .program-card-yellow .module-statement-bold .program-card-extra > div, .module-statement-bold .program-card-blue .program-card-extra > div, .program-card-blue .module-statement-bold .program-card-extra > div, .module-statement-bold .program-card-green .program-card-extra > div, .program-card-green .module-statement-bold .program-card-extra > div, .module-statement-bold .program-card-red .program-card-extra > div, .program-card-red .module-statement-bold .program-card-extra > div, .module-statement-bold .quick-links-list > div, .module-statement-bold .event-details-speaker > div, .module-statement-bold .module-history-timeline .panel > div, .module-history-timeline .module-statement-bold .panel > div, .module-statement-bold .all-event-cards-filters > div, .module-statement-bold .card-filters > div, .module-logo-text-image .logo-text-image-text, .subject-upcoming-info, .subject-upcoming-featured, .module-prince-message .row > div, .module-prince-message .program-card .program-card-extra > div, .program-card .module-prince-message .program-card-extra > div, .module-prince-message .program-card-yellow .program-card-extra > div, .program-card-yellow .module-prince-message .program-card-extra > div, .module-prince-message .program-card-blue .program-card-extra > div, .program-card-blue .module-prince-message .program-card-extra > div, .module-prince-message .program-card-green .program-card-extra > div, .program-card-green .module-prince-message .program-card-extra > div, .module-prince-message .program-card-red .program-card-extra > div, .program-card-red .module-prince-message .program-card-extra > div, .module-prince-message .quick-links-list > div, .module-prince-message .event-details-speaker > div, .module-prince-message .module-history-timeline .panel > div, .module-history-timeline .module-prince-message .panel > div, .module-prince-message .all-event-cards-filters > div, .module-prince-message .card-filters > div, .why-we-exist-info,
  .why-we-exist-graphics, .module-history-timeline .panel-heading .panel-title, .module-history-timeline .history-accordion-body {
    width: 50%;
  }
  .col-md-7, .subject-test-teach-testimonial, .subject-body-info, .event-details-speaker-text, .event-details-schedule, .module-list .list-column, .module-list-grey .list-column {
    width: 58.33333333%;
  }
  .col-md-8, .our-members-strip-testimonials, .programme-fees-list, .residential-banner-img, .teachers-strip-slider, .people-picker-filters {
    width: 66.66666667%;
  }
  .col-md-9, .article-body, .event-details-schedule-titles, .event-details-about-venue {
    width: 75%;
  }
  .col-md-10, .article-body .article-body-text, .event-details-about-venue .event-details-about-venue-text {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12, .module-breadcrumbs .row > div, .module-breadcrumbs .program-card .program-card-extra > div, .program-card .module-breadcrumbs .program-card-extra > div, .module-breadcrumbs .program-card-yellow .program-card-extra > div, .program-card-yellow .module-breadcrumbs .program-card-extra > div, .module-breadcrumbs .program-card-blue .program-card-extra > div, .program-card-blue .module-breadcrumbs .program-card-extra > div, .module-breadcrumbs .program-card-green .program-card-extra > div, .program-card-green .module-breadcrumbs .program-card-extra > div, .module-breadcrumbs .program-card-red .program-card-extra > div, .program-card-red .module-breadcrumbs .program-card-extra > div, .module-breadcrumbs .quick-links-list > div, .module-breadcrumbs .event-details-speaker > div, .module-breadcrumbs .module-history-timeline .panel > div, .module-history-timeline .module-breadcrumbs .panel > div, .module-breadcrumbs .all-event-cards-filters > div, .module-breadcrumbs .card-filters > div, .module-history-timeline .panel-group, .module-history-timeline .panel-heading, .module-history-timeline .panel-collapse {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3, .event-details-schedule-titles, .event-details-schedule, .event-details-about-venue, .module-history-timeline .panel-heading .panel-title, .module-history-timeline .history-accordion-body, .module-list .list-column, .module-list-grey .list-column {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}

input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
.input-group-sm > input.input-group-addon[type="date"],
.input-group-sm > .input-group-btn > input.btn[type="date"],
input[type="time"].input-sm,
.input-group-sm > input.form-control[type="time"],
.input-group-sm > input.input-group-addon[type="time"],
.input-group-sm > .input-group-btn > input.btn[type="time"],
input[type="datetime-local"].input-sm,
.input-group-sm > input.form-control[type="datetime-local"],
.input-group-sm > input.input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
input[type="month"].input-sm,
.input-group-sm > input.form-control[type="month"],
.input-group-sm > input.input-group-addon[type="month"],
.input-group-sm > .input-group-btn > input.btn[type="month"] {
  line-height: 30px;
  line-height: 1.5 \0;
}

input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
.input-group-lg > input.input-group-addon[type="date"],
.input-group-lg > .input-group-btn > input.btn[type="date"],
input[type="time"].input-lg,
.input-group-lg > input.form-control[type="time"],
.input-group-lg > input.input-group-addon[type="time"],
.input-group-lg > .input-group-btn > input.btn[type="time"],
input[type="datetime-local"].input-lg,
.input-group-lg > input.form-control[type="datetime-local"],
.input-group-lg > input.input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
input[type="month"].input-lg,
.input-group-lg > input.form-control[type="month"],
.input-group-lg > input.input-group-addon[type="month"],
.input-group-lg > .input-group-btn > input.btn[type="month"] {
  line-height: 46px;
  line-height: 1.33 \0;
}

_:-ms-fullscreen, :root input[type="date"],
_:-ms-fullscreen, :root input[type="time"],
_:-ms-fullscreen, :root input[type="datetime-local"],
_:-ms-fullscreen, :root input[type="month"] {
  line-height: 1.42857143;
}

_:-ms-fullscreen.input-sm, .input-group-sm > _.form-control:-ms-fullscreen,
.input-group-sm > _.input-group-addon:-ms-fullscreen,
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="date"].input-sm, :root .input-group-sm > input.form-control[type="date"],
:root .input-group-sm > input.input-group-addon[type="date"],
:root .input-group-sm > .input-group-btn > input.btn[type="date"], _:-ms-fullscreen.input-sm, .input-group-sm > _.form-control:-ms-fullscreen,
.input-group-sm > _.input-group-addon:-ms-fullscreen,
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="time"].input-sm, :root .input-group-sm > input.form-control[type="time"],
:root .input-group-sm > input.input-group-addon[type="time"],
:root .input-group-sm > .input-group-btn > input.btn[type="time"], _:-ms-fullscreen.input-sm, .input-group-sm > _.form-control:-ms-fullscreen,
.input-group-sm > _.input-group-addon:-ms-fullscreen,
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="datetime-local"].input-sm, :root .input-group-sm > input.form-control[type="datetime-local"],
:root .input-group-sm > input.input-group-addon[type="datetime-local"],
:root .input-group-sm > .input-group-btn > input.btn[type="datetime-local"], _:-ms-fullscreen.input-sm, .input-group-sm > _.form-control:-ms-fullscreen,
.input-group-sm > _.input-group-addon:-ms-fullscreen,
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="month"].input-sm, :root .input-group-sm > input.form-control[type="month"],
:root .input-group-sm > input.input-group-addon[type="month"],
:root .input-group-sm > .input-group-btn > input.btn[type="month"] {
  line-height: 1.5;
}

_:-ms-fullscreen.input-lg, .input-group-lg > _.form-control:-ms-fullscreen,
.input-group-lg > _.input-group-addon:-ms-fullscreen,
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="date"].input-lg, :root .input-group-lg > input.form-control[type="date"],
:root .input-group-lg > input.input-group-addon[type="date"],
:root .input-group-lg > .input-group-btn > input.btn[type="date"], _:-ms-fullscreen.input-lg, .input-group-lg > _.form-control:-ms-fullscreen,
.input-group-lg > _.input-group-addon:-ms-fullscreen,
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="time"].input-lg, :root .input-group-lg > input.form-control[type="time"],
:root .input-group-lg > input.input-group-addon[type="time"],
:root .input-group-lg > .input-group-btn > input.btn[type="time"], _:-ms-fullscreen.input-lg, .input-group-lg > _.form-control:-ms-fullscreen,
.input-group-lg > _.input-group-addon:-ms-fullscreen,
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="datetime-local"].input-lg, :root .input-group-lg > input.form-control[type="datetime-local"],
:root .input-group-lg > input.input-group-addon[type="datetime-local"],
:root .input-group-lg > .input-group-btn > input.btn[type="datetime-local"], _:-ms-fullscreen.input-lg, .input-group-lg > _.form-control:-ms-fullscreen,
.input-group-lg > _.input-group-addon:-ms-fullscreen,
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen, :root input[type="month"].input-lg, :root .input-group-lg > input.form-control[type="month"],
:root .input-group-lg > input.input-group-addon[type="month"],
:root .input-group-lg > .input-group-btn > input.btn[type="month"] {
  line-height: 1.33;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .form-group-sm .form-control,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple], .form-group-sm .form-control {
  height: auto;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .form-group-lg .form-control,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple], .form-group-lg .form-control {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group, .form-inline .search-input-group, .form-inline .footer-input-group, .form-inline .people-search-input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .search-input-group .input-group-addon, .form-inline .footer-input-group .input-group-addon, .form-inline .people-search-input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .search-input-group .input-group-btn,
  .form-inline .footer-input-group .input-group-btn,
  .form-inline .people-search-input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .search-input-group .form-control,
  .form-inline .footer-input-group .form-control,
  .form-inline .people-search-input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .search-input-group > .form-control, .form-inline .footer-input-group > .form-control, .form-inline .people-search-input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown, .pti-dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret,
.navbar-fixed-bottom .pti-dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu,
.navbar-fixed-bottom .pti-dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.btn-toolbar .search-input-group,
.btn-toolbar .footer-input-group,
.btn-toolbar .people-search-input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group,
.btn-toolbar > .search-input-group,
.btn-toolbar > .footer-input-group,
.btn-toolbar > .people-search-input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group, .search-input-group, .footer-input-group, .people-search-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"], .search-input-group[class*="col-"], .footer-input-group[class*="col-"], .people-search-input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control, .search-input-group .form-control, .footer-input-group .form-control, .people-search-input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn, .input-group .form-control, .search-input-group .form-control, .footer-input-group .form-control, .people-search-input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.search-input-group .form-control:not(:first-child):not(:last-child),
.footer-input-group .form-control:not(:first-child):not(:last-child),
.people-search-input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child, .search-input-group .form-control:first-child, .footer-input-group .form-control:first-child, .people-search-input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .search-input-group .form-control:last-child, .footer-input-group .form-control:last-child, .people-search-input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu, .nav-justified > .pti-dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}

.tab-content > .active {
  display: block;
  visibility: visible;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header, .module-news-and-opinion .container > h1 > .navbar-header,
.container > .navbar-collapse,
.module-news-and-opinion .container > h1 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .module-news-and-opinion .container > h1 > .navbar-header,
  .container > .navbar-collapse,
  .module-news-and-opinion .container > h1 > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .module-news-and-opinion .container.navbar > h1 .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group, .navbar-form .search-input-group, .navbar-form .footer-input-group, .navbar-form .people-search-input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .search-input-group .input-group-addon, .navbar-form .footer-input-group .input-group-addon, .navbar-form .people-search-input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .search-input-group .input-group-btn,
  .navbar-form .footer-input-group .input-group-btn,
  .navbar-form .people-search-input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .search-input-group .form-control,
  .navbar-form .footer-input-group .form-control,
  .navbar-form .people-search-input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form .search-input-group > .form-control, .navbar-form .footer-input-group > .form-control, .navbar-form .people-search-input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .module-news-and-opinion .container > h1 .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container, .jumbotron .module-news-and-opinion .container > h1, .module-news-and-opinion .jumbotron .container > h1 {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron, .module-news-and-opinion .container > h1 .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

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

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle, .panel-heading > .pti-dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203A';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Global */
* {
  font-family: "adelle-sans",sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #434244;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "adelle",serif;
  font-weight: 200;
  color: #434244;
}

a, a:hover {
  text-decoration: none;
}

.module-text-heading, .module-statement-bold h1, .module-news-and-opinion .container > h1, .module-staffroom-banner .row .staffroom-banner-text h1, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text h1, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text h1, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text h1, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text h1, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text h1, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .quick-links-list .staffroom-banner-text h1, .module-staffroom-banner .event-details-speaker .staffroom-banner-text h1, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text h1, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text h1, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-text h1, .module-staffroom-banner .card-filters .staffroom-banner-text h1, .module-logo-text-image .logo-text-image-text h1, .residential-banner-info h1, .teachers-strip-info h1, .teachers-strip-carousel .teachers-strip-carousel-teacher h2, .module-schools-subject-icons h1, .module-subject-header h1, .subject-body-info h1, .module-subject-upcoming .row h1, .module-subject-upcoming .program-card .program-card-extra h1, .program-card .module-subject-upcoming .program-card-extra h1, .module-subject-upcoming .program-card-yellow .program-card-extra h1, .program-card-yellow .module-subject-upcoming .program-card-extra h1, .module-subject-upcoming .program-card-blue .program-card-extra h1, .program-card-blue .module-subject-upcoming .program-card-extra h1, .module-subject-upcoming .program-card-green .program-card-extra h1, .program-card-green .module-subject-upcoming .program-card-extra h1, .module-subject-upcoming .program-card-red .program-card-extra h1, .program-card-red .module-subject-upcoming .program-card-extra h1, .module-subject-upcoming .quick-links-list h1, .module-subject-upcoming .event-details-speaker h1, .module-subject-upcoming .module-history-timeline .panel h1, .module-history-timeline .module-subject-upcoming .panel h1, .module-subject-upcoming .all-event-cards-filters h1, .module-subject-upcoming .card-filters h1, .module-how-we-work .row h1, .module-how-we-work .program-card .program-card-extra h1, .program-card .module-how-we-work .program-card-extra h1, .module-how-we-work .program-card-yellow .program-card-extra h1, .program-card-yellow .module-how-we-work .program-card-extra h1, .module-how-we-work .program-card-blue .program-card-extra h1, .program-card-blue .module-how-we-work .program-card-extra h1, .module-how-we-work .program-card-green .program-card-extra h1, .program-card-green .module-how-we-work .program-card-extra h1, .module-how-we-work .program-card-red .program-card-extra h1, .program-card-red .module-how-we-work .program-card-extra h1, .module-how-we-work .quick-links-list h1, .module-how-we-work .event-details-speaker h1, .module-how-we-work .module-history-timeline .panel h1, .module-history-timeline .module-how-we-work .panel h1, .module-how-we-work .all-event-cards-filters h1, .module-how-we-work .card-filters h1, .module-our-reach .row > h1, .module-our-reach .program-card .program-card-extra > h1, .program-card .module-our-reach .program-card-extra > h1, .module-our-reach .program-card-yellow .program-card-extra > h1, .program-card-yellow .module-our-reach .program-card-extra > h1, .module-our-reach .program-card-blue .program-card-extra > h1, .program-card-blue .module-our-reach .program-card-extra > h1, .module-our-reach .program-card-green .program-card-extra > h1, .program-card-green .module-our-reach .program-card-extra > h1, .module-our-reach .program-card-red .program-card-extra > h1, .program-card-red .module-our-reach .program-card-extra > h1, .module-our-reach .quick-links-list > h1, .module-our-reach .event-details-speaker > h1, .module-our-reach .module-history-timeline .panel > h1, .module-history-timeline .module-our-reach .panel > h1, .module-our-reach .all-event-cards-filters > h1, .module-our-reach .card-filters > h1, .prince-message-top .prince-message-title h1, .module-text-button-banner h1, .module-text-button-banner-white h1, .module-why-we-exist h1, .module-page-title .row div h1, .module-page-title .program-card .program-card-extra div h1, .program-card .module-page-title .program-card-extra div h1, .module-page-title .program-card-yellow .program-card-extra div h1, .program-card-yellow .module-page-title .program-card-extra div h1, .module-page-title .program-card-blue .program-card-extra div h1, .program-card-blue .module-page-title .program-card-extra div h1, .module-page-title .program-card-green .program-card-extra div h1, .program-card-green .module-page-title .program-card-extra div h1, .module-page-title .program-card-red .program-card-extra div h1, .program-card-red .module-page-title .program-card-extra div h1, .module-page-title .quick-links-list div h1, .module-page-title .event-details-speaker div h1, .module-page-title .module-history-timeline .panel div h1, .module-history-timeline .module-page-title .panel div h1, .module-page-title .all-event-cards-filters div h1, .module-page-title .card-filters div h1, .article-body h1, .module-event-details-speakers h1, .module-event-details-schedule h1, .module-event-details-about-venue h1, .module-history-timeline h1, .module-report-cards .container > h1, .module-report-cards .module-news-and-opinion .container > h1 > h1, .module-news-and-opinion .module-report-cards .container > h1 > h1 {
  padding-top: 45px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: "adelle-sans",sans-serif;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
}

.module-text-title, .plain-ad-banner-text h2, .module-why-we-exist h2, .people-picker-description h2 {
  padding-bottom: 15px;
  font-family: "adelle",serif;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 200;
}

.module-text-subtitle {
  padding-bottom: 15px;
  font-family: "adelle",serif;
  font-size: 19px;
  line-height: 26px;
  font-weight: 100;
}

.module-text-card-title, .PTI-card > h2, .event-card > h2, .member-project-card > h2, .report-card > h2, .testimonial-card > h2, .speaker-card > h2, .PTI-card > h4, .event-card > h4, .member-project-card > h4, .report-card > h4, .testimonial-card > h4, .news-info-card > h4, .speaker-card > h4, .news-info-card h2 {
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
}

.module-text-tag, .PTI-card > h1, .event-card > h1, .member-project-card > h1, .report-card > h1, .testimonial-card > h1, .news-info-card > h1, .speaker-card > h1, .plain-ad-banner-text h1, .programme-fees-list .programme-fees-list-info h2, .programme-fees-testimonial h3, .subject-upcoming-info h2, .subject-upcoming-featured h2, .our-reach-card div h3, .article-body h2, .module-list .list-column > ul h2, .module-list-grey .list-column > ul h2, .list-testimonial h3 {
  padding-bottom: 30px;
  font-family: "adelle-sans",sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.module-body-lead-1, .module-statement-bold p, .subject-body-speakers .subject-body-speakers-carousel .item h2, .module-history-timeline .panel-heading h4, .module-history-timeline .panel-heading a,
.module-body-lead-2,
.module-body-quote,
.subject-body-speakers .subject-body-speakers-carousel .item h3,
.module-testimonials-carousel .testimonial-carousel-card div h1,
.module-why-we-exist h4,
.home-intro-block-text h1,
.intro-block-text p,
.program-card .program-card-extra h3,
.program-card-yellow .program-card-extra h3,
.program-card-blue .program-card-extra h3,
.program-card-green .program-card-extra h3,
.program-card-red .program-card-extra h3,
.module-staffroom-banner .row .staffroom-banner-text h2,
.module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text h2,
.program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text h2,
.module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text h2,
.program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text h2,
.module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text h2,
.program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text h2,
.module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text h2,
.program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text h2,
.module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text h2,
.program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text h2,
.module-staffroom-banner .quick-links-list .staffroom-banner-text h2,
.module-staffroom-banner .event-details-speaker .staffroom-banner-text h2,
.module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text h2,
.module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text h2,
.module-staffroom-banner .all-event-cards-filters .staffroom-banner-text h2,
.module-staffroom-banner .card-filters .staffroom-banner-text h2,
.module-logo-text-image .logo-text-image-text h2,
.teachers-strip-info p,
.subject-body-info h2,
.module-why-we-exist h3,
.people-picker-title div h2,
.people-picker-description h2 + p,
.module-introduction h2,
.article-details h2,
.article-body h4,
.event-details-speaker-text h2,
.event-details-schedule h2,
.event-details-about-venue h3,
.speaker-card h2,
.module-body-lead-3,
.text-list li:first-of-type,
.PTI-card > h3,
.event-card > h3,
.member-project-card > h3,
.report-card > h3,
.testimonial-card > h3,
.speaker-card > h3,
.intro-block-middle > ul li:first-of-type,
.intro-block-middle .intro-block-middle-table h1,
.statement-list li:first-of-type,
.teachers-strip-carousel .teachers-strip-carousel-teacher h1,
.subject-body-speakers .subject-body-speakers-carousel h1,
.why-we-exist-graphic-1 p,
.why-we-exist-graphic-2 p,
.why-we-exist-graphic-3 p,
.why-we-exist-graphic-4 p,
.people-picker-person h2,
.article-body h3,
.event-details-schedule table h4,
.event-details-about-venue h2,
.event-details-about-venue a,
.module-history-timeline .panel-heading h3,
.module-history-timeline .history-accordion-intro h3,
.news-info-card h3 {
  font-family: "adelle-sans",sans-serif;
  font-weight: 100;
  margin-bottom: 15px;
}

.module-body-lead-1, .module-statement-bold p, .subject-body-speakers .subject-body-speakers-carousel .item h2, .module-history-timeline .panel-heading h4, .module-history-timeline .panel-heading a {
  font-size: 25px;
  line-height: 1.3;
}


.module-body-lead-2,
.module-body-quote,
.subject-body-speakers .subject-body-speakers-carousel .item h3,
.module-testimonials-carousel .testimonial-carousel-card div h1,
.module-why-we-exist h4,
.home-intro-block-text h1,
.intro-block-text p,
.program-card .program-card-extra h3,
.program-card-yellow .program-card-extra h3,
.program-card-blue .program-card-extra h3,
.program-card-green .program-card-extra h3,
.program-card-red .program-card-extra h3,
.module-staffroom-banner .row .staffroom-banner-text h2,
.module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text h2,
.program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text h2,
.module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text h2,
.program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text h2,
.module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text h2,
.program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text h2,
.module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text h2,
.program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text h2,
.module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text h2,
.program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text h2,
.module-staffroom-banner .quick-links-list .staffroom-banner-text h2,
.module-staffroom-banner .event-details-speaker .staffroom-banner-text h2,
.module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text h2,
.module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text h2,
.module-staffroom-banner .all-event-cards-filters .staffroom-banner-text h2,
.module-staffroom-banner .card-filters .staffroom-banner-text h2,
.module-logo-text-image .logo-text-image-text h2,
.teachers-strip-info p,
.subject-body-info h2,
.module-why-we-exist h3,
.people-picker-title div h2,
.people-picker-description h2 + p,
.module-introduction h2,
.article-details h2,
.article-body h4,
.event-details-speaker-text h2,
.event-details-schedule h2,
.event-details-about-venue h3,
.speaker-card h2 {
  font-size: 19px;
  line-height: 26px;
}


.module-body-lead-3,
.text-list li:first-of-type,
.PTI-card > h3,
.event-card > h3,
.member-project-card > h3,
.report-card > h3,
.testimonial-card > h3,
.speaker-card > h3,
.intro-block-middle > ul li:first-of-type,
.intro-block-middle .intro-block-middle-table h1,
.statement-list li:first-of-type,
.teachers-strip-carousel .teachers-strip-carousel-teacher h1,
.subject-body-speakers .subject-body-speakers-carousel h1,
.why-we-exist-graphic-1 p,
.why-we-exist-graphic-2 p,
.why-we-exist-graphic-3 p,
.why-we-exist-graphic-4 p,
.people-picker-person h2,
.article-body h3,
.event-details-schedule table h4,
.event-details-about-venue h2,
.event-details-about-venue a,
.module-history-timeline .panel-heading h3,
.module-history-timeline .history-accordion-intro h3,
.news-info-card h3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.module-text-quote, .testimonial-card h2 {
  font-family: "adelle",serif;
  font-size: 19px;
  line-height: 26px;
  font-weight: 100;
  font-style: italic;
}

.emph {
  font-style: italic;
  font-weight: 500;
}

.module-body-quote, .subject-body-speakers .subject-body-speakers-carousel .item h3, .module-testimonials-carousel .testimonial-carousel-card div h1, .module-why-we-exist h4 {
  line-height: 1.4;
  font-style: italic;
  font-family: "adelle",serif;
}

.text-with-icon {
  padding-left: 40px;
}

.title-icon {
  position: absolute;
  top: 0;
  left: 15px;
  width: 30px;
  height: 30px;
  margin-top: 45px;
}

.text-list {
  padding-left: 0;
}

.text-list li {
  position: relative;
  padding-left: 15px;
  margin-top: 5px;
  list-style: none;
}

.text-list li:before {
  content: '>';
  color: #EA5B0C;
  position: absolute;
  left: 0;
  font-weight: 500;
}

.text-list li:first-of-type {
  padding-left: 0;
}

.text-list li:first-of-type:before {
  display: none;
}

.highlight-text {
  background: #EA5B0C;
  color: white;
}

a {
  color: #EA5B0C;
  outline: none;
}

a:hover, a:focus {
  color: #696869;
}

.whole-div-link > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}

.PTI-button {
  position: absolute;
  padding-left: 10px;
  padding-right: 40px;
  background: #68B2B0;
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  color: white !important;
  white-space: nowrap;
}

.PTI-button:after {
  content: '';
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  margin-left: 2px;
  text-align: center;
  border-left: 2px solid white;
  background: #9A928D url(../img/icons/png/pti-arrow.png) repeat center center;
  background-size: 30px;
  overflow: hidden;
  -webkit-transition: background-position 0.25s ease;
  transition: background-position 0.25s ease;
}

.PTI-button:hover {
  background: #83c0be;
}

.PTI-button:hover:after {
  background-position: 30px center;
}

.PTI-button.button-orange {
  background: #EA5B0C;
}

.PTI-button.button-orange:hover {
  background: #f4722b;
}

.PTI-button.button-blue {
  background: #00B4D0;
}

.PTI-button.button-blue:hover {
  background: #00d7f9;
}

.PTI-button.button-yellow {
  background: #F7A600;
}

.PTI-button.button-yellow:hover {
  background: #ffb621;
}

.PTI-button.button-red {
  background: #CC1618;
}

.PTI-button.button-red:hover {
  background: #e72326;
}

.PTI-button.button-green {
  background: #A0A400;
}

.PTI-button.button-green:hover {
  background: #c8cd00;
}

.pti-dropdown {
  display: inline-block;
}

.pti-dropdown .btn {
  min-width: 200px;
  padding: 5px 45px 5px 15px;
  border-radius: 0;
  border: 1px solid #434244;
  background: white;
  line-height: 30px;
  text-align: left;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.pti-dropdown .btn:before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 40px;
  background: #a1a1a1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pti-dropdown .btn:after {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 40px;
  background: url("../img/icons/png/pti-arrow.png") no-repeat center center;
  background-size: 40px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pti-dropdown.open .btn:before {
  background: #EA5B0C;
}

.pti-dropdown.open .btn:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.dropdown-menu {
  min-width: 200px;
  border-radius: 0;
  border: 1px solid #434244;
}

.page-orange .PTI-button {
  background: #EA5B0C;
}

.page-orange .PTI-button:hover {
  background: #f4722b;
}

.page-yellow .PTI-button {
  background: #F7A600;
}

.page-yellow .PTI-button:hover {
  background: #ffb621;
}

.page-blue .PTI-button {
  background: #00B4D0;
}

.page-blue .PTI-button:hover {
  background: #00d7f9;
}

.page-red .PTI-button {
  background: #CC1618;
}

.page-red .PTI-button:hover {
  background: #e72326;
}

.page-green .PTI-button {
  background: #A0A400;
}

.page-green .PTI-button:hover {
  background: #c8cd00;
}

.page-teal .PTI-button {
  background: #68B2B0;
}

.page-teal .PTI-button:hover {
  background: #83c0be;
}

.PTI-text-input {
  min-width: 200px;
  height: 42px;
  padding: 5px 15px 5px 15px;
  border-radius: 0;
  border: 1px solid #434244;
  border-right: 0 !important;
  background: white;
  line-height: 30px;
  text-align: left;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  width: 42px;
  height: 42px;
  padding: 5px 15px 5px 15px;
  border-radius: 0;
  border: 1px solid #434244;
  border-left: 0 !important;
  background: #a1a1a1 url(../img/icons/png/NAV/pti-search.png) no-repeat center center;
  background-size: 40px;
  outline: none !important;
}

.card-footer, .card-footer-solid {
  position: relative;
  width: calc(100% + 30px);
  height: 50px;
  left: -15px;
  bottom: 0;
  background: none;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .card-footer, .card-footer-solid {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
  }
}

.card-footer h4, .card-footer-solid h4 {
  width: 100%;
  padding-top: 0;
  padding-left: 70px;
  font-family: "adelle-sans",sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 50px;
}

.card-footer .card-footer-1, .card-footer-solid .card-footer-1, .card-footer .card-footer-2, .card-footer-solid .card-footer-2 {
  position: absolute;
  top: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.card-footer .card-footer-1, .card-footer-solid .card-footer-1 {
  top: 0;
}

.card-footer .card-footer-2, .card-footer-solid .card-footer-2 {
  top: 100%;
}

.card-footer-solid {
  background: white;
}

.card-footer-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  background: #EA5B0C;
  overflow: hidden;
}

.card-footer-icon img {
  width: 100%;
}

.whole-div-link:hover ~ .card-footer .card-footer-1, .whole-div-link:hover ~ .card-footer-solid .card-footer-1, .whole-div-link:hover ~ .card-footer-solid .card-footer-1 {
  top: -100%;
}

.whole-div-link:hover ~ .card-footer .card-footer-2, .whole-div-link:hover ~ .card-footer-solid .card-footer-2, .whole-div-link:hover ~ .card-footer-solid .card-footer-2 {
  top: 0;
}

.svg-orange {
  fill: #EA5B0C;
}

/* Layout */
@media (min-width: 768px) {
  .container, .module-news-and-opinion .container > h1 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container, .module-news-and-opinion .container > h1 {
    width: 1170px;
  }
}

.pagetitle {
  padding: 100px;
  text-align: center;
}

.module-background, .module-photo-banner, .module-statement-bold, .module-event-cards, .module-photo-ad-banner, .module-all-event-cards {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background: url() 50% 30% no-repeat;
  text-align: left;
}

.module-background .photo-banner-img-wrapper, .module-photo-banner .photo-banner-img-wrapper, .module-statement-bold .photo-banner-img-wrapper, .module-event-cards .photo-banner-img-wrapper, .module-photo-ad-banner .photo-banner-img-wrapper, .module-all-event-cards .photo-banner-img-wrapper {
  position: relative;
  max-width: 1400px;
  height: 0px;
  margin: auto;
}

.module-background .photo-banner-img-wrapper > img, .module-photo-banner .photo-banner-img-wrapper > img, .module-statement-bold .photo-banner-img-wrapper > img, .module-event-cards .photo-banner-img-wrapper > img, .module-photo-ad-banner .photo-banner-img-wrapper > img, .module-all-event-cards .photo-banner-img-wrapper > img {
  min-width: 100%;
  min-height: 100%;
}

.module-break {
  margin: 0;
  border-top: 10px solid #434244;
}

.no-border {
  border: none;
}

#multiple-become-a-patron-form form {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  #multiple-become-a-patron-form form {
    float: left;
    width: 58.33333333%;
  }
}

@media (min-width: 992px) {
  #multiple-become-a-patron-form form {
    left: 25%;
  }
}

#multiple-become-a-patron-form input,
#multiple-become-a-patron-form button,
#multiple-become-a-patron-form select,
#multiple-become-a-patron-form textarea {
  position: relative;
  display: block;
  width: 200px;
  top: 0;
}

.focuspoint > img {
  position: absolute;
  min-width: 100%;
}

.PTI-nav {
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 1000;
  background: #F2EFE9;
}

.PTI-nav ul {
  margin: 0;
  background: #F2EFE9;
  list-style: none;
}

.PTI-nav ul li {
  min-height: 50px;
  cursor: pointer;
}

.PTI-nav ul li > a,
.PTI-nav ul li > label,
.PTI-nav ul li > button,
.PTI-nav ul li > p {
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  background: none;
  text-align: left;
  font-weight: 100;
  line-height: 50px;
  color: #434244;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.PTI-nav ul li > a:hover,
.PTI-nav ul li > label:hover,
.PTI-nav ul li > button:hover,
.PTI-nav ul li > p:hover {
  background: rgba(105, 104, 105, 0.2);
}

.PTI-nav ul li input {
  display: none;
}

.PTI-nav ul li ul {
  position: absolute;
  padding-left: 0;
}

.PTI-nav-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  z-index: 1001;
}

@media screen and (max-width: 767px) {
  .PTI-nav-logo {
    width: 80px;
  }
}

@media screen and (max-width: 1199px) {
  body {
    padding-top: 50px;
  }
  .PTI-nav {
    position: fixed;
  }
  .PTI-nav-list,
  .PTI-nav-list ul {
    position: fixed;
    top: 50px;
    left: 100%;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
  }
  .PTI-nav-list li,
  .PTI-nav-list ul li {
    border-bottom: 1px solid white;
  }
  .PTI-nav-list li > a,
  .PTI-nav-list li > label,
  .PTI-nav-list li > button,
  .PTI-nav-list li > p,
  .PTI-nav-list ul li > a,
  .PTI-nav-list ul li > label,
  .PTI-nav-list ul li > button,
  .PTI-nav-list ul li > p {
    width: 100%;
  }
  .PTI-nav-list li ul,
  .PTI-nav-list ul li ul {
    top: 0;
    height: 100%;
    width: 100%;
  }
  .PTI-nav-list {
    height: calc(100% - 50px);
    width: 50%;
    border-top: 1px solid white;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  .PTI-nav-list {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 1199px) {
  .PTI-nav-list.PTI-nav-open {
    left: 50%;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  .PTI-nav-list.PTI-nav-open {
    left: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .PTI-nav-button.PTI-nav-open > ul,
  .sublist-button.PTI-nav-open > ul {
    left: 0;
  }
  .PTI-nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    padding: 0;
    outline: none !important;
  }
  .PTI-nav-toggle img {
    height: 50px;
  }
  .PTI-nav-toggle:hover {
    background: white;
  }
  .PTI-nav-toggle.active:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
  }
  .desktop-link {
    display: none;
  }
  .mobile-link {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .PTI-nav-list {
    padding-left: 135px;
  }
  .PTI-nav-list > li {
    display: inline-block;
    margin-right: -6px;
    border-left: 2px solid white;
    border-right: 2px solid white;
  }
  .PTI-nav-list > li > ul {
    display: none;
    background: none;
    z-index: 1000;
  }
  .PTI-nav-list > li > ul > li {
    margin-top: 3px;
    margin-right: 2px;
    color: white;
  }
  .PTI-nav-list > li > ul > li a,
  .PTI-nav-list > li > ul > li label,
  .PTI-nav-list > li > ul > li button,
  .PTI-nav-list > li > ul > li p {
    background: #434244;
    color: white;
  }
  .PTI-nav-list > li > ul > li a:hover,
  .PTI-nav-list > li > ul > li label:hover,
  .PTI-nav-list > li > ul > li button:hover,
  .PTI-nav-list > li > ul > li p:hover {
    background: #5d5b5e;
  }
  .PTI-nav-list > li > ul .yellow a,
  .PTI-nav-list > li > ul .yellow label,
  .PTI-nav-list > li > ul .yellow button,
  .PTI-nav-list > li > ul .yellow p {
    border-left: 4px solid #ffb92b;
  }
  .PTI-nav-list > li > ul .yellow a,
  .PTI-nav-list > li > ul .yellow label,
  .PTI-nav-list > li > ul .yellow button,
  .PTI-nav-list > li > ul .yellow p {
    border-left: 4px solid #ffb92b;
  }
  .PTI-nav-list > li > ul .blue a,
  .PTI-nav-list > li > ul .blue label,
  .PTI-nav-list > li > ul .blue button,
  .PTI-nav-list > li > ul .blue p {
    border-left: 4px solid #04ddff;
  }
  .PTI-nav-list > li > ul .teal a,
  .PTI-nav-list > li > ul .teal label,
  .PTI-nav-list > li > ul .teal button,
  .PTI-nav-list > li > ul .teal p {
    border-left: 4px solid #8ac3c2;
  }
  .PTI-nav-list > li > ul .red a,
  .PTI-nav-list > li > ul .red label,
  .PTI-nav-list > li > ul .red button,
  .PTI-nav-list > li > ul .red p {
    border-left: 4px solid #e82d2f;
  }
  .PTI-nav-list > li > ul .green a,
  .PTI-nav-list > li > ul .green label,
  .PTI-nav-list > li > ul .green button,
  .PTI-nav-list > li > ul .green p {
    border-left: 4px solid #d2d700;
  }
  .PTI-nav-list > li > ul .PTI-nav-back {
    display: none;
  }
  .PTI-nav-button.PTI-nav-open:hover .PTI-nav-button-hidden {
    display: block;
  }
  .PTI-nav-search-button.PTI-nav-open .PTI-nav-button-hidden {
    display: block;
  }
  .PTI-nav-list {
    position: relative;
    left: 0;
    top: 0;
  }
  .PTI-nav-toggle {
    display: none;
  }
  .PTI-nav-list > li > ul {
    background: rgba(67, 66, 68, 0.5);
    padding: 0 2px 4px 4px !important;
    z-index: 1000;
  }
  .PTI-nav ul li ul.sub-sub-list {
    position: relative;
    background: none;
  }
  .PTI-nav ul li ul.sub-sub-list li {
    margin-top: 3px;
    min-height: initial;
    padding-left: 4px;
  }
  .PTI-nav ul li ul.sub-sub-list li a,
  .PTI-nav ul li ul.sub-sub-list li p {
    line-height: 40px;
  }
  .PTI-nav ul li ul.sub-sub-list > li:nth-child(2) {
    display: none;
  }
  .desktop-link {
    display: block;
  }
  .mobile-link {
    display: none;
  }
}

.nav-search-icon,
.nav-contact-icon,
.nav-signin {
  position: absolute;
  top: 0;
  margin-right: 0 !important;
  display: inline-block;
  margin-right: -6px;
  border-left: 2px solid white;
  border-right: 2px solid white;
}

@media screen and (max-width: 1199px) {
  .nav-search-icon,
  .nav-contact-icon,
  .nav-signin {
    position: relative;
    width: 100%;
    left: 0;
    right: initial;
    margin-left: 0;
  }
}

.nav-search-icon,
.nav-contact-icon {
  width: 50px;
}

@media screen and (max-width: 1199px) {
  .nav-search-icon,
  .nav-contact-icon {
    width: 100%;
  }
}

.nav-signin {
  width: 190px;
  right: 2px;
}

.nav-signin a img {
  margin-top: -3px;
  margin-left: -10px;
}

@media screen and (max-width: 767px) {
  .nav-signin a img {
    margin-top: 6px;
  }
}

@media screen and (max-width: 1199px) {
  .nav-signin {
    width: 100%;
  }
}

.nav-contact-icon {
  right: 190px;
}

.nav-search-icon {
  right: 238px;
}

.PTI-nav-search {
  display: none;
  position: absolute;
  top: 50px;
  right: -238px;
  width: 500px;
  max-width: 100vw;
  padding: 45px;
  z-index: 1000;
  background: rgba(104, 178, 176, 0.85);
}

.PTI-nav-contact {
  display: none;
  position: absolute;
  top: 50px;
  right: -190px;
  width: 600px;
  max-width: 100vw;
  padding: 45px;
  z-index: 1000;
  background: rgba(104, 178, 176, 0.85);
}

.PTI-nav-contact div {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.PTI-nav-contact div span {
  clear: left;
  float: left;
  padding-top: 1px;
  padding-right: 8px;
}

.PTI-nav-contact div span p {
  margin: 0;
}

.PTI-nav-contact div a {
  float: left;
  line-height: initial !important;
  display: block;
  color: #434244;
}

.PTI-nav-contact div a:hover {
  background: none !important;
  color: #EA5B0C;
}

.PTI-nav-contact div a,
.PTI-nav-contact div p {
  font-weight: 300 !important;
}

.PTI-nav-contact div .link-to-map {
  position: relative;
  padding-left: 60px;
  line-height: 60px !important;
}

.PTI-nav-contact div .link-to-map:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 60px;
  margin-left: 15px;
  background: transparent url("../img/icons/png/pti-map-pin.png") no-repeat center center;
  background-size: 25px;
}

.search-input-group {
  max-width: 400px;
}

.search-input-group input {
  height: 50px;
  border: 0;
  border-radius: 0px;
  outline: none !important;
}

.search-input-group .input-group-btn:last-child > .btn {
  width: 50px;
  height: 50px;
  margin-left: 6px;
  border-radius: 0;
  background: #EA5B0C;
  color: white;
  border: none !important;
  padding: 0;
  outline: none !important;
}

.search-input-group .input-group-btn:last-child > .btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: transparent url("../img/arrow-white-50.png") no-repeat center center;
  background-size: 50px;
}

.search-input-group .input-group-btn:last-child > .btn:hover {
  color: #434244;
  background: #f57934;
}

.nav-icon {
  height: 50px;
  padding: 0;
}

.nav-icon img {
  position: absolute;
  left: -2px;
  top: 0;
  width: 50px;
}

@media screen and (max-width: 1199px) {
  .PTI-right-nav {
    position: fixed;
    top: 0;
    right: 50px;
    left: initial;
    padding: 0;
  }
  .PTI-right-nav li {
    width: 50px;
    vertical-align: top;
    margin-left: -6px;
  }
  .PTI-right-nav .nav-signin {
    width: 190px;
  }
}

@media screen and (max-width: 767px) {
  .nav-signin {
    width: 50px !important;
    height: 50px;
    overflow: hidden;
  }
}

.PTI-nav-ad {
  display: none;
  position: absolute;
  right: 0;
  top: 65px;
  max-width: 310px;
  z-index: 1000;
}

.PTI-nav-ad img,
.PTI-nav-ad .PTI-nav-ad-text {
  display: inline-block;
  vertical-align: top;
  width: 150px;
}

.PTI-nav-ad img {
  height: 80px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.PTI-nav-ad a {
  display: block;
  line-height: initial;
  text-transform: uppercase;
}

.PTI-nav-ad h2,
.PTI-nav-ad h3 {
  font-family: "adelle-sans",sans-serif;
  font-weight: 400;
  margin-bottom: 2px;
}

.PTI-nav-ad h2,
.PTI-nav-ad h3,
.PTI-nav-ad p {
  color: white;
  font-size: 12px;
}

.PTI-nav-ad a {
  color: white !important;
  background: none !important;
  line-height: initial !important;
  font-size: 12px !important;
  padding-left: 0 !important;
  margin-top: 5px !important;
}

.PTI-nav-ad a:hover {
  color: #EA5B0C !important;
}

@media screen and (min-width: 1200px) {
  .PTI-nav-button.PTI-nav-open .PTI-nav-ad {
    display: none;
  }
}

.PTI-nav-button-ghost {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .PTI-nav-button.active .PTI-nav-button-ghost {
    display: block !important;
  }
  .PTI-nav-button.active .PTI-nav-button-ghost + a {
    display: none !important;
  }
}

.PTI-nav-button.active > a,
.PTI-nav-button.active > label,
.PTI-nav-button.active > button,
.PTI-nav-button.active > p {
  color: #EA5B0C;
  font-weight: 300;
}

.PTI-nav-back > a,
.PTI-nav-back > label,
.PTI-nav-back > button,
.PTI-nav-back > p {
  color: #5d5b5e !important;
  font-weight: 300 !important;
}

.PTI-nav ul .PTI-nav-button p {
  max-height: 50px;
}

.PTI-nav ul .PTI-nav-button span {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.PTI-nav ul .PTI-nav-button span i {
  font-size: 10px;
  font-style: normal;
}

.PTI-nav ul .PTI-nav-button span img {
  width: 7px;
  margin-top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.PTI-nav ul .PTI-nav-button:hover span {
  opacity: 1;
}

.PTI-nav ul .PTI-nav-button.PTI-nav-open span {
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .PTI-nav ul .PTI-nav-button span {
    opacity: 1;
    padding-left: 5px;
  }
  .PTI-nav ul .PTI-nav-button span i {
    position: absolute;
    height: 50px;
    width: 25px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    text-align: center;
    font-style: normal;
    z-index: -1;
  }
}

@media screen and (min-width: 1200px) {
  .PTI-nav ul > li > ul.PTI-nav-sub-list > li {
    min-height: 40px;
  }
  .PTI-nav ul > li > ul.PTI-nav-sub-list > li > a,
  .PTI-nav ul > li > ul.PTI-nav-sub-list > li > p {
    line-height: 40px;
  }
}

.PTI-nav-sub-list {
  cursor: auto;
}

.top-level-link {
  height: 50px;
}

.top-level-link a {
  line-height: 50px !important;
}

.back-link {
  display: none;
  background: white;
}

@media screen and (max-width: 1199px) {
  .back-link {
    display: block;
  }
}

.search-input-group {
  width: 100%;
  padding-right: 55px;
}

.search-input-group .search-input-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #EA5B0C url(../img/icons/png/pti-arrow.png) no-repeat center center;
}

.search-input-group .search-input-btn:hover {
  background-color: #f57934;
}

.contact-desktop {
  display: block !important;
}

.contact-mobile {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .contact-desktop {
    display: none !important;
  }
  .contact-mobile {
    display: block !important;
  }
}

.sublist-button > p {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .sublist-button > p {
    display: block !important;
    max-height: initial !important;
  }
  .sublist-button > p + a {
    display: none !important;
  }
}

.PTI-nav-list,
.PTI-nav-list ul {
  min-height: calc(100% - 50px);
}

.PTI-nav-list p,
.PTI-nav-list a,
.PTI-nav-list ul p,
.PTI-nav-list ul a {
  white-space: nowrap;
}

.PTI-nav-list > li > p > i {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  padding-left: 5px;
}

@media screen and (min-width: 1200px) {
  .PTI-nav-list > li:hover > p > i {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .PTI-nav ul li {
    min-height: 40px;
  }
  .PTI-nav ul li > a,
  .PTI-nav ul li > label,
  .PTI-nav ul li > button,
  .PTI-nav ul li > p {
    line-height: 40px;
  }
  .PTI-nav ul li.top-level-link {
    height: 40px;
  }
  .PTI-nav ul li.top-level-link a {
    line-height: 40px !important;
  }
}

#root {
  overflow: hidden;
}

footer {
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
  background: #434244;
}

footer h2,
footer p,
footer a,
footer label {
  font-family: "adelle-sans",sans-serif;
  font-size: 14px;
  color: white;
}

footer h2 {
  margin-bottom: 15px;
  font-weight: 500;
}

footer ul {
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
  list-style: none;
}

footer img {
  max-width: 200px;
  margin-bottom: 30px;
}

footer .footer-princess-logo {
  max-width: 150px;
}

footer a:hover {
  color: #EA5B0C;
}

footer a:hover > p {
  color: #EA5B0C;
}

footer .footer-social-link {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

footer .footer-social-link img, footer .footer-social-link p {
  display: inline-block;
  left: 0;
  top: 0;
  margin: 0;
}

footer .footer-social-link img {
  width: 20px;
}

footer .footer-social-link p {
  padding-left: 4px;
}

footer .footer-social-link i {
  color: white;
  font-size: 16px;
  padding-right: 5px;
}

footer .footer-input-title {
  position: relative;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  footer .row > div, footer .program-card .program-card-extra > div, .program-card footer .program-card-extra > div, footer .program-card-yellow .program-card-extra > div, .program-card-yellow footer .program-card-extra > div, footer .program-card-blue .program-card-extra > div, .program-card-blue footer .program-card-extra > div, footer .program-card-green .program-card-extra > div, .program-card-green footer .program-card-extra > div, footer .program-card-red .program-card-extra > div, .program-card-red footer .program-card-extra > div, footer .quick-links-list > div, footer .event-details-speaker > div, footer .module-history-timeline .panel > div, .module-history-timeline footer .panel > div, footer .all-event-cards-filters > div, footer .card-filters > div {
    padding-bottom: 30px;
  }
  footer .row > div ul, footer .program-card .program-card-extra > div ul, .program-card footer .program-card-extra > div ul, footer .program-card-yellow .program-card-extra > div ul, .program-card-yellow footer .program-card-extra > div ul, footer .program-card-blue .program-card-extra > div ul, .program-card-blue footer .program-card-extra > div ul, footer .program-card-green .program-card-extra > div ul, .program-card-green footer .program-card-extra > div ul, footer .program-card-red .program-card-extra > div ul, .program-card-red footer .program-card-extra > div ul, footer .quick-links-list > div ul, footer .event-details-speaker > div ul, footer .module-history-timeline .panel > div ul, .module-history-timeline footer .panel > div ul, footer .all-event-cards-filters > div ul, footer .card-filters > div ul {
    margin-bottom: 15px;
  }
}

.footer-input-group {
  max-width: 400px;
}

.footer-input-group input {
  border: 0;
  border-radius: 0px;
  outline: none !important;
}

.footer-input-group .input-group-btn:last-child > .btn {
  width: 34px;
  height: 34px;
  margin-left: 6px;
  padding: 0;
  border-radius: 0;
  background: none;
  color: white;
  border: 2px solid white !important;
  outline: none !important;
}

.footer-input-group .input-group-btn:last-child > .btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: transparent url("../img/arrow-white-50.png") no-repeat center center;
  background-size: 32px;
}

.footer-input-group .input-group-btn:last-child > .btn:hover {
  background: white;
}

.footer-input-group .input-group-btn:last-child > .btn:hover:after {
  background: transparent url("../img/arrow-black-50.png") no-repeat center center;
  background-size: 32px;
}

#wistia_video .wistia_romulus_control {
  left: 0;
  top: initial;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-size: 78px 50px;
}

.PTI-card, .event-card, .member-project-card, .report-card, .testimonial-card, .news-info-card, .speaker-card {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  padding: 60px 15px 0px 15px;
  overflow: hidden;
  background: #F6F3EF;
}

.PTI-card > h1, .event-card > h1, .member-project-card > h1, .report-card > h1, .testimonial-card > h1, .news-info-card > h1, .speaker-card > h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  overflow: hidden;
  -webkit-transition: padding-top 0.25s ease;
  transition: padding-top 0.25s ease;
}

.PTI-card > h4, .event-card > h4, .member-project-card > h4, .report-card > h4, .testimonial-card > h4, .news-info-card > h4, .speaker-card > h4 {
  font-size: 20px;
}

.PTI-card:hover, .event-card:hover, .member-project-card:hover, .report-card:hover, .testimonial-card:hover, .news-info-card:hover, .speaker-card:hover {
  background: #faf8f6;
}

.card-footer-icons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.card-footer-icons .card-footer-art {
  float: left;
  position: relative;
  height: 30px;
  padding-left: 40px;
  font-family: "adelle-sans",sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}

.card-footer-icons .card-footer-art:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #EA5B0C url(../img/icons/png/pti-art.png) no-repeat center center;
  background-size: 30px;
}

.card-footer-icons .card-footer-biology {
  float: left;
  position: relative;
  height: 30px;
  padding-left: 40px;
  font-family: "adelle-sans",sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}

.card-footer-icons .card-footer-biology:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #EA5B0C url(../img/icons/png/pti-biology.png) no-repeat center center;
  background-size: 30px;
}

.card-footer-icons .card-footer-chemistry {
  float: left;
  position: relative;
  height: 30px;
  padding-left: 40px;
  font-family: "adelle-sans",sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}

.card-footer-icons .card-footer-chemistry:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #EA5B0C url(../img/icons/png/pti-chemistry.png) no-repeat center center;
  background-size: 30px;
}

.card-footer-icons .card-footer-english {
  float: left;
  position: relative;
  height: 30px;
  padding-left: 40px;
  font-family: "adelle-sans",sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}

.card-footer-icons .card-footer-english:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #EA5B0C url(../img/icons/png/pti-english.png) no-repeat center center;
  background-size: 30px;
}

.card-footer-icons .card-footer-french {
  float: left;
  position: relative;
  height: 30px;
  padding-left: 40px;
  font-family: "adelle-sans",sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}

.card-footer-icons .card-footer-french:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #EA5B0C url(../img/icons/png/pti-french.png) no-repeat center center;
  background-size: 30px;
}

.card-footer-icons .card-footer-geography {
  float: left;
  position: relative;
  height: 30px;
  padding-left: 40px;
  font-family: "adelle-sans",sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}

.card-footer-icons .card-footer-geography:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #EA5B0C url(../img/icons/png/pti-geography.png) no-repeat center center;
  background-size: 30px;
}

.card-footer-icons .card-footer-history {
  float: left;
  position: relative;
  height: 30px;
  padding-left: 40px;
  font-family: "adelle-sans",sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}

.card-footer-icons .card-footer-history:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #EA5B0C url(../img/icons/png/pti-history.png) no-repeat center center;
  background-size: 30px;
}

.card-footer-icons .card-footer-latin {
  float: left;
  position: relative;
  height: 30px;
  padding-left: 40px;
  font-family: "adelle-sans",sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}

.card-footer-icons .card-footer-latin:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #EA5B0C url(../img/icons/png/pti-latin.png) no-repeat center center;
  background-size: 30px;
}

.card-footer-icons .card-footer-mathematics {
  float: left;
  position: relative;
  height: 30px;
  padding-left: 40px;
  font-family: "adelle-sans",sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}

.card-footer-icons .card-footer-mathematics:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #EA5B0C url(../img/icons/png/pti-mathematics.png) no-repeat center center;
  background-size: 30px;
}

.card-footer-icons .card-footer-mfl {
  float: left;
  position: relative;
  height: 30px;
  padding-left: 40px;
  font-family: "adelle-sans",sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}

.card-footer-icons .card-footer-mfl:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #EA5B0C url(../img/icons/png/pti-mfl.png) no-repeat center center;
  background-size: 30px;
}

.card-footer-icons .card-footer-music {
  float: left;
  position: relative;
  height: 30px;
  padding-left: 40px;
  font-family: "adelle-sans",sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}

.card-footer-icons .card-footer-music:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #EA5B0C url(../img/icons/png/pti-music.png) no-repeat center center;
  background-size: 30px;
}

.card-footer-icons .card-footer-physics {
  float: left;
  position: relative;
  height: 30px;
  padding-left: 40px;
  font-family: "adelle-sans",sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}

.card-footer-icons .card-footer-physics:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #EA5B0C url(../img/icons/png/pti-physics.png) no-repeat center center;
  background-size: 30px;
}

.card-footer-icons .card-footer-science {
  float: left;
  position: relative;
  height: 30px;
  padding-left: 40px;
  font-family: "adelle-sans",sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}

.card-footer-icons .card-footer-science:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #EA5B0C url(../img/icons/png/pti-science.png) no-repeat center center;
  background-size: 30px;
}

.card-footer-icons .card-footer-spanish {
  float: left;
  position: relative;
  height: 30px;
  padding-left: 40px;
  font-family: "adelle-sans",sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}

.card-footer-icons .card-footer-spanish:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #EA5B0C url(../img/icons/png/pti-spanish.png) no-repeat center center;
  background-size: 30px;
}

.card-footer-icons .card-footer-leadership {
  float: left;
  position: relative;
  height: 30px;
  padding-left: 40px;
  font-family: "adelle-sans",sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}

.card-footer-icons .card-footer-leadership:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #EA5B0C url(../img/icons/png/pti-leadership.png) no-repeat center center;
  background-size: 30px;
}

.card-footer-icons img {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  max-width: 50px;
  margin-right: 2%;
  background: #EA5B0C;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.card-footer-icons img:last-child {
  margin-right: 0;
}

.card-footer-icons h4 {
  display: inline-block;
  vertical-align: middle;
  font-family: "adelle-sans",sans-serif;
}

.card-footer-icons p,
.card-footer-icons h4 {
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.card-link h4 {
  display: inline-block;
  font-family: "adelle-sans",sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #434244;
}

.card-link img {
  display: inline-block;
  width: 15%;
  max-width: 50px;
  margin-right: 2%;
  vertical-align: middle;
  background: #EA5B0C;
}

.PTI-card .card-link, .event-card .card-link, .member-project-card .card-link, .report-card .card-link, .testimonial-card .card-link, .news-info-card .card-link, .speaker-card .card-link {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.event-card .card-link,
.member-project-card .card-link {
  top: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.event-card:hover h1,
.member-project-card:hover h1 {
  padding-top: 0;
}

.event-card:hover .card-link,
.member-project-card:hover .card-link {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.event-card:hover .card-footer-icons img,
.event-card:hover .card-footer-icons p,
.member-project-card:hover .card-footer-icons img,
.member-project-card:hover .card-footer-icons p {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.event-card:hover .card-footer-icons h4,
.member-project-card:hover .card-footer-icons h4 {
  -webkit-transform: translateY(-300%);
          transform: translateY(-300%);
}

img + .card-footer-icons,
img + .card-link {
  background: rgba(255, 255, 255, 0.8);
}

/* Modules */
.module-photo-banner {
  background: #696869;
  height: 415px;
}

.module-photo-banner .container, .module-photo-banner .module-news-and-opinion .container > h1, .module-news-and-opinion .module-photo-banner .container > h1, .module-photo-banner .row, .module-photo-banner .program-card .program-card-extra, .program-card .module-photo-banner .program-card-extra, .module-photo-banner .program-card-yellow .program-card-extra, .program-card-yellow .module-photo-banner .program-card-extra, .module-photo-banner .program-card-blue .program-card-extra, .program-card-blue .module-photo-banner .program-card-extra, .module-photo-banner .program-card-green .program-card-extra, .program-card-green .module-photo-banner .program-card-extra, .module-photo-banner .program-card-red .program-card-extra, .program-card-red .module-photo-banner .program-card-extra, .module-photo-banner .quick-links-list, .module-photo-banner .event-details-speaker, .module-photo-banner .module-history-timeline .panel, .module-history-timeline .module-photo-banner .panel, .module-photo-banner .all-event-cards-filters, .module-photo-banner .card-filters {
  height: 100%;
}

@media (max-width: 991px) {
  .module-photo-banner .container, .module-photo-banner .module-news-and-opinion .container > h1, .module-news-and-opinion .module-photo-banner .container > h1, .module-photo-banner .row, .module-photo-banner .program-card .program-card-extra, .program-card .module-photo-banner .program-card-extra, .module-photo-banner .program-card-yellow .program-card-extra, .program-card-yellow .module-photo-banner .program-card-extra, .module-photo-banner .program-card-blue .program-card-extra, .program-card-blue .module-photo-banner .program-card-extra, .module-photo-banner .program-card-green .program-card-extra, .program-card-green .module-photo-banner .program-card-extra, .module-photo-banner .program-card-red .program-card-extra, .program-card-red .module-photo-banner .program-card-extra, .module-photo-banner .quick-links-list, .module-photo-banner .event-details-speaker, .module-photo-banner .module-history-timeline .panel, .module-history-timeline .module-photo-banner .panel, .module-photo-banner .all-event-cards-filters, .module-photo-banner .card-filters {
    padding: 0;
    margin: 0;
  }
}

.photo-banner-textbox {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: initial;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 10;
}

.photo-banner-textbox:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EA5B0C;
  background: rgba(234, 91, 12, 0.8);
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .photo-banner-textbox {
    padding-top: 0px;
  }
  .photo-banner-textbox:before {
    top: -999999px;
  }
}

.photo-banner-textbox h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "adelle-sans",sans-serif;
  font-size: 24px;
}

.photo-banner-textbox h2 {
  margin-bottom: 5px;
  font-family: "adelle",serif;
  font-size: 36px;
}

.photo-banner-textbox h1,
.photo-banner-textbox h2 {
  padding-left: 0;
  color: white;
}

.photo-banner-textbox br {
  display: none;
}

@media screen and (min-width: 992px) {
  .photo-banner-textbox {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: initial !important;
    max-width: calc((100%/12)*7);
    padding-right: 30px;
    margin-top: 115px;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .photo-banner-textbox {
    float: left;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .photo-banner-textbox br {
    display: block;
  }
  .photo-banner-textbox:before {
    left: -30px;
  }
  .photo-banner-textbox h1 {
    margin-top: 30px;
  }
  .photo-banner-textbox h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .photo-banner-textbox {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .photo-banner-textbox h2 {
    font-size: 48px;
  }
}

@media (max-width: 992px) {
  .home-page .module-photo-banner .photo-banner-img-wrapper {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .home-page .photo-banner-textbox {
    padding-top: 80px;
  }
}

@media screen and (min-width: 992px) {
  .home-page .photo-banner-textbox {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.3333333333% !important;
    height: 300px;
    margin-top: 145px;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .home-page .photo-banner-textbox {
    float: left;
    width: 58.33333333%;
  }
}

@media screen and (min-width: 992px) {
  .home-page .photo-banner-textbox .photo-banner-textbox-home {
    margin-top: 80px;
  }
}

.page-yellow .photo-banner-textbox:before {
  background: #F7A600;
  background: rgba(247, 166, 0, 0.8);
}

.page-blue .photo-banner-textbox:before {
  background: #00B4D0;
  background: rgba(0, 180, 208, 0.8);
}

.page-green .photo-banner-textbox:before {
  background: #A0A400;
  background: rgba(160, 164, 0, 0.8);
}

.page-teal .photo-banner-textbox:before {
  background: #68B2B0;
  background: rgba(104, 178, 176, 0.8);
}

.page-red .photo-banner-textbox:before {
  background: #CC1618;
  background: rgba(204, 22, 24, 0.8);
}

.focuspoint {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
}

.focuspoint > img {
  position: absolute;
}

.module-home-intro-block {
  background: #696869;
}

.module-home-intro-block .row, .module-home-intro-block .program-card .program-card-extra, .program-card .module-home-intro-block .program-card-extra, .module-home-intro-block .program-card-yellow .program-card-extra, .program-card-yellow .module-home-intro-block .program-card-extra, .module-home-intro-block .program-card-blue .program-card-extra, .program-card-blue .module-home-intro-block .program-card-extra, .module-home-intro-block .program-card-green .program-card-extra, .program-card-green .module-home-intro-block .program-card-extra, .module-home-intro-block .program-card-red .program-card-extra, .program-card-red .module-home-intro-block .program-card-extra, .module-home-intro-block .quick-links-list, .module-home-intro-block .event-details-speaker, .module-home-intro-block .module-history-timeline .panel, .module-history-timeline .module-home-intro-block .panel, .module-home-intro-block .all-event-cards-filters, .module-home-intro-block .card-filters {
  margin-left: -45px;
  padding-left: 30px;
  overflow: hidden;
}

.home-intro-block-video, .home-intro-block-text {
  z-index: 10;
}

.home-intro-block-video {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding: 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .home-intro-block-video {
    float: left;
    width: 41.66666667%;
  }
}

@media (min-width: 992px) {
  .home-intro-block-video {
    left: 58.33333333%;
  }
}

.home-intro-block-video iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .home-intro-block-video {
    height: 275px;
  }
}

.home-intro-block-text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .home-intro-block-text {
    float: left;
    width: 58.33333333%;
  }
}

@media (min-width: 992px) {
  .home-intro-block-text {
    right: 41.66666667%;
  }
}

.home-intro-block-text:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #434244;
  position: absolute;
  z-index: -1;
}

@media (min-width: 992px) {
  .home-intro-block-text:before {
    height: 99999px;
  }
}

.home-intro-block-text h1 {
  color: white;
  line-height: 26px;
}

.home-intro-block-text h1:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .home-intro-block-text {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .home-intro-block-text:before {
    left: -30px;
  }
  .home-intro-block-text h1 {
    padding-right: 105px;
  }
}

@media (min-width: 1200px) {
  .home-intro-block-text {
    height: 275px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.module-intro-block {
  padding-bottom: 30px;
  background: #F6F3EF;
}

.intro-block-text p {
  padding-top: 15px;
  border-top: 1px solid #EA5B0C;
}

.intro-block-middle {
  padding-bottom: 30px;
}

.intro-block-middle > ul {
  position: relative;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #EA5B0C;
  border-bottom: 1px solid #EA5B0C;
}

.intro-block-middle > ul li {
  list-style: none;
  margin-top: 5px;
}

.intro-block-middle > ul li:before {
  content: '>';
  color: #EA5B0C;
  position: absolute;
  left: 0;
  font-weight: 500;
}

.intro-block-middle > ul li:first-of-type {
  margin-left: -15px;
}

.intro-block-middle > ul li:first-of-type:before {
  display: none;
}

.intro-block-middle .intro-block-middle-table {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #EA5B0C;
  border-bottom: 1px solid #EA5B0C;
}

.intro-block-middle .intro-block-middle-table table {
  width: 100%;
  max-width: 500px;
}

.intro-block-middle .intro-block-middle-table table tr {
  height: 30px;
  line-height: 30px;
}

.intro-block-middle .intro-block-middle-table table td,
.intro-block-middle .intro-block-middle-table table th {
  padding: 5px;
  font-size: 13px;
}

.intro-block-middle .intro-block-middle-table table th {
  background: #DEDED9;
  font-weight: 500;
}

.intro-block-middle .intro-block-middle-table table tr:nth-child(even) {
  background: white;
}

.intro-block-middle .intro-block-middle-table table tr:nth-child(odd) {
  background: #EFEEEC;
}

.intro-block-middle .intro-block-middle-table p {
  padding-left: 0;
  font-size: 13px;
}

.intro-block-middle .intro-block-middle-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  padding: 0;
}

.intro-block-middle p {
  margin-top: 15px;
  padding-left: 50px;
}

.intro-block-media {
  position: relative;
  padding: 0;
  margin-bottom: 15px;
}

.intro-block-media iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.intro-block-media label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 100;
  font-style: italic;
}

.intro-block-link {
  padding-bottom: 34px;
  padding-top: 15px;
}

.intro-block-link:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: #EA5B0C;
}

@media screen and (max-width: 991px) {
  .intro-block-link:before {
    left: 0;
  }
}

@media screen and (max-width: 991px) {
  .intro-block-text p,
  .intro-block-middle ul {
    border: none !important;
  }
}

.page-yellow .intro-block-text p {
  border-top: 1px solid #F7A600;
}

.page-yellow .intro-block-middle > ul {
  border-top: 1px solid #F7A600;
  border-bottom: 1px solid #F7A600;
}

.page-yellow .intro-block-middle > ul li:before {
  color: #F7A600;
}

.page-yellow .intro-block-middle-table {
  border-top: 1px solid #F7A600;
  border-bottom: 1px solid #F7A600;
}

.page-yellow .intro-block-link:before {
  background: #F7A600;
}

.page-red .intro-block-text p {
  border-top: 1px solid #CC1618;
}

.page-red .intro-block-middle > ul {
  border-top: 1px solid #CC1618;
  border-bottom: 1px solid #CC1618;
}

.page-red .intro-block-middle > ul li:before {
  color: #CC1618;
}

.page-red .intro-block-middle-table {
  border-top: 1px solid #CC1618;
  border-bottom: 1px solid #CC1618;
}

.page-red .intro-block-link:before {
  background: #CC1618;
}

.page-blue .intro-block-text p {
  border-top: 1px solid #00B4D0;
}

.page-blue .intro-block-middle > ul {
  border-top: 1px solid #00B4D0;
  border-bottom: 1px solid #00B4D0;
}

.page-blue .intro-block-middle > ul li:before {
  color: #00B4D0;
}

.page-blue .intro-block-middle-table {
  border-top: 1px solid #00B4D0;
  border-bottom: 1px solid #00B4D0;
}

.page-blue .intro-block-link:before {
  background: #00B4D0;
}

.page-green .intro-block-text p {
  border-top: 1px solid #A0A400;
}

.page-green .intro-block-middle > ul {
  border-top: 1px solid #A0A400;
  border-bottom: 1px solid #A0A400;
}

.page-green .intro-block-middle > ul li:before {
  color: #A0A400;
}

.page-green .intro-block-middle-table {
  border-top: 1px solid #A0A400;
  border-bottom: 1px solid #A0A400;
}

.page-green .intro-block-link:before {
  background: #A0A400;
}

.page-teal .intro-block-text p {
  border-top: 1px solid #68B2B0;
}

.page-teal .intro-block-middle > ul {
  border-top: 1px solid #68B2B0;
  border-bottom: 1px solid #68B2B0;
}

.page-teal .intro-block-middle > ul li:before {
  color: #68B2B0;
}

.page-teal .intro-block-middle-table {
  border-top: 1px solid #68B2B0;
  border-bottom: 1px solid #68B2B0;
}

.page-teal .intro-block-link:before {
  background: #68B2B0;
}

.module-statement p {
  padding-top: 30px;
}

@media screen and (min-width: 1199px) {
  .module-statement p {
    padding-right: 15%;
  }
}

.statement-list {
  position: relative;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}

.statement-list li {
  margin-bottom: 5px;
  list-style: none;
}

.statement-list li:before {
  content: '>';
  color: #EA5B0C;
  position: absolute;
  left: 0;
  font-weight: 500;
}

.statement-list li:first-of-type {
  margin-bottom: 5px;
  margin-left: -15px;
  font-size: 16px;
  font-weight: 400;
}

.statement-list li:first-of-type:before {
  display: none;
}

@media screen and (min-width: 1199px) {
  .statement-list {
    padding-right: 33%;
  }
}

.home-page .module-statement-bold {
  background: #EA5B0C;
}

.module-statement-bold {
  border-top: solid #434244 15px;
}

.module-statement-bold .row, .module-statement-bold .program-card .program-card-extra, .program-card .module-statement-bold .program-card-extra, .module-statement-bold .program-card-yellow .program-card-extra, .program-card-yellow .module-statement-bold .program-card-extra, .module-statement-bold .program-card-blue .program-card-extra, .program-card-blue .module-statement-bold .program-card-extra, .module-statement-bold .program-card-green .program-card-extra, .program-card-green .module-statement-bold .program-card-extra, .module-statement-bold .program-card-red .program-card-extra, .program-card-red .module-statement-bold .program-card-extra, .module-statement-bold .quick-links-list, .module-statement-bold .event-details-speaker, .module-statement-bold .module-history-timeline .panel, .module-history-timeline .module-statement-bold .panel, .module-statement-bold .all-event-cards-filters, .module-statement-bold .card-filters {
  overflow: hidden;
}

.module-statement-bold .row > div, .module-statement-bold .program-card .program-card-extra > div, .program-card .module-statement-bold .program-card-extra > div, .module-statement-bold .program-card-yellow .program-card-extra > div, .program-card-yellow .module-statement-bold .program-card-extra > div, .module-statement-bold .program-card-blue .program-card-extra > div, .program-card-blue .module-statement-bold .program-card-extra > div, .module-statement-bold .program-card-green .program-card-extra > div, .program-card-green .module-statement-bold .program-card-extra > div, .module-statement-bold .program-card-red .program-card-extra > div, .program-card-red .module-statement-bold .program-card-extra > div, .module-statement-bold .quick-links-list > div, .module-statement-bold .event-details-speaker > div, .module-statement-bold .module-history-timeline .panel > div, .module-history-timeline .module-statement-bold .panel > div, .module-statement-bold .all-event-cards-filters > div, .module-statement-bold .card-filters > div {
  min-height: 300px;
}

.module-statement-bold h1 {
  padding-left: 0;
  color: white;
}

.module-statement-bold p {
  padding-bottom: 30px;
  color: white;
}

@media screen and (max-width: 1199px) {
  .module-statement-bold p {
    font-size: 22px;
  }
}

.module-statement-bold .img-wrapper {
  height: 400px;
}

.module-statement-bold {
  background: #EA5B0C;
}

.page-yellow .module-statement-bold {
  background: #F7A600;
}

.module-news-and-opinion {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 30px;
}

.module-news-and-opinion .container > h1, .module-news-and-opinion .container > h1 > h1 {
  padding-left: 15px;
}

.module-news-and-opinion .member-project-card > div > h3 {
  margin-top: 0px;
}

.module-news-and-opinion .carousel-control.left, .module-news-and-opinion .carousel-control.right {
  background-image: none;
}

.module-news-and-opinion .row > div > div, .module-news-and-opinion .program-card .program-card-extra > div > div, .program-card .module-news-and-opinion .program-card-extra > div > div, .module-news-and-opinion .program-card-yellow .program-card-extra > div > div, .program-card-yellow .module-news-and-opinion .program-card-extra > div > div, .module-news-and-opinion .program-card-blue .program-card-extra > div > div, .program-card-blue .module-news-and-opinion .program-card-extra > div > div, .module-news-and-opinion .program-card-green .program-card-extra > div > div, .program-card-green .module-news-and-opinion .program-card-extra > div > div, .module-news-and-opinion .program-card-red .program-card-extra > div > div, .program-card-red .module-news-and-opinion .program-card-extra > div > div, .module-news-and-opinion .quick-links-list > div > div, .module-news-and-opinion .event-details-speaker > div > div, .module-news-and-opinion .module-history-timeline .panel > div > div, .module-history-timeline .module-news-and-opinion .panel > div > div, .module-news-and-opinion .all-event-cards-filters > div > div, .module-news-and-opinion .card-filters > div > div {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  height: 300px;
}

.module-news-and-opinion .row > div .item > div, .module-news-and-opinion .program-card .program-card-extra > div .item > div, .program-card .module-news-and-opinion .program-card-extra > div .item > div, .module-news-and-opinion .program-card-yellow .program-card-extra > div .item > div, .program-card-yellow .module-news-and-opinion .program-card-extra > div .item > div, .module-news-and-opinion .program-card-blue .program-card-extra > div .item > div, .program-card-blue .module-news-and-opinion .program-card-extra > div .item > div, .module-news-and-opinion .program-card-green .program-card-extra > div .item > div, .program-card-green .module-news-and-opinion .program-card-extra > div .item > div, .module-news-and-opinion .program-card-red .program-card-extra > div .item > div, .program-card-red .module-news-and-opinion .program-card-extra > div .item > div, .module-news-and-opinion .quick-links-list > div .item > div, .module-news-and-opinion .event-details-speaker > div .item > div, .module-news-and-opinion .module-history-timeline .panel > div .item > div, .module-history-timeline .module-news-and-opinion .panel > div .item > div, .module-news-and-opinion .all-event-cards-filters > div .item > div, .module-news-and-opinion .card-filters > div .item > div {
  height: 300px;
}

.module-news-and-opinion .member-project-card div {
  min-height: initial;
}

.module-news-and-opinion .carousel-control {
  width: 45px;
}

@media screen and (max-width: 767px) {
  .module-news-and-opinion .carousel-control {
    width: 30px;
  }
}

.module-news-and-opinion .carousel-control img {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
}

.module-news-and-opinion .carousel-control.right {
  right: -15px;
}

@media screen and (min-width: 1200px) {
  .module-news-and-opinion .carousel-control.right {
    left: 100%;
    right: initial;
  }
}

@media screen and (max-width: 767px) {
  .module-news-and-opinion .carousel-control.right {
    right: -10px;
  }
}

.module-news-and-opinion .carousel-control.left {
  left: -15px;
}

@media screen and (min-width: 1200px) {
  .module-news-and-opinion .carousel-control.left {
    right: 100%;
    left: initial;
  }
}

@media screen and (max-width: 767px) {
  .module-news-and-opinion .carousel-control.left {
    left: -10px;
  }
}

.module-news-and-opinion .carousel-control.left img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.show-xs {
  display: none;
}

@media screen and (max-width: 767px) {
  .module-news-and-opinion {
    display: none;
  }
  .show-xs {
    display: block;
  }
}

.module-event-cards {
  min-height: 400px;
  background: #CCF0F6;
}

.module-event-cards .module-text-heading, .module-event-cards .module-statement-bold h1, .module-statement-bold .module-event-cards h1, .module-event-cards .module-news-and-opinion .container > h1, .module-news-and-opinion .module-event-cards .container > h1, .module-event-cards .module-staffroom-banner .row .staffroom-banner-text h1, .module-staffroom-banner .row .staffroom-banner-text .module-event-cards h1, .module-event-cards .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text .module-event-cards h1, .module-event-cards .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text .module-event-cards h1, .module-event-cards .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text .module-event-cards h1, .module-event-cards .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text .module-event-cards h1, .module-event-cards .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text .module-event-cards h1, .module-event-cards .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text .module-event-cards h1, .module-event-cards .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text .module-event-cards h1, .module-event-cards .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text .module-event-cards h1, .module-event-cards .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text .module-event-cards h1, .module-event-cards .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text .module-event-cards h1, .module-event-cards .module-staffroom-banner .quick-links-list .staffroom-banner-text h1, .module-staffroom-banner .quick-links-list .staffroom-banner-text .module-event-cards h1, .module-event-cards .module-staffroom-banner .event-details-speaker .staffroom-banner-text h1, .module-staffroom-banner .event-details-speaker .staffroom-banner-text .module-event-cards h1, .module-event-cards .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text h1, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text .module-event-cards h1, .module-event-cards .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text h1, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text .module-event-cards h1, .module-event-cards .module-staffroom-banner .all-event-cards-filters .staffroom-banner-text h1, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-text .module-event-cards h1, .module-event-cards .module-staffroom-banner .card-filters .staffroom-banner-text h1, .module-staffroom-banner .card-filters .staffroom-banner-text .module-event-cards h1, .module-event-cards .module-logo-text-image .logo-text-image-text h1, .module-logo-text-image .logo-text-image-text .module-event-cards h1, .module-event-cards .residential-banner-info h1, .residential-banner-info .module-event-cards h1, .module-event-cards .teachers-strip-info h1, .teachers-strip-info .module-event-cards h1, .module-event-cards .teachers-strip-carousel .teachers-strip-carousel-teacher h2, .teachers-strip-carousel .teachers-strip-carousel-teacher .module-event-cards h2, .module-event-cards .module-schools-subject-icons h1, .module-schools-subject-icons .module-event-cards h1, .module-event-cards .module-subject-header h1, .module-subject-header .module-event-cards h1, .module-event-cards .subject-body-info h1, .subject-body-info .module-event-cards h1, .module-event-cards .module-subject-upcoming .row h1, .module-subject-upcoming .row .module-event-cards h1, .module-event-cards .module-subject-upcoming .program-card .program-card-extra h1, .module-subject-upcoming .program-card .program-card-extra .module-event-cards h1, .module-event-cards .program-card .module-subject-upcoming .program-card-extra h1, .program-card .module-subject-upcoming .program-card-extra .module-event-cards h1, .module-event-cards .module-subject-upcoming .program-card-yellow .program-card-extra h1, .module-subject-upcoming .program-card-yellow .program-card-extra .module-event-cards h1, .module-event-cards .program-card-yellow .module-subject-upcoming .program-card-extra h1, .program-card-yellow .module-subject-upcoming .program-card-extra .module-event-cards h1, .module-event-cards .module-subject-upcoming .program-card-blue .program-card-extra h1, .module-subject-upcoming .program-card-blue .program-card-extra .module-event-cards h1, .module-event-cards .program-card-blue .module-subject-upcoming .program-card-extra h1, .program-card-blue .module-subject-upcoming .program-card-extra .module-event-cards h1, .module-event-cards .module-subject-upcoming .program-card-green .program-card-extra h1, .module-subject-upcoming .program-card-green .program-card-extra .module-event-cards h1, .module-event-cards .program-card-green .module-subject-upcoming .program-card-extra h1, .program-card-green .module-subject-upcoming .program-card-extra .module-event-cards h1, .module-event-cards .module-subject-upcoming .program-card-red .program-card-extra h1, .module-subject-upcoming .program-card-red .program-card-extra .module-event-cards h1, .module-event-cards .program-card-red .module-subject-upcoming .program-card-extra h1, .program-card-red .module-subject-upcoming .program-card-extra .module-event-cards h1, .module-event-cards .module-subject-upcoming .quick-links-list h1, .module-subject-upcoming .quick-links-list .module-event-cards h1, .module-event-cards .module-subject-upcoming .event-details-speaker h1, .module-subject-upcoming .event-details-speaker .module-event-cards h1, .module-event-cards .module-subject-upcoming .module-history-timeline .panel h1, .module-subject-upcoming .module-history-timeline .panel .module-event-cards h1, .module-event-cards .module-history-timeline .module-subject-upcoming .panel h1, .module-history-timeline .module-subject-upcoming .panel .module-event-cards h1, .module-event-cards .module-subject-upcoming .all-event-cards-filters h1, .module-subject-upcoming .all-event-cards-filters .module-event-cards h1, .module-event-cards .module-subject-upcoming .card-filters h1, .module-subject-upcoming .card-filters .module-event-cards h1, .module-event-cards .module-how-we-work .row h1, .module-how-we-work .row .module-event-cards h1, .module-event-cards .module-how-we-work .program-card .program-card-extra h1, .module-how-we-work .program-card .program-card-extra .module-event-cards h1, .module-event-cards .program-card .module-how-we-work .program-card-extra h1, .program-card .module-how-we-work .program-card-extra .module-event-cards h1, .module-event-cards .module-how-we-work .program-card-yellow .program-card-extra h1, .module-how-we-work .program-card-yellow .program-card-extra .module-event-cards h1, .module-event-cards .program-card-yellow .module-how-we-work .program-card-extra h1, .program-card-yellow .module-how-we-work .program-card-extra .module-event-cards h1, .module-event-cards .module-how-we-work .program-card-blue .program-card-extra h1, .module-how-we-work .program-card-blue .program-card-extra .module-event-cards h1, .module-event-cards .program-card-blue .module-how-we-work .program-card-extra h1, .program-card-blue .module-how-we-work .program-card-extra .module-event-cards h1, .module-event-cards .module-how-we-work .program-card-green .program-card-extra h1, .module-how-we-work .program-card-green .program-card-extra .module-event-cards h1, .module-event-cards .program-card-green .module-how-we-work .program-card-extra h1, .program-card-green .module-how-we-work .program-card-extra .module-event-cards h1, .module-event-cards .module-how-we-work .program-card-red .program-card-extra h1, .module-how-we-work .program-card-red .program-card-extra .module-event-cards h1, .module-event-cards .program-card-red .module-how-we-work .program-card-extra h1, .program-card-red .module-how-we-work .program-card-extra .module-event-cards h1, .module-event-cards .module-how-we-work .quick-links-list h1, .module-how-we-work .quick-links-list .module-event-cards h1, .module-event-cards .module-how-we-work .event-details-speaker h1, .module-how-we-work .event-details-speaker .module-event-cards h1, .module-event-cards .module-how-we-work .module-history-timeline .panel h1, .module-how-we-work .module-history-timeline .panel .module-event-cards h1, .module-event-cards .module-history-timeline .module-how-we-work .panel h1, .module-history-timeline .module-how-we-work .panel .module-event-cards h1, .module-event-cards .module-how-we-work .all-event-cards-filters h1, .module-how-we-work .all-event-cards-filters .module-event-cards h1, .module-event-cards .module-how-we-work .card-filters h1, .module-how-we-work .card-filters .module-event-cards h1, .module-event-cards .module-our-reach .row > h1, .module-our-reach .module-event-cards .row > h1, .module-event-cards .module-our-reach .program-card .program-card-extra > h1, .module-our-reach .program-card .module-event-cards .program-card-extra > h1, .module-event-cards .program-card .module-our-reach .program-card-extra > h1, .program-card .module-our-reach .module-event-cards .program-card-extra > h1, .module-event-cards .module-our-reach .program-card-yellow .program-card-extra > h1, .module-our-reach .program-card-yellow .module-event-cards .program-card-extra > h1, .module-event-cards .program-card-yellow .module-our-reach .program-card-extra > h1, .program-card-yellow .module-our-reach .module-event-cards .program-card-extra > h1, .module-event-cards .module-our-reach .program-card-blue .program-card-extra > h1, .module-our-reach .program-card-blue .module-event-cards .program-card-extra > h1, .module-event-cards .program-card-blue .module-our-reach .program-card-extra > h1, .program-card-blue .module-our-reach .module-event-cards .program-card-extra > h1, .module-event-cards .module-our-reach .program-card-green .program-card-extra > h1, .module-our-reach .program-card-green .module-event-cards .program-card-extra > h1, .module-event-cards .program-card-green .module-our-reach .program-card-extra > h1, .program-card-green .module-our-reach .module-event-cards .program-card-extra > h1, .module-event-cards .module-our-reach .program-card-red .program-card-extra > h1, .module-our-reach .program-card-red .module-event-cards .program-card-extra > h1, .module-event-cards .program-card-red .module-our-reach .program-card-extra > h1, .program-card-red .module-our-reach .module-event-cards .program-card-extra > h1, .module-event-cards .module-our-reach .quick-links-list > h1, .module-our-reach .module-event-cards .quick-links-list > h1, .module-event-cards .module-our-reach .event-details-speaker > h1, .module-our-reach .module-event-cards .event-details-speaker > h1, .module-event-cards .module-our-reach .module-history-timeline .panel > h1, .module-our-reach .module-history-timeline .module-event-cards .panel > h1, .module-event-cards .module-history-timeline .module-our-reach .panel > h1, .module-history-timeline .module-our-reach .module-event-cards .panel > h1, .module-event-cards .module-our-reach .all-event-cards-filters > h1, .module-our-reach .module-event-cards .all-event-cards-filters > h1, .module-event-cards .module-our-reach .card-filters > h1, .module-our-reach .module-event-cards .card-filters > h1, .module-event-cards .prince-message-top .prince-message-title h1, .prince-message-top .prince-message-title .module-event-cards h1, .module-event-cards .module-text-button-banner h1, .module-text-button-banner .module-event-cards h1, .module-event-cards .module-text-button-banner-white h1, .module-text-button-banner-white .module-event-cards h1, .module-event-cards .module-why-we-exist h1, .module-why-we-exist .module-event-cards h1, .module-event-cards .module-page-title .row div h1, .module-page-title .row div .module-event-cards h1, .module-event-cards .module-page-title .program-card .program-card-extra div h1, .module-page-title .program-card .program-card-extra div .module-event-cards h1, .module-event-cards .program-card .module-page-title .program-card-extra div h1, .program-card .module-page-title .program-card-extra div .module-event-cards h1, .module-event-cards .module-page-title .program-card-yellow .program-card-extra div h1, .module-page-title .program-card-yellow .program-card-extra div .module-event-cards h1, .module-event-cards .program-card-yellow .module-page-title .program-card-extra div h1, .program-card-yellow .module-page-title .program-card-extra div .module-event-cards h1, .module-event-cards .module-page-title .program-card-blue .program-card-extra div h1, .module-page-title .program-card-blue .program-card-extra div .module-event-cards h1, .module-event-cards .program-card-blue .module-page-title .program-card-extra div h1, .program-card-blue .module-page-title .program-card-extra div .module-event-cards h1, .module-event-cards .module-page-title .program-card-green .program-card-extra div h1, .module-page-title .program-card-green .program-card-extra div .module-event-cards h1, .module-event-cards .program-card-green .module-page-title .program-card-extra div h1, .program-card-green .module-page-title .program-card-extra div .module-event-cards h1, .module-event-cards .module-page-title .program-card-red .program-card-extra div h1, .module-page-title .program-card-red .program-card-extra div .module-event-cards h1, .module-event-cards .program-card-red .module-page-title .program-card-extra div h1, .program-card-red .module-page-title .program-card-extra div .module-event-cards h1, .module-event-cards .module-page-title .quick-links-list div h1, .module-page-title .quick-links-list div .module-event-cards h1, .module-event-cards .module-page-title .event-details-speaker div h1, .module-page-title .event-details-speaker div .module-event-cards h1, .module-event-cards .module-page-title .module-history-timeline .panel div h1, .module-page-title .module-history-timeline .panel div .module-event-cards h1, .module-event-cards .module-history-timeline .module-page-title .panel div h1, .module-history-timeline .module-page-title .panel div .module-event-cards h1, .module-event-cards .module-page-title .all-event-cards-filters div h1, .module-page-title .all-event-cards-filters div .module-event-cards h1, .module-event-cards .module-page-title .card-filters div h1, .module-page-title .card-filters div .module-event-cards h1, .module-event-cards .article-body h1, .article-body .module-event-cards h1, .module-event-cards .module-event-details-speakers h1, .module-event-details-speakers .module-event-cards h1, .module-event-cards .module-event-details-schedule h1, .module-event-details-schedule .module-event-cards h1, .module-event-cards .module-event-details-about-venue h1, .module-event-details-about-venue .module-event-cards h1, .module-event-cards .module-history-timeline h1, .module-history-timeline .module-event-cards h1, .module-event-cards .module-report-cards .container > h1, .module-report-cards .module-event-cards .container > h1, .module-event-cards .module-report-cards .module-news-and-opinion .container > h1 > h1, .module-report-cards .module-news-and-opinion .module-event-cards .container > h1 > h1, .module-event-cards .module-news-and-opinion .module-report-cards .container > h1 > h1, .module-news-and-opinion .module-report-cards .module-event-cards .container > h1 > h1 {
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .module-event-cards {
    padding-bottom: 90px;
  }
}

.module-event-cards .event-card {
  background: white;
}

.module-event-cards .event-card:hover {
  background: rgba(255, 255, 255, 0.8);
}

.event-card {
  padding-top: 50px;
  height: 400px;
  margin-top: 30px;
  margin-bottom: 0;
}

.event-card > img {
  position: absolute;
  top: 200px;
  left: 0;
  min-width: 100%;
  min-height: 200px;
}

.event-card > img + .card-footer-icons {
  background: rgba(255, 255, 255, 0.8);
}

.event-card > h2 {
  max-height: 120px;
  padding-bottom: 0;
  margin-bottom: 8px;
}

.featured-events-button {
  right: 15px;
  top: 45px;
}

@media screen and (max-width: 767px) {
  .featured-events-button {
    top: calc(100% + 30px);
  }
}

.module-document-strip {
  position: relative;
  width: 100%;
  background: #F4F3F0;
}

.module-document-strip .row, .module-document-strip .program-card .program-card-extra, .program-card .module-document-strip .program-card-extra, .module-document-strip .program-card-yellow .program-card-extra, .program-card-yellow .module-document-strip .program-card-extra, .module-document-strip .program-card-blue .program-card-extra, .program-card-blue .module-document-strip .program-card-extra, .module-document-strip .program-card-green .program-card-extra, .program-card-green .module-document-strip .program-card-extra, .module-document-strip .program-card-red .program-card-extra, .program-card-red .module-document-strip .program-card-extra, .module-document-strip .quick-links-list, .module-document-strip .event-details-speaker, .module-document-strip .module-history-timeline .panel, .module-history-timeline .module-document-strip .panel, .module-document-strip .all-event-cards-filters, .module-document-strip .card-filters {
  padding-top: 100px;
  padding-bottom: 100px;
}

.module-document-strip h1 {
  color: #434244;
  font-family: "adelle",serif;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  max-width: 320px;
  margin: auto;
}

.module-document-strip img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: 200px;
  height: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: box-shadow 0.25s ease;
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}

.module-document-strip p {
  color: #EA5B0C;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: 200px;
  height: 100px;
  width: 65px;
  text-align: center;
}

.module-document-strip a:hover img {
  -webkit-box-shadow: 4px 4px 8px rgba(67, 66, 68, 0.4);
          box-shadow: 4px 4px 8px rgba(67, 66, 68, 0.4);
}

.module-document-strip a:hover p {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .module-document-strip .row, .module-document-strip .program-card .program-card-extra, .program-card .module-document-strip .program-card-extra, .module-document-strip .program-card-yellow .program-card-extra, .program-card-yellow .module-document-strip .program-card-extra, .module-document-strip .program-card-blue .program-card-extra, .program-card-blue .module-document-strip .program-card-extra, .module-document-strip .program-card-green .program-card-extra, .program-card-green .module-document-strip .program-card-extra, .module-document-strip .program-card-red .program-card-extra, .program-card-red .module-document-strip .program-card-extra, .module-document-strip .quick-links-list, .module-document-strip .event-details-speaker, .module-document-strip .module-history-timeline .panel, .module-history-timeline .module-document-strip .panel, .module-document-strip .all-event-cards-filters, .module-document-strip .card-filters {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .module-document-strip .row img, .module-document-strip .program-card .program-card-extra img, .program-card .module-document-strip .program-card-extra img, .module-document-strip .program-card-yellow .program-card-extra img, .program-card-yellow .module-document-strip .program-card-extra img, .module-document-strip .program-card-blue .program-card-extra img, .program-card-blue .module-document-strip .program-card-extra img, .module-document-strip .program-card-green .program-card-extra img, .program-card-green .module-document-strip .program-card-extra img, .module-document-strip .program-card-red .program-card-extra img, .program-card-red .module-document-strip .program-card-extra img, .module-document-strip .quick-links-list img, .module-document-strip .event-details-speaker img, .module-document-strip .module-history-timeline .panel img, .module-history-timeline .module-document-strip .panel img, .module-document-strip .all-event-cards-filters img, .module-document-strip .card-filters img {
    top: 70px;
    margin-top: 0;
    margin-left: -30px;
  }
  .module-document-strip .row h1, .module-document-strip .program-card .program-card-extra h1, .program-card .module-document-strip .program-card-extra h1, .module-document-strip .program-card-yellow .program-card-extra h1, .program-card-yellow .module-document-strip .program-card-extra h1, .module-document-strip .program-card-blue .program-card-extra h1, .program-card-blue .module-document-strip .program-card-extra h1, .module-document-strip .program-card-green .program-card-extra h1, .program-card-green .module-document-strip .program-card-extra h1, .module-document-strip .program-card-red .program-card-extra h1, .program-card-red .module-document-strip .program-card-extra h1, .module-document-strip .quick-links-list h1, .module-document-strip .event-details-speaker h1, .module-document-strip .module-history-timeline .panel h1, .module-history-timeline .module-document-strip .panel h1, .module-document-strip .all-event-cards-filters h1, .module-document-strip .card-filters h1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .module-document-strip .row p, .module-document-strip .program-card .program-card-extra p, .program-card .module-document-strip .program-card-extra p, .module-document-strip .program-card-yellow .program-card-extra p, .program-card-yellow .module-document-strip .program-card-extra p, .module-document-strip .program-card-blue .program-card-extra p, .program-card-blue .module-document-strip .program-card-extra p, .module-document-strip .program-card-green .program-card-extra p, .program-card-green .module-document-strip .program-card-extra p, .module-document-strip .program-card-red .program-card-extra p, .program-card-red .module-document-strip .program-card-extra p, .module-document-strip .quick-links-list p, .module-document-strip .event-details-speaker p, .module-document-strip .module-history-timeline .panel p, .module-history-timeline .module-document-strip .panel p, .module-document-strip .all-event-cards-filters p, .module-document-strip .card-filters p {
    margin-top: -110px;
    margin-left: -30px;
  }
}

.module-program-cards {
  padding-top: 45px;
  padding-bottom: 15px;
}

.program-card, .program-card-yellow, .program-card-blue, .program-card-green, .program-card-red {
  padding-bottom: 30px;
}

.program-card .program-card-inner, .program-card-yellow .program-card-inner, .program-card-blue .program-card-inner, .program-card-green .program-card-inner, .program-card-red .program-card-inner {
  position: relative;
  height: 500px;
  padding-top: 330px;
  padding-bottom: 50px;
  background: rgba(199, 198, 199, 0.1);
}

.program-card .program-card-inner .img-wrapper, .program-card-yellow .program-card-inner .img-wrapper, .program-card-blue .program-card-inner .img-wrapper, .program-card-green .program-card-inner .img-wrapper, .program-card-red .program-card-inner .img-wrapper {
  height: 270px;
}

.program-card .program-card-inner h1, .program-card-yellow .program-card-inner h1, .program-card-blue .program-card-inner h1, .program-card-green .program-card-inner h1, .program-card-red .program-card-inner h1, .program-card .program-card-inner h2, .program-card-yellow .program-card-inner h2, .program-card-blue .program-card-inner h2, .program-card-green .program-card-inner h2, .program-card-red .program-card-inner h2 {
  position: absolute;
  left: 0;
  width: 80%;
  padding-left: 15px;
  background: #68B2B0;
  background: rgba(104, 178, 176, 0.8);
}

.program-card .program-card-inner h1, .program-card-yellow .program-card-inner h1, .program-card-blue .program-card-inner h1, .program-card-green .program-card-inner h1, .program-card-red .program-card-inner h1 {
  bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  font-weight: 300;
  color: white;
  z-index: 1;
}

.program-card .program-card-inner h2, .program-card-yellow .program-card-inner h2, .program-card-blue .program-card-inner h2, .program-card-green .program-card-inner h2, .program-card-red .program-card-inner h2 {
  top: 270px;
  font-family: "adelle-sans",sans-serif;
  font-size: 18px;
  line-height: 40px;
  font-weight: 200;
  color: black;
}

.program-card .program-card-inner p, .program-card-yellow .program-card-inner p, .program-card-blue .program-card-inner p, .program-card-green .program-card-inner p, .program-card-red .program-card-inner p {
  width: 80%;
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  .program-card .program-card-inner p, .program-card-yellow .program-card-inner p, .program-card-blue .program-card-inner p, .program-card-green .program-card-inner p, .program-card-red .program-card-inner p {
    width: 100%;
  }
}

.program-card .PTI-button, .program-card-yellow .PTI-button, .program-card-blue .PTI-button, .program-card-green .PTI-button, .program-card-red .PTI-button {
  bottom: 0;
  right: 0;
}

.program-card .program-card-extra, .program-card-yellow .program-card-extra, .program-card-blue .program-card-extra, .program-card-green .program-card-extra, .program-card-red .program-card-extra {
  position: relative;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 0;
  background: #68B2B0;
  background: rgba(104, 178, 176, 0.4);
}

@media screen and (min-width: 767px) {
  .program-card .program-card-extra, .program-card-yellow .program-card-extra, .program-card-blue .program-card-extra, .program-card-green .program-card-extra, .program-card-red .program-card-extra {
    height: 198px;
  }
}

@media screen and (min-width: 767px) {
  .program-card .program-card-extra > div, .program-card-yellow .program-card-extra > div, .program-card-blue .program-card-extra > div, .program-card-green .program-card-extra > div, .program-card-red .program-card-extra > div {
    height: 198px;
  }
  .program-card .program-card-extra > div > img, .program-card-yellow .program-card-extra > div > img, .program-card-blue .program-card-extra > div > img, .program-card-green .program-card-extra > div > img, .program-card-red .program-card-extra > div > img {
    height: 198px;
  }
}

.program-card .program-card-extra .program-card-extra-img, .program-card-yellow .program-card-extra .program-card-extra-img, .program-card-blue .program-card-extra .program-card-extra-img, .program-card-green .program-card-extra .program-card-extra-img, .program-card-red .program-card-extra .program-card-extra-img {
  height: 198px;
}

@media screen and (max-width: 480px) {
  .program-card .program-card-extra .program-card-extra-img, .program-card-yellow .program-card-extra .program-card-extra-img, .program-card-blue .program-card-extra .program-card-extra-img, .program-card-green .program-card-extra .program-card-extra-img, .program-card-red .program-card-extra .program-card-extra-img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .program-card .program-card-extra .program-card-extra-text, .program-card-yellow .program-card-extra .program-card-extra-text, .program-card-blue .program-card-extra .program-card-extra-text, .program-card-green .program-card-extra .program-card-extra-text, .program-card-red .program-card-extra .program-card-extra-text {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .program-card .program-card-extra .program-card-extra-text, .program-card-yellow .program-card-extra .program-card-extra-text, .program-card-blue .program-card-extra .program-card-extra-text, .program-card-green .program-card-extra .program-card-extra-text, .program-card-red .program-card-extra .program-card-extra-text {
    width: 100%;
  }
}

@media screen and (min-width: 480px) {
  .program-card .program-card-extra .program-card-extra-text, .program-card-yellow .program-card-extra .program-card-extra-text, .program-card-blue .program-card-extra .program-card-extra-text, .program-card-green .program-card-extra .program-card-extra-text, .program-card-red .program-card-extra .program-card-extra-text {
    height: 198px;
  }
}

.program-card .program-card-extra h3, .program-card-yellow .program-card-extra h3, .program-card-blue .program-card-extra h3, .program-card-green .program-card-extra h3, .program-card-red .program-card-extra h3 {
  margin-top: 15px;
  color: black;
}

.program-card-yellow .program-card-inner h1, .program-card-yellow .program-card-inner h2 {
  background: #EA5B0C;
  background: rgba(234, 91, 12, 0.8);
}

.program-card-yellow .program-card-extra {
  background: #FDEDCC;
}

.program-card-yellow .PTI-button {
  background: #EA5B0C;
}

.program-card-yellow .PTI-button:hover {
  background: #f4722b;
}

.program-card-blue .program-card-inner h1, .program-card-blue .program-card-inner h2 {
  background: #00B4D0;
  background: rgba(0, 180, 208, 0.8);
}

.program-card-blue .program-card-extra {
  background: #CCF0F6;
}

.program-card-blue .PTI-button {
  background: #00B4D0;
}

.program-card-blue .PTI-button:hover {
  background: #00d7f9;
}

.program-card-green .program-card-inner h1, .program-card-green .program-card-inner h2 {
  background: #A0A400;
  background: rgba(160, 164, 0, 0.8);
}

.program-card-green .program-card-extra {
  background: #F2F3B2;
}

.program-card-green .PTI-button {
  background: #A0A400;
}

.program-card-green .PTI-button:hover {
  background: #c8cd00;
}

.program-card-red .program-card-inner h1, .program-card-red .program-card-inner h2 {
  background: #CC1618;
  background: rgba(204, 22, 24, 0.8);
}

.program-card-red .program-card-extra {
  background: #FAE8E8;
}

.program-card-red .PTI-button {
  background: #CC1618;
}

.program-card-red .PTI-button:hover {
  background: #e72326;
}

.img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-wrapper > img {
  min-width: 100%;
  min-height: 100%;
}

.row, .program-card .program-card-extra, .program-card-yellow .program-card-extra, .program-card-blue .program-card-extra, .program-card-green .program-card-extra, .program-card-red .program-card-extra, .quick-links-list, .event-details-speaker, .module-history-timeline .panel, .all-event-cards-filters, .card-filters {
  position: relative;
}

.module-photo-ad-banner {
  background: #696869;
  height: 500px;
}

.module-photo-ad-banner .container, .module-photo-ad-banner .module-news-and-opinion .container > h1, .module-news-and-opinion .module-photo-ad-banner .container > h1, .module-photo-ad-banner .row, .module-photo-ad-banner .program-card .program-card-extra, .program-card .module-photo-ad-banner .program-card-extra, .module-photo-ad-banner .program-card-yellow .program-card-extra, .program-card-yellow .module-photo-ad-banner .program-card-extra, .module-photo-ad-banner .program-card-blue .program-card-extra, .program-card-blue .module-photo-ad-banner .program-card-extra, .module-photo-ad-banner .program-card-green .program-card-extra, .program-card-green .module-photo-ad-banner .program-card-extra, .module-photo-ad-banner .program-card-red .program-card-extra, .program-card-red .module-photo-ad-banner .program-card-extra, .module-photo-ad-banner .quick-links-list, .module-photo-ad-banner .event-details-speaker, .module-photo-ad-banner .module-history-timeline .panel, .module-history-timeline .module-photo-ad-banner .panel, .module-photo-ad-banner .all-event-cards-filters, .module-photo-ad-banner .card-filters {
  height: 100%;
}

@media (max-width: 991px) {
  .module-photo-ad-banner .container, .module-photo-ad-banner .module-news-and-opinion .container > h1, .module-news-and-opinion .module-photo-ad-banner .container > h1, .module-photo-ad-banner .row, .module-photo-ad-banner .program-card .program-card-extra, .program-card .module-photo-ad-banner .program-card-extra, .module-photo-ad-banner .program-card-yellow .program-card-extra, .program-card-yellow .module-photo-ad-banner .program-card-extra, .module-photo-ad-banner .program-card-blue .program-card-extra, .program-card-blue .module-photo-ad-banner .program-card-extra, .module-photo-ad-banner .program-card-green .program-card-extra, .program-card-green .module-photo-ad-banner .program-card-extra, .module-photo-ad-banner .program-card-red .program-card-extra, .program-card-red .module-photo-ad-banner .program-card-extra, .module-photo-ad-banner .quick-links-list, .module-photo-ad-banner .event-details-speaker, .module-photo-ad-banner .module-history-timeline .panel, .module-history-timeline .module-photo-ad-banner .panel, .module-photo-ad-banner .all-event-cards-filters, .module-photo-ad-banner .card-filters {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.module-photo-ad-banner .PTI-button {
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

@media screen and (min-width: 992px) {
  .module-photo-ad-banner .PTI-button {
    left: 8.33333333%;
    bottom: 300px;
    margin-left: 5px;
  }
}

.photo-ad-banner-textbox {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 45px;
  z-index: 10;
}

.photo-ad-banner-textbox:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EA5B0C;
  background: rgba(234, 91, 12, 0.8);
  z-index: -1;
}

.photo-ad-banner-textbox h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
  font-family: "adelle",serif;
  font-size: 28px;
  color: white;
}

.photo-ad-banner-textbox br {
  display: none;
}

@media screen and (min-width: 992px) {
  .photo-ad-banner-textbox {
    top: 0;
    padding-bottom: 0;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .photo-ad-banner-textbox {
    float: left;
    width: 66.66666667%;
  }
}

@media screen and (min-width: 992px) {
  .photo-ad-banner-textbox h2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .photo-ad-banner-textbox br {
    display: block;
  }
  .photo-ad-banner-textbox:before {
    left: -30px;
  }
  .photo-ad-banner-textbox h1 {
    font-size: 44px;
    line-height: 60px;
  }
}

.plain-ad-banner-text {
  padding: 30px;
}

.plain-ad-banner-text .PTI-button {
  bottom: 0;
  right: 0;
  background: #EA5B0C;
}

.plain-ad-banner-text .PTI-button:hover {
  background: #f4722b;
}

.plain-ad-banner {
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgba(199, 198, 199, 0.1);
}

.plain-ad-banner .row, .plain-ad-banner .program-card .program-card-extra, .program-card .plain-ad-banner .program-card-extra, .plain-ad-banner .program-card-yellow .program-card-extra, .program-card-yellow .plain-ad-banner .program-card-extra, .plain-ad-banner .program-card-blue .program-card-extra, .program-card-blue .plain-ad-banner .program-card-extra, .plain-ad-banner .program-card-green .program-card-extra, .program-card-green .plain-ad-banner .program-card-extra, .plain-ad-banner .program-card-red .program-card-extra, .program-card-red .plain-ad-banner .program-card-extra, .plain-ad-banner .quick-links-list, .plain-ad-banner .event-details-speaker, .plain-ad-banner .module-history-timeline .panel, .module-history-timeline .plain-ad-banner .panel, .plain-ad-banner .all-event-cards-filters, .plain-ad-banner .card-filters {
  background: #CCF0F6;
}

.plain-ad-banner .row > div, .plain-ad-banner .program-card .program-card-extra > div, .program-card .plain-ad-banner .program-card-extra > div, .plain-ad-banner .program-card-yellow .program-card-extra > div, .program-card-yellow .plain-ad-banner .program-card-extra > div, .plain-ad-banner .program-card-blue .program-card-extra > div, .program-card-blue .plain-ad-banner .program-card-extra > div, .plain-ad-banner .program-card-green .program-card-extra > div, .program-card-green .plain-ad-banner .program-card-extra > div, .plain-ad-banner .program-card-red .program-card-extra > div, .program-card-red .plain-ad-banner .program-card-extra > div, .plain-ad-banner .quick-links-list > div, .plain-ad-banner .event-details-speaker > div, .plain-ad-banner .module-history-timeline .panel > div, .module-history-timeline .plain-ad-banner .panel > div, .plain-ad-banner .all-event-cards-filters > div, .plain-ad-banner .card-filters > div {
  min-height: 400px;
}

.plain-ad-banner-small .plain-ad-banner-img {
  height: 270px;
}

.plain-ad-banner-small .plain-ad-banner-text {
  height: 230px;
  background: #CCF0F6;
}

.plain-ad-banner-small.plain-ad-banner-small-extra .plain-ad-banner-img {
  height: 400px;
}

.plain-ad-banner-small.plain-ad-banner-small-extra .plain-ad-banner-text {
  height: 302px;
}

.module-breadcrumbs {
  display: none;
  padding-top: 15px;
  background: #F6F3EF;
}

.module-breadcrumbs.module-breadcrumbs-white {
  background: white;
}

.module-breadcrumbs.module-breadcrumbs-grey {
  background: #F2EFE9;
}

.module-breadcrumbs.module-breadcrumbs-blue {
  background: #CCF0F6;
}

.module-breadcrumbs .row > div a, .module-breadcrumbs .program-card .program-card-extra > div a, .program-card .module-breadcrumbs .program-card-extra > div a, .module-breadcrumbs .program-card-yellow .program-card-extra > div a, .program-card-yellow .module-breadcrumbs .program-card-extra > div a, .module-breadcrumbs .program-card-blue .program-card-extra > div a, .program-card-blue .module-breadcrumbs .program-card-extra > div a, .module-breadcrumbs .program-card-green .program-card-extra > div a, .program-card-green .module-breadcrumbs .program-card-extra > div a, .module-breadcrumbs .program-card-red .program-card-extra > div a, .program-card-red .module-breadcrumbs .program-card-extra > div a, .module-breadcrumbs .quick-links-list > div a, .module-breadcrumbs .event-details-speaker > div a, .module-breadcrumbs .module-history-timeline .panel > div a, .module-history-timeline .module-breadcrumbs .panel > div a, .module-breadcrumbs .all-event-cards-filters > div a, .module-breadcrumbs .card-filters > div a,
.module-breadcrumbs .row > div .last,
.module-breadcrumbs .program-card .program-card-extra > div .last,
.program-card .module-breadcrumbs .program-card-extra > div .last,
.module-breadcrumbs .program-card-yellow .program-card-extra > div .last,
.program-card-yellow .module-breadcrumbs .program-card-extra > div .last,
.module-breadcrumbs .program-card-blue .program-card-extra > div .last,
.program-card-blue .module-breadcrumbs .program-card-extra > div .last,
.module-breadcrumbs .program-card-green .program-card-extra > div .last,
.program-card-green .module-breadcrumbs .program-card-extra > div .last,
.module-breadcrumbs .program-card-red .program-card-extra > div .last,
.program-card-red .module-breadcrumbs .program-card-extra > div .last,
.module-breadcrumbs .quick-links-list > div .last,
.module-breadcrumbs .event-details-speaker > div .last,
.module-breadcrumbs .module-history-timeline .panel > div .last,
.module-history-timeline .module-breadcrumbs .panel > div .last,
.module-breadcrumbs .all-event-cards-filters > div .last,
.module-breadcrumbs .card-filters > div .last {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #434244;
}

.module-breadcrumbs .row > div a:hover, .module-breadcrumbs .program-card .program-card-extra > div a:hover, .program-card .module-breadcrumbs .program-card-extra > div a:hover, .module-breadcrumbs .program-card-yellow .program-card-extra > div a:hover, .program-card-yellow .module-breadcrumbs .program-card-extra > div a:hover, .module-breadcrumbs .program-card-blue .program-card-extra > div a:hover, .program-card-blue .module-breadcrumbs .program-card-extra > div a:hover, .module-breadcrumbs .program-card-green .program-card-extra > div a:hover, .program-card-green .module-breadcrumbs .program-card-extra > div a:hover, .module-breadcrumbs .program-card-red .program-card-extra > div a:hover, .program-card-red .module-breadcrumbs .program-card-extra > div a:hover, .module-breadcrumbs .quick-links-list > div a:hover, .module-breadcrumbs .event-details-speaker > div a:hover, .module-breadcrumbs .module-history-timeline .panel > div a:hover, .module-history-timeline .module-breadcrumbs .panel > div a:hover, .module-breadcrumbs .all-event-cards-filters > div a:hover, .module-breadcrumbs .card-filters > div a:hover,
.module-breadcrumbs .row > div .last:hover,
.module-breadcrumbs .program-card .program-card-extra > div .last:hover,
.program-card .module-breadcrumbs .program-card-extra > div .last:hover,
.module-breadcrumbs .program-card-yellow .program-card-extra > div .last:hover,
.program-card-yellow .module-breadcrumbs .program-card-extra > div .last:hover,
.module-breadcrumbs .program-card-blue .program-card-extra > div .last:hover,
.program-card-blue .module-breadcrumbs .program-card-extra > div .last:hover,
.module-breadcrumbs .program-card-green .program-card-extra > div .last:hover,
.program-card-green .module-breadcrumbs .program-card-extra > div .last:hover,
.module-breadcrumbs .program-card-red .program-card-extra > div .last:hover,
.program-card-red .module-breadcrumbs .program-card-extra > div .last:hover,
.module-breadcrumbs .quick-links-list > div .last:hover,
.module-breadcrumbs .event-details-speaker > div .last:hover,
.module-breadcrumbs .module-history-timeline .panel > div .last:hover,
.module-history-timeline .module-breadcrumbs .panel > div .last:hover,
.module-breadcrumbs .all-event-cards-filters > div .last:hover,
.module-breadcrumbs .card-filters > div .last:hover {
  color: #f79965;
}

.module-breadcrumbs .row > div a.active, .module-breadcrumbs .program-card .program-card-extra > div a.active, .program-card .module-breadcrumbs .program-card-extra > div a.active, .module-breadcrumbs .program-card-yellow .program-card-extra > div a.active, .program-card-yellow .module-breadcrumbs .program-card-extra > div a.active, .module-breadcrumbs .program-card-blue .program-card-extra > div a.active, .program-card-blue .module-breadcrumbs .program-card-extra > div a.active, .module-breadcrumbs .program-card-green .program-card-extra > div a.active, .program-card-green .module-breadcrumbs .program-card-extra > div a.active, .module-breadcrumbs .program-card-red .program-card-extra > div a.active, .program-card-red .module-breadcrumbs .program-card-extra > div a.active, .module-breadcrumbs .quick-links-list > div a.active, .module-breadcrumbs .event-details-speaker > div a.active, .module-breadcrumbs .module-history-timeline .panel > div a.active, .module-history-timeline .module-breadcrumbs .panel > div a.active, .module-breadcrumbs .all-event-cards-filters > div a.active, .module-breadcrumbs .card-filters > div a.active,
.module-breadcrumbs .row > div .last.active,
.module-breadcrumbs .program-card .program-card-extra > div .last.active,
.program-card .module-breadcrumbs .program-card-extra > div .last.active,
.module-breadcrumbs .program-card-yellow .program-card-extra > div .last.active,
.program-card-yellow .module-breadcrumbs .program-card-extra > div .last.active,
.module-breadcrumbs .program-card-blue .program-card-extra > div .last.active,
.program-card-blue .module-breadcrumbs .program-card-extra > div .last.active,
.module-breadcrumbs .program-card-green .program-card-extra > div .last.active,
.program-card-green .module-breadcrumbs .program-card-extra > div .last.active,
.module-breadcrumbs .program-card-red .program-card-extra > div .last.active,
.program-card-red .module-breadcrumbs .program-card-extra > div .last.active,
.module-breadcrumbs .quick-links-list > div .last.active,
.module-breadcrumbs .event-details-speaker > div .last.active,
.module-breadcrumbs .module-history-timeline .panel > div .last.active,
.module-history-timeline .module-breadcrumbs .panel > div .last.active,
.module-breadcrumbs .all-event-cards-filters > div .last.active,
.module-breadcrumbs .card-filters > div .last.active {
  color: #EA5B0C;
}

.module-breadcrumbs .row > div a.active:hover, .module-breadcrumbs .program-card .program-card-extra > div a.active:hover, .program-card .module-breadcrumbs .program-card-extra > div a.active:hover, .module-breadcrumbs .program-card-yellow .program-card-extra > div a.active:hover, .program-card-yellow .module-breadcrumbs .program-card-extra > div a.active:hover, .module-breadcrumbs .program-card-blue .program-card-extra > div a.active:hover, .program-card-blue .module-breadcrumbs .program-card-extra > div a.active:hover, .module-breadcrumbs .program-card-green .program-card-extra > div a.active:hover, .program-card-green .module-breadcrumbs .program-card-extra > div a.active:hover, .module-breadcrumbs .program-card-red .program-card-extra > div a.active:hover, .program-card-red .module-breadcrumbs .program-card-extra > div a.active:hover, .module-breadcrumbs .quick-links-list > div a.active:hover, .module-breadcrumbs .event-details-speaker > div a.active:hover, .module-breadcrumbs .module-history-timeline .panel > div a.active:hover, .module-history-timeline .module-breadcrumbs .panel > div a.active:hover, .module-breadcrumbs .all-event-cards-filters > div a.active:hover, .module-breadcrumbs .card-filters > div a.active:hover,
.module-breadcrumbs .row > div .last.active:hover,
.module-breadcrumbs .program-card .program-card-extra > div .last.active:hover,
.program-card .module-breadcrumbs .program-card-extra > div .last.active:hover,
.module-breadcrumbs .program-card-yellow .program-card-extra > div .last.active:hover,
.program-card-yellow .module-breadcrumbs .program-card-extra > div .last.active:hover,
.module-breadcrumbs .program-card-blue .program-card-extra > div .last.active:hover,
.program-card-blue .module-breadcrumbs .program-card-extra > div .last.active:hover,
.module-breadcrumbs .program-card-green .program-card-extra > div .last.active:hover,
.program-card-green .module-breadcrumbs .program-card-extra > div .last.active:hover,
.module-breadcrumbs .program-card-red .program-card-extra > div .last.active:hover,
.program-card-red .module-breadcrumbs .program-card-extra > div .last.active:hover,
.module-breadcrumbs .quick-links-list > div .last.active:hover,
.module-breadcrumbs .event-details-speaker > div .last.active:hover,
.module-breadcrumbs .module-history-timeline .panel > div .last.active:hover,
.module-history-timeline .module-breadcrumbs .panel > div .last.active:hover,
.module-breadcrumbs .all-event-cards-filters > div .last.active:hover,
.module-breadcrumbs .card-filters > div .last.active:hover {
  color: #f79965;
}


.module-breadcrumbs .row > div .last,
.module-breadcrumbs .program-card .program-card-extra > div .last,
.program-card .module-breadcrumbs .program-card-extra > div .last,
.module-breadcrumbs .program-card-yellow .program-card-extra > div .last,
.program-card-yellow .module-breadcrumbs .program-card-extra > div .last,
.module-breadcrumbs .program-card-blue .program-card-extra > div .last,
.program-card-blue .module-breadcrumbs .program-card-extra > div .last,
.module-breadcrumbs .program-card-green .program-card-extra > div .last,
.program-card-green .module-breadcrumbs .program-card-extra > div .last,
.module-breadcrumbs .program-card-red .program-card-extra > div .last,
.program-card-red .module-breadcrumbs .program-card-extra > div .last,
.module-breadcrumbs .quick-links-list > div .last,
.module-breadcrumbs .event-details-speaker > div .last,
.module-breadcrumbs .module-history-timeline .panel > div .last,
.module-history-timeline .module-breadcrumbs .panel > div .last,
.module-breadcrumbs .all-event-cards-filters > div .last,
.module-breadcrumbs .card-filters > div .last {
  color: #EA5B0C;
}

@media screen and (min-width: 991px) {
  .module-breadcrumbs {
    display: block;
  }
}

.module-breadcrumbs.breadcrumbs-padding {
  padding-bottom: 60px;
}

.schools-programme-page .module-breadcrumbs .row > div a:hover, .schools-programme-page .module-breadcrumbs .program-card .program-card-extra > div a:hover, .program-card .schools-programme-page .module-breadcrumbs .program-card-extra > div a:hover, .schools-programme-page .module-breadcrumbs .program-card-yellow .program-card-extra > div a:hover, .program-card-yellow .schools-programme-page .module-breadcrumbs .program-card-extra > div a:hover, .schools-programme-page .module-breadcrumbs .program-card-blue .program-card-extra > div a:hover, .program-card-blue .schools-programme-page .module-breadcrumbs .program-card-extra > div a:hover, .schools-programme-page .module-breadcrumbs .program-card-green .program-card-extra > div a:hover, .program-card-green .schools-programme-page .module-breadcrumbs .program-card-extra > div a:hover, .schools-programme-page .module-breadcrumbs .program-card-red .program-card-extra > div a:hover, .program-card-red .schools-programme-page .module-breadcrumbs .program-card-extra > div a:hover, .schools-programme-page .module-breadcrumbs .quick-links-list > div a:hover, .schools-programme-page .module-breadcrumbs .event-details-speaker > div a:hover, .schools-programme-page .module-breadcrumbs .module-history-timeline .panel > div a:hover, .module-history-timeline .schools-programme-page .module-breadcrumbs .panel > div a:hover, .schools-programme-page .module-breadcrumbs .all-event-cards-filters > div a:hover, .schools-programme-page .module-breadcrumbs .card-filters > div a:hover {
  color: #ffca5e;
}

.schools-programme-page .module-breadcrumbs .row > div a.active, .schools-programme-page .module-breadcrumbs .program-card .program-card-extra > div a.active, .program-card .schools-programme-page .module-breadcrumbs .program-card-extra > div a.active, .schools-programme-page .module-breadcrumbs .program-card-yellow .program-card-extra > div a.active, .program-card-yellow .schools-programme-page .module-breadcrumbs .program-card-extra > div a.active, .schools-programme-page .module-breadcrumbs .program-card-blue .program-card-extra > div a.active, .program-card-blue .schools-programme-page .module-breadcrumbs .program-card-extra > div a.active, .schools-programme-page .module-breadcrumbs .program-card-green .program-card-extra > div a.active, .program-card-green .schools-programme-page .module-breadcrumbs .program-card-extra > div a.active, .schools-programme-page .module-breadcrumbs .program-card-red .program-card-extra > div a.active, .program-card-red .schools-programme-page .module-breadcrumbs .program-card-extra > div a.active, .schools-programme-page .module-breadcrumbs .quick-links-list > div a.active, .schools-programme-page .module-breadcrumbs .event-details-speaker > div a.active, .schools-programme-page .module-breadcrumbs .module-history-timeline .panel > div a.active, .module-history-timeline .schools-programme-page .module-breadcrumbs .panel > div a.active, .schools-programme-page .module-breadcrumbs .all-event-cards-filters > div a.active, .schools-programme-page .module-breadcrumbs .card-filters > div a.active {
  color: #F7A600;
}

.schools-programme-page .module-breadcrumbs .row > div a.active:hover, .schools-programme-page .module-breadcrumbs .program-card .program-card-extra > div a.active:hover, .program-card .schools-programme-page .module-breadcrumbs .program-card-extra > div a.active:hover, .schools-programme-page .module-breadcrumbs .program-card-yellow .program-card-extra > div a.active:hover, .program-card-yellow .schools-programme-page .module-breadcrumbs .program-card-extra > div a.active:hover, .schools-programme-page .module-breadcrumbs .program-card-blue .program-card-extra > div a.active:hover, .program-card-blue .schools-programme-page .module-breadcrumbs .program-card-extra > div a.active:hover, .schools-programme-page .module-breadcrumbs .program-card-green .program-card-extra > div a.active:hover, .program-card-green .schools-programme-page .module-breadcrumbs .program-card-extra > div a.active:hover, .schools-programme-page .module-breadcrumbs .program-card-red .program-card-extra > div a.active:hover, .program-card-red .schools-programme-page .module-breadcrumbs .program-card-extra > div a.active:hover, .schools-programme-page .module-breadcrumbs .quick-links-list > div a.active:hover, .schools-programme-page .module-breadcrumbs .event-details-speaker > div a.active:hover, .schools-programme-page .module-breadcrumbs .module-history-timeline .panel > div a.active:hover, .module-history-timeline .schools-programme-page .module-breadcrumbs .panel > div a.active:hover, .schools-programme-page .module-breadcrumbs .all-event-cards-filters > div a.active:hover, .schools-programme-page .module-breadcrumbs .card-filters > div a.active:hover {
  color: #ffca5e;
}

.module-members-stats-strip {
  background: #CCF0F6;
  border-bottom: solid #434244 15px;
}

.module-members-stats-strip .members-stats-strip-card {
  padding-top: 45px;
}

.module-members-stats-strip .members-stats-strip-card > div {
  height: 150px;
  padding-top: 15px;
  padding-bottom: 30px;
  background: #E5F7FA;
}

.module-members-stats-strip .members-stats-strip-card h1 {
  font-size: 60px;
  font-weight: 300;
}

.module-members-stats-strip .members-stats-strip-card h2 {
  font-family: "adelle-sans",sans-serif;
  font-size: 17px;
}

.module-members-stats-strip .members-stats-strip-card h1,
.module-members-stats-strip .members-stats-strip-card h2 {
  text-align: center;
  color: #434244;
}

.module-quick-links-strip {
  padding: 0 15px;
  background: #EDE8E0;
}

.module-quick-links-strip.anchor-links {
  background: #434244;
}

.module-quick-links-strip.anchor-links .quick-links-list .quick-links-item a {
  color: white !important;
}

.module-quick-links-strip.anchor-links .quick-links-list .quick-links-item a:hover {
  color: #EA5B0C !important;
}

.module-quick-links-strip.anchor-links .quick-links-title,
.module-quick-links-strip.anchor-links .anchor-link-title {
  color: white !important;
}

.module-quick-links-strip.anchor-links .anchor-link-title {
  height: 80px;
  padding-top: 15px;
}

@media screen and (max-width: 991px) {
  .module-quick-links-strip.anchor-links .anchor-link-title {
    display: none;
  }
}

.quick-links-list {
  margin: 0;
  padding: 0;
  max-height: 60px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}

.quick-links-list .quick-links-item {
  list-style: none;
  border-top: 1px solid #C8C7BF;
  border-right: none;
}

@media screen and (min-width: 992px) {
  .quick-links-list .quick-links-item {
    height: 80px;
  }
  .quick-links-list .quick-links-item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -0.25em;
  }
}

.quick-links-list .quick-links-item a {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  text-decoration: none !important;
  color: #434244;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .quick-links-list .quick-links-item a {
    padding: 15px 0;
  }
}

.quick-links-list .quick-links-item a:hover {
  color: #EA5B0C;
}

.quick-links-list .quick-links-title {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 500;
  color: #434244;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.quick-links-list .quick-links-title span {
  display: none;
}

@media screen and (max-width: 991px) {
  .quick-links-list .quick-links-title span {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    background: url("../img/arrow-down.png") no-repeat center;
    background-size: 30%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .quick-links-list .quick-links-title:hover {
    color: #EA5B0C;
  }
  .quick-links-list .quick-links-title:hover span {
    background: url("../img/arrow-down-orange.png") no-repeat center;
    background-size: 30%;
  }
}

.quick-links-list.active {
  max-height: 400px;
}

@media screen and (max-width: 991px) {
  .quick-links-list.active .quick-links-title {
    color: #EA5B0C;
  }
}

.quick-links-list.active .quick-links-title span {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background: url("../img/arrow-down-orange.png") no-repeat center;
  background-size: 30%;
}

@media screen and (min-width: 992px) {
  .module-quick-links-strip {
    padding: 10px;
  }
  .quick-links-list {
    max-height: 300px;
  }
  .quick-links-list .quick-links-title {
    height: 80px;
    border-top: none;
    border-right: 1px solid #EA5B0C;
  }
  .quick-links-list .quick-links-item {
    border-top: none;
    border-right: 1px solid #EA5B0C;
    padding-top: 10px;
  }
  .quick-links-list .quick-links-what-we-do a {
    font-weight: 500;
  }
}

.module-quick-links-strip.anchor-links .quick-links-list .quick-links-title span {
  background: url("../img/icons/png/pti-arrow.png") no-repeat center;
  background-size: 60%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.module-quick-links-strip.anchor-links .quick-links-list.active .quick-links-title span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.module-staffroom-banner {
  background: #CCF0F6;
}

.module-staffroom-banner .row, .module-staffroom-banner .program-card .program-card-extra, .program-card .module-staffroom-banner .program-card-extra, .module-staffroom-banner .program-card-yellow .program-card-extra, .program-card-yellow .module-staffroom-banner .program-card-extra, .module-staffroom-banner .program-card-blue .program-card-extra, .program-card-blue .module-staffroom-banner .program-card-extra, .module-staffroom-banner .program-card-green .program-card-extra, .program-card-green .module-staffroom-banner .program-card-extra, .module-staffroom-banner .program-card-red .program-card-extra, .program-card-red .module-staffroom-banner .program-card-extra, .module-staffroom-banner .quick-links-list, .module-staffroom-banner .event-details-speaker, .module-staffroom-banner .module-history-timeline .panel, .module-history-timeline .module-staffroom-banner .panel, .module-staffroom-banner .all-event-cards-filters, .module-staffroom-banner .card-filters {
  padding-top: 40px;
}

@media screen and (min-width: 991px) {
  .module-staffroom-banner .row, .module-staffroom-banner .program-card .program-card-extra, .program-card .module-staffroom-banner .program-card-extra, .module-staffroom-banner .program-card-yellow .program-card-extra, .program-card-yellow .module-staffroom-banner .program-card-extra, .module-staffroom-banner .program-card-blue .program-card-extra, .program-card-blue .module-staffroom-banner .program-card-extra, .module-staffroom-banner .program-card-green .program-card-extra, .program-card-green .module-staffroom-banner .program-card-extra, .module-staffroom-banner .program-card-red .program-card-extra, .program-card-red .module-staffroom-banner .program-card-extra, .module-staffroom-banner .quick-links-list, .module-staffroom-banner .event-details-speaker, .module-staffroom-banner .module-history-timeline .panel, .module-history-timeline .module-staffroom-banner .panel, .module-staffroom-banner .all-event-cards-filters, .module-staffroom-banner .card-filters {
    padding-top: 15px;
  }
}

.module-staffroom-banner .row .staffroom-banner-img, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-img, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-img, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-img, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-img, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-img, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .quick-links-list .staffroom-banner-img, .module-staffroom-banner .event-details-speaker .staffroom-banner-img, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-img, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-img, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-img, .module-staffroom-banner .card-filters .staffroom-banner-img {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

@media (min-width: 992px) {
  .module-staffroom-banner .row .staffroom-banner-img, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-img, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-img, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-img, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-img, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-img, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .quick-links-list .staffroom-banner-img, .module-staffroom-banner .event-details-speaker .staffroom-banner-img, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-img, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-img, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-img, .module-staffroom-banner .card-filters .staffroom-banner-img {
    float: left;
    width: 58.33333333%;
  }
}

@media (min-width: 992px) {
  .module-staffroom-banner .row .staffroom-banner-img, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-img, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-img, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-img, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-img, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-img, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .quick-links-list .staffroom-banner-img, .module-staffroom-banner .event-details-speaker .staffroom-banner-img, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-img, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-img, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-img, .module-staffroom-banner .card-filters .staffroom-banner-img {
    right: 41.66666667%;
  }
}

.module-staffroom-banner .row .staffroom-banner-img img, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-img img, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-img img, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-img img, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-img img, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-img img, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-img img, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-img img, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-img img, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-img img, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-img img, .module-staffroom-banner .quick-links-list .staffroom-banner-img img, .module-staffroom-banner .event-details-speaker .staffroom-banner-img img, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-img img, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-img img, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-img img, .module-staffroom-banner .card-filters .staffroom-banner-img img {
  width: 100%;
  position: relative;
  bottom: 0;
}

.module-staffroom-banner .row .staffroom-banner-text, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text, .module-staffroom-banner .quick-links-list .staffroom-banner-text, .module-staffroom-banner .event-details-speaker .staffroom-banner-text, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-text, .module-staffroom-banner .card-filters .staffroom-banner-text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .module-staffroom-banner .row .staffroom-banner-text, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text, .module-staffroom-banner .quick-links-list .staffroom-banner-text, .module-staffroom-banner .event-details-speaker .staffroom-banner-text, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-text, .module-staffroom-banner .card-filters .staffroom-banner-text {
    float: left;
    width: 41.66666667%;
  }
}

@media (min-width: 992px) {
  .module-staffroom-banner .row .staffroom-banner-text, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text, .module-staffroom-banner .quick-links-list .staffroom-banner-text, .module-staffroom-banner .event-details-speaker .staffroom-banner-text, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-text, .module-staffroom-banner .card-filters .staffroom-banner-text {
    left: 58.33333333%;
  }
}

.module-staffroom-banner .row .staffroom-banner-text .PTI-button, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text .PTI-button, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text .PTI-button, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text .PTI-button, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text .PTI-button, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text .PTI-button, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text .PTI-button, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text .PTI-button, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text .PTI-button, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text .PTI-button, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text .PTI-button, .module-staffroom-banner .quick-links-list .staffroom-banner-text .PTI-button, .module-staffroom-banner .event-details-speaker .staffroom-banner-text .PTI-button, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text .PTI-button, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text .PTI-button, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-text .PTI-button, .module-staffroom-banner .card-filters .staffroom-banner-text .PTI-button {
  background: #EA5B0C;
}

.module-staffroom-banner .row .staffroom-banner-text .PTI-button:hover, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text .PTI-button:hover, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text .PTI-button:hover, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text .PTI-button:hover, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text .PTI-button:hover, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text .PTI-button:hover, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text .PTI-button:hover, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text .PTI-button:hover, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text .PTI-button:hover, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text .PTI-button:hover, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text .PTI-button:hover, .module-staffroom-banner .quick-links-list .staffroom-banner-text .PTI-button:hover, .module-staffroom-banner .event-details-speaker .staffroom-banner-text .PTI-button:hover, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text .PTI-button:hover, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text .PTI-button:hover, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-text .PTI-button:hover, .module-staffroom-banner .card-filters .staffroom-banner-text .PTI-button:hover {
  background: #f4722b;
}

.module-staffroom-banner .row .staffroom-banner-text h1, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text h1, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text h1, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text h1, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text h1, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text h1, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .quick-links-list .staffroom-banner-text h1, .module-staffroom-banner .event-details-speaker .staffroom-banner-text h1, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text h1, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text h1, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-text h1, .module-staffroom-banner .card-filters .staffroom-banner-text h1 {
  padding-top: 0;
  padding-left: 0;
}

.module-staffroom-banner .row .staffroom-banner-text ul, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text ul, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text ul, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text ul, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text ul, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text ul, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text ul, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text ul, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text ul, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text ul, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text ul, .module-staffroom-banner .quick-links-list .staffroom-banner-text ul, .module-staffroom-banner .event-details-speaker .staffroom-banner-text ul, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text ul, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text ul, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-text ul, .module-staffroom-banner .card-filters .staffroom-banner-text ul {
  position: relative;
  padding-left: 15px;
  padding-top: 15px;
  line-height: 24px;
  font-size: 15px;
}

.module-staffroom-banner .row .staffroom-banner-text ul li, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text ul li, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text ul li, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text ul li, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text ul li, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text ul li, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text ul li, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text ul li, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text ul li, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text ul li, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text ul li, .module-staffroom-banner .quick-links-list .staffroom-banner-text ul li, .module-staffroom-banner .event-details-speaker .staffroom-banner-text ul li, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text ul li, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text ul li, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-text ul li, .module-staffroom-banner .card-filters .staffroom-banner-text ul li {
  list-style: none;
}

.module-staffroom-banner .row .staffroom-banner-text ul li:before, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text ul li:before, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text ul li:before, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text ul li:before, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text ul li:before, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text ul li:before, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text ul li:before, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text ul li:before, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text ul li:before, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text ul li:before, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text ul li:before, .module-staffroom-banner .quick-links-list .staffroom-banner-text ul li:before, .module-staffroom-banner .event-details-speaker .staffroom-banner-text ul li:before, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text ul li:before, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text ul li:before, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-text ul li:before, .module-staffroom-banner .card-filters .staffroom-banner-text ul li:before {
  content: '>';
  color: #EA5B0C;
  position: absolute;
  left: 0;
  font-weight: 500;
}

.module-staffroom-banner .row .staffroom-banner-text .staffroom-banner-signin, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text .staffroom-banner-signin, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text .staffroom-banner-signin, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text .staffroom-banner-signin, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text .staffroom-banner-signin, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text .staffroom-banner-signin, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text .staffroom-banner-signin, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text .staffroom-banner-signin, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text .staffroom-banner-signin, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text .staffroom-banner-signin, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text .staffroom-banner-signin, .module-staffroom-banner .quick-links-list .staffroom-banner-text .staffroom-banner-signin, .module-staffroom-banner .event-details-speaker .staffroom-banner-text .staffroom-banner-signin, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text .staffroom-banner-signin, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text .staffroom-banner-signin, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-text .staffroom-banner-signin, .module-staffroom-banner .card-filters .staffroom-banner-text .staffroom-banner-signin {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-top: 15px;
  text-transform: uppercase;
}

.module-staffroom-banner .row .staffroom-banner-text .staffroom-banner-signin:before, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text .staffroom-banner-signin:before, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text .staffroom-banner-signin:before, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text .staffroom-banner-signin:before, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text .staffroom-banner-signin:before, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text .staffroom-banner-signin:before, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text .staffroom-banner-signin:before, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text .staffroom-banner-signin:before, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text .staffroom-banner-signin:before, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text .staffroom-banner-signin:before, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text .staffroom-banner-signin:before, .module-staffroom-banner .quick-links-list .staffroom-banner-text .staffroom-banner-signin:before, .module-staffroom-banner .event-details-speaker .staffroom-banner-text .staffroom-banner-signin:before, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text .staffroom-banner-signin:before, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text .staffroom-banner-signin:before, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-text .staffroom-banner-signin:before, .module-staffroom-banner .card-filters .staffroom-banner-text .staffroom-banner-signin:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: transparent url("../img/user.png");
  background-size: 30px;
}

.module-staffroom-banner .row .staffroom-banner-text .staffroom-banner-signin:hover:before, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text .staffroom-banner-signin:hover:before, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text .staffroom-banner-signin:hover:before, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text .staffroom-banner-signin:hover:before, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text .staffroom-banner-signin:hover:before, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text .staffroom-banner-signin:hover:before, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text .staffroom-banner-signin:hover:before, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text .staffroom-banner-signin:hover:before, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text .staffroom-banner-signin:hover:before, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text .staffroom-banner-signin:hover:before, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text .staffroom-banner-signin:hover:before, .module-staffroom-banner .quick-links-list .staffroom-banner-text .staffroom-banner-signin:hover:before, .module-staffroom-banner .event-details-speaker .staffroom-banner-text .staffroom-banner-signin:hover:before, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text .staffroom-banner-signin:hover:before, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text .staffroom-banner-signin:hover:before, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-text .staffroom-banner-signin:hover:before, .module-staffroom-banner .card-filters .staffroom-banner-text .staffroom-banner-signin:hover:before {
  background: transparent url("../img/user-orange.png");
  background-size: 30px;
}

@media screen and (min-width: 991px) {
  .module-staffroom-banner .row, .module-staffroom-banner .program-card .program-card-extra, .program-card .module-staffroom-banner .program-card-extra, .module-staffroom-banner .program-card-yellow .program-card-extra, .program-card-yellow .module-staffroom-banner .program-card-extra, .module-staffroom-banner .program-card-blue .program-card-extra, .program-card-blue .module-staffroom-banner .program-card-extra, .module-staffroom-banner .program-card-green .program-card-extra, .program-card-green .module-staffroom-banner .program-card-extra, .module-staffroom-banner .program-card-red .program-card-extra, .program-card-red .module-staffroom-banner .program-card-extra, .module-staffroom-banner .quick-links-list, .module-staffroom-banner .event-details-speaker, .module-staffroom-banner .module-history-timeline .panel, .module-history-timeline .module-staffroom-banner .panel, .module-staffroom-banner .all-event-cards-filters, .module-staffroom-banner .card-filters {
    padding-top: 80px;
  }
  .module-staffroom-banner .row .staffroom-banner-img, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-img, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-img, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-img, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-img, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-img, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-img, .module-staffroom-banner .quick-links-list .staffroom-banner-img, .module-staffroom-banner .event-details-speaker .staffroom-banner-img, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-img, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-img, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-img, .module-staffroom-banner .card-filters .staffroom-banner-img {
    padding-top: 0;
  }
}

.module-logo-text-image {
  padding-top: 40px;
  padding-bottom: 30px;
  background: #F6F3EF;
}

.module-logo-text-image .logo-text-image-logo img {
  width: 100%;
  max-width: 200px;
}

.module-logo-text-image .logo-text-image-text h1 {
  padding-top: 0;
  padding-left: 0;
}

.module-logo-text-image .logo-text-image-image img {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 991px) {
  .module-logo-text-image {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .module-logo-text-image .logo-text-image-text {
    margin-bottom: 30px;
  }
  .module-logo-text-image .logo-text-image-image img {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.module-logo-text-image .logo-text-image-link {
  padding-bottom: 40px;
  padding-top: 15px;
}

.module-logo-text-image .logo-text-image-link:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: #EA5B0C;
}

@media screen and (max-width: 1199px) {
  .module-logo-text-image .logo-text-image-link:before {
    left: 0;
  }
}

.module-logo-text-image .logo-text-image-link .PTI-button {
  width: 90%;
  max-width: 250px;
}

.page-yellow .module-logo-text-image .logo-text-image-link:before {
  background: #F7A600;
}

.page-red .module-logo-text-image .logo-text-image-link:before {
  background: #CC1618;
}

.page-blue .module-logo-text-image .logo-text-image-link:before {
  background: #00B4D0;
}

.page-teal .module-logo-text-image .logo-text-image-link:before {
  background: #68B2B0;
}

.page-green .module-logo-text-image .logo-text-image-link:before {
  background: #A0A400;
}

.module-member-project-cards {
  padding-top: 50px;
  padding-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .module-member-project-cards {
    padding-bottom: 50px;
  }
}

.module-our-members-strip {
  padding-bottom: 30px;
}

.module-our-members-strip .module-text-heading, .module-our-members-strip .module-statement-bold h1, .module-statement-bold .module-our-members-strip h1, .module-our-members-strip .module-news-and-opinion .container > h1, .module-news-and-opinion .module-our-members-strip .container > h1, .module-our-members-strip .module-staffroom-banner .row .staffroom-banner-text h1, .module-staffroom-banner .row .staffroom-banner-text .module-our-members-strip h1, .module-our-members-strip .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text .module-our-members-strip h1, .module-our-members-strip .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text .module-our-members-strip h1, .module-our-members-strip .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text .module-our-members-strip h1, .module-our-members-strip .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text .module-our-members-strip h1, .module-our-members-strip .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text .module-our-members-strip h1, .module-our-members-strip .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text .module-our-members-strip h1, .module-our-members-strip .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text .module-our-members-strip h1, .module-our-members-strip .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text .module-our-members-strip h1, .module-our-members-strip .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text .module-our-members-strip h1, .module-our-members-strip .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text .module-our-members-strip h1, .module-our-members-strip .module-staffroom-banner .quick-links-list .staffroom-banner-text h1, .module-staffroom-banner .quick-links-list .staffroom-banner-text .module-our-members-strip h1, .module-our-members-strip .module-staffroom-banner .event-details-speaker .staffroom-banner-text h1, .module-staffroom-banner .event-details-speaker .staffroom-banner-text .module-our-members-strip h1, .module-our-members-strip .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text h1, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text .module-our-members-strip h1, .module-our-members-strip .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text h1, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text .module-our-members-strip h1, .module-our-members-strip .module-staffroom-banner .all-event-cards-filters .staffroom-banner-text h1, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-text .module-our-members-strip h1, .module-our-members-strip .module-staffroom-banner .card-filters .staffroom-banner-text h1, .module-staffroom-banner .card-filters .staffroom-banner-text .module-our-members-strip h1, .module-our-members-strip .module-logo-text-image .logo-text-image-text h1, .module-logo-text-image .logo-text-image-text .module-our-members-strip h1, .module-our-members-strip .residential-banner-info h1, .residential-banner-info .module-our-members-strip h1, .module-our-members-strip .teachers-strip-info h1, .teachers-strip-info .module-our-members-strip h1, .module-our-members-strip .teachers-strip-carousel .teachers-strip-carousel-teacher h2, .teachers-strip-carousel .teachers-strip-carousel-teacher .module-our-members-strip h2, .module-our-members-strip .module-schools-subject-icons h1, .module-schools-subject-icons .module-our-members-strip h1, .module-our-members-strip .module-subject-header h1, .module-subject-header .module-our-members-strip h1, .module-our-members-strip .subject-body-info h1, .subject-body-info .module-our-members-strip h1, .module-our-members-strip .module-subject-upcoming .row h1, .module-subject-upcoming .row .module-our-members-strip h1, .module-our-members-strip .module-subject-upcoming .program-card .program-card-extra h1, .module-subject-upcoming .program-card .program-card-extra .module-our-members-strip h1, .module-our-members-strip .program-card .module-subject-upcoming .program-card-extra h1, .program-card .module-subject-upcoming .program-card-extra .module-our-members-strip h1, .module-our-members-strip .module-subject-upcoming .program-card-yellow .program-card-extra h1, .module-subject-upcoming .program-card-yellow .program-card-extra .module-our-members-strip h1, .module-our-members-strip .program-card-yellow .module-subject-upcoming .program-card-extra h1, .program-card-yellow .module-subject-upcoming .program-card-extra .module-our-members-strip h1, .module-our-members-strip .module-subject-upcoming .program-card-blue .program-card-extra h1, .module-subject-upcoming .program-card-blue .program-card-extra .module-our-members-strip h1, .module-our-members-strip .program-card-blue .module-subject-upcoming .program-card-extra h1, .program-card-blue .module-subject-upcoming .program-card-extra .module-our-members-strip h1, .module-our-members-strip .module-subject-upcoming .program-card-green .program-card-extra h1, .module-subject-upcoming .program-card-green .program-card-extra .module-our-members-strip h1, .module-our-members-strip .program-card-green .module-subject-upcoming .program-card-extra h1, .program-card-green .module-subject-upcoming .program-card-extra .module-our-members-strip h1, .module-our-members-strip .module-subject-upcoming .program-card-red .program-card-extra h1, .module-subject-upcoming .program-card-red .program-card-extra .module-our-members-strip h1, .module-our-members-strip .program-card-red .module-subject-upcoming .program-card-extra h1, .program-card-red .module-subject-upcoming .program-card-extra .module-our-members-strip h1, .module-our-members-strip .module-subject-upcoming .quick-links-list h1, .module-subject-upcoming .quick-links-list .module-our-members-strip h1, .module-our-members-strip .module-subject-upcoming .event-details-speaker h1, .module-subject-upcoming .event-details-speaker .module-our-members-strip h1, .module-our-members-strip .module-subject-upcoming .module-history-timeline .panel h1, .module-subject-upcoming .module-history-timeline .panel .module-our-members-strip h1, .module-our-members-strip .module-history-timeline .module-subject-upcoming .panel h1, .module-history-timeline .module-subject-upcoming .panel .module-our-members-strip h1, .module-our-members-strip .module-subject-upcoming .all-event-cards-filters h1, .module-subject-upcoming .all-event-cards-filters .module-our-members-strip h1, .module-our-members-strip .module-subject-upcoming .card-filters h1, .module-subject-upcoming .card-filters .module-our-members-strip h1, .module-our-members-strip .module-how-we-work .row h1, .module-how-we-work .row .module-our-members-strip h1, .module-our-members-strip .module-how-we-work .program-card .program-card-extra h1, .module-how-we-work .program-card .program-card-extra .module-our-members-strip h1, .module-our-members-strip .program-card .module-how-we-work .program-card-extra h1, .program-card .module-how-we-work .program-card-extra .module-our-members-strip h1, .module-our-members-strip .module-how-we-work .program-card-yellow .program-card-extra h1, .module-how-we-work .program-card-yellow .program-card-extra .module-our-members-strip h1, .module-our-members-strip .program-card-yellow .module-how-we-work .program-card-extra h1, .program-card-yellow .module-how-we-work .program-card-extra .module-our-members-strip h1, .module-our-members-strip .module-how-we-work .program-card-blue .program-card-extra h1, .module-how-we-work .program-card-blue .program-card-extra .module-our-members-strip h1, .module-our-members-strip .program-card-blue .module-how-we-work .program-card-extra h1, .program-card-blue .module-how-we-work .program-card-extra .module-our-members-strip h1, .module-our-members-strip .module-how-we-work .program-card-green .program-card-extra h1, .module-how-we-work .program-card-green .program-card-extra .module-our-members-strip h1, .module-our-members-strip .program-card-green .module-how-we-work .program-card-extra h1, .program-card-green .module-how-we-work .program-card-extra .module-our-members-strip h1, .module-our-members-strip .module-how-we-work .program-card-red .program-card-extra h1, .module-how-we-work .program-card-red .program-card-extra .module-our-members-strip h1, .module-our-members-strip .program-card-red .module-how-we-work .program-card-extra h1, .program-card-red .module-how-we-work .program-card-extra .module-our-members-strip h1, .module-our-members-strip .module-how-we-work .quick-links-list h1, .module-how-we-work .quick-links-list .module-our-members-strip h1, .module-our-members-strip .module-how-we-work .event-details-speaker h1, .module-how-we-work .event-details-speaker .module-our-members-strip h1, .module-our-members-strip .module-how-we-work .module-history-timeline .panel h1, .module-how-we-work .module-history-timeline .panel .module-our-members-strip h1, .module-our-members-strip .module-history-timeline .module-how-we-work .panel h1, .module-history-timeline .module-how-we-work .panel .module-our-members-strip h1, .module-our-members-strip .module-how-we-work .all-event-cards-filters h1, .module-how-we-work .all-event-cards-filters .module-our-members-strip h1, .module-our-members-strip .module-how-we-work .card-filters h1, .module-how-we-work .card-filters .module-our-members-strip h1, .module-our-members-strip .module-our-reach .row > h1, .module-our-reach .module-our-members-strip .row > h1, .module-our-members-strip .module-our-reach .program-card .program-card-extra > h1, .module-our-reach .program-card .module-our-members-strip .program-card-extra > h1, .module-our-members-strip .program-card .module-our-reach .program-card-extra > h1, .program-card .module-our-reach .module-our-members-strip .program-card-extra > h1, .module-our-members-strip .module-our-reach .program-card-yellow .program-card-extra > h1, .module-our-reach .program-card-yellow .module-our-members-strip .program-card-extra > h1, .module-our-members-strip .program-card-yellow .module-our-reach .program-card-extra > h1, .program-card-yellow .module-our-reach .module-our-members-strip .program-card-extra > h1, .module-our-members-strip .module-our-reach .program-card-blue .program-card-extra > h1, .module-our-reach .program-card-blue .module-our-members-strip .program-card-extra > h1, .module-our-members-strip .program-card-blue .module-our-reach .program-card-extra > h1, .program-card-blue .module-our-reach .module-our-members-strip .program-card-extra > h1, .module-our-members-strip .module-our-reach .program-card-green .program-card-extra > h1, .module-our-reach .program-card-green .module-our-members-strip .program-card-extra > h1, .module-our-members-strip .program-card-green .module-our-reach .program-card-extra > h1, .program-card-green .module-our-reach .module-our-members-strip .program-card-extra > h1, .module-our-members-strip .module-our-reach .program-card-red .program-card-extra > h1, .module-our-reach .program-card-red .module-our-members-strip .program-card-extra > h1, .module-our-members-strip .program-card-red .module-our-reach .program-card-extra > h1, .program-card-red .module-our-reach .module-our-members-strip .program-card-extra > h1, .module-our-members-strip .module-our-reach .quick-links-list > h1, .module-our-reach .module-our-members-strip .quick-links-list > h1, .module-our-members-strip .module-our-reach .event-details-speaker > h1, .module-our-reach .module-our-members-strip .event-details-speaker > h1, .module-our-members-strip .module-our-reach .module-history-timeline .panel > h1, .module-our-reach .module-history-timeline .module-our-members-strip .panel > h1, .module-our-members-strip .module-history-timeline .module-our-reach .panel > h1, .module-history-timeline .module-our-reach .module-our-members-strip .panel > h1, .module-our-members-strip .module-our-reach .all-event-cards-filters > h1, .module-our-reach .module-our-members-strip .all-event-cards-filters > h1, .module-our-members-strip .module-our-reach .card-filters > h1, .module-our-reach .module-our-members-strip .card-filters > h1, .module-our-members-strip .prince-message-top .prince-message-title h1, .prince-message-top .prince-message-title .module-our-members-strip h1, .module-our-members-strip .module-text-button-banner h1, .module-text-button-banner .module-our-members-strip h1, .module-our-members-strip .module-text-button-banner-white h1, .module-text-button-banner-white .module-our-members-strip h1, .module-our-members-strip .module-why-we-exist h1, .module-why-we-exist .module-our-members-strip h1, .module-our-members-strip .module-page-title .row div h1, .module-page-title .row div .module-our-members-strip h1, .module-our-members-strip .module-page-title .program-card .program-card-extra div h1, .module-page-title .program-card .program-card-extra div .module-our-members-strip h1, .module-our-members-strip .program-card .module-page-title .program-card-extra div h1, .program-card .module-page-title .program-card-extra div .module-our-members-strip h1, .module-our-members-strip .module-page-title .program-card-yellow .program-card-extra div h1, .module-page-title .program-card-yellow .program-card-extra div .module-our-members-strip h1, .module-our-members-strip .program-card-yellow .module-page-title .program-card-extra div h1, .program-card-yellow .module-page-title .program-card-extra div .module-our-members-strip h1, .module-our-members-strip .module-page-title .program-card-blue .program-card-extra div h1, .module-page-title .program-card-blue .program-card-extra div .module-our-members-strip h1, .module-our-members-strip .program-card-blue .module-page-title .program-card-extra div h1, .program-card-blue .module-page-title .program-card-extra div .module-our-members-strip h1, .module-our-members-strip .module-page-title .program-card-green .program-card-extra div h1, .module-page-title .program-card-green .program-card-extra div .module-our-members-strip h1, .module-our-members-strip .program-card-green .module-page-title .program-card-extra div h1, .program-card-green .module-page-title .program-card-extra div .module-our-members-strip h1, .module-our-members-strip .module-page-title .program-card-red .program-card-extra div h1, .module-page-title .program-card-red .program-card-extra div .module-our-members-strip h1, .module-our-members-strip .program-card-red .module-page-title .program-card-extra div h1, .program-card-red .module-page-title .program-card-extra div .module-our-members-strip h1, .module-our-members-strip .module-page-title .quick-links-list div h1, .module-page-title .quick-links-list div .module-our-members-strip h1, .module-our-members-strip .module-page-title .event-details-speaker div h1, .module-page-title .event-details-speaker div .module-our-members-strip h1, .module-our-members-strip .module-page-title .module-history-timeline .panel div h1, .module-page-title .module-history-timeline .panel div .module-our-members-strip h1, .module-our-members-strip .module-history-timeline .module-page-title .panel div h1, .module-history-timeline .module-page-title .panel div .module-our-members-strip h1, .module-our-members-strip .module-page-title .all-event-cards-filters div h1, .module-page-title .all-event-cards-filters div .module-our-members-strip h1, .module-our-members-strip .module-page-title .card-filters div h1, .module-page-title .card-filters div .module-our-members-strip h1, .module-our-members-strip .article-body h1, .article-body .module-our-members-strip h1, .module-our-members-strip .module-event-details-speakers h1, .module-event-details-speakers .module-our-members-strip h1, .module-our-members-strip .module-event-details-schedule h1, .module-event-details-schedule .module-our-members-strip h1, .module-our-members-strip .module-event-details-about-venue h1, .module-event-details-about-venue .module-our-members-strip h1, .module-our-members-strip .module-history-timeline h1, .module-history-timeline .module-our-members-strip h1, .module-our-members-strip .module-report-cards .container > h1, .module-report-cards .module-our-members-strip .container > h1, .module-our-members-strip .module-report-cards .module-news-and-opinion .container > h1 > h1, .module-report-cards .module-news-and-opinion .module-our-members-strip .container > h1 > h1, .module-our-members-strip .module-news-and-opinion .module-report-cards .container > h1 > h1, .module-news-and-opinion .module-report-cards .module-our-members-strip .container > h1 > h1 {
  margin-left: 15px;
}

.our-members-strip-stats {
  padding-bottom: 40px;
}

.our-members-strip-stats p {
  padding-top: 30px;
  padding-bottom: 30px;
}

.our-members-strip-stats .PTI-button {
  background: #EA5B0C;
}

.our-members-strip-stats .PTI-button:hover {
  background: #f4722b;
}

.our-members-strip-testimonials {
  padding-bottom: 30px;
  height: 360px;
}

@media screen and (max-width: 1199px) {
  .our-members-strip-testimonials {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.our-members-strip-stats-card > div {
  min-height: 140px;
  padding: 15px;
  background: #EA5B0C;
}

.our-members-strip-stats-card h1,
.our-members-strip-stats-card h2 {
  text-align: center;
  color: white;
}

.our-members-strip-stats-card h1 {
  font-size: 60px;
}

.our-members-strip-stats-card h2 {
  font-family: "adelle-sans",sans-serif;
  font-size: 17px;
}

.module-programme-fees {
  padding-top: 45px;
  padding-bottom: 30px;
  background: #FAF8F6;
}

.programme-fees-info {
  padding-bottom: 50px;
}

.programme-fees-info > p {
  font-size: 17px;
  margin-bottom: 45px;
}

.programme-fees-link {
  width: 80%;
  border-top: 1px solid #EA5B0C;
}

.programme-fees-list .programme-fees-list-number h1 {
  font-size: 60px;
  color: #EA5B0C;
}

.programme-fees-list > .row, .program-card .programme-fees-list > .program-card-extra, .program-card-yellow .programme-fees-list > .program-card-extra, .program-card-blue .programme-fees-list > .program-card-extra, .program-card-green .programme-fees-list > .program-card-extra, .program-card-red .programme-fees-list > .program-card-extra, .programme-fees-list > .quick-links-list, .programme-fees-list > .event-details-speaker, .module-history-timeline .programme-fees-list > .panel, .programme-fees-list > .all-event-cards-filters, .programme-fees-list > .card-filters {
  padding-top: 30px;
  padding-bottom: 45px;
  border-top: 1px solid #EA5B0C;
}

.programme-fees-list p {
  margin-bottom: 30px;
}

.programme-fees-list table {
  width: 100%;
  max-width: 500px;
}

.programme-fees-list table tr {
  height: 30px;
  line-height: 30px;
}

.programme-fees-list table td,
.programme-fees-list table th {
  padding: 5px;
}

.programme-fees-list table th {
  background: #DEDED9;
  font-weight: 500;
}

.programme-fees-list table tr:nth-child(even) {
  background: white;
}

.programme-fees-list table tr:nth-child(odd) {
  background: #EFEEEC;
}

.programme-fees-list .PTI-button {
  right: 0;
}

.page-yellow .programme-fees-link {
  border-top: 1px solid #F7A600;
}

.page-yellow .programme-fees-list .programme-fees-list-number h1 {
  color: #F7A600;
}

.page-yellow .programme-fees-list > .row, .page-yellow .program-card .programme-fees-list > .program-card-extra, .program-card .page-yellow .programme-fees-list > .program-card-extra, .page-yellow .program-card-yellow .programme-fees-list > .program-card-extra, .program-card-yellow .page-yellow .programme-fees-list > .program-card-extra, .page-yellow .program-card-blue .programme-fees-list > .program-card-extra, .program-card-blue .page-yellow .programme-fees-list > .program-card-extra, .page-yellow .program-card-green .programme-fees-list > .program-card-extra, .program-card-green .page-yellow .programme-fees-list > .program-card-extra, .page-yellow .program-card-red .programme-fees-list > .program-card-extra, .program-card-red .page-yellow .programme-fees-list > .program-card-extra, .page-yellow .programme-fees-list > .quick-links-list, .page-yellow .programme-fees-list > .event-details-speaker, .page-yellow .module-history-timeline .programme-fees-list > .panel, .module-history-timeline .page-yellow .programme-fees-list > .panel, .page-yellow .programme-fees-list > .all-event-cards-filters, .page-yellow .programme-fees-list > .card-filters {
  border-top: 1px solid #F7A600;
}

.page-yellow .programme-fees-link {
  border-top: 1px solid #F7A600;
}

.page-red .programme-fees-link {
  border-top: 1px solid #CC1618;
}

.page-red .programme-fees-list .programme-fees-list-number h1 {
  color: #CC1618;
}

.page-red .programme-fees-list > .row, .page-red .program-card .programme-fees-list > .program-card-extra, .program-card .page-red .programme-fees-list > .program-card-extra, .page-red .program-card-yellow .programme-fees-list > .program-card-extra, .program-card-yellow .page-red .programme-fees-list > .program-card-extra, .page-red .program-card-blue .programme-fees-list > .program-card-extra, .program-card-blue .page-red .programme-fees-list > .program-card-extra, .page-red .program-card-green .programme-fees-list > .program-card-extra, .program-card-green .page-red .programme-fees-list > .program-card-extra, .page-red .program-card-red .programme-fees-list > .program-card-extra, .program-card-red .page-red .programme-fees-list > .program-card-extra, .page-red .programme-fees-list > .quick-links-list, .page-red .programme-fees-list > .event-details-speaker, .page-red .module-history-timeline .programme-fees-list > .panel, .module-history-timeline .page-red .programme-fees-list > .panel, .page-red .programme-fees-list > .all-event-cards-filters, .page-red .programme-fees-list > .card-filters {
  border-top: 1px solid #CC1618;
}

.page-red .programme-fees-link {
  border-top: 1px solid #CC1618;
}

.page-blue .programme-fees-link {
  border-top: 1px solid #00B4D0;
}

.page-blue .programme-fees-list .programme-fees-list-number h1 {
  color: #00B4D0;
}

.page-blue .programme-fees-list > .row, .page-blue .program-card .programme-fees-list > .program-card-extra, .program-card .page-blue .programme-fees-list > .program-card-extra, .page-blue .program-card-yellow .programme-fees-list > .program-card-extra, .program-card-yellow .page-blue .programme-fees-list > .program-card-extra, .page-blue .program-card-blue .programme-fees-list > .program-card-extra, .program-card-blue .page-blue .programme-fees-list > .program-card-extra, .page-blue .program-card-green .programme-fees-list > .program-card-extra, .program-card-green .page-blue .programme-fees-list > .program-card-extra, .page-blue .program-card-red .programme-fees-list > .program-card-extra, .program-card-red .page-blue .programme-fees-list > .program-card-extra, .page-blue .programme-fees-list > .quick-links-list, .page-blue .programme-fees-list > .event-details-speaker, .page-blue .module-history-timeline .programme-fees-list > .panel, .module-history-timeline .page-blue .programme-fees-list > .panel, .page-blue .programme-fees-list > .all-event-cards-filters, .page-blue .programme-fees-list > .card-filters {
  border-top: 1px solid #00B4D0;
}

.page-blue .programme-fees-link {
  border-top: 1px solid #00B4D0;
}

.page-teal .programme-fees-link {
  border-top: 1px solid #68B2B0;
}

.page-teal .programme-fees-list .programme-fees-list-number h1 {
  color: #68B2B0;
}

.page-teal .programme-fees-list > .row, .page-teal .program-card .programme-fees-list > .program-card-extra, .program-card .page-teal .programme-fees-list > .program-card-extra, .page-teal .program-card-yellow .programme-fees-list > .program-card-extra, .program-card-yellow .page-teal .programme-fees-list > .program-card-extra, .page-teal .program-card-blue .programme-fees-list > .program-card-extra, .program-card-blue .page-teal .programme-fees-list > .program-card-extra, .page-teal .program-card-green .programme-fees-list > .program-card-extra, .program-card-green .page-teal .programme-fees-list > .program-card-extra, .page-teal .program-card-red .programme-fees-list > .program-card-extra, .program-card-red .page-teal .programme-fees-list > .program-card-extra, .page-teal .programme-fees-list > .quick-links-list, .page-teal .programme-fees-list > .event-details-speaker, .page-teal .module-history-timeline .programme-fees-list > .panel, .module-history-timeline .page-teal .programme-fees-list > .panel, .page-teal .programme-fees-list > .all-event-cards-filters, .page-teal .programme-fees-list > .card-filters {
  border-top: 1px solid #68B2B0;
}

.page-teal .programme-fees-link {
  border-top: 1px solid #68B2B0;
}

.page-green .programme-fees-link {
  border-top: 1px solid #A0A400;
}

.page-green .programme-fees-list .programme-fees-list-number h1 {
  color: #A0A400;
}

.page-green .programme-fees-list > .row, .page-green .program-card .programme-fees-list > .program-card-extra, .program-card .page-green .programme-fees-list > .program-card-extra, .page-green .program-card-yellow .programme-fees-list > .program-card-extra, .program-card-yellow .page-green .programme-fees-list > .program-card-extra, .page-green .program-card-blue .programme-fees-list > .program-card-extra, .program-card-blue .page-green .programme-fees-list > .program-card-extra, .page-green .program-card-green .programme-fees-list > .program-card-extra, .program-card-green .page-green .programme-fees-list > .program-card-extra, .page-green .program-card-red .programme-fees-list > .program-card-extra, .program-card-red .page-green .programme-fees-list > .program-card-extra, .page-green .programme-fees-list > .quick-links-list, .page-green .programme-fees-list > .event-details-speaker, .page-green .module-history-timeline .programme-fees-list > .panel, .module-history-timeline .page-green .programme-fees-list > .panel, .page-green .programme-fees-list > .all-event-cards-filters, .page-green .programme-fees-list > .card-filters {
  border-top: 1px solid #A0A400;
}

.page-green .programme-fees-link {
  border-top: 1px solid #A0A400;
}

.programme-fees-testimonial {
  padding-top: 30px;
  padding-bottom: 30px;
}

.programme-fees-testimonial h3 {
  padding-top: 15px !important;
  padding-bottom: 5px !important;
}

.programme-fees-testimonial p {
  margin: 15px 0 !important;
  font-style: italic;
  font-size: 18px;
  font-family: "adelle",serif;
}

.programme-fees-testimonial h2 {
  padding-bottom: 0 !important;
  font-size: 14px !important;
}

.module-residential-banner {
  background: #EDE8E0;
}

.module-residential-banner .row, .module-residential-banner .program-card .program-card-extra, .program-card .module-residential-banner .program-card-extra, .module-residential-banner .program-card-yellow .program-card-extra, .program-card-yellow .module-residential-banner .program-card-extra, .module-residential-banner .program-card-blue .program-card-extra, .program-card-blue .module-residential-banner .program-card-extra, .module-residential-banner .program-card-green .program-card-extra, .program-card-green .module-residential-banner .program-card-extra, .module-residential-banner .program-card-red .program-card-extra, .program-card-red .module-residential-banner .program-card-extra, .module-residential-banner .quick-links-list, .module-residential-banner .event-details-speaker, .module-residential-banner .module-history-timeline .panel, .module-history-timeline .module-residential-banner .panel, .module-residential-banner .all-event-cards-filters, .module-residential-banner .card-filters {
  position: relative;
}

.residential-banner-info {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .residential-banner-info {
    right: 66.66666667%;
  }
}

.residential-banner-info h1 {
  padding-top: 0;
  padding-left: 0;
}

.residential-banner-info p {
  margin-bottom: 15px;
}

.residential-banner-info hr {
  max-width: 250px;
  margin-left: 0;
  margin-bottom: 15px;
  border-top: 1px solid #EA5B0C;
}

.residential-banner-info a {
  display: block;
  max-width: 250px;
  margin-top: 15px;
}

.residential-banner-info .PTI-button {
  position: relative;
}

.residential-banner-img {
  height: 430px;
}

@media (min-width: 992px) {
  .residential-banner-img {
    left: 33.33333333%;
  }
}

.residential-banner-img .img-wrapper {
  height: 100%;
}

.residential-banner-img h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  font-size: 26px;
  line-height: 36px;
  color: white;
  background: #EA5B0C;
  background: rgba(234, 91, 12, 0.6);
}

@media (min-width: 992px) {
  .residential-banner-img h2 {
    width: 40%;
    height: 200px;
    padding-right: 30px;
  }
}

.page-yellow .residential-banner-info hr {
  border-top: 1px solid #F7A600;
}

.page-yellow .residential-banner-img h2 {
  background: #F7A600;
  background: rgba(247, 166, 0, 0.6);
}

.page-blue .residential-banner-info hr {
  border-top: 1px solid #00B4D0;
}

.page-blue .residential-banner-img h2 {
  background: #00B4D0;
  background: rgba(0, 180, 208, 0.6);
}

.page-green .residential-banner-info hr {
  border-top: 1px solid #A0A400;
}

.page-green .residential-banner-img h2 {
  background: #A0A400;
  background: rgba(160, 164, 0, 0.6);
}

.page-teal .residential-banner-info hr {
  border-top: 1px solid #68B2B0;
}

.page-teal .residential-banner-img h2 {
  background: #68B2B0;
  background: rgba(104, 178, 176, 0.6);
}

.page-red .residential-banner-info hr {
  border-top: 1px solid #CC1618;
}

.page-red .residential-banner-img h2 {
  background: #CC1618;
  background: rgba(204, 22, 24, 0.6);
}

.module-teachers-strip {
  padding-top: 45px;
  padding-bottom: 30px;
}

.teachers-strip-info h1 {
  padding-top: 0;
  padding-left: 0;
}

.teachers-strip-slider {
  background: #F6F3EF;
}

@media screen and (min-width: 992px) {
  .teachers-strip-carousel {
    height: 360px;
  }
}

.teachers-strip-carousel .PTI-carousel-control, .teachers-strip-carousel .PTI-carousel-control-left, .teachers-strip-carousel .PTI-carousel-control-right {
  top: initial;
  bottom: 0;
  margin-right: -15px;
}

.teachers-strip-carousel .item {
  padding-top: 30px;
  padding-bottom: 30px;
  height: 360px;
}

@media screen and (min-width: 992px) {
  .teachers-strip-carousel .teachers-strip-carousel-teacher {
    padding-right: 35%;
  }
}

.teachers-strip-carousel .teachers-strip-carousel-teacher h1,
.teachers-strip-carousel .teachers-strip-carousel-teacher h2,
.teachers-strip-carousel .teachers-strip-carousel-teacher p,
.teachers-strip-carousel .teachers-strip-carousel-teacher a {
  margin-left: 180px;
}

@media screen and (max-width: 767px) {
  .teachers-strip-carousel .teachers-strip-carousel-teacher h1,
  .teachers-strip-carousel .teachers-strip-carousel-teacher h2,
  .teachers-strip-carousel .teachers-strip-carousel-teacher p,
  .teachers-strip-carousel .teachers-strip-carousel-teacher a {
    margin-left: 0;
  }
}

.teachers-strip-carousel .teachers-strip-carousel-teacher h2 {
  padding-top: 0;
  padding-left: 0;
}

.teachers-strip-carousel .teachers-strip-carousel-teacher img {
  position: absolute;
}

.teachers-strip-carousel .teachers-strip-carousel-teacher .teachers-strip-slider-face {
  max-height: 200px;
  top: 50%;
  left: 0;
  margin-top: -100px;
}

@media screen and (max-width: 767px) {
  .teachers-strip-carousel .teachers-strip-carousel-teacher img {
    display: none;
  }
}

.teachers-strip-carousel .teachers-select {
  position: absolute;
  height: 100%;
  top: 0;
  right: -15px;
  width: 35%;
  height: calc(100% - 30px);
  padding: 0;
  margin: 0;
  z-index: 10;
  background: #F6F3EF;
  display: none;
  left: initial;
  list-style: none;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .teachers-strip-carousel .teachers-select {
    display: block;
  }
}

.teachers-strip-carousel .teachers-select li,
.teachers-strip-carousel .teachers-select li img,
.teachers-strip-carousel .teachers-select li:before {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.teachers-strip-carousel .teachers-select li {
  position: relative;
  display: inline-block;
  width: 40px;
  margin: 5px;
  height: initial;
  bottom: initial;
  top: 100px;
  left: 0;
  margin-left: 0;
  list-style: none;
  text-align: center;
  text-indent: 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.teachers-strip-carousel .teachers-select li img {
  width: 100%;
}

.teachers-strip-carousel .teachers-select li:before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -10px;
  right: -5px;
  left: -5px;
  background: rgba(247, 166, 0, 0.4);
  opacity: 0;
}

.teachers-strip-carousel .teachers-select li.active {
  width: 50px;
}

.teachers-strip-carousel .teachers-select li.active:before {
  opacity: 1;
}

.module-schools-subject-icons {
  background: #F6F3EF;
  border-top: solid #434244 15px;
  padding-bottom: 30px;
}

.schools-subject-icon {
  width: 130px;
  text-align: center;
  float: left;
}

.schools-subject-icon div {
  position: relative;
  width: 110px;
  height: 110px;
  margin-left: 15px;
  border: 1px solid #EA5B0C;
}

.schools-subject-icon div img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
}

.schools-subject-icon div p {
  font-size: 13px;
  text-transform: uppercase;
}

.module-schools-subject-icons .subject-icon-english {
  background: url("../img/icons/svg/pti-english-orange.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-english:hover {
  background: #EA5B0C url("../img/icons/svg/pti-english.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-biology {
  background: url("../img/icons/svg/pti-biology-orange.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-biology:hover {
  background: #EA5B0C url("../img/icons/svg/pti-biology.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-chemistry {
  background: url("../img/icons/svg/pti-chemistry-orange.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-chemistry:hover {
  background: #EA5B0C url("../img/icons/svg/pti-chemistry.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-french {
  background: url("../img/icons/svg/pti-french-orange.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-french:hover {
  background: #EA5B0C url("../img/icons/svg/pti-french.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-mathematics {
  background: url("../img/icons/svg/pti-mathematics-orange.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-mathematics:hover {
  background: #EA5B0C url("../img/icons/svg/pti-mathematics.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-music {
  background: url("../img/icons/svg/pti-music-orange.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-music:hover {
  background: #EA5B0C url("../img/icons/svg/pti-music.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-art {
  background: url("../img/icons/svg/pti-art-orange.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-art:hover {
  background: #EA5B0C url("../img/icons/svg/pti-art.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-geography {
  background: url("../img/icons/svg/pti-geography-orange.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-geography:hover {
  background: #EA5B0C url("../img/icons/svg/pti-geography.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-biology {
  background: url("../img/icons/svg/pti-biology-orange.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-biology:hover {
  background: #EA5B0C url("../img/icons/svg/pti-biology.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-german {
  background: url("../img/icons/svg/pti-german-orange.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-german:hover {
  background: #EA5B0C url("../img/icons/svg/pti-german.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-history {
  background: url("../img/icons/svg/pti-history-orange.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-history:hover {
  background: #EA5B0C url("../img/icons/svg/pti-history.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-latin {
  background: url("../img/icons/svg/pti-latin-orange.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-latin:hover {
  background: #EA5B0C url("../img/icons/svg/pti-latin.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-physics {
  background: url("../img/icons/svg/pti-physics-orange.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-physics:hover {
  background: #EA5B0C url("../img/icons/svg/pti-physics.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-science {
  background: url("../img/icons/svg/pti-science-orange.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-science:hover {
  background: #EA5B0C url("../img/icons/svg/pti-science.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-mfl {
  background: url("../img/icons/svg/pti-mfl-orange.svg") no-repeat center center;
  background-size: 50px;
}

.module-schools-subject-icons .subject-icon-mfl:hover {
  background: #EA5B0C url("../img/icons/svg/pti-mfl.svg") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-english {
  background: url("../img/icons/png/pti-english-orange.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-english:hover {
  background: #EA5B0C url("../img/icons/png/pti-english.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-biology {
  background: url("../img/icons/png/pti-biology-orange.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-biology:hover {
  background: #EA5B0C url("../img/icons/png/pti-biology.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-chemistry {
  background: url("../img/icons/png/pti-chemistry-orange.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-chemistry:hover {
  background: #EA5B0C url("../img/icons/png/pti-chemistry.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-french {
  background: url("../img/icons/png/pti-french-orange.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-french:hover {
  background: #EA5B0C url("../img/icons/png/pti-french.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-mathematics {
  background: url("../img/icons/png/pti-mathematics-orange.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-mathematics:hover {
  background: #EA5B0C url("../img/icons/png/pti-mathematics.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-music {
  background: url("../img/icons/png/pti-music-orange.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-music:hover {
  background: #EA5B0C url("../img/icons/png/pti-music.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-spanish {
  background: url("../img/icons/png/pti-spanish-orange.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-spanish:hover {
  background: #EA5B0C url("../img/icons/png/pti-spanish.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-art {
  background: url("../img/icons/png/pti-art-orange.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-art:hover {
  background: #EA5B0C url("../img/icons/png/pti-art.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-geography {
  background: url("../img/icons/png/pti-geography-orange.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-geography:hover {
  background: #EA5B0C url("../img/icons/png/pti-geography.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-german {
  background: url("../img/icons/png/pti-german-orange.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-german:hover {
  background: #EA5B0C url("../img/icons/png/pti-german.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-history {
  background: url("../img/icons/png/pti-history-orange.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-history:hover {
  background: #EA5B0C url("../img/icons/png/pti-history.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-latin {
  background: url("../img/icons/png/pti-latin-orange.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-latin:hover {
  background: #EA5B0C url("../img/icons/png/pti-latin.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-physics {
  background: url("../img/icons/png/pti-physics-orange.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-physics:hover {
  background: #EA5B0C url("../img/icons/png/pti-physics.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-science {
  background: url("../img/icons/png/pti-science-orange.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-science:hover {
  background: #EA5B0C url("../img/icons/png/pti-science.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-mfl {
  background: url("../img/icons/png/pti-mfl-orange.png") no-repeat center center;
  background-size: 50px;
}

.no-svg .module-schools-subject-icons .subject-icon-mfl:hover {
  background: #EA5B0C url("../img/icons/png/pti-mfl.png") no-repeat center center;
  background-size: 50px;
}

.subject-test-teach-testimonial {
  margin-top: 15px;
  padding-bottom: 30px;
}

@media screen and (min-width: 991px) {
  .subject-test-teach-testimonial {
    height: 300px;
  }
}

.subject-test-teach-teacher {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #F6F3EF;
}

.subject-test-teach-teacher .teachers-strip-carousel .teachers-strip-carousel-teacher {
  padding-right: 0;
}

.module-subject-test-teach .teachers-strip-carousel .teachers-strip-carousel-teacher h1,
.module-subject-test-teach .teachers-strip-carousel .teachers-strip-carousel-teacher h2,
.module-subject-test-teach .teachers-strip-carousel .teachers-strip-carousel-teacher p,
.module-subject-test-teach .teachers-strip-carousel .teachers-strip-carousel-teacher a {
  margin-left: 0px;
}

@media screen and (min-width: 992px) {
  .module-subject-test-teach .teachers-strip-carousel .teachers-strip-carousel-teacher h1,
  .module-subject-test-teach .teachers-strip-carousel .teachers-strip-carousel-teacher h2,
  .module-subject-test-teach .teachers-strip-carousel .teachers-strip-carousel-teacher p,
  .module-subject-test-teach .teachers-strip-carousel .teachers-strip-carousel-teacher a {
    margin-left: 35%;
    width: 65%;
  }
}

.module-subject-test-teach .teachers-strip-carousel .teachers-strip-slider-face {
  width: 130px;
}

@media screen and (min-width: 992px) {
  .module-subject-test-teach .teachers-strip-carousel .teachers-strip-slider-face {
    max-width: 30%;
  }
}

.module-subject-test-teach .teachers-strip-carousel .teachers-select {
  display: none;
}

.module-subject-header {
  padding-top: 30px;
}

.module-subject-header .row, .module-subject-header .program-card .program-card-extra, .program-card .module-subject-header .program-card-extra, .module-subject-header .program-card-yellow .program-card-extra, .program-card-yellow .module-subject-header .program-card-extra, .module-subject-header .program-card-blue .program-card-extra, .program-card-blue .module-subject-header .program-card-extra, .module-subject-header .program-card-green .program-card-extra, .program-card-green .module-subject-header .program-card-extra, .module-subject-header .program-card-red .program-card-extra, .program-card-red .module-subject-header .program-card-extra, .module-subject-header .quick-links-list, .module-subject-header .event-details-speaker, .module-subject-header .module-history-timeline .panel, .module-history-timeline .module-subject-header .panel, .module-subject-header .all-event-cards-filters, .module-subject-header .card-filters {
  border-bottom: 2px solid #696869;
}

.module-subject-header .row > div, .module-subject-header .program-card .program-card-extra > div, .program-card .module-subject-header .program-card-extra > div, .module-subject-header .program-card-yellow .program-card-extra > div, .program-card-yellow .module-subject-header .program-card-extra > div, .module-subject-header .program-card-blue .program-card-extra > div, .program-card-blue .module-subject-header .program-card-extra > div, .module-subject-header .program-card-green .program-card-extra > div, .program-card-green .module-subject-header .program-card-extra > div, .module-subject-header .program-card-red .program-card-extra > div, .program-card-red .module-subject-header .program-card-extra > div, .module-subject-header .quick-links-list > div, .module-subject-header .event-details-speaker > div, .module-subject-header .module-history-timeline .panel > div, .module-history-timeline .module-subject-header .panel > div, .module-subject-header .all-event-cards-filters > div, .module-subject-header .card-filters > div {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  width: 80px;
  height: 80px;
  background: #EA5B0C;
}

.module-subject-header img {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
}

.module-subject-header h1 {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}

.subject-body-info h1,
.subject-body-info h2,
.subject-body-info p {
  padding-left: 0px;
}

.subject-body-documents-carousel {
  margin-top: 60px;
  margin-bottom: 30px;
  background: #F6F3EF;
}

.subject-body-documents-carousel h2 {
  position: absolute;
  top: 15px;
  left: 15px;
}

.subject-body-documents-carousel .item {
  text-align: center;
}

.subject-body-documents-carousel .item a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 120px;
  margin: 60px 0px 30px 0px;
  padding-top: 30px;
}

.subject-body-documents-carousel .item a > img {
  position: absolute;
  top: 0px;
  left: 30px;
  width: 60px;
  z-index: -1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.subject-body-documents-carousel .item a > p {
  padding-top: 50px;
}

.subject-body-documents-carousel .item a:hover {
  top: 5px;
  color: #EA5B0C;
  font-weight: 300;
}

.subject-body-documents-carousel .item a:hover img {
  -webkit-box-shadow: 0px 4px 8px rgba(67, 66, 68, 0.4);
          box-shadow: 0px 4px 8px rgba(67, 66, 68, 0.4);
}

@media screen and (max-width: 767px) {
  .subject-body-documents-carousel .item {
    padding-bottom: 45px;
  }
  .subject-body-documents-carousel .item a {
    margin: 60px 30px 0px 30px;
  }
}

.subject-body-speakers {
  margin-bottom: 30px;
}

.subject-body-speakers .subject-body-speakers-carousel {
  margin-left: -15px;
  margin-right: -15px;
}

.subject-body-speakers .subject-body-speakers-carousel h1 {
  margin: 0;
  line-height: 30px;
  background: #434244;
  color: white;
  padding-left: 15px;
}

.subject-body-speakers .subject-body-speakers-carousel .PTI-carousel-control, .subject-body-speakers .subject-body-speakers-carousel .PTI-carousel-control-left, .subject-body-speakers .subject-body-speakers-carousel .PTI-carousel-control-right {
  bottom: 0;
  background: #696869;
}

.subject-body-speakers .subject-body-speakers-carousel .item {
  height: 400px;
  background: #F6F3EF;
  overflow: hidden;
}

.subject-body-speakers .subject-body-speakers-carousel .item h2 {
  background: #696869;
  margin: 0;
  padding-left: 15px;
  line-height: 50px;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.subject-body-speakers .subject-body-speakers-carousel .item h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  padding-bottom: 30px;
  margin: 0;
  background: #EA5B0C;
  background: rgba(234, 91, 12, 0.8);
  color: white;
  height: 100px;
  overflow: hidden;
}

.subject-body-speakers .subject-body-speakers-carousel .item .past-speaker-bio,
.subject-body-speakers .subject-body-speakers-carousel .item img {
  position: absolute;
  top: 50px;
}

.subject-body-speakers .subject-body-speakers-carousel .item a {
  position: absolute;
  padding-right: 15px;
  right: 0;
  top: 270px;
}

.subject-body-speakers .subject-body-speakers-carousel .item img {
  left: 25%;
  height: 350px;
  max-width: initial;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.subject-body-speakers .subject-body-speakers-carousel .item .past-speaker-bio {
  position: absolute;
  width: 50%;
  left: 50%;
  padding: 15px;
  max-height: 190px;
  overflow: hidden;
}

.subject-body-speakers .subject-body-speakers-carousel .item .past-speaker-bio p {
  position: relative;
  top: 0;
  left: 0;
}

.subject-body-speakers .subject-body-speakers-carousel .item .past-speaker-bio:after {
  content: "";
  text-align: right;
  position: absolute;
  top: 170px;
  right: 0;
  width: 70%;
  height: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(246, 243, 239, 0)), color-stop(50%, #f6f3ef));
  background: linear-gradient(to right, rgba(246, 243, 239, 0), #f6f3ef 50%);
}

.subject-body-speakers .subject-body-speakers-carousel .item .subject-body-speakers-carousel-cover {
  position: absolute;
  right: 0;
  top: 50px;
  height: 350px;
  width: 50%;
  background: #F6F3EF;
}

.module-subject-to-the-top {
  background: #434244;
}

.module-subject-to-the-top p {
  position: relative;
  right: 0;
  margin: 0;
  padding-right: 40px;
  text-align: right;
  line-height: 30px;
  text-transform: uppercase;
  color: white;
}

.module-subject-to-the-top a {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #696869;
}

.module-subject-to-the-top a img {
  width: 100%;
}

.page-yellow .subject-body-speakers .subject-body-speakers-carousel .item h3 {
  background: #F7A600;
  background: rgba(247, 166, 0, 0.8);
}

.page-red .subject-body-speakers .subject-body-speakers-carousel .item h3 {
  background: #CC1618;
  background: rgba(204, 22, 24, 0.8);
}

.page-blue .subject-body-speakers .subject-body-speakers-carousel .item h3 {
  background: #00B4D0;
  background: rgba(0, 180, 208, 0.8);
}

.page-teal .subject-body-speakers .subject-body-speakers-carousel .item h3 {
  background: #68B2B0;
  background: rgba(104, 178, 176, 0.8);
}

.page-green .subject-body-speakers .subject-body-speakers-carousel .item h3 {
  background: #A0A400;
  background: rgba(160, 164, 0, 0.8);
}

.module-subject-to-the-top {
  background: #434244;
}

.module-subject-to-the-top p {
  position: relative;
  right: 0;
  margin: 0;
  padding-right: 40px;
  text-align: right;
  line-height: 30px;
  text-transform: uppercase;
  color: white;
}

.module-subject-to-the-top a {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #696869;
}

.module-subject-to-the-top a img {
  width: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.module-subject-upcoming {
  padding-top: 30px;
  padding-bottom: 30px;
}

.module-subject-upcoming .row, .module-subject-upcoming .program-card .program-card-extra, .program-card .module-subject-upcoming .program-card-extra, .module-subject-upcoming .program-card-yellow .program-card-extra, .program-card-yellow .module-subject-upcoming .program-card-extra, .module-subject-upcoming .program-card-blue .program-card-extra, .program-card-blue .module-subject-upcoming .program-card-extra, .module-subject-upcoming .program-card-green .program-card-extra, .program-card-green .module-subject-upcoming .program-card-extra, .module-subject-upcoming .program-card-red .program-card-extra, .program-card-red .module-subject-upcoming .program-card-extra, .module-subject-upcoming .quick-links-list, .module-subject-upcoming .event-details-speaker, .module-subject-upcoming .module-history-timeline .panel, .module-history-timeline .module-subject-upcoming .panel, .module-subject-upcoming .all-event-cards-filters, .module-subject-upcoming .card-filters {
  background: #F6F3EF;
  border-top: 3px solid #EA5B0C;
}

.module-subject-upcoming .row h1, .module-subject-upcoming .program-card .program-card-extra h1, .program-card .module-subject-upcoming .program-card-extra h1, .module-subject-upcoming .program-card-yellow .program-card-extra h1, .program-card-yellow .module-subject-upcoming .program-card-extra h1, .module-subject-upcoming .program-card-blue .program-card-extra h1, .program-card-blue .module-subject-upcoming .program-card-extra h1, .module-subject-upcoming .program-card-green .program-card-extra h1, .program-card-green .module-subject-upcoming .program-card-extra h1, .module-subject-upcoming .program-card-red .program-card-extra h1, .program-card-red .module-subject-upcoming .program-card-extra h1, .module-subject-upcoming .quick-links-list h1, .module-subject-upcoming .event-details-speaker h1, .module-subject-upcoming .module-history-timeline .panel h1, .module-history-timeline .module-subject-upcoming .panel h1, .module-subject-upcoming .all-event-cards-filters h1, .module-subject-upcoming .card-filters h1 {
  padding-left: 0;
}

.subject-upcoming-info {
  padding-bottom: 60px;
}

.subject-upcoming-info a {
  display: block;
  margin-bottom: 15px;
}

.subject-upcoming-info .pti-button {
  bottom: 30px;
}

.subject-upcoming-featured {
  height: 350px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.subject-upcoming-featured > img {
  position: absolute;
  width: calc(100% - 30px);
}

.subject-upcoming-featured h2,
.subject-upcoming-featured p,
.subject-upcoming-featured a {
  margin-left: 50%;
}

.subject-upcoming-featured .PTI-button {
  margin-left: 0;
  right: 30px;
  bottom: 15px;
}

.page-yellow .module-subject-upcoming .row, .page-yellow .module-subject-upcoming .program-card .program-card-extra, .program-card .page-yellow .module-subject-upcoming .program-card-extra, .page-yellow .module-subject-upcoming .program-card-yellow .program-card-extra, .program-card-yellow .page-yellow .module-subject-upcoming .program-card-extra, .page-yellow .module-subject-upcoming .program-card-blue .program-card-extra, .program-card-blue .page-yellow .module-subject-upcoming .program-card-extra, .page-yellow .module-subject-upcoming .program-card-green .program-card-extra, .program-card-green .page-yellow .module-subject-upcoming .program-card-extra, .page-yellow .module-subject-upcoming .program-card-red .program-card-extra, .program-card-red .page-yellow .module-subject-upcoming .program-card-extra, .page-yellow .module-subject-upcoming .quick-links-list, .page-yellow .module-subject-upcoming .event-details-speaker, .page-yellow .module-subject-upcoming .module-history-timeline .panel, .module-history-timeline .page-yellow .module-subject-upcoming .panel, .page-yellow .module-subject-upcoming .all-event-cards-filters, .page-yellow .module-subject-upcoming .card-filters {
  border-top: 3px solid #F7A600;
}

.page-red .module-subject-upcoming .row, .page-red .module-subject-upcoming .program-card .program-card-extra, .program-card .page-red .module-subject-upcoming .program-card-extra, .page-red .module-subject-upcoming .program-card-yellow .program-card-extra, .program-card-yellow .page-red .module-subject-upcoming .program-card-extra, .page-red .module-subject-upcoming .program-card-blue .program-card-extra, .program-card-blue .page-red .module-subject-upcoming .program-card-extra, .page-red .module-subject-upcoming .program-card-green .program-card-extra, .program-card-green .page-red .module-subject-upcoming .program-card-extra, .page-red .module-subject-upcoming .program-card-red .program-card-extra, .program-card-red .page-red .module-subject-upcoming .program-card-extra, .page-red .module-subject-upcoming .quick-links-list, .page-red .module-subject-upcoming .event-details-speaker, .page-red .module-subject-upcoming .module-history-timeline .panel, .module-history-timeline .page-red .module-subject-upcoming .panel, .page-red .module-subject-upcoming .all-event-cards-filters, .page-red .module-subject-upcoming .card-filters {
  border-top: 3px solid #CC1618;
}

.page-blue .module-subject-upcoming .row, .page-blue .module-subject-upcoming .program-card .program-card-extra, .program-card .page-blue .module-subject-upcoming .program-card-extra, .page-blue .module-subject-upcoming .program-card-yellow .program-card-extra, .program-card-yellow .page-blue .module-subject-upcoming .program-card-extra, .page-blue .module-subject-upcoming .program-card-blue .program-card-extra, .program-card-blue .page-blue .module-subject-upcoming .program-card-extra, .page-blue .module-subject-upcoming .program-card-green .program-card-extra, .program-card-green .page-blue .module-subject-upcoming .program-card-extra, .page-blue .module-subject-upcoming .program-card-red .program-card-extra, .program-card-red .page-blue .module-subject-upcoming .program-card-extra, .page-blue .module-subject-upcoming .quick-links-list, .page-blue .module-subject-upcoming .event-details-speaker, .page-blue .module-subject-upcoming .module-history-timeline .panel, .module-history-timeline .page-blue .module-subject-upcoming .panel, .page-blue .module-subject-upcoming .all-event-cards-filters, .page-blue .module-subject-upcoming .card-filters {
  border-top: 3px solid #00B4D0;
}

.page-teal .module-subject-upcoming .row, .page-teal .module-subject-upcoming .program-card .program-card-extra, .program-card .page-teal .module-subject-upcoming .program-card-extra, .page-teal .module-subject-upcoming .program-card-yellow .program-card-extra, .program-card-yellow .page-teal .module-subject-upcoming .program-card-extra, .page-teal .module-subject-upcoming .program-card-blue .program-card-extra, .program-card-blue .page-teal .module-subject-upcoming .program-card-extra, .page-teal .module-subject-upcoming .program-card-green .program-card-extra, .program-card-green .page-teal .module-subject-upcoming .program-card-extra, .page-teal .module-subject-upcoming .program-card-red .program-card-extra, .program-card-red .page-teal .module-subject-upcoming .program-card-extra, .page-teal .module-subject-upcoming .quick-links-list, .page-teal .module-subject-upcoming .event-details-speaker, .page-teal .module-subject-upcoming .module-history-timeline .panel, .module-history-timeline .page-teal .module-subject-upcoming .panel, .page-teal .module-subject-upcoming .all-event-cards-filters, .page-teal .module-subject-upcoming .card-filters {
  border-top: 3px solid #68B2B0;
}

.page-green .module-subject-upcoming .row, .page-green .module-subject-upcoming .program-card .program-card-extra, .program-card .page-green .module-subject-upcoming .program-card-extra, .page-green .module-subject-upcoming .program-card-yellow .program-card-extra, .program-card-yellow .page-green .module-subject-upcoming .program-card-extra, .page-green .module-subject-upcoming .program-card-blue .program-card-extra, .program-card-blue .page-green .module-subject-upcoming .program-card-extra, .page-green .module-subject-upcoming .program-card-green .program-card-extra, .program-card-green .page-green .module-subject-upcoming .program-card-extra, .page-green .module-subject-upcoming .program-card-red .program-card-extra, .program-card-red .page-green .module-subject-upcoming .program-card-extra, .page-green .module-subject-upcoming .quick-links-list, .page-green .module-subject-upcoming .event-details-speaker, .page-green .module-subject-upcoming .module-history-timeline .panel, .module-history-timeline .page-green .module-subject-upcoming .panel, .page-green .module-subject-upcoming .all-event-cards-filters, .page-green .module-subject-upcoming .card-filters {
  border-top: 3px solid #A0A400;
}

.module-how-we-work {
  padding-bottom: 30px;
  background: #ECE6DF;
}

.how-we-work-card > div {
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  background: white;
}

.how-we-work-card > div:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid white;
}

@media screen and (min-width: 768px) {
  .how-we-work-card > div {
    min-height: 190px;
  }
  .how-we-work-card > div:after {
    top: 0;
    left: 100%;
    margin-left: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: none;
    border-left: 15px solid white;
  }
}

@media screen and (min-width: 992px) {
  .how-we-work-card > div {
    min-height: 180px;
    padding: 30px;
  }
}

.how-we-work-card > div p {
  color: #EA5B0C;
}

.module-our-reach {
  padding-bottom: 30px;
}

.module-our-reach .row > .PTI-button, .module-our-reach .program-card .program-card-extra > .PTI-button, .program-card .module-our-reach .program-card-extra > .PTI-button, .module-our-reach .program-card-yellow .program-card-extra > .PTI-button, .program-card-yellow .module-our-reach .program-card-extra > .PTI-button, .module-our-reach .program-card-blue .program-card-extra > .PTI-button, .program-card-blue .module-our-reach .program-card-extra > .PTI-button, .module-our-reach .program-card-green .program-card-extra > .PTI-button, .program-card-green .module-our-reach .program-card-extra > .PTI-button, .module-our-reach .program-card-red .program-card-extra > .PTI-button, .program-card-red .module-our-reach .program-card-extra > .PTI-button, .module-our-reach .quick-links-list > .PTI-button, .module-our-reach .event-details-speaker > .PTI-button, .module-our-reach .module-history-timeline .panel > .PTI-button, .module-history-timeline .module-our-reach .panel > .PTI-button, .module-our-reach .all-event-cards-filters > .PTI-button, .module-our-reach .card-filters > .PTI-button {
  right: 0;
  top: 45px;
}

@media screen and (max-width: 767px) {
  .module-our-reach {
    padding-bottom: 60px;
  }
  .module-our-reach .row > h1, .module-our-reach .program-card .program-card-extra > h1, .program-card .module-our-reach .program-card-extra > h1, .module-our-reach .program-card-yellow .program-card-extra > h1, .program-card-yellow .module-our-reach .program-card-extra > h1, .module-our-reach .program-card-blue .program-card-extra > h1, .program-card-blue .module-our-reach .program-card-extra > h1, .module-our-reach .program-card-green .program-card-extra > h1, .program-card-green .module-our-reach .program-card-extra > h1, .module-our-reach .program-card-red .program-card-extra > h1, .program-card-red .module-our-reach .program-card-extra > h1, .module-our-reach .quick-links-list > h1, .module-our-reach .event-details-speaker > h1, .module-our-reach .module-history-timeline .panel > h1, .module-history-timeline .module-our-reach .panel > h1, .module-our-reach .all-event-cards-filters > h1, .module-our-reach .card-filters > h1 {
    padding-bottom: 60px;
  }
  .module-our-reach .row > .PTI-button, .module-our-reach .program-card .program-card-extra > .PTI-button, .program-card .module-our-reach .program-card-extra > .PTI-button, .module-our-reach .program-card-yellow .program-card-extra > .PTI-button, .program-card-yellow .module-our-reach .program-card-extra > .PTI-button, .module-our-reach .program-card-blue .program-card-extra > .PTI-button, .program-card-blue .module-our-reach .program-card-extra > .PTI-button, .module-our-reach .program-card-green .program-card-extra > .PTI-button, .program-card-green .module-our-reach .program-card-extra > .PTI-button, .module-our-reach .program-card-red .program-card-extra > .PTI-button, .program-card-red .module-our-reach .program-card-extra > .PTI-button, .module-our-reach .quick-links-list > .PTI-button, .module-our-reach .event-details-speaker > .PTI-button, .module-our-reach .module-history-timeline .panel > .PTI-button, .module-history-timeline .module-our-reach .panel > .PTI-button, .module-our-reach .all-event-cards-filters > .PTI-button, .module-our-reach .card-filters > .PTI-button {
    top: calc(100% + 10px);
    left: 15px;
    right: initial;
    bottom: 45px;
    z-index: 1000;
    height: 30px;
  }
}

.our-reach-card div {
  position: relative;
  min-height: 180px;
  padding: 15px;
  text-align: center;
}

.our-reach-card div h2 {
  font-size: 60px;
  font-weight: 300;
}

.our-reach-card div h3 {
  padding: 0;
  font-weight: 200;
}

.our-reach-card div p {
  text-align: left;
}

.our-reach-card div h2,
.our-reach-card div h3 {
  color: white;
}

.our-reach-card div ul {
  position: relative;
  padding: 0 0 0 15px;
  margin-bottom: 0;
  text-align: left;
  list-style: none;
}

.our-reach-card div ul li:before {
  content: '>';
  color: #EA5B0C;
  position: absolute;
  left: 0;
  font-weight: 500;
}

.our-reach-card .our-reach-card-yellow {
  background: #F7A600;
}

.our-reach-card .our-reach-card-yellow:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #F7A600;
}

@media screen and (min-width: 768px) {
  .our-reach-card .our-reach-card-yellow {
    min-height: 190px;
  }
  .our-reach-card .our-reach-card-yellow:after {
    top: 0;
    left: 100%;
    margin-left: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: none;
    border-left: 15px solid #F7A600;
  }
}

@media screen and (min-width: 992px) {
  .our-reach-card .our-reach-card-yellow {
    min-height: 180px;
    padding: 30px;
  }
}

.our-reach-card .our-reach-card-yellow + div {
  background: #EA5B0C;
}

.our-reach-card .our-reach-card-green {
  background: #68B2B0;
}

.our-reach-card .our-reach-card-green:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #68B2B0;
}

@media screen and (min-width: 768px) {
  .our-reach-card .our-reach-card-green {
    min-height: 190px;
  }
  .our-reach-card .our-reach-card-green:after {
    top: 0;
    left: 100%;
    margin-left: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: none;
    border-left: 15px solid #68B2B0;
  }
}

@media screen and (min-width: 992px) {
  .our-reach-card .our-reach-card-green {
    min-height: 180px;
    padding: 30px;
  }
}

.our-reach-card .our-reach-card-green + div {
  background: #E1F0EF;
}

.our-reach-card .our-reach-card-blue {
  background: #00B4D0;
}

.our-reach-card .our-reach-card-blue:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #00B4D0;
}

@media screen and (min-width: 768px) {
  .our-reach-card .our-reach-card-blue {
    min-height: 190px;
  }
  .our-reach-card .our-reach-card-blue:after {
    top: 0;
    left: 100%;
    margin-left: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: none;
    border-left: 15px solid #00B4D0;
  }
}

@media screen and (min-width: 992px) {
  .our-reach-card .our-reach-card-blue {
    min-height: 180px;
    padding: 30px;
  }
}

.our-reach-card .our-reach-card-blue + div {
  background: #CCF0F6;
}

.prince-message-top {
  background: #434244;
}

@media (min-width: 992px) {
  .prince-message-top .prince-message-video {
    right: 50%;
  }
}

.prince-message-top .prince-message-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -15px;
}

.prince-message-top .prince-message-video .img-wrapper {
  min-height: 300px;
}

.prince-message-top .prince-message-image {
  overflow: hidden;
}

@media (min-width: 992px) {
  .prince-message-top .prince-message-image {
    right: 50%;
  }
}

.prince-message-top .prince-message-image img {
  min-width: 100%;
  min-height: 100%;
}

.prince-message-top .prince-message-title {
  height: 300px;
}

@media (min-width: 992px) {
  .prince-message-top .prince-message-title {
    left: 50%;
  }
}

@media screen and (max-width: 991px) {
  .prince-message-top .prince-message-title {
    height: 150px;
  }
}

.prince-message-top .prince-message-title h1 {
  position: absolute;
  bottom: 0;
  color: white;
}

.prince-message-bottom {
  background: white;
}

.prince-message-bottom p {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.prince-message-bottom .prince-message-link {
  width: 100%;
  padding-top: 30px;
  text-align: right;
}

.prince-message-bottom .prince-message-link img {
  width: 100%;
  max-width: 200px;
}

.prince-message-bottom .prince-message-link a {
  display: block;
}

.module-text-button-banner, .module-text-button-banner-white {
  padding-bottom: 30px;
  background: #CCF0F6;
  text-align: center;
}

.module-text-button-banner h1, .module-text-button-banner-white h1 {
  padding-bottom: 45px;
}

@media screen and (max-width: 991px) {
  .module-text-button-banner h1, .module-text-button-banner-white h1 {
    padding-left: 0;
    padding-right: 0;
  }
}

.module-text-button-banner .PTI-button, .module-text-button-banner-white .PTI-button {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #EA5B0C;
}

.module-text-button-banner-white {
  background: white;
}

.module-testimonials-carousel {
  position: static;
}

.module-testimonials-carousel .testimonial-carousel-card {
  border-right: 1px solid #EA5B0C;
  height: 330px;
}

.module-testimonials-carousel .testimonial-carousel-card div h1 {
  font-size: 19px;
}

.module-testimonials-carousel .testimonial-carousel-card div p {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .module-testimonials-carousel .testimonial-carousel-card div h1 {
    font-size: 15px;
    line-height: 20px;
  }
}

.module-testimonials-carousel .PTI-carousel-control-left {
  right: 47px;
}

.module-testimonials-carousel .PTI-carousel-control-right {
  right: 15px;
}

.PTI-carousel-control, .PTI-carousel-control-left, .PTI-carousel-control-right {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #EA5B0C;
}

.PTI-carousel-control img, .PTI-carousel-control-left img, .PTI-carousel-control-right img {
  width: 100%;
}

.PTI-carousel-control-left {
  right: 33px;
}

.PTI-carousel-control-right {
  right: 0;
}

.page-yellow .module-testimonials-carousel .testimonial-card {
  border-right: 1px solid #F7A600;
}

.page-yellow .PTI-carousel-control, .page-yellow .PTI-carousel-control-left, .page-yellow .PTI-carousel-control-right {
  background: #F7A600;
}

.page-red .module-testimonials-carousel .testimonial-card {
  border-right: 1px solid #CC1618;
}

.page-red .PTI-carousel-control, .page-red .PTI-carousel-control-left, .page-red .PTI-carousel-control-right {
  background: #CC1618;
}

.page-blue .module-testimonials-carousel .testimonial-card {
  border-right: 1px solid #00B4D0;
}

.page-blue .PTI-carousel-control, .page-blue .PTI-carousel-control-left, .page-blue .PTI-carousel-control-right {
  background: #00B4D0;
}

.page-teal .module-testimonials-carousel .testimonial-card {
  border-right: 1px solid #68B2B0;
}

.page-teal .PTI-carousel-control, .page-teal .PTI-carousel-control-left, .page-teal .PTI-carousel-control-right {
  background: #68B2B0;
}

.page-green .module-testimonials-carousel .testimonial-card {
  border-right: 1px solid #A0A400;
}

.page-green .PTI-carousel-control, .page-green .PTI-carousel-control-left, .page-green .PTI-carousel-control-right {
  background: #A0A400;
}

.module-why-we-exist {
  padding-bottom: 30px;
}

.why-we-exist-graphics > h4 {
  font-weight: 300;
}

.why-we-exist-graphics .row > div, .why-we-exist-graphics .program-card .program-card-extra > div, .program-card .why-we-exist-graphics .program-card-extra > div, .why-we-exist-graphics .program-card-yellow .program-card-extra > div, .program-card-yellow .why-we-exist-graphics .program-card-extra > div, .why-we-exist-graphics .program-card-blue .program-card-extra > div, .program-card-blue .why-we-exist-graphics .program-card-extra > div, .why-we-exist-graphics .program-card-green .program-card-extra > div, .program-card-green .why-we-exist-graphics .program-card-extra > div, .why-we-exist-graphics .program-card-red .program-card-extra > div, .program-card-red .why-we-exist-graphics .program-card-extra > div, .why-we-exist-graphics .quick-links-list > div, .why-we-exist-graphics .event-details-speaker > div, .why-we-exist-graphics .module-history-timeline .panel > div, .module-history-timeline .why-we-exist-graphics .panel > div, .why-we-exist-graphics .all-event-cards-filters > div, .why-we-exist-graphics .card-filters > div {
  text-align: center;
}

.why-we-exist-graphics .row > div h2, .why-we-exist-graphics .program-card .program-card-extra > div h2, .program-card .why-we-exist-graphics .program-card-extra > div h2, .why-we-exist-graphics .program-card-yellow .program-card-extra > div h2, .program-card-yellow .why-we-exist-graphics .program-card-extra > div h2, .why-we-exist-graphics .program-card-blue .program-card-extra > div h2, .program-card-blue .why-we-exist-graphics .program-card-extra > div h2, .why-we-exist-graphics .program-card-green .program-card-extra > div h2, .program-card-green .why-we-exist-graphics .program-card-extra > div h2, .why-we-exist-graphics .program-card-red .program-card-extra > div h2, .program-card-red .why-we-exist-graphics .program-card-extra > div h2, .why-we-exist-graphics .quick-links-list > div h2, .why-we-exist-graphics .event-details-speaker > div h2, .why-we-exist-graphics .module-history-timeline .panel > div h2, .module-history-timeline .why-we-exist-graphics .panel > div h2, .why-we-exist-graphics .all-event-cards-filters > div h2, .why-we-exist-graphics .card-filters > div h2,
.why-we-exist-graphics .row > div h2 span,
.why-we-exist-graphics .program-card .program-card-extra > div h2 span,
.program-card .why-we-exist-graphics .program-card-extra > div h2 span,
.why-we-exist-graphics .program-card-yellow .program-card-extra > div h2 span,
.program-card-yellow .why-we-exist-graphics .program-card-extra > div h2 span,
.why-we-exist-graphics .program-card-blue .program-card-extra > div h2 span,
.program-card-blue .why-we-exist-graphics .program-card-extra > div h2 span,
.why-we-exist-graphics .program-card-green .program-card-extra > div h2 span,
.program-card-green .why-we-exist-graphics .program-card-extra > div h2 span,
.why-we-exist-graphics .program-card-red .program-card-extra > div h2 span,
.program-card-red .why-we-exist-graphics .program-card-extra > div h2 span,
.why-we-exist-graphics .quick-links-list > div h2 span,
.why-we-exist-graphics .event-details-speaker > div h2 span,
.why-we-exist-graphics .module-history-timeline .panel > div h2 span,
.module-history-timeline .why-we-exist-graphics .panel > div h2 span,
.why-we-exist-graphics .all-event-cards-filters > div h2 span,
.why-we-exist-graphics .card-filters > div h2 span {
  padding-bottom: 0;
  font-size: 60px;
  font-weight: 100;
  color: white;
}

.why-we-exist-graphic-1 h2,
.why-we-exist-graphic-2 h2,
.why-we-exist-graphic-3 h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 150px;
}

.why-we-exist-graphic-4 div {
  padding: 15px;
  background: #EA5B0C;
}

.why-we-exist-graphic-4 p {
  color: white;
}

.why-we-exist-graphic-1 div,
.why-we-exist-graphic-2 div,
.why-we-exist-graphic-3 div,
.why-we-exist-graphic-4 div {
  width: 100%;
  min-height: 150px;
}

.why-we-exist-graphic-1 div {
  position: relative;
  background: rgba(247, 166, 0, 0.6);
  overflow: hidden;
}

.why-we-exist-graphic-1 div .graphic-color-animate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: #F7A600;
}

.why-we-exist-graphic-2 div {
  position: relative;
  background: rgba(104, 178, 176, 0.6);
  overflow: hidden;
}

.why-we-exist-graphic-2 div .graphic-color-animate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: #68B2B0;
}

.why-we-exist-graphic-3 div {
  position: relative;
  background: rgba(0, 180, 208, 0.6);
  overflow: hidden;
}

.why-we-exist-graphic-3 div .graphic-color-animate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: #00B4D0;
}

@media screen and (max-width: 991px) {
  .why-we-exist-graphics .row > div.why-we-exist-graphic-4 h2, .why-we-exist-graphics .program-card .program-card-extra > div.why-we-exist-graphic-4 h2, .program-card .why-we-exist-graphics .program-card-extra > div.why-we-exist-graphic-4 h2, .why-we-exist-graphics .program-card-yellow .program-card-extra > div.why-we-exist-graphic-4 h2, .program-card-yellow .why-we-exist-graphics .program-card-extra > div.why-we-exist-graphic-4 h2, .why-we-exist-graphics .program-card-blue .program-card-extra > div.why-we-exist-graphic-4 h2, .program-card-blue .why-we-exist-graphics .program-card-extra > div.why-we-exist-graphic-4 h2, .why-we-exist-graphics .program-card-green .program-card-extra > div.why-we-exist-graphic-4 h2, .program-card-green .why-we-exist-graphics .program-card-extra > div.why-we-exist-graphic-4 h2, .why-we-exist-graphics .program-card-red .program-card-extra > div.why-we-exist-graphic-4 h2, .program-card-red .why-we-exist-graphics .program-card-extra > div.why-we-exist-graphic-4 h2, .why-we-exist-graphics .quick-links-list > div.why-we-exist-graphic-4 h2, .why-we-exist-graphics .event-details-speaker > div.why-we-exist-graphic-4 h2, .why-we-exist-graphics .module-history-timeline .panel > div.why-we-exist-graphic-4 h2, .module-history-timeline .why-we-exist-graphics .panel > div.why-we-exist-graphic-4 h2, .why-we-exist-graphics .all-event-cards-filters > div.why-we-exist-graphic-4 h2, .why-we-exist-graphics .card-filters > div.why-we-exist-graphic-4 h2 {
    font-size: 30px;
  }
}

.module-people-picker {
  min-height: 400px;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .module-people-picker {
    margin-top: 100px;
  }
}

.people-picker-person,
.people-picker-title {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 195px !important;
  height: 320px;
}

.people-picker-person div {
  border-bottom: 10px solid #EDE8E0;
  height: 240px;
  overflow: hidden;
}

.people-picker-person div img {
  width: 100%;
}

.people-picker-person:hover div,
.people-picker-person.active div {
  border-bottom: 10px solid #EA5B0C;
}

.people-picker-person img {
  filter: gray;
  -webkit-filter: grayscale(1);
}

.people-picker-person:hover img,
.people-picker-person.active img {
  filter: none;
  -webkit-filter: initial;
  -webkit-filter: grayscale(0);
}

.people-picker-person div, .people-picker-person div img {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.people-picker-person h2 {
  margin-top: 15px;
  margin-bottom: 5px;
}

.people-picker-person p {
  font-size: 13px;
}

.people-picker-title div {
  height: 240px;
  padding: 15px;
  overflow: hidden;
  background: #434244;
}

.people-picker-title div h2 {
  color: white;
}

.people-description-text,
.people-description-sub {
  display: none;
}

.people-description-close {
  display: none;
}

.people-picker-description {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: left;
}

.people-picker-description img {
  display: none;
}

.people-picker-description .people-description-text,
.people-picker-description .people-description-sub {
  display: block;
}

.people-picker-description .people-description-sub {
  border-bottom: 1px solid #EA5B0C;
}

.people-picker-description .people-description-text {
  padding-top: 15px;
}

.people-picker-description hr {
  border-top: 1px solid #EA5B0C;
}

.people-picker-description .people-description-close {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 50px;
  height: 50px;
  background: none;
  border: 1px solid #EA5B0C;
}

@media screen and (max-width: 767px) {
  .people-picker-description .people-description-close {
    top: -50px;
  }
}

.people-picker-description .people-description-close:before, .people-picker-description .people-description-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 40px;
  margin-top: -20px;
  background: #EA5B0C;
}

.people-picker-description .people-description-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.people-picker-description .people-description-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.people-picker-description h2 {
  color: #EA5B0C;
}

.people-picker-filters ul {
  padding: 0 0 15px 0;
}

@media screen and (min-width: 768px) {
  .people-picker-filters ul {
    padding: 0 0 60px 0;
  }
}

.people-picker-filters li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 30px;
  margin-left: -4px;
  border-right: 1px solid #434244;
  cursor: pointer;
  color: #434244;
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .people-picker-filters li {
    display: block;
    border-right: none;
  }
}

.people-picker-filters li:last-of-type {
  border-right: none;
}

.people-picker-filters li:hover {
  background: #F6F3EF;
}

.people-picker-filters li.active {
  background: #EA5B0C;
  color: white;
}

.people-search-input-group {
  max-width: 300px;
  margin-bottom: 30px;
}

.people-search-input-group input {
  height: 40px;
  border: 1px solid #434244;
  border-radius: 0px;
  outline: none !important;
}

.people-search-input-group .input-group-btn:last-child > .btn {
  width: 40px;
  height: 40px;
  margin-left: 6px;
  padding: 0;
  border-radius: 0;
  background: none;
  color: white;
  border: none !important;
  outline: none !important;
}

.people-search-input-group .input-group-btn:last-child > .btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: transparent url("../img/icons/png/NAV/pti-search.png") no-repeat center center;
  background-size: 40px;
}

.people-search-input-group .input-group-btn:last-child > .btn:hover {
  background: #EDE8E0;
}

.people-search-input-group .input-group-btn:last-child > .btn:hover:after {
  background: transparent url("../img/icons/png/NAV/pti-search.png") no-repeat center center;
  background-size: 40px;
}

.module-page-title {
  margin-top: 60px;
  padding-bottom: 15px;
  border-bottom: 10px solid #EA5B0C;
}

.module-page-title .row div, .module-page-title .program-card .program-card-extra div, .program-card .module-page-title .program-card-extra div, .module-page-title .program-card-yellow .program-card-extra div, .program-card-yellow .module-page-title .program-card-extra div, .module-page-title .program-card-blue .program-card-extra div, .program-card-blue .module-page-title .program-card-extra div, .module-page-title .program-card-green .program-card-extra div, .program-card-green .module-page-title .program-card-extra div, .module-page-title .program-card-red .program-card-extra div, .program-card-red .module-page-title .program-card-extra div, .module-page-title .quick-links-list div, .module-page-title .event-details-speaker div, .module-page-title .module-history-timeline .panel div, .module-history-timeline .module-page-title .panel div, .module-page-title .all-event-cards-filters div, .module-page-title .card-filters div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .module-page-title .row div, .module-page-title .program-card .program-card-extra div, .program-card .module-page-title .program-card-extra div, .module-page-title .program-card-yellow .program-card-extra div, .program-card-yellow .module-page-title .program-card-extra div, .module-page-title .program-card-blue .program-card-extra div, .program-card-blue .module-page-title .program-card-extra div, .module-page-title .program-card-green .program-card-extra div, .program-card-green .module-page-title .program-card-extra div, .module-page-title .program-card-red .program-card-extra div, .program-card-red .module-page-title .program-card-extra div, .module-page-title .quick-links-list div, .module-page-title .event-details-speaker div, .module-page-title .module-history-timeline .panel div, .module-history-timeline .module-page-title .panel div, .module-page-title .all-event-cards-filters div, .module-page-title .card-filters div {
    float: left;
    width: 58.33333333%;
  }
}

@media (min-width: 992px) {
  .module-page-title .row div, .module-page-title .program-card .program-card-extra div, .program-card .module-page-title .program-card-extra div, .module-page-title .program-card-yellow .program-card-extra div, .program-card-yellow .module-page-title .program-card-extra div, .module-page-title .program-card-blue .program-card-extra div, .program-card-blue .module-page-title .program-card-extra div, .module-page-title .program-card-green .program-card-extra div, .program-card-green .module-page-title .program-card-extra div, .module-page-title .program-card-red .program-card-extra div, .program-card-red .module-page-title .program-card-extra div, .module-page-title .quick-links-list div, .module-page-title .event-details-speaker div, .module-page-title .module-history-timeline .panel div, .module-history-timeline .module-page-title .panel div, .module-page-title .all-event-cards-filters div, .module-page-title .card-filters div {
    left: 25%;
  }
}

.module-page-title .row div h1, .module-page-title .program-card .program-card-extra div h1, .program-card .module-page-title .program-card-extra div h1, .module-page-title .program-card-yellow .program-card-extra div h1, .program-card-yellow .module-page-title .program-card-extra div h1, .module-page-title .program-card-blue .program-card-extra div h1, .program-card-blue .module-page-title .program-card-extra div h1, .module-page-title .program-card-green .program-card-extra div h1, .program-card-green .module-page-title .program-card-extra div h1, .module-page-title .program-card-red .program-card-extra div h1, .program-card-red .module-page-title .program-card-extra div h1, .module-page-title .quick-links-list div h1, .module-page-title .event-details-speaker div h1, .module-page-title .module-history-timeline .panel div h1, .module-history-timeline .module-page-title .panel div h1, .module-page-title .all-event-cards-filters div h1, .module-page-title .card-filters div h1 {
  padding-left: 0;
}

.module-introduction {
  padding-bottom: 30px;
  background: #F6F3EF;
}

@media screen and (max-width: 991px) {
  .module-introduction .row, .module-introduction .program-card .program-card-extra, .program-card .module-introduction .program-card-extra, .module-introduction .program-card-yellow .program-card-extra, .program-card-yellow .module-introduction .program-card-extra, .module-introduction .program-card-blue .program-card-extra, .program-card-blue .module-introduction .program-card-extra, .module-introduction .program-card-green .program-card-extra, .program-card-green .module-introduction .program-card-extra, .module-introduction .program-card-red .program-card-extra, .program-card-red .module-introduction .program-card-extra, .module-introduction .quick-links-list, .module-introduction .event-details-speaker, .module-introduction .module-history-timeline .panel, .module-history-timeline .module-introduction .panel, .module-introduction .all-event-cards-filters, .module-introduction .card-filters {
    padding-top: 30px;
  }
}

.module-introduction .row div, .module-introduction .program-card .program-card-extra div, .program-card .module-introduction .program-card-extra div, .module-introduction .program-card-yellow .program-card-extra div, .program-card-yellow .module-introduction .program-card-extra div, .module-introduction .program-card-blue .program-card-extra div, .program-card-blue .module-introduction .program-card-extra div, .module-introduction .program-card-green .program-card-extra div, .program-card-green .module-introduction .program-card-extra div, .module-introduction .program-card-red .program-card-extra div, .program-card-red .module-introduction .program-card-extra div, .module-introduction .quick-links-list div, .module-introduction .event-details-speaker div, .module-introduction .module-history-timeline .panel div, .module-history-timeline .module-introduction .panel div, .module-introduction .all-event-cards-filters div, .module-introduction .card-filters div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .module-introduction .row div, .module-introduction .program-card .program-card-extra div, .program-card .module-introduction .program-card-extra div, .module-introduction .program-card-yellow .program-card-extra div, .program-card-yellow .module-introduction .program-card-extra div, .module-introduction .program-card-blue .program-card-extra div, .program-card-blue .module-introduction .program-card-extra div, .module-introduction .program-card-green .program-card-extra div, .program-card-green .module-introduction .program-card-extra div, .module-introduction .program-card-red .program-card-extra div, .program-card-red .module-introduction .program-card-extra div, .module-introduction .quick-links-list div, .module-introduction .event-details-speaker div, .module-introduction .module-history-timeline .panel div, .module-history-timeline .module-introduction .panel div, .module-introduction .all-event-cards-filters div, .module-introduction .card-filters div {
    float: left;
    width: 58.33333333%;
  }
}

@media (min-width: 992px) {
  .module-introduction .row div, .module-introduction .program-card .program-card-extra div, .program-card .module-introduction .program-card-extra div, .module-introduction .program-card-yellow .program-card-extra div, .program-card-yellow .module-introduction .program-card-extra div, .module-introduction .program-card-blue .program-card-extra div, .program-card-blue .module-introduction .program-card-extra div, .module-introduction .program-card-green .program-card-extra div, .program-card-green .module-introduction .program-card-extra div, .module-introduction .program-card-red .program-card-extra div, .program-card-red .module-introduction .program-card-extra div, .module-introduction .quick-links-list div, .module-introduction .event-details-speaker div, .module-introduction .module-history-timeline .panel div, .module-history-timeline .module-introduction .panel div, .module-introduction .all-event-cards-filters div, .module-introduction .card-filters div {
    left: 25%;
  }
}

.module-introduction h2 {
  padding-top: 0;
}

.module-ambassador-picker > .container > .row, .module-news-and-opinion .container.module-ambassador-picker > h1 > .row, .program-card .module-ambassador-picker > .container > .program-card-extra, .module-news-and-opinion .program-card .container.module-ambassador-picker > h1 > .program-card-extra, .program-card .module-news-and-opinion .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-yellow .module-ambassador-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-yellow .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-yellow .module-news-and-opinion .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-blue .module-ambassador-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-blue .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-blue .module-news-and-opinion .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-green .module-ambassador-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-green .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-green .module-news-and-opinion .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-red .module-ambassador-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-red .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-red .module-news-and-opinion .container.module-ambassador-picker > h1 > .program-card-extra, .module-ambassador-picker > .container > .quick-links-list, .module-news-and-opinion .container.module-ambassador-picker > h1 > .quick-links-list, .module-ambassador-picker > .container > .event-details-speaker, .module-news-and-opinion .container.module-ambassador-picker > h1 > .event-details-speaker, .module-history-timeline .module-ambassador-picker > .container > .panel, .module-news-and-opinion .module-history-timeline .container.module-ambassador-picker > h1 > .panel, .module-history-timeline .module-news-and-opinion .container.module-ambassador-picker > h1 > .panel, .module-ambassador-picker > .container > .all-event-cards-filters, .module-news-and-opinion .container.module-ambassador-picker > h1 > .all-event-cards-filters, .module-ambassador-picker > .container > .card-filters, .module-news-and-opinion .container.module-ambassador-picker > h1 > .card-filters {
  margin: auto;
  max-width: 960px;
}

@media screen and (max-width: 992px) {
  .module-ambassador-picker > .container > .row, .module-news-and-opinion .container.module-ambassador-picker > h1 > .row, .program-card .module-ambassador-picker > .container > .program-card-extra, .module-news-and-opinion .program-card .container.module-ambassador-picker > h1 > .program-card-extra, .program-card .module-news-and-opinion .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-yellow .module-ambassador-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-yellow .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-yellow .module-news-and-opinion .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-blue .module-ambassador-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-blue .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-blue .module-news-and-opinion .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-green .module-ambassador-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-green .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-green .module-news-and-opinion .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-red .module-ambassador-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-red .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-red .module-news-and-opinion .container.module-ambassador-picker > h1 > .program-card-extra, .module-ambassador-picker > .container > .quick-links-list, .module-news-and-opinion .container.module-ambassador-picker > h1 > .quick-links-list, .module-ambassador-picker > .container > .event-details-speaker, .module-news-and-opinion .container.module-ambassador-picker > h1 > .event-details-speaker, .module-history-timeline .module-ambassador-picker > .container > .panel, .module-news-and-opinion .module-history-timeline .container.module-ambassador-picker > h1 > .panel, .module-history-timeline .module-news-and-opinion .container.module-ambassador-picker > h1 > .panel, .module-ambassador-picker > .container > .all-event-cards-filters, .module-news-and-opinion .container.module-ambassador-picker > h1 > .all-event-cards-filters, .module-ambassador-picker > .container > .card-filters, .module-news-and-opinion .container.module-ambassador-picker > h1 > .card-filters {
    max-width: 640px;
  }
}

@media screen and (max-width: 672px) {
  .module-ambassador-picker > .container > .row, .module-news-and-opinion .container.module-ambassador-picker > h1 > .row, .program-card .module-ambassador-picker > .container > .program-card-extra, .module-news-and-opinion .program-card .container.module-ambassador-picker > h1 > .program-card-extra, .program-card .module-news-and-opinion .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-yellow .module-ambassador-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-yellow .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-yellow .module-news-and-opinion .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-blue .module-ambassador-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-blue .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-blue .module-news-and-opinion .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-green .module-ambassador-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-green .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-green .module-news-and-opinion .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-red .module-ambassador-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-red .container.module-ambassador-picker > h1 > .program-card-extra, .program-card-red .module-news-and-opinion .container.module-ambassador-picker > h1 > .program-card-extra, .module-ambassador-picker > .container > .quick-links-list, .module-news-and-opinion .container.module-ambassador-picker > h1 > .quick-links-list, .module-ambassador-picker > .container > .event-details-speaker, .module-news-and-opinion .container.module-ambassador-picker > h1 > .event-details-speaker, .module-history-timeline .module-ambassador-picker > .container > .panel, .module-news-and-opinion .module-history-timeline .container.module-ambassador-picker > h1 > .panel, .module-history-timeline .module-news-and-opinion .container.module-ambassador-picker > h1 > .panel, .module-ambassador-picker > .container > .all-event-cards-filters, .module-news-and-opinion .container.module-ambassador-picker > h1 > .all-event-cards-filters, .module-ambassador-picker > .container > .card-filters, .module-news-and-opinion .container.module-ambassador-picker > h1 > .card-filters {
    max-width: 320px;
  }
}

.module-ambassador-picker .people-picker-person {
  width: 320px !important;
  height: 250px;
}

@media screen and (max-width: 767px) {
  .module-ambassador-picker .people-picker-person {
    margin-bottom: 15px;
  }
}

.module-ambassador-picker .people-picker-person div {
  border: none;
  height: 190px;
}

.module-ambassador-picker .people-picker-person:hover .ambassador-img-icon,
.module-ambassador-picker .people-picker-person.active .ambassador-img-icon {
  background: white url("../img/icons/png/pti-quote-01.png") no-repeat center center;
  background-size: 40px;
}

.module-ambassador-picker .ambassador-img-icon {
  position: absolute;
  top: 140px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: #EA5B0C url("../img/icons/png/pti-quote-02.png") no-repeat center center;
  background-size: 40px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.module-ambassador-picker .people-picker-description .ambassador-img-icon {
  display: none;
}

.module-article {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #F6F3EF;
}

.article-sidebar {
  max-width: 300px;
  padding-bottom: 30px;
}

.article-details {
  position: relative;
  padding: 15px;
  background: white;
}

.article-details h2 {
  width: 100%;
  border-bottom: 1px solid #EA5B0C;
}

.article-details table {
  width: 100%;
}

.article-details table .table-title {
  width: 35%;
  border-bottom: none;
  text-transform: uppercase;
}

.article-details table td {
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
  border-bottom: 1px dashed #EA5B0C;
}

.article-detials-view-on-map {
  display: block;
  position: relative;
  font-weight: 500;
  padding-left: 80px;
  line-height: 100px;
  color: #434244;
}

.article-detials-view-on-map:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  margin-top: 10px;
  background: transparent url("../img/icons/png/pti-map-pin.png") no-repeat center center;
  background-size: 25px;
}

.article-detials-footer {
  padding: 15px;
  border-top: 1px solid #EA5B0C;
  border-bottom: 1px solid #EA5B0C;
}

.article-body img {
  max-width: 100%;
}

.article-body iframe {
  max-width: 100%;
  height: auto;
}

.article-body h1 {
  margin-bottom: 15px;
  padding-left: 0;
  padding-bottom: 0;
}

.article-body h2 {
  margin-bottom: 15px;
  padding-bottom: 0;
}

.article-body h3 {
  margin-bottom: 5px;
}

.article-body h4 {
  padding-top: 0;
}

.article-body blockquote {
  font-family: "adelle",serif;
  border-left: none;
  font-size: 19px;
  line-height: 26px;
  font-weight: 100;
  font-style: italic;
}

.article-body label {
  display: block;
}

.article-body ul {
  position: relative;
  padding: 0 0 0 15px;
  margin-bottom: 15px;
  text-align: left;
  list-style: none;
}

.article-body ul li:before {
  content: '>';
  color: #EA5B0C;
  position: absolute;
  left: 0;
  font-weight: 500;
}

.module-event-details-speakers h1 {
  padding-left: 0;
}

.event-details-speaker {
  padding-top: 30px;
  padding-bottom: 30px;
}

.event-details-speaker-face div {
  padding: 0 15px;
  text-align: right;
}

.event-details-speaker-face div img {
  width: 100%;
  max-width: 150px;
  margin-bottom: 30px;
}

.module-event-details-schedule {
  padding-bottom: 30px;
  background: #CCF0F6;
}

.module-event-details-schedule h1 {
  padding-left: 0;
}

.event-details-schedule-titles h1 {
  display: inline-block;
  margin-right: 8px;
}

.event-details-schedule {
  padding: 15px;
  background: white;
}

.event-details-schedule h3 {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 60px;
}

.event-details-schedule table {
  width: 100%;
}

.event-details-schedule table .table-title {
  width: 30%;
  vertical-align: top;
  padding: 10px;
}

.event-details-schedule table h1,
.event-details-schedule table h2,
.event-details-schedule table h3,
.event-details-schedule table h4,
.event-details-schedule table p {
  margin: 0;
  padding: 10px;
}

.event-details-schedule table tr {
  border-top: 1px solid #434244;
}

.event-details-schedule table p {
  border-top: 1px dashed #434244;
}

.module-event-details-about-venue {
  padding-bottom: 30px;
  background: #F6F3EF;
}

.module-event-details-about-venue h1 {
  padding-left: 0;
}

.event-details-about-venue img {
  width: 100%;
  margin-bottom: 30px;
}

.module-history-timeline {
  padding-bottom: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.module-history-timeline h1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
}

@media (min-width: 992px) {
  .module-history-timeline h1 {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .module-history-timeline h1 {
    left: 25%;
  }
}

.module-history-timeline .panel, .module-history-timeline .panel-body {
  border: none !important;
}

.module-history-timeline .panel {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.module-history-timeline .panel-group {
  margin-bottom: 60px;
}

.module-history-timeline .panel-heading {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

.module-history-timeline .panel-heading .panel-title {
  border-top: 1px solid #EA5B0C;
}

.module-history-timeline .panel-heading h4,
.module-history-timeline .panel-heading h3 {
  display: inline-block;
  vertical-align: top;
}

.module-history-timeline .panel-heading h4 {
  width: 100px;
  margin-bottom: 0;
  padding-top: 5px;
  color: #EA5B0C;
  text-decoration: none !important;
  line-height: 30px;
}

.module-history-timeline .panel-heading h3 {
  width: calc(100% - 125px);
  padding-top: 10px;
  color: #696869;
}

.module-history-timeline .panel-heading a {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  color: #EA5B0C;
  text-decoration: none !important;
  line-height: 30px;
}

.module-history-timeline .panel-heading a .panel-collapse-icon {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  width: 30px;
  height: 30px;
  background: #696869;
}

.module-history-timeline .panel-heading a .panel-collapse-icon:before, .module-history-timeline .panel-heading a .panel-collapse-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  margin-top: -10px;
  margin-left: -1px;
  background: white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.module-history-timeline .panel-heading a .panel-collapse-icon:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.module-history-timeline .panel-heading a .panel-collapse-icon:after {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

.module-history-timeline .panel-heading a:hover .panel-collapse-icon {
  background: #838183;
}

.module-history-timeline .panel-heading a.collapsed .panel-collapse-icon:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.module-history-timeline .panel-heading a.collapsed .panel-collapse-icon:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.module-history-timeline .panel-collapse > .row, .module-history-timeline .program-card .panel-collapse > .program-card-extra, .program-card .module-history-timeline .panel-collapse > .program-card-extra, .module-history-timeline .program-card-yellow .panel-collapse > .program-card-extra, .program-card-yellow .module-history-timeline .panel-collapse > .program-card-extra, .module-history-timeline .program-card-blue .panel-collapse > .program-card-extra, .program-card-blue .module-history-timeline .panel-collapse > .program-card-extra, .module-history-timeline .program-card-green .panel-collapse > .program-card-extra, .program-card-green .module-history-timeline .panel-collapse > .program-card-extra, .module-history-timeline .program-card-red .panel-collapse > .program-card-extra, .program-card-red .module-history-timeline .panel-collapse > .program-card-extra, .module-history-timeline .panel-collapse > .quick-links-list, .module-history-timeline .panel-collapse > .event-details-speaker, .module-history-timeline .panel-collapse > .panel, .module-history-timeline .panel-collapse > .all-event-cards-filters, .module-history-timeline .panel-collapse > .card-filters {
  padding-top: 15px;
}

.module-history-timeline .history-accordion-intro {
  display: none;
}

.module-history-timeline .history-accordion-intro h3 {
  color: #696869;
}

.module-history-timeline .history-accordion-body p {
  color: #434244;
}

.module-history-timeline .history-accordion-reach {
  position: absolute;
  width: 25%;
  top: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .module-history-timeline .history-accordion-reach {
    top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .module-history-timeline .history-accordion-reach {
    position: relative;
    width: 100%;
    top: 15px;
    margin-bottom: 30px;
  }
}

.module-history-timeline .history-accordion-reach div {
  position: relative;
  height: 30px;
  padding-top: 0;
  background: #00B4D0;
}

.module-history-timeline .history-accordion-reach div:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #00B4D0;
}

.module-history-timeline .history-accordion-reach div h4 {
  font-size: 28px;
}

.module-history-timeline .history-accordion-reach div p {
  display: none;
}

.module-history-timeline .history-accordion-reach div h4,
.module-history-timeline .history-accordion-reach div p {
  text-align: center;
  color: white;
}

.module-history-timeline .history-accordion-reach div,
.module-history-timeline .history-accordion-reach h4,
.module-history-timeline .history-accordion-reach p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.module-history-timeline .collapse.in + .history-accordion-reach div {
  height: 180px;
  padding-top: 30px;
}

.module-history-timeline .collapse.in + .history-accordion-reach div h4 {
  font-size: 60px;
}

.module-history-timeline .collapse.in + .history-accordion-reach div p {
  display: block;
}

.openall,
.closeall {
  position: absolute;
  display: block;
  right: 15px;
  top: 0;
  width: 80px;
  text-align: center;
  line-height: 30px;
}

.openall {
  background: white;
  color: #EA5B0C;
  border: 1px solid #EA5B0C;
}

.openall:hover {
  color: #f57934;
  border: 1px solid #f57934;
}

.closeall {
  display: none;
  font-weight: 300;
  background: #f57934;
  color: white;
  border: 1px solid #f57934;
}

.closeall:hover {
  color: white;
}

.module-all-event-cards {
  min-height: 400px;
  padding-top: 15px;
  padding-bottom: 60px;
}

.module-all-event-cards .module-text-heading, .module-all-event-cards .module-statement-bold h1, .module-statement-bold .module-all-event-cards h1, .module-all-event-cards .module-news-and-opinion .container > h1, .module-news-and-opinion .module-all-event-cards .container > h1, .module-all-event-cards .module-staffroom-banner .row .staffroom-banner-text h1, .module-staffroom-banner .row .staffroom-banner-text .module-all-event-cards h1, .module-all-event-cards .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card .program-card-extra .staffroom-banner-text .module-all-event-cards h1, .module-all-event-cards .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .program-card .module-staffroom-banner .program-card-extra .staffroom-banner-text .module-all-event-cards h1, .module-all-event-cards .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-yellow .program-card-extra .staffroom-banner-text .module-all-event-cards h1, .module-all-event-cards .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .program-card-yellow .module-staffroom-banner .program-card-extra .staffroom-banner-text .module-all-event-cards h1, .module-all-event-cards .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-blue .program-card-extra .staffroom-banner-text .module-all-event-cards h1, .module-all-event-cards .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .program-card-blue .module-staffroom-banner .program-card-extra .staffroom-banner-text .module-all-event-cards h1, .module-all-event-cards .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-green .program-card-extra .staffroom-banner-text .module-all-event-cards h1, .module-all-event-cards .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .program-card-green .module-staffroom-banner .program-card-extra .staffroom-banner-text .module-all-event-cards h1, .module-all-event-cards .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text h1, .module-staffroom-banner .program-card-red .program-card-extra .staffroom-banner-text .module-all-event-cards h1, .module-all-event-cards .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text h1, .program-card-red .module-staffroom-banner .program-card-extra .staffroom-banner-text .module-all-event-cards h1, .module-all-event-cards .module-staffroom-banner .quick-links-list .staffroom-banner-text h1, .module-staffroom-banner .quick-links-list .staffroom-banner-text .module-all-event-cards h1, .module-all-event-cards .module-staffroom-banner .event-details-speaker .staffroom-banner-text h1, .module-staffroom-banner .event-details-speaker .staffroom-banner-text .module-all-event-cards h1, .module-all-event-cards .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text h1, .module-staffroom-banner .module-history-timeline .panel .staffroom-banner-text .module-all-event-cards h1, .module-all-event-cards .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text h1, .module-history-timeline .module-staffroom-banner .panel .staffroom-banner-text .module-all-event-cards h1, .module-all-event-cards .module-staffroom-banner .all-event-cards-filters .staffroom-banner-text h1, .module-staffroom-banner .all-event-cards-filters .staffroom-banner-text .module-all-event-cards h1, .module-all-event-cards .module-staffroom-banner .card-filters .staffroom-banner-text h1, .module-staffroom-banner .card-filters .staffroom-banner-text .module-all-event-cards h1, .module-all-event-cards .module-logo-text-image .logo-text-image-text h1, .module-logo-text-image .logo-text-image-text .module-all-event-cards h1, .module-all-event-cards .residential-banner-info h1, .residential-banner-info .module-all-event-cards h1, .module-all-event-cards .teachers-strip-info h1, .teachers-strip-info .module-all-event-cards h1, .module-all-event-cards .teachers-strip-carousel .teachers-strip-carousel-teacher h2, .teachers-strip-carousel .teachers-strip-carousel-teacher .module-all-event-cards h2, .module-all-event-cards .module-schools-subject-icons h1, .module-schools-subject-icons .module-all-event-cards h1, .module-all-event-cards .module-subject-header h1, .module-subject-header .module-all-event-cards h1, .module-all-event-cards .subject-body-info h1, .subject-body-info .module-all-event-cards h1, .module-all-event-cards .module-subject-upcoming .row h1, .module-subject-upcoming .row .module-all-event-cards h1, .module-all-event-cards .module-subject-upcoming .program-card .program-card-extra h1, .module-subject-upcoming .program-card .program-card-extra .module-all-event-cards h1, .module-all-event-cards .program-card .module-subject-upcoming .program-card-extra h1, .program-card .module-subject-upcoming .program-card-extra .module-all-event-cards h1, .module-all-event-cards .module-subject-upcoming .program-card-yellow .program-card-extra h1, .module-subject-upcoming .program-card-yellow .program-card-extra .module-all-event-cards h1, .module-all-event-cards .program-card-yellow .module-subject-upcoming .program-card-extra h1, .program-card-yellow .module-subject-upcoming .program-card-extra .module-all-event-cards h1, .module-all-event-cards .module-subject-upcoming .program-card-blue .program-card-extra h1, .module-subject-upcoming .program-card-blue .program-card-extra .module-all-event-cards h1, .module-all-event-cards .program-card-blue .module-subject-upcoming .program-card-extra h1, .program-card-blue .module-subject-upcoming .program-card-extra .module-all-event-cards h1, .module-all-event-cards .module-subject-upcoming .program-card-green .program-card-extra h1, .module-subject-upcoming .program-card-green .program-card-extra .module-all-event-cards h1, .module-all-event-cards .program-card-green .module-subject-upcoming .program-card-extra h1, .program-card-green .module-subject-upcoming .program-card-extra .module-all-event-cards h1, .module-all-event-cards .module-subject-upcoming .program-card-red .program-card-extra h1, .module-subject-upcoming .program-card-red .program-card-extra .module-all-event-cards h1, .module-all-event-cards .program-card-red .module-subject-upcoming .program-card-extra h1, .program-card-red .module-subject-upcoming .program-card-extra .module-all-event-cards h1, .module-all-event-cards .module-subject-upcoming .quick-links-list h1, .module-subject-upcoming .quick-links-list .module-all-event-cards h1, .module-all-event-cards .module-subject-upcoming .event-details-speaker h1, .module-subject-upcoming .event-details-speaker .module-all-event-cards h1, .module-all-event-cards .module-subject-upcoming .module-history-timeline .panel h1, .module-subject-upcoming .module-history-timeline .panel .module-all-event-cards h1, .module-all-event-cards .module-history-timeline .module-subject-upcoming .panel h1, .module-history-timeline .module-subject-upcoming .panel .module-all-event-cards h1, .module-all-event-cards .module-subject-upcoming .all-event-cards-filters h1, .module-subject-upcoming .all-event-cards-filters .module-all-event-cards h1, .module-all-event-cards .module-subject-upcoming .card-filters h1, .module-subject-upcoming .card-filters .module-all-event-cards h1, .module-all-event-cards .module-how-we-work .row h1, .module-how-we-work .row .module-all-event-cards h1, .module-all-event-cards .module-how-we-work .program-card .program-card-extra h1, .module-how-we-work .program-card .program-card-extra .module-all-event-cards h1, .module-all-event-cards .program-card .module-how-we-work .program-card-extra h1, .program-card .module-how-we-work .program-card-extra .module-all-event-cards h1, .module-all-event-cards .module-how-we-work .program-card-yellow .program-card-extra h1, .module-how-we-work .program-card-yellow .program-card-extra .module-all-event-cards h1, .module-all-event-cards .program-card-yellow .module-how-we-work .program-card-extra h1, .program-card-yellow .module-how-we-work .program-card-extra .module-all-event-cards h1, .module-all-event-cards .module-how-we-work .program-card-blue .program-card-extra h1, .module-how-we-work .program-card-blue .program-card-extra .module-all-event-cards h1, .module-all-event-cards .program-card-blue .module-how-we-work .program-card-extra h1, .program-card-blue .module-how-we-work .program-card-extra .module-all-event-cards h1, .module-all-event-cards .module-how-we-work .program-card-green .program-card-extra h1, .module-how-we-work .program-card-green .program-card-extra .module-all-event-cards h1, .module-all-event-cards .program-card-green .module-how-we-work .program-card-extra h1, .program-card-green .module-how-we-work .program-card-extra .module-all-event-cards h1, .module-all-event-cards .module-how-we-work .program-card-red .program-card-extra h1, .module-how-we-work .program-card-red .program-card-extra .module-all-event-cards h1, .module-all-event-cards .program-card-red .module-how-we-work .program-card-extra h1, .program-card-red .module-how-we-work .program-card-extra .module-all-event-cards h1, .module-all-event-cards .module-how-we-work .quick-links-list h1, .module-how-we-work .quick-links-list .module-all-event-cards h1, .module-all-event-cards .module-how-we-work .event-details-speaker h1, .module-how-we-work .event-details-speaker .module-all-event-cards h1, .module-all-event-cards .module-how-we-work .module-history-timeline .panel h1, .module-how-we-work .module-history-timeline .panel .module-all-event-cards h1, .module-all-event-cards .module-history-timeline .module-how-we-work .panel h1, .module-history-timeline .module-how-we-work .panel .module-all-event-cards h1, .module-all-event-cards .module-how-we-work .all-event-cards-filters h1, .module-how-we-work .all-event-cards-filters .module-all-event-cards h1, .module-all-event-cards .module-how-we-work .card-filters h1, .module-how-we-work .card-filters .module-all-event-cards h1, .module-all-event-cards .module-our-reach .row > h1, .module-our-reach .module-all-event-cards .row > h1, .module-all-event-cards .module-our-reach .program-card .program-card-extra > h1, .module-our-reach .program-card .module-all-event-cards .program-card-extra > h1, .module-all-event-cards .program-card .module-our-reach .program-card-extra > h1, .program-card .module-our-reach .module-all-event-cards .program-card-extra > h1, .module-all-event-cards .module-our-reach .program-card-yellow .program-card-extra > h1, .module-our-reach .program-card-yellow .module-all-event-cards .program-card-extra > h1, .module-all-event-cards .program-card-yellow .module-our-reach .program-card-extra > h1, .program-card-yellow .module-our-reach .module-all-event-cards .program-card-extra > h1, .module-all-event-cards .module-our-reach .program-card-blue .program-card-extra > h1, .module-our-reach .program-card-blue .module-all-event-cards .program-card-extra > h1, .module-all-event-cards .program-card-blue .module-our-reach .program-card-extra > h1, .program-card-blue .module-our-reach .module-all-event-cards .program-card-extra > h1, .module-all-event-cards .module-our-reach .program-card-green .program-card-extra > h1, .module-our-reach .program-card-green .module-all-event-cards .program-card-extra > h1, .module-all-event-cards .program-card-green .module-our-reach .program-card-extra > h1, .program-card-green .module-our-reach .module-all-event-cards .program-card-extra > h1, .module-all-event-cards .module-our-reach .program-card-red .program-card-extra > h1, .module-our-reach .program-card-red .module-all-event-cards .program-card-extra > h1, .module-all-event-cards .program-card-red .module-our-reach .program-card-extra > h1, .program-card-red .module-our-reach .module-all-event-cards .program-card-extra > h1, .module-all-event-cards .module-our-reach .quick-links-list > h1, .module-our-reach .module-all-event-cards .quick-links-list > h1, .module-all-event-cards .module-our-reach .event-details-speaker > h1, .module-our-reach .module-all-event-cards .event-details-speaker > h1, .module-all-event-cards .module-our-reach .module-history-timeline .panel > h1, .module-our-reach .module-history-timeline .module-all-event-cards .panel > h1, .module-all-event-cards .module-history-timeline .module-our-reach .panel > h1, .module-history-timeline .module-our-reach .module-all-event-cards .panel > h1, .module-all-event-cards .module-our-reach .all-event-cards-filters > h1, .module-our-reach .module-all-event-cards .all-event-cards-filters > h1, .module-all-event-cards .module-our-reach .card-filters > h1, .module-our-reach .module-all-event-cards .card-filters > h1, .module-all-event-cards .prince-message-top .prince-message-title h1, .prince-message-top .prince-message-title .module-all-event-cards h1, .module-all-event-cards .module-text-button-banner h1, .module-text-button-banner .module-all-event-cards h1, .module-all-event-cards .module-text-button-banner-white h1, .module-text-button-banner-white .module-all-event-cards h1, .module-all-event-cards .module-why-we-exist h1, .module-why-we-exist .module-all-event-cards h1, .module-all-event-cards .module-page-title .row div h1, .module-page-title .row div .module-all-event-cards h1, .module-all-event-cards .module-page-title .program-card .program-card-extra div h1, .module-page-title .program-card .program-card-extra div .module-all-event-cards h1, .module-all-event-cards .program-card .module-page-title .program-card-extra div h1, .program-card .module-page-title .program-card-extra div .module-all-event-cards h1, .module-all-event-cards .module-page-title .program-card-yellow .program-card-extra div h1, .module-page-title .program-card-yellow .program-card-extra div .module-all-event-cards h1, .module-all-event-cards .program-card-yellow .module-page-title .program-card-extra div h1, .program-card-yellow .module-page-title .program-card-extra div .module-all-event-cards h1, .module-all-event-cards .module-page-title .program-card-blue .program-card-extra div h1, .module-page-title .program-card-blue .program-card-extra div .module-all-event-cards h1, .module-all-event-cards .program-card-blue .module-page-title .program-card-extra div h1, .program-card-blue .module-page-title .program-card-extra div .module-all-event-cards h1, .module-all-event-cards .module-page-title .program-card-green .program-card-extra div h1, .module-page-title .program-card-green .program-card-extra div .module-all-event-cards h1, .module-all-event-cards .program-card-green .module-page-title .program-card-extra div h1, .program-card-green .module-page-title .program-card-extra div .module-all-event-cards h1, .module-all-event-cards .module-page-title .program-card-red .program-card-extra div h1, .module-page-title .program-card-red .program-card-extra div .module-all-event-cards h1, .module-all-event-cards .program-card-red .module-page-title .program-card-extra div h1, .program-card-red .module-page-title .program-card-extra div .module-all-event-cards h1, .module-all-event-cards .module-page-title .quick-links-list div h1, .module-page-title .quick-links-list div .module-all-event-cards h1, .module-all-event-cards .module-page-title .event-details-speaker div h1, .module-page-title .event-details-speaker div .module-all-event-cards h1, .module-all-event-cards .module-page-title .module-history-timeline .panel div h1, .module-page-title .module-history-timeline .panel div .module-all-event-cards h1, .module-all-event-cards .module-history-timeline .module-page-title .panel div h1, .module-history-timeline .module-page-title .panel div .module-all-event-cards h1, .module-all-event-cards .module-page-title .all-event-cards-filters div h1, .module-page-title .all-event-cards-filters div .module-all-event-cards h1, .module-all-event-cards .module-page-title .card-filters div h1, .module-page-title .card-filters div .module-all-event-cards h1, .module-all-event-cards .article-body h1, .article-body .module-all-event-cards h1, .module-all-event-cards .module-event-details-speakers h1, .module-event-details-speakers .module-all-event-cards h1, .module-all-event-cards .module-event-details-schedule h1, .module-event-details-schedule .module-all-event-cards h1, .module-all-event-cards .module-event-details-about-venue h1, .module-event-details-about-venue .module-all-event-cards h1, .module-all-event-cards .module-history-timeline h1, .module-history-timeline .module-all-event-cards h1, .module-all-event-cards .module-report-cards .container > h1, .module-report-cards .module-all-event-cards .container > h1, .module-all-event-cards .module-report-cards .module-news-and-opinion .container > h1 > h1, .module-report-cards .module-news-and-opinion .module-all-event-cards .container > h1 > h1, .module-all-event-cards .module-news-and-opinion .module-report-cards .container > h1 > h1, .module-news-and-opinion .module-report-cards .module-all-event-cards .container > h1 > h1 {
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .module-all-event-cards {
    padding-bottom: 30px;
  }
}

.all-event-cards-filters .pti-dropdown {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .all-event-cards-filters {
    text-align: center;
  }
  .all-event-cards-filters .pti-dropdown {
    margin-left: auto;
    margin-right: auto;
  }
}

.module-all-event-cards #loader,
.module-event-cards #loader {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.module-report-cards {
  padding-top: 50px;
  padding-bottom: 30px;
}

.module-report-cards .container > h1, .module-report-cards .module-news-and-opinion .container > h1 > h1, .module-news-and-opinion .module-report-cards .container > h1 > h1 {
  padding-left: 0;
}

.report-card {
  padding-top: 60px;
}

.report-card > img {
  width: 80px;
  margin-bottom: 15px;
}

.report-card > img + p {
  position: absolute;
  top: 100px;
  left: 0;
  width: 80px;
  font-size: 20px;
  margin-left: 15px;
  text-align: center;
  color: #EA5B0C;
}

.module-testimonial-cards {
  padding-top: 120px;
  padding-bottom: 30px;
}

.module-news-info-cards {
  padding-top: 50px;
  padding-bottom: 30px;
}

.news-info-card {
  margin-bottom: 30px;
}

.news-info-card > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.news-info-card h2,
.news-info-card h3,
.news-info-card p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 15px;
  background: whitesmoke;
}

.news-info-card h3,
.news-info-card p {
  line-height: 25px;
}

.news-info-card h2 {
  top: 0;
  margin-bottom: 40px;
  color: white;
  padding: 15px;
  background: rgba(0, 180, 208, 0.9);
}

.news-info-card img + h2 {
  top: initial;
}

.news-info-card h3 {
  margin-bottom: 40px;
}

.news-info-card p {
  padding-bottom: 15px;
}

.news-info-card h3 {
  margin-top: 15px;
}

.news-info-card .card-link {
  background: rgba(255, 255, 255, 0.8);
}

.speaker-card h2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 162px;
  margin-bottom: 0;
  padding: 5px;
  background: rgba(138, 195, 194, 0.8);
  text-align: center;
}

.speaker-card > img {
  position: absolute;
  right: 50%;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.speaker-card .card-link {
  background: rgba(255, 255, 255, 0.8);
}

.card-filters > div {
  padding-bottom: 15px;
}

.module-tertiary-nav {
  margin-top: -50px;
  height: 50px;
}

.module-tertiary-nav ul {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-left: -15px;
  list-style: none;
}

.module-tertiary-nav ul li {
  display: inline-block;
  height: 50px;
}

.module-tertiary-nav ul li a,
.module-tertiary-nav ul li p {
  display: block;
  padding: 0 15px;
  line-height: 50px;
  font-weight: 500;
  color: #434244;
  background: rgba(246, 243, 239, 0.6);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.module-tertiary-nav ul li a:hover,
.module-tertiary-nav ul li p:hover {
  background: white;
}

.module-tertiary-nav ul li.active a {
  background: #F6F3EF;
}

.module-tertiary-nav ul li.tertiary-nav-title {
  display: none;
}

@media screen and (max-width: 991px) {
  .module-tertiary-nav {
    height: initial;
    margin-top: 0;
  }
  .module-tertiary-nav ul {
    max-height: 60px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
    margin-left: 0;
  }
  .module-tertiary-nav ul li {
    width: 100%;
    height: 60px;
  }
  .module-tertiary-nav ul li p {
    line-height: 59px;
  }
  .module-tertiary-nav ul li a {
    background: white;
    line-height: 60px;
  }
  .module-tertiary-nav ul li a:hover {
    background: rgba(246, 243, 239, 0.6);
  }
  .module-tertiary-nav ul li.active a {
    background: rgba(246, 243, 239, 0.6);
  }
  .module-tertiary-nav ul li.tertiary-nav-title {
    display: block;
    background: white;
  }
  .module-tertiary-nav ul li.tertiary-nav-title p {
    background: white !important;
    border-bottom: 0px solid #F6F3EF;
  }
  .module-tertiary-nav ul li.tertiary-nav-title span {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 10px;
    background: url("../img/arrow-down.png") no-repeat center;
    background-size: 30%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .module-tertiary-nav ul li.tertiary-nav-title:hover p {
    color: #EA5B0C;
  }
  .module-tertiary-nav ul li.tertiary-nav-title:hover span {
    background: url("../img/arrow-down-orange.png") no-repeat center;
    background-size: 30%;
  }
  .module-tertiary-nav ul.active {
    max-height: 600px;
  }
  .module-tertiary-nav ul.active li.tertiary-nav-title p {
    color: #EA5B0C;
    border-bottom: 1px solid #F6F3EF;
  }
  .module-tertiary-nav ul.active li.tertiary-nav-title span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background: url("../img/arrow-down-orange.png") no-repeat center;
    background-size: 30%;
  }
}

.module-speaker-picker > .container > .row, .module-news-and-opinion .container.module-speaker-picker > h1 > .row, .program-card .module-speaker-picker > .container > .program-card-extra, .module-news-and-opinion .program-card .container.module-speaker-picker > h1 > .program-card-extra, .program-card .module-news-and-opinion .container.module-speaker-picker > h1 > .program-card-extra, .program-card-yellow .module-speaker-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-yellow .container.module-speaker-picker > h1 > .program-card-extra, .program-card-yellow .module-news-and-opinion .container.module-speaker-picker > h1 > .program-card-extra, .program-card-blue .module-speaker-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-blue .container.module-speaker-picker > h1 > .program-card-extra, .program-card-blue .module-news-and-opinion .container.module-speaker-picker > h1 > .program-card-extra, .program-card-green .module-speaker-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-green .container.module-speaker-picker > h1 > .program-card-extra, .program-card-green .module-news-and-opinion .container.module-speaker-picker > h1 > .program-card-extra, .program-card-red .module-speaker-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-red .container.module-speaker-picker > h1 > .program-card-extra, .program-card-red .module-news-and-opinion .container.module-speaker-picker > h1 > .program-card-extra, .module-speaker-picker > .container > .quick-links-list, .module-news-and-opinion .container.module-speaker-picker > h1 > .quick-links-list, .module-speaker-picker > .container > .event-details-speaker, .module-news-and-opinion .container.module-speaker-picker > h1 > .event-details-speaker, .module-history-timeline .module-speaker-picker > .container > .panel, .module-news-and-opinion .module-history-timeline .container.module-speaker-picker > h1 > .panel, .module-history-timeline .module-news-and-opinion .container.module-speaker-picker > h1 > .panel, .module-speaker-picker > .container > .all-event-cards-filters, .module-news-and-opinion .container.module-speaker-picker > h1 > .all-event-cards-filters, .module-speaker-picker > .container > .card-filters, .module-news-and-opinion .container.module-speaker-picker > h1 > .card-filters {
  margin: auto;
  max-width: 960px;
}

@media screen and (max-width: 992px) {
  .module-speaker-picker > .container > .row, .module-news-and-opinion .container.module-speaker-picker > h1 > .row, .program-card .module-speaker-picker > .container > .program-card-extra, .module-news-and-opinion .program-card .container.module-speaker-picker > h1 > .program-card-extra, .program-card .module-news-and-opinion .container.module-speaker-picker > h1 > .program-card-extra, .program-card-yellow .module-speaker-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-yellow .container.module-speaker-picker > h1 > .program-card-extra, .program-card-yellow .module-news-and-opinion .container.module-speaker-picker > h1 > .program-card-extra, .program-card-blue .module-speaker-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-blue .container.module-speaker-picker > h1 > .program-card-extra, .program-card-blue .module-news-and-opinion .container.module-speaker-picker > h1 > .program-card-extra, .program-card-green .module-speaker-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-green .container.module-speaker-picker > h1 > .program-card-extra, .program-card-green .module-news-and-opinion .container.module-speaker-picker > h1 > .program-card-extra, .program-card-red .module-speaker-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-red .container.module-speaker-picker > h1 > .program-card-extra, .program-card-red .module-news-and-opinion .container.module-speaker-picker > h1 > .program-card-extra, .module-speaker-picker > .container > .quick-links-list, .module-news-and-opinion .container.module-speaker-picker > h1 > .quick-links-list, .module-speaker-picker > .container > .event-details-speaker, .module-news-and-opinion .container.module-speaker-picker > h1 > .event-details-speaker, .module-history-timeline .module-speaker-picker > .container > .panel, .module-news-and-opinion .module-history-timeline .container.module-speaker-picker > h1 > .panel, .module-history-timeline .module-news-and-opinion .container.module-speaker-picker > h1 > .panel, .module-speaker-picker > .container > .all-event-cards-filters, .module-news-and-opinion .container.module-speaker-picker > h1 > .all-event-cards-filters, .module-speaker-picker > .container > .card-filters, .module-news-and-opinion .container.module-speaker-picker > h1 > .card-filters {
    max-width: 640px;
  }
}

@media screen and (max-width: 672px) {
  .module-speaker-picker > .container > .row, .module-news-and-opinion .container.module-speaker-picker > h1 > .row, .program-card .module-speaker-picker > .container > .program-card-extra, .module-news-and-opinion .program-card .container.module-speaker-picker > h1 > .program-card-extra, .program-card .module-news-and-opinion .container.module-speaker-picker > h1 > .program-card-extra, .program-card-yellow .module-speaker-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-yellow .container.module-speaker-picker > h1 > .program-card-extra, .program-card-yellow .module-news-and-opinion .container.module-speaker-picker > h1 > .program-card-extra, .program-card-blue .module-speaker-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-blue .container.module-speaker-picker > h1 > .program-card-extra, .program-card-blue .module-news-and-opinion .container.module-speaker-picker > h1 > .program-card-extra, .program-card-green .module-speaker-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-green .container.module-speaker-picker > h1 > .program-card-extra, .program-card-green .module-news-and-opinion .container.module-speaker-picker > h1 > .program-card-extra, .program-card-red .module-speaker-picker > .container > .program-card-extra, .module-news-and-opinion .program-card-red .container.module-speaker-picker > h1 > .program-card-extra, .program-card-red .module-news-and-opinion .container.module-speaker-picker > h1 > .program-card-extra, .module-speaker-picker > .container > .quick-links-list, .module-news-and-opinion .container.module-speaker-picker > h1 > .quick-links-list, .module-speaker-picker > .container > .event-details-speaker, .module-news-and-opinion .container.module-speaker-picker > h1 > .event-details-speaker, .module-history-timeline .module-speaker-picker > .container > .panel, .module-news-and-opinion .module-history-timeline .container.module-speaker-picker > h1 > .panel, .module-history-timeline .module-news-and-opinion .container.module-speaker-picker > h1 > .panel, .module-speaker-picker > .container > .all-event-cards-filters, .module-news-and-opinion .container.module-speaker-picker > h1 > .all-event-cards-filters, .module-speaker-picker > .container > .card-filters, .module-news-and-opinion .container.module-speaker-picker > h1 > .card-filters {
    max-width: 320px;
  }
}

.module-speaker-picker .people-picker-person {
  width: 320px !important;
  height: 250px;
}

@media screen and (max-width: 767px) {
  .module-speaker-picker .people-picker-person {
    margin-bottom: 15px;
  }
}

.module-speaker-picker .people-picker-person div {
  border: none;
  height: 190px;
}

.module-speaker-picker .people-picker-person:hover .speaker-img-icon,
.module-speaker-picker .people-picker-person.active .speaker-img-icon {
  background: white url("../img/icons/png/pti-quote-01.png") no-repeat center center;
  background-size: 40px;
}

.module-speaker-picker .speaker-img-icon {
  position: absolute;
  top: 140px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: #EA5B0C url("../img/icons/png/pti-quote-02.png") no-repeat center center;
  background-size: 40px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.module-speaker-picker .people-picker-description .speaker-img-icon {
  display: none;
}

.module-list .list-column > ul, .module-list-grey .list-column > ul {
  padding: 0;
  list-style: none;
}

.module-list .list-column > ul h2, .module-list-grey .list-column > ul h2 {
  margin-bottom: 15px;
  padding-bottom: 0;
}

.module-list .list-column > ul > li, .module-list-grey .list-column > ul > li {
  padding: 15px 0;
  border-bottom: 1px solid #DEDED9;
}

.module-list .list-column > ul > li:first-child, .module-list-grey .list-column > ul > li:first-child {
  padding-bottom: 0;
  background: none;
}

.module-list-grey {
  background: #F6F3EF;
}

.list-testimonial h3 {
  padding-top: 15px !important;
  padding-bottom: 5px !important;
}

.list-testimonial p {
  margin: 15px 0 !important;
  font-style: italic;
  font-size: 18px;
  font-family: "adelle",serif;
}

.list-testimonial h2 {
  padding-bottom: 0 !important;
  font-size: 14px !important;
}
