@charset "utf-8";
/* Reset margins for all the tags so we can customize later */

* {
  margin: 0;
  padding: 0;
  outline: 0;
}
body, html {
  height: 100%;
}
body {
  font-size: 16px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  color: #222;
  min-width: 100%;
}
/* a { color: #72ae13; text-decoration: none; cursor: pointer; } */
a, a:visited {
  color: #4584be;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #70a7d9;
  margin-bottom: 0;
  text-decoration: none;
}
a img {
  border: 0;
}
a.more {
  background: url(../images/layout/blue-arr.png) no-repeat 0 5px;
  padding-left: 11px;
  color: #4584be;
  text-decoration: none;
  font-size: 12px;
}
/*a.more { background: url(images/green-arr.png) no-repeat 0 5px; padding-left: 11px; color: #72ae13; text-decoration: underline; font-size: 12px; }*/
a.more:hover {
  text-decoration: none;

}
/*font-family: 'Coda', cursive;*/
/*font-family: 'Jura', sans-serif;*/
article, aside, details, footer, header, menu, nav, section {
  display: block;
}
input, textarea, select {
  font-size: 14px;
  padding: 5px;
  color: #333;
}
textarea {
  overflow: auto;
  border-radius: 5px;
}
.cl {
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  clear: both;
}
.notext {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
.left, .alignleft {
  float: left;
  display: inline;
}
.right, .alignright {
  float: right;
  display: inline;
}
.shell {
  width: 80%;
  margin: 0 auto;
}
.header {
  background-color: rgba(2, 37, 89, 0.95);
}
.header .shell {
  padding: 10px 32px 0;
  width: 80%;
}
.header-top {
  height: 82px;
}
#logo {
  width: 20%;
  font-size: 0;
  line-height: 0;
  float: left;
}
#logo a {
  height: 70px;
  display: block;
  background: url(../images/layout/ifi.png) no-repeat 0 0;
  text-indent: -4000px;
}
#logo a:hover {
  background: url(../images/layout/ifi-over.png) no-repeat 0 0;
  border: 0;
}
#top-bar {
	width:100%;
	height:20px;
	background-color: #021e47 !important;
}

/* #logo a { height: 60px; display: block;  background: url(images/ifi.png) no-repeat 0 0; text-indent: -4000px;} */
#headline {
  margin: 0 auto;
  width: 60%;
  height: 60px;
  padding-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight:bold;
  line-height: 1.15em;
}
#utility {
  position: absolute;
  top: 20px;
  right: 15%;
  width: 15%;
  height: 25px;
  margin: 0;
  text-align: right;
  font-size: 12px;
  color: #ccc;
}
#utility a {
  color: #fff;
  text-decoration: none;
}
#utility a:hover {
  color: #70a7d9;
  text-decoration: none;
}
#navigation {
  float: right;
  padding-top: 15px;
}
#navigation ul {
  list-style: none;
  list-style-position: outside;
  font-size: 14px;
  font-family: 'Coda', cursive;
  font-weight: 400;
}
#navigation ul li {
  display: inline;
  padding-left: 15px;
  width: 10%;
  height: 40px;
  vertical-align: top;
}
#navigation ul li a {
 color: rgb(2, 37, 89);
  margin-bottom: 1px;
}
#navigation ul li a:hover, #navigation ul li.active a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 0;
  border-bottom: 1px solid #70a7d9;
}
#toolbar {
  padding: 10px;
}
#toolbar h2 {
  color: rgb(251, 97, 40);
}
#toolbar a {
  font-size: .9em;
  line-height: 1.5em;
}
.slider {
  height: 436px;
}
.slider, #carousel, #carousel > div {
  width: 980px;
  height: 436px;
}
.slider {
  margin: 0px 0 0 -495px;
  overflow: hidden;
  position: relative;
  top: 50%;
  left: 50%;
}
#carousel {
  position: relative;
  z-index: 2;
}
#carousel div {
  overflow: hidden;
  position: relative;
  float: left;
}
#carousel div > * {
  position: absolute;
}
#carousel img.img-front {
  left: 649px;
  top: 0;
  z-index: 4;
}
#carousel img.img-mid {
  left: 572px;
  top: 46px;
  z-index: 3;
}
#carousel img.img-back {
  left: 498px;
  top: 80px;
  z-index: 2;
}
#carousel img#ifi {
  left: 400px;
  top: 100px;
  margin-left: -40px;
}
#carousel h3 {
  font-size: 68px;
  letter-spacing: -5px;
  font-weight: normal;
  font-family: 'pt-sans', arial, helvetica, serif;
  color: #f5f5f5;
  line-height: 60px; /* 70 */
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  width: 420px;
  left: 32px;
  background: url(../images/layout/slider-h3-border.png) repeat-x 0 bottom;
  top: 91px;
  padding-bottom: 13px;
  margin: 0 0 18px;
}
#carousel h5 {
  font-size: 15px;
  color: #d3d2d3;
  font-family: tahoma, arial, helvetica, serif;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
  font-weight: normal;
  position: absolute;
  top: 63px;
  left: 32px;
  white-space: nowrap;
}
#carousel p {
  color: #959697;
  font-size: 14px;
  width: 420px;
  left: 32px;
  top: 181px;
  margin: 0;
  line-height: 26px;
}
#carousel a.green-btn {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  text-align: center;
  line-height: 52px;
  outline: none;
  display: block;
  background-color: #888;
  width: 194px;
  height: 56px;
  left: 32px;
  top: 308px;
  background: url(../images/layout/green-btn.png) no-repeat 0 0;
}
#carousel a:hover {
  background-position: -1px -54px;
  border-bottom: 0;
}
#prev, #next {
  background: url(../images/layout/direction-nav.png) no-repeat 0 0;
  display: block;
  width: 17px;
  height: 22px;
  position: absolute;
  bottom: 15px;
  z-index: 10;
}
#prev {
  left: 426px;
}
#next {
  right: 335px;
  background-position: right 0;
}
#prev:hover, #next:hover {
  border-bottom: 0;
}
.pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -44px;
  width: 250px;
}
.pagination a {
  background: url(../images/layout/pagination.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  cursor: default;
}
.pagination a.selected {
  background-position: 0 -20px;
}
.main {
  padding: 20px 0 20px 0;
  border-top: 1px solid #fff;
}
.main h1 {
  font-size: 32px;
  color: rgba(2, 37, 89, 0.95);
  font-weight: 500;
  padding-bottom: 30px;
}
.main h2 {
  font-size: 22px;
  color: rgba(2, 37, 89, 0.95);
  font-weight: 700;
  padding: 10px 0;
  text-transform: uppercase;
}.main h3 {
	color: rgba(2, 37, 89, 0.95);
}
.main-content p {
  margin-bottom: 30px;
  line-height: 1.6; 
}
.main p a {
  text-decoration: none;
}
.main p a:hover {
  text-decoration: none;
}
.main section {
  background: url(../images/layout/section.png) no-repeat center bottom;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.main ul, .main ol {
  padding: 0 0 5px 15px;
  margin: 0 0 0 15px;
}
.main ul li, .main ol li {
  padding: 0 0 5px 0;
}
.main .cols {
  padding-left: 32px;
  padding-right: 32px;
}
.main .cols h2 {
  padding-bottom: 4px;
}
.main .cols .col {
  width: 277px;
  float: left;
}
.main .cols .col + .col {
  padding-left: 40px;
}
.main .cols .col img {
  float: left;
  margin-right: 16px;
  width: 73px;
}
.main .cols .col .col-cnt {
  height: 100%;
  overflow: hidden;
}
.main .post {
  padding-left: 32px;
  padding-right: 32px;
}
.main .post img {
  float: left;
  margin-right: 18px;
  width: 333px;
  height: 333px;
}
.main .post-cnt {
  padding-top: 22px;
}
.main .post-cnt p {
  padding-bottom: 10px;
}
.main .post-cnt ul {
  list-style: none;
  list-style-position: outside;
  height: 100%;
  overflow: hidden;
}
/* .main .post-cnt ul li { padding-left: 11px; background: url(images/green-arr.png) no-repeat 0 9px; padding-bottom: 7px;  } */
.main .post-cnt ul li {
  padding-left: 11px;
  background: url(../images/layout/blue-arr.png) no-repeat 0 9px;
  padding-bottom: 7px;
}
.main .post-cnt ul li a {
  text-decoration: none;
}
.main .post-cnt ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #70a7d9;
}
.main .content {
  padding-left: 32px;
  padding-right: 32px;
}
.main .content span {
  text-decoration: underline;
}
.main #partners-slider {
  height: 56px;
}
.main .partners {
  padding: 0 70px 30px 70px;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-top: -20px;
  z-index: 100;
}
.slider-holder2 {
  position: relative;
  overflow: hidden;
}
#partners-slider {
  overflow: hidden;
  position: relative;
}
#partners-slider img {
  margin: 0px 25px;
  float: left;
  height: 52px;
}
.slider-arr a.arr-btn {
  background: url(../images/layout/slider-b-arr.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 10px;
  border: 0;
}
.slider-arr a.prev-arr {
  left: 32px;
}
.slider-arr a.prev-arr:hover {
  background-position: 0 -31px;
}
.slider-arr a.next-arr {
  right: 32px;
  background-position: right 0;
}
.slider-arr a.next-arr:hover {
  background-position: right -31px;
}
.small-logo:hover {
  cursor: pointer;
}
.socials {
  background: url(../images/layout/socials-pattern.png) repeat 0 0;
  height: 50px;
  padding: 0 17px;
  margin: 0 32px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2) inset;
}
.socials p {
  float: left;
  line-height: 50px;
  font-size: 12px;
}
.socials p a {
  text-decoration: none;
}
.socials p a:hover {
  text-decoration: underline;
}
.socials ul {
  list-style: none;
  list-style-position: outside;
  float: right;
  padding-top: 11px;
}
.socials ul li {
  float: left;
  padding-left: 5px;
}
.socials ul li a {
  display: block;
  background: url(../images/layout/socials.png) no-repeat 0 0;
  width: 28px;
  height: 28px;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  margin-bottom: 0;
}
.socials ul li a:hover {
  border-bottom: 0;
}
.socials ul li a.facebook-ico {
  background-position: 0 0;
}
.socials ul li a.twitter-ico {
  background-position: -35px 0;
}
.socials ul li a.skype-ico {
  background-position: -68px 0;
}
.socials ul li a.rss-ico {
  background-position: -102px 0;
}
#footer {
  background: url(../images/layout/footer.png) repeat 0 0;
}
#footer a:hover {
  color: #fff;
  border-bottom: 1px solid #70a7d9;
}
#footer .shell {}
#footer .footer-cols {
  padding: 0 32px 26px;
}
#footer .col {
  width: 212px;
  float: left;
}
#footer .col + .col {
  padding-left: 22px;
}
#footer h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
  background: url(../images/layout/footer-cols.png) repeat-x 0 bottom;
  padding-bottom: 10px;
  text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 1px;
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
#footer .col ul {
  list-style: none;
  list-style-position: outside;
}
/* #footer .col ul li { padding-left: 11px; background: url(images/green-arr.png) no-repeat 0 8px; padding-bottom: 7px; font-size: 11px; } */
#footer .col ul li {
  padding-left: 11px;
  background: url(../images/layout/blue-arr.png) no-repeat 0 8px;
  padding-bottom: 7px;
  font-size: 12px;
}
#footer .col p {
  font-size: 12px;
  color: #bebebe;
}
#footer .footer-bottom {
  background: url(../images/layout/footer-cols.png) repeat-x 0 0;
  padding: 15px 32px 0;
}
#footer .footer-bottom p.copy {
  float: right;
  line-height: 11px;
  font-size: 11px;
  color: #717171;
}
#footer .footer-bottom p.copy span {
  padding: 0 8px;
}
#footer .footer-bottom p.copy a {
  color: #717171;
  text-decoration: none;
}
#footer .footer-bottom p.copy a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #70a7d9;
}
#footer .footer-nav {
  float: left;
  font-size: 13px;
}
#footer .footer-nav ul {
  list-style: none;
  list-style-position: outside;
  line-height: 11px;
}
#footer .footer-nav ul li {
  float: left;
  border-right: 1px solid #181818;
  padding: 0 5px;
  text-shadow: rgba(0, 0, 0, 0.7) 0px 1px 1px;
}
#footer .footer-nav ul li:first-child {
  padding-left: 0;
}
#footer .footer-nav ul li a {
  color: #717171;
}
#footer .footer-nav ul li a:hover {
  color: #fff;
  border-bottom: 1px solid #70a7d9;
}
#navigation a.nav-btn {
  display: none;
}

  /*Raw Material*/
  .country h3 {color:#000 !important;}
  .standard {color:rgb(251, 97, 40) !important;}
  
  
/*td {padding:5px;}*/
/* #Media Queries
================================================== */
/* ipad portrait */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  body {
    min-width: 768px;
  }
  .shell {
    max-width: 748px;
  }
  #navigation ul li {
    padding-left: 24px;
    font-size: 15px;
  }
  .header .shell {
    padding: 21px 0px 0;
    width: 748px;
    background: url(images/t-header-shell.png) no-repeat center 0;
  }
  .header-top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .slider, #carousel, #carousel > div {
    width: 708px;
    height: 436px;
  }
  .slider {
    width: 708px;
    margin: 0px 0 0 -354px;
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 50%;
  }
  #carousel h3 {
    font-size: 58px;
    width: 290px;
    left: 10px;
  }
  #carousel h5 {
    font-size: 15px;
    width: 290px;
    left: 10px;
  }
  #carousel p {
    font-size: 14px;
    width: 294px;
    left: 10px;
  }
  #carousel a.green-btn {
    top: 340px;
    left: 10px;
  }
  #carousel img.img-front {
    left: 476px;
    width: 230px !important;
    height: 390px;
  }
  #carousel img.img-mid {
    left: 425px;
    width: 192px !important;
    height: 309px;
  }
  #carousel img.img-back {
    left: 366px;
    width: 141px !important;
    height: 238px;
  }
  

  
  #prev {
    left: 290px;
  }
  #next {
    right: 297px;
  }
  .main section {
    background: url(images/t-section.png) no-repeat center bottom;
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  .main .cols {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main .cols .col {
    width: 200px;
  }
  .main .cols .col img {
    float: none;
    display: block;
    margin: 0 auto;
    width: 73px;
    margin-bottom: 14px;
  }
  .main .cols .col .col-cnt {
    float: none;
    display: block;
    text-align: center;
  }
  .main .post {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main .post h2 {
    font-size: 21px;
  }
  .main .post img {
    width: 274px;
    height: 274px;
  }
  .main .socials {
    height: 80px;
    padding-top: 16px;
    margin: 0 20px;
  }
  .main .socials p {
    display: block;
    float: none;
    line-height: 22px;
  }
  .main .socials ul {
    display: block;
    float: none;
  }
  .main .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #partners-slider img {
    margin: 0px 15px;
    float: left;
    height: 52px;
  }
  #footer .footer-cols {
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer .footer-cols .col {
    width: 165px;
  }
  #footer .footer-cols .col + .col {
    padding-left: 16px;
  }
  #footer .footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .spec-wrap {
    width: 90%;
    clear: both;
  }
  body {
    min-width: 320px;
  }
  .shell {
    max-width: 320px;
  }
  /*.header .shell { padding: 0 0 0 0; background: url(images/m-header-shell.png) no-repeat 0 0; } 
	.header-top { padding: 12px 0 0px 0; }
	*/
  #logo {
    margin: 0 auto;
    float: none;
    display: block;
  }
  #navigation {
    float: none;
    display: block;
    position: relative;
    background: url(images/m-navigation.png) no-repeat 0 0;
    z-index: 1000;
    margin: 20px 10px 0 10px;
    height: 32px;
    padding-top: 0;
  }
  #navigation a.nav-btn {
    display: block;
    height: 32px;
    padding-left: 13px;
    line-height: 32px;
    width: 286px;
    margin: 0 auto;
    background: url(images/nav-btn.png) no-repeat right 0;
    font-size: 15px;
    color: #fff;
    font-size: 17px;
    font-family: 'Coda', cursive;
    font-weight: 400;
    position: relative;
    z-index: 100;
  }
  #navigation a.nav-btn:hover {
    text-decoration: none;
  }
  #navigation a.nav-btn span {
    background: url(images/nav-arr.png) no-repeat 0 0;
    width: 10px;
    height: 7px;
    position: absolute;
    top: 13px;
    right: 13px;
  }
  #navigation a.nav-btn span.active {
    background-position: 0 bottom;
  }
  #navigation ul {
    display: none;
    position: absolute;
    width: 298px;
    background: #100f11;
    top: 22px;
    left: 0px;
    padding-top: 20px;
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
  }
  #navigation ul li {
    float: none;
    display: block;
    padding-left: 0;
    padding-bottom: 8px;
  }
  #navigation ul li a {
    display: block;
    padding-left: 10px;
  }
  #navigation ul li.home {
    display: none;
  }
  #header {
    background: url(images/m-header.png) repeat-x 0 0;
    height: 218px;
    width: 100%;
  }
  .slider, #carousel, #carousel > div {
    width: 300px;
    height: 436px;
  }
  .slider {
    width: 300px;
    margin: 0px 0 0 -150px;
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 50%;
  }
  #carousel h3 {
    font-size: 56px;
    width: 290px;
    left: 10px;
    top: 70px;
    background: transparent;
  }
  #carousel h5 {
    font-size: 15px;
    width: 290px;
    left: 70px;
    top: 55px;
  }
  #carousel p {
    font-size: 14px;
    width: 294px;
    left: 10px;
    display: none;
  }
  #carousel a.green-btn {
    top: 365px;
    left: 0px;
    width: 100%;
    text-align: center;
    background: url(images/green-btn@2x.png) repeat-x 0 0;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
  }
  #carousel a.green-btn:hover {
    background-position: 0 bottom;
  }
  #carousel img.img-front {
    top: 120px;
    left: 120px;
    width: 140px !important;
    height: 240px;
  }
  #carousel img.img-mid {
    top: 140px;
    left: 80px;
    width: 110px !important;
    height: 198px;
  }
  #carousel img.img-back {
    top: 160px;
    left: 40px;
    width: 90px !important;
    height: 155px;
  }
  .pagination {
    bottom: 8px;
    left: 155px;
  }
  .main section {
    background: url(images/m-section.png) no-repeat center bottom;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .main .cols {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main .cols .col {
    width: 100%;
  }
  .main .cols .col + .col {
    padding: 20px 0 0;
  }
  .main .cols .col img {
    float: none;
    display: block;
    margin: 0 auto;
    width: 73px;
    margin-bottom: 14px;
  }
  .main .cols .col .col-cnt {
    float: none;
    display: block;
    text-align: center;
  }
  .main .post {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main .post h2 {
    font-size: 21px;
  }
  .main .post img {
    width: 274px;
    height: 274px;
  }
  .main .socials {
    height: 120px;
    padding-top: 16px;
    margin: 0 10px;
  }
  .main .socials p {
    display: block;
    float: none;
    line-height: 22px;
  }
  .main .socials ul {
    display: block;
    float: none;
  }
  .main .socials span {
    display: block;
  }
  .main .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main #partners-slider {
    height: 56px;
  }
  .main .partners {
    padding: 0 40px 12px;
    position: relative;
    margin-top: -20px;
  }
  #partners-slider img {
    margin: 0px 10px;
  }
  .slider-arr a.prev-arr {
    left: 10px;
  }
  .slider-arr a.next-arr {
    right: 10px;
    background-position: right 0;
  }
  #footer .footer-cols {
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer .footer-cols .col {
    width: 100%;
    float: none;
    display: block;
    padding-bottom: 20px;
  }
  #footer .footer-cols .col + .col {
    padding-left: 0px;
  }
  #footer .footer-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer .footer-nav {
    float: none;
    display: block;
    padding-bottom: 12px;
  }
  #footer .footer-nav ul {
    padding-bottom: 12px;
  }
  #footer .footer-nav ul li {
    padding: 0 3px;
    border-right: 0;
    font-size: 11px;
    line-height: 11px;
  }
  #footer .footer-bottom p.copy {
    float: none;
    display: block;
    clear: both;
  }
}
#navigation ul {}
fieldset {
  padding: 10px;
  border: 1px solid #333;
  font-size: .9em;
}
fieldset legend {
  padding: 3px;
}
.info h2 {
  color: #FF6600;
  margin: 5px 0 5px 0;
  font-size: 18px;
}
.section h3 {
  color: #333;
  margin: 10px 0 5px 0;
  border-bottom: 1px dashed #333;
  font-size: 15px;
  font-family: "Trebuchet MS", Georgia;
}
.warning_large {
  text-align: left;
  color: #C00;
  height: 40px;
  display: block;
  border: 1px solid #CCC;
  margin: 10px;
  padding: 10px 10px 10px 60px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(/assets/images/icons/warning_48.png);
}
blockquote {
  background-color: #EEE;
  border: 1px solid #DDD;
  padding: 10px;
}
hr {
  height: 2px;
  color: #CCC;
  margin: 20px 0;
  background-color: #EEE;
  padding: 0;
  border: 0;
}
legend {
  text-transform: uppercase;
  color: #F30;
}
.noprint {}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.center {
  text-align: center;
}
.tdsmall, .info div {
  font-size: .9em;
  ;
}
.tdtiny {
  font-size: .8em;
}
.left {
  float: left;
}
.right {
  float: right;
}
.red {
  color: #990000;
}
.green {
  color: #090;
}
.white {
  color: #FFF;
}
.gray {
  color: #666;
}
.bold {
  font-weight: bold;
}
.yellow {
  color: #FF9900;
}
.value {
  color: rgb(251, 97, 40);
  font-size: 1.1em;
  font-weight: 500;
  padding-top:5px;
}
.border {
  border: 1px solid #666;
}
.padding_10px {
  padding: 10px;
}
.narrow_2col {
  width: 44%;
  float: left;
  margin: 0 5px 5px 0;
}
.narrow_3col {
  width: 32%;
  float: left;
  margin: 0 5px 5px 0;
}
.narrow_4col {
  width: 24%;
  float: left;
  margin: 0 5px 5px 0;
}
/* Specification display */
.spec_wrap {
  width: 135px;
  height: 150px;
  vertical-align: middle;
  float: left;
  margin: 5px 5px 0 0;
  border: 1px solid #999;
  background-color: rgb(242, 241, 244);
}
.spec_head {
  color: #333;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  display: block;
  width: 135px;
  padding: 5px 0 0 0;
}
.spec_data {
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  display: block;
  color: rgb(251, 97, 40);
  height: 120px;
  margin-top: 10px;
}
.spec_title {
  height: 30px;
  clear: both;
  padding: 5px;
  margin-top: 30px;
  display: block;
  font-size: 1.2em;
}
/* Icons */
.ico_pdf, .ico_excel, .ico_video, .ico_book_open, .ico_map, .ico_view, .ico_add, .ico_subtract, .ico_cancel, .ico_star, .ico_link, .ico_doc, .ico_comment, .ico_cart, .ico_login, .ico_logout, .ico_home, .ico_stop, .ico_cog, .ico_calculator, .ico_inout, .ico_hammer, .ico_ruler, .ico_print {
  text-align: left;
  padding: 5px 10px 5px 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
.ico_excel {
  background-image: url(/assets/images/icons/doc_excel_table.png);
}
.ico_pdf {
  background-image: url(/assets/images/icons/doc_pdf.png);
}
.ico_video {
  background-image: url(/assets/images/icons/monitor.png);
}
.ico_map {
  background-image: url(/assets/images/icons/map.png);
}
.ico_view {
  background-image: url(/assets/images/icons/magnifier.png);
}
.ico_add {
  background-image: url(/assets/images/icons/add.png);
}
.ico_subtract {
  background-image: url(/assets/images/icons/subtract.png);
}
.ico_book_open {
  background-image: url(/assets/images/icons/book_open.png);
  clear: both;
}
.ico_cancel {
  background-image: url(/assets/images/icons/cancel.png);
}
.ico_star {
  background-image: url(/assets/images/icons/star_1.png);
}
.ico_print {
  background-image: url(/assets/images/icons/printer.png);
}
.ico_tip {
  font-style: italic;
  color: #333;
  line-height: 14px;
  margin: 5px;
  padding: 0 10px 10px 20px;
  text-align: left;
  float: left;
  display: block;
  background-image: url(/assets/images/icons/exclamation.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.ico_back {
  padding: 5px 0 5px 25px;
  background-image: url(/assets/images/icons/arrow_left.png);
  background-position: left;
  background-repeat: no-repeat;
}
.ico_link {
  background-image: url(/assets/images/icons/link.png);
}
.ico_doc {
  background-image: url(/assets/images/icons/page_white_word.png);
}
.ico_comment {
  background-image: url(/assets/images/icons/comment.png);
}
.ico_cart {
  background-image: url(/assets/images/icons/cart.png);
}
.ico_login {
  background-image: url(/assets/images/icons/user_silhouette2.png);
}
.ico_logout {
  background-image: url(/assets/images/icons/user.png);
}
.ico_home {
  background-image: url(/assets/images/icons/house.png);
}
.ico_stop {
  background-image: url(/assets/images/icons/stop.png);
}
.ico_cog {
  background-image: url(/assets/images/icons/cog.png);
}
.ico_calculator {
  background-image: url(/assets/images/icons/calculator.png);
  clear: both;
}
.ico_inout {
  background-image: url(/assets/images/icons/arrow_inout.png);
}
.ico_hammer {
  background-image: url(/assets/images/icons/hammer.png);
  clear: both;
}
.ico_ruler {
  background-image: url(/assets/images/icons/ruler_1.png);
  clear: both;
}
#datestamp {
  text-align: left;
  width: 260px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #888;
}
#main_content {
  float: left;
  width: 70%; /*685px;*/
  text-align: left;
  margin: 0 4px 0 0px;
  padding-left: 10px;
  overflow: visible;
  font-weight: normal;
}

li {
  margin-bottom: 5px;
}
ul {
  list-style-image: url(/assets/images/li_arrow_orange.gif);
}
#main_content td {}
#leftbar {
  width: 25%;
  clear: both;
  float: left;
  margin: 0;
  border-right: 1px solid #c2ccda;
}
.leftbar_nav_title {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: rgba(2, 37, 89, 0.95);
  text-transform: uppercase;
  padding: 5px 0;
}
.leftbar_nav {
  color: rgb(2, 37, 89);
  text-align: left;
  padding: 0;
  font-size: 16px;
  font-weight:400;
  line-height: .95em;
}
.leftbar_nav a {
  display: block;
  padding: 15px;
  margin-bottom: 1px;

}
.leftbar_nav a:hover {
  background-color: rgba(2, 37, 89, 0.1);
  color: #1C3F80;
  text-decoration: none;
  border-bottom: 0;
  margin-bottom: 1px;
}
.leftbar_nav_over a {
  display: block;
  padding: 15px;
  font-size: 16px;
  color: rgb(2, 37, 89);
  background-color: rgba(2, 37, 89, 0.1);
  margin-bottom: 1px;
}
.leftbar_nav_over a:hover {
  text-decoration: none;
  margin-bottom: 1px
}
#shadow {
  clear: both;
  width: 100%;
  background-image: url(/assets/images/bg_header_shadow.jpg);
  background-repeat: repeat-x;
}
#bottom {
  clear: both;
  background-color: #FFF;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  height: 10px;
  background-image: url(/assets/images/bg_header_shadow.jpg);
}
/*---------------------------------------------------------------------------*/
#main_title {
  clear: both;
  width: 470px;
  height: 90px;
  float: left;
  text-align: center;
}
#main_title h1 {
  font-family: "Trebuchet MS", Georgia;
  font-size: 28px;
  margin: 0;
  font-variant: small-caps;
}
.main_undertitle {
  width: 223px;
  height: 280px;
  line-height: 14px;
  font-size: 12px;
  border: 1px solid #FF6600;
  background-color: #FFD9B3;
  float: left;
  text-align: center;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
}
.main_undertitle h1 {
  display: block;
  margin: 5px;
  padding: 5px;
  background-color: #FF6600;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFF;
}
.main_undertitle h2 {
  color: #000000;
  line-height: 100%;
  font-size: 14px;
  margin: 0 0 10px 0;
  font-variant: small-caps;
}
.main_undertitle ul {
  margin: 0;
  text-align: left;
}
.main_undertitle li {
  line-height: 10px;
}
#main_bottom {
  float: left;
  margin: 10px 0;
}
#main_bottom h2 {
  color: #F30;
  display: block;
  font-size: 20px;
  margin: 0;
  font-variant: small-caps;
}
/* Forms */
.form_label {
  text-transform: uppercase;
  clear: both;
  height: 50px;
  float: left;
  margin-top: 5px;
  margin-right: 15px;
  width: 30%;
  text-align: right;
}
.form_element {
  float: left;
  height: 40px;
  width: 50%;
  margin-top: 3px;
  line-height: 16px;
  font-size:18px;
}
.upper_top_nav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  color: #CCCCCC;
}
.form_element.red {
  height: 35px;
  padding-top: 5px;
}
/*highlights div on rollover */
.thumbnail-box {
  padding: 5px;
  text-align: center;
  width: 120px;
  border: 1px solid #999;
  height: 180px;
  float: left;
  font-size: 10px;
}
.thumbnail-box:hover {
  cursor: pointer;
  border: 1px solid #900;
  background-color: #CCC;
}
.tech_image {
  text-align: center;
  border-top: 1px solid #999;
  background-color: #ffffff;
}
.tech_image_text {
  text-align: center;
  font-size: 12px;
  background-color: #ffffff;
  border-bottom: 1px solid #999;
}
.printonly {
  display: none;
}
#term-def {}
#term-def h4 {
  font-weight: bold;
  font-size: 1.6em;
}
#term-def.definition {
  font-size: 1.1em;
  padding: 10px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.tool {

  z-index: 3;
  color: #333;
  background-color: rgb(242, 241, 244);
  padding: 10px;
  position: absolute;
  margin: auto auto;
  border: 1px solid rgba(2, 37, 89, 0.95);
  text-align: center;
  display: none;
  clear: both;
  border-radius: 15px;

}

.tool_head h2 {
  cursor: move;
  font-size: 18px;
  font-variant: small-caps;
  display: block;
  color: #FFF;
  padding: 5px;
  background-color: rgba(2, 37, 89, 0.95);
  margin: 0;
}

/*style.css override */
.main p {
  margin-bottom: 1em;
}
.thickbox:hover {
  border: 0;
}
/* Edited by Dan 10/3/19 - needed buttons to look like submit inputs */
input[type=button], input[type=submit], .button {
  font-weight: bold;
  cursor: pointer;
  background-color: #FB6128;
  color: white !important;
  padding: 10px 10px;
  margin: 5px 0px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=button]:hover, input[type=submit]:hover, .button:hover {
  background-color: #FB6128;
  box-shadow: 0 0 20px 0 rgb(189 59 11 / 50%) !important;
  transition: all 0.5s;
  border-radius: 5px !important;
	color:#fff; 
}
input[type=button]:disabled, input[type=submit]:disabled {
  background-color: #999);
}
/*
input[type=button].submit {
  font-weight: bold;
  width: auto;
  background-color: #ac1f2d;
  color: white;
  padding: 10px 10px;
  margin: 5px 0px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=button].submit:hover {
  background-color: rgba(172, 31, 45, .9);
}
input[type=button]:disabled {
  background-color: #999);
}
*/
/*End Edit */
/*
input[type=submit] {
  font-weight: bold;
  width: auto;
  background-color: #ac1f2d;
  color: white;
  padding: 10px 10px;
  margin: 5px 0px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=submit]:hover {
  background-color: rgba(172, 31, 45, .9);
}
input[type=submit]:disabled {
  background-color: #999);
}
*/
table {
  border-collapse: collapse;
}
table, th, td {
  padding: 5px;
}
form select {}
/* -------------------------------------------------------------- */
select {
  width: 100%;
  padding: 5px 5px 5px 5px;
  border: 2px solid #CCC;
  height: 34px;
  border-radius: 5px;
}
select:hover, input[type=text] {
  cursor: pointer;
  border: 2px solid;
  border-color: #6599CD;
  color: #000;
}

input[type=text] {
	border-radius: 5px;

}
#main_content select:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 12px) 1em, calc(100% - 22px) 1em, 100% 0;
  background-size:
    10px 10px, 10px 10px, 2.75em 2.5em;
  background-repeat: no-repeat;
  outline: 0;
}
#main_content select {
  padding: 5px 70px 5px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  background-image:
    linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #6599CD, #6599CD);
  background-position:
    calc(100% - 22px) calc(10px), calc(100% - 12px) calc(10px), 100% 0;
  background-size:
    10px 10px, 10px 10px, 2.75em 2.5em;
  background-repeat: no-repeat;
}
/* -------------------------------------------------------------- */
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
  #logo a {
    background: url(images/logo@2x.png) no-repeat 0 0;
    -webkit-background-size: 142px 57px;
    -moz-background-size: 142px 57px;
    background-size: 142px 57px;
  }
  #navigation {
    background: url(images/navigation@2x.png) no-repeat 0 0;
    -webkit-background-size: 298px 32px;
    -moz-background-size: 298px 32px;
    background-size: 298px 32px;
  }
  #navigation a.nav-btn span {
    background: url(images/nav-arr@2x.png) no-repeat 0 0;
    -webkit-background-size: 10px 15px;
    -moz-background-size: 10px 15px;
    background-size: 10px 15px;
  }
  .pagination a {
    background: url(images/pagination@2x.png) no-repeat 0 1px;
    -webkit-background-size: 18px 40px;
    -moz-background-size: 18px 40px;
    background-size: 18px 40px;
  }
  .main section {
    background: url(images/section@2x.png) no-repeat center bottom;
    -webkit-background-size: 300px 10px;
    -moz-background-size: 300px 10px;
    background-size: 300px 10px;
  }
}