/* CSS for Winnipeg */

/* NOTES:
#divName
.className
colour for identifying cells etc :     /*background-color: #AA11BB;
class specific table cells: e.g. containing row class is navstrip : tr.navstrip td { rules }
center button within td :     display: block; margin: auto;
 */

/*LAYOUT*/

body {
    width: 100%;
    height: auto;
    font-family: "Avenir", "Open sans", sans-serif;
    background-color: #252F64;
    color: #252F64
}

.headerImage {
    width: 970px;
    height: 197px;
    background-image: url("images/winnipeg-header.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: auto;
    margin-right: auto;
}

#container {
    font-family: "Avenir", "Open sans", sans-serif;
    width: 950px;
    height: auto;
    display: grid;
    grid-template-columns: 300px 300px 370px;                     /* 3 columns first=300px, second=300px third=370px */
    grid-template-rows: repeat(3, 175px);                   /* 3 rows, 175px each high */
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding:10px;
}

/*.winnipegChamberOfCommerceLogo {                             !* top left *!*/
/*    width: 337px;*/
/*    height: 83px;*/
/*    background-image: url("images/WinnipegChamberLogo");*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*    margin-top: 20px;*/
/*}*/

.divEmptyTransparent {
    width: 100%;
    background-color: transparent;
}

.tradeCertCanadaLogo {                                      /* top right */
    width: 548px;
    height: 165px;
    background-image: url("images/TradeCert_Canada.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 60% 60%;
    background-color: transparent;
    margin-right: 100px;
}

.benefits {
    font-family: "Avenir", "Open sans", sans-serif;
    font-size: 1.0em;
    color: #252F64;
    width: 600px;
    background-color: transparent;
    padding-top: 20px;
    text-align: center;
}

.downloads {
    font-family: "Avenir", "Open sans", sans-serif;
    font-size: 0.8em;
    text-align: center;
    width: auto;
    height: auto;
    margin-left:60px;
}

.retrieveLogin {
    width: auto;
    height: 79px;
    font-family: "Avenir", "Open sans", sans-serif;
    color: #252F64;
    font-size: 0.7em;
    text-align: center;
    border-top: #CBECF3;
    border-top-style: solid;
    border-top-width: 1px;
}

.haventRegistered1 {
    font-family: "Avenir", "Open sans", sans-serif;
    font-size: 0.8em;
    text-align: left;
    color: #252F64;
    width: auto;
    height: auto;
    border-top: #CBECF3;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 20px;
}

.haventRegistered2 {
    font-family: "Avenir", "Open sans", sans-serif;
    font-size: 0.8em;
    text-align: left;
    color: #252F64;
    width: 350px;
    height: auto;
    border-top: #CBECF3;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 20px;
}

.divHyperlink {                                         /* enables hyperlinking of css controlled images */
    width: 100%;
    height: 100%;
}


/* TEXT */
p {
    font-family: "Avenir", "Open sans", sans-serif;
    font-size: 1.0em;
    color: #252F64;
}

h1 {
    font-family: "Avenir", "Open sans", sans-serif;
    font-size: 0.8em;
    font-style: oblique;
    text-align: center;
    padding-top: 46px;
    color: #252F64;
}

h2 {
    font-family: "Avenir", "Open sans", sans-serif;
    font-size: 1.0em;
    color: #252F64;
    text-align: center;
    padding-top: 30px;
    font-style: oblique;
}

h3 {
    font-family: "Avenir", "Open sans", sans-serif;
    font-style: oblique;
    font-size: 1.2em;
    text-align: left;
    color: red;
    margin-left: 60px;
}

h4 {
    font-family: "Avenir", "Open sans", sans-serif;
    color: #252F64;
    font-size: 0.8em;
    text-align: left;
    margin-left: 60px;
}

/* LOGIN FORM */

.loginBox {
    height: auto;
    width: 350px;
    background-color: #F0EEEC;
    text-align: center;
    background-image: url("images/world_bg75percent.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-blend-mode: color-dodge;
    border-top: #CBECF3;
    border-top-style: solid;
    border-top-width: 1px;
}

.loginCredentials {
    font-family: "Avenir", "Open sans", sans-serif;
    color: #252F64;
    font-size: 0.8em;
    font-weight: bold;
    padding-top: 20px;
}

.loginSubmitButton {
    font-family: "Avenir", "Open sans", sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    color: #ffffff;
    background-color: #252F64;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* FOOTER */

.bottomBox1 {
    background-color: #4E8ABE;
    height: 30px;
    width: 970px;
    border-style: solid;
    border-width: 1px;
    border-color: #4E8ABE;
    vertical-align: top;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.bottomBox2 {
    background-color: #4E8ABE;
    height: 30px;
    width: 350px;
    border-style: solid;
    border-width: 1px;
    border-color: #4E8ABE;
    vertical-align: top;
    position: relative;
}

.copyRightNotice {
    font-family: "Avenir", "Open sans", sans-serif;
    color: #ffffff;
    padding-top: 10px;
    font-size: 0.6em;
    padding-right: 5px;
    text-align: end;
}
/*footer-row-specific hyperlink*/
.copyRightNotice a:link {
    color: #ffffff;
}

.copyRightNotice a:visited {
    color: #DD7927;
}

/* HYPERLINKS */

/* unvisited link */
a:link {
    font-family: "Avenir", "Open sans", sans-serif;
    font-size: 1.0em;
    color: #252F64;
}

/* visited link */
a:visited {
    font-family: "Avenir", "Open sans", sans-serif;
    font-size: 1.0em;
    color: #ff4d15;
}


/* LISTS */

ul {
    font-family: "Avenir", "Open sans", sans-serif;
    text-align: left;
    font-size: 0.8em;
    list-style-position: inside;
    line-height: 20px;
    color: #252F64;
}


ol {
    font-family: "Avenir", "Open sans", sans-serif;
    list-style-position: inside;
    font-size: 1.0em;
    text-align: left;
    color: #025D4C;
}

li {
    font-family: "Avenir", "Open sans", sans-serif;
    text-align: left;
    font-size: 1.0em;
    color: #252F64;
}

li a:link {
    font-family: "Avenir", "Open sans", sans-serif;
    color: #252F64;
    font-size: 1.0em;
}

li a:visited {
    font-family: "Avenir", "Open sans", sans-serif;
    color: #DD7927;
    font-size: 0.9em;
}
