@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,700');

html {
  font-size: 100%;
}
body {
  font-family: 'Roboto Condensed';
  font-weight: 400;
  border-top:4px solid #00adbf;
}
img {
  max-width: 100%;
  height: auto;
}
a,a:link,a:visited {
  color: #0061c1;
}
p, h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 140%;
  font-weight: 400;
}
h1, h2, h3, h4, h5 {
  font-family: 'Roboto Slab';
  font-weight: 700;
}

p:last-child {
  margin-bottom: 0px;
}

#toparea {
  text-align: right;
}
#toparea form input {
  display: block;
  margin-left: 15px;
  width: 150px;
  height:28px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding-left: 20px;
  background-image: url(magnify.png);
  background-position: 6px 8px;
  background-repeat: no-repeat;
  font-size: 12px;
  color: #555555;
}
#topnav {
  margin: 0px;
  padding: 0px;
  text-align: right;
  display: inline;
}
#topnav li {
  display: inline-block;
  float: none;
  font-size: 14px;
  color: #000;
  font-weight:600;
  margin-left: 10px;
}
#topnav li a, #topnav li a:visited, #topnav li a:link{
  color:#000000;
}
#toparea .container{
  border-bottom:1px solid #dddddd;
  padding: 7px 0px;
}

#branding {
  padding: 12px 0px;
  position: relative;
  display: block;
  z-index: 2;
}
#branding h2{
  color: #00adbf;
  text-align: right;
  font-weight: 300;
  font-size: 24px;
  margin-top: 23px;
}
#branding h2 span.tphone {
  font-weight: 700;
  color:#000 !important;
}
span.tphonew {
  color:#fff !important;
}
.redtext{
  color:#fc0000;
}
img#logo {
  max-width: 280px;
  height: auto;
  width: 100%;
}
#acva-nav .container{
  background : -moz-linear-gradient(50% 100% 90deg,rgba(29, 109, 118, 1) 0%,rgba(23, 161, 178, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(29, 109, 118, 1) 0%, rgba(23, 161, 178, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(29, 109, 118, 1) ),color-stop(1,rgba(23, 161, 178, 1) ));
  background : -o-linear-gradient(90deg, rgba(29, 109, 118, 1) 0%, rgba(23, 161, 178, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(29, 109, 118, 1) 0%, rgba(23, 161, 178, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D6D76', endColorstr='#17A1B2' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(29, 109, 118, 1) 0%, rgba(23, 161, 178, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17A1B2',endColorstr='#1D6D76' , GradientType=0);
}

nav#main ul {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
nav#main ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  margin-right: 28px;
}
nav#main ul li:first-child {
  margin-left: 0px;
}
nav#main ul li a {
  color: #fff;
  font-size: 15px;
  padding: 13px 0px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}
nav#main ul li a:hover {
  text-decoration: none;
  color: #9be4ec;
}
#menu-icon {
  display: hidden;
  width: 40px;
  height: 40px;
  background-color: #000;
  background-image: url(menu-toggle.png);
  background-size: cover;
}
a:hover#menu-icon {
  background-color: #666;
}
.social {
  float:right;
}
.social img {
  height: 20px !important;
  width: 20px !important;
  margin-right:2px;
  margin-top:10px;
}
.colright {
  float:right;
}

#sliderow {
  z-index: 1;
}
#sliderow .container{
  padding:0;
}
#sliderow img{
  width:100%;
  height: auto;
  background : -moz-linear-gradient(50% 100% 90deg,rgba(29, 109, 118, 1) 0%,rgba(23, 161, 178, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(29, 109, 118, 1) 0%, rgba(23, 161, 178, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(29, 109, 118, 1) ),color-stop(1,rgba(23, 161, 178, 1) ));
  background : -o-linear-gradient(90deg, rgba(29, 109, 118, 1) 0%, rgba(23, 161, 178, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(29, 109, 118, 1) 0%, rgba(23, 161, 178, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D6D76', endColorstr='#17A1B2' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(29, 109, 118, 1) 0%, rgba(23, 161, 178, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17A1B2',endColorstr='#1D6D76' , GradientType=0);
}

#home-tagline .container{
  padding:20px 0px;
  background-color:#000;
}
#home-tagline h4{
  color:#fff;
  font-weight: 300;
  text-align: center;
  margin:0px;
  font-size: 20px;
}

#home-about{
  padding: 40px 0px 40px;
}
#home-about h3{
  font-size: 24px;
  color:#00adbf;
  font-weight: 700;
}
#home-about p{
  font-size: 16px;
}

.featuredm {
  text-align:left;
}

#footerboxes {
  background : -moz-linear-gradient(50% 100% 90deg,rgba(147, 149, 152, 1) 0%,rgba(92, 92, 92, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(147, 149, 152, 1) 0%, rgba(92, 92, 92, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(147, 149, 152, 1) ),color-stop(1,rgba(92, 92, 92, 1) ));
  background : -o-linear-gradient(90deg, rgba(147, 149, 152, 1) 0%, rgba(92, 92, 92, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(147, 149, 152, 1) 0%, rgba(92, 92, 92, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#939598', endColorstr='#5C5C5C' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(147, 149, 152, 1) 0%, rgba(92, 92, 92, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5C5C5C',endColorstr='#939598' , GradientType=0);
  padding: 30px 0px 50px;
  text-align: center;
}
#footerboxes h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
#footerboxes p {
  color: #fff;
  margin-bottom: 20px;
}
#footerboxes p a, #footerboxes a {
  color: #fff;
}

#credits{
  text-align: right;
}
#credits a,#credits a:link,#credits a:hover,#credits a:visited{
  color:#fff !important;
}
a.clink,a.clink:link,a.clink:visited {
  color: #ffffff;
}
#bottom-bar{
  background-color:#858789;
  padding-top:30px;
  padding-bottom:30px;
  color:#fff;
  background-image: url(shadow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-top:1px solid #A7A7A7;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
#pageinterior {
  padding: 30px 0px 50px;
}
#pagetitle .container{
  background:#000;
}
#pagetitle h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0px;
  padding: 18px 0px;
}

#sidebar .widget {
  height: auto;
  margin-bottom: 30px;
  padding: 24px 18px;
  background : -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(230, 231, 232, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(255, 255, 255, 1) ),color-stop(1,rgba(230, 231, 232, 1) ));
  background : -o-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(230, 231, 232, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(230, 231, 232, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6E7E8' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(230, 231, 232, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E7E8',endColorstr='#FFFFFF' , GradientType=0);
  border-bottom:1px solid #00adbf;
  color:#6f777a;
}
#sidebar, #sidebar p {
  text-shadow: none;
  color: #000;
}
#sidebar .widget h3, #product-lines h3 {
  font-size: 18px;
  font-weight: 700;
  color: #00adbf;
}

.pagecontent {
  font-size: 15px;
  color:#6f777a;
}
.pagecontent p {
  font-size: 15px;
  color:#6f777a;
}
.pagecontent h2, .pagecontent h3, .pagecontent h4, .pagecontent h5, .pagecontent ul, .pagecontent p {
  margin-bottom: 20px;
}
.pagecontent h2 {
  font-weight: 700;
  font-size: 24px;
  color: #000;
}
.pagecontent h3 {
  font-weight: 700;
  font-size: 21px;
  color: #00adbf;
}
.pagecontent h4 {
  font-weight: 700;
  font-size: 18px;
  color: #666;
}
.pagecontent ul li {
  list-style: disc outside none;
  margin-left: 20px;
  line-height: 120%;
  padding-bottom: 4px;
}
.pagecontent ol li {
  list-style: decimal outside none;
  margin-left: 20px;
  line-height: 120%;
  padding-bottom: 4px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.redline{
  width:20%;
  display: block;
  margin:0 auto;
  height: 3px;
  background:#fc0000;
}
a.greenbtn{
  display: inline-block;
  border:1px solid #00adbf;
  padding:10px 20px;
  color:#00adbf;
  font-family: 'Roboto Slab';
}
a.greenbtn:hover,a.greenbtn:link,a.greenbtn:visited{
  background:#00adbf;
  text-decoration: none;
  color:#fff;
}
.product-image img{
  border:1px solid #dddddd;
  margin-bottom: 30px;
}
ul.ordered-list{
  list-style-type: disc;
  padding-left: 20px;
}
ul.ordered-list > li ul{
  padding-left: 20px;
  list-style: circle;
}
ul.ordered-list li ul li ul{
  padding-left: 20px;
  list-style: none;
}
ul.ordered-list li li > li{
}


.nivoSlider {
  background-image:url(img_slider_bg.png);
  background-size:100% 100%;
  background-repeat:no-repeat;
}
.nivo-nextNav {
  right: 3px;
  background-image: url(right-arrow.png);
  width: 16px;
  height: 32px;
  text-indent: -3000px;
  background-size: cover;
  opacity: 0.3;
  filter: alpha(opacity=30); /* For IE8 and earlier */
}
.nivo-prevNav {
  left: 3px;
  background-image: url(left-arrow.png);
  width: 16px;
  height: 32px;
  text-indent: -3000px;
  background-size: cover;
  opacity: 0.3;
  filter: alpha(opacity=30); /* For IE8 and earlier */
}
.nivo-nextNav:hover, .nivo-prevNav:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
    display: block;
    position: relative;
    background-image:url(screen.png);
    background-repeat:repeat;
    z-index: 9999;
    width: 100%;
    max-width: 900px;
    margin-top: -38px;
    height:8px;
}
a.nivo-control{
  width:8px;
  height:8px;
  border-radius:50%;
  text-indent:-3000px;
  overflow:hidden;
  background-color:#A0A0A0;
  margin:0px 5px;
  display:inline-block;
}
a.nivo-control.active{
  background-color:#000;
}

a.roundbtn, a.roundbtn:link, a.roundbtn:visited{
  background:#1C8793;
  padding:10px 20px;
  color:#fff;
  text-decoration:none;
  text-shadow:1px 1px 0px #176D77;
  font-size:16px;
  font-weight:normal;
  border-radius:10px;
  -moz-border-radius:10px;
  display:inline-block;
}
a.roundbtn:hover{
  background:#3491AD;
}

/**** cymCMS specific ****/
/* gallery */
#gallery-masonry {
  margin: 0 auto;
  width: auto;
}

#gallery-masonry div.item {
  display: block;
  width: 160px;
  float: left;
  background-color: #fff;
  padding: 4px 4px;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 10px;
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out;
}

.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;
  margin-bottom: 10px;
}
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 {
    margin-top: 10px;
}
.cymBody ol {
    margin-top: 10px;
}
.cymBody ul li {
    list-style: disc outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 4px;
}
.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; }

.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%; }

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); }

.cymFormTable { width: 99%; }
.cymFormTable .fText { width: 85%; }
.cymFormTable .fTextArea { width: 85%; }
.cymFormTable .fSelect { width: 88%; }
.cymFormBody { padding: 10px 0px 0px 2px }
.cymLabel { color: #555555; }
.cymLabelRequired { color: #555555; }
.cymHelp { color: #777777; font-style: italic; }

.form_gallery {
  margin: 0 auto;
  width: auto;
}
.form_gallery .item {
  display: block;
  width: 160px;
  float: left;
  background-color: #fff;
  padding: 4px 4px;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 10px;
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out;
}

.sidenav, .sidenav_child, .sidenav_gchild {
  list-style: square outside none;
  margin-left: 16px;
  line-height: 140%;
  padding-bottom: 4px;
  color: #00a1b3;
}
.sidenav a, .sidenav_child a, .sidenav_gchild a {
  color: #444444;
  font-size:15px;
  text-decoration:none;
}
.sidenav a:hover, .sidenav_child a:hover, .sidenav_gchild a:hover {
  text-decoration:underline;
}
.sidenav_static, .sidenav_child_static {
  font-weight: 600;
  font-size:15px;
  padding-bottom: 4px;
  color: #00a1b3;
}
.sidenav_lftmar {
  margin-left:10px;
}
.sidenav_gchild {
  margin-left: 25px;
}

.rtable {
  border-collapse: collapse;
  width: 100%;
}
.rtable td {
  vertical-align: top;
  text-align: left;
  padding: 6px;
}
.topmar8  { margin-top:8px;  }
.topmar10 { margin-top:10px; }
.topmar12 { margin-top:12px; }
.topmar16 { margin-top:16px; }
.topmar24 { margin-top:24px; }

/* scroller - home page */
.simply-scroll-container { position: relative; background:#ffffff; } /* Container DIV - automatically generated */
.simply-scroll-clip { position: relative; overflow: hidden; } /* Clip DIV - automatically generated */
.simply-scroll-list { overflow: hidden; margin: 0; padding: 0; list-style: none; }/* UL/OL/DIV - the element that simplyScroll is inited on */
.simply-scroll-list li { padding: 0; margin: 0; list-style: none; }
.simply-scroll-list li img { border: none; display: block; margin-left: 20%; }
.simply-scroll { width: 100%; height: 133px; margin-bottom: 0px; }
.simply-scroll .simply-scroll-clip { width: 90%; height: 133px; }
.simply-scroll .simply-scroll-list li { float: left; width: 200px; height:133px;}
.simply-scroll-back { display: none; height: 0; }
.simply-scroll-forward { display: none; height: 0; }


/************************/
/* Mobile */
/************************/

@media (max-width: 1199px) {
#acva-nav form input {
 width: 60px;
 }
 nav#main ul li {
  margin-right:20px;
 }
 nav#main ul li a{
  font-size: 13px;
 }
 #home-about .col-md-9{
 padding-top:0px;
}
.nivo-prevNav, .nivo-nextNav {
  display:none;
}
.simply-scroll {
  max-width: 275px;
}
}

@media (max-width: 991px) {
 #branding h2{
  text-align: center;
 }
 #acva-nav form{
  display: none;
 }
img#logo {
 padding: 20px 0px;
 display: block;
 margin: 0 auto;
}
#footerboxes {
 height: auto;
}
#footerboxes .col-md-4 {
 border: none;
}
#footerboxes .boxarea {
 margin-bottom: 20px;
 height: auto;
}
.pagecontent {
 margin-right: 22px;
 margin-left: 22px;
 margin-bottom: 16px;
}
#hometwo .col-md-4 {
 margin-bottom: 30px;
}
nav#main ul {
 text-align: center;
}
nav#main ul li {
 margin-left: 5px;
 margin-right: 5px;
}
nav#main ul li a {
 font-size: 12px;
}
 ul#head-buttons{
  text-align: center;
 }
 ul#head-buttons li{
  text-align: left;
 }
 #home-about .col-md-9{
  padding-top:0px;
  padding-bottom:30px;
}
}

@media (max-width: 768px) {
#toparea {
 text-align: center;
}
#toparea form input {
  width: 110px;
  height:20px;
}
#bottom-bar{
  text-align: center;
}
.colright {
  text-align:center;
  float: none;
}
.simply-scroll {
  margin-left: 10%;
}
}

@media (max-width: 568px) {
nav#main {
 margin: 0 auto;
 float: none;
 margin-top: 0px;
}
#menu-icon {
 display: block;
 margin: 0 auto;
 margin-bottom: 10px;
 margin-top: 10px;
}
nav#main ul, nav#main:active ul {
 display: none;
 position: relative;
 padding: 20px;
 border: none;
 margin: 0 auto;
 width: 100%;
 border-radius: 4px 0 4px 4px;
 margin-bottom: 10px;
}
nav#main ul li {
 text-align: center;
 width: 100%;
 padding: 10px 0;
 margin: 0;
 margin-left: 0px;
 display: block;
}
nav#main ul li a {
 padding: 0px;
 width: 100%;
 font-size: 18px;
}
nav#main ul li a:hover {
 color: #9ce6ee
}
nav#main:hover ul {
 display: block;
}
#topnav {
 margin: 0px;
 padding: 4px;
 text-align: center;
}
#topnav li {
 margin-left: 10px;
}
#home-tagline h4{
  font-size: 15px;
}
}