@charset "utf-8";
html , body{
    background-color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    color: #000;
    font-family: "Myriad Pro", Verdana, Arial, "Helvetica LT Std";
    line-height: 1.4;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    overflow-x: hidden;
    font-size: 18px;
}

.page-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    max-width: 100%;
    margin-top: 0px;
}

.head-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,1.00);
    max-width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    max-width: 1200px;
    clear: both;
    position: relative;
    margin-top: 236px;
    padding-bottom: 10%;
    font-size: medium;
}
.home-headline {
    color: #043383;
    font-size: x-large;
    text-align: center;
    font-weight: bolder;
    margin-top: -41px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
}
.content-100-index-top {
    padding: 0%;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    float: none;
    margin-top: 6%;
    margin-bottom: 2%;
}


.search-content-100 {
    width: 60%;
    clear: both;
    float: left;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.00);
    display: inline-block;
    margin-top: -45px;
}

.header-search {
    margin-top: 37px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
    margin: auto;
    list-style-type: circle;
    list-style-position: outside;
    font-size: 16px;
}
.logo-container-full {
    width: 100%;
    clear: both;
    background-color: #FFFFFF;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.rotator {
    width: 100%;
    padding-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 0px;
}
p {
    margin-top: 0px;
    padding-right: 1em;
    padding-left: 1em;
    color: #000000;
    font-style: normal;
    font-size: 18px;
}

h1  {
    color: #878787;
    font-family: "Myriad Pro", Verdana, Arial, "Helvetica LT Std";
    font-style: normal;
    font-weight: 800;
    font-size: 27px;
    margin-left: 3%;
    margin-top: -8px;
    margin-bottom: -9px;
    text-align: center;
}
h2 {
    color: #878787;
    font-size: 22px;
    font-weight: 700;
    font-family: "Myriad Pro", Verdana, Arial, "Helvetica LT Std";
    font-style: normal;
    text-align: center;
    margin-bottom: -7px;
    margin-top: -136px;
}
h3 {
    font-size: 20px;
    color: #878787;
    margin-left: 1em;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: "Myriad Pro", Verdana, Arial, "Helvetica LT Std";
}
h4 {
    font-size: 18px;
    color: #004b9a;
    margin-left: 1em;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: "Myriad Pro", Verdana, Arial, "Helvetica LT Std";
}
h5 {
    font-size: 16px;
    color: #000000;
    margin-left: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: lighter;
    font-family: "Myriad Pro", Verdana, Arial, "Helvetica LT Std";
}
h6 {
    font-size: 16px;
    color: #000000;
    margin-left: 1em;
    margin-bottom: 0px;
    margin-top: 0px;
}

.product-page-h1 {
    margin-bottom: -48px;
    margin-top: -17px;

}
.spec-page-h2 {
    margin-bottom: -48px;
    margin-top: -17px;
    text-align: center;

}


a img { 
	border: none;
}

a:link {
    color: #3E84CE;
    text-decoration: underline;
}
a:visited {
    color: #538DCB;
    text-decoration: none;
}
.spec-table tr:nth-child(even) {
  background-color: #D6EEEE;
	  border-bottom: 1px solid #ddd;
}
.spec-table tr:nth-child(odd) {
  background-color: #e5e5e5e;
	  border-bottom: 1px solid #ddd;
}
.spec-table tr td h5 {
    font-size: 14px;
    font-weight: bolder;
    background-color: rgba(220,220,220,1.00);
}
.spec-table tbody tr td {
    font-size: 15px;
    text-align: center;
    padding-left: auto;
    padding-right: auto;
}
.spec-table table tr th {
    font-size: 15px;
}
.spec-table tr td img {
    max-width: 75%;
}
.container .content-100 table {
}



a:hover, a:active, a:focus {
    text-decoration: none;
    opacity: 0.51;
}
a:active {
    color: #B4221B;
    text-decoration: underline;
}
.logo-container {
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    color: #000066;
    clear: both;
    max-width: 1300px;
    margin-top: -1px;
}

.header {
	background-color: #FFFFFF;
	width: 100%;
	max-width: 1050px;
	padding-left: 2%;
	padding-right: auto;
}
.logo-50 {
    width: 45%;
    display: inline-block;
    clear: both;
    padding-top: 0px;
}



.nav-2 {
    margin-right: auto;
    background-color: #034ea2;
    height: 11px;
    background-repeat: no-repeat;
    text-align: center;
    clear: both;
    position: relative;
    padding-left: 19px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    vertical-align: middle;
    margin-left: auto;
    width: 100%;
    margin-top: -15px;
}
.header-container-full {
    width: 100%;
    clear: both;
}

.header-row {
    flex-wrap: wrap;
    margin-top: 23px;
    max-width: 1200px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    margin-bottom: -12px;
}
.header-left {
    width: 31%;
    float: left;
    background-color: #FDFDFD;
    padding-bottom: 11px;
    height: 84%;
    display: inline-block;
    margin-left: 37px;
    margin-right: 0px;
    margin-top: -14px;

}

.address-top {
    text-align: left;
    margin-top: 0px;
    margin-bottom: -14px;
    margin-left: auto;
    color: #043383;
    margin-right: auto;
}


.header-right {
    font-family: Archivo, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    clear: none;
    width: 58%;
    background-color: #FDFDFD;
    padding-right: 5%;
    float: right;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -25px;
}

.menus {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    display: flex;
    height: 43px;
    width: 1200px;
}

.nav {
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #034ea2;
    margin-top: 0px;
    width: 100%;
    height: 42px;
    background-repeat: no-repeat;
    line-height: 42px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    position: relative;
}



.menu-top {
    max-width: 100%;
    height: 60px;
    min-height: 43px;
    float: right;
    margin-right: 0px;
    margin-left: 3%;
    margin-top: 47px;
    display: inline-block;
}
.row-social {
    display: flex;
    max-width: 1200px;
    flex: wrap;
    height: 43px;
}


.social-top {
    min-height: 22px;
    padding-left: 0px;
    padding-top: 6px;
    float: left;
    flex: 30%;
    margin-left: 5%;
    max-width: 31%;
    position: absolute;
    min-width: 27%;
}
.searchbar {
    height: 43px;
    float: right;
    clear: none;
    flex: 70%;
    margin-left: 63%;
    max-width: 76%;
    position: absolute;
    left: -60px;
    width: 400px;
    display: inline-block;
}
.content-100 {
    padding: 0%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    float: left;
    margin-top: 58px;
    font-size: 18px;
    max-width: 1200px;
}
.content-100-overview-page {
    padding: 0%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    float: left;
    margin-top: -2px;
    font-size: 18px;
    max-width: 1200px;
}

.menu-bottom {
    margin-left: auto;
    margin-right: 443px;
    height: 48px;
    max-width: 100%;
    float: left;
}

/* ~~ The footer SOS~~ */

.footer {
    background-color: #034ea2;
    clear: both;
    position: relative;
    padding-bottom: 0px;
    margin-top: 22px;
    bottom: 0px;
}

.footer-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    max-width: 1200px;
    background-color: undefined;
}

.footer-column {
    width: 47%;
    background-color: #034ea2;
    color: #FFFFFF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
}
.footer-column-33 {
    width: 30%;
    background-color: #034ea2;
    color: #FFFFFF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
}
.footer-column-logo {
    width: 25%;
    background-color: #034ea2;
    color: #FFFFFF;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 10px;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    padding-right: 8px;
    padding-left: 8px;
}

.row .footer-column-logo p a:link {
    font-weight: lighter;
    text-align: center;
    line-height: 15px;
    color: #FFFFFF;
}
.footer-column-hours {
    width: 15%;
    background-color: #034ea2;
    color: #FFFFFF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    padding-left: 8px;
}
.footer-column-hours tbody tr td {
    font-size: 12px;
}
.footer-column-hours p {
    font-size: 8px;
    line-height: 15px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.footer-column-products {
    width: 10%;
    background-color: #034ea2;
    color: #FFFFFF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    font-weight: normal;
}

.row .footer-column-products p {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
}
.row .footer-column-products p a:link {
    font-weight: normal;
    text-align: left;
    color: #FFFFFF;
}
.footer-column-solutions {
    width: 15%;
    background-color: #034ea2;
    color: #FFFFFF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    font-weight: normal;
    text-align: left;
}
.footer-column-solutions p  {
    clear: both;
    text-align: left;
    font-size: 12px;
    line-height: 25px;
}

.footer-column-solutions p a:visited {
    color: #DADADA;
}
.footer-column-solutions p a:link {
    text-decoration: underline;
    color: #FFFFFF;
    text-align: left;
}
.footer-column-products p a:visited {
    color: #D2D2D2;
    text-decoration: underline;
}


.footer-column-company {
    width: 15%;
    background-color: #034ea2;
    color: #FFFFFF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
}
.footer-column-company p  {
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
}

.footer-column-company p a:link {
    text-decoration: underline;
    color: #FFFFFF;
    text-align: left;
}
.footer-column-company p a:visited {
    color: #DADADA;
}


.footer-column-icons {
    width: 15%;
    background-color: #034ea2;
    color: #FFFFFF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: auto;
    margin-top: 18px;
    margin-left: auto;
}

.row .footer-column-icons p {
    font-size: 12px;
    font-weight: lighter;
    text-align: left;
    line-height: 25px;
}
.row .footer-column-icons p a:link {
    font-size: 9px;
    font-weight: lighter;
    text-align: left;
    line-height: 15px;
    color: #FFFFFF;
}
.footer-column-icons p a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-column-icons p a:visited {
    color: #D2D2D2;
    text-decoration: underline;
}
.footer-column-66 {
    width: 60%;
    background-color: #043383;
    color: #FFFFFF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
}
.footer-column-33 p  {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
}
.footer p  {
    font-size: 10px;
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
}
.footer-heading    {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}



/* ~~ end footer ~~ */


.image-padding-1 {
	padding-right: 1em;
	padding-left: 1em;
}


.content {
    padding: 0px;
    float: left;
    color: #000;
    max-width: 1000px;
    list-style-type: disc;
    margin-left: 1em;
    margin-right: auto;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.nav-bar {
	height: auto;
	width: 100%;
	margin-right: 25px;
	margin-left: 25px;
	float: right;
	padding: 0px;
}
.nav-bar-top-h {
	max-width: 1050px;
	padding-left: auto;
	width: 100%;
	padding-right: auto;
}

.red {
	color: #F00;
}
.top-menu-spacer {
	float: left;
	height: 25px;
	width: 100%;
}
.red-8 {
	font-size: 8px;
	font-style: italic;
	color: #F00;
}
.container .content p {
	font-size: .9em;
}
.content-100-product-page-top {
    padding: 0%;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    float: none;
    margin-top: 20%;
    margin-bottom: 2%;
}
.content-100-para {
    width: 90%;
    margin-left: 4%;
    margin-top: -31%;
    margin-right: 4%;
    max-width: 1100px;
}
.content-100-product-details   {
    margin-top: 15%;
    width: 100%;
}
.content-100-product-detail-grid   {
    margin-top: 7%;
    width: 100%;
}

.content-100-details {
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
    margin-right: 5%;
}

.content-100-headine {
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 0%;
    margin-left: auto;
    background-color: #FFFFFF;
    clear: both;
    float: left;
    max-width: 1200px;
    margin-bottom: 2%;
    margin-top: 2%;
    margin-right: auto;
    width: 100%;
}
.content-100-para-no-button {
    margin-top: 40%;
}
.content-70-product-row {
    color: #000;
    float: none;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
    margin-bottom: 33%;
}


.black8 {
	font-size: 8px;
	color: #000;
}

.black9 {
    font-size: 0.75em;
    color: #000;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}
.white {
    color: #FFF;
    font-weight: bold;
    font-size: .9;
}
.black10 {
    font-size: 0.85em;
    color: #000;
    font-weight: normal;
}
.black11 {
	font-size: 1em;
}

.green12 {
    font-size: 14px;
    color: #FFFFFF;
    background-color: #299146;
    width: 100%;
    font-style: italic;
    max-width: 100%;
}

.back-to-top {
	font-size: 0.8em;
	color: #717D42;
}


.center-div {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}
.center-div-100 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    max-width: 1100px;
}
.center-div-33 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    flex: 30%;
    text-align: center;
}
.row {
    display: flex;
    flex-wrap: wrap;
    padding-right: 4px;
    padding-left: 4px;
    margin-left: auto;
    margin-right: auto;
}


.col {
    max-width: 22%;
    flex: 25%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.column-50-L {
    margin-right: auto;
    margin-left: auto;
    float: left;
    flex: 45%;
    max-width: 40%;
    margin-top: 0px;
}
.column-50-R {
    margin-left: auto;
    flex: 50%;
    max-width: 40%;
    margin-right: auto;
    clear: both;
}
.content-70 {
    color: #000;
    float: right;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
}
img, object, embed{
    max-width: 100%;
}

.ie6 img {
width:100%;
}
.flipbookWrapper {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-top: 56.25%;
    width: 100%;
    margin-top: 2%;
}
.flipbookWrapper iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}


.videoWrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    margin-top: 100px;
    padding-bottom: 56.25%;
}

.videoWrapper iframe {
    top: 0;
    left: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}
.videoWrapper-product-page {
    position: relative;
    height: 0;
    overflow: hidden;
    margin-top: 100px;
    padding-bottom: 56.25%;
}
.youtube-video {
    width: 100%;
    -webkit-aspect-ratio: 16/9;
    position: relative;
    margin-top: 20%;
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
    height: 100%;
}


.home-video-container {
    width: 100%;
    max-width: 1200px;
    margin-top: -2%;
    display: block;
    clear: both;
    height: 725px;
    margin-bottom: -18%;
    overflow-x: hidden;
    overflow-y: hidden;
    opacity: 1;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
}

#homevideo {
    width: 100%;
    opacity: 1;
    object-fit: cover;
    height: 66%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    max-width: 1200px;
    text-align: center;
}
/* search box */

#searchBox{
    width: 389px;
    height: 65px;
    float: right;
    margin-top: 7px;
    display: inline-block;
    clear: both;
}

#searchContent{
    Background-image: url(../images/search-bar-400.png);
    background-repeat: no-repeat;
    height: 76px;
    width: 400px;

}

#searchContent input.searchField
{
    margin-top: 10px;
    margin-right: 176px;
    margin-left: -7px;
    margin-bottom: 0px;
    Width: 224px;
    Height: 35px;
    background-color: white;
    border-radius: 6px;
    padding-left: 10px;
}
.blue {
	color: #069;
}
.grey {
    color: #88898A;
}


.translation-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 25px;
    background-color: #FFFFFF;
}

.imagefade {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
   }
.imagefade:hover {
    opacity: 0.5;
      }
.image-responsive {
    width: 80%;
    height: auto;
    display: block;
    padding-bottom: 12px;
}



.social-top a img {
    padding-left: 2px;
}
.social-icons {
    float: right;
    margin-right: 20%;

}

.copyright {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 7px;
    background-color: #A7A6A6;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 0.8em;
    width: 100%;
    max-width: 100%;
    height: 28px;
}
.dogwood-banner {
    text-align: center;
    padding-bottom: 1%;
    background-color: #8D8C8C;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 1em;
    max-width: 100%;
    height: 15px;
    margin-top: 0px;
    margin-bottom: 2%;
    padding-top: 0.5%;
}

.column-20 {
    max-width: 17%;
    flex: 19%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.footer-column-text {
    font-weight: 100;
    color: #FFFFFF;
    font-size: small;
}
.column-33 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    max-width: 28%;
}
.column-33-product-detail-grid {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    max-width: 28%;
}
.column-66-product-detail-grid {
    width: 64%;
    max-width: none;
    display: inline-block;
    float: left;
    clear: both;
    margin-top: -14px;
}
.column-33-contactus {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    max-width: 28%;
    margin-top: 95px;
}
.column-66 {
    width: 64%;
    max-width: none;
    display: inline-block;
    float: left;
    clear: both;
    margin-top: -102px;
}
.form-left-margin {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.blue-bar {
    width: 100%;
    background-color: #034EA2;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 12px;
    padding-top: 5px;
    padding-bottom: 8px;
}
.product-heading-bar {
    width: 100%;
    background-color: rgba(0,0,0,0.00);
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: -1px;
    padding-top: 5px;
    padding-bottom: 8px;
    height: 5%;
    margin-left: auto;
    margin-right: auto;
    text-indent: 5%;
    border-bottom: medium double rgba(249,8,12,1.00);
}
.green-bar {
    background-color: #A9AAA9;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 8px;
    margin-bottom: 7px;
    font-style: normal;
}
.image-caption-top   {
    display: block;
    caption-side: top;
    font-size: 0.9em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-bottom: 3px;
}
.image-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.image-caption-bottom {
    font-size: 0.9em;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
    clear: both;
    display: block;
}
.logo-caption-bottom {
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8em;
    text-align: center;
    margin-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
.column-33-product-page {
    width: 30%;
    margin-top: -27%;
    margin-left: 2%;
    max-width: 30%;
}
.column-66-product-page {
    width: 59%;
    max-width: 100%;
    display: inline-block;
    float: none;
    clear: both;
    margin-top: -23%;
    margin-left: 5%;
}
.column-66-video {
    width: 50%;
    margin-top: -25%;
}
.column-50-L-video {
    width: 44%;
    margin-top: -36px;
}
.column-50-R-table {
    width: 40%;
}



.column-50-L-spec {
    margin-right: auto;
    margin-left: auto;
    float: left;
    flex: 45%;
    max-width: 40%;
}
.column-50-R-spec {
    margin-left: auto;
    flex: 50%;
    max-width: 40%;
    margin-right: auto;
}
.text-center {

}
.content-100 .content-80 h4 {
    font-size: large;
}
.container .content-100 p {
    font-size: 18px;
}
.restaurant-button-size {
    width: 65%;
    height: auto;
}
.column-33 a img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
}
tbody tr td {
    padding-left: 3%;
    font-size: 15px;

}
.index-table {
    margin-left: 5%;
}
.img-product-top-button {
    max-width: 75px;
    width: 75px;
}
.col p {
    font-style: normal;
    color: #0D62CE;
    font-weight: bold;
    font-size: medium;
    margin-top: -10%;
}






























@media screen and (min-width:769px) and (max-width:1000px){
.column-20 p {
    font-style: normal;
    color: #0D62CE;
    font-weight: bold;
    font-size: small;
    margin-top: -10%;
}
body {
    margin-left: auto;
    margin-right: auto;
}
.nav-2 {
    margin-top: -37px;
}

.header-row {
    width: 100%;
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
}

.header-right {
    margin-bottom: 47px;
    display: inline-block;
    max-width: 34%;
}


.header-left {
    width: 47%;
    margin-top: -17px;
    margin-bottom: -25px;
    float: left;
    max-width: 38%;
}


.rotator {
    margin-top: -89px;
    margin-bottom: 26px;
}



.footer-column-logo {
    width: 33%;
}
.footer-column-hours {
    width: 33%;
}
.footer-column-products {
    width: 30%;
}
.footer-column-solutions {
    width: 30%;
}
.footer-column-company {
    width: 30%;
}
.footer-column-icons {
    width: 33%;
}

.header-search {
    margin-top: 42px;
}

.logo-container {
    min-height: 341px;
}
.thumbnail {
    width: 47%;
    float: left;
}
.col {
    max-width: 34%;
    flex: 50%;
    margin-bottom: 18px;
}
.col h4 .imagefade {
    max-width: 75%;
    margin-bottom: 1%;
}
.container {
    margin-top: 354px;
    margin-left: 5%;
    margin-right: 5%;
}
.address-top {
    width: auto;
    margin-left: 12px;
    margin-right: 0px;
}
#search-box {
    margin-top: 5px;
}

.menu-top {
    max-width: 47%;
    margin-right: 43%;
    margin-top: 10%;
}
h1 {
    margin-top: 3px;
    margin-right: 10%;
    margin-bottom: 0.5%;

}

.column-33-product-page {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    margin-bottom: 2%;
    margin-top: -12%;
}
.column-66-product-page {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;








    margin-top: 35%
%
%;
    margin-top: 0%;
}
.column-33 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    max-width: 28%;
}
.column-66 {
    width: 64%;
    display: inline-block;
    float: left;
}
.content-100-headline  {
    margin-left: 5%;
    margin-right: 5%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: -6%;
    margin-bottom: 7%;
}
.content-100-product-page-top {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -17%;
    margin-bottom: 2%;
}
.col img {
    max-width: 75%;
}


.column-66-video {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -33%;
}
.column-50-L-video {
}
.column-50-R-table {
}
.product-page-h1 {
    margin-top: -37px;
    margin-bottom: -47px;
}

	
.spec-page-h2 {
    margin-top: -37px;
    margin-bottom: -47px;
}
.column-33 a img {
    width: 100%;
}
.content-100-overview-page .row .col {
    margin-top: 10%;
    margin-bottom: 15%;
    margin-left: auto;
    margin-right: auto;
}
.blue-bar {
    margin-bottom: 10%;
}
.home-video-container {
    margin-bottom: -193px;
}
.home-headline.center-div {
    margin-top: -8%;
}






















}


/* Small Desktops */
@media screen and (min-width:481px) and (max-width:768px){
p {
    font-size: 1.2em;
}
	
.column-50-L {
    clear: both;
    width: 61%;
    margin-left: 10%;
    max-width: 61%;
    margin-right: 10%;
    float: left;
    margin-top: 2%;
}
.column-50-R {
    clear: both;
    width: 61%;
    margin-right: 10%;
    margin-left: 10%;
    max-width: 61%;
    margin-top: 5%;
}
	

.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}

.footer-container {
    max-width: 768px;
}
.footer-column {
    width: 90%;
    float: left;
    clear: both;
}
	
.footer-column-logo {
    width: 33%;
}
.footer-column-hours {
    width: 33%;
}
.footer-column-products {
    width: 40%;
}
.footer-column-solutions {
    width: 40%;
}
.footer-column-company {
    width: 40%;
}
.footer-column-icons {
    width: 40%;
}

.col {
    margin-left: 5%;
    margin-right: 5%;
    max-width: 40%;
    margin-bottom: 2%;
}

.header-container-full {
    margin-top: 224px;
    margin-bottom: -20px;
    padding-bottom: 46px;
}

.header-content {
    height: 155px;
    margin-bottom: -24px;
    margin-top: 14px;
}
.header-row {
    margin-top: -52px;
}
.head-container {
    margin-top: -1px;
    max-height: 217px;
}
	
.header-left {
    float: none;
    clear: both;
    margin-top: -144px;
    margin-bottom: -19px;
    z-index: -1;
    padding-top: 9px;
    max-height: 21px;
    background-color: rgba(255,255,255,0.00);
    margin-left: -34%;
    display: inline-block;
    max-width: 55%;
    width: 55%;
}
.dogwood-banner {
    height: 52px;
}


.header-right {
    font-family: Archivo, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    clear: both;
    margin-top: -74px;
    float: right;
    margin-bottom: -2px;
    margin-left: 0%;
    margin-right: 25%;
    max-width: 59%;
    display: inline-block;
    background-color: rgba(255,255,255,0.00);
}
	
.menu-top {
    margin-bottom: 0px;
    width: 49%;
    margin-right: -26%;
    max-width: 58%;
    margin-top: -45px;
}
	
.address-top {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.logo-container-full {
    margin-left: auto;
    margin-right: auto;
    min-height: 359px;
}
.content-100-product-page-top {
    width: 100%;















    margin-bottom: 7%
%
%;
    margin-bottom: 6%;
    margin-top: -2%;
}
h1 {
    margin-bottom: 0.5%;
}

.column-33-product-page {
    margin-left: auto;
    margin-right: auto;
    clear: both;
    min-width: 92%;
    margin-top: -13%;
    margin-bottom: 22%;
    max-width: 92%;
    position: relative;
}
.column-66-product-page {
    width: 90%;
    margin-left: 4%;
    margin-right: 4%;
}
.content-100-headline {
    margin-left: 5%;
    margin-top: -10%;
    margin-bottom: 39px;
}
.content-100-para   {
    margin-top: 21%;
}
.home-video-container {
    max-height: 481px;


}



.home-headline {
    margin-top: 51%;
}
.column-50-L-video {
    clear: both;







	flex: 60% 
    float: left;
    width: 70%;
    height: auto;
    position: absolute;
    margin-top: -94px;
}
.column-50-R-table {
    clear: both;
    max-width: 92%;
    flex: 60%;
    min-width: 92%;
    position: relative;
    margin-top: 318px;
}

.logo-50 {
    width: 62%;
    margin-left: auto;
    margin-right: auto;
}
	
.nav {
    margin-left: -23px;
    float: left;
    width: 141%;
    margin-top: 3px;

}
.content-100 {
    margin-left: 5%;
    margin-top: 26px;
}
.content-100-newsletter {
    margin-left: 5%;
    margin-top: -3px;
    margin-bottom: -122px;
}



.container {
    margin-top: 236px;
}
.rotator {
    margin-top: 92px;
    margin-bottom: 32px;
    height: 39px;
}
.nav-2-move {


}


.nav-2 {
    clear: both;
    margin-top: -81px;



}
.blue-bar {
    margin-top: 10px;
    clear: both;
}
.page-container {
    margin-top: 37px;
}




.menu-bottom {
    margin-left: 72px;
    width: 100%;
    margin-top: 0px;

}

.search-center {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 80%;
}

	
.header-search {
    width: 44%;
    margin-bottom: 63px;
}

.searchbar {
    margin-left: 41%;
}

#searchContent {
    background-image: url(../images/search-bar-300w.png);
    background-repeat: no-repeat;
    margin-top: -3px;
    margin-left: auto;
    margin-right: auto;
    width: 81%;
}
#searchBox {
    margin-top: -11px;
    width: 81%;
    margin-left: auto;
    margin-right: auto;
}

#searchContent input.searchField {
    width: 189px;
    height: 23px;
    margin-top: 9px;
    font-size: 15px;
    margin-right: 196px;
}


	
.column-20 {
    margin-right: auto;
    min-width: 40%;
    margin-left: auto;
    clear: both;
    margin-top: 3%;
}
.column-66 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 50px;
}
.column-66-video {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 57%;
    height: 70%;
    position: absolute;
    top: 0px;
    bottom: 0px;
}
.column-33 {
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 29px;
    margin-bottom: -34px;
    max-width: 70%;
    min-width: 70%;
}
.column-33 a img {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    margin-top: 2px;
    margin-bottom: 7px;
    max-width: 70%;
    min-width: 70%;
}

.content-100 .row .center-div-33 {
    width: auto;
}


.image800px {
    max-width: 800px;
}

.column-50-L {
    clear: both;
    width: 47%;
    float: left;
}

.column-50-R {
    clear: both;
    width: 46%;
}
.product-page-h1 {
    margin-bottom: -46px;
    margin-top: -217px;
}
	
.spec-page-h2 {
    margin-bottom: -46px;
    margin-top: -217px;
}
.column-33-contactus {
    width: 70%;
    min-width: 70%;
    max-width: 70%;
}
.content-100-overview-page .row .col {
}





















}


/* Small Tablets */
@media (max-width:480px){

.image-caption-bottom {
    font-size: 0.9em;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
    clear: both;
    display: block;
}
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.column-33 {
    width: 90%;
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.column-66-product-page   {
    width: 100%;
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 5%;
    max-width: 100%;
    min-width: 100%;
}


.column-33-product-page {
    margin-right: auto;
    clear: both;
    min-width: 92%;
    max-width: 92%;
    margin-top: -29%;
    margin-left: auto;
    position: relative;
}
.content-100-para {
    margin-top: 55%;
}
.content-70-product-row {
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.column-66-video {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0px;
    bottom: 0pc;
    clear: both;
    margin-top: 109%;
    width: 90%;
    height: 90%;
}
.column-33 a img {
    width: 90%;
    min-width: 90%;
}

.text_column {
    width: 90%;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 7px;
    margin-left: 5px;
}
.manufacturer-img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail {
    width: 85%;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.footer-column {
    width: 90%;
    float: left;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
.footer-container {
    max-width: 480px;
}
	
.footer-column-logo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.footer-column-hours {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.footer-column-products {
    width: 100%;
    margin-right: 20%;
    margin-left: 20%;
    text-align: center;
}
.footer-column-solutions {
    width: 100%;
    margin-right: auto;
    margin-left: 20%;
    text-align: center;
}
.footer-column-company {
    width: 100%;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
}
.footer-column-icons {
    width: 100%;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
}
.col {
    margin-left: auto;
    margin-right: auto;
    clear: both;
    min-width: 86%;
    margin-bottom: 9%;
}
.head-container {
    margin-top: -8px;
}
.container {
    width: 93%;
    min-width: 90%;
    margin-top: 299px;
    margin-left: 3px;
    margin-right: 27px;

}
h1 {
    margin-bottom: 0px;
}
.column-33 a img {
    max-width: 45%;
}

.content-100-headline {
    width: 90%;
    margin-top: 0px;
}
.content-100-product-page-top {
    margin-top: -10%;
}



.header-container-full {
    margin-top: 29px;
    width: 80%;
    max-width: 80%;
    margin-left: 95px;
}

.menus   {
    margin-top: 12px;
    max-height: 25px;
}

	
.header-row {
    width: auto;
    max-height: 89px;
    margin-left: -505px;
    margin-top: -14px;

}

.header-left {
    width: 68%;
    float: none;
    display: inline-block;
    clear: both;
    margin-top: -7px;
    position: absolute;
    max-height: 28px;
    margin-left: auto;
    margin-right: auto;
}


.header-right {
    float: right;
    margin-top: -34px;
    margin-right: 7px;
    width: 80%;
    position: absolute;
    padding-top: 0px;
    clear: both;
    background-color: rgba(255,255,255,0.00);
}
.menu-top {
    width: 80%;
    clear: both;
    position: static;
    margin-top: 175px;
    float: right;
    margin-right: -368px;
}

.logo-container-full {
    width: 100%;
    height: 39%;
}
.logo-50 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.logo-container {
    margin-bottom: -39px;
}

.center-div-33 {
    width: 73%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.menu-bottom {
    margin-left: 46px;
    margin-top: 0px;
}

.footer-container .footer-column.white .image-responsive {
    max-width: 75px;
}
	
#searchBox {
    max-width: 227px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -19px;
}
#searchContent {
    background-image: url(../images/search-bar-175w.png);
    margin-left: auto;
    margin-right: auto;
}
#searchContent input.searchField {
    width: 121px;
    height: 34px;
    font-size: 9px;
    margin-left: -12px;
    margin-top: 7px;
}
.row-social {


}
.searchbar {
    margin-left: 38%;
}
.social-top {
    margin-left: 25px;
    margin-right: 16px;
    margin-top: -5px;
}

.social-icons {
    margin-top: 6px;
}

	
.nav-2 {
    margin-top: 242px;
}

.nav {
    margin-left: 2px;
    width: 100%;
    margin-top: -2px;
}

.header-search {
    margin-bottom: 81px;
}

.column-50-R {
    margin-top: 49px;
    border-top: thin solid #88898A;
    clear: both;
    max-width: 90%;
}

.column-50-L {
    float: left;
    clear: both;
    max-width: 90%;
    flex: 80%;
}
.column-50-L-video {
    width: 70%;
    height: auto;
    position: absolute;
    margin-top: -83px;
}
.column-50-R-table {
    min-width: 92%;
    max-width: 92%;
    position: relative;
    margin-top: 174px;
}
	
	
.column-50-L-spec {
    clear: both;
    max-width: 90%;
	flex: 80% 
    float: left;
}
.column-50-R-spec {
    clear: both;
    max-width: 90%;
	flex: 80% 
}
.column-20 {
    clear: both;
    width: 80%;
    min-width: 80%;
    max-width: 80%;
}
	
.spec-table {
		/* horizontal scrollbar for tables if mobile screen */
    .tablemobile {
        overflow-x: auto;
        display: block;
    max-width: 100%;
    margin-left: auto;
		
	}
	
	
.spec-table tr:nth-child(even) {
  background-color: #D6EEEE;
	  border-bottom: 1px solid #ddd;
}
.spec-table tr:nth-child(odd) {
  background-color: #e5e5e5e;
	  border-bottom: 1px solid #ddd;
}
.spec-table tr td h5 {
    font-size: 14px;
    font-weight: 700;
    background-color: rgba(220,220,220,1.00);
    margin-right: 0px;
    text-align: center;
}
.spec-table tbody tr td {
    font-size: 13px;
    text-align: center;
    padding-left: auto;
    padding-right: auto;
}
.spec-table table tr th {
    font-size: 15px;
}
.spec-table tr td img {
    width: 100%;

}
.menu-top {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -48px;
}

.column-66 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.column-33 {
    margin-left: auto;
    margin-right: auto;
    clear: both;
    min-width: 80%;
}


.spec-table: image


}




/* ~~ first 768 ~~ */
@media screen and (max-width:768px){
.nav-2 {
    position: relative;
    z-index: 1;
    padding-left: 0px;
}
.header-right {
    padding-left: 0px;
    clear: both;
    width: 89%;
    display: block;
    float: left;
    margin-left: 52px;
}

.header-left {
    clear: both;
    float: left;
    width: 100%;
    display: inline-block;
    padding-bottom: 159px;
}

.logo-container .header-right #searchBox {
    clear: both;
    float: left;

}
		
.copyright {
    clear: both;
}
.dogwood-banner {
    clear: both;
    margin-bottom: 2px;
    height: 36px;
}
	
.column-66 {
    clear: both;
    width: 93%;
}
	
.column-33 {
    clear: both;
    min-width: 80%;
}

.logo-container {
    height: 328px;
}


}

/* ~~ end first 768 ~~ */

@media screen and (min-width:1100px) and (max-width:1200px){
.logo-container {
    margin-left: auto;
    margin-right: auto;
    clear: both;
    height: 253px;
}
	
.logo-container-full {
    height: 30%;
}
.column-20 {
    min-width: 25%;
}	
	
}






@media screen and (min-width:251px) and (max-width:479px){
#searchBox   {
    margin-left: auto;
    margin-right: auto;
}
#searchContent {
    background-image: url(../images/search-bar-glass.png);
    background-position: center center;
    background-size: 63% auto;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}
#searchContent input.searchField {
    width: 130px;
    height: 39px;
    margin-left: -93px;
    display: none;
}
.header-right {
    background-color: rgba(255,255,255,0.00);
}
.social-top {
    display: none;
}
.menu-top {
    width: 49%;

}
.column-33 {
    margin-top: 25px;
}
.column-66 {
    margin-top: 89px;
}
.h1 {
    margin-left: 8%;
}








}


@media screen and (min-width:950px) and (max-width:1000px){
.logo-container {
    height: 387px;
}
.col {
    max-width: 25%;
    flex: 50%;
}
.column-50-R-video {
    clear: both;
    width: 80%;
    text-align: left;
}
.nav-2 {
    margin-top: -32px;
}
.rotator.center-div {
    margin-top: -112px;
}

.header-left   {
    margin-bottom: -12px;
    max-height: 151px;
}

}





@media screen and (min-width:768px) and (max-width:1203px){


.col {
    max-width: 50%;
}
.menu-bottom {
    width: 100%;
    margin-right: 0px;
    margin-left: 98px;


}

}





@media screen and (min-width:1001px) and (max-width:1150px){
.header-container-full {
    margin-top: 62px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -146px;
}
.header-row {
    margin-top: -43px;
    display: flex;
}
.header-left {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -32px;
}
.header-right {
    width: auto;
    margin-bottom: 14px;
}

#searchBox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    position: relative;
}
.nav-2 {
    padding-top: 0px;
    margin-top: 17%;

}
.container {
    margin-top: 250px;
}
.rotator.center-div {
    margin-top: -47px;
}


.menu-top {
    margin-left: 106px;
    max-width: 100%;
    margin-top: 6px;
    margin-bottom: -48px;
}






}
.column-33-contactus {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
}
.home-video-container {
    max-height: 421px;

}
#homevideo {
    max-width: 480px;
    width: 400px;
    height: 225px;
    margin-bottom: -25%;
}
.home-headline {
    margin-top: -12%;
}
.dogwood-banner {
    display: none;


}















}


@media screen and (min-width:768px) and (max-width:950px){
.head-container {
    margin-top: 0px;
    padding-bottom: 14px;
}
.header-left {
    width: 100%;
    display: inline-block;
    height: auto;
    margin-left: 119px;
    margin-right: auto;
    float: left;
    clear: both;
    margin-top: -14px;
}
.logo-container {
    padding-bottom: 0px;
    height: 341px;
}
.thumbnail {
    width: 47%;
    float: left;
}
.col {
    flex: 50%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    min-width: 80px;
}
.logo-container-full {
    height: 35%;
}
.logo-50 {
    width: 90%;
}
.column-20 {
    min-width: 31%;
    clear: both;
    margin-bottom: 3%;

}
.center-div-33 {
    width: 40%;
}
.container {
    margin-top: 394px;
}
.content-100-covid-row {
    margin-bottom: 84px;
}
.column-33-product-page {
    min-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -6%;
}
.column-66-video {
    min-width: 50%;
    margin-left: auto;
    margin-right: auto;
}






}




@media screen and (min-width:769px) and (max-width:1150px){
.header-right {
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
}
	
#searchBox {
    margin-top: -8px;
    margin-bottom: -25px;
    width: auto;
}
.menu-bottom {
    margin-left: 66px;
    width: 100%;
    max-width: 1127px;
}
.logo-50 {
    width: 58%;
}
.logo-container {
    min-height: 387px;
    width: auto;
}
.col {
    max-width: 37%;
    padding-left: 2%;
    padding-right: 2%;
}
.container {
    margin-top: 335px;
    margin-left: 5%;
}
.content-100-overview-page .row .col  {
    margin-top: -71px;
    padding-top: 17px;









}
.column-33 {
    width: 51%;
    max-width: 51%;
    margin-left: auto;
    margin-right: auto;
}











}


@media screen and (max-width:250px){
#searchBox   {
    margin-left: auto;
    margin-right: auto;
}
#searchContent {
    background-image: url(../images/search-bar-glass-200.png);
    background-position: center center;
    background-size: 63% auto;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}
#searchContent input.searchField {
    width: 130px;
    height: 39px;
    margin-left: -93px;
    display: none;
}
.menu-top {
    margin-left: -45px;
}
.col {
    width: 22%;
    flex: 25%;
    margin-left: auto;
    margin-right: auto;
}
.social-top {
    display: none;
}

	
}

.content-80 {
    color: #000;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.rep-email a img {
    width: 75px;
    height: 35px;
    margin-left: 19px;
}

.content-100-newsletter {
    font-size: 0.9em;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 148px;
}
.center {
}

@media (min-width:350px) and (max-width:480px){
.home-headline.center-div  {
    margin-top: -36%;
    margin-left: auto;
    margin-right: auto;





}

	.video-button-product {
    margin-left: auto;
    margin-right: auto;
    margin-top: 49px;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}
	.content-100 p img {
    min-width: 80%;
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
}




}
.video-button-product {
}
.image-pad-right {
}

@media (min-width:481px) and (max-width:650px){
.column-66-video {
    margin-top: 75%;
}

.content-100-product-page-top {
    margin-top: -8%;
}



}

@media (min-width:1001px) and (max-width:1149px){
.content-100-headine {
    margin-top: -8%;
    margin-bottom: -3%;
}
.col img {
    max-width: 85%;
}
.column-33-product-page {
    max-width: 25%;
    margin-left: 2%;
    margin-right: 6%;
}
.column-66-product-page {
    max-width: 55%;
    margin-left: 9%;
    margin-right: 2%;
}
h1 {
    margin-top: -8%;
}
.content-100-overview-page .row .col {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    max-width: 45%;
    min-width: 45%;
    margin-bottom: 9%;
    margin-top: 1%;
}
.home-video-container   {
    margin-bottom: -9px;
    max-height: 681px;
    margin-top: -87px;
}
.home-headline.center-div {
    margin-top: -21%;
}
.col h4 {
    margin-bottom: 4%;
    text-align: center;
}









}

@media (min-width:951px) and (max-width:1000px){
.column-33-product-page {
    max-width: 20%;
    margin-left: 2%;
    margin-right: 5%;
    margin-top: 0.25%;
}
.column-66-product-page {
    max-width: 55%;
    margin-top: 4%;
    margin-left: 15%;
    margin-right: 2%;
}


}
