﻿
.contactinfo {
    width: 94%;
    margin-top: 1ex;
    line-height: 200%;
    margin-left: 2em;
    cursor: pointer;
    height: 95%;
}
.popUpAbout {
    width: 80%;
    margin: auto;
    height: 85%;
    margin-top: 1%;
    padding: 2em;
    max-width: 980px;
    position: relative;

    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.56);
    box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.56);
    background-color: rgb(255, 255, 255);
}

.popUpLinks, .popUpContact {
    margin: auto;
    margin-top: 1%;
    padding: 2em;
    position: relative;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.56);
    box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.56);
    background-color: rgb(255, 255, 255);
    width: auto;
    width: 768px;
    min-height: 50%;
    height: auto;
}
.closeBtnCls {
    background-color: transparent;
    border: none;
    font-weight: bold;
    position: absolute;
    top: -0ex;
    right: 0px;
    font-size: 32px;
    cursor: pointer;
    color: gray;
}











.aboutImageCon {
width: 100%;
 
  max-height: 55%;
  height: auto;
}
.aboutTile .page2Article img {
  width: auto;
  max-width: 80%;
  min-width:20%;
  margin: auto;
  display: block;
  max-height: 100%;
  margin-top: 2em;
}
#lastAboutTile {
    background-image: url('../images/leftChev.png');
      background-color: transparent;
  border: none;
  height: 32.6px;
  width: 98.8px;
    opacity:.5;
  cursor:pointer;
}

#lastAboutTile:hover {
      opacity:1;
}
#nextAboutTile {
    background-image: url('../images/rightChev.png');
      background-color: transparent;
  border: none;
  height: 32.6px;
  width: 102px; 
  opacity:.5;
  cursor:pointer;
}
#nextAboutTile:hover {
  opacity:1;
}
.nextLastBtnCon span {
  font-size: 37px;
  vertical-align: bottom;
  margin: 0ex 1em;
  color:gray;
}
#popUpContactCon, #popUpLinksCon, #popUpAboutCon {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  margin: auto;
  z-index:9;
  background-color: rgba(0, 0, 0, 0.6);
}
.page2Article {
    padding: 0px;
    margin: 0px;
    line-height: 150%;
    font-weight: bold;
    height: auto;
    width: 100%;
    background-color: white;
    overflow: auto;
    max-height: 100%;
}








body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

* {
    font-family: helvetica !important;
    outline:none;
     font-family:helvetica;
}

html {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.aboutTile {
height: 96%;
  width: 100%;
}

.headerBottomBar div {
  width: 88px;
  vertical-align: top;
  display: inline-block;

}

.headerBottomBar input {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 18px;
  cursor:pointer;
  text-align: center;
}
form {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.emailButton {
    background-color: #4d90fe;
    border: 1px solid #2A6EDB;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    min-width: 54px;
    padding: 0 8px;
    margin-right: 24px;
}

    .emailButton:hover {
        background-color: #264C8A;
    }
.LRgradient {
    background: rgb(173,173,173); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(173,173,173,1) 0%, rgba(173,173,173,1) 15%, rgba(255,255,255,1) 74%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(173,173,173,1)), color-stop(15%,rgba(173,173,173,1)), color-stop(74%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(173,173,173,1) 0%,rgba(173,173,173,1) 15%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(173,173,173,1) 0%,rgba(173,173,173,1) 15%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(173,173,173,1) 0%,rgba(173,173,173,1) 15%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(173,173,173,1) 0%,rgba(173,173,173,1) 15%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

/*.contactinfo {
  width: 64%;
  margin-top: 4ex;
  line-height: 200%;
  margin-left: 2em;
  cursor:pointer;
}*/
.contactinfo span, .contactinfo label {
  color: gray;
  font-weight: bold;
  font-size: 18px;
}
#greenSideBar input {
  background-color: transparent;
  border: none;
  color: white;
  font-weight: bold;
  font-size: 16px;
}



/*#popUpContactCon, #popUpLinksCon, #popUpAboutCon {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  margin: auto;
  z-index:9;
}*/

/*.nextLastBtnCon span {
  font-size: 37px;
  vertical-align: bottom;
  margin: 0ex 1em;
}*/

.nextLastBtnCon {
  text-align: center;
  width: 100%;
}


/*#lastAboutTile {
    background-image: url('../images/leftChev.png');
      background-color: transparent;
  border: none;
  height: 32.6px;
  width: 98.8px;
}*/




/*#nextAboutTile {
    background-image: url('../images/rightChev.png');
      background-color: transparent;
  border: none;
  height: 32.6px;
  width: 102px;
}*/



/*.popUpAbout, .popUpLinks, .popUpContact {
  width: 80%;
  margin: auto;
  background-color: rgb(244, 244, 244);
  height: 85%;
  margin-top: 1%;
  -webkit-box-shadow: 0 3px 7px 3px #747474;
  box-shadow: 0 3px 7px 3px #747474;
  padding: 2em;
  max-width: 980px;
  position: relative;
}*/

.wrapper {
  height: AUTO;
  width: 96%;
  margin: auto;
  padding: 2em;
  max-width: 900px;
  position: relative;
}

.imageInformation {
    width: 100%;
   
}

.inline {
    display: inline-block;
    vertical-align: top;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.link1 {
    font-family: inherit;
    color: white;
    text-decoration: none;
}
.lblBioCon {
  padding: 2em;
  line-height: 200%;
  text-align:left;
}


/*.aboutTile .page2Article img {
  width: auto;
  max-width: 80%;
  min-width: 20em;
  margin: auto;
  display: block;
  max-height: 100%;
    margin-top: 2em;
}*/



.linksPopupCon {
  line-height: 200%;
  margin: 2em;
  font-size: 20px;
}


/*.aboutImageCon {
width: 100%;
  min-height: 60%;
  max-height: 55%;
  height: 100%;
}*/

/*.page2Article {
    padding: 0px;
    margin: 0px;
    line-height: 150%;
    font-weight: bold;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: white;
}*/

.header1 {
    width: 100%;
    max-width: 1024px;
    color: white;
    height: 180px;
    border-bottom: solid 1px black;
    text-shadow: -1px 2px 4px rgb(87, 87, 87);
}

.header2 {
    margin-top: 0px;
    margin-left: 55px;
    position: relative;
    top: 65px;
    font-weight: bold;
    font-size: xx-large;
}
.header3 {
    width: 100%;
    max-width: 1024px;
    height: 180px;
    border-bottom: solid 1px black;
    text-shadow: -1px 2px 4px rgb(165, 165, 165);

}
.header4 {
    width: 100%;
    max-width: 1024px;
    height: 180px;
    text-shadow: -1px 2px 4px rgb(165, 165, 165);
}
.nav1 {
    width: 100%;
    background-color: black;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 26px;
    padding-top: 4px;
}

.nav2 {
    font-size: 18px;
    color: white;
    margin: auto;
    width: 60%;
}

.nav3 {
    width: 24%;
    text-align: center;
    font-style: italic;
}
.nav4 {
width: 99.6%;
background-color: rgb(241, 241, 241);
margin-top: 0px;
margin-bottom: 0px;
height: 55px;
padding-top: 4px;
border: solid 2px lightgray;
}

.nav5 {
font-size: 20px;
color: rgb(92, 92, 92);
margin: auto;
width: 60%;
margin-top: 14px;
}

.articleBody {
    width: 100%;
    margin: auto;
    border-top: solid 1px black;
    height: 100%;
    background-image: url('../17/images/bottomBG.gif');
    background-repeat: no-repeat;
}

.articleBody2 {
    width: 100%;
margin: auto;
height: 100%;
background-repeat: no-repeat;

}

.SubHeader {
    margin: 12px;
    font-weight: bold;
    font-size: 18px;
}
header {
    width:100%;
}
.headerTopBar {
  width: 100%;
  height: 16px;
  background-color: rgb(0, 73, 145);
}
.headerBottomBar {
  width: 100%;
  height: 24px;
  background-color: #cf702c;

}
.lblHeaderConCls {
            position: absolute; z-index: 1; width: 45%; text-align: right;
            }

.headerCenter {
  width: 45%;
  height: auto;
  margin: .6ex 0em;
}

#lblHeader1 {
    color:white;
}

.headerImage {
  height: auto;
  margin-left: 0px;
  border: 4px solid white;
  position: relative;
  top: -4px;
  display: inline-block;
  vertical-align: top;
  width: 100%;

}

#mainTitleCon {
    width:100%;
}
#greenSideBar {
      width: 12%;
        height: 40ex;
          position: relative;
          position: relative;
}


#bulletCon {
  width: 80%;
}


span#lblSubHeader {
  color: white;
}

#headerImageCon {
  width: 40%;
  max-height: 500px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
    height: auto;
      padding-bottom: 7ex;
}
div#titleArticle {
  display: inline-block;
  width: 59%;
  vertical-align: top;
}


.shadowCon {
  background-image: url('../5/images/shadowTemplate.png');
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0px;
  top: -6ex;
  opacity:.6;
}
#bodyArticle {
  position: relative;
  padding: 0ex 1em;
  margin-bottom: 6ex;
}


.firstParagraph {
    margin-top: 0ex;
}


#lblCenterArticle2, #lblCenterArticle3, #lblCenterArticle4 {
    
  line-height: 180%;
}



navMobile div {
    width: 100%;
}

.headerCon .siteWidth navmobileicon img {
    width: 32px;
    height: 32px;
    display: none;
}

.headerCon .siteWidth navmobileicon input {
    width: 34px;
    height: 34px;
    display: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

navmobileicon {
    position: absolute;
    top: 1em;
    display:none;
    right: .5em;
      z-index: 9;
}

.navCon {
  width: 100%;
  display: block;
  text-align: left;
  margin-left: 1em;
  position: absolute;
  z-index: 1;
 
  width: 16em;
  RIGHT: -12ex;
}

    .navCon input {
        background-image: url('../images/template6navBtn.png');
        width: 100%;
        text-align: left;
        border: none;
        height: 100%;
        cursor: pointer;
        color: white;
        font-size: 18px;
    }
    .navCon input:hover {

         color: black;
    }
.navCon div {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}


.navCon div input {
    background-color:transparent;
    border:none;
    padding:0px;
    margin:0px;
    color:white;
    cursor:pointer;
}
#mainTitleCon div {
    width: 100%;
}

#mainTitleCon span {
  width: 100%;
  text-align: center;
  color: white;
}

#mainTitleCon h1 {
    color: gray;
}

/*.greenSideBar2 img {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    height: 60%;
    left: 0px;
}
#greenSideBar img {
    position: absolute;
    bottom: 10px;
    z-index: -1;
    width: 110%;
    left: 9px;
}*/
.greenSideBar2 {
    border-bottom: 5px solid #1F3535;
    margin-top: 10px;
    color: white;
    margin: auto;
    line-height: 150%;
    font-family: helvetica;
    font-weight: bold;
    background-color: #336666;
    width: 5em;
    height: 90%;
    padding-left: .6em;
    padding-top: 1ex;
    position: relative;
    border-top: 5px solid #598E8E;
}

/*.closeBtnCls {
    background-color: transparent;
    border: none;
    float: right;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 32px;
    cursor:pointer;
}*/
.juryBoxImageTemp1 img {
  width: 195px;
  border: solid 4px gray;
}
.shadowOver {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    height: 170px;
    left: 0px;
    opacity: .5;
}
footer {
    text-align: center;
    font-size: 12px;
    margin-bottom: 12px;
    margin-top: 2ex;
}
.barShadow {
    position: absolute;
    bottom: 9px;
    z-index: -1;
    width: 112%;
    left: 7px;
    opacity: .7;
}

.barShadowMain {
  position: absolute;
  bottom: -10px;
  z-index: -1;
  width: 123%;
  left: -14px;
  opacity: .7;
}


.supremeCourtImg {
    position: absolute;
    bottom: -5ex;
    right: -28em;
    z-index: 1;
}

.imageInformation {
  margin: 0%;
  max-height: 100%;
  height: auto;
  max-width: 100%;
  width: auto;
}
              .template6HeaderImgCls {
                vertical-align:top;position: relative;right: -100%;
                }

                 .temp6grayBarCls
                {
                width: 40%; height: 261px; position: absolute; top: 0px; z-index: -1; right: 0px;
                }



                                 .template6HeaderPixleImgCls {
                position: absolute; height: 275px; width: 100%; left: 0px;
                }



    #bulletCon div {
  margin: 2ex 0em;
}



    .quickContactCon {
  float: right;
  position: absolute;
  top: -0ex;
  right: 5%;
  padding:0ex 0em;
}

.quickContactCon label {
  color: white;
    display: inline-block;
  vertical-align: top;
  margin-top:.3ex;
  color:gray;
  font-weight:bold;
}

/****/
/*mobile*/
/*0-1024w*/
/*+-1+*/
@media only screen and (min-width: 0px) and (max-width: 800px) {

    #lastAboutTile {
        width: 58.8px;
        background-position-x: -40px;
    }
    
    #nextAboutTile {
  width: 65px;
}
    
    .quickContactCon label {
  color:white;
}
    .quickContactCon {
        right: 30%;
    }
    #bulletCon div {
  margin: 0ex;
}
    
    
    .template6HeaderPixleImgCls {
                    position:relative;
                }
.lblHeaderConCls {
  width: 90%;
  margin-top: 5ex;
  text-align: left;
  padding-left: 1em;
}
    
    .temp6grayBarCls {
        display:none;
    }


                  .template6HeaderImgCls {
                display:none;
                }
    .supremeCourtImg {
        display:none;
    }
    
    h2 {
        font-size: 22px;
    }

    .navCon {
        display: none;
    }

    .headerCenter {
        margin: 0ex 0em;
        width:100%;
    }


    .divHeaderCon {
        width: 90%;
    }


    #bulletConMobile {
        display: block;
    }



  


    span#lblSubHeader {
        font-size: 20px;
        line-height: 100%;
        margin: 0px;
        padding: 0px;
    }

    #lblBulletHeader {
        font-size: 20px;
        line-height: 100%;
        margin: 0px;
        padding: 0px;
    }

    #lblHeader2 {
        display: block;
        font-size: 28px;
        line-height: 100%;
        margin: 0px;
        padding: 0px;
    }



    .closeBtnCls {
         right: .5em;
  top: .5ex;
    }


    div#Portal {
        display: none;
    }

    a#hyprLnkUrl {
        font-size: 22px;
    }

    .contactinfo span, .contactinfo label {
        font-size: 22px;
    }

    .shadowCon {
        display: none;
    }

    .navMobile {
        display: block !important;
    }

    navmobileicon {
        display: block;
        top: 0em;
    }

    navMobile div {
        width: 90%;
        margin-bottom: 0em;
        padding: .5em 3ex !important;
    }

        navMobile div a {
            color: rgb(148, 148, 148);
            font-size: 18px;
            text-decoration: none;
        }

    navMobile {
        position: absolute;
        z-index: 33;
        background-color: rgb(247, 247, 247);
        width: 100%;
        top: 6ex;
        padding-top: 1ex;
        -webkit-box-shadow: 0 3px 4px 0px #A3A3A3;
        box-shadow: 0 3px 4px 0px #A3A3A3;
    }

    #greenSideBar {
        display: none;
    }


    .wrapper {
        width: 100%;
        margin: 0px;
        padding: 0px;
        padding-top: 0ex;
        padding-bottom: 1ex;
    }

    #headerImageCon {
        display: none;
    }

    #bulletCon {
        width: 96%;
        margin-bottom: 5ex;
    }

    div#titleArticle {
        width: 99%;
        font-size: 20px;
        letter-spacing: .3px;
        line-height: 200% !important;
    }

    #bodyArticle {
        width: 90%;
        font-size: 20px;
        letter-spacing: .3px;
        line-height: 200% !important;
        margin-left: 1em;
        padding: 0px;
    }


    #mainTitleCon {
        margin-top: 2ex;
    }



    .popUpAbout, .popUpLinks, .popUpContact {
        width: 90%;
        margin-left: auto;
        padding: 12px;
        height: auto;
        margin-top: 4ex;
    }

    .contactinfo {
        width: 100%;
        margin: 5ex 0em;
    }


    .PortalClsSml {
        margin: 0px !important;
        padding: 0px;
        float: none !important;
        position: relative !important;
        left: -1em;
    }

    .linksPopupCon {
        line-height: 200%;
        margin: 1em;
        font-size: 16px;
        word-break: break-all;
    }

    .aboutImageCon {
        width: 100%;
        min-height: 20%;
        max-height: 60%;
        height: 100%;
        display: block;
        position: relative;
    }


    .aboutTile {
        height: 90%;
        width: 100%;
    }

        .aboutTile .page2Article img {
            width: auto;
            max-width: 100%;
            min-width: 8em;
        }

    .page2Article {
        padding: 0px;
        margin: 0px;
        line-height: 150%;
        font-weight: bold;
        height: 100%;
        width: 100%;
        overflow: auto;
        background-color: white;
        height: 50ex;
    }

    #navMobile input {
        background-color: transparent;
        border: none;
        margin: 0ex;
        padding: .5em;
        width: 100%;
        font-size: 24px;
    }
}
