/**********************************/
/*         ibind.css       */
/**********************************/

/* Used for branding modifications of the i-bind website.
/* Author: Dan Villeneuve - Date modified: 01 August 2017.
/***********************************************************/

body {
    background-color:  #79a935;
    padding: 0px;
    margin: 0px;
    font-family: "Helvetica W02 Light", Arial, sans-serif;
    font-size: .8em;
}

sup {
  font-size: 30px;
  vertical-align: super;
}

sup-small {
  font-size: 15px;
  vertical-align: super;
}

#contentContainer {
    position: absolute;
    top: 0px;
    left:0px;
/*
    text-align: center;
    margin: 0px auto;
*/
    background-color: #07121e;
    color: #fff;
    width: 100%;
    display:flex;
    flex-direction: column;
}


#navContainer {
    position: relative;
    top: 0px;
    background-color: #07121e;
    color: #fff;
    padding: 15px 0px 10px 0px;
    /*white-space: nowrap; */
    width: 100%;
    display: table;
    list-style: none;
    vertical-align: bottom !Important;

}

#logo {
/*    position: relative;
    margin:10px 30px 10px 30px;
    float: left;*/
    text-align: left !Important;
    margin-left: 15px;
    margin-right:10px;
}

#menu {
/*    position: relative;*/
    display: table-row;
    color: #fff;
    text-align: justify;
}

#menu:after {
    content: '';
    display:inline-block;
    width: 75%;
}

#menu li {
/*
    position: relative;
    top: 48px;
*/
    display: table-cell;
    text-decoration: none;
    text-transform: uppercase;
    list-style-type: none;
    width: 15%;
    text-align: center;
/*
    padding: 0px 50px 0px 50px;
*/
    white-space: nowrap;
    vertical-align: bottom !Important;

}

#menu li:first-child {
    text-align: left;
}
#menu li a {

    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
}
#menu li a:hover {
    color: #fff;
    text-decoration: underline;
}



#loginButton {
    position: relative;
    padding: 8px 6px !Important;
    padding: 6px 0px \9 !Important;
    top: 15px !Important;
    top: 15px \9 !Important;

    right: -30px;
    width: 57px;
    width: 66px \9;
    height: 30px;
/*    float:right;*/

    background-image: url("../images/LoginBackground.jpg");
    background-repeat: no-repeat;
}

#bodyContainer {
    position: relative;
    top: 0px;
    top: 15px \9;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #79a935;
    flex-grow: 1;
}

#bannerImage {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

#bodyCopy {
    color: #fff;
    font-size: 1.2em;
    text-align: left !Important;
    position: relative;
    left: 40px;
    left: 40px \9;
    width: 65%;
    width: 65% \9;

    float:left;
}

.bodyTitle {
    position: relative;
    color: #000 !Important;
    font-size: 4em !Important;
    text-align: left !Important;
/*    left: 50px;
    left: 50px \9;
*/
    padding-bottom: 10px;
    display: inline-block;
}
#footnote {
    color: #000;
    position: relative;
    bottom: -55px;
    font-size:.7em !Important;
    font-style: italic;
}

.footnoteLinks {
  color: #fff;
  position: relative;
  bottom: -75px;
}

.reg {
    color: #000;
    font-size: 1.4em !Important;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top !Important;
}

#downloadApplicationsLinks {
    position: relative;
    top: 0px;
    height: 300px;
/*
    width: 20%;
/*
    width: 200px;
    width: 200px \9;
*/
    float: right;
    color: #000;
    text-align: left \9 !Important;
}
#downloadApplicationsLinks img {
    z-index: 0;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#downloadApplicationsLinks ul {
    position: relative;
    top: -160px;
    right: -25px;
    width: 270px;
    z-index: 5;
}
#downloadApplicationsLinks li {
    list-style-type: disc !Important;
    list-style-position: inside !Important;
    text-indent: -1.4em ;
    padding-left: 1.6em ;
    line-height: 1.3em;
    text-decoration: #b31b34;
    text-align: left !Important;
    color: #b31b34 !Important;
    display: table-cell \9;
    padding-bottom: 4px;
    padding-bottom:2px \9;
    font-size: 1.3em;

}
#downloadApplicationsLinks a {
    color: #000;
    text-align: left !Important;
	font-size:12px;
}

#downloadApplicationsLinks a:hover {
    text-decoration: none;
}
