﻿body {
  background-color: #dededf;
  /*background-image:url(../Images/BodyBg.gif); background-repeat:repeat-x;*/
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#wrapper {
  background-color: #ffffff;
  margin: 0;
  padding: 0.5em;
}

.clear {
  /* clear: both; */
}

/* --- These classes are in the RVControls for Header and Footer*/
.clsMainFooter {
  background-color: #1e9337;
  width: 100%;
  height: 50px;
}

#defaultPage .clsFooter {
  width: 80%;
}

td[nowrap~="true"] {

}

.clsMainHeader {
  background-color: #0f2c4e;
  width: 960px;
  text-align: center;
  margin: 0 auto;
}

.clsTableFooterContainer {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  background-color: #1e9337;
}

.clsTablePageContainer {
  margin: 0 auto;
  padding: 0px 0 0 0;
  width: 960px;
  background-color: #ffffff;
}

.clsPanelBody {
  background-color: #ffffff;
}

.clsPanel {
  color: #000000;
  background-color: #ffffff;
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  margin-bottom: 5px;
  width: 100%;
}

#PLFooter {
  display: block;
  margin: 0;
}

#PLHeader {
  /* display: block; */
}

#home_content {
  display: block;
  background-color: #fff;
  clear: both;
  /* width: 100%; */
  /* height: 100%; */
}

#home_content h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #1e9337;
  font-size: 20px;
  font-weight: 600;
  padding-top: 15px;
  padding-left: 25px;
  text-align: left;
  font-variant: normal;
}

.clsLoginLabelBold {
  background-color: #fff;
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  padding: 2px 0 3px 5px;
  margin-bottom: 5px;
}

a.clsLoginLinks:link {
  background-color: #fff;
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  padding: 2px 10px 3px 5px;
  text-align: left;
}

a.clsLoginLinks:hover {
  color: #333;
  text-decoration: underline;
  background-color: #fff;
}

a.clsLoginLinks:visited {
  font-size: 12px;
  background-color: #fff;
}

.clsFooterLabelBold {
  font-family: Arial;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}

a.clsFooterLinks:link {
  font-family: Arial;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  padding: 0 10px 5px 5px;
  text-align: left;
}

a.clsFooterLinks:hover {
  font-family: Arial;
  font-size: 10px;
  color: #ccc;
  text-decoration: underline;
  padding: 0 10px 5px 5px;
  text-align: left;
}

#PLFooter td[width~="*"] {
  display: none;
}

/*Main content panel on PL Home page */

/* ----------------------- Login Panel -------------------------------- */
#panel02 {
  background: #fff;
  background-image: url(../Images/backgroundright.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#panel02 .login {
  background-color: #ebebeb;
  margin: 0 1em 1em 0;
  display: flex;
  flex-direction: column;
  padding: 1em;
  width: 80%;
}

.panel02title {
  color: #1e9337;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.panel02title h4 {
  margin: 0.5em 0;
}

.H4title {
  margin: 0.5em 0;
  color: #1e9337;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

#panel02 p {
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  color: #1e9337;
  margin-top: 0px;
}

#panel02 p a:link {
  color: grey;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 100%;
  text-decoration: none;
  margin-top: 0px;
}

#panel02 p a:hover {
  color: #1e9337;
  font-size: 14px;
  display: block;
  width: 100%;
  text-decoration: underline;
  margin-top: 0px;
}

#panel02 p a:visited {
  color: #1e9337;
  font-size: 14px;
  display: block;
  width: 100%;
  text-decoration: underline;
  margin-top: 0px;
}

#panel02 p.bold {
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.inputLabels {
  display: flex;
  justify-content: space-between;
  padding: 0.3em 0;
}

#panel02 .txthints {
  font-size: 13px;
  font-weight: bold;
  color: #b5b6b0;
}

.lblPanel {
  color: #333;
  font-weight: bold;
  font-size: 13px;
}

.inputPanel {
  width: 95%;
}

.loginLinks {
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.buttonContainer {
  width: 28.5%;
  height: 1.25em;
  padding: 0.5em 0 0 0;
}

.buttonPL {
  background-image: url(/Resource/Images/loginbtn.png);
  background-repeat: no-repeat;
  border: none;
  width: 100%;
  height: 100%;
  margin: 0.5em 0;
}

#hypForgotPassword {
  margin: 0.5em 0;
}

#panel02 a {
  color: grey;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#panel02 a:hover {
  color: #1e9337;
  text-decoration: underline;
}

#panel02 img {
  display: block;
  margin: 0 auto;
  padding-top: 0px;
  border: 0;
}

.quickLinks {
  display: flex;
  flex-direction: column;
}

.quickLinks a {
  padding: 0.5em 0;
}

.hypLink {
  margin: 1em 0;
}

/* -------------------------- Panel 01 large left panel ------------------- */
#panel01 {
  background: #fff url("../Images/Panel02Img.jpg") no-repeat right bottom;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.loginContent {
  display: flex;
}

.bodyText {
  display: flex;
  flex-direction: row;
}

#panel01 h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #02355b;
  font-size: 26px;
  padding-top: 15px;
  padding-left: 20px;
  text-align: left;
  font-variant: normal;
}

#panel01 h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #2c4073;
  font-size: 18px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 200px;
  text-align: left;
  font-variant: normal;
}

#panel01 p.bodytext01 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  line-height: 20px;
  margin: 0 0 0 1em;
  text-align: justify;
  width: 50%;
}

#panel01 p.bodytext02 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333;
  text-align: justify;
  background-color: transparent;
  line-height: 20px;
  margin: 0 0 0 1em;
  width: 50%;
}

#panel01 p.bannerimg {
  display: flex;
  justify-content: space-around;
  background-color: #dededf;
  width: 95%;
  margin-top: 65px;
}

#panel01 p.bannerimg img {
  float: left;
  margin: 5px;

}

/* ----------------------- Bottom Panel -------------------------------- */
#panel03 {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  font-size: 11pt;
  line-height: 20px;
  background-color: #dededf;
  color: #1e9337;
  text-align: center;
  margin: 0.5em;
}

#panel03 a {
  text-decoration: none;
  color: #1e9337;
}

/* ----------------------- Social Panel -------------------------------- */
#panelsocial {
  display: flex;
}

#panelsocial a {
  width: auto;
}

#panelsocial img {
  border: none;
  padding-right: 5px;
}

#homeBanner {
  display: block;
  background-position: top right;
  float: right;
  margin-bottom: 0px;
}

/* text for the login instructions on the home page under the login */
#logintext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 0 10px 0 0px;
}

#logintext h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #fff;
}

.clsButtonRegister {
  text-decoration: none;
  width: 135px;
  height: 50px;
  display: block;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  padding-bottom: 10px;
  margin-left: 0px;
  border: 0;
  background-image: url("../Images/RegBtn.png");
  background-repeat: no-repeat;
}

.clsButtonRegister:hover {
  text-decoration: none;
  width: 135px;
  display: block;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  line-height: 25px;
  padding-left: 0px;
  font-weight: bold;
  margin-bottom: 10px;
  border: 0;
  background-image: url("../Images/RegBtn_over.png");
  background-repeat: no-repeat;
}

/*  ------------- Resource Links Page styles --------------------- */
.clsResourceLinks {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #666;
  text-align: left;
  font-size: 12px;
  text-align: left;
  font-style: normal;
  text-decoration: underline;
  line-height: 40px;
}

.clsResourceLinks:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #666;
  text-align: left;
  font-size: 12px;
  text-align: left;
  font-style: normal;
  text-decoration: none;
}

.linktext01 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: inherit;
  text-align: left;
  text-indent: 10px;
  text-decoration: none;
}

.linktext01:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: inherit;
  text-align: left;
  text-indent: 10px;
  text-decoration: underline;
}

/* --TAB MENU -- */

.Menu {
  width: 960px;
  background-color: #1e9337;
  border: 1px solid #e1e1e1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}

.Menu td {
  width: 0 !important;
}

.staticMenuItemStyle {
  /*background-color: #7d000a;float:left;display:block; - removed these to fix for chome and FF*/
  height: 20px;
  text-align: center;
  width: 180px;
}

.staticMenuItemStyle td {
  width: 100%;
}

a.staticMenuItemStyle {
  color: #fff;
  padding-top: 8px;
  font-weight: bold;
  display: block;
  /*background image or color here for chrome*/
  background-image: url("../Images/navback.gif");
  background-repeat: no-repeat;
}

.staticMenuItemStyle a:hover {
  text-decoration: underline !important;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 100%;
}

a.staticMenuItemStyle:hover {
  text-decoration: underline !important;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 100%;
}

.dynamicMenuItemStyle {
  background-color: #7d000a;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  width: 120px;
  border: 1px solid #7d000a;
}

a.dynamicMenuItemStyle {
  color: #ffffff;
  background-color: #7d000a;
  padding: 5px;
}

a:hover.dynamicMenuItemStyle {
  background-color: #fff;
  color: #7d000a;
}

/* Quick Links Panel */
.clsQuickLinksNew {
  color: inherit;
  font-size: 12px;
  padding: 5px;
}

.clsQuickLinksNew a {
  width: 100%;
  font-size: 12px;
  text-decoration: underline;
  color: inherit;
  font-family: Arial;
  padding: 5px;
}

.clsQuickLinksNew a:hover {
  width: 100%;
  font-size: 12px;
  text-decoration: none;
  color: inherit;
  font-family: Arial;
  padding: 5px;
}

.clsQuickLinksNew .clsQuickLinkWithSpace {
  margin-bottom: 10px;
  padding: 5px;
}

/* Quick Links Panel */
.clsQuickLinks {
  color: inherit;
  font-size: 12px;
}

.clsQuickLinks a {
  width: 100%;
  font-size: 12px;
  text-decoration: underline;
  color: inherit;
  font-family: Arial;
}

.clsQuickLinks a:hover {
  width: 100%;
  font-size: 12px;
  text-decoration: none;
  color: inherit;
  font-family: Arial;
}

.clsQuickLinks .clsQuickLinkWithSpace {
  margin-bottom: 10px;
}

/* Page Titles and Text */
.clsPublicContentTitle {
  font-size: 19px;
  line-height: 21px;
  width: 99%;
  color: #43413e;
  font-style: italic;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: normal;
  border-bottom: 1px solid #666666;
  width: 99%;
}

.clsPublicContentBody {
  font-family: Arial;
  font-size: 12px;
  width: 99%;
  color: #000000;
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.clsNavLink {
  font-size: 12px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

.clsNavLink:hover {
  font-size: 12px;
  color: #e36f1e;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

/* -------------------- Accreditation Page */
#accred {
  margin: 0 10px 0 20px;
  padding: 0;
  font-size: 12px;
}

#accred p {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

#accred p.rev {
  font-size: 9px;
  padding-top: 10px;
}

#accred a {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

#accred h1 {
  font-size: 18px;
}

#accred h2 {
  font-size: 16px;
}

#accred h3 {
  font-size: 12px;
  font-style: italic;
  margin: 2px 0 2px 10px;
}

#accred ul {
  margin: 0 0 0 10px;
}

#accred li {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style: disc;
}

#accred img.right {
  margin: 0 10px 0 0;
  float: right;
}

.textcenter {
  padding-top: 5px;
  padding-left: 28px;
  font-size: 15px;
  font-family: sans-serif;
  color: #504f4e;
}

.hypLink {
  margin-top: 0;
}

.quickLinks a {
  padding: 1px 0;
}

@media screen and (max-width: 1200px) {



  #Form1,

  #wrapper {

    max-width: 100%;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

  }

}



@media screen and (max-width: 767px) {

  .loginContent {

    display: block;

  }





  #panel02 {

    width: 100%;

  }



  #panel02 .login {

    width: 100%;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    margin: 0;

  }



  #panel01 p.bodytext01 {

    width: 100%;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    margin: 0;

  }



  .bodyText {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

  }



  #panel01 p.bodytext02 {

    width: 100%;

    margin: 0;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

  }



  #panel01 p.bannerimg {

    width: 100%;

    max-width: 100%;

    display: block;

  }



  #home_content h1 {

    padding: 0;

    margin-top: 30px;

    line-height: 1.25em;

  }



  #panelsocial {

    margin-top: 10px;

  }





  #panel01 p.bannerimg img {

    max-width: 31%;

  }



  .staticMenuItemStyle {

    height: auto;

    padding-bottom: 4px;

  }



  .Menu>li {

    display: inline-block;

    padding: 0 15px;

  }

}

/*                      End Custom                     */