/* Fonts START */
@font-face {
    font-family: Hanken Grotesk;
    src: url(../fonts/HKGrotesk-Regular.woff);
    font-weight: 400;
}

@font-face {
    font-family: Hanken Grotesk;
    src: url(../fonts/HKGrotesk-Italic.woff);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Hanken Grotesk;
    src: url(../fonts/HKGrotesk-Medium.woff2);
    font-weight: 500;
}

@font-face {
    font-family: Hanken Grotesk;
    src: url(../fonts/HKGrotesk-MediumItalic.woff);
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: Hanken Grotesk;
    src: url(../fonts/HKGrotesk-SemiBold.woff);
    font-weight: 600;
}

@font-face {
    font-family: Hanken Grotesk;
    src: url(../fonts/HKGrotesk-SemiBoldItalic.woff);
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: Hanken Grotesk;
    src: url(../fonts/HKGrotesk-Bold.woff);
    font-weight: 700;
}

@font-face {
    font-family: Hanken Grotesk;
    src: url(../fonts/HKGrotesk-Bold.woff);
    font-weight: 700;
    font-style: italic;
}
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype');
}

/* Fonts END */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: Hanken Grotesk;
    font-size: 0.95rem;
}

body.ie11 #masthead-home {
    height: 880px;
}

body.ie11 #home-graphics {
    height:2030px;
}

body.ie11 #about-stats{
    height: 1200px;
    line-height: normal;
}
body.ie11 #excellence-awards{
    height: 745px;
}

body.ie11 #scp-graphic {
    height: 1200px;
}
body.ie11 #eep-graphic {
    height: 900px;
}
body.ie11 #pcp-graphic {
    height: 560px;
}
body.ie11 #gp-row-1,
body.ie11 #gp-row-2,
body.ie11 #gp-row-3,
body.ie11 #gp-row-4,
body.ie11 #gp-row-5,
body.ie11 #gp-row-6,
body.ie11 #gp-row-7 {
    height: 400px;
}

body.ie11 #centres-stats {
    height: 1600px;
}

body.ie11 #events-graphic {
    height: 900px;
}
a {
    color: #414BA0;
    -webkit-transition: all .35s;
    transition: all .35s;
    cursor: pointer;
}

a:hover,
a:focus {
    opacity: 0.5;
    color: inherit;
    text-decoration: none;
}
.img-fluid {
    width: 100%;
}
hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Hanken Grotesk;
    font-weight: 600;
    letter-spacing: 1px;
}

p {
    line-height: 1.5;
    margin-bottom: 20px;
}

section {
    padding: 100px 0;
}

section h2 {
    font-size: 50px;
}


#content {
    max-width: 100vw;
    overflow-x: hidden;
}
/* Main Nav START */
.navbar {
    padding: 1.5rem 0;
    z-index: 1030;
}
.navbar-brand {
    background-image: url("../img/logos/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 200px;
    height: 44px;
}
.navbar-brand.white-nus {
    background-image: url("../img/logos/logo-white.svg");
}
#sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    right: -350px;
    height: 100vh;
    z-index: 1031;
    background: #414BA0;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    overflow: hidden;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#sidebar a {
    color: #fff;
}

#sidebarCollapse {
    background-image: url("../img/icons/menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 0;
    height: 24px;
    width: 24px;
    position: fixed;
    right: 2.5rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#sidebarCollapse.black-menu {
    background-image: url("../img/icons/menu-black.svg");
}

#dismiss {
    background-image: url("../img/icons/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 2rem;
    right: 2.5rem;
    cursor: pointer;
    z-index: 998;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#sidebarCollapse:hover,
#dismiss:hover {
    opacity: 0.5;
}

.overlay {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.333);
    z-index: 998;
    opacity: 0;
    transition: all 5s;
}

.overlay.active {
    display: block;
    opacity: 0;
}

.sidebar-nav {
    padding: 1.5rem;
    list-style-type: none;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.25em;
    display: block;
}

#sidebar ul ul a {
    font-size: 0.75em;
    padding-left: 30px !important;
}

#sidebar ul ul li a {
    padding: 0;
    padding-bottom: 0.5rem;
}

a[aria-expanded="true"] {
    font-style: italic;
}

a[data-toggle="collapse"] {
    position: relative;
}

ul.ul-dash {
    list-style-type: none;
    padding-left: 1rem;
}
ul.ul-dash li:before {
    content: "–";
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 1rem;
}
ol.ol-num {
    padding-left: 1rem;
}
/* Main Nav END */
.header-wrapper,
.masthead-animation {
    height: 100%;
    width: 100%;
}
header.masthead {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: white;
    background: url("../img/bg-pattern.png"), #7b4397;
    background: url("../img/bg-pattern.png"), -webkit-gradient(linear, right top, left top, from(#7b4397), to(#dc2430));
    background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
}

.home header.masthead {
    height: auto;
    min-height: 95vh;
}

header.masthead .header-content {
    margin-bottom: 0;
    max-width: 500px;
}

header.masthead .header-content h1 {
    font-size: 3rem;
}

.home header.masthead {
    background: #F2F2F2;
}
.home header.masthead .header-content {

}
.home header.masthead .header-content h1{
    color: #323232;
}
.home header.masthead .video-link{
    position: absolute;
    bottom:1rem;
}
.home header.masthead .video-link:before{
    content: "";
    display: block;
    position: absolute;
    top:-1rem;
    background-image: url("../img/shapes/plus-navy.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    width: 0.75rem;
    height: 0.75rem;
}
.home header.masthead .video-link a {
    -webkit-appearance: none;
    background: none;
    border: none;
    text-align: left;
    padding: 0;
    color: #414BA0;
    font-size: 1.125rem;
    font-weight: 500;
    cursor: pointer;
}
.messages header.masthead {
    background: #BE4B4B;
}
.messages-thumbnail.chairman {
    background-image: url("../img/images/messages/chairman.jpg");
    background-size: cover;
    background-position: center 10%;
    width: 100%;
    padding-bottom: 100%;
}
.messages-thumbnail.ceo {
    background-image: url("../img/images/messages/ceo.jpg");
    background-size: cover;
    background-position: center 10%;
    width: 100%;
    padding-bottom: 100%;
}
.looking-ahead header.masthead {
    background: #FF5A4B;
}
.looking-ahead-video {
    margin-bottom: 5rem;
    position: relative;
    padding-left: 2.5rem;
}
.looking-ahead-video:before {
    content:"";
    display: block;
    position: absolute;
    left: -0.5rem;
    top: 50%;
    transform: translate(0,-50%);
    background-image: url("../img/play.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 36px;
    width:28px;
}
.industry header.masthead {
    background: #9BAA82;
}
.about header.masthead {
    background: #96C3E1;
}
.about-staff-list {
    position: relative;
    padding-left: 1.5rem;
}
.about-staff-list:before {
    content:"";
    display: block;
    position: absolute;
    left: -0.5rem;
    top: 50%;
    transform: translate(0,-50%);
    background-image: url("../img/graphics/about/circle-big.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 14px;
    width:14px;
}

.centre-of-excellence header.masthead {
    background: #FFB47D;
}
.programmes header.masthead {
    background: #375555;
}
.events header.masthead {
    background: #FFCDB4;
}
.section {
    background-color: inherit;
}
.container h1 {
    font-size:2rem;
    z-index: 1001;
    position: relative;
}
.container h4 {
    font-size:1.25rem;
    font-weight: 600
}

.bg-lyellow {
    background: #FFCDB4;
}
.bg-yellow {
    background: #FFB47D;
}
.bg-red {
    background: #BE4B4B;
}
.bg-orange {
    background-color: #FF5A4B;
}
.bg-lorange {
    background-color: #FFB47D;
}
.bg-green {
    background: #9BAA82;
}
.bg-dgreen {
    background: #375555;
}
.bg-lblue {
    background: #96C3E1;
}
.bg-blue {
    background: #414BA0;
}
#backToTop {
    opacity: 0;
    position: fixed;
    bottom: 3rem;
    background-image: url(../img/icons/up.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    right: 21px;
    height: 24px;
    width: 24px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .35s;
    transition: all .35s;
}

#backToTop:hover {
    opacity: 0.5;
}
/* Footer START */

footer {
    padding: 1.5rem 0;
    color: #414BA0;
    background-color: #DCDCDC;
    z-index: 999;
    position: relative;
}

footer p {
    font-size: 0.75rem;
    font-weight: 500;
    margin: 0;
}

footer p.footer-header {
    margin-bottom: 0.5rem;
    font-weight: 600;
}
footer .text-medium {
    font-weight: 600;
}
footer ul {
    margin: 0;
    padding: 0;
    line-height: 18px;
}

footer ul li {
    font-size: 0.75rem;
    font-weight: 500;
    display: inline-block;
}

footer ul li a {
    color: #414BA0;
}

a.footer-video:before {
    content:"";
    background-image: url("../img/footer-video.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
}
/* Footer END */


.bg-primary {
    background: #fdcc52;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdcc52), to(#fdc539));
    background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
    color: #fdcc52;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.slick-slide:focus,
.btn:focus,
button,
button:focus {
    outline: none;
    box-shadow: none;
}
.btn-outline {
    color: white;
    border: 1px solid;
    border-color: white;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: black;
    border: 1px solid;
    border-color: black;
}

.btn {
    border-radius: 300px;
    font-family: Hanken Grotesk;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-xl {
    font-size: 11px;
    padding: 15px 45px;
}

.container-fluid {
    padding: 0 2.5rem;
}
.container.section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.google-map {
    width: 100%;
    height: 300px;
    margin-top: 1rem;
    margin-bottom: 2.25rem;
}
.map-info {
    margin-bottom: 3.5rem;

}
.home-shape {
    height:50vh;
}
#darkgreen,
#red,
#lightgreen,
#darkblue,
#maroon {
    cursor: pointer;
    -webkit-transition: all .35s;
    transition: all .35s;
    user-select: auto!important;
}
#darkgreen:hover,
#red:hover,
#lightgreen:hover,
#darkblue:hover,
#maroon:hover{
    opacity: 0.85;
}
.font-medium {
    font-size: 1.125rem;
}
.text-medium {
    font-weight: 500;
}
.text-big {
    font-weight: 600;
}
.text-red, 
.sub-nav.submenu-red,
.sub-nav.submenu-red a.scrollLink,
.sub-nav.submenu-red a.scrollLink:focus,
.sub-nav.submenu-red a.scrollLink:hover {
    color :#BE4B4B;
}
.text-white, 
.sub-nav.submenu-white,
.sub-nav.submenu-white a.scrollLink,
.sub-nav.submenu-white a.scrollLink:focus,
.sub-nav.submenu-white a.scrollLink:hover {
    color :#fff;
}
.text-black, 
.sub-nav.submenu-black,
.sub-nav.submenu-black a.scrollLink,
.sub-nav.submenu-black a.scrollLink:focus,
.sub-nav.submenu-black a.scrollLink:hover,  {
    color :#323232;
}
.text-blue, 
.sub-nav.submenu-blue,
.sub-nav.submenu-blue a.scrollLink,
.sub-nav.submenu-blue a.scrollLink:focus,
.sub-nav.submenu-blue a.scrollLink:hover  {
    color :#414BA0;
}
.text-orange, 
.sub-nav.submenu-orange,
.sub-nav.submenu-orange a.scrollLink,
.sub-nav.submenu-orange a.scrollLink:focus,
.sub-nav.submenu-orange a.scrollLink:hover  {
    color :#FF5A4B;
}
.text-lorange, 
.sub-nav.submenu-lorange,
.sub-nav.submenu-lorange a.scrollLink,
.sub-nav.submenu-lorange a.scrollLink:focus,
.sub-nav.submenu-lorange a.scrollLink:hover  {
    color :#FFB47D;
}

.text-dgreen,
.sub-nav.submenu-dgreen,
.sub-nav.submenu-dgreen a.scrollLink,
.sub-nav.submenu-dgreen a.scrollLink:focus,
.sub-nav.submenu-dgreen a.scrollLink:hover {
    color: #375555;
}
.text-lgreen,
.sub-nav.submenu-green,
.sub-nav.submenu-green a.scrollLink,
.sub-nav.submenu-green a.scrollLink:focus,
.sub-nav.submenu-green a.scrollLink:hover {
    color: #9BAA82;
}

.text-yellow {
    color: #FFB47D;
}
.text-lblue,
.sub-nav.submenu-lblue,
.sub-nav.submenu-lblue a.scrollLink,
.sub-nav.submenu-lblue a.scrollLink:focus,
.sub-nav.submenu-lblue a.scrollLink:hover  {
    color: #96C3E1;
}
a.scrollLink:hover {
    opacity:0.5;
}
.sub-nav {
    position: absolute;
    bottom: 1rem; 
    z-index: 998;
    list-style-type: none;
    padding: 0;
}
.sub-nav li{
    font-size: 0.75rem;
    line-height: 1.4;
    transition: .35s;
}
.campus p:before {
    content: "";
    display: block;
    position: absolute;
    top:-1rem;
    background-image: url("../img/shapes/diamond-black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    width: 0.5rem;
    height: 0.5rem;
}
.campus .slick-prev{
    background-position: left 40%;
    width: 25%;
    position: absolute;
    top: 0;
    left:-5%;
}
.campus .slick-next{
    background-position: right 40%;
    width: 25%;
    position: absolute;
    top: 0;
    right:-5%;
}
.campus p {
    position: absolute;
    left: 75%;
    margin: 0;
}
.discipline p {
    margin: 1rem 0 2rem;
}
.disciplines-icon {
    width: 80px;
}
.industry-stats h2 {
    font-size: 5rem;
    font-weight: 500;
    margin-right: 1rem;
}

.industry-stats p {
    font-size: 1.2rem;
}
.industry-stats h2,
.industry-stats p{
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.industry-stats .bg-yellow,
.industry-stats .bg-dgreen,
.industry-stats .bg-lyellow,
.industry-stats .bg-green {
    background: none;
    position: relative;
}
.industry-stats .bg-yellow .bg-box,
.industry-stats .bg-dgreen .bg-box,
.industry-stats .bg-lyellow .bg-box,
.industry-stats .bg-green .bg-box {
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background: #FFB47D;
}
.industry-stats .bg-dgreen .bg-box {
    background: #375555;
}
.industry-stats .bg-yellow .bg-box {
    background: #FFB47D;
}
.industry-stats .bg-lyellow .bg-box {
    background: #FFCDB4;
}
.industry-stats .bg-green .bg-box {
    background: #9BAA82;
}

@keyframes backgroundShift{
 0% {
    width: 0;
  }
    100% {
    width: 100vw;
  }
}
.careers {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.careers span {
    display: inline-block;
    width: 2rem;
}
.consulting,
.roundtable,
.key-programmes,
.gp {
    padding: 0;
    list-style-type: none;
}
.consulting li,
.roundtable li,
.key-programmes li,
.gp li,
.student-tab div.project-list {
    margin-top: 4rem;
    position: relative;
}
.consulting li:before,
.roundtable li:before,
.key-programmes li:before,
.gp li:before,
.student-tab div.project-list:before {
    content: "";
    display: block;
    position: absolute;
    top:-1rem;
    background-image: url("../img/shapes/diamond-black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    width: 0.5rem;
    height: 0.5rem;
}
.roundtable li:before,
.gp li:before,
.student-tab div.project-list:before {
    background-image: url("../img/shapes/diamond-lblue.svg");
}
.student-tab div.project-list {
    margin-top:1.5rem;
    margin-bottom: 2.5rem;
}
.consulting span{
    color: #9BAA82;
    display: block;
}

.key-programmes span {
    display: block;
}
.consulting p,
.key-programmes p {
    margin-top: 1rem;
}

.roundtable span {
    display: block;
    margin-bottom: 1rem;
}

.governance-ref p {
    margin: 4rem 0 2rem;
    position: relative;
}
.governance-ref p:before {content: "";
    display: block;
    position: absolute;
    top:-1rem;
    background-image: url("../img/shapes/diamond-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    width: 0.5rem;
    height: 0.5rem;
}
.management .row {
    margin-bottom: 3rem;
}
.management-thumbnail {
    border-radius: 50%;
}
.management span {
    display: block;
}
.award-tab,
.newbie-tab {
    padding-left: 1rem;
}
.award-names,
.newbie-names {
    padding: 0;
    list-style-type: none;
    margin-left: 1em;
    text-indent: -1em;
}
.indent-1 {
    text-indent: 1rem;
}
.indent-2 {
    text-indent: 1.5rem;
}

.award-tab,
.newbie-tab,
.smart-tab,
.scp-tab,
.student-tab,
.event-tab {
    display: none;
}
.award-tab.active,
.newbie-tab.active,
.smart-tab.active,
.scp-tab.active,
.student-tab.active,
.event-tab.active {
    display: block;
}

.award-tabs,
.newbie-tabs,
.smart-tabs,
.scp-tabs,
.student-tabs,
.event-tabs{
    cursor: pointer;
    padding-left: 1.15rem;
}
.award-tabs li,
.newbie-tabs li,
.smart-tabs li,
.scp-tabs li,
.student-tabs li,
.event-tabs li{
    -webkit-transition: all .35s;
    transition: all .35s;
    font-size: 1.125rem;
    font-weight: 500;
}
.award-tabs li:hover,
.newbie-tabs li:hover,
.smart-tabs li:hover,
.scp-tabs li:hover,
.student-tabs li:hover,
.event-tabs li:hover{
    opacity: 0.5;
}
.award-tabs li.active,
.newbie-tabs li.active,
.scp-tabs li.active,
.student-tabs li.active {
    color:#96C3E1;
}
.smart-tabs li.active{
    color: #414BA0;
}
.event-tabs li.active {
    color:#FFCDB4;
}
.smart-projects,
.partners  {
    padding-left: 1.5rem;
}
.partners img {
    margin-bottom: 1rem;
}
.centres-blue {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -22%;
    background-image: url(../img/graphics/centres/centres-blue.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    width: 150%;
    height: 100%;
}
.centre-of-excellence .blue-semi-1 {
    background-image: url(../img/graphics/centres/blue-semi-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-left: -2.5rem;
    transform-origin: bottom right;
}

.centre-of-excellence .blue-semi-2 {
    background-image: url(../img/graphics/centres/blue-semi-2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 3.5rem;
    width: 100%;
    transform-origin: top right;
}
.centre-of-excellence .blue-semi-1 img,
.centre-of-excellence .blue-semi-2 img{
    visibility: hidden;
}
.centres-semi-1 {
    width: 10rem;
    height: 10rem;
    background-image: url(../img/graphics/centres/centres-semi-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -20%;
    left: -20%;
}
.centres-semi-2 {
    width: 10rem;
    height: 10rem;
    background-image: url(../img/graphics/centres/centres-semi-2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -20%;
    right: -20%;
}
.centres-semi-3 {
    width: 8rem;
    height: 8rem;
    background-image: url(../img/graphics/centres/centres-semi-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: -12%;
    transform: translate(0,-50%);
}
.centres-semi-4 {
    width: 8rem;
    height: 8rem;
    background-image: url(../img/graphics/centres/centres-semi-2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: -12%;
}
.smart-projects li,
.pub-list li{
    margin-bottom: 2rem;
}
.smart-tab-03 .smart-projects li {
    margin: 0;
}
.gov-slide h2{
    font-size: 3.5rem;
    margin-bottom: 1rem;
}
.gov-slide p{
    height: 3rem;
}
.gov-slide-info {
    display: none;
}
#video.modal .modal-dialog {
    max-width: 100vw;
    width: 100vw;
    margin: 0;
}
#video.modal .modal-body {
    padding: 0;
}

#video.modal a {
    background-image: url("../img/icons/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 2rem;
    right: 2.5rem;
    cursor: pointer;
    z-index: 998;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#video.modal a:hover {
    opacity:0.5;
}
#video.modal .close {
    background-image: url("../img/icons/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 1rem;
    right: 4rem;
    cursor: pointer;
    z-index: 998;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#video.modal .close:hover {
    opacity: 0.5;
}
.consult-quote-1,
.consult-quote-2 {
    position: relative;
    margin-top:5rem;
}
.consult-quote-2 {
    margin-bottom:5rem;
}    
.consult-quote-1 .green-rect{
    height: 4rem;
    width: 12rem;
    background-color:#9BAA82;
    position: absolute;
    top: 0;
    left: 10%;
    transform: rotate(-30deg);
}
.consult-quote-1 .yellow-rect{
    height: 4rem;
    width: 25rem;
    background-color:#FFB47D;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(30deg);
}
.consult-quote-2 .green-rect{
    height: 4rem;
    width: 10rem;
    background-color:#9BAA82;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: rotate(50deg);
}
.consult-quote-2 .yellow-rect{
    height: 4rem;
    width: 25rem;
    background-color:#FFB47D;
    position: absolute;
    top: 30%;
    left: 10%;
    transform: rotate(-30deg);
}
.roundtable-1,
.roundtable-2 {
    position: relative;
    margin-top:5rem;
}
.roundtable-1 .yellow-rect{
    height: 3rem;
    width: 6.5rem;
    background-color:#FFB47D;
    position: absolute;
    bottom: 0;
    right: 25%;
    transform: rotate(30deg);
}
.roundtable-1 .white-rect-1{
    height: 3rem;
    width: 6.5rem;
    background-color:#ffffff;
    position: absolute;
    top: 35%;
    left: -10%;
    transform: rotate(225deg);
}
.roundtable-1 .white-rect-2{
    height: 3rem;
    width: 6.5rem;
    background-color:#ffffff;
    position: absolute;
    top: 10%;
    right: -20%;
}
.roundtable-2 .white-rect{
    height: 3rem;
    width: 6.5rem;
    background-color:#ffffff;
    position: absolute;
    top: 10%;
    right: -25%;
    transform: rotate(150deg);
}

.roundtable-2 .yellow-rect-1{
    height: 3rem;
    width: 6.5rem;
    background-color:#FFB47D;
    position: absolute;
    top: 20%;
    left: -20%;
    transform: rotate(225deg);
}

.roundtable-2 .yellow-rect-2{
    height: 3rem;
    width: 6.5rem;
    background-color:#FFB47D;
    position: absolute;
    bottom: 0%;
    left: 10%;
    transform: rotate(-60deg);
}
.roundtable-2 .yellow-rect-3{
    height: 3rem;
    width: 6.5rem;
    background-color:#FFB47D;
    position: absolute;
    bottom: 30%;
    right: -15%;
    transform: rotate(-30deg);
}

.about-circles div{
    border-radius: 50%;
    position: absolute;
}

.about-circles .circle-1 {
    width: 2rem;
    height: 2rem;
    background-color: #FF5A4B;
    top:10%;
    left: 20%;
    -webkit-animation: float 4.5s ease-in-out infinite;
          animation: float 4.5s ease-in-out infinite;
}
.about-circles .circle-2 {
    width: 2rem;
    height: 2rem;
    background-color: #96C3E1;
    top:30%;
    left: -5%;
    -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
.about-circles .circle-3 {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #FF5A4B;
    bottom:30%;
    left: 20%;
    -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
.about-circles .circle-4 {
    width: 2rem;
    height: 2rem;
    background-color: #FF5A4B;
    bottom:30%;
    right: 0;
    -webkit-animation: float 4.5s ease-in-out infinite;
          animation: float 4.5s ease-in-out infinite;
}
.about-circles .circle-5 {
    width: 2rem;
    height: 2rem;
    background-color: #96C3E1;
    bottom:10%;
    left: 10%;
    -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
.about-circles .circle-6 {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #96C3E1;
    bottom: 10%;
    right: -10%;
    -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
.about-graphics {
    position: relative;
}
.about-graphics .about-semi-1 {
    background-image: url("../img/graphics/about/about-semi.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10rem;
    height: 20rem;
    position: absolute;
    top:15%;
    left: -7%;
}

.about-graphics .about-semi-2 {
    background-image: url("../img/graphics/about/about-semi.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10rem;
    height: 20rem;
    position: absolute;
    top:-10%;
    right: -7%;
    transform: rotate(180deg);
}
.about-graphics .about-semi-3 {
    background-image: url("../img/graphics/about/about-semi.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 13rem;
    height: 25rem;
    position: absolute;
    bottom:10%;
    left: -7%;
}
.about-graphics  .circle-1 {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #FF5A4B;
    position: absolute;
    top:15%;
    left: 12%;
    border-radius: 50%;
    -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
.about-graphics  .circle-2 {
    width: 2rem;
    height: 2rem;
    background-color: #FF5A4B;
    position: absolute;
    top:40%;
    right: 0;
    border-radius: 50%;
    -webkit-animation: float 4.5s ease-in-out infinite;
          animation: float 4.5s ease-in-out infinite;
}
.about-graphics  .circle-3 {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #96C3E1;
    position: absolute;
    bottom:35%;
    left: 0;
    border-radius: 50%;
    -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
.about-graphics  .circle-4 {
    width: 2rem;
    height: 2rem;
    background-color: #FF5A4B;
    position: absolute;
    bottom:30%;
    left: 15%;
    border-radius: 50%;
    -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
.about-graphics  .circle-5 {
    width: 2rem;
    height: 2rem;
    background-color: #96C3E1;
    position: absolute;
    bottom:25%;
    left: 5%;
    border-radius: 50%;
    -webkit-animation: float 4.5s ease-in-out infinite;
          animation: float 4.5s ease-in-out infinite;
}
.about-graphics  .circle-6 {
    width: 2rem;
    height: 2rem;
    background-color: #FF5A4B;
    position: absolute;
    top:0%;
    right: 12%;
    border-radius: 50%;
    -webkit-animation: float 4.5s ease-in-out infinite;
          animation: float 4.5s ease-in-out infinite;
}
.about-graphics  .circle-7 {
    width: 2rem;
    height: 2rem;
    background-color: #FF5A4B;
    position: absolute;
    top: 14%;
    right: 0;
    border-radius: 50%;
    -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
.about-graphics  .circle-8 {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #FF5A4B;
    position: absolute;
    bottom:55%;
    left: 0;
    border-radius: 50%;
    -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
.about-graphics  .circle-9 {
    width: 2rem;
    height: 2rem;
    background-color: #FF5A4B;
    position: absolute;
    bottom: 50%;
    left: 15%;
    border-radius: 50%;
    -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}

#about-stats svg {
    width: 140%!important;
    height: 140%!important;
    margin: 0 auto;
    margin-left: 50%;
    transform: translate(-50%,0);
}
body.ie11 #about-stats svg {
    height:100%!important;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-40px);
            transform: translatey(-40px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-40px);
            transform: translatey(-40px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

.pcp-tri-left-1 {
    background-image: url("../img/graphics/programmes/triangle-left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 22rem;
    height: 11rem;
    position: absolute;
    right: -125%;
    top: 50%;
    transform: translate(0,-50%);
}
.pcp-tri-left-2 {
    background-image: url("../img/graphics/programmes/triangle-left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 6rem;
    height: 3rem;
    position: absolute;
    left: -55%;
    top: 50%;
    transform: translate(0,-50%);
}
.pcp-tri-left-3 {
    background-image: url("../img/graphics/programmes/triangle-left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20rem;
    height: 10rem;
    position: absolute;
    right: -200%;
    top: 0;
}
.pcp-tri-right-1 {
    background-image: url("../img/graphics/programmes/triangle-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 16rem;
    height: 8rem;
    position: absolute;
    left: -150%;
    top: 50%;
    transform: translate(0,-50%);
}
.pcp-tri-right-2 {
    background-image: url("../img/graphics/programmes/triangle-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10rem;
    height: 5rem;
    position: absolute;
    right: -100%;
    bottom: 0;
}
.gp-tri.tri-1 {
    background-image: url("../img/graphics/programmes/tri.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 3rem;
    height: 3rem;
    position: absolute;
    left: -10%;
    top: 8%;
    transform: rotate(90deg);
}
.gp-tri.tri-2 {
    background-image: url("../img/graphics/programmes/tri.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: -10%;
    top: 22%;
    transform: rotate(180deg);
}

.gp-tri.tri-3 {
    background-image: url("../img/graphics/programmes/tri.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 3rem;
    height: 3rem;
    position: absolute;
    left: -10%;
    top: 35%;
}

.gp-tri.tri-4 {
    background-image: url("../img/graphics/programmes/tri.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: 10%;
    top: 45%;
    transform: rotate(270deg);
}

.gp-tri.tri-5 {
    background-image: url("../img/graphics/programmes/tri.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 3rem;
    height: 3rem;
    position: absolute;
    left: -20%;
    bottom: 40%;
    transform: rotate(180deg);
}
.gp-tri.tri-6 {
    background-image: url("../img/graphics/programmes/tri.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: -10%;
    bottom: 20%;
}
.gp-tri.tri-7 {
    background-image: url("../img/graphics/programmes/tri.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 3rem;
    height: 3rem;
    position: absolute;
    left: -15%;
    bottom: 10%;
    transform: rotate(90deg);
}
.gp-tri {
    position: relative;
}
.gp-left {
    background-image: url("../img/graphics/programmes/tri-red-left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 12rem;
    height: 24rem;
    position: absolute;
    right: -6%;
    top: 12%;
}
.gp-right {
    background-image: url("../img/graphics/programmes/tri-red-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 12rem;
    height: 24rem;
    position: absolute;
    left: -6%;
    bottom: 20%;
}

.eep-img-tri-1{
    background-image: url("../img/graphics/programmes/eep-green.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15rem;
    height: 15rem;
    position: absolute;
    right: -33%;
    bottom: -33%;
}
.eep-img-tri-2{
    background-image: url("../img/graphics/programmes/eep-green.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(180deg);
    width: 18rem;
    height: 18rem;
    position: absolute;
    left: -25%;
    top: 40%;
}
.eep-img-tri-3{
    background-image: url("../img/graphics/programmes/eep-green.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15rem;
    height: 15rem;
    position: absolute;
    right: -25%;
    bottom: -20%;
}
.eep-tri-wrapper {
    position: relative;
}
.eep-tri{
    background-image: url("../img/graphics/programmes/eep-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 3rem;
    height: 3rem;
}
.eep-tri.tri-1  {
    position: absolute;
    left: 20%;
    top: 20%;
    transform: rotate(180deg);
}
.eep-tri.tri-2  {
    position: absolute;
    right: 0;
    top: 33%;
    transform: rotate(180deg);
}
.eep-tri.tri-3  {
    position: absolute;
    left: 30%;
    top: 48%;
    transform: rotate(90deg);
}

.eep-tri.tri-4  {
    position: absolute;
    width:6rem;
    height:6rem;
    left: 45%;
    top: 45%;
    transform: rotate(300deg);
}

.eep-tri.tri-5  {
    position: absolute;
    width:6rem;
    height:6rem;
    left: 5%;
    bottom: 33%;
    transform: rotate(270deg);
}

.eep-tri.tri-6  {
    position: absolute;
    width:3rem;
    height:3rem;
    left: 25%;
    bottom: 25%;
    transform: rotate(180deg);
}

.eep-tri.tri-8  {
    position: absolute;
    width:3rem;
    height:3em;
    right: 30%;
    bottom: 15%;
}
.eep-tri.tri-9  {
    position: absolute;
    width:6rem;
    height:6rem;
    right: 15%;
    bottom: 5%;
    transform: rotate(180deg);
}
.iss-luncheon {
    position: relative;
    padding: 5rem 0;
}
.events-bridge-1{
    background-image: url("../img/graphics/events/bridge.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10rem;
    height: 5rem;
    position: absolute;
    right: -10%;
    top: 10%;
    transform: rotate(225deg);
    z-index: 1002;
}
.events-bridge-2{
    background-image: url("../img/graphics/events/bridge.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10rem;
    height: 5rem;
    position: absolute;
    left: -10%;
    bottom: 10%;
    transform: rotate(45deg);
    z-index: 1002;
}
.slick-prev{
    background-image: url("../img/icons/event-prev.svg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: inherit;
    display: block;
    height: 100%;
    width: 20%;
    position: absolute;
    top: 0;
    left:-3%;
    cursor: pointer;
    z-index: 1;
}
.slick-next{
    background-image: url("../img/icons/event-next.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: inherit;
    display: block;
    height: 100%;
    width: 20%;
    position: absolute;
    top: 0;
    right:-3%;
    cursor: pointer;
    z-index: 1;
}
.slick-dots{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}
.event-slider img{
    padding: 0.5rem;
}
.event-video a:before {
    content:"";
    background-image: url("../img/event-video.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}
.event-video a:hover {
    color: #BE4B4B;
}

.programmes-video a:before {
    content:"";
    background-image: url("../img/programmes-video.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    display:block;
    position: absolute;
    left:-1rem;
}
.programmes-video a:hover {
    color: #FF5A4B;
}
#header {
    -webkit-transition: color .35s;
    transition: color .35s;
    font-size: 2rem;
    z-index: 999;
}

@media only screen and (max-width:798px) {
    #sidebar {
        width: 320px;
    }
    .container-fluid {
        padding: 0 1rem;
    }
    #mission.container-fluid {
        padding-top: 2.5rem;
    }
    .navbar {
        padding: 1rem 0;
        margin-left: 1rem;
    }
    #sidebarCollapse {
        right: 1rem;
        height: 20px;
        width: 20px;
    }
    #dismiss {
        width: 20px;
        height: 20px;
        top: 1.5rem;
        right: 1rem;
    }
    #backToTop {
        bottom: 1.5rem;
        right: 1rem;
        height: 20px;
        width: 20px;
    }
    .navbar-brand {
        width: 160px;
        height: 36px;
    }
    header.masthead .header-content {
        margin-bottom: 1.5rem;
        max-width: 640px;
    }

    header.masthead .header-content h1 {
        font-size: 2.5rem;
    }
    .map-info {
        margin-bottom: 1.5rem;
    }
    .looking-ahead-video {
        margin-bottom: 0;
    }
    #header {
        font-size:1.5rem;
    }
    .home-header {
        height: 50vh;
        padding-top: 3rem;
    }
    .home .header-content {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }
    .home header.masthead .video-link {
        line-height: 1.2;
    }
    .home header.masthead .video-link a {
        font-size: 0.8rem;
    }
    .home header.masthead .video-link:before {
        width: 0.5rem;
        height: 0.5rem;
    }
    .sidebar-nav {
        padding: 1rem 0.5rem;
    }

    .consult-quote-1 .green-rect{
        height: 3rem;
        width: 7rem;
        top: 40%;
        left: 0;
    }
    .consult-quote-1 .yellow-rect{
        height: 3rem;
        width: 9rem;
        top: -10%;
        right: 0;
    }
    .consult-quote-2 .green-rect{
        height: 3rem;
        width: 7rem;
        top: -10%;
        left: 80%;
    }
    .consult-quote-2 .yellow-rect{
        height: 3rem;
        width: 9rem;
        top: 120%;
        right: 10%;
    }
    .roundtable-1 .yellow-rect,
    .roundtable-1 .white-rect-1,
    .roundtable-1 .white-rect-2,
    .roundtable-2 .white-rect,
    .roundtable-2 .yellow-rect-1,
    .roundtable-2 .yellow-rect-2,
    .roundtable-2 .yellow-rect-3{
        height: 2.5rem;
        width: 5rem;
    }
    
    .roundtable-1 .white-rect-1{
        top: 45%;
        left: 0;
    }
    .roundtable-1 .white-rect-2{
        top: 33%;
        right: 5%;
    }
    .roundtable-2 .white-rect{
        top: 45%;
        right: 10%;
    }

    .roundtable-2 .yellow-rect-1{
        top: 40%;
        left: 0;
    }

    .roundtable-2 .yellow-rect-2{
        bottom: 0;
        left: 15%;
    }
    .roundtable-2 .yellow-rect-3{
        bottom: 5%;
        right: 5%;
    }
    .newbie-names {
        margin-bottom: 0;
    }
    .messages-thumbnail.chairman,
    .messages-thumbnail.ceo {
        width: 50%;
        padding-bottom: 50%;
        margin-bottom: 2rem;
    }
    .about-graphics .about-semi-2 {
        top: -50%;
        z-index: -1
    }
    .about-graphics .about-semi-3,
    .about-graphics  .circle-8,
    .about-graphics  .circle-9 {
        display: none;
    }
    .about-graphics .circle-6 {
        left: 12%;
        right: auto;
    }

    .blue-semi-1,
    .blue-semi-2,
    .gp-tri .gp-left, 
    .gp-tri .gp-right,
    .eep-tri,
    .eep-img-tri,
    .roundtable-1 .yellow-rect,
    .roundtable-1 .white-rect-1,
    .roundtable-1 .white-rect-2,
    .roundtable-2 .white-rect,
    .roundtable-2 .yellow-rect-1,
    .roundtable-2 .yellow-rect-2,
    .roundtable-2 .yellow-rect-3,
    div.about-circles{
        display: none;
    }
}
@media only screen and (max-width:1200px) and (orientation: portrait) {
    .header-wrapper {
        height: auto;
    }
    #video.modal .modal-dialog {
        top: 50%;
        transform: translate(0,-50%);
    }
    #video.modal .close {
        top: -3rem;
        right: 1rem;
    }
    #about-stats svg {
        width: 110%!important;
        height: auto!important;
    }
}
@media only screen and (max-width:768px) and (orientation: landscape) {
    header.masthead .header-content h1 {
        font-size: 2rem;
    }
    .home header.masthead .video-link a {
        font-size: 0.8rem;
    }
    #sidebar ul li a {
        padding: 10px;
        font-size: 1em;
        display: block;
    }
}
@media only screen and (max-width: 1200px){
    .container h1 {
        margin-bottom: 2rem;
    }
    .eep-img-tri-1{
        width: 10rem;
        height: 10rem;
        bottom: -10%;
    }
    .eep-img-tri-2{
        width: 14rem;
        height: 14rem;
        left: -25%;
        top: 40%;
    }
    .eep-img-tri-3 {
        width: 10rem;
        height: 10rem;
        bottom: 0;
    }
    .eep-tri.tri-8,
    .eep-tri.tri-9 {
        display: none;
    }
}
@media only screen and (max-width:544px) {
    .container.section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    #sidebar {
        width: 100vw;
        right: -100vw;
    }
    .campus p {
        position: absolute;
        left: 50%;
    }
    .slick-next, .slick-prev {
        background-size: 15%;
    }
    .campus .slick-next {
        background-position: right 32%;
    }
    .campus .slick-prev {
        background-position: left 32%;
    }
    footer p,
    footer p.footer-header {
        margin-bottom: 1.5rem;
    }
    .industry-stats .section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .industry-stats h2{
        font-size: 3.5rem;
    }
    .industry-stats p {
        font-size: 1rem;
    }
    .consult-quote-1 .green-rect{
        top: -20%;
        left: 10;
    }
    .consult-quote-1 .yellow-rect{
        top: -10%;
        right: 0;
    }
    .consult-quote-2 .green-rect{
        top: -10%;
        left: 50%;
    }
    .consult-quote-2 .yellow-rect{
        top: 120%;
        left: auto;
        right: 10%;
    }
    .roundtable-1 .yellow-rect,
    .roundtable-1 .white-rect-1,
    .roundtable-1 .white-rect-2,
    .roundtable-2 .white-rect,
    .roundtable-2 .yellow-rect-1,
    .roundtable-2 .yellow-rect-2,
    .roundtable-2 .yellow-rect-3{
        height: 1.5rem;
        width: 3.5rem;
    }
    .messages-thumbnail.chairman,
    .messages-thumbnail.ceo {
        width: 66%;
        padding-bottom: 66%;
        margin-bottom: 2rem;
    }
    .programmes-video a:before {
        left: 0.5rem;
    }
    .programmes-video a{
        padding-left: 1.5rem;
    }
    .home header.masthead .video-link {
        position: absolute;
        top: 50%;
        bottom: 0;
    }
}
