/* ---------------------------- Utils ---------------------------- */

.blocky {
    display: block;
}

.blockyExtra {
    display: block;
    margin-top: 1.0em;
}

.largeText {
    font-size: 1.3em;
    font-weight: bold;
    margin: 1.5em 0;
    text-align: center;
}

.largerText {
    font-size: 1.6em;
    font-weight: bold;
    margin: 1.5em 0 0.8em 0;
    text-align: center;
}

.largerText2 {
    font-size: 1.8em;
    font-weight: bold;
    margin: 1.5em 0 0.8em 0;
    text-align: left;
}

.largerpText {
    font-size: 1.3em;
}


.spacer {
    margin-top: 1.0em;
}


/* ---------------------------- DIV spacing ---------------------------- */

.row.oneStep {
    margin-top: 2em;
}

/* ---------------------------- 2 columns ---------------------------- */

.oneContentTwoColumns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    height: 70px;
}

.oneContentTwoColumns li {
    list-style-type: none;
}

/* ---------------------------- Social media ---------------------------- */

.socialMedia {
    overflow-y: auto;
    overflow-x: hidden;
}

.socialMedia a.socialbutt {
    display: block;
    /*max-width: 400px;
    min-height: 47px;
    height: auto;
    color: #131313;
    font-weight: inherit;
    border-radius: 4px;
    background: #e9e9e9;*/
    font-size: 1em;
    line-height: 2.0em;
    padding: 0px 10px 0px 35px;
    border-bottom: none;
}

.socialMedia a.socialbutt {
    text-decoration: none;
}

.socialMedia ul.socialbut1 {
    margin-left: 0px;
    list-style-type: none;
}

.socialMedia a.twitter {
    background: transparent url(../images/sm/twitter.png) top left no-repeat;
}

.socialMedia a.facebook {
    background: transparent url(../images/sm/facebook.png) top left no-repeat;
}

.socialMedia a.instagram {
    background: transparent url(../images/sm/instagram.png) top left no-repeat;
}

.socialMedia a.linkedin {
    background: transparent url(../images/sm/linkedin.png) top left no-repeat;
}

.socialMedia a:hover.twitter, .socialMedia a:focus.twitter, .socialMedia a:hover.facebook, .socialMedia a:focus.facebook, .socialMedia a:hover.instagram, .socialMedia a:focus.instagram, .socialMedia a:hover.linkedin, .socialMedia a:focus.linkedin {
    opacity: 0.8;
}

.socialMedia ul li a {
    font-weight: normal;
}

@media (max-width: 800px) {

    .oneContentTwoColumns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        height: 100%;
    }

    .socialMedia a.socialbutt {
        width: 100%;
    }
}

/* ---------------------------- Flex boxes ---------------------------- */

.flex-grid {
    display: flex;
  }

.flex-reg {
    flex: 0 0 0em !important;
  }
  .col {
    flex: 1;
  }
  .bgGrey {
    list-style-type: none;
    background-color: #ebebeb;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    padding: 0.5em;
    margin-right: 0.5em;
  }
  .bgGrey2 {
    list-style-type: none;
    padding: 0.5em;
    background-color: #ebebeb;
  }

/*
.flex-item-left {
    flex: 45%;
}

.flex-item-right {
    flex: 45%;
}

.reso {
    display: flex;
    flex-wrap: wrap;
}

.reso::after {
    content: "";
    flex: 0 0 50%;
    max-width: 50%;
}

.reso>li {
    background: #ebebeb;
    list-style-type: none;
    border: 1px solid #333;
    border-radius: 3px;
    padding: 0.5em;
    margin-right: 0.5em;
}*/

/*.reso>li:nth-child(even) {
    background: #ebebeb;
}

.reso>li:nth-child(odd) {
    background: #fff;
}*/


/* - flex mobile - */

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {

    .flex-grid {
          flex-direction: column;
    }

    .flex-grid .col {
          margin-bottom: 0.5em;
    }

    /*.flex-item-right, .flex-item-left {
        flex: 100%;
    }

    ul.reso {
        margin-left: 0px;
    }*/
}


p.webImage {
    background: transparent url(../images/web-thumb-eng.png) top center no-repeat;
    width: 161px;
    height: 259px;
    border: 1px #c0c0c0 solid;
}

p.webImage_f {
    background: transparent url(../images/web-thumb-fra.png) top center no-repeat;
    width: 148px;
    height: 259px;
    border: 1px #c0c0c0 solid;
}

p.appImage {
    background: transparent url(../images/form-thumb-eng.png) top center no-repeat;
    width: 197px;
    height: 259px;
    border: 1px #c0c0c0 solid;
}

p.appImage_f {
    background: transparent url(../images/form-thumb-fra.png) top center no-repeat;
    width: 197px;
    height: 259px;
    border: 1px #c0c0c0 solid;
}

p.handoutImage {
    background: transparent url(../images/posteraffiche-thumb-eng.png) top center no-repeat;
    width: 200px;
    height: 259px;
    border: 1px #c0c0c0 solid;
}

p.handoutImage_f {
    background: transparent url(../images/posteraffiche-thumb-fra.png) top center no-repeat;
    width: 200px;
    height: 259px;
    border: 1px #c0c0c0 solid;
}

p.emailsImage {
    background: transparent url(../images/emailcourriels-thumb-eng.png) top center no-repeat;
    width: 200px;
    height: 63px;
    border: 1px #c0c0c0 solid;
}

p.emailsImage_f {
    background: transparent url(../images/emailcourriels-thumb-fra.png) top center no-repeat;
    width: 200px;
    height: 63px;
    border: 1px #c0c0c0 solid;
}

p.ppImage {
    background: transparent url(../images/pp-thumb-eng.png) top center no-repeat;
    width: 200px;
    height: 113px;
    border: 1px #c0c0c0 solid;
}

p.ppImage_f {
    background: transparent url(../images/pp-thumb-fra.png) top center no-repeat;
    width: 200px;
    height: 113px;
    border: 1px #c0c0c0 solid;
}

.ppEighteen {
    background: transparent url(../images/ppEighteen.png) top left no-repeat;
    width: 125px;
    height: 100px;
    float: left;
    margin-right: 10px;
}

ul.ppText li {
    font-weight: bold;
}

.eighteenInside {
    width: 100%;
}


.col li a {
    text-decoration: none;
}

.col li a:hover {
    opacity: 70%;
    text-decoration: underline;
}

/* ---------------------------- Expand/collapse ---------------------------- */

details.openClose {
    margin-bottom: 1em;
    margin-top: 1.0em;
    padding: 5px;
    background-color: #fff;
    outline: 1px solid #fff;
}

details.openClose summary {
    margin-bottom: 0.8em;
    cursor: pointer;
    margin-left: 0;
    list-style: none;
}

details.openClose summary::-webkit-details-marker {
    display: none;
}


details.openClose summary h3 {
    /*color: #481773;*/
    color: #6a0032;
    font-size: 1.4em;
    font-weight: bold;
    display: inline;
    margin-left: 1.5em;
}

.bigh3 {
    /*color: #481773;*/
    color: #6a0032;
    font-size: 1.4em;
    font-weight: bold;
}

ul.reso li h4 {
    font-size: 1.3em;
}

/* - Long description mods - */

details.newlongdesc summary {
    cursor: pointer;
}

details.newlongdesc summary:before {
    top: 0em !important;
}

details.newlongdesc p:first-of-type {
    margin-top: 1.0em;
}

/* ---------------------------- Footnote appearance ---------------------------- */

a.fn-lnk {
    /*background-color: #481066;*/
    background-color: #6a0032;
    /*font-size: 1.0em;*/
    color: #fff;
    padding: 2px 4px;
    text-decoration: none;
}

a.fn-lnk:hover {
    background-color: #ebebeb;
    /*color: #481773;*/
    color: #5a0027;
}


/* ---------------------------- Email samples ---------------------------- */

.emailSample {
    background: url(../images/emailSample.png) top left no-repeat;
    width: 142px;
    height: 136px;
    float: right;
    padding: 0 0 0.5em 0.5em;
    /*border: 1px #666 solid;*/
}

.emailSample_f {
    background: url(../images/emailSample_f.png) top left no-repeat;
    width: 144px;
    height: 136px;
    float: right;
    padding: 0 0 0.5em 0.5em;
    /*border: 1px #666 solid;*/
}

@media (max-width: 800px) {

    .emailSample, .emailSample_f {
        width: 100%;
        border: 0;
    }
}


/* ---------------------------- Poster ---------------------------- */

.greyBG {
    background-color: #ebebeb;
    border-radius: 5px;
    border: 1px #666 solid;
    padding: 1.8em 0.8em 0.5em 0.8em;
}


.buttonGrey, .buttonWhite {
    float: right;
}

.buttonGrey, .buttonWhite {
    /*float: right;*/
}

/* Responsive layout - button moves to next line */
@media (max-width: 800px) {
    .greyBG {
        margin-bottom: 1.0em;
    }

    .buttonGrey, .buttonWhite {
        display: block;
        float: none;
    }

    .buttonGrey a.button2019am, .buttonWhite a.button2019am {
        margin: 0 0 0.5em 0;
    }
}

.col1am, .col2am, .col1js, .col2js {
    width: 45%;
    border: 1px solid #8a8a8a;
    border-radius: 5px;
    margin: 0 15px 20px 0;
    float: left;
    /* min-height: 415px; */
    box-shadow: 5px 5px 5px #dfdfdf;
}

.col1am {
    min-height: 380px;
    width: 45%;
    margin-top: 20px;
}

.col1js {
    min-height: 280px;
    width: 45%;
    margin-top: 20px;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
    .col1am, .col2am, .col1js, .col2js {
        display: block;
        width: 100%;
    }
}

.col1am h2, .col2am h2, .col3am h2,
.col1js h2, .col2js h2, .col3js h2 {
    background: #5d5d5d;
    color: white;
    padding: 0.7em 1.0em 0.5em 1.0em;
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 1.3em;
    min-height: 30px;
}

.col1js h3 {
    padding: 0.7em 1.0em 0.5em 1.0em;
    margin: 0 0 20px 0;
    color: #000;
}

.col1js p {
    padding: 0 1.3em;
}

.purple {
    /*border-color: #592c82;*/
    border-color: #852e57;
}

.col1am ul {
    margin-right: 50px;
}

.col1am h2 {
    text-align: left;
}

.purple h2 {
    /*background: #592c82;*/
    background: #852e57;
    min-height: 2.3em;
}

.maroon h2 {
    background: #6a0032;
    min-height: 2.3em;
}

.poster img {
    max-width: 100%;
}

.varA {
    width: 62%;
    border: 1px #c0c0c0 solid;
}

a.button2019am {
    width: 200px;
    /* background: #00bed6; */
    background: #fff;
    box-shadow: 3px 3px 3px #b5b5b5;
    border-radius: 3px;
    border: 1px solid #ccd5d1;
    text-align: center;
    padding: 10px;
    margin: 0 10px 20px 40px;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    color: #0d0d0d;
    /* width: 125px; */
    font-size: 1em;
    line-height: 1em;
}

/* ---------------------------- Application forms ---------------------------- */

.lineSig {
    display: inline-block;
    border-bottom: 1px solid #000;
    width: 150px;
}

/* ---------------------------- PowerPoint ---------------------------- */

p.taxImg_e {
    background: transparent url(../images/pp-one_e.png) top center no-repeat;
    width: 210px;
    height: 215px;
    float: left;
    margin: 0 1.0em 0.5em 0;
}
p.taxImg_f {
    background: transparent url(../images/pp-one_f.png) top center no-repeat;
    width: 210px;
    height: 215px;
    float: left;
    margin: 0 1.0em 0.5em 0;
}

.section1 {}

p.taxImg2 {
    background: transparent url(../images/pp-two.png) top center no-repeat;
    width: 290px;
    height: 210px;
    float: right;
    padding: 0 0 0.5em 0.5em;
    border: 1px #666 solid;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
    p.taxImg, p.taxImg2 {
        display: block;
        width: 100%;
        border: 0px;
    }
}