@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;800&display=swap');

body, p {
  font-family: 'Open Sans';
}
h1, h2, h3, h4, h5 {
  font-family: 'Oswald';
  margin-bottom:20px;
}
p{
  margin-bottom:20px;
}
img {
  max-width: 100%;
  height: auto;
}
a,a:visited {
  color:#fca969;
  text-decoration: none;
}
a:hover {
  color:#777777;
  text-decoration: underline;
}

img#logo {
  width: 100%;
  height: auto;
  margin-top:-20px;
}
p:last-child {
  margin-bottom: 0px;
}

#header-top{
  background : -moz-linear-gradient(50% 100% 90deg,rgba(131, 39, 45, 1) 0%,rgba(239, 0, 45, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(131, 39, 45, 1) 0%, rgba(239, 0, 45, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(131, 39, 45, 1) ),color-stop(1,rgba(239, 0, 45, 1) ));
  background : -o-linear-gradient(90deg, rgba(131, 39, 45, 1) 0%, rgba(239, 0, 45, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(131, 39, 45, 1) 0%, rgba(239, 0, 45, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#83272D', endColorstr='#EF002D' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(131, 39, 45, 1) 0%, rgba(239, 0, 45, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EF002D',endColorstr='#83272D' , GradientType=0);
  color:#fff;
  font-size:15px;
  padding:12px 0;
  vertical-align: middle;
}
#header-top .row{
  align-items: center;
}

ul#top-head-list{
  float:right;
  list-style-type:none;
  margin:0;
  padding:0;
  vertical-align: middle;
}
ul#top-head-list li{
  list-style-type:none;
  font-size:15px;
  font-weight:500;
  margin:0;
  padding:0;
  display:inline-block;
  vertical-align: middle;
  margin:0 8px;
}
ul#top-head-list li form{
  width:130px;
}
ul#top-head-list li form input{
  width:130px;
  padding-left: 26px;
  background-image: url('magnify.png');
  background-position: 8px 7px;
  background-repeat: no-repeat;
  text-align: left;
  font-size: 13px;
  border:0;
  border-radius:3px;
  height:30px;
}
.socialbox img{
  background:#fff;
  border:1px solid #fff;
}

#header-top .socialbox img{
  width:28px;
  height:28px;
}

/* Header, Internal Page Title and Home Banner */

#header-main{
  background:#2B2B2B;
}
img#hf-logo{
  width:100%;
  height: auto;
}
ul.desktop-nav{
  list-style-type:none;
  text-align: center;
  margin:0;
}
ul.desktop-nav li{
  display: inline-block;
  margin:0px 4px;
}
ul.desktop-nav li a{
  color:#fff;
  font-family: 'Oswald';
  text-transform: uppercase;
  text-decoration:none;
  display: block;
  font-size: 16px;
}
ul.desktop-nav li span{
  font-family: 'Oswald';
  text-transform: uppercase;
  text-decoration:none;
  display: block;
  font-size: 16px;
  color:#FFB000;
}
ul.desktop-nav li a:hover{
  color:#FFB000;
}

ul.desktop-navbg{
  list-style-type:none;
  text-align: center;
  margin:0;
}
ul.desktop-navbg li{
  /*display: inline-block;*/
  margin:0px 6px;
}
ul.desktop-navbg li a{
  color:#fff;
  font-family: 'Oswald';
  text-transform: uppercase;
  text-decoration:none;
  display: block;
  font-size: 17px;
}
ul.desktop-navbg li span{
  font-family: 'Oswald';
  text-transform: uppercase;
  text-decoration:none;
  display: block;
  font-size: 17px;
  color:#FFB000;
}
ul.desktop-navbg li a:hover{
  color:#FFB000;
}

.navbar-dark .navbar-toggler{
  margin:0 auto;
}
.navbar-dark .navbar-nav .nav-link{
  color:#fff;
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
.navbar-dark .navbar-nav .nav-link:hover{
  color:#FFB000;
}
.navbar-nav{
  padding:30px 0;
}

/* Home Video Section */

.home-video{
  background-image:url('concrete.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding:70px 0 120px;
}

.home-video h1{
  color:#D80000;
}

.home-video .embed-container{
  box-shadow: 0px 0px 15px black;
}

/* Home Features */

#home-features{
  margin-top:-40px;
  margin-bottom:50px;
}
#home-features img{
  width:100%;
  height: auto;
}

#home-features .feature-shadow-container{
  background:#fff;
  box-shadow: 0px 0px 10px grey;
  text-align: center;
  min-height: 975px;
  padding-bottom:20px;
}
#home-features h3{
  margin-top:15px;
  padding:0px 20px;
  margin-bottom:20px;
}
#home-features h3 a{
  color:#000;
  text-decoration: none;
}
#home-features .btn{
  margin-top:10px;
}
#home-features h5{
  margin-bottom:3px;
  padding-left: 4px;
  padding-right: 4px;
}
#home-features h5 a{
  color:#D80000;
  font-size:18px;
  margin:0;
  text-decoration:none;
}
#home-features p.news-details{
  color:grey;
  font-style:italic;
  padding-left: 4px;
  padding-right: 4px;
}
#home-features em{
  color:grey;
  font-style:italic;
}
#featured-groups ul{
  list-style-type:none;
  margin:0;
  padding:0;
  text-align: center;
  margin-bottom:15px;
}
#featured-groups ul li{
  margin-bottom:5px;
}
#featured-groups ul li a{
  color:#FFB000;
  font-weight:400;
  text-decoration: none;
  font-size:18px;
}

/* Internal Page */

#pagetitle{
  background-image:url('concrete.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding:30px 0;
}

#pagetitle h1{
  color:#D80000;
  text-shadow: 1px 1px 0px #ffffff;
}
#pageinterior{
  padding:30px 0 70px;
}

/* Footer */

#footer-main{
  background:#2B2B2B;
  color:#fff;
  font-size:14px;
  text-align: center;
  padding:25px 0 35px;
}
#footer-main img{
  width:32px;
  height:auto;
}
#footer-main a{
  color:#fff;
}

a.orangebtn{
  background : -moz-linear-gradient(50% 0% -90deg,rgba(255, 147, 30, 1) 0%,rgba(241, 90, 36, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(255, 147, 30, 1) 0%, rgba(241, 90, 36, 1) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(255, 147, 30, 1) ),color-stop(1,rgba(241, 90, 36, 1) ));
  background : -o-linear-gradient(-90deg, rgba(255, 147, 30, 1) 0%, rgba(241, 90, 36, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(255, 147, 30, 1) 0%, rgba(241, 90, 36, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF931E', endColorstr='#F15A24' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(255, 147, 30, 1) 0%, rgba(241, 90, 36, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF931E',endColorstr='#F15A24' , GradientType=0);
  border-style : Solid;
  border-color : #FFFFFF;
  border-color : rgba(255, 255, 255, 1);
  border-width : 1px;
  border-radius : 5px;
  -moz-border-radius : 5px;
  -webkit-border-radius : 5px;
  box-shadow : 1px 1px 3px rgba(0, 0, 0, 0.39);
  display:inline-block;
  color:#fff;
  font-size:18px;
  padding:8px 20px;
  font-weight:bold;
}
a.orangebtn:hover{
  color:#FFF571;
  text-decoration:none;
  background:#f15a24;
}
a.blackbtn {
  background : #000000;
  background : rgba(0, 0, 0, 1);
  border-radius : 4px;
  -moz-border-radius : 4px;
  -webkit-border-radius : 4px;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 8px 15px;
  text-decoration: none;
}
a.blackbtn:hover {
  background-color: #4D4D4D;
  color: #ffd400 !important;
}

ul.socialicons {
  text-align: right;
  margin: 0px;
  padding: 0px;
}
ul.socialicons li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-left: 3px;
}
ul.socialicons li a {
  display: block;
  height: 23px;
  width: 23px;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
ul.socialicons li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}
a.blogger {
  background-image: url(icon-blogger.png);
}
a.linkedin {
  background-image: url(icon-linkedin.png);
}
a.youtube {
  background-image: url(icon-youtube.png);
}
a.twitter {
  background-image: url(icon-twitter.png);
}
a.google {
  background-image: url(icon-google.png);
}
a.facebook {
  background-image: url(icon-facebook.png);
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* HF specifics internal page */

.internalhead{
  border-bottom:3px solid #f9dd8f;
}

.pagecontent h2, .pagecontent h3, .pagecontent h4, .pagecontent h5, .pagecontent ul, .pagecontent p {
  margin-bottom: 20px;
}
.pagecontent h2 {
  font-weight: bold;
  font-size: 24px;
  color: #a40400;
}
.pagecontent h3 {
  font-weight: bold;
  font-size: 21px;
  color: #6d6d6d;
}
.pagecontent h4 {
  font-size: 19px;
  color: #000000;
}
.pagecontent ul {
    margin-top: 10px;
}
.pagecontent ol {
    margin-top: 10px;
}
.pagecontent ul li {
    list-style: square outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 6px;
}
.pagecontent ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 6px;
}
.pagecontent em,i {
  font-style: italic;
}

.hflogo_li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#sliderow{
  z-index:1;
  text-align:center !important;
}

.nivo-nextNav {
  right: 1%;
  background-image: url(right-arrow.png);
  width: 30px;
  height: 58px;
  text-indent: -3000px;
  background-size: cover;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}
.nivo-prevNav {
  left: 1%;
  background-image: url(left-arrow.png);
  width: 30px;
  height: 58px;
  text-indent: -3000px;
  background-size: cover;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}
.nivo-nextNav:hover, .nivo-prevNav:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.nivo-caption {
  background:#777777;
  color:#ffffff;
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  z-index: 8;
  padding: 3px 9px;
  overflow: hidden;
  display: none;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  font-size: 24px;
  font-weight:bold;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption-link { color: #ffffff; text-decoration: none; }
.nivo-caption-link:hover { text-decoration: underline; }

/**** cymCMS specific ****/

/* gallery */
#gallery-masonry {
    margin: 0 auto;
    width: auto;
}

#gallery-masonry div.item {
    display: block;
    width: 160px;
    float: left;
    background-color: #ffffff;
    padding: 4px 4px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
}
#gallery-masonry div.witem {
    display: block;
    width: 160px;
    float: left;
    background-color: #ffffff;
    padding: 4px 4px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
}

.cymProdCaption {
  padding: 3px;
  font-size: 11px;
  color: #0160aa;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.cymDisplayTitle { display: none; }
.cymBody { padding: 8px; line-height: 130%; }
.cymBody ul li { 
    list-style: disc outside none;
    margin-left: 20px; 
    line-height: 125%;
    padding-bottom: 4px;
    list-style-image: url('bullet_orange.png');
}
.cymBody ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 4px;
}
.cymBody strong,b { font-weight: bold; }
.cymBody em,i { font-style: italic; }
.cymArticleBody { padding-top:6px; }
.cymBody .cymHeader, .cymSectHeader, .cymArticleHeader, .cymTitle, .cymGalleryHeader, span.cymHeader {
  line-height: 120%;
  font-size:18px;
  font-weight: bold;
}

.cymGallery { padding: 8px; line-height: 130%; }
.cymGallery ul li {
    list-style: disc outside none;
    margin-left: 20px;
    line-height: 120%;
    padding-bottom: 4px;
}
.cymGallery ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 120%;
    padding-bottom: 4px;
}

.cymGallery strong,b { font-weight: bold; }
.cymGallery em,i { font-style: italic; }

ul.cymSiteMap { list-style: disc outside none; margin-left: 10px; }
ul.cymSiteMap ul li { line-height: 100%; }
ul.cymSiteMap ul.cymSiteMap { list-style: disc outside none; margin-left: 20px; }
ul.cymSiteMap ul.cymSiteMap ul li { line-height: 100%; }

.boxarea p { line-height: 120%; font-size: 12px; }
.boxarea .thumbnail {
  margin-right: 8px;
}

.cymFormTable { width: 99%; }
.cymFormTable .fText { width: 85%; }
.cymFormTable .fTextArea { width: 85%; }
.cymFormTable .fSelect { width: 88%; }
.cymLabel { color: #777777; }
.cymLabelRequired { color: #777777; }

.form_gallery {
    margin: 0 auto;
    width: auto;
}
.form_gallery .item {
    display: block;
    width: 160px;
    float: left;
    background-color: #eee;
    padding: 4px 4px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
}

.mfg_thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #bbb;
  margin-right: 16px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.mfg_thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.btn{
  background : -moz-linear-gradient(50% 100% 90deg,rgba(131, 39, 45, 1) 0%,rgba(239, 0, 45, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(131, 39, 45, 1) 0%, rgba(239, 0, 45, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(131, 39, 45, 1) ),color-stop(1,rgba(239, 0, 45, 1) ));
  background : -o-linear-gradient(90deg, rgba(131, 39, 45, 1) 0%, rgba(239, 0, 45, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(131, 39, 45, 1) 0%, rgba(239, 0, 45, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#83272D', endColorstr='#EF002D' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(131, 39, 45, 1) 0%, rgba(239, 0, 45, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EF002D',endColorstr='#83272D' , GradientType=0);
  color:#fff;
  border-radius:0;
  font-family: 'Oswald';
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #000;
  padding:15px 30px;
  border:0px;
  box-shadow: 1px 1px 10px rgba(0,0,0,.5);
  font-size: 19px;
}
a.btn:visited {
  color:#ffffff !important;
}
a.btn:hover {
  color:#FFB000 !important;
  text-decoration:none;
}

.HotfoilTable {
  margin:0px;padding:0px;
  width:100%;
  border:1px solid #000000;
  -moz-border-radius-bottomleft:0px;
  -webkit-border-bottom-left-radius:0px;
  border-bottom-left-radius:0px;
  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-right-radius:0px;
  border-bottom-right-radius:0px;
  -moz-border-radius-topright:0px;
  -webkit-border-top-right-radius:0px;
  border-top-right-radius:0px;
  -moz-border-radius-topleft:0px;
  -webkit-border-top-left-radius:0px;
  border-top-left-radius:0px;
}
.HotfoilTable table{
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
}
.HotfoilTable tr:last-child td:last-child {
  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-right-radius:0px;
  border-bottom-right-radius:0px;
}
.HotfoilTable table tr:first-child td:first-child {
  -moz-border-radius-topleft:0px;
  -webkit-border-top-left-radius:0px;
  border-top-left-radius:0px;
}
.HotfoilTable table tr:first-child td:last-child {
  -moz-border-radius-topright:0px;
  -webkit-border-top-right-radius:0px;
  border-top-right-radius:0px;
}
.HotfoilTable tr:last-child td:first-child{
  -moz-border-radius-bottomleft:0px;
  -webkit-border-bottom-left-radius:0px;
  border-bottom-left-radius:0px;
}
.HotfoilTable tr:hover td{
}
.HotfoilTable tr:nth-child(odd){ 
  background-color:#e5e5e5;
}
.HotfoilTable tr:nth-child(even){
  background-color:#ffffff;
}
.HotfoilTable th{
  padding:3px;
}
.HotfoilTable td{
  vertical-align:middle;
  border:1px solid #000000;
  border-width:0px 1px 1px 0px;
  text-align:left;
  padding:7px;
  font-size:14px;
  font-family:Arial;
  font-weight:normal;
  color:#000000;
}
.HotfoilTable tr:last-child td{
  border-width:0px 1px 0px 0px;
}
.HotfoilTable tr td:last-child{
  border-width:0px 0px 1px 0px;
}
.HotfoilTable tr:last-child td:last-child{
  border-width:0px 0px 0px 0px;
}
.HotfoilTable tr:first-child td{
  background:-o-linear-gradient(bottom, #ff0000 5%, #ff0000 100%);
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #ff0000) );
  background:-moz-linear-gradient( center top, #ff0000 5%, #ff0000 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ff0000");
  background: -o-linear-gradient(top,#ff0000,ff0000);
  background-color:#ff0000;
  border:0px solid #000000;
  text-align:center;
  border-width:0px 0px 1px 1px;
  font-size:14px;
  font-family:Arial;
  font-weight:bold;
  color:#ffffff;
}
.HotfoilTable tr:first-child:hover td{
  background:-o-linear-gradient(bottom, #ff0000 5%, #ff0000 100%);
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #ff0000) );
  background:-moz-linear-gradient( center top, #ff0000 5%, #ff0000 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ff0000");
  background: -o-linear-gradient(top,#ff0000,ff0000);
  background-color:#ff0000;
}
.HotfoilTable tr:first-child td:first-child{
  border-width:0px 0px 1px 0px;
}
.HotfoilTable tr:first-child td:last-child{
  border-width:0px 0px 1px 1px;
}

.spotlight_img {
  max-width: 97%;
  height: auto;
  margin: 4px;
}

#sidebar .widget{
  background:#fff;
  box-shadow: 0px 0px 10px grey;
  padding:20px;
  margin-bottom:20px;
  margin-left:15px;
  background : -moz-linear-gradient(50% 100% 90deg,rgba(230, 230, 230, 1) 0%,rgba(255, 255, 255, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(230, 230, 230, 1) ),color-stop(1,rgba(255, 255, 255, 1) ));
  background : -o-linear-gradient(90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#FFFFFF' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#E6E6E6' , GradientType=0);
}
.widget h3 {
  margin: 0px;
  margin-bottom: 10px;
  line-height: 140%;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
}
.sidenav {
  color: #964303;
  list-style-type:square;
  font-size:16px;
  margin-left: 0px;
  line-height: 135%;
  margin-bottom:8px;
}
.sidenav_static {
  color: #964303;
  list-style-type:none;
  font-size:16px;
  margin-left: -15px;
  line-height: 140%;
  margin-bottom:14px;
  margin-top: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.sidenav a {
  color: #FA7D20;
  text-decoration:none;
  font-size:16px;
}
.sidenav a:hover {
  text-decoration:underline;
}
.sidenav_child {
  margin-left:-24px;
  list-style: square;
  line-height: 135%;
  margin-bottom: 8px;
}
.sidenav_child a {
  color: #FA7D20;
  text-decoration:none;
}
.sidenav_child a:hover {
  text-decoration:underline;
}

.video-container {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width:98%;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

hr.grad { border: 0; height: 0; border-top: 1px solid rgba(0,0,0,0.2); border-bottom: 1px solid rgba(255,255,255,0.3); }

.topmar8  { margin-top:8px; }
.topmar10 { margin-top:10px; }
.topmar12 { margin-top:12px; }
.topmar16 { margin-top:16px; }
.topmar24 { margin-top:24px; }
.topmar32 { margin-top:32px; }
.topmar40 { margin-top:40px; }

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 767px) {
  #home-features{
    margin-top:50px;
  }
  #home-features .col-md-4{
    margin-bottom:40px;
  }
  .home-video a.btn{
    margin-bottom:40px;
  }
  img#hf-logo{
    width:150px;
  }
  #header-top{
    text-align: center;
  }
  #header-top .col-md-8{
    display: none;
  }
  ul#top-head-list li form{
    width:70px;
  }
  ul#top-head-list li form input{
    width:70px;
  }
  #home-features .feature-shadow-container{
    min-height: 10px;
  }
  .navbar-dark .navbar-toggler{
    margin:0;
  }
  #sidebar .widget{
    margin-left:0px;
  }
  #sliderow{
    background-image:none;
    text-align:center !important;
  }
  #sliderow .col-sm-6:last-child{
    display:none;
  }
  .nivo-caption {
    font-size: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .nivo-caption {
    font-size: 14px;
  }
}
