@import '/css/components/fonts.css';
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
	margin:0px;
	padding:0px;
	font-family: 'Montserrat-Regular', Arial, Tahoma, Geneva, Verdana, sans-serif;
	height:100%;
}

/* Target tracking image dropped at top of page */
img[src*='secure.adnxs.com'] {
	display: none;
}
body {
	background-color:#70708e;
	color:#000;
}
input, select, textarea {
	font-family: 'Montserrat-Regular', Arial, Tahoma, Geneva, Verdana, sans-serif;
    -webkit-border-radius:0px;
    border-radius:0px;    
}
select {
    -webkit-appearance: menulist-button;
    background-color:#fff;
    border:0px !important;
    outline:1px solid #000;
    outline-offset:-1px;
}
input[type=submit] {
    -webkit-appearance:none;
    -webkit-border-radius: 0;
    border-radius:0px;
}
img {
	outline:none;
	border:none;
	max-width:100%;
}
a {
	color: #375577;        
	font-weight: bold;        
}
b, strong {
	font-family: 'Montserrat-Bold';
}
#header {
	height:147px;
	width:100%;
	z-index:15;
	position:fixed;
	top:0;
}
.header-back {
	background-color:rgba(255,255,255,0.92);
	width:100%;
	height:100%;
	z-index:-1;
	position:absolute;
	top:0px;
	left:0px;
}
.header-scroll {
	position:absolute !important;
}
.header-border {
    /*background-image: url('/images/common/headerBar.png');*/
    background-color: #009DA6;
    width: 100%;
    height: 4px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0px;
   /* border: 4px solid #009DA6;*/
}
.inner-container {
	/*width: 75%;*/
	width:100%;
	margin: 0 auto;	
}
.logo {
	float: left;
	height: 143px;
	margin-left:20px;
}
#logo {			
	height: 72px;
	width: 240px;
	display: block;
	text-decoration: none;
	margin-top: 42px;
	outline: none !important;
}
#logo:focus {
	outline: none !important;
}
.search-container {
	margin-top: 29px;
	/*margin-bottom: 22px;*/
	width: 215px;
	border: 1px solid #030303;
	float: right;
	height:27px;
	background-color:#fff;
}
input.the-search-box {
	width: 175px;
	height: 25px;
	border: 0px;
	outline: none;
	background-color: transparent;		
	padding: 1px 5px;
	float:left;
}
.run-search-link {
	float:left;
}
form.the-search-form {
	height: 25px;
	padding: 0px;
}
.flag-icons {
	float:right;
	height:30px;
	width:77px;
	margin-top: 29px;
	margin-left:18px;
	margin-right:65px;
	font-size:12px;
	
}
.flag-icons .us {
	background-image:url('/images/common/usFlagIcon.png');
	background-repeat:no-repeat;
	height:30px;
	width:22px;
	float:left;
	text-align:center;
	padding-top:18px;
    cursor:pointer;
}
.flag-icons .ca {
	background-image:url('/images/common/canadaFlagIcon.png');
	background-repeat:no-repeat;
	height:30px;
	width:23px;
	float:left;
	text-align:center;
	padding-top:18px;
    cursor:pointer;
}
.flag-icons .pr {
	background-image:url('/images/common/prFlagIcon.png');
	background-repeat:no-repeat;
	height:30px;
	width:22px;
	float:left;
	text-align:center;
	padding-top:18px;
    cursor:pointer;
}
.flag-divider {
	width:5px;
	height:30px;
	float:left;
	text-align:center;
	padding-top:18px;
}
.top-nav {
	padding-top:41px;
	float:left;	
}
a.top-nav-item {
	float:left;
	font-family: 'Montserrat-SemiBold';
	color:#636567;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	margin-right:32px;
}
a.top-nav-item.annexLink  {
    color: #64acd7;
}
a.top-nav-item:hover {
    color:#f15f24;
}
a.top-nav-item-active {
    color:#f15f24;
}
.nav-search-container {
	/*float:left;*/
	float:right;
	/*margin-left:57px;*/
}
.main-nav {
	margin-top:28px;
}
.main-nav-item img {
	float:right;
	/*width:14px;*/
	display:none;
	padding:0px 10px 0px 20px;
	
}
a.main-nav-item {
	font-family: 'Montserrat-SemiBold';
	color:#000;
	text-decoration:none;
	font-size:16px;
	/*letter-spacing:-.2px;*/
	margin-right:24px;
    font-weight:normal;
}
a.main-nav-item:hover {
	color:#f15f24;
	text-decoration:underline;
}
a.main-nav-item-active {
	color:#f15f24;
	text-decoration:underline;
}
a.main-nav-item.main-nav-item-hub {
	font-style:italic;
}
a.main-nav-item.disabled, .mega-grid a.disabled {
    cursor: default;
}
.mega-grid a.disabled.sub-disabled:hover {
    font-family:Montserrat-Regular;
    color:#000 !important;
}
    .mega-grid a.disabled.sub-disabled.page-active:hover, .mega-grid a.disabled.sub-disabled.page-active {
        font-family: 'Montserrat-SemiBold' !important;
        color: #f15f24 !important;
    }
.nav-col {
    display:inline-block;
    width:50%;
    min-width:222px;
}
footer {
	width: 100%;
	padding-top: 25px;
	/*margin-bottom:147px;*/
	padding-bottom: 47px;
}
.footer-logo {
	float: left;
	font-family: 'Montserrat-Bold';
	text-transform:uppercase;
	font-size:13px;
	color:#fff;
	width:33.33%;
	/*height: 41px;*/
}
.footer-logo a {
    color:#fff;
    text-decoration:none;
    font-weight:normal;
}
.footer-logo a[href^=tel] {
    color:#fff;
    text-decoration:none;
    font-weight:normal;
}
.footer-logo-inner {
	margin-left:20px;
}
.footer-downloads {
	font-family: 'Montserrat-Bold';
	text-transform:uppercase;
	font-size:16px;
	color:#fff;
	float:right;
	text-align:right;
	width:33.33%;
}
.footer-downloads-inner {
	margin-right:87px;
	margin-top:5px;
	/*text-align:left;*/
}
.footer-downloads a {
	color:#fff;
	text-decoration:none;
}
#footerLogo {			
	/*height: 44px;
	width: 172px;*/
    height: 60px;
	width: 216px;
	margin-bottom: 15px;
	display: block;
	text-decoration: none;	
}
.social-icons {
    /*width: 100%;*/
	text-align:center;
    margin-bottom: 40px;
	width:33.33%;
	float:left;
	margin-top:8px;
}
.social-icons a {	
	margin-left:10px;
	margin-right:10px;
}
.social-icons img {
    height:31px;
}
img.downloadsIcon {
	margin-left:4px;
}
.footer-links-container {
	width:100%;
	text-align:center;
	clear:both;
	margin-top:18px;
}
.footer-links {
	width:80%;
	clear:both;
	margin: 0 auto;	
}
.footer-links a {
	display:inline-block;
	/*float:left;*/
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-family: 'Montserrat-Bold';
	font-size:16px;
}
.footer-links-bottom {
	background-image:url('/images/common/dottedBarLine.png');
	width:100%;
	height:4px;
	clear:both;
	margin-top:13px;
}
.footer-links-divider {
	background-image:url('/images/common/dottedDivider.png');
	width:4px;
	height:15px;
	/*float:left;*/
	display:inline-block;
	margin-left:46px;
	margin-right:46px;
}
.sub-footer-links a {
    margin-top: 27px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
    font-weight: normal;
    padding: 0 6px 0 3px;
    border-right: 1px solid #fff;
}
	.sub-footer-links a:last-child { border-right:none; }
	.copyright-container {
		color: #fff;
		text-transform: uppercase;
		font-size: 10px;
		margin-top: 10px;
	}
/* Home Heros! */
.top-home-heros {
	position:relative;
	overflow:hidden;
	height:768px;
}
.home-hero-image {
    background-size: cover;
    background-position: center;
	/*width: 1366px;*/
	width:100%;
	position:absolute;
	height:100%;
    cursor:pointer;
}
.home-hero-message-box {
	background-color:rgba(255,255,255,0.85);
	width:368px;
	height:479px;
	margin-left:76px;
	margin-top:147px;
	margin-bottom:142px;	
	background-position:bottom;
	background-repeat:no-repeat;
	padding-left: 41px;
    /*padding-right: 46px;*/
	padding-right: 32px;
    padding-top: 43px;  
    font-size:16px;
	line-height:22px;
    background-size:80%;
}
.home-hero-scroll-box {
	position:absolute;
	bottom:0px;
	height:142px;
	width:100%;
	background-color:rgba(0,0,0,0.55);
	cursor:pointer;
	background-image:url('/images/common/scrollArrow.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	/*background-color:#5c86a0;
	background-blend-mode: multiply;*/	
}
.home-sub-scroll-box {
	position:absolute;
	bottom:0px;
	height:27px;
	width:100%;
	background-color:rgba(0,0,0,0.55);
	cursor:pointer;
	background-image:url('/images/common/scrollArrowSmall.png');
	background-position: center top;
	background-repeat:no-repeat;
}
.home-hero-bottom-spacer {
	width:0px;
	height:0px;
}
.hero-message-title {
	font-family:'FjallaOne';
	font-size:46px;
	color:#f15e25;
	text-transform:uppercase;
	letter-spacing:-1px;
	/*line-height: 46px;*/
	line-height: 52px;
	margin-bottom:6px;
    font-weight:normal;
    margin-top:0px;
}
.home-hero-image .arrows {
	margin-top:10px;
	clear:both;
}
.home-hero-image .arrow-back, .home-hero-image .arrow-forward {
	float:left;
	margin-right:16px;
}
.intro-hero {
	background-size: cover;
    background-position: center;
	position:relative;
	min-height:760px;
	width:100%;
}
iframe {
    border:0px;
}
.intro-message-box {
	background-color:rgba(255,255,255,0.85);
	width:368px;
	/*height:613px;
	margin-top:147px;*/
	position:absolute;
	/*right:87px;
	bottom:0px;	*/
    left:76px;
	/*text-align:right;*/
	text-align:left;
}
.intro-message-box  img{
	width:100%;
	margin-top:8px;
}
.sg-hero {
	background-size: cover;
    background-position: center;
	position:relative;
	min-height:743px;
	width:100%;
}
.sg-message-box{
	background-color:rgba(255,255,255,0.85);
	width:368px;
	/*height:596px;
	margin-top:147px;*/
	position:absolute;
	left:109px;
	bottom:0px;
}
.fm-hero {
	background-size: cover;
    background-position: center;
	position:relative;
	min-height:760px;
	width:100%;
}
.fm-message-box{
	background-color:rgba(255,255,255,0.85);
	width:368px;
	/*height:613px;
	margin-top:147px;*/
	position:absolute;
	right:87px;
	bottom:0px;
	text-align:right;
}
.history-hero {
	background-size: cover;
    background-position: center;
	position:relative;
	min-height:768px;
	width:100%;
}
.history-message-box{
	background-color:rgba(255,255,255,0.85);
	width:368px;
	/*height:621px;
	margin-top:147px;*/
	position:absolute;
	left:76px;
	bottom:0px;
}
.panel {
	overflow:hidden;
}
.message-box {
	/*height:100%;*/
	top:147px;
	padding-right:38px;
	padding-left:41px;
	padding-top:50px;
    padding-bottom:10px;
	font-size: 16px;
    line-height: 22px;
    z-index:3;
}
.title-super {
	font-size: 14px;
    vertical-align: top;
    margin-top: -14px;
    display: inline-block;
}
.message-box-super {
	font-size: 9px;
    vertical-align: top;
    margin-top: -4px;
    display: inline-block;
}
.message-box a {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.side-nav {
	position:fixed;
	top:325px;
	right:0px;
	background-color:rgba(255,255,255,0.85);
	/*height:188px;*/
	padding-top:12px;
	padding-bottom:12px;
	width:44px;
	border-radius: 13px 0px 0px 13px;
    border: 2px solid #d2d3d4;
	border-right:none;
	z-index:100;
}
.nav-circle {
	height:20px;
	width:20px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:13px;
	background-image:url('/images/home/navCircle.png');
	cursor:pointer;
	position:relative;
}
.nav-circle-active {
	background-image:url('/images/home/activeNavCircle.png');
}
.nav-title {
	position:absolute;
	right:26px;
	background-color:rgba(255,255,255,0.85);
	border-radius:13px;
	border: 2px solid #d2d3d4;
	padding-left:12px;
	padding-right:12px;
	font-size:14px;
	font-family: 'Montserrat-Bold';
	text-transform:uppercase;
	color:#5d86a0;
	display:none;
}

/* begin - section landing classes */
.sub-header-hero{
	width: 100%;
	/*width:1366px;*/
	margin: 0px auto;
	height:577px;	
	background-color:#ecebec;
	/* position: relative; */
	padding-top:147px;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	position:relative;
}
.sub-header-title {
	/*background-color:rgba(255,255,255,0.92);*/
	background-color:rgba(255,255,255,0.85);
	margin-left:76px;
	position:absolute;
	left:0px;
	bottom:0px;
	font-size:48px;
	color:#f15d24;
	/*font-family: 'FjallaOne';*/
    font-family:Montserrat-Bold;
	/*text-transform:uppercase;*/
	padding:20px;
	letter-spacing:-1px;
    font-weight:normal;
    margin-top:0px;
    margin-bottom:0px;
}
.column-grid {
   /* Prevent vertical gaps*/
   line-height: 0;    
   -webkit-column-count: 3;
   -webkit-column-gap:   10px;
   -moz-column-count:    3;
   -moz-column-gap:      10px;
   column-count:         3;
   column-gap:           10px;
   width:100%;
   overflow:hidden;
}
.column-grid img {
	display:block;
	/*float:left;*/
	margin-bottom:10px;
	width:100%;
	break-inside: avoid-column;
}
.play-video-button {
	width:100%;
	margin:0 auto;
	text-align:center;
	margin-bottom:32px;
}
.facilities-state-title {
	font-family: 'FjallaOne';
	text-transform:uppercase;
	font-size:24px;
	color:#5d86a0;	
    font-weight:normal;
    margin-top:0px;
    margin-bottom:0px;
}
.facilities-state:hover .facilities-state-title {
	color:#f15d24;	
}
.facilities-state {
	margin-bottom:20px;
	line-height:normal;	
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;   
}
.facilities-state a {
	color:#000;
	text-decoration:none;
	font-weight:normal;
}
.facilities-state a:hover {
	color:#000;
	text-decoration:underline;
	font-weight:normal;
}
.facilities-state p {
    margin-top:0px;
    margin-bottom:0px;
}


/* end - section landing classes */


/* begin - sub page classes */
.inner-container-sub {
	/*width: 75%;*/
	width:100%;
	margin: 0px auto;	
	background-color:#fff;
	/* position: relative; */
	}

.sub-product-header{
	width: 100%;
	/*width:1366px;*/
	margin: 0px auto;
	height:577px;
	padding-top:147px;
	background-color:#ecebec;
	/* position: relative; */
}
.page-left-padding {
	padding-left:75px;
}
.page-right-padding {
	padding-right:75px;
}
.page-content {
	/*width:1366px;*/
	width:100%;
	margin: 0px auto;
	padding-top:23px;
	background-color:#fff;		
}
.page-padding div.page-left-padding, .page-left-padding div.page-left-padding {
    padding-left:0px;
}
.noHero {
	padding-top:142px;
}
.noHero .sub-header-title {
	margin-left:0px;
	padding-left:0px;
	color:#5d86a0;
}
.page-content .sub-header-title {
	position:relative;
}
.page-content-full {
	width:100%;
}
.page-content-text {
	margin-top:24px;
	padding-bottom:32px;
}
.page-content-left {
	float:left;
	width:50%;
	/*padding-left:75px;*/
}
.page-content-left table, .page-content-text table {
    width:100% !important;
    height:auto !important;
}
.page-content-left  table td, .page-content-text table td {
    vertical-align:top;
}
/* one item */
.page-content-left table td:first-child:nth-last-child(1), .page-content-text table td:first-child:nth-last-child(1) {
	width: 100% !important;
}

/* two items */
.page-content-left table td:first-child:nth-last-child(2),
.page-content-left table td:first-child:nth-last-child(2) ~ td, 
.page-content-text table td:first-child:nth-last-child(2),
.page-content-text table td:first-child:nth-last-child(2) ~ td {
	width: 50% !important;
}

/* three items */
.page-content-left table td:first-child:nth-last-child(3),
.page-content-left table td:first-child:nth-last-child(3) ~ td,
.page-content-text table td:first-child:nth-last-child(3),
.page-content-text table td:first-child:nth-last-child(3) ~ td {
	width: 33.3333% !important;
}

/* four items */
.page-content-left table td:first-child:nth-last-child(4),
.page-content-left table td:first-child:nth-last-child(4) ~ td,
.page-content-text table td:first-child:nth-last-child(4),
.page-content-text table td:first-child:nth-last-child(4) ~ td {
	width: 25% !important;
}

/* one / two thirds items */
.page-content-left table.one-two-thirds td:first-child:nth-last-child(2),
.page-content-text table.one-two-thirds td:first-child:nth-last-child(2) {
	width: 33% !important;
}
/* one / two thirds items */
.page-content-left table.one-two-thirds td:first-child:nth-last-child(2) ~ td,
.page-content-text table.one-two-thirds td:first-child:nth-last-child(2) ~ td {
	width: 66% !important;
}

.page-content-two-thirds {
	width:66%;
	float:left;
	border-right:15px solid #cccac9;
	padding-right:4%;
}
.page-content-one-third {
	width:33%;
	padding-left:4%;
	float:left;
    margin-left: -15px;
    border-left: 15px solid #cccac9;
}
.page-content-right {
	float:left;
	width:50%;
}
.product-detail {
	width:50%;
	height:100%;
	float:left;
	font-size:16px;
	padding-top:22px;
	padding-right:50px;
	padding-left: 75px;
    overflow-y: auto;
}
.product-hero {
	width:50%;
	height:100%;
	/*float:left;*/
	float:right;
	background-repeat:no-repeat;
	background-size:contain;
    /*background-size:cover;*/
    /*background-position:right;*/
    background-position:center;
    position:relative;
}
.breadcrumbs {
	font-size:14px;
	font-weight:bold;
}
a.crumb-link {
	color:#000;
	text-decoration:none;
}
a.current-crumb-link {
	color:#5d86a0;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'FjallaOne';
	letter-spacing:0px;
}
.detail-title {
	font-family: 'FjallaOne';
	font-size:48px;
	color:#5d86a0;
	text-transform:uppercase;
	margin-top:22px;
	margin-bottom:10px;
	letter-spacing: -1px;
    font-weight:normal;
}
.detail-sub-title {
	font-family: 'FjallaOne';
	font-size:24px;
	color:#5d86a0;
	text-transform:uppercase;
	margin-top:8px;
	margin-bottom:0px;
	letter-spacing: -1px;
    font-weight:normal;
}
.content-title {
    color: #f15e24;
    font-weight: bold;
    margin-bottom: 4px;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    font-weight: normal;
    margin-top: 0px;
}
.content-tabs {
	/*width:585px;*/
	width:100%;
	margin-top:20px;
	position:relative;	
}
.tab-titles-container {
	position:absolute;
	top:0px;
	left:0px;
	/*width:585px;*/
	width:100%;
	height:62px;
	z-index:3;
}
.content-tabs-container {
	position:absolute;
	top:59px;
	left:0px;
	/*width:585px;*/
	width:100%;
	background-color:#fff;
	z-index:2;
}
.tab-title {
	float:left;
	/*border-bottom: 3px solid #a8abae;*/
	padding:20px;
	color:#bebfc1;
	cursor:pointer;
	background-color:#fff;
	font-size:16px;
}
.tab-title-active {
	border: 3px solid #a8abae;
	border-bottom: none;
	color:#f15e24;
	font-weight:bold;
    padding-top: 17px;
    padding-bottom: 23px;	
}
.content-tab {
	clear:both;
	padding:27px;
	display:none;
	border-top: 3px solid #a8abae;
}
.content-tab-active {
	display:block;
}
.content-tab-inner {
    display:inline-block;
    width:33.33%;
    padding-right:10px;
}
.product-certifications {
     width:30%;
     text-align:center;
}
.content-tab > * {
    vertical-align:top;  
}
.content-tab-inner ul {
    padding-left:20px;
    margin-top:0px;
    padding-top:0px;
   /* list-style-position:inside; */
}
.content-tab-inner p {
    margin-bottom:0px;
   /* list-style-position:inside; */
}
.content-tab-inner:before {
    vertical-align:top;
    height:100%;
}
.related-products {
	/*max-width:1216px;*/
	margin-top:80px;
	margin-bottom:40px;
	text-align:center;
}
.related-product {
	float:left;
	/*width:33.33%;*/
	width:31.74%;
	/*max-width:386px;*/
	text-align:left;
}
.related-product-spacer {
	width:2.39%;
	float:left;
	height:10px;
}
.related-product-title {
	height:38px;
	background-color:#444e3f;
	margin-bottom:12px;
	color:#fff;
	font-size:16px;
	/*padding-top:8px;*/
	text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
}
.related-contents a {
    color:#000;
    font-weight:normal;
}
.related-content-title {
    min-height: 38px;
    /*background-color: #444e3f;*/
    margin-bottom: 12px;
    color: #5a879e;
    font-size: 16px;
    /*padding-top:8px;*/
    text-align: left;    
}
.related-product-image {
	margin-bottom:20px;
}
.related-product-image img {
	width:100%;
	height:auto;    
}
.related-product-title-active {
	background-color:#f15e24;
}
.product-listing {
	/*max-width:1216px;
	margin-top:80px;*/
	margin-bottom:40px;
	text-align:center;
}
.product-listing-item {
	float:left;
	/*width:33.33%;*/
	width:25%;
	/*max-width:386px;*/
	text-align:left;
	padding-right:2%;
}
.image-thumbs-container {
	width:100%;
	margin-bottom:54px;
}
.image-thumbs {
	width:576px;
	margin:auto;
	height:138px;
	text-align:center;
	position:relative;  
   
}
.image-strip-wrapper {
    width:576px;
    height:142px;
    overflow:hidden;
    position:relative;
}
.image-strip {
   /* height:142px; */
    left:0px;
    position:absolute;
}
.image-thumb {
	float:left;
	padding-right:4px;
	padding-left:4px;
	position:relative;
	cursor:pointer;
}

.image-thumb img {
	display:block;
	border: 3px solid #c6c8ca;
    /*max-width:184px;*/
    max-width:100%;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    width:100%;   
    /*min-height:138px;*/
}
.image-thumb-active img {
	border: 3px solid #f37121;
}

.image-left-arrow {
	position:absolute;
	left:-19px;
	/*top:47px;*/
    cursor:pointer;
    z-index:4;
    display:none;
    height: 100%;    
    top: 0px;
    padding-top: 9%;
}
.image-right-arrow {
	position:absolute;
	right:-19px;
	/*top:47px;*/
    cursor:pointer;
    z-index:4;
    display:none;
    height: 100%;    
    top: 0px;
    padding-top: 9%;

}
a.product-download-link {
    display:block;
    margin-bottom:6px;
}
/* end - sub page classes */
/* news item */
.news-item {
	margin-bottom:30px;
}
.news-item-date {
	font-size:13px;	
	font-weight:bold;
	margin-top:18px;
	margin-bottom:14px;
}
.news-item-title {
	color: #5d86a0;
	font-size:48px;
	color:#5d86a0;
	font-family: 'FjallaOne';
	text-transform:uppercase;
	letter-spacing:-1px;
}
.news-item-title a {
	color: #5d86a0;
	text-decoration:none;
    font-weight:normal;
}
.news-item-excerpt {
	font-size:14px;
}
.news-item-excerpt a {
    color: #000;
	text-decoration:none;
    font-weight:normal;
}
.news-item-content {
	font-size:14px;
    overflow:hidden;
}
.news-item-tags {
height:62px;
}
.news-item-tag {
border:1px solid #000;
display:inline-block;
min-width:86px;
padding-left:4px;
padding-right:4px;
text-align:center;
/*float:left;*/
margin-right:4px;
margin-left:4px;
margin-top:4px;
}
.categories .news-item-tag {
    border:none;
    text-align:left;
    padding-left:0px;
}
.news-item-tags-detail {
	width: 100%;
    text-align: center;
}
.popular-article a {
    text-decoration:none;
    color:#000;
}
.tag-icon {
	display:inline-block;
	float:left;
	margin-right:12px;
}
.categories {
	margin-top:20px;
	padding-bottom:26px;
	margin-bottom:30px;
	border-bottom:5px solid #cccac9;
}
.no-border {
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
}
.category-title {
	font-family:'Montserrat-Bold';
	color:#f15f24;
	margin-bottom:16px;
}
.prev-news-item {
    float:left;
    text-align:left;
}
.next-news-item {
    float:right;
    text-align:right;
}
.prev-next-news-title {
    font-weight:bold;
    font-family:'Montserrat-SemiBold';
    padding-bottom:8px;
    padding-top:4px;
}
.prev-news-item a, .next-news-item a {
    color:#000;
    text-decoration:none;  
    font-weight:normal;  
}
.media-alerts {    
    text-transform:uppercase;
    width:100%;
    text-align:left;
    background-color:#f5f5f5;
    padding:16px 65px 16px 40px;
    margin:0 auto;
    max-width:780px;
    margin-bottom:34px;

}
.news-share {
    font-family:'Montserrat-SemiBold';
    text-transform:uppercase;
    width:100%;
    text-align:center;
}
.news-share a {
    display:inline-block;
    margin:20px 10px 10px 10px;
}
.news-share img {
    height:34px;
}
.categories .umbraco-forms-field-wrapper {
    width:100%;
}
.requestasample .umbraco-forms-field-wrapper {
	display:inline-block;
}
input.page-right-input, .categories .umbraco-forms-form .umbraco-forms-container .shortanswer input {
    width: 80%;
    padding: 10px;
    height: 32px;
    border: 1px solid #000;
 /*   margin-bottom: 0px;*/
}

div.map-location {
    float:left;
    width:33.33%;
    padding:2%;
    /*min-height:348px;*/
    min-height:405px;
}
div.map-location p {
    margin-top:0px;
    margin-bottom:0px;
}
div.map-location a {
    color:#000;
    text-decoration:none;
}
.map-location-title {
    float:left;
}
.map-location-image, .map-location-data {
    width:50%;
    padding:1%;
    float:left;
}
.map-location-miles {
    background-color:#454e3f;
    width:100%;
    padding:12px;
    color:#fff;
    text-transform:uppercase;
}
div.map-location .map-location-miles a {
    color:#fff;
    text-decoration:none;
}
.map-location-bottom-link {
    width:40%;
    background-color:#5e86a0;
    float:left;
    color:#fff;
    font-size:12px;
    text-transform:uppercase;
    padding:14px;
    margin:2.2%;
}
div.map-location .map-location-bottom-link a {
    color:#fff;
    text-decoration:none;
}
.map-location-col3 {
    clear:both;
}
.contact-content-container {
    background-color: #ecebec;
    width: 68%;
    float: left;
}
.contact-content-container a {
    color:#000;
    text-decoration:none;
}
.contact-content-container a[href^=tel] {
    color:#000;
    text-decoration:none;
}
.contact-mill-button {
    color: #fff;
    text-transform: uppercase;
    width: 28%;
    float: right;
    text-align: center;
    background-color: #f16025;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left:4px;
    padding-right:4px;
}
.contact-content-image {
    clear: both;
    width: 100%;
    height: 586px;    
    background-size: cover;
    margin-top: 20px;
    background-repeat: no-repeat;
}

/* BEGIN - form classes */
.umbraco-forms-fieldset {
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
}
.umbraco-forms-page {
    max-width:1022px;
}
label.umbraco-forms-label, .page-content label.umbraco-forms-label {
    display:none;
}
.longanswer label.umbraco-forms-label {
    display:inline-block;
    text-align:left;
}
.longanswer label.umbraco-forms-label, .multiplechoice label.umbraco-forms-label, .singlechoice label.umbraco-forms-label {
    width: 522px;
    padding-left: 14px;
    /*color: #cccccb;*/
    font-size: 13.33px;
    font-weight: bold;
    margin-bottom: 10px;
}

.titleanddescription p, .titleanddescription h2 {
    width:522px;
    text-align:left;
    font-weight:bold;
}
.titleanddescription h2 {
	font-size:1.25em;
}

.umbraco-forms-container .field-validation-error {
    display:none;
}
.umbraco-forms-container .singlechoice .field-validation-error, .umbraco-forms-container .multiplechoice .field-validation-error {
    display: initial;
    color:red;
    padding:2px;
}
.umbraco-forms-field-wrapper {
    display:inline-block;
}
.sample-form .umbraco-forms-container .city, .sample-form .umbraco-forms-container .state, .contact-form .umbraco-forms-container .city {
    display:inline-block;
}
 .umbraco-forms-container .hidden {
     display:none;
 } 
 .umbraco-forms-form input.contourError, .umbraco-forms-form textarea.contourError, .umbraco-forms-form input.input-validation-error, .umbraco-forms-form textarea.input-validation-error, .umbraco-forms-form select.input-validation-error {
    background: #FBE3E4;
   /* border-color: #FBC2C4; */
}
 #contactContentImage2 {
    display:none;
}
.sample-form {
	/*padding-left:82px;
	padding-right:82px;
	width:524px;*/
	padding-left:62px;
	padding-right:62px;
	width:100%;
	text-align:center;
}
.form-title, h4.umbraco-forms-caption {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #ea4624;
    font-family: 'Montserrat-Bold';
    margin-bottom: 20px;
}
.media-alerts .umbraco-forms-container .shortanswer input  {
	width:629px;
	height:33px;
	margin-bottom:14px;
	border: 1px solid #000;	
	padding-left:8px;
}

/*.sample-form .umbraco-forms-container .dropdown.state {
    width: 629px;
    float: none;
}*/
..sample-form .umbraco-forms-container .dropdown.state select { 
	width:100%;
}
/*
.requestasample .umbraco-forms-container .dropdown select {
    width: 255px;
    display: inline-block;
}*/
input .large-input, .umbraco-forms-form .umbraco-forms-container input.text, .umbraco-forms-form textarea, .umbraco-forms-container .shortanswer input, .umbraco-forms-container .dropdown select, .contact-form .umbraco-forms-container .company input, .contact-form .umbraco-forms-container .dropdown select, .dropdown select {
	width: 522px;
	height: 33px;
	margin-bottom: 14px;
	border: 1px solid #000;
	padding-left: 8px;
	display: inline;
	max-width: none !important;
}
.dataconsent .umbraco-forms-field-wrapper {
    width: 522px;
    text-align:left;
}
input.small-input, .requestasample .umbraco-forms-container .city input, .contact-form .umbraco-forms-container .city input {
    height: 33px;
    margin-bottom: 14px;
    border: 1px solid #000;
    padding-left: 8px;
}

.sample-form .umbraco-forms-container .dropdown { 
    width: 100%;
    float:none;
}
.contact-form .umbraco-forms-container .dropdown {
    width: 100%;
    float: none;
    /*  text-align:left;*/
}
/*
.sample-form .umbraco-forms-container .dropdown.businesstype, .sample-form .umbraco-forms-container .wheredobuyflour.dropdown {
    text-align: right;
    padding-right: 5px;
    width: 50%;
    float: left;
   
}
.sample-form .umbraco-forms-container .dropdown.wheredoyoubuyflourgrains {
    text-align: left;
    padding-right: 5px;
    width: 50%;
    float: left;
    
}
.sample-form .umbraco-forms-container .dropdown.businesstype select, .sample-form .umbraco-forms-container .wheredobuyflour.dropdown select, .sample-form .umbraco-forms-container .wheredoyoubuyflourgrains.dropdown select {
    width: 255px;
    display: inline-block;
    
}


.sample-form .umbraco-forms-container .monthlyflourvolume.dropdown {
    text-align: left;
    padding-left: 5px;
}*/
select.form-select, .sample-form .umbraco-forms-container .state select {
    height: 33px;
    border: 1px solid #000;
    margin-left: 3px;
}
.umbraco-forms-form .umbraco-forms-container textarea {
    width:522px;
	height:203px;
	margin-bottom:14px;
	border: 1px solid #000;	
	padding-left:8px;
    max-width:none !important;
}
.questioncomment div {
    clear:both;
}
select.form-select option, .umbraco-forms-container .state select option, .umbraco-forms-container .inquirytype select option, .umbraco-forms-container .country select option, .dropdown select option {
	color:#000;
	font-weight:normal;
	background-color: #fff;
}
select.form-select option:nth-child(1), .umbraco-forms-container .state select option:nth-child(1), .umbraco-forms-container .inquirytype select option:nth-child(1), .umbraco-forms-container .country select option:nth-child(1) {
	color:#cccccb;
	font-weight:bold;
}
.multiplechoice .umbraco-forms-field-wrapper, .umbraco-forms-form .multiplechoice span.checkboxlist {
    width: 100%;
    padding: 0px;
}
.singlechoice, .multiplechoice {
    margin-bottom:10px;
}
.multiplechoice input {
    float:left;
    clear:left;
}
.multiplechoice .umbraco-forms-label.umbraco-forms-label, .singlechoice .umbraco-forms-label.umbraco-forms-label {
    display: block;
}
.umbraco-forms-form .multiplechoice .checkboxlist label, .umbraco-forms-form .singlechoice .radiobuttonlist label {
    clear: none;
    color: #000;
    /*font-weight: bold;*/
}
.not-selected {
    /*color: #cccccb;*/
    color: #000;
    font-weight: bold;
}
.submit-button, .umbraco-forms-navigation input {
	color:#fff;
	background-color:#f16025;
	border:none;
	width:78px;
	height:45px;
	cursor:pointer;
	font-size:13px;
	font-family: 'Montserrat-Bold';
	margin-top: 10px;
}
.submit-button-side-bar, .categories input[type=submit] {
	color:#fff;
	background-color:#f16025;
	border:none;
	width:78px;
	height:36px;
	cursor:pointer;
	font-size:13px;
	font-family: 'Montserrat-Bold';
	margin-top: 10px;
	clear:both;
	margin-bottom:10px;
}
.info-box {
    min-width:325px;
    font-size:13px;
    border: 1px solid #f15c22;
    margin-top: 34px;
    margin-bottom:20px; 
    margin-left:0px;
    background: #efefef; 
    padding:5px 10px 5px 10px;
    color:#000; 
    cursor: default;
    overflow:visible;
    box-shadow: 5px 5px 5px #999;
}
.info-box h1 {
    font-size:16px;
    font-weight:bold;
    margin-bottom:0px;
    color:#f15c22;
}
.info-box p {
    margin-top:0px;
    margin-bottom:0px;
}
.info-box .map-location-bottom-link {
    position:absolute;
    right:10px;
    top:40px;
    height:30px;
    font-size:9px;
    padding:8px;
    width:33%;
}
.info-box .map-location-bottom-link2 {
    position:absolute;    
    top:80px;    
}
.info-box .map-location-bottom-link a {
    color:#efefef;
}
.info-box a.map-link {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
.info-box a.map-link:hover {
    text-decoration: underline;
}
.map-search {
    width:100%;
    text-align:center;
    /*background-color:#ecebec;*/
    background-color:rgba(153,153,153,.7);
    min-height:60px;
    position: fixed;
    top: 147px;
    width: 100%;
    z-index: 14;
}
.map-search input, .map-search select {
    height:36px;
    padding:2px 5px;
    color:#a7a9ac;
}
.map-search select {
    background-color:#fff;
	outline: 1px solid #a7a9ac;
}
.map-search option {
    background-color:#fff;	
}
.map-search input[type=submit] {
    height:36px;
    padding:2px 5px;
    color:#fff;
    -webkit-appearance:none;
    -webkit-border-radius: 0;
    border-radius:0px;
}
.related-pages {
    float:right;
    /*width:28%;*/
    width:31%;
    padding-left:2%;
    border-left-width:4px;
    border-left-style:dotted;
    border-left-color:#a7a6a6;
    margin-right:-3%;
}
.page-content-related-pages {
    float:left;
    width:72%;
    padding-right:4%;
}
.related-icon-page {
    padding-top:10px;
    padding-bottom:10px;
    clear:both;
}
.related-icon-page a {
    text-decoration:none;
    color:#000;
}
.related-icon {
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    float:left; 
    width:15%;   
}
.related-icon img {
    /*height:36px;*/
    width:auto;
    max-width:none;
}
.related-page-title {
    padding:12px;
    text-align:left;
    float:left;
    width:85%;
}
.testimonial-container {
    width:100%;
    background-color:#ecebec;
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;
}
.testimonial-container > * {
    vertical-align:middle;  
}
.testimonial-container p {
    margin-top:0px;
    margin-bottom:0px;
}
.testimonial-quote-mark {
    width:10%;
    padding:0%;
    max-width:66px;
    display:inline-block;
    margin-left:2%;
    margin-right:2%;
}



/* BEGIN - Checkboxes */
.custom-checkbox {
    margin-right:4px;
}
.custom-checkbox[type="checkbox"]:before{
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
    border: 1px solid #808080;
    content: "";
    background: #FFF;
}

.custom-checkbox[type="checkbox"]:after{
    position: relative;
    display: block;
    /*left: 2px;
    top: -11px;*/
    left: 3px;
    top: -10px;
    width: 7px;
    height: 7px;
    border-width: 0px;
    border-style: none;
    border-color: #B3B3B3 #dcddde #dcddde #B3B3B3;
    content: "";
    /*background-image: linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);*/
    background-repeat: no-repeat;
    background-position:center;
}

 .custom-checkbox[type="checkbox"]:checked:after {
        /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC'); */
        background-image: url('/images/common/custom-checkbox-checked.png');
    }

    .custom-checkbox[type="checkbox"]:not(:disabled):checked:hover:after {
        /*background-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC'); */
        background-image: url('/images/common/custom-checkbox-checked.png');
    }
.custom-checkbox[type="checkbox"]:not(:disabled):hover:after {
    background-image: none;  
    border-color: #85A9BB #92C2DA #92C2DA #85A9BB;  
}
.custom-checkbox[type="radio"]:checked:before {
	background:#d9d9d9;
}

    .custom-checkbox[type="radio"]:before {
        position: relative;
        display: block;
        width: 11px;
        height: 11px;
        border: 1px solid #808080;
        content: "";
        background: #FFF;
    }

    .custom-checkbox[type="radio"]:after {
        position: relative;
        display: block;
        /*left: 2px;
    top: -11px;*/
        left: 3px;
        top: -10px;
        width: 7px;
        height: 7px;
        border-width: 0px;
        border-style: none;
        border-color: #B3B3B3 #dcddde #dcddde #B3B3B3;
        content: "";
        /*background-image: linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);*/
        background-repeat: no-repeat;
        background-position: center;
    }

    .custom-checkbox[type="radio"]:checked:after {
        /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC'); */
        background-image: url('/images/common/custom-checkbox-checked.png');
    }

    .custom-checkbox[type="radio"]:not(:disabled):checked:hover:after {
        /*background-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC'); */
        background-image: url('/images/common/custom-checkbox-checked.png');
    }

    .custom-checkbox[type="radio"]:not(:disabled):hover:after {
        background-image: none;
        border-color: #85A9BB #92C2DA #92C2DA #85A9BB;
    }

    .custom-checkbox[type="radio"]:checked:before {
        background: #d9d9d9;
    }


/* END - Checkboxes */
.searchingIcon {
    position: fixed;
    top: 0px;
    width: 100%;
    padding-top: 20%;
    height: 100%;
    text-align: center;
    display: none;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 20;
    text-transform: uppercase;
    font-weight: bold;
    color: #5d86a0;
}
.submitter {
    width: 80%;
    height: 40px;
    padding-top: 10px;
    background-color: #f15f24;
    color: #fff;
    text-align: center;
    margin-top:20px;
    margin-bottom: 20px;
    cursor:pointer;
    text-transform:uppercase;
    font-weight:normal;
    text-decoration:none;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    /*color: #cccccb;*/
    color: #000;
    font-weight: bold;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    /*color: #cccccb;*/
    color: #000;
    opacity: 1;
    font-weight: bold;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    /*color: #cccccb;*/
    color: #000;
    opacity: 1;
    font-weight: bold;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    /*color: #cccccb;*/
    color: #000;
    font-weight: bold;
}
::-ms-input-placeholder { /* Microsoft Edge */
    /*color: #cccccb;*/
    color: #000;
    font-weight: bold;
}

textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    /*color: #cccccb;*/
    color: #000;
    font-weight: bold;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    /*color: #cccccb;*/
    color: #000;
    opacity: 1;
    font-weight: bold;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    /*color: #cccccb;*/
    color: #000;
    opacity: 1;
    font-weight: bold;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    /*color: #cccccb;*/
    color: #000;
    font-weight: bold;
}
textarea::-ms-input-placeholder { /* Microsoft Edge */
    /*color: #cccccb;*/
    color: #000;
    font-weight: bold;
}
.panel .ardent-forms-page input[type='text'], .panel .ardent-forms-page input[type='email'], .panel .ardent-forms-page input[type='tel'], .panel .ardent-forms-page textarea, .panel .ardent-forms-page select, .panel .ardent-forms-page select.not-selected {
    width: 100%;
    border: 1px solid #707070 !important;
    padding: 6px 8px;
    border-radius: 0;
    /*font-size: 16px;*/
}

    .panel .ardent-forms-page input[type='text']::placeholder, .panel .ardent-forms-page input[type='email']::placeholder, .panel .ardent-forms-page input[type='tel']::placeholder, .panel .ardent-forms-page textarea::placeholder, .panel .ardent-forms-page select.not-selected {
        /*font-size: 16px;*/
        font-weight: normal;
        color: #7C878E;
    }
/* 'END - form classes */

/* BEGIN - styles for menu bar*/
.ani-menu-bar {
    display: none;
    cursor: pointer;
    z-index: 101;
    position: absolute;
    right: 14px;
    top: 72px;
	border:1px solid #ccc;
	border-radius:5px;
	padding:4px;
}

.bar1, .bar2, .bar3 {
    /*width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
	border-radius: 2px; */
	    width: 22px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.4s;
    border-radius: 5px;
}

/* Rotate first bar */
.change .bar1 {
    /*-webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
	*/
	-webkit-transform: rotate(-45deg) translate(-4px, 3px) ;
    transform: rotate(-45deg) translate(-4px, 3px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
   /* -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;*/
	-webkit-transform: rotate(45deg) translate(-5px, -5px) ;
    transform: rotate(45deg) translate(-5px, -5px) ;
}
.icon-hide {
		display:block;
	}
/* END - styles for menu bar*/



/* mega nav ! */
.mega-nav {
    min-width: 332px;
    /*background-color:rgba(93,134,160,0.92);*/
    background-color: #7C878E;
    background-color: #fff;
    border-bottom: 2px solid #009DA6;
    padding-top: 14px;
    padding-bottom: 14px;
    position: absolute;
    top: 147px;
    left: -20px;
    opacity: 0;
    display: none;
    z-index: -2;
    padding-left: 0px;
    padding-right: 0px;
}
.mega-nav.col-2 {
    min-width:484px;
}
.mega-grid {
   /* Prevent vertical gaps
	should this be settable? the number of columns?
   */ 
 /*  -webkit-column-count: 6;
   -webkit-column-gap:   10px;
   -moz-column-count:    6;
   -moz-column-gap:      10px;
   column-count:         6;
   column-gap:           10px;*/
   width:100%;
   overflow:hidden;
    /*-moz-column-fill: balance;
       column-fill: balance;*/
}
.mega-group {
	break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;	
}
.mega-group-title {
	color:#fff;	
	font-weight:bold;
	font-size:16px;	
}
.mega-group .mega-group-title a {    
    color: #000;
    /*font-weight: normal;*/
    font-size: 16px;
    white-space:nowrap;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
/*
#SubNav1 .mega-group .mega-group-title a {    
   --* color: #f15f24;*--
   color:#fff;
    font-weight: bold;
    font-size: 16px;
}*/

.mega-group a {
    color: #000;
    text-decoration: none;
    display: block;
    font-weight: normal;
    font-size: 16px;
    display: block;
    padding-bottom: 7px;
    padding: 10px 20px 10px 30px;    
    /*line-height:.8;*/
}
    .mega-group a:hover, .mega-group .mega-group-title a:hover, .mega-group .mega-group-title a.active, a.page-active, .sub-nav-items .smaller-nav.page-active, .sub-page .smaller-nav.page-active {
        text-decoration: none;
        /* background-color: #fff;*/
        color: #f15f24 !important;
        font-family: Montserrat-SemiBold;        
    }
    .mega-group a.no-hover:hover {
        text-decoration: none;
        cursor: default;
    }

.sub-nav-items {
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
    width: 105%;
    background-color: #f6f6f6;
    /*min-height: 100%;*/
    min-height: calc(100% + 2px);
    padding-bottom: 14px;
    height: auto;
    padding-top: 14px;
    border-left: 1px solid #fff;
    border-bottom: 2px solid #009DA6;
}

    .sub-nav-items a {
        padding-bottom: 7px;
    }

.sub-nav-arrow {
   /* border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid #fff;
    float: right;    */
   max-width:44px;
   display:none;
}
/*a:hover .sub-nav-arrow*/
a.active .sub-nav-arrow {
    display: inline-block;
}
    .sub-nav-arrow img {
        padding: 0px 10px 0px 20px;
    }
.sub-nav-items .smaller-nav, .sub-page .smaller-nav, .mega-grid .sub-nav-items a.smaller-nav.disabled:hover, .mega-grid .sub-page a.smaller-nav.disabled:hover {
    font-family: 'Montserrat-Light';
    font-size: 14px;
}

.active .sub-nav-arrow, .page-active .sub-nav-arrow {
    /* border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid #7C878E; 
    float: right;*/ max-width: 44px;
}
    .active .sub-nav-arrow:before, .page-active .sub-nav-arrow:before {
        /* border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 14px solid #7C878E; 
        float: right;
        */
        /*content: '\002192';*/
        padding-left: 4px;
        font-size:19px;
        color:#f15f24;
        font-weight:normal;
    }

.nav-group {
    position: relative;
    display: inline-block;
}
/* ********************************* */
/*  Hub-specific navigation handling */
.mega-grid.mega-grid-2-cols {
    display: flex;
}
.mega-nav-hub-description {
	flex:1 0 50%;
	color:#fff;	
}
	.mega-nav-hub-description p { 
		margin:0 40px 0 40%;
	}

.mega-group-nav-hub {
	flex:1 0 50%;
	border-left: 1px solid #fff;
	padding-left:40px;
}
/* ********************************* */
/* end mega nav */
/* Search Results */
.search-result-title {
    font-weight: bold;
    text-decoration: underline;
}
a.search-result-body {
    font-weight:normal;
    text-decoration:none;
}
a.search-result-body:hover {
  /*  text-decoration:underline; */
}

a.map-link {
    color:#000;
    text-decoration:none;
    font-weight:normal;
}
a.map-link:hover {
    text-decoration:underline;
}
.content-title-caps a, .content-title a, .h1-hero-title a {
    color:#f15e24;
    font-size:24px;
}
.content-alt-title-caps a, .content-alt-title a, .content-sub-title a {
    color: #5d86a0;
}

/* YOU TUBE EMBED*/
.you-tube-embed {
    cursor:pointer;
    position:relative;
    width:92%;
    margin:0px auto;
}
.page-content-right .you-tube-embed {
    width:75%;
}
.vid-cont {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}
.close-vid {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 21;
    display: none;
    background-color: #000;
    padding: 12px;
}
.vid-cont-a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}
.close-vid-a {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 21;
    display: none;
    background-color: #000;
    padding: 12px;
}
.you-tube-embed img {
    width:100%;
}
.embed-play-button {
    position: absolute;
    /*top: 42%;
    left: 42%;*/
    width:100%;
    height:100%;            
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
}
.embed-play-button img {
    width:20%;
    border:0px;
}
.nav-backgrounder {    
    display: none;
}

@media (min-width: 1367px) {
	.inner-container {
		/*max-width: 1366px;*/
	}
	.logo {
		margin-left:76px;
	}
    .logo #logo {
        width:300px;
    }
	.footer-logo-inner {
		margin-left:76px;
	}
	.nav-search-container {
		width:960px;
	}
	.footer-links {
		width:1071px;
	}	
}

@media(max-width: 1365px) {
	.sub-product-header {
		width:100%;
	}
	.page-content {
		width:100%;
	}
	.sample-form {
		padding-left: 10px;
		padding-right: 10px;
	}
    .product-hero {
        /*background-size:cover;*/
        background-position:center;
    }
    div.map-location {    
        min-height:348px;
    }
    .contact-content-container, .contact-mill-button {
        font-size:13px;
    }    

}
@media(max-width: 1300px){
    a.top-nav-item {
        margin-right: 18px;
    }	
}

/*
@media (max-width: 1244px) {
	.image-left-arrow {
		left:0px;
	}
	.image-right-arrow {
		right:0px;
	}
}*/
@media (max-width: 1244px) {
	.image-thumbs {
		width:92%;
	}
	.image-thumb {
		width:33.3%;
	}
    .image-strip-wrapper {
        width:100%;
    }
    .flag-icons {
        margin-right:10px;
    }
}
@media (max-width: 1204px) {
	a.top-nav-item {
		margin-right:8px;
	}
	a.main-nav-item {
		/*font-size:14px; */
		margin-right:15px;
	}
    /*.sample-form .requestasample .umbraco-forms-container .dropdown select {
        width: 205px;
        display: inline-block;
    }*/
    .sample-form .umbraco-forms-container .wheredoyoubuyflourgrains.dropdown {
        width:100%;
    }
    /*
    .sample-form .umbraco-forms-container .wheredoyoubuyflourgrains.dropdown select {
        width: 100%;
    }*/
     .sample-form .umbraco-forms-container .businesstype.dropdown {
        width:100%;
    }
    /*.sample-form .umbraco-forms-container .businesstype.dropdown select {
        width: 100%;
    }*/
    .sample-form .umbraco-forms-container .dropdown select {
        width: 420px;
    }
    /*.sample-form .umbraco-forms-container .dropdown.state select {
        width: 132px;        
    }*/
    .dataconsent .umbraco-forms-field-wrapper {
        width: 420px;
    }
    input.large-input, .umbraco-forms-form .umbraco-forms-container input.text, .umbraco-forms-container .dropdown select, .umbraco-forms-container .shortanswer input, .contact-form .umbraco-forms-container .company input, .contact-form select, .umbraco-forms-form .umbraco-forms-container textarea, .longanswer label.umbraco-forms-label, .media-alerts .umbraco-forms-container .shortanswer input, multiplechoice label.umbraco-forms-label, .singlechoice label.umbraco-forms-label {
        width: 420px;
    }    
	input.small-input, .requestasample .umbraco-forms-container .shortanswer.city input, .contact-form .umbraco-forms-container .city input {
		width:280px;
	}
    .titleanddescription p, .titleanddescription h2 {
        width: 420px;        
    }
}
@media (max-width: 1160px) {
	#logo {
		width:216px;
	}
}
@media (max-width: 1080px) {
    .nav-backgrounder {
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(255,255,255,.7);
        top: 0;
        left: 0;
        z-index: 12;
        display: none;
    }
    .icon-hide {
        display: none;
    }    
    a.main-nav-item {
        font-family: 'Montserrat-Regular';
    }    
    .main-nav {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 147px;
        margin-top: 0px;
        /*background-color: rgba(255,255,255,0.92);*/
        background-color: #fff;
        box-shadow: 0px 22px 10px -11px rgba(0, 0, 0,.20);
    }
        .main-nav a {
            display: block;
            width: 100%;
            text-align: left;
            /*border-bottom: 3px solid #698da6;*/
            padding: 12px;            
            font-size:15px;
        }
            .main-nav a.main-nav-item-active, a.sub-active {
                padding-bottom: 12px;
                text-decoration: none;
            }

    a.main-nav-item-active, a.sub-active {
        box-shadow: inset 0px -12px 9px -11px rgba(0, 0, 0,.10);
        font-family: 'Montserrat-Bold';
        color: #f15f24;
    }
    .nav-group {
        display:block;
    }
	.main-nav .mega-nav a {
		border-bottom:3px solid transparent;
		font-size:14px;
	}
    .nav-search-container {
        /*position:absolute;
		top:0px;
		right:0px;*/
        /*max-width needed for IE - wish I could remove!*/
        max-width: 380px;
    }
    .mega-nav, .mega-nav.col-2 {
        position: relative;
        top: auto !important;
        left: 0px;
        /*height: 280px;
		overflow-y: scroll;*/
        display: none;
        z-index: auto;
        opacity: 1 !important;
        padding-top: 6px;
        border-bottom: none;
        /*margin-top: -12px;*/
        margin-top: 0px;
        /*box-shadow: inset 0px -12px 9px -11px rgba(0, 0, 0,.20); */
        box-shadow: 0px 14px 10px -11px rgba(0, 0, 0,.10);
        min-width: initial;
    }
    .nav-col {
        display:block;
    }
    .main-nav-item-active .mega-nav {
        padding-top: 6px;
        margin-top:0px;
    }
    .mega-group {
        display:block;
        width:100%;
    }       
    .sub-nav-items {
        position: relative;
        left: 0px;
        padding-top: 6px;
        border-bottom: none;
        box-shadow: inset 0px -12px 9px -11px rgba(0, 0, 0,.20);
    }
    .sub-nav-arrow {
        margin-right:0px;
    }

	/* ********************************* */
	/*  Hub-specific navigation handling */
	.mega-grid.mega-grid-2-cols {
		display: block; width:100%;
		column-count:1 !important;
	}
	.mega-nav-hub-description { display:block; flex:none; width:100%; }

		.mega-nav-hub-description p {
			margin: 0;
		}

	.mega-group-nav-hub {
		display:block;
		flex:none;
		border-left: none;
		width:100%;
		padding-left:0;
	}
		.mega-group-nav-hub .mega-group-title {
			margin-left: 0;
		}
		.mega-group.mega-group-nav-hub a { 
			padding-left:0 !important;
		}
	/* ********************************* */
	/*.main-nav-item img {
		display: inline;
	}*/
    .img-rotate90 {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: translateX(4px) rotate(90deg);
        display: inline !important;
    }
    .sub-nav-arrow.img-rotate90 {
        margin-right: 14px;       
    }
	.mega-group a {
		padding-top:10px;
		padding-bottom:7px;
	}
    .mega-group .mega-group-title a {
        padding-top: 11px;
        padding-bottom: 7px;
    }
	/*.mega-grid {
	   -webkit-column-count: 4;
	   -moz-column-count:    4;
	   column-count:         4;	 
       width:100% !important;
       margin-left:0px !important;
        
	}    
    .mega-grid-6-cols {
       -webkit-column-count: 4 !important;
	   -moz-column-count:    4 !important;
	   column-count:         4 !important;
    }
    .mega-grid-5-cols {
       -webkit-column-count: 4 !important;
	   -moz-column-count:    4 !important;
	   column-count:         4 !important;
    }*/
    .flag-icons {
        clear:both;
        margin-right:65px;
    }   
	.top-nav {
		float:none;
		padding-top:31px;        
	}
	.ani-menu-bar {
        display: block;
    }
	.footer-downloads-inner {
		margin-right:20px;
	}
	.product-detail {
		padding-right:10px;
		padding-left:10px;
	}
	.footer-links-divider {	
		margin-left:18px;
		margin-right:18px;
	}
	.footer-links a {	
		font-size:14px;
	}
	.related-product-title {
		font-size:14px;
	}
    .intro-hero {
        background-color:#9b98ae !important;
        background-image:url('/images/home/town/ArdentTown.jpg') !important;
        background:url('/images/home/town/ArdentTown.jpg'), linear-gradient(#708ec8 30%, #9b98ae 70%) !important;
        background-position:center !important;
        background-repeat:no-repeat !important;
        background-size:cover !important;
    }
    .intro-hero iframe {
        display:none !important;
    }
    .product-listing-item {
        width:33.33%;
    }
    .related-content {
        width:100%;
        padding-bottom:20px;
        border-bottom:1px solid #000;
    }
}
@media (max-width: 969px) {
	.content-tabs, .tab-titles-container, .content-tabs-container {
		width:100%;
	}
	.page-content-left {
		width:100%;
		float:none;
	}
	.page-content-right {
		float:none;
		width:100%;
		/*hidden added just for now.. need to determine what is breaking*/
		overflow:hidden;
        padding-left:10px;
        padding-right:10px;
	}
	.tab-title {
		font-size:12px;
		padding:12px;
        height:38px;
	}
    .tab-title-active {
		height:42px;
        padding-top:9px;
	}
	.content-tabs-container {
		top:39px;
	}
	.sample-form {
		margin-left: 0px;
		width: 100%;
		clear:both;
		padding-left:10px;
		padding-right:10px;
	}
    .umbraco-forms-field-wrapper {
        width:100%;
    }
    input.large-input, .umbraco-forms-form .umbraco-forms-page input.text, .umbraco-forms-container .shortanswer input, .contact-form .umbraco-forms-container .company input, .umbraco-forms-container .dropdown select, .contact-form select, .umbraco-forms-form .umbraco-forms-container textarea, .longanswer label.umbraco-forms-label, .media-alerts .umbraco-forms-container .shortanswer input, .requestasample .umbraco-forms-container .shortanswer.company input {
        width: 100%;
        max-width:none !important;
    }
    .longanswer label.umbraco-forms-label, .multiplechoice label.umbraco-forms-label, .singlechoice label.umbraco-forms-label {
        width:100%;
    }
    .titleanddescription p, .titleanddescription h2 {
        width: 100% !important;
    }
    .dataconsent .umbraco-forms-field-wrapper {
        width: 100%;
    }
    /*
    .requestasample .umbraco-forms-container .city, .contact-form .umbraco-forms-container .city {
        width:75%;
        text-align:left;
        float:left;
    }
    .sample-form .umbraco-forms-container .state {
       width: 19%;    
	   margin-left: 4%;
    }*/
    .umbraco-forms-container .state select {
        width:100%;
    }
	input.small-input, .contact-form .umbraco-forms-container .city input {
		width:75%;
	}
    .contact-form .umbraco-forms-container .company, .contact-form .umbraco-forms-container .city input {
        width:100%;
    }
	select.form-select {
		width: 20%;    
        /*width:19%;*/
		margin-left: 4%;
	}
    .sample-form .umbraco-forms-container .dropdown select, .sample-form .requestasample .umbraco-forms-container .dropdown select {
        width: 100% !important;
    }
    .sample-form .umbraco-forms-container .dropdown.state select {
        width: 100%;
    }
	.image-right-arrow {
		/*right:150px;
        top:78px;*/
	}
	.page-left-padding {
		padding-left: 10px;
		padding-right: 10px;		
	}
	.product-left {
		padding-top: 225px;
	}
	.image-thumbs-container {
		position: absolute;
		top: 595px;
	}
	.image-thumbs {
		width:92%;
		height:auto;
	}
	.image-thumb {
		width:33.3%;
	}
	.image-thumb img {
		width:100%;
        min-height: auto;
	}
    .image-strip-wrapper {        
        height:220px;
    }
	.sub-header-title {
		margin-left:20px;
	}
	.related-product-title {
		font-size:13px;
	}
    div.map-location {    
        width:50%;
        padding:2%;
        min-height:348px;
    }
    .related-pages {       
        /*width:34%; */
        width:37%;      
    }
    .image-thumb .embed-play-button img {
        height:40%;
        width:auto;
    }
    .page-content-related-pages {       
        width:66%;       
    }
    #contactContentImage {
        display:none;
    }
    #contactContentImage2 {
        display:block;
    }
    .contact-content-container, .contact-mill-button {
        font-size:15px;
    }
}
@media (max-width: 722px) {
	.top-nav {
		position: absolute;
		top: 0px;
		/*right: -10px;*/
        right: 0px;
		padding-top: 12px;
	}
	.search-container {
		position: absolute;
		top: 35px;
		margin-top: 0px;
		right: 12px;
		width: 198px;
	}
	input.the-search-box {
		width:165px;
	}
	#logo {
		width:183px;
		height:auto;
		margin-top: 47px;
	}
	#header {
		height:120px;
	}
	.noHero {
	    padding-top: 115px;
	}
	.page-content-two-thirds {
		width:100%;
		border-right:none;
	}

	.page-content-one-third {
		width:100%;
		margin-left:0px;
        border-left:none;
	}
	.main-nav {		
		top: 120px;
	}
	.sub-product-header {
		padding-top:120px;
		height:auto;
	}
	.flag-icons {
		position: absolute;
		top: 42px;
		right: 0px;
	}
	.product-hero, .product-detail {
		width:100%;
		float:none;
		min-height:288px;
		background-color: #ecebec;
		overflow-y:auto;
        padding-bottom:20px;
	}
	.detail-title {
		font-size:36px;
	}
	.product-left {
		padding-top: 178px;
	}
	.image-thumbs-container {
		position: absolute;
		top: 720px;
	}
	.related-product-title {
		font-size:12px;
	}
	.footer-links-divider {	
		margin-left:10px;
		margin-right:10px;
	}
	.footer-links a {	
		font-size:12px;
	}
	.footer-logo {
		width:100%;
		text-align:center;
	}
	.footer-logo-inner {
		margin-right:20px;
	}
	#footerLogo {
		/*width:120px;
		height:32px;*/
		margin: 0 auto;
	}
	.social-icons {
		width:100%;
		margin-bottom:15px;
		margin-top:25px;
	}
	.footer-downloads {
		width: 100%;
		text-align: center;
	}
	.column-grid {
		column-count:2;
		-webkit-column-count: 2;   
		-moz-column-count:    2;   
	}
	.sub-header-hero {
		height:420px;
        padding-top:120px;
	}
	.product-listing-item {
		width:50%;
	}
	.mega-grid {
	   -webkit-column-count: 1 !important;
	   -moz-column-count:    1 !important;
	   column-count:         1 !important;	  
	}
	a.main-nav-item.main-nav-item-hub {
		font-style: normal;
	}

    div.map-location {    
        width:100%;
        padding:1%;
        min-height:initial;
    }
    .map-search {
        top: 120px;        
    }
    .related-pages {       
        /*width:40%;*/ 
        width:43%;      
    }
    .page-content-related-pages {       
        width:60%;       
    }
    .image-strip-wrapper {
        height:160px;
    }
    .home-hero-message-box {
        margin-top:120px;
    }
    .message-box {
        top:120px;
    }
}

@media (max-width: 610px) {
    
    .page-content-left table td ul, .page-content-text table td ul {
        margin-top:0px;
        margin-bottom:0px;
        padding-top:0px;
        padding-bottom:0px;
    }

    /* two items */
    .page-content-left table td:first-child:nth-last-child(2),
    .page-content-left table td:first-child:nth-last-child(2) ~ td,
    .page-content-text table td:first-child:nth-last-child(2),
    .page-content-text table td:first-child:nth-last-child(2) ~ td {
        width: 100% !important;
        display:block;
        padding-top:0px;
    }

    /* three items */
    .page-content-left table td:first-child:nth-last-child(3),
    .page-content-left table td:first-child:nth-last-child(3) ~ td,
    .page-content-text table td:first-child:nth-last-child(3),
    .page-content-text table td:first-child:nth-last-child(3) ~ td {
        width: 100% !important;
        display:block;
        padding-top:0px;
    }

    /* four items */
    .page-content-left table td:first-child:nth-last-child(4),
    .page-content-left table td:first-child:nth-last-child(4) ~ td,
    .page-content-text table td:first-child:nth-last-child(4),
    .page-content-text table td:first-child:nth-last-child(4) ~ td {
        width: 100% !important;        
        display:block;
        padding-top:0px;
    }
	/* one / two thirds items */
	.page-content-left table.one-two-thirds td:first-child:nth-last-child(2),
	.page-content-text table.one-two-thirds td:first-child:nth-last-child(2) {
		width: 100% !important;
		display:block;
        padding-top:0px;
	}
	/* one / two thirds items */
	.page-content-left table.one-two-thirds td:first-child:nth-last-child(2) ~ td,
	.page-content-text table.one-two-thirds td:first-child:nth-last-child(2) ~ td {
		width: 100% !important;
		display:block;
        padding-top:0px;
	}
	table.one-two-thirds img {
		width:100%;
	}	
    .content-tab-inner {
        width:75%;
    }
    .product-certifications {
        text-align:left;
    }
     .related-pages {       
        width:100%;       
        border-left-style:none;
        margin-right:0px;
        margin-top:0px;
    }
    .page-content-related-pages {       
        width:100%;   
        padding-bottom:10px;    
    }
    .related-pages h3 {
        padding-top:0px;
        margin-top:4px;
    }
    .contact-content-container, .contact-mill-button {
        font-size:12px;
    }
    .message-box {
        width:84%;
        padding-top:15px;
        padding-left:10px;
        padding-right:10px;
        font-size:13px !important;
        line-height:15px !important;       
        left:20px !important; 
    }
    .home-hero-message-box {
        width:84%;
        padding-top:15px;
        padding-left:10px;
        padding-right:10px;
        font-size:13px !important;
        line-height:11px !important;       
        margin-left:20px;
    }
    .side-nav {
        display:none;
    }
}

@media (max-width: 480px) {
	.image-right-arrow{
		right:-12px;
	}
	.image-left-arrow {
		left:-12px;
	}
	.image-right-arrow, .image-left-arrow {
		/*top:36px;*/
	}	
	.image-right-arrow img, .image-left-arrow img {
		width:60%;
        height:auto;
	}
	.product-left {
		padding-top: 120px;
	}
	select.form-select, .sample-form .umbraco-forms-container .state select {
		margin-left:3%;
	}	
	.news-item-tag {
		line-height:24px;
		margin-top:4px;
	}
    .message-box {       
        font-size:10px !important;
        line-height:11px !important;        
    }
    .map-search input, .map-search select {
        width:120px;
    }
    .top-nav {
        width:96%;
    }
}
@media (max-width: 420px) {
	a.top-nav-item {
		font-size:10px;
		margin-right:8px;
	}
	input.the-search-box {
		width:132px;
		height:20px;
	}
	.search-container {
		width:162px;
		height:24px;
	}
	.run-search-link {
		float: right;
		width: 24px;
	}	
	#logo {
		width:158px;
		margin-top: 44px;
	}
	.ani-menu-bar {
		right:6px;
	}
	.flag-icons {		
		right: -10px;
	}
	.product-detail {
		font-size:12px;
	}
	.detail-title {
		font-size:26px;
	}
	.page-content {
		font-size:14px;
	}	
	.product-left {
		padding-top: 100px;
	}
	.related-product-title {
		font-size: 10px;
	}
	.sub-header-title { 
		font-size:32px;
	}
	.news-item-title { 
		font-size:32px;
	}
    .contact-content-container, .contact-mill-button {
        font-size:11px;
    }
    .map-search input {
        width:80px;
    }
}
@media (max-width: 380px) {
    .image-right-arrow, .image-left-arrow {
       /* top: 22px;*/
    }
}


@media(max-height: 980px),(max-width:780px) {
     .home-hero-message-box {
        background-size:82%;
    }
    .hero-message-title {
        font-size:38px;
        line-height:41px;
    }
}

@media(max-height: 790px),(max-width:500px) {
    .hero-message-title {
        font-size:26px;
        line-height:32px;
    }
    .home-hero-message-box {
        background-size:70%;
    }
    .message-box {
        font-size:13px;       
    }
    .panel {
        min-height:100% !important;
    }
    .home-hero-scroll-box  {
	    position:absolute;
	    bottom:0px;
	    height:27px;
	    width:100%;
	    background-color:rgba(0,0,0,0.55);
	    cursor:pointer;
	    background-image:url('/images/common/scrollArrowSmall.png');
	    background-position: center top;
	    background-repeat:no-repeat;
    }
}