html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote, figure {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:disc; }
q:before, q:after { content:''; }


* {box-sizing: border-box;}

html {
  background-color: #fff;

}

body {

  background-color: #fff;
  width: 100%;
  margin: 0px;
}

body,td,th {
  font-family: Verdana, Arial, Helvetica, san-serif;
  font-size: 16px;
  color: #555;
  line-height: 140%;

}



h1 {
        color: #777;
        font-size: 66px;
	padding: 30px 0px 10px 0px;
	line-height: 140%;

        text-align: center;
}
h2 {
        font-weight: normal;
        font-size: 44px;
	padding: 50px 0px 10px 0px;
	line-height: 140%;
        color: #777;
}
h3 {
        color: #191C1F;
        font-size: 20px;
	padding: 10px 0px 2px 0px;
	line-height: 140%;

}

h4 {
        color: #191C1F;
        font-size:18px;
	font-weight: normal;
        line-height: 140%;
         padding: 15px 0px 5px 0px;
}



.style1 {
   font-size: 12px;
}
.style2 {
   font-size: 12px;
   text-align: right;
}
.style2a {
   font-size: 12px;
   text-align: right;
   padding-right: 10px;
}
.style3 {
   font-size: 12px;

   font-style: italic;
}
.style4 {
   font-size: 13px;

   font-weight: bold;
}
.style4a {
   font-size: 13px;
   text-align: center;
   font-weight: bold;
}
.style4b {
   font-size: 13px;
}
.style5 {

   text-align: center;
}
.style6 {

   color: #B30000;
   font-weight: bold;

}
.style7 {
   font-weight: bold;
}

.style8 {
     text-align: right;
}
.style9 {
   font-weight: bold;
   text-align: center;
}
.style10 {

   text-align: right;
}
.style11 {
   padding: 0;
   text-align: center;
   color: #ff9c27;
   font-size: 54px;
   font-weight: normal;
}
.style12{
   text-align: center;
   padding: 5px 0;
   font-size: 14px;
   font-weight: bold;
   color: #000;
   

}
.style26 {

   text-align: left;
}
.style121{
   font-size: 20px; 
   padding: 15px 0 0 0;
}


A{
   text-decoration:none;

}

A:link { color: #B36200;}
A:visited { color: #B36200;}
A:hover {   

  color: #1a2b6d;
}
A:focus{

  color: #1a2b6d;
}

.content {
       width: 100%;
       max-width: 1200px;
       margin: 0px auto 40px auto;
       min-width: 990px;

}
.wrapper{
      padding: 0 10px;
      margin: 0;
}

.banner {
    max-width: 1200px;
    width: 100%;
    border: 0;
    min-width: 990px;
}
p {
    padding-top: 5px;
    padding-bottom: 5px;
}
ul{
       list-style: disc;
       margin-top: 10px;
       margin-bottom: 10px;
}
ol{

       margin-top: 10px;
       margin-bottom: 10px;
}
li {
     margin-bottom: 10px;
}


.outer_bg_banner{
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 20px 5px;
    max-width: 1500px;

}


.button a {
      display: block;
      width: 300px;
      padding: 10px;
      text-decoration: none;
      color: #fff;
      background-color:  #757575;
      border: 1px solid #757575;
      font-size: 17px;
      border-radius: 4px;
      -webkit-background-clip: padding-box;
      -moz-background-clip:    padding;
      background-clip:         padding-box;

      text-align: center;
      margin: 10px auto;
}
.button a:hover {
      color: #000;
      background-color: #ff9c27;
      border: 1px solid #ff9c27;
}

.button a:focus {
      color: #000;
      background-color:  #ff9c27;
      border: 1px solid #ff9c27;
}


.mediabar{
    color: #333;
    text-align: right;
    padding: 5px 0 2px 0;
    width: 400px;
    float: right;
    font-size: 18px;
    margin-right: 10px;

}

.mediabar img{
     display_block;
}






ul.navy {
       list-style-type: none;
       text-align: center;
       float: right;
       margin-top: 64px;
}


ul.navy li {
      display: inline;
      padding: 0 6px 0 0;

}

ul.navy a {
      padding: 8px 5px 4px 5px;
      text-decoration: none;
      font-weight:normal;
      color: #000;
      font-size: 16px;
}
ul.navy a:hover {
      color: #000;
      border-bottom: 2px solid #ff9c27;
      background-color: #fff;
}
ul.navy a:focus {

     color: #000;
     border-bottom: 2px solid #ff9c27;
     background-color: #fff;

}
 ul.navyfoot {
       list-style-type: none;
       text-align: center;
       background-color: #f1f1f1;

       margin: 10px 0;
       padding: 20px;
}


ul.navyfoot li {
      display: inline;
      padding: 0 6px 0 0;
      color: #000;
      font-size: 16px; }

ul.navyfoot a {
      padding: 8px 14px 4px 14px;
      text-decoration: none;
      font-weight:normal;
      color: #000;
      font-size: 16px; 
}
ul.navyfoot a:hover {
      color: #000;
      border-bottom: 2px solid #ff9c27;

}
ul.navyfoot a:focus {

     color: #000;
     border-bottom: 2px solid #ff9c27;


}

#submitBtn {
    background-color: #ff9c27;
    color: #000;
    margin: 15px auto;
    border:0;
    padding: 8px 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;

}
#submitBtn:hover {
       color: #fff;
     background-color: #555;

}
#submitBtn:focus {
  color: #fff;
     background-color: #555;

}
.textField{
    width: 95%;
    padding:5px;
    border:1px solid #d1d1d1;
    height:150px ;
    overflow:auto;

}
.textField:focus {

      border: 1px solid  #000;
}
.textInput{
    width: 95%;
    padding:5px;
    border:1px solid #d1d1d1;
}
.textInput:focus {

      border: 1px solid  #000;

}

.newspanel2_left {
      color: #555;
      padding: 60px 0px 40px 20px;
      line-height: 1.6;
}
.newspanel2_left  h2 {
        font-size: 26px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #555;
}
.newspanel2_right {
      color: #555;
      padding: 60px 20px 40px 10px;
      line-height: 1.6;
}
.newspanel2_right  h2 {
        font-size: 26px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #555;
}
.newspanel3 {
      color: #555;
      padding: 30px 40px;
      line-height: 1.6;
}
.newspanel3  h2 {
        font-size: 26px;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 10px;

}

.panel{
  text-align:center;
  margin: 30px 40px 50px 40px;
  line-height: 1.8;
  font-size: 20px;
  color: #757575;

}
.panel p{
   padding: 15px 0;
}

.titlepic{
    width: 100%;
    max-width: 1920px;
    min-width: 990px;

}

.pic25{
  width: 25px;
  height: 35px;
}
.sidepic480{

    width: 480px;

}
.shortpage1{
   margin-bottom: 1px;
}
.shortpage5{
   margin-bottom: 5px;
}
.shortpage10{
   margin-bottom: 10px;
}
.shortpage15{
   margin-bottom: 15px;
}
.shortpage20{
   margin-bottom: 20px;
}
.shortpage30{
   margin-bottom: 30px;
}
.shortpage35{
   margin-bottom: 35px;
}
.shortpage50{
   margin-bottom: 50px;
}
.shortpage100{
   margin-bottom: 100px;
}
.shortpage150{
   margin-bottom: 150px;
}
.shortpage200{
   margin-bottom: 200px;
}
.shortpage480{
   margin-bottom: 480px;
}
.bottomline{
      font-size: 14px;
      color: #fff;
      margin: 20px auto 0 auto;
      width: 100%;
      max-width: 1200px;
      min-width: 980px;
      text-align: right; 
      padding: 10px 20px 0 0; 
      border-top: 1px solid #ddd;

}
.bottomline a{
      font-size: 14px;
      color: #555;
}
.bottomline p{
      font-size: 14px;

}

.foot_wrap {
    min-width: 994px;

    max-width: 1200px;
    margin: 10px auto;
    padding-left: 10px;
}
.foot_wrap li {

    padding: 1em;


}
.foot_wrap ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;

}
.foot_wrap li {
    float: left;
    width: calc(33.333333% );
    margin: 20px 0;

}
@supports (display: grid) {
    .foot_wrap ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);

    }
    .foot_wrap li {
        width: auto;
        min-height: auto;
        margin: 0;

    }
}


#footer {

      width: 100%;
      margin-top: 0px;
      padding: 20px 0 0 0;
      min-width: 990px;
      background-color: #5C6F7C;

}
#footer ul{
      list-style-type: none;
      color: #fff;
}
#footer li{
      line-height: 1.4;
}
#footer p{
          line-height: 1.4;
          color: #fff;
}
#footer a {
        color: #fff;
}
#footer a:hover {
       text-decoration:none;
      color: #fff;
      background-color:#728697;


}
#footer a:focus {
      text-decoration:none;
      color: #fff;
      background-color:#728697;
      padding: 2px;
}


.contactpanel{
   background-color: #fff; 
   padding: 0px 10px 30px 0;
   width:100%;
   max-width: 1200px;
   min-width: 980px;
   margin: 15px auto;
}
.contactform{
  width: 100%;

  margin: 0px auto 20px auto;
  padding: 20px 20px;
  background-color:#f1f1f1;
}
.byline{
   font-size: 18px;
   color: #555;
   padding-bottom: 10px;
}

.orangeline{
   border-top: 3px solid #ff9c27;
   margin: 10px 0;
}
.greyline{
   border-top: 3px solid #eee;
   margin: 10px 0;
}
.cols_grey{
  width: 100%;
   min-width:980px;
   max-width: 1080px;
   margin: 20px auto 80px auto;
   padding: 5px;

}


.cols_grey h3{
  font-size: 26px;
  padding-bottom: 20px;
  color: #555;
}
.col_grey{
     padding: 35px 20px;
     background-color:#f1f1f1;
     width: 315px;
     min-height: 400px;

     margin: 0 auto;
     font-size: 16px;
     color: #555;
     line-height: 1.5;
}
.st_row_grey{
 background-color: #f1f1f1;
 margin: 10px 0;
}
.st_row_grey::after {
  content: "";
  clear: both;
  display: block;
}

[class*="st_col_grey-"] {
  float: left;


}

 /* For desktop: */

.st_col-6_grey {
  width: 50%;


}

.cols_grey2{
   width: 100%;
   max-width:1200px;
   margin: 20px auto 30px auto;
   padding: 0px;

}


.cols_grey2 h3{
  font-size: 26px;
  padding-bottom: 20px;
  color: #555;
}
.col_grey2{
     margin: 21px;
     background-color:#f1f1f1;
     min-height: 770px;
}
.col_grey2_text{
     font-size: 16px;
     color: #555;
     line-height: 1.5;
     padding: 30px;

}
.st_row_grey2{
 background-color: #f1f1f1;
 margin: 10px 0;
}
.st_row_grey2::after {
  content: "";
  clear: both;
  display: block;
}

[class*="st_col_grey2-"] {
  float: left;


}

 /* For desktop: */

.st_col-6_grey2 {
  width: 50%;


} 


.st_row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="st_col-"] {
  float: left;

}



 /* For desktop: */
.st_col-1 {width: 8.33%;}
.st_col-2 {width: 16.66%;}
.st_col-3 {width: 25%;}
.st_col-4 {width: 33.33%;}
.st_col-5 {width: 41.66%;}
.st_col-6 {width: 50%;}
.st_col-7 {width: 58.33%;}
.st_col-8 {width: 66.66%;}
.st_col-9 {width: 75%;}
.st_col-10 {width: 83.33%;}
.st_col-11 {width: 91.66%;}
.st_col-12 {width: 100%;}


a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
     background-color: #000;
    left: 50%;
    top: auto;
    width: 200px;
    height: auto;
    overflow:auto;
    margin: 0;
    padding:5px;

    border:1px solid #000;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}


#preload { display: none; }