@charset "utf-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
}
captiontitle {
    text-align: left;
    font-family: "Source Sans Pro";
    font-size: 1.6em;
    margin-top: 10px;
    color: #333;
}
.PageAnchor {
    position: relative;
}
a {
    cursor: pointer;
}
/*******Text*******/
p {
	font-size:19px;
}
li {
	font-size: 1.4em;
    }
ol li::marker {
  font-size: 1em;
  }
h1 {
    font-size: 3.4em;
    font-weight: bold;
}
h2 {
    font-size: 2.4em;
    font-weight: bold;
}
h3 {
    font-size: 2.2em;
    font-weight: bold;
}
.card-title {
    font-size: 1.8em;
}
.card-text {
    font-size: 1em;
}
.regional-card {
    min-height: 120px;
}
.OMT-card {
    min-height: 120px;
}
h4 {
    font-size: 1.8em;
    font-weight: bold;
}
h5 {
	font-weight: bold;
}
.MessageText {
    width: 25%;
}
.XXquoteLeft {
    font-size: 8em;
    margin-top: -20px;
}
.XXquoteRight {
    font-size: 8em;
    margin-top: 30px;
}
.SocialStatement {
    font-size: 2em;
}
.nav-item a {
    font-size: .8em;
}
.diveTitle {
    font-size: 1.5em;
}
.text-shadow {
    text-shadow: 2px 2px 2px rgba(128, 0, 0, 0.5);
}
.reportLink {
    height: 135px;
    opacity: 1;
}
.reportLink:hover {
    opacity: .6;
}
.reportLinktxt {
    font-size: 1.8em;
    line-height: 1.2em;
}
.d-flex .newSection h2{
 padding-top:0px !important;
}
/***********NAV***********/
.bg-nav {
    background-color: #345FA8;
}
/********Lang Toggle*********/
.LangToggle a {
    text-decoration: none;
}
ul.LangToggle li {
    display: inline-block;
}
/*********Play Animation***********/
.play {
    filter: drop-shadow(0 0 .2rem rgba(0, 0, 0, .5));
    width: 100px;
    transition: transform 0.2s;
}
.play:hover {
    transform: scale(1.2);
}
.play-main {
    filter: drop-shadow(0 0 .2rem rgba(0, 0, 0, .5));
    width: 100px;
    transition: transform 0.2s;
}
.play-main:hover {
    transform: scale(1.2);
}
/*******Main Video********/
.mainVideo {
    margin-top: -90px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
	background-color: #323232;
	/* for use with a gif
    background-image: url("../vid/videoPreview.gif");
    background-repeat: no-repeat;
    background-size: cover;
	*/
}
/* for use with a .mp4 file*/
.mainVideo video {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 101%;
    object-fit: cover;
    z-index: 0;
	opacity: .5;
}

.mainVideo .videoTextBox {
    max-width: 500px;
    position: relative;
    z-index: 1;
}
.modal-xl {
    --bs-modal-width: 80%;
}
.mainVideoContainer {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.mainVideoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.diveTitleBox {
    height: 85px;
}
.bg-social {
    background-image: url("../img/SocialWall.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.bg-header {
    background-image: url("../img/BannerHead.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.WWAimage {
    clip-path: polygon(100% 0, 100% calc(100% - 5em), calc(100% - 5em) 100%, 100% 100%, 0 100%, 0 0);
    object-fit: cover;
    object-position: center;
}
.WWAimageAdvo {
    object-position: right;
}
.WWAimageRep {
    object-position: center;
}
.WWAimageRca {
    object-position: center;
}
/******Chair Vid*******/
.bg-ChairVid {
    background-image: url("../img/MessageChairSq.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-CEOVid {
    background-image: url("../img/MessageCEOSq.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.VidBoxChair {
    height: 550px;
    background-size: cover;
    opacity: 1;
}
.VidBoxChair:hover {
    opacity: .6;
}
/*****Other Vids******/
.bg-advoVid {
    background-image: url("../img/advo_thumb.jpg");
}
.VidBox {
    height: 250px;
    background-size: cover;
    opacity: 1;
}
.VidBox:hover {
    opacity: .6;
}
/******Vid Close******/
.NoHeaderClose {
    background-color: white;
    border: black 3px solid;
    border-radius: 200px;
    padding: 10px;
    position: absolute;
    top: -3%;
    right: -2%;
    opacity: 1;
    z-index: 1;
}
/********Tabs*********/
.tabsContainer {
    margin-top: -80px;
}
.tabsContainerFrench {
    margin-top: -80px;
}
.tabs {
    height: 85px;
    clip-path: polygon(0 0, calc(100% - 2em) 0, 100% calc(100% - 3em), 100% 100%, 0 100%, 0 0);
}
.frenchtabs {
    height: 85px;
    clip-path: polygon(0 0, calc(100% - 2em) 0, 100% calc(100% - 3em), 100% 100%, 0 100%, 0 0);
}
.frenchtabtext {
    font-size: 2em;
}
/*******Accordion**********/
.accordion-item {
    border: none;
    border-radius: 0px;
}
#accordion-header-Advocacy[aria-expanded="true"] {
    background-color: #3DB5B7;
    color: white;
    border-radius: 0px;
}
#accordion-header-Advocacy[aria-expanded="false"] {
    background-color: #3DB5B7;
    color: white;
    border-radius: 0px;
}
#accordion-header-Reputation[aria-expanded="true"] {
    background-color: #345FA8;
    color: white;
    border-radius: 0px;
}
#accordion-header-Reputation[aria-expanded="false"] {
    background-color: #345FA8;
    color: white;
    border-radius: 0px;
}
#accordion-header-Tech[aria-expanded="true"] {
    background-color: #D0191D;
    color: white;
    border-radius: 0px;
}
#accordion-header-Tech[aria-expanded="false"] {
    background-color: #D0191D;
    color: white;
    border-radius: 0px;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
/***Text - CREA Colours***/

.txt-CREATeal {
    color: #24a0a1;
}
.txt-CREAAqua {
    color: #3DB5B7;
}
.txt-CREABlue {
    color: #345FA8;
}
.txt-CREADarkRed {
    color: #9F1C2F;
}
.txt-CREARed {
    color: #D0191D;
}
/*****BG CREA Colours*****/
.bg-CREATeal {
    background-color: #24a0a1;
}
.bg-CREAAqua {
    background-color: #3DB5B7;
}
.bg-CREABlue {
    background-color: #345FA8;
}
.bg-CREALightBlue {
    background-color: #66acde;
}
.bg-CREADarkRed {
    background-color: #9F1C2F;
}
.bg-CREARed {
    background-color: #D0191D;
}
/* Smaller devices (XS) */
@media screen and (max-width: 575px) {
    .card-title {
        font-size: 1.2em;
    }
    .card-text {
        font-size: .8em;
    }
    .regional-card {
        min-height: 100px;
    }
    .OMT-card {
        min-height: 100px;
    }
    .MessageText {
        width: 60%;
    }
    .quoteLeft {
        font-size: 3em;
        margin-top: 0;
    }
    .quoteRight {
        font-size: 3em;
        margin-top: 60px;
    }
    .quoteLeftFR {
        font-size: 5em;
        margin-top: -30px;
    }
    .quoteRightFR {
        font-size: 5em;
        margin-top: 30px;
    }
    .SocialStatement {
        font-size: 1.5em;
     }
}	
/***Extra break for hiding tabs in the first two breakpoints***/
@media screen and (max-width: 768px) {
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1 !important;
    }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 2em;
    }
    .diveTitle {
        font-size: 1.5em;
    }
    .play {
        width: 100px;
    }
    .card-title {
        font-size: 1.8em;
    }
    .card-text {
        font-size: 1em;
    }
    .regional-card {
        min-height: 100px;
    }
    .OMT-card {
        min-height: 120px;
    }
    .MessageText {
        width: 45%;
    }
    .quoteLeft {
        font-size: 3.5em;
        margin-top: 0px;
    }
    .quoteRight {
        font-size: 3.5em;
        margin-top: 55px;
    }
    .quoteLeftFR {
        font-size: 6em;
        margin-top: -40px;
    }
    .quoteRightFR {
        font-size: 6em;
        margin-top: 50px;
    }
    .SocialStatement {
        font-size: 1.7em;
    }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h2 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 2.2em;
    }
    .tabsContainer {
        margin-top: -72px;
    }
    .tabsContainerFrench {
        margin-top: -88px;
    }
    .tabs {
        height: 73px;
    }
    .frenchtabs {
        height: 92px;
    }
    .frenchtabtext {
        font-size: 1.3em;
    }
    .card-title {
        font-size: 2em;
    }
    .card-text {
        font-size: 1em;
    }
    .regional-card {
        min-height: 100px;
    }
    .OMT-card {
        min-height: 15px;
    }
    .MessageText {
        width: 60%;
    }
    .diveTitle {
       font-size: 1em;
    }
	    .VidBox {
        height: 120px;
    }
    .reportLinktxt {
        font-size: 1.2em;
        line-height: 1.2em;
    }
    .play {
        width: 75px;
    }
    .quoteLeft {
        font-size: 3.5em;
        margin-top: 0;
    }
    .quoteRight {
        font-size: 3.5em;
        margin-top: 70px;
    }
    .quoteLeftFR {
        font-size: 6em;
        margin-top: -40px;
    }
    .quoteRightFR {
        font-size: 6em;
        margin-top: 30px;
    }
    .SocialStatement {
        font-size: 2em;
    }
     .polaroid {
        max-width: 300px !important;
      }
	 .captiontitle {
        font-size: 2em;
	  }
    .caption {
        font-size: 1em;
		margin-top: 1px;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .tabsContainer {
        margin-top: -84px;
    }
    .tabsContainerFrench {
        margin-top: -96px;
    }
    .tabs {
        height: 85px;
        clip-path: polygon(0 0, calc(100% - 2em) 0, 100% calc(100% - 3em), 100% 100%, 0 100%, 0 0);
    }
    .frenchtabs {
        height: 100px;
        clip-path: polygon(0 0, calc(100% - 3em) 0, 100% calc(100% - 3em), 100% 100%, 0 100%, 0 0);
    }
    .frenchtabtext {
        font-size: 1.5em;
    }
    p, li {
	font-size: 19px;
    }
    h1 {
        font-size: 3.4em;
    }
    h2 {
        font-size: 2.2em;
    }
    h3 {
        font-size: 2em;
    }
    h4 {
        font-size: 1.8em;
    }
	h5 {

    }
    .card-title {
        font-size: 1.6em;
    }
    .card-text {
        font-size: 1em;
		color: black;
		text-align: left;
    }
    .regional-card {
        min-height: 160px;
    }
    .OMT-card {
        min-height: 120px;
    }
	.MessageText {
        width: 30%;
    }
    .diveTitle {
        font-size: .95em;
    }
    .reportLinktxt {
        font-size: 1.8em;
    }
    .VidBox {
        height: 175px;
    }
    .reportLinktxt {
        font-size: 1.25em;
        line-height: 1.2em;
    }
    .play {
        width: 75px;
    }
    .SocialStatement {
        font-size: 2.2em;
    }
	.quoteLeft {
        font-size: 3.5em;
        margin-top: 0;
    }
    .quoteRight {
        font-size: 3.5em;
        margin-top: 45px;
    }
    .quoteLeftFR {
        font-size: 8em;
        margin-top: -55px;
    }
    .quoteRightFR {
        font-size: 8em;
        margin-top: 22px;
    }
      .polaroid {
        max-width: 300px;
      }
	  .captiontitle {
        font-size: 1.6em;
    }
    .caption {
        font-size: 1em;
		margin-top: 1px;
    }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	h3 {
        font-size: 2.5em;
    }
    .tabsContainer {
        margin-top: -84px;
    }
    .tabsContainerFrench {
        margin-top: -84px;
    }
    .tabs {
        height: 85px;
        clip-path: polygon(0 0, calc(100% - 2em) 0, 100% calc(100% - 3em), 100% 100%, 0 100%, 0 0);
    }
    .frenchtabs {
        height: 120px;
        clip-path: polygon(0 0, calc(100% - 3em) 0, 100% calc(75% - 3em), 100% 100%, 0 100%, 0 0);
    }
    .frenchtabtext {
        font-size: 1.5em;
    }
	p, li {
	font-size: 19px;
    }
    .diveTitle {
        font-size: 1.2em;
    }
    .VidBox {
        height: 250px;
    }
    .reportLinktxt {
        font-size: 1.8em;
        line-height: 1.2em;
    }
    .play {
        width: 100px;
    }
    .frenchtabtext {
        font-size: 2em;
    }
    .XquoteLeft {
        font-size: 4em;
        margin-top: 0;
    }
    .XquoteRight {
        font-size: 4em;
        margin-top: 50px;
    }
    .XquoteLeftFR {
        font-size: 8em;
        margin-top: -50px;
    }
    .XquoteRightFR {
        font-size: 8em;
        margin-top: 20px;
    }
    .SocialStatement {
        font-size: 2.5em;
    }
	 .polaroid {
        max-width: 300px;
      }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .quoteLeftFR {
        font-size: 8em;
        margin-top: -50px;
    }
    .quoteRightFR {
        font-size: 8em;
        margin-top: -25px;
    }
	@media (min-width: 1200px) {
      .polaroid {
        max-width: 300px;
      }
		p, li {
	font-size: 19px;
    }
}

/* Dark mode polish */
@media (prefers-color-scheme: dark) {
  :root{
    --caption-color: #eee;
    --polaroid-border: #2a2a2a;
    --polaroid-bg: #eee;           /* “dark paper” variation */
  }
}
	
.list-Leadership .mx-auto img{
 border-color:#727272;
 border-style:solid;
 border-width:1px;
}
