@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'GothamLight';
    src: url('/fonts/gothamlight_0.eot');
    src: url('/fonts/gothamlight_0.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gothamlight_0.woff') format('woff'),
         url('/fonts/gothamlight_0.ttf') format('truetype'),
         url('/fonts/gothamlight_0.svg#GothamLight') format('svg');
    font-weight: normal;
    font-style: normal;
 
}

@font-face {
    font-family: 'GothamMed';
    src: url('/fonts/gothammedium0.eot');
    src: url('/fonts/gothammedium0.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gothammedium0.woff') format('woff'),
         url('/fonts/gothammedium0.ttf') format('truetype'),
         url('/fonts/gothammedium0.svg#GothamMed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamBold';
    src: url('/fonts/gothambold0.eot');
    src: url('/fonts/gothambold0.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gothambold0.woff') format('woff'),
         url('/fonts/gothambold0.ttf') format('truetype'),
         url('/fonts/gothambold0.svg#GothamBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamBlack';
    src: url('/fonts/gothamblack0.eot');
    src: url('/fonts/gothamblack0.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gothamblack0.woff') format('woff'),
         url('/fonts/gothamblack0.ttf') format('truetype'),
         url('/fonts/gothamblack0.svg#GothamBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamBook';
    src: url('/fonts/gothambook.eot');
    src: url('/fonts/gothambook.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gothambook.woff') format('woff'),
         url('/fonts/gothambook.ttf') format('truetype'),
         url('/fonts/gothambook.svg#gothambook') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	 
	font: 14px Arial, Helvetica, sans-serif;
	color: #323232;
	min-width:964px;
	background-color:#FFF;
}

.flex{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#top{
	background: #057594;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999;
}

#topblue{
	padding:0 20px;
	background:#fff;
}

#top.scrolled #topblue{
	display:none;
}

 

#top #topblue a{
	text-decoration:none;
}

#top .search{
	float: right;
	width: 208px;
	 
	text-align: right;
	padding: 10px 0 0px 23px;
}

#top #form {
	 
	width: 208px;
	height: 26px;
}

#top #form .textfield, #pages.resources .search #form .textfield, #pages.listings .search #form .textfield, #pages.articles .sidebar #form .textfield {
	float: left;
	border: 0px;
	background-color: transparent;
	width: 165px;
	height:25px;
	padding: 0 0 0 10px;
}

#top #form .textfield { 
	border:1px solid #cacaca;
	border-radius:20px;
	width:100%;
	height:30px;
	color:#000;
}

#top #form .fa{
	position:absolute;
	right:20px;
	top:20px;
	color:#027392;
	cursor:pointer;
}

#pages.listings .search #form .textfield, #pages.resources .search #form .textfield, #pages.articles .sidebar #form .textfield {
	width:83%;
}

#pages.resources .search #form .textfield, #pages.listings .search #form .textfield, #pages.articles .sidebar #form .textfield{
	 

	border: 1px solid #cacaca;
    border-radius: 20px;
    width: 100%;
    height: 30px;
    color: #cacaca;
}

#pages.listings .search #form .textfield{
	height:38px;
	font-size:13px;
	border-radius:30px;
}

#pages.listings .search{
	margin:0;
	padding:0;
}

#pages.resources .search form, #pages.listings .search form, #pages.articles .sidebar form{
	position:relative;
}

#pages.resources .back{
	clear:both;
	margin:0 0 10px 0;
}
 

#top #form .go, #pages.resources .search #form .go, #pages.listings .search #form .go, #pages.articles .sidebar #form .go {
	position: absolute;
    right: 5px;
    top: 10px;
}

#pages.listings .search #form .go{
	right:2px;
	top:10px;
}

#pages.resources p a{
	text-decoration:underline;
}

#top .hotline {
	width: 127px;
	float: right;
	 color:#027392;
	font-size: 11px;
	text-align: center;
	padding: 8px 0;
}

#top .hotline .number {
	font: 14px GothamBold;
	color: #99c739;
}

#top .flags {
	float: right;	 
	padding: 15px 0 13px 0;
}

#top .flags .countries {
	float: left;
    font-size: 11px;
    margin: 0 12px 0 0;
}

#top .flags img {
	border:1px solid #eee;
	margin: 0 17px 0 0;
}

#top .topbar{ 
	background: #057594;
}

#top #logo {
	float: left;
 
	padding:10px 0 10px 15px;
}
 

#top .right {
	float: right;
}

#top #topnav ul {
	 float:left;
}

#top #topnav li{
	display:block;
	float:left;
	position:relative;
}

#top #topnav li a{
	text-transform:uppercase;
	display:block;
	font-size:14px;
	padding:35px 35px;
	text-align:center;
	font-family: 'GothamBlack';
	color: #fff;
	text-decoration: none;
}

#top #topnav li .small{
	 
	font-family: 'GothamMed';
	padding:10px 0 0 0;
	font-size:12px;
	letter-spacing:1px;
}
 
 
 

#top #topnav li a:hover, #top #topnav .lion, #top #topnav li:hover {
	background:#045d76;
}

#top #nav {
	float:right;
	z-index:9;
}

#top .login{
	float:right;
	border-radius:20px;
	border:3px solid #99c739;
	text-align:center;
	text-transform:uppercase;
	padding:8px 15px;
	color:#fff;
	text-decoration:none;
 
	letter-spacing:.5px;
	font-size:14px;
	font-family: 'GothamBold';
	margin:38px 15px 0 10px;
}

#top .certified {
	float:right;
	border-radius:20px;
	text-align:center;
	text-transform:uppercase;
	padding:10px 18px;
	background:#99c739;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-family: 'GothamBold';
	margin:38px 15px 0 15px;
}

.submit{
	border-radius:20px;
	text-align:center;
	text-transform:uppercase;
	padding:10px 18px;
	background:#99c739;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-family: 'GothamBold';
	margin:20px auto 0 auto;
	display:block;
	width:100px;
}

.fancybox-opened {
    z-index: 99999999999!important;
    
}

#nav-close{
	display:none;
}

#top #nav ul {
	text-align: center;
}
 
#top #subnav{
	display:none;
}

#top .sub_menu{
	visibility:hidden;
	position:absolute;
    z-index: 99;
    top:100px;
    left:0;
    width: 133px;
	padding:0 10px;
	text-align:center;
	background: #045d76;
}

#top .sub_menu.consumers{
	width:205px;
}

#top .sub_menu.companies{
	width:232px;
}
 
#top .sub_menu li{
	float:none;
}

#top #topnav .sub_menu li a{
	font-family: 'GothamLight';
	
	padding:12px 0;
	border-top:1px solid #fff;
	display:block;
	font-size:12.5px;
	line-height:15px;
}

#top #topnav .sub_menu li a.first{
	border-top:none;
}
 

#top  li.drop:hover .sub_menu{
	visibility:visible;
}
 
#top #topnav .sub_menu li{
	float:none;
}
 

a.menu{
	display:none;
}

#wrapper {
	padding: 0 0 55px 0;
}

.text{
	line-height:24px;
}

.button, #ic_signupform .elcontainer .submit-container input[type="submit"], .more{
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	text-align:center;
	display:inline-block;
	margin:25px 0 0 0;
	padding:10px 15px;
	border-radius:20px;
	background: #99c739;
	letter-spacing:3px;
	font-size:12px;
	border:none;
	cursor:pointer;
	font-family: 'GothamBook';
	line-height:1;
}

.button.outline, .more{
	background:none;
	border:1px solid #99c739;
	color:#013C4E;
	font-weight:bold;
}

.button.small, .more{
	font-size:10px;
	padding:8px 12px;
	letter-spacing:1.5px;
}

.button:hover, .more:hover{
	opacity:.8;
}

#ic_signupform .elcontainer .submit-container input[type="submit"]{
	 
    border-radius: 20px!important;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 18px!important;
    background: #99c739!important;
    color: #fff;
	margin:0 auto;
    text-decoration: none;
    font-size: 14px!important;
    font-family: 'GothamBold'!important;
  
}

/*Main Homepage*/
#homepage .head{
	position:relative;
	background-image:url(/images/home-mobile.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-position:center;
	height:100vh;
	min-height:750px;
	overflow:hidden;
}

#homepage .head .overlay{
	position:absolute;
	left:0;
	width:100%;
	z-index:9;
	top:50%;
	transform:translateY(-50%);
	margin:100px 0 0;
	text-align:center;
}

#homepage .head .overlay img{
	width:150px;
	margin:0 0 10px;
}

#homepage .box{
	background:#fff;
	width:18%;
	margin:1%;
	position:relative;
	overflow:hidden;
	color:#fff;
	text-decoration:none;
}
	
#homepage .box:after{
	background: rgb(0 0 0 / 20%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
}

#homepage .box img{
	max-width: 100%;
   -moz-transition: all 3s;
   -webkit-transition: all 3s;
   transition: all 3s;
   width:100%;
}


#homepage .box:hover img{
	-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#homepage .box .overlay{
	position:absolute;
	left:0;
	width:92%;
	z-index:9;
	bottom:0;
	padding:4%;
	background:rgb(0 0 0 / 50%);
}

#homepage .box .title{	 
	text-transform:uppercase;
	font-size:16px;
	text-align:center;
	height:60px;
	letter-spacing:3px;
}

#homepage .box .btn{
	font-size:11px;
	letter-spacing:2.2px;
	border:1px solid #7eb849;
	border-radius:17.5px;
	padding:8px 0;
	width:90px;
	text-align:center;
	text-transform:uppercase;
	margin:0 auto;
}


	
#homepage .head .bg{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
	
#homepage video{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

#homepage h1{
	text-align:center;
}

#homepage .head .caps{
	color:#fff;
	font-family:'GothamBlack';
	font-size:40px;
	text-transform:uppercase;
	line-height:1.3;
	margin:0 0 30px;
}


#homepage .head .button{
	margin:15px auto 0 auto;
	font-size:16px;
	border-radius:30px;
	padding:18px 25px;
	font-weight:bold;
}

#homepage .button.green{
	background: #057594;
}

#homepage .button.green.hvr-sweep-to-right:before{
	background:#99c739;
}

#homepage .charts .chart{
	padding:45px;
	height:260px;
	float:left;
	background:#f8f8f8;
	width:42%;
	text-align:center;
}

#homepage .charts .chart.right{
	float:right;
}

#homepage .charts .logo{
	width:123px;
	margin:0 auto;
}

#homepage .charts .title{
	color:#027392;
	font-size:32px;
	margin:10px 0 5px 0;
	font-family: 'GothamBlack';
}

#homepage .charts .small{
	color:#027392;
	font-size:13px;
	font-family: 'GothamMed';
}
	

#homepage .charts .link{
	float:left;
	width:30%;
	margin:10px 0 0 0;
}

#homepage .charts .logos{
	float:right;
	padding:0 0 0 4%;
	border-left:1px solid #d8d8d8;
	width:60%;
}

#homepage .charts .small{
	padding:0 0 10px 0;
}

#homepage .charts .hechsher{
	margin: 12px 2% 20px 2%;
}

#homepage .kosher{
	background-image:url(/images/home-kosher.jpg);
	background-size:cover;
	padding:60px 0;
	background-attachment:fixed;
}

#homepage .kosher .content{
	padding:0 4%;
}

#homepage .kosher .content h2{
	margin:0 0 40px 0;
	color:#fff;
	font-family: 'GothamBlack';
	font-size:55px;
	line-height:1;
	text-shadow:0 0 20px rgb(0 0 0 / 75%);
}

#homepage .newsletter .caps{
	font-size:18px;
	color:#027392;
	font-weight:bold;}

#homepage .kosher a{
	background:#fff;
	text-decoration:none;
	letter-spacing:4px;
	text-transform:uppercase;
	background:#fff;
	padding:30px 0;
	width:185px;
	color:#013c4e;
	font-size:13px;
	margin:0.4%;
	text-align:center;
	line-height:16px;
	border:1px solid #fff;
}

#homepage .kosher a:hover{
	border:1px solid #057594;
}

#homepage .kosher a img{
	display:block;
	margin:0 auto 15px auto;
}

#homepage .kosher a.highlight{
	background:#013c4e;
	color:#fff;
}

#homepage .kosher a.highlight img{
	filter:brightness(100);
}

#homepage .kosher h1{
	text-align:left;
}

#homepage .kosher .flex{
	width:1000px;
	max-width:100%;
	justify-content:start;
}

#homepage .kosher .flex.has12, #homepage .kosher .flex.has11{
	width:1200px;
}

#homepage .kosher .flex.has8, #homepage .kosher .flex.has7{
	width:800px;
}

#homepage .kosher .flex.has6, #homepage .kosher .flex.has5{
	width:600px;
}

#homepage .links{
	position:relative;
}

#homepage .links .star{
	position:absolute;
	left:-10px;
	top:20px;
}

#homepage .newsletter{
	text-align:center;
	background:#f8f8f8;
	background-image:none!important;
	padding:78px 70px!important;
}

#homepage .newsletter .small{
	padding:15px 0 15px 0;
	font-size:18px;
	color:#027392;
}

#homepage .newsletter .text{
	width:65%;
	margin:25px auto 65px auto!important;
	text-align:justify;
	font-size:18px;
}

#homepage .searchbar{
	padding:20px 0;
	text-align:center;
	background: #99c739;

    
}

#homepage .searchbar span{
	color:#fff;
 
	text-transform:uppercase;
	display:block;
	float:left;
 
    font-size: 25px;
 
    font-family: 'GothamMed';
    letter-spacing: 5px;
	margin:7px 0 0 0;
    
}

#homepage .searchbar form{
	width:55%;
	float:right;
	position:relative;
}

#homepage .searchbar .wrapper{
	width:42%;
	margin:0 auto;
}

#homepage .searchbar input{
	border-radius:30px;
	background:#fff;
	border:none;
	height:40px;
	padding:0 0 0 3%;
	width:83%;
}

#homepage button.search{
	position:absolute;
	border:none;
	background:none;
	right:50px;
	top:12px;}
	
	
.sitebanner{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}	

.sitebanner .toggle{
	padding: 5px 6px;
    margin: 5px;
    border-radius: 50%;
    float: right;
    background: rgb(255 255 255 / 85%);
    cursor: pointer;
}	

.sitebanner .pesachbanner{
	background: #99c739;
    padding: 15px 5%;
    display: flex;
    gap: 2%;
    justify-content: center;
    text-align: center;
    width: 90%;
	font-size: 18px;
}	

.sitebanner .pesachbanner .left{
	background: url(images/channels-thumb-passover.jpg);
    background-size: cover;
    background-position: right;
    width: 100px;
}

.sitebanner .pesachbanner a{
	color:inherit;
}

.sitebanner .pesachbanner h2{
	font-size: 24px;
    color: inherit;
    letter-spacing: 3px;
    padding: 0 0 10px;
}

.sitebanner .pesachbanner .smaller{
	font-size: 16px;
    font-style: italic;
    padding: 10px 0 0;
}

/*Home*/

#home .about{
	float:left;
	width:calc(96% - 350px);
	background-image:url(/images/topbg.jpg?ver=1);
	background-size:cover;
	padding:110px 0 60px 4%;
	position:relative;
	z-index:9;
}

#home.knowledgebase .about{
	background-image:url(images/topbg-knowledgbase.jpg?ver=1);
	    padding: 150px 0 210px 4%;
}

#home .webinars{
	overflow:hidden;
	padding:70px 0;
	background-image:url(images/webinars.jpg?ver=1);
	background-size:cover;
	background-position:right;
}

#home .webinars .box{
	margin:0px 0 0 5%;
	width:23%;
}

#home .webinars .box .text a{
	color:inherit;
}

#home.knowledgebase .ask{
	display: flex;
    justify-content: space-between;
	padding:80px;
}

#home .ask .pix{
	width:60%;
}

#home .ask .pix img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

 

#home .search #cse-search-box{
	position:relative;
	margin:30px 0 0 0;
}

#home .search #cse-search-box .fa{
	position:absolute;
	top:26px;
	right:10px;
}

 

#home .about.scrolled{
	width:96%;
}

#home .about .small{
	color:#fff;
	font-family: minion-pro,serif;
    font-style: italic;
	font-size:13px;
}

#home .nav, #wrapper .nav{
	float:left;
	width:350px;
	max-height: 920px;
    overflow-y: scroll;
 
	background:#fff;
	position:relative;
	
	
}

#wrapper .nav{
	position:absolute;
	left:0;
	overflow:hidden;
}

 

#home .nav.scrolled,  #wrapper .nav.scrolled{
	position:fixed;
	top:100px;
	left:0;
	width:60px;
	z-index:99; 
	height:100%;
	 
}

#home .nav.scrolled:hover,  #wrapper .nav.scrolled:hover{
	    width: 19.2%;
}

#home .nav.scrolled li img,  #wrapper .nav.scrolled li img {
    vertical-align: middle;

    margin: 0 auto;
    display: block;
}

#home .nav.scrolled:hover img,  #wrapper .nav.scrolled:hover img{
	display:inline;
	margin:0;
}

#home .nav.scrolled li a,  #wrapper .nav.scrolled li a{
	font-size:0;
}

#home .nav.scrolled:hover li a,  #wrapper .nav.scrolled:hover li a{
	font-size:14px;
}

#home .nav.scrolled li dt:after,  #wrapper .nav.scrolled li dt:after{
	display:none;
}

#home .nav.scrolled:hover li dt:after,  #wrapper .nav.scrolled:hover li dt:after{
	display:block;
}

/* width */
.head ::-webkit-scrollbar,  #wrapper  ::-webkit-scrollbar{
  width:6px;
   
}

/* Track */
.head ::-webkit-scrollbar-track, #wrapper ::-webkit-scrollbar-track {
  background:  #f1f1f1 ;
}

/* Handle */
.head  ::-webkit-scrollbar-thumb, #wrapper ::-webkit-scrollbar-thumb {
  background: #eee;
  
   
  border-radius:10px;
    
}

/* Handle on hover */
.head  ::-webkit-scrollbar-thumb:hover, #wrapper  ::-webkit-scrollbar-thumb:hover {
  background: #888;
}

#home .nav li, #wrapper .nav li{
	float:none;
	padding:0 5px;
}

#home .box{
	background:#fff;
	padding:5%;
	width:30%;
	position:relative;
	overflow:hidden;
}

#home .box h2{
	padding:0 0 20px;
}
 
#home.knowledgebase .about .search{
	width:475px;
}

#home .search #cse-search-box .fa{
	background:#99C739;
	color:#fff;
	border-radius:100%;
	top:0;
	right:0;
	height:33px;
	width:45px;
	text-align:center;
	font-size:15px;
	padding:12px 0 0 0;
	cursor:pointer;
}

#home .search #cse-search-box input{
	padding:13px 0 14px 3%;
	position:relative;
	width:97%;
	border-radius:23px;
	border:1px solid #CACACA;
	border-right:0;
    color: #000;
}
 

#home .box img{
	max-width: 100%;
   -moz-transition: all 3s;
   -webkit-transition: all 3s;
   transition: all 3s;
}


#home .box:hover img{
	-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


#home .nav li a, #wrapper  .nav li a{
	text-transform:uppercase;
	letter-spacing:1px;
	margin:6px auto 0 auto;
	padding:15px 20px 15px 10px;
	font-size:12px;
	display:block;
	font-family: 'GothamLight';
	font-weight:bold;
	color:#013c4e;
	text-decoration:none;
	border:1px solid #e6e6e6;
	display:flex;
	gap:10px;
	align-items:center;
	width:calc(100% - 32px);
}

#home .nav li img, #wrapper .nav li img{
	width:20px;
	max-height:22px;
}

#home .nav li dd, #wrapper .nav li dd{
	display:none;
	background:#057594;
	padding:5px 0;
	z-index:99;
 
}

#home .nav li dd.opened, #wrapper .nav li dd.opened {
	display:block;
}

#home .nav li dd a, #wrapper .nav li dd a{
	 
	font-size:12px;
	line-height:18px;
	color:#fff;
	border:1px solid #fff;
	margin:6px auto 0 auto;
}

#home .nav li dt, #wrapper .nav li dt{
	position:relative;
	cursor:pointer;
	 
}

#home .nav li dt:after, #wrapper .nav li dt:after {
    font-family: 'FontAwesome';
    content: "\f078";
    font-size: 12px;
    color: #057594;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 50%;
	transform:translateY(-50%);
}

#home .nav li dt:hover:after, #wrapper .nav li dt:hover:after{
	color:#fff;
}

#home .nav li dt.opened:after, #wrapper .nav li dt.opened:after {
    font-family: 'FontAwesome';
    content: "\f077";
	color:#fff;
	top:30px;
}

#home .nav li a:hover, #home .nav li dt.opened a, #wrapper .nav li dt.opened a{
	background:#057594;
	color:#fff;
}

#home .nav li dt.opened img, #home .nav li a:hover img, #wrapper .nav li a:hover img{

	 -webkit-filter: brightness(0) invert();
    filter: brightness(0) invert();
}

#home .nav li dt.opened, #wrapper .nav li dt.opened{
	border:none;
	padding:5px 5px 0;
	background: #057594;
 
}

.full{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

#home .quicklinks{
	text-align:center;
	padding:80px 80px 0;
}

#home .quicklinks h2{
	padding:0 0 20px;
}

#home .quicklinks .link{
    color: #013c4e;
    text-decoration: none;
    border: 1px solid #013c4e;
    flex: 1;
    margin: 5px;
    padding: 25px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#home .quicklinks .link:hover, #home .quicklinks .link.highlight{
    background:#013c4e;
	color:#fff;
}

#home .quicklinks .link:hover .icon, #home .quicklinks .link.highlight .icon{
	filter:brightness(100);
}

#home .quicklinks .link .icon{
	height:35px;
	margin:0 0 15px;
}

#home .products{
	 padding:80px;
}

#home .products .pic{
	width:60%;
}

#home .products .pic img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

#home .sabbath{
	background-image:url(images/consumers-bg.jpg?ver=1);
	padding:80px 0 80px 10%;
}

#home .sabbath h2{
	padding:0;
}

#home .sabbath .text{
	margin:20px 0 0 0;
}

#home .sabbath .box{
	width:25%;
	padding:3%;
}

#home .links, #homepage .links{
	padding:80px 8%;
}

#home .links .newsletter, #homepage .links .newsletter{
	float:left;
	padding: 55px 70px 0 70px;
    width: 600px;
	background-image:url(/images/home-kashrus.jpg?ver=1);
	background-size:cover;
}

#home .links .newsletter .text, #homepage .links .newsletter .text{
	margin:0 0 80px 0;
}

#home .links .newsletter .left{
	float:left;
	width:45%;
}

#home .links .newsletter .left .button{
	padding:10px 20px;
}

#home .links .newsletter .left .button.blue{
	background:#027392;
	 
	margin:12px 0 0 0;
}

#home .links .newsletter .right{
	float:right;
	margin:100px 0 -50px 0;
}

#home .links .info, #homepage .links .info{
	float:right;
	 
	width:805px;
	position:relative;
}

#home .links .info .buttons, #homepage .links .info .buttons{
	position:absolute;
	bottom:120px;
	left:65px;
}

#home .links .info .buttons a, #homepage .links .info .buttons a{
	display:block;
	margin:0 0 8px 0;
}

#home .alert{
	padding:40px 8% 20px;
	background:#f0f0f0;
}

#home .alert .title{
	float:left;
	font-size:22px;
	color:#c2001b;
	font-family: 'GothamBlack';
}

#home .alert .scroll{
	float:right;
	width: 88%;
    margin: 4px 0 0 0;
	
}

#home .alert .more{
	float:right;
}

#homepage .links{
	padding:60px 4% 30px 4%;
}

#home .alert marquee .event{
	padding:0 40px 0 0;
}

#home .resources{
	background-image:url(/images/consumers-resources.jpg);
	background-size:cover;
	background-attachment:fixed;
	padding:70px 4%;
}

#home .resources .title{
	text-align:center;
	color:#fff;
	font-family: 'GothamBlack';
	text-transform:uppercase;
	font-size:48px;
}

#home .resources h3{
	color:#99c739;
	text-align:center;
	font-size:30px;
}

#home .resources .center{
	padding:60px;
	
	background:#fff;
}

#home .resources ul{
	float:left;
	width:30%;
}

#home .resources ul.middle{
	margin:0 80px;
}

#home .resources a{
	display:block;
	text-transform:uppercase;
	color:#013c4e;
	font-size:14px;
	text-decoration:none;
	border-bottom:1px solid #e6e8e9;
	padding:15px 0;
	position:relative;
}

#home .resources .fa{
	position:absolute;
	top:15px;
	color:#013c4e;
	border:1px solid #013c4e;
	border-radius:100%;
	font-size:8px;
	padding:5px;
	right:0;
}

#home .more a {
	text-decoration:none;
	color:#000;
}

/*Home -Companies*/
#home.companies .about{
	background-image:url(/images/topbg-companies.jpg?ver=1);
	padding: 150px 0 160px 4%;
}

#home.companies .products{
	background-image:url(/images/companies-certification.jpg?ver=2);
	background-size:cover;
}

#home.companies .products .box{
	float:right;
}

#home.companies .companies, #homepage .companies{
	padding:40px 4%;
}

#home.companies .companies h2, #homepage .companies h2{
	text-align:center;
	margin:40px 0 30px 0;
}

#homepage h2 img{
	vertical-align:middle;
}

#home.companies .companies .logo, #homepage .companies .logo{
	width:55%;
	margin:0 auto;
}

#home.companies hr, #homepage hr{
	border:none;
	background: #027392;
	width:60px;
	height:2px;
	margin:40px auto 50px auto;
}

#pages {
	background-color: #FFFFFF;
	-moz-border-radius: 3px;
	border-radius: 3px;
	 
  	min-height: 500px;
  	height: auto !important;
  	height: 500px;
	width:95%;
	max-width:1250px;
	margin:0 auto;
	font-family: 'GothamMed';
}

.main {
	width:95%;
	max-width:1250px;
	margin:0 auto;
}


h1{
	font-size: 60px;
	font-family: 'GothamBlack';
	 
	letter-spacing: 1px;
	line-height:57px;
	color: #fff;
	text-transform: uppercase;
	text-align:left;
	 
	padding: 20px 0 30px 0;
}

#wrapper h1, #centerwrapper h1 {
 
	color: #99c739;
    text-transform: uppercase;
     
    font-size: 22px;
	font-weight:bold;
	text-align:center;
 
    letter-spacing: 7px;
	padding:40px 0 30px 0;
	font-family: 'GothamLight';
   
}

#wrapper h1 .subtitle, #centerwrapper h1 .subtitle{
	color:#000;
	line-height:1.2;
    font-size:.7em;
    letter-spacing:.15em;
}

p{
	line-height:20px;
}

h1 a {
	text-decoration:none;
	color:#000;
}

h2, #pages.insect_detail .ribbon {
	color: #7eb849;
	font-size:25px;
	text-transform:uppercase;
	font-family: 'GothamMed';
	 
	letter-spacing: 5px;
	padding:20px 0 0 0;
	
} 

#pages.locations h2{
	    border-bottom: 1px solid #eee;
		padding:0 0 20px 0;
}
 

#pages.insect_detail .ribbon {
	padding:40px 0 30px 0;
}

#pages.contact.appliance h2{
	margin:0 0 20px 0;
}

#pages.contact.appliance .par{
	max-width:800px;
	margin:0 auto;
}

h3{
	margin:5px 0 20px 0;
	font-size:18px;
	color:#027392;
	font-weight:bold;
	font-family: 'GothamMed';
     
}

#pages .clear {
	clear: both;
}

#pages .error {
	color:#FF0000;
	font-weight:bold;
}

#pages .left {
	float: left;
	width: 47%;
}

#pages .right {
	float: right;
	width: 47%;
}

#pages.resources .right{
	float:none;
	margin:0 auto;
}

#pages.resources.list .right{
	float:right;
}

#pages .title, #pages #form .field-head, .signup .header {
    padding: 0 0 20px 0;
    margin: 50px 0 20px 0;
 
    text-transform: uppercase;
    letter-spacing: 5.4px;
    font-size: 18px;
    
     
    border-bottom: 1px solid #eee;
	color:#7eb849;
}

#pages #form .field-head, #pages .title.center{
	text-align:center;
}

#pages.contact .title{
	padding:30px 0 20px 0;
}

#pages.contact .address a{
	color:#000;
}

#pages.glossary .title{
	text-align:left;
}

#pages .title.about {
	background:none;
}

#pages.qanda .title {
	display:block;
}	
 

#pages .subtitle {
	color: #99c739;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 6px;
    padding: 30px 0 10px 0;
    font-family: 'GothamLight';
}

#pages .text{
	line-height:25px;
}

#pages .box {
	clear: both;
	overflow: hidden;
}

#pages.news.alerts .left .viewall a{
	margin:0;
}

#pages .more{
	margin:18px 15px 0 0;
}

.more a{
	color:inherit;
	text-decoration:none;
}


#home .more {
	margin:20px auto 0;
}

#pages.about.speakers .box .bio{
	float:none;
	background:none;
	margin:15px 0 0 0 ;
}

#pages .box.staff .more{
	width:180px;
}

#pages a:hover.all {
	color: #99C73A;
}

#pages .greydots {
	background: url(/images/greyboxbg.gif) repeat-x top;
	padding: 30px 0 50px;
	clear: both;
}

/*About Section*/
#pages.about{
	padding:40px 0 0 0;
	border-top:1px solid #E2E2E2;
}

#pages.about #myBtnContainer{
	float:left;
	width:17%;
	padding:0 4% 0 0;
	border-right: 1px solid #E2E2E2;
}

#pages.about .indent{
	margin:0 0 0 20px;
}

#pages.about .quote{
	float:right;
	width:36%;
	color:#027392;
	font-size:40px;
	padding:20px 0 0 0;
	font-family: 'GothamBlack';
}

#pages.about .text{
	border-right:1px solid #E2E2E2;
	float:left;
	padding:0 4% 0 0;
	width:56%;}


#pages.about .text a{
	color:inherit;
}

#pages.about .text.full{
	border-right:0;
	padding:0;
	width:100%;
}

#pages.about .content{
	float:right;
 
	width:76%;margin:0 0 0 1%;
	 
	 
	 
}

#pages.about .content h2{
	font-size:16px;
	letter-spacing:4.8px;
	margin:0 0 30px 0;
}

#pages.about .content hr{
	height:1px;
	background:#E2E2E2;
	margin:30px 0;
	border:none;
}

#pages.about .content .button{
	font-weight:bold;
}

#pages.about .content .button.toggle{
	display:none;
}

#pages.about .pic{
	width:47%;
	margin:0 0 0 3%;
	position:relative;
}

#pages.about .pic .name{
	position:absolute;
	color:#fff;
	font-size:12px;
	font-family: 'GothamMed';
	text-align:center;
	left:0;
	bottom:10px;
	width:100%;
}

#pages.about button{
	background:none;
	text-align:left;
	font-size:14px;
	display:block;
	padding:14px 0;
	border:none;
	width:100%;
	cursor:pointer;
	border-bottom:1px solid #E2E2E2;
}

#pages.about button.active, #pages.about button:hover{
	border-bottom:2px solid #7eb849;
}

#pages.about .extra{
	display:none;
}

#pages.about .extra.toggle{
	display:block;
}

#pages.about .testimonials .flex {
	justify-content:left;
	column-gap:5%;	
}

#pages.about .testimonials .box {
	width:30%;
	margin:50px 0;
	overflow:visible;
}

#pages.about .testimonials .box .info{
	display:flex;
	flex-direction:column;
	align-items:start;
	height:100%;
}

#pages.about .testimonials .box .namewrapper {
	margin:auto 0 0;
	min-height:60px;
}

#pages.about .testimonials .box .name {
	font-size:16px;
	letter-spacing:4.5px;
	color:#027392;
	text-transform:uppercase;
}

#pages.about .testimonials .box  .quoted {
	font-size:15px;
	line-height:24px;
	margin:0 0 15px;
}

#pages.about .testimonials .box  .quoted:before {
	font-size:80px;
	line-height:20px;
	font-family:'GothamBlack';
	content: "''";
    color: #7eb849;
	float:left;
}

#pages.about .testimonials .box .name i {
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:11px;
	color:#ABABAB;
	font-style:normal;
	display:block;
	margin:10px 0 0;
}

/* Publications */
#pages.publications {
	overflow:hidden;
}

#pages.publications.list .box .image {
	float:left;
	width:22%;
	padding:0px 15px 0px 0px;
}

#pages.publications.list .box .image img{
	width:100%;
	height:auto;
}

#pages.publications.list .box .desc {
	float:right;
	width:72%;
	padding:0px;
}

#pages.publications.list .box  .order {
	background-color:#027393;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	padding: 4px 0;
	margin:10px 0px 0px 0px;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#pages.publications.list .box a {
	color:#000;
}

#pages.publications.list .box  .order a {
	color:#FFFFFF;
	text-decoration:underline;
}


#pages.publications.list .box  .order a:hover {
	color: #99C73A;
}

/* Education/Classes Section */

#pages.classes {
	overflow:hidden;
}

#pages.classes .left{
	text-align:left;
}


#pages.classes .box.video .desc {
	padding:0px;
}

#pages.classes .box.audio .desc {
	background: url(/images/classes_audio_t.gif) no-repeat top left;
}

#pages.classes #thumbs{
	width:100%!important;
	height:auto!important;
}

#pages.classes #thumbs li{
	width:27%;
	line-height:13px;
	height:140px;
	overflow:visible;
}


#pages.classes #thumbs li .thumb{
	width:100%;
	height:auto;
}

#pages.classes .links.small a.all, #pages.certified .links.small a.all {
	width: 65px;
	float: right;
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	padding: 4px 0;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image:none;
	font-weight:normal;
}

#pages.classes .links.small a:hover.all, #pages.certified .links.small a:hover.all {
	color: #99C73A;
}

#pages.classes .kashruskurrents{
	margin:0 0 0 70px;
	
}

#pages.classes .box.kashrus {
}

#pages.classes .box.articles  .desc {
	background: url(/images/articles_articles_t.gif) no-repeat top left;
}

#pages.classes .box.classroom  .desc, #pages.resources .box.classroom  .desc {
	background: url(/images/articles_classroom_t.gif) no-repeat top left;
}

#pages.classes .box.university  .desc {
	background: url(/images/articles_university_t.gif) no-repeat top left;
}

#pages.classes .box.publications  .desc {
	background: url(/images/articles_publications_t.gif) no-repeat top left;
}

#pages.classes .issue {
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .09em;
}

#pages.classes .all {
float: right;
margin: 13px 0 0 0;
font-weight: bold;
}

#pages.classes .allleft {
float: left;
}

#pages.classes .box.kashrus .all {
	width: 150px;
}

#pages.classes .links a, #pages.products .links a, #pages.classes .links a, #pages.resources .sidebar .linkSection a {
	display: block;
	font-size: 14px;
	background: url(/images/resources_green-arrow.gif) no-repeat right;
	color: #323232;
	text-decoration: none;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #000000;
	margin: 8px 0 0 0;
	font-weight: bold;
}

#pages.classes .links.small a, #pages.classes .links.small a{
	width: 150px;
}

#pages.classes .signup .go{
	width: 18%;
	display:block;
    float: right;
    margin: 0 0 10px 0;
    background-color: #000000;
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
    text-decoration: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#pages.classes .signup .go input{
	background:none;
	width:100%;
	color:#fff;
}

/*Videos*/
#pages.videos .toptext{
	text-align:center;
	margin:0 0 20px;
	text-transform:uppercase;
	letter-spacing: 1px;
}

#pages.videos .toptext .button{
	margin:5px;
	position:relative;
	top:-2px;
}

#pages.videos .frame{
	position:relative;
	padding-top: calc(56% + 200px);
}

#pages.videos .frame iframe{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/*Channels*/
#pages.channels .vidsearch{
	float:right;
	margin:0 1% 15px; 0;
	text-align:right;
}

#pages.channels .vidsearch input{
	padding:5px;
}

#pages.channels .vidsearch i{
	margin:0 12px 0 -25px;
}

#pages.channels .vidsearch .clear{
	display:inline-block;
	margin:5px 0 0;
	font-size:12px;
	text-decoration:underline;
}

#pages.channels .box{
	width:29.33%;
	margin:1%;
	padding:1%;
	color:#057594;
	text-decoration:none;
	background: #eae7e7;
}

#pages.channels .thumb{
	overflow:hidden;
}

#pages.channels .thumb img{
	width:100%;
	transition:1s;
}

#pages.channels .info{
	display:block;
	margin:15px 0 0;
	display:flex;
	justify-content:space-between;
	align-items:start;
}

#pages.channels .info .name{
	font-size:14px;
	font-weight:700;
	letter-spacing:.25px;
	width:calc(100% - 80px);
}

#pages.channels .info .button{
	 text-decoration:none;
	 margin:0;
}

#pages.channels .box:hover .thumb img{
	transform:scale(1.1);
}

#pages.channels .box:hover .name{
	color:#017291;
}

#pages.channels .box:hover .button{
	opacity:.8;
}
/*Kosher Products Section*/
#pages.products {
	overflow:hidden;
}

#pages.products .searchco, #pages.products .appliances{
	margin:0 0 0 70px;
}

#pages.products .left{
	text-align:left;
}

#pages.products .box.restaurant .desc, #pages.resources .box.restaurant .desc  {
	background: url(/images/kosher_restaurant_t.gif) no-repeat top left;
}

#pages.products .box.product .desc.category {
	background: url(/images/kosher_product_t.gif) no-repeat top left;
}

#pages.products .box.product .strong {
	float:left;
	font-weight:bold;
}

#pages.products .box.product .desc .textfield, #pages.articles .search .textfield{
	padding:14px 0px 15px 5px;
	margin:1px 0px 0 5px;
	font-style:italic;
	border:1px solid #c8c8c8;
	color:#c8c8c8;
	width:100%;
}

#pages.products .box.product .desc .textfield:focus, #pages.articles .search .textfield:focus {
	color:#000;
}

#pages.products .box.product .desc .search{
	float:left;
	width:83%;
}

#pages.products .box.product .desc .img{
	float:right;
}

#pages.products .box.product .more, #pages.certified .more{
	margin:20px 0px 0 0;
	float:right;
	text-decoration:none;
}

 
#pages.products h2.title, #pages.products h2.title a, #pages.local .title a{
	 color: #057594;
}

/* Appliance */
#pages.appliance {
	overflow:hidden;
}



/*#pages.appliance .logos a,*/ #pages.appliance a.alert {
	     
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 18px;
    background: #99c739;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: 'GothamBold';
    
	display:inline-block;
	margin:0 3px;
}

#pages.appliance a.alert {
	background:url(/images/applicance_arrow.png) no-repeat 95% 11px #F82925;
	/*margin:0 auto 10px auto;*/
	width:25%;
	float:left;
}


#pages.appliance a.button.appliance {
	margin: 0px;
	float:right;
}


#pages.appliance .buttons {
	margin:30px 0 0;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	gap:7px;
}


#pages.appliance .buttons .button {
	margin:0;
}

#pages.resources a.button.beverage{
	margin:0 15px 20px 0;
	float:right;
}
#pages.resources .slurpee-list-print {
    border-radius: 4px;
    background: #067593;
    padding: 10px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    width: 130px;
    float: right;
	margin-bottom: 10px;
	text-align:center;
}

#pages.resources .button{
	margin:0 auto;
	float:none;
}
 

#pages.appliancepopup {
	width:400px;
	text-align:center;
	margin:100px;
	background-color:#FFFFFF;
	border:6px solid #d0d0d0;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#pages.appliancepopup .models {
	border-top:1px solid #d0d0d0;
	margin:13px auto;
	padding:15px 0px;
	border-bottom:1px solid #d0d0d0;
}

#pages.appliancepopup .text {
	text-align:justify;
}

/*UKD*/
#pages.search .frame{
	width:85%;
	margin:0 auto;
	position:relative;
	padding:56% 0 0 0;
}

#pages.search .frame iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

 

/*News & Updates*/
#pages.news .box, #stard_listing .box, #pages.products .rbox {
	padding: 20px 0;
}

#pages.news .box {
	float:right;
	width:48.5%;
	clear:none!important;
}

#pages.news .box.none{
	float:left;
	clear:both!important;
}

#pages.news .box .image, #pages.classes .box .image, #stard_listing .box .image, #pages.products .box .image, #pages.certified .box .image  {
	width: 75px;
	float: left;
	margin: 0 15px 0 0;
}

#pages.news .box .info,  #pages.classes .box .info, #stard_listing .box .info, #pages.products .box .info, #pages.certified .box .info {
	float: right;
	width: 75%;
}

#pages.news .box .info {
	width:75%;
	padding:12px 0 0 0;
}

#pages.news .box .image, #pages.stard .box.listings .box .image {
	width:20%;
	margin:0px;
}

#pages.news .box .image img{
	width:100%;
	height:auto;
}

#pages.news .box .name,   #pages.classes .box .name, #stard_listing .name, #pages.products .name, #pages.certified .box .name, #pages.stard .box.listings .box .name {
	font-weight: bold;
	font-size: 14px;
}

#pages.news .box .date,  #pages.classes .box .date, #pages.certified .box .date {
	color: #03BDAD;
	padding: 6px 0;
}

#pages.news .all.alllarge {
	width: 88px;
	margin: 0 0 30px 0;
}

#pages.news .box.rbox .image, #stard_listing .box .image, #pages.products .box.rbox .image {
	width: 18%;
}

#pages.news .box.rbox .image img, #stard_listing .box .image img, #pages.products .box.rbox .image img{
	width:100%;
	height:auto;
}

#pages.news .box.rbox .image{
	  margin:20px 0 0 0;
}

#pages.news .box.rbox .info, #stard_listing .box .info, #pages.products .box.rbox .info {
	width: 100%;
}

#pages.news .box.rbox .name, #pages.news .alerts .name, #stard_listing .box .name, #pages.products .box.rbox .name, #pages.passover .alerts .name, #pages.stard .box.listings .box .name {
	color: #FFFFFF;
	background-color: #7eb849;
	padding: 5px 0 5px 10px;
}

#pages.news .box.rbox li, #stard_listing .box li, #pages.products .box.rbox li, #pages.stard .box.listings .box li {
	padding: 5px 0;
	border-bottom: 1px dotted #006C97;
	list-style: none;
}

#pages.news .box.rbox li.blue {
	font-weight:bold;
	color:#414141;
}

#pages.news .box.rbox .number, #stard_listing .box .number, #pages.products .box.rbox .number {
	float: right;
}

#pages.news .alerts, #pages.passover .alerts {
	clear: both;
	overflow: hidden;
	margin: 30px 0 12px 0;
	background: url(/images/news_alertsbg.gif) repeat-x bottom;
	background-color: #F2F2F2;
	padding: 0 0 8px 0;
}

#pages.news .alerts .name, #pages.passover .alerts .name {
	background-color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

#pages.news .alerts .marquee, #pages.passover .alerts .marquee{
	height: 200px;
	padding: 0 30px;
}

#pages.news .alerts ol li, #pages.passover .alerts ol li {
	padding:5px 10px;
	list-style-position:inside;
	list-style-type:decimal;
}

#pages.news .signup, #pages.classes .signup, #home .signup {
	border: 1px solid #CBC8C9;
	background-color: #D6D3D4;
	padding: 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	clear: both;
	overflow: hidden;
}

#pages.news.updates .box{
	float:none!important;
	width:100%!important;
}

#home .signup{
	padding:20px;
}

#pages.classes .signup {
	margin: 35px 0 0 0;
}

#pages.classes .textfield{
	width:80%;
	padding:6px 0px 6px 3px;
}

#pages.classes .go{
	float:right;
	width:17%;
}

#home .right .signup {
	width: 355px;
}

#pages.news .signup .join, #pages.classes .signup .join, #home .signup .join {
	color: #057594;
	font: 18px "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 1px #EAEBEB;
	padding: 0 0 10px 0;
}

#home .signup .left{
	width:65%;
}

#home .signup .join{
	font-size:22px;
}

#pages.classes .signup .join {
	font: 14px "Arial Black", Gadget, sans-serif;
}

#home .right .signup .join {
	color: #757373;
}

#pages.news .signup .textfield , #pages.articles .signup .textfield, #home .signup .textfield {
	width: 95%;
	height: 30px;
	float: left;
	border: 2px solid #C8C8C8;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #FFFFFF;
	color: #8C8C8C;
	padding: 0 0 0 10px;
}

#home .signup .textfield {
	margin: 0 7px 7px 26px;
}

#pages.news .signup .go, #pages.articles .signup .go {
	float: right;
	width: 14%;
}

#home .signup .go a, #home .topbuttons a {
	display:block;
	text-decoration:none;
	background:#057594;
	float:right;
	color:#FFF;
	padding:15px 0;
	width:25%;
	text-align:center;
	border-radius:3px;
}

#home .topbuttons {
	text-align: center;
	margin-top: 30px;
}

#home .topbuttons a {
	float: none;
	display: inline-block;
	margin: 5px;
}

#home .smalltext {
	font-size: 10px;
	clear: both;
	margin: 0 0 0 27px;
}

#home .left .smalltext {
	text-align:right;
}

#home .smalltext a {
	color: #323232;
}

/*Alerts*/
#pages.news.alerts .left {
	float: left;
	width: 65%;
}


#pages.news.alerts .right {
	float: right;
	width: 30%;
	background-color: #E7E7E7;
	
}

#pages.news.alerts.kurrents .right {
	padding:0px;
}

#pages.news.alerts .right .alerts {
	width: 85%%;
	background:#d6d3d4;
	margin: 0 auto;
	padding: 18px 12px 20px 12px;
}

#pages.news.alerts .right .alerts:nth-child(2) {
	padding-top:0;
	border-top:2px solid #fff;
}

#pages.news.alerts .right .alerts .header {
	text-align:left;
	color:#067596;
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px;
}

#ic_signupform .elcontainer .formEl.fieldtype-input input[type="text"]{
	border-radius:23px!important;
}

#pages.news.alerts .right .alerts .textfield {
	width: 65%;
	border: 2px solid #C8C8C8;
	padding: 7px 0 10px 10px;
    float: left;
	-moz-border-radius: 2px;
	border-radius: 23px;
	background-color: #FFFFFF;
}

#pages.news.alerts .right .alerts .go {
	float: right;
     
}

#pages.news.alerts .right .alerts .go input{
	border:none;
	margin:0 0 0 5px;
}

#pages.news.alerts .right li {
	font: 17px GothamBold;
	text-align: center;
	padding: 15px 0;
	background: url(/images/alerts_yearbg.gif) repeat-x bottom;
	float:left;
	width:50%;
	box-sizing:border-box;
} 

#pages.news.alerts .right li.heading{
	width:100%;
} 

#pages.news.alerts .right li:nth-child(even) {
	border-right:1px solid #fff;
}  

#pages.news.alerts .right li.head{
	float:none;
	width:100%;
}

#pages.news .left .title {
	clear:both;
}

#pages.news .signup {
	margin:50px auto 0px auto;
}

#pages.news.alerts .left .title {
	margin:0 0 20px;
}

#pages.news.alerts .left .monthbox {
	clear: both;
	overflow: hidden;
	/*padding: 20px 0;*/
}

#pages.news.alerts .left .month {
	color: #323232;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: 80%;
	overflow:hidden;
	padding:17px 0 0 0;
	letter-spacing:1.5px;
}


#pages.news.alerts .left .view {
	width: 80px;
	float: right;
}


#pages.news.alerts .left .viewall {
	width:20%;
	float:left;
	padding:10px 0 0;
	text-align:right;
	font-size:15px;
	font-style:normal;
	font-weight:normal;
	font-family:inherit;
	position:relative;
	z-index:9;
}

#pages.news.alerts.kurrents .left .view {
	width: 140px;
	float: right;
}

#pages.news.alerts.kurrents .left .view .button{
	margin:15px 0 0;
}

#pages.news.alerts.kurrents .left { 
	position:relative; 
}

#pages.news.alerts h3 {
	text-align:right;
}

#pages.news.alerts form h3 { 
	text-align:left;
	color:#067596;
	font-size:18px;
	font-weight:bold;
}

#pages.news.alerts #ic_signupform .form-header { 
	margin:0;
}

#pages.news.alerts #ic_signupform .elcontainer {
	max-width:100% !important;
}

#pages.news.alerts div   { 
	position:relative;
}

#pages.news.alerts #articles {
	padding:0px 0px 0px 20px;

}

#pages.news.alerts #articles .ul, #pages.news.alerts #articles .text {
	padding:25px 0px 0px 14px;
}

#pages.news.alerts #articles .text, #pages.news.alerts #articles .text p {
	line-height:1.3;
}

#pages.news.alerts #articles .text a {
	font-weight:bold;
}

#pages.news.alerts.kurrents li a {
	color:#000;
	display:block;
	text-decoration:underline;
	margin:8px 0px;
}

#pages.news.alerts .right li a {
	text-decoration:none;
    color: #323232;
}

#pages.news.alerts .view-all{
	display:block;
	color:#fff;
	padding:12px 0;
	background:#027393;
	text-decoration:none;
	width:100%;
	text-align:center;
	margin:0px;
	border-bottom:20px solid #fff;
	font: 18px GothamBold;
}

#pages.news.alerts .view-all .caps{
	text-transform:uppercase;
	font-size:20px;
}


/*Star-D*/

#pages.stard .image {
	margin: 0 15px 0 0;
}

/*Anchor Links*/
   
 .toplinks{
	margin:0px;
}

 
.toplinks .list{
	 
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	background:#F8F8F8;
	padding:30px 0 30px 0;
	  
	margin:0 0 30px 0%;
}

#centerwrapper{
	overflow:hidden;
	padding-top:150px;
}

.toplinks a {
	border-radius:100%;
	text-align:center;
	border:1px solid #7eb849;
	width:36px;
	height:26px;
	padding:10px 0 0 0;
	margin:0 5px;
	font-size:12px;
	 
	color:#000;
	text-decoration:none;
}

.toplinks .list .logo {
	clear:left;
	float:left;
	margin:0 5px 0 0;
}


.list{
	padding:20px 0;
	text-align:center;
}

 

#pages.listings .list a {
	padding:16px 10px 10px 4px;
}

#pages.listings .list a.sectionon, #pages.listings .list a:hover {
	font-weight:bold;
	background-color:#7eb849;
}

#pages.restaurant .left #filter a.sectionon .box, #pages.restaurant .left #filter a.sectionon:hover .box {
 
	background-color:#99C739;
}

#pages.about .list a, #pages.local .list a, #pages.restaurant .list a{
	font-size:12px;
	line-height:12px;
	padding:0px 5px 0 5px;
	margin:8px 0;
}

#pages.about .list a{
	padding:0 20px;
	text-align:center;
}

#pages.about .list .last, #pages.local .list .last, #pages.restaurant .list .last{
	padding:0 0px 0 4px;
	border:none;
}

#pages.listings .list .last {
	padding:16px 10px 12px 10px;
}

#pages.about .list .last, #pages.local .list .last{
	padding:0px 0 0 5px;
}

#pages.listings .ABC {
	padding:20px 0;
	color: #7eb849;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    clear: both;
    justify-content: center;
	font-size:0;
  
}

#pages.listings .ABC a {
	color: #7eb849;
	text-decoration: none;
	font-size:13px;
}
	
#pages.listings .ABC a:hover {
	color: #323232;
}


/* Listings Page */

#pages.listings .search{
	padding:0px 0 10px 0;
}

#pages.listings .search .bar{
	float:left;
}

#pages.listings .search .img{
	float:left;
	margin:-5px 0 0 0;
}
	
#pages.listings .letter {
	float: left;
	width: 50px;
	background-color: #7eb849;
	padding:13px 0 14px 0;
	margin:-10px 0 0;
	border-radius:100%;
	text-align:center;
	text-align:center;
}

#pages.listings .alpha {
	font: 32px GothamBold;	
	color: #FFFFFF;
	line-height: 22px;
	margin: 0 0 0 -1px;
	padding:0px 0px 1px 0px;
}

#pages a.anchorlink{
	display:block;
	content:'';
	width:100%;
}

#pages.listings .links {
	float: right;
	width: calc(96% - 55px);
	column-count:2;
	column-gap:5%;
}

#pages.listings .toplinks {
	margin:0 0 50px;
	border-bottom: 1px solid #eee;
}

#pages.listings .toplinks .list a {
	border-radius: 30px;
    width: auto;
	text-transform:uppercase;
	padding:5px 20px;
	display:flex;
	align-items:center;
	letter-spacing:2px;
}

#pages.listings .toplinks .list a.reset{
	border:none;
	padding:0;
	display:block;
	text-align:right;
	width:100%;
	background:none!important;
}
	
#pages.listings .links a {
	display: block;
	margin: 0 0 10px 0;
	color: #323232;
	text-decoration:underline;
}

#pages.listings .start {
	clear: both;
	text-align: right;
	padding: 10px 0;
}

#pages.listings .start a {
	color: #323232;
}

#listing, .outerprodbox {
	background:none;
}

#listing .box, .outerprodbox {
	clear: both;
	background:none;
	overflow: hidden;
	margin: 0 auto;
	width: 400px;
	border:none;
	padding: 20px 10px;
}

#listing .box .name, .box.outerprodbox h1 {
	color: #057594;
	background:none;
    text-transform: uppercase;
    font-size: 15px;
	line-height:normal;
    font-weight: bold;
    letter-spacing: 6px;
    padding: 0px 0px 10px 0;
    font-family: 'GothamLight';
}

.box.outerprodbox h1 {
	margin:0px 0px 15px 0px;
}

#listing .box img {
	margin:15px 0px;
}

#listing .box .more.small {
	margin:15px 0 0 10px;
}

#listing .box li {
	padding:5px 0px;
}

.outerprodbox .box.rbox .name a {
	color: #000;
	margin:10px 5px;
	display:block;
}

.outerprodbox .box.rbox .name br {
	display:none;
}

/*Getting Certified Section*/
#pages.certified h2{
	text-align:center;
	padding:0 0 40px 0;
}

#pages .box .desc.certified, #pages .box .desc.classes, #pages .box .desc.local{
	padding:0px;
}

#pages.certified .icon, #pages.products .icon, #pages.stard .icon, #pages.classes .icon, #pages.local .icon, #pages.lang .icon{
	float:left;
}

#pages.certified .box .desc.certified .button{
	margin:0 5px 8px 0;
}

#pages.certified .list{
	float:left;
	margin:0 0 0 20px;
}

#pages.certified .box.infopacket{
	margin:30px 0 0 0;
}

#pages.certified .box.infopacket a{
	color:inherit;
}

#pages.certified .form, #pages.stard .form, #pages.lang .form{
	float:right;
	width:85%;
}


#pages.certified .box .desc .textfield, #pages.stard .box .desc .textfield, #pages.certified .box .desc .textarea, #pages.lang .desc .textfield, #pages.lang .desc .textarea{
	padding:0 0 0 1%;
	 
	color:#999798;
	margin:0 0 5px 0;
	width:280px;
	height:45px;
}

#pages.certified .box .desc .captcha{
	margin:0 0 10px 0;
}

#pages.certified .box .desc .textfield, #pages.certified .box .desc .textarea, #pages.certified .box.infopacket .desc .textarea, #pages.lang .desc .textfield, #pages.lang .desc .textarea, #pages.stard .desc .textfield{
	width:97%!important;
}

#pages.certified .box .desc .captcha .textfield{
	width:100px;
	margin:0;
}

#pages.certified .box.infopacket .desc .textarea{
	width:282px;
	padding:5px 0 30px 5px;
}

#pages.certified .box.infopacket .desc form{
	margin:10px 0 0 0;
	
}

#pages.certified .box.infopacket .g-recaptcha div{
	width:100%!important;
}

#pages.certified .box.infopacket .g-recaptcha div iframe{
	float:none;
}

#pages.articles .sidebar #form{
	background:none;
}

-->
/*WP*/
#centerwrapper h1 .post-categories{
	text-align:center;
	font-size:12px;
	display:none;
}

#centerwrapper h1 .post-categories li{
	display:inline-block;
	margin:0 5px;
}

#centerwrapper h1 .post-categories li a{
	text-decoration:underline;
}

body.single, body.category, body.archive{
	background:#f7f7f7;
}

#pages.wppages{
	position:relative;
	background:#fff;
	padding:60px;
	max-width:1100px;
	margin:auto;
}

#pages.wppages .tags {
	text-transform:capitalize;
	font-size:12px;
    text-transform: uppercase;
    font-weight: bold;
	text-align:left;
}

#pages.wppages .tags a{
	color: #21759b;
    margin: 2px 0px 5px 0;
    display: inline-block;
    text-decoration: none;
}

#pages.wppages .tags a:after{
	content: " |";
    margin: 0 7px;
}

#pages.wppages .tags a:last-child:after{
	display:none;
}
 

#pages.wppages a {
	text-decoration:underline;
}

#pages.wppages a.yoshon-button {
    padding: 2px 8px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .1em;
    background-color: #067593;
}

#pages.wppages .post {
	float: left;
	width: 100%;
	margin-right:5%;
}


#pages.wppages .post.category-news, #pages.wppages .post.category-employment {
	width:45%;
	min-height:360px;
	overflow:hidden;
}

#pages.wppages .post.category-employment {
	min-height:250px;
}


#pages.wppages #mainarticle .post {
	width:100%;
	margin:0px;
}

#pages.wppages #mainarticle.site-content .post.category-news, #pages.wppages #mainarticle.site-content .post.category-employment {
	height:auto;
}


#pages.wppages .wp-image {
	/*width:75px;
	height:75px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;*/
	float:left;
	width:12%;
	
}

#pages.wppages .post.category-news .wp-image {
	/*float:left;
	position:static;*/
}

#pages.wppages .wp-image .centered {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(50%,50%);
	-moz-transform: translate(50%,50%);
	-ms-transform: translate(50%,50%);
	-o-transform: translate(50%,50%);
	transform: translate(50%,50%);*/
}

#pages.wppages .post.category-news .wp-image .centered {
	/*position:static;*/
}

#pages.wppages .wp-image img {
	/*border-radius:0px;
	box-shadow:none;
	width: auto;
	max-height: 75px;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	max-width:none;*/
	width:100%;
	height:auto;
}

#pages.wppages .entry-header {
	min-height:75px;
	position:relative;
	margin-bottom:0px;
}

/*#pages.wppages .full-header {
	min-height:inherit;
}*/


#pages.wppages #mainarticle  .fullimage img.wp-post-image   {
	text-align:right;
	margin:10px 0px 10px 10px;
	float:right;
	border-radius:0px;
	box-shadow:none;
	max-width: 300px;
}

#pages.wppages #mainarticle .entry-header {
	display:block;
}

#pages.wppages .topright {
	float: right;
	width: 85%;
}

#pages.wppages .archive-header .archive-title {
	display:none;
}

#pages.wppages .post.category-news .topright {
	width:77%;
}

*#pages.wppages .entry-title {
	height: auto;
	font: 15px Arial, Helvetica, sans-serif;
	clear: none;
    margin: 0px 0px 5px 0px;
    color: #99c739;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 7px;
    padding: 40px 0 30px;
    font-family: gothamlight;
    text-align: center;
}

#pages.wppages .entry-title a, #pages.wppages .post > a{
	text-decoration:none;
}

#pages.wppages #mainarticle .topright {
	width:600px;
}

#pages.wppages #mainarticle .entry-title {
	min-height: inherit;
}

#pages.wppages #mainarticle .wp-post-image {
	float:left;
	max-width:250px;
}

#pages.wppages .entry-author {
	margin:5px 0px;
	font-style:italic;
}

#pages.wppages .entry-title a {
	color:#323232;
}

#pages.wppages .entry-title a:hover {
	color:#057594;
}

#pages.wppages .comments-link {
	clear: both;
}

#pages.wppages .entry-content {
	padding: 10px 0 0 0;
	clear:both;
	text-align:left;
	/*min-height:250px;*/
	font-size:16px;
}

#pages.wppages .entry-content ol li, #pages.wppages .entry-content ul li {
	list-style-type:decimal;
	padding:5px 0px;
	list-style-position:inside;
}

#pages.wppages .entry-content ul li {
	list-style-type:circle;
}

#pages.wppages .entry-content p span{
	color:#000!important;
}

#pages.wppages .entry-content [dir="rtl"]{
	text-align:right;
}

#pages.wppages #mainarticle .entry-content {
	clear:both;
}

#pages.wppages .listsearch{
	float:right;
	margin:0 0 15px;
	text-align:right;
}

#pages.wppages .listsearch input{
	padding:5px;
	width:215px;
}

#pages.wppages .listsearch i{
	margin:0 12px 0 -25px;
}

#pages.wppages .listsearch .clear{
	display:inline-block;
	margin:5px 0 0;
	font-size:12px;
	text-decoration:underline;
	cursor:pointer;
}

#pages.wppages .searching{
	text-align:center;
	font-style:italic;
	margin:0 0 20px;
}


#pages.wppages .links ul {
	width: 500px;
}

#pages.wppages .archive-header, .page-header {
	border:none;
	margin:0px;
	padding:0px;
}

#pages.wppages .site-content {
	margin:0px;
}

#pages.wppages .articledate {
	color: #FFFFFF;
	width:110px;
	font-weight:normal;
	background-color: #99C739;
	padding: 5px 0 5px 10px;
}

#pages.wppages .post-4822 .articledate {
	display:none;
}

#pages.wppages .more-link {
	display:block;
	font-size:12px;
	text-align:right;
	color:#323232;
}

#pages.wppages #content {
	height:100%; 
	overflow: hidden;
}

#pages.wppages  .sidebar {
	float:right;
	background-color:#f2f2f2;
	width:22%;
	margin:0px 20px 0px 0px;
	padding:15px;
	height:inherit; 
	padding-bottom: 1000000px;
	margin-bottom: -1000000px;
}

.sidebar .header{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .15em;
	border-bottom:1px solid #cecccc;
	padding: 20px 0 8px 0;
	margin: 0 -15px 15px -15px;
	text-transform: uppercase;
	clear:both;
	text-align:center;
}

#pages.wppages  .sidebar li {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .15em;
}

#pages.wppages  .sidebar #search{
	float:left;
	padding:7px 0;
	width:76%;
}

#pages.wppages  .sidebar #searchsubmit{
	floaT:right;
	width:20%;
}

#pages.wppages  .sidebar li a {
	text-decoration:none;
	color:#323232;
	display: block;
	padding: 8px 0 5px 0;
}

#pages.wppages  .sidebar .children li {
	font-size:12px;
	font-weight:normal;
	letter-spacing:normal;
	padding:0px 0px 0 5px; 
}

#pages.wppages  .sidebar .children li a {
	padding:3px 0px 3px 3px;
}

#pages.wppages  .articlesright {
	float: left;
	width: 70%;
}

#pages.wppages .tevila td{
	height:50px;
	border:1px solid #CCCCCC;
}

#pages.wppages .tevila td a{
	color:#fff;
	padding:5px 0 0 0;
	font-size:15px;
	display:block;
}


#pages.wppages .starbucksPar{
	float:left;
	width:60%;
	text-align:justify;
	line-height:20px;
	margin:0 0 70px 0;
}

#pages.wppages .starbucksButton{
	float:right;
	width:27%;
	background: url(/images/articles_starbucks.jpg) no-repeat;
	    margin: 5px;
    padding: 10px;
	line-height:20px;
}

#pages.wppages .starbucksButton2 {
    float: right;
    width: 27%;
    background: url(/images/articles_starbucks.jpg) no-repeat;
	background-size:cover;
	background-position:right;
	margin: 5px;
    padding: 10px;
    line-height: 20px;
}

#pages.wppages .starbucksButton a{
	text-decoration:none;
	color:#FFFFFF;
}

#pages.wppages .starbucksButton2 a{
	text-decoration:none;
	color:#FFFFFF;
}

#pages.wppages .starbucks{
	font-family: 'GothamMed';
}

#pages.wppages .starbucks .padding{
	padding:0 0 0 20px;
	text-align:left;
}

#pages.wppages .starbucks th{
	background:#197896;
	color:white;
	text-align:center;
	font-size:14px;
	letter-spacing:1px;
	height:50px;
	width:300px;
	text-transform:none;
	line-height:normal;
	vertical-align:middle;
}

#pages.wppages .starbucks td{
	border:1px solid #CCCCCC;
	text-align:center;
	height:100px;
	padding:0px;
	vertical-align:middle;
}

#pages.wppages .starbucks .pattern{
/*	background: url(/images/resources_bg.jpg); */
	background-color:#d9d9d9;
}

#pages.wppages .startbuckTitle{
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}

#pages.wppages .small{
	margin:-20px 0 10px 0;
	line-height:normal;
}

#pages .wppages img{
	border:none;
	box-shadow:none;
	border-radius:none;
}

#pages.wppages .lang{
	text-align:justify;
}

#pages.wppages .lang .intro, #pages.wppages .lang ul{
	margin:0 0 20px 0;
}

#pages.wppages .lang ul li{
	padding:5px 0;
	font-weight:bold;
}

#pages.wppages .lang .head{
	font-weight:bold;
	font-size:14px;
	padding:30px 0 5px 0;
}

#pages.wppages .lang .text{
	padding:0 0 10px 0;
}

#pages.wppages .lang .contentUl{
	margin:0 0 0 40px;
}

#pages.wppages .lang .contentUl li{
	font-weight:normal;
	list-style-type:disc;
	padding:0 0 5px 0px;
}

#pages.wppages .checking {
	line-height:20px;
	position:relative;
}

#pages.wppages .checking .box{
	background:#e5e5e5;
	font-size:15px;
	margin:0 0 20px 0;
}

#pages.wppages .checking ul, #pages.wppages .checking ol{
	float:left;
	margin:10px 5px 0px 20px;
}

#pages.wppages .checking ul li{
	list-style-type:disc;
	padding:10px 0 10px 0;
}

#pages.wppages .checking ol li {
	list-style-type:decimal;
	padding:10px 0 10px 0;
}

#pages.wppages .img{
	float:right;
	position:absolute;
	top:45px;
	right:50px;
}


#pages.wppages .checking hr{
	margin:15px 250px 15px 0;
}


#pages.wppages .university{
	padding:0 70px;
}

#pages.wppages .classroom .toppar {
	border-bottom:2px dotted #000000;
	margin:15PX 0PX 0PX 0PX;
}

#pages.wppages .classroom .side a{
	color:#000000;
	text-decoration:none;
}

#pages.wppages .classroom .books{
	float:left;
	width:25%;
	margin:40px 0 0px 0;
}

#pages.wppages .classroom .books img{
	box-shadow:none;
}

#pages.wppages .classroom .consulted{
	width:65%;
	margin:40px 0 0px 0;
	float:right;
}

.clear{
	clear:both;
}

#pages.wppages .classroom .button, #pages.wppages .yoshon .button, #pages.wppages .university .button, #pages.wppages .checking .button   {
	margin:40px auto 0 auto;
}

#pages.wppages .yoshon .button {
	float:left;
	width:50%;
}

#pages.wppages .classroom .button a, #pages.wppages .yoshon .button a, #pages.wppages .university .button a, #pages.wppages .checking .button a, #pages.about .button a {
	color:#FFFFFF;
	text-decoration:none;
}

#pages.wppages .university .icon{
	float:left;
	width:16%;
	margin:15px 0 0 0;
}

#pages.wppages .university .par{
	float:right;
	width:75%;
	margin:0px 0 0 0;
}

#pages.wppages .university .icon img{
	box-shadow:none;
}

#pages.wppages .section{
	border-bottom:2px dotted #000000;
	padding:0px 0px 30px 0;
	margin:0px 0px 30px 0;
}
	
/*Local Baltimore*/
/*Local Baltimore*/
#pages.local {
	max-width:none;
	width:100%;
}

#pages.local .tabs li a {
	color:#000000;
	padding:0px 0px 15px 0px;
	text-decoration:none;
	display:inline-block;
	border-bottom:1px solid #EEE;
	font-size:14px;
	width:100%;
}

#pages.local .tabs li {
	width:25%;
	text-align:center;
}

#pages.local .tabs li a:hover, #pages.local .tabs li a.active {
	color:#7EB849;
	border-bottom:2px solid #7EB849;
}

#pages.local .section {
	margin:75px 0px;
}

#pages.local h2 {
	font-size:16px;
	margin:0px 0px 25px 0px;
}

#greywrapper {
	margin:50px 0px;
	width:100%;
	padding:75px 0px;
	background-color:#F8F8F8;
}

#pages.local #greywrapper  .section {
	margin:0px;
}

#pages.local .text {
	font-family:'GothamBook';
	font-size:15px;
}

#pages.local .left {
	width:45%;
	position:relative;
}

#pages.local .right {
	width:50%;
}

#pages.local img {
	position:relative;
}


#pages.local .overlay {
	font-size:40px;
	font-weight:bold;
	color:#FFF;
	position:absolute;
	bottom:40px;
	left:40px;
	width:90%;
	text-align:left;
}


/*Resturants*/

#pages.restaurant .left #filter{
 
 
}

#pages.restaurant .left {
	float: left;
	 
	width:25%;
	border-right:1px solid #E5E5E5;
	padding:0 5% 0 0;
}

#pages.restaurant{
	max-width:1400px;
}

#pages.restaurant .right {
	float: right;
	width: 65%;
}

#pages.restaurant .right .flex{
	justify-content:left;
}

#pages.restaurant .right .box{
	border:1px solid #D2D2D2;
	padding:30px;
	width:40%;
	 
	margin:0 2% 20px 0;
	line-height:1.5;
}

#pages.restaurant .right .container.hide, #pages.restaurant .right .box.hide{
	display:none;
}

#pages.restaurant .right .title{
	width:100%;
	border:none;
	margin:30px 0 20px 0;
}

#pages.restaurant .left .search{
	position:relative;
}

#pages.restaurant .left .search input{
	width:96%;
	padding:10px 2%;
}

#pages.restaurant .left .search .fa-search{
	position:absolute;
	top:10px;
	right:8px;
}

#pages.restaurant .left .search .clear{
	float:right;
}

#pages.restaurant .left #filter .cat{
	 
	margin:0 0 10px 0;
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #CFCFCF;
}
#pages.restaurant .left #filter .cat .clearFilter, #pages.restaurant .left #filter .cat .clearFilter:hover{
	letter-spacing:1px;
	font-size:12px;
	font-weight:normal;	
    padding-left: 50px;
}

#pages.restaurant .left #filter{
	position:relative;
}

#pages.restaurant .left #filter .clearFilter a{
	font-size:12px;
	position:absolute;
	right:0;
}

#pages.restaurant .left #filter a{
	 color:#000;
	 font-size:15px;
	 text-decoration:none;
}

#pages.restaurant .left #filter a:hover{
	font-weight:bold;
}

#pages.restaurant .left #filter .box{
	height:10px;
	width:10px;
	float: left;
    margin: 8px 8px 0 0;
	border:1px solid #E5E5E5;
}

#pages.restaurant .left #filter a:hover .box{
	background:#fff;
}

#pages.restaurant .name {
	color:#027392;
	font-weight: bold;
	font-size: 18px;
	display:block; 
}

#pages.restaurant .desc{
	display:block;
}

#pages.restaurant .number {
	font-weight: bold;
	font-size: 13px;	
}

#pages.restaurant .desc {
	text-transform:uppercase; 
	color:#ABABAB;
	font-size:11px;
	letter-spacing:3.3px;
	margin:10px 0 0 0;
}

#pages.restaurant .icons {
	float: right;
}

#pages.restaurant .icons img{
	margin: 15px 0px 0px 5px;
}

#pages.restaurant .letter {
	font-size: 12px;	 
	padding: 0px 0px 15px 0px;	 
	clear:both;
}

/*StarS*/
#pages.stars li {
	padding:5px 0px 5px 15px;
}

#pages.stars li .subtitle {
color: #99c739;
font-size: 15px;
text-transform: uppercase;
font-weight: bold;
}


#pages.stars {
	line-height:22px;
}

#pages.stars .banner img{
	width:100%;
	height:auto;
}

/* LightBox */
/* Pop Up */
#lightbox{
	background-color:#eee;
	padding: 15px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
/*Resources*/
#pages.resources .anchors{
	border-top:3px solid #197896;
	background:#f2f2f2;
	padding:10px;
	margin:20px 0 40px 0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

#pages.resources .back a{
	color:#000;
}

#pages.resources .search #form .textfield  {
 
    padding: 6px 0 6px 2%;
	margin:0 0 10px 0;
}

#pages.resources .anchors a{
	margin:4px; 
}

#pages.restaurant .list .last{
	float:left;
	border:2px solid #9ac739;
	font-weight:bold;
	border-radius:2px;
	padding:8px 8px;
	text-decoration:none;
	color:#000;
	display:block;
}

#pages.resources .anchors a:hover, #pages.restaurant .list .last:hover{
	background:#9ac739;
	color:#FFF;
}

#pages.resources .search, #pages.listings .search, #pages.articles .sidebar {
	float: right;
	width: 27%;
	margin:0 0 10px 0;
	text-align: right;}

#pages.listings .search a{
	margin:10px 0 0 0;
	color:#b7afaf;
	display:block;
	letter-spacing:1px;
	text-transform:uppercase;
}

#pages.resources .search #form, #pages.listings .search #form, #pages.articles .sidebar #form {
	background:none;
	position:relative;
}

#pages.resources .search #form .go, #pages.listings .search #form .go, #pages.articles .sidebar #form .go {
 
	padding:0;
}

#pages.listings .search #form {
	margin:0 0 0 10px;
	background:none;
}

#pages.resources .search #form .textfield:focus, #pages.listings .search #form .textfield:focus, #pages.articles .sidebar #form .textfield:focus {
	color:#225a6b;;
}

#pages.resources .note.line {
	padding:10px;
	margin:0 0 10px;
	border:1px solid #d3d3d3;
	background:#fbfbfb;
}

#pages.resources .box.rbox.none{
	background:#FFFFFF;
}

#pages.resources .box.rbox{
/*	background:url(/images/resources_bg.jpg) repeat; */
	background-color:#efefef;
	border:1px solid #d9d9d9;
	width:75%;
	font-size:14px;
	font-weight:bold;
	margin: 0 auto;
}

#pages.resources .box.rbox .brand, #pages.resources .box.rbox .prevBrand, #pages.resources .box.rbox .name{
	text-transform: uppercase;
	float:left;
	font-family: 'GothamBold';
	padding:20px 20px 20px 30px;
	width:25%;
	font-size:14px;
}

#pages.resources .box.rbox .prevBrand{
	color:#cccccc;

}

#pages.resources .box.rbox .name, #pages.resources .box.rbox .status, #pages.resources .box.rbox .company{
	float:left;
	padding:20px;
	width:25%;
	border-left:1px solid #d9d9d9;
}

#pages.resources .box.rbox .name {
	border-right:1px solid #d9d9d9;
}

#pages.resources .box.rbox .company {
	border:none;
}



#pages.resources .name a{
	text-decoration:none;
	color:#067593;
	font-size:16px;
	margin:0 0 20px 0;	
}

#pages.resources .links li{
	min-height:40px!important;
	font-size:13px;
}

#pages.resources .box.rbox .company{
	font-weight:normal;
}

#pages.resources .box.rbox .note p{
	display:inline;
}

#pages.resources .box.rbox .note{
	font-size:12px;
	font-weight:normal;
	text-align:center;
	clear:both;
}

#pages.resources .box.rbox .note.full {
	text-align:left;
	font-style:italic;
	padding:10px 0px 5px 0px;
	display: block !important;
}

#pages.resources .box.glossary .desc {
	background: url(/images/resources_glossary_t.gif) no-repeat left;
}

#pages.resources .box.checking  .desc {
	background: url(/images/resources_checking_t.gif) no-repeat left;
}

#pages.resources .box.rabbi .desc {
	background: url(/images/resources_rabbi_t.gif) no-repeat left;
}	

#pages.resources .box.passover .desc {
	background: url(/images/resources_passover_t.jpg) no-repeat left;
}	


#pages.resources .box.travel .desc {
	background: url(/images/kosher_travel_t.gif) no-repeat top left;
}

#pages.resources .hotline {
	margin: 30px 0;
}

#pages.resources .hotline .title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #057594;
	letter-spacing: .15em;
	padding: 10px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

#pages.resources .hotline .title .hours {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	float: right;
	text-align:right;
	width: 120px;
}

#pages.resources .hotline .title .hours a {
	color: #FFFFFF;
}

#pages.resources .hotline li {
	padding: 7px 0 18px 35px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	list-style-position: inside;
}

#pages.resources .hotline li a {
	color: #000000;
}

#pages.resources .hotline li.phone {
	background: url(/images/resources_hotline_phone.gif) no-repeat;
}

#pages.resources .hotline li.fax {
	background: url(/images/resources_hotline_fax.gif) no-repeat;
}

#pages.resources .hotline li.email {
	background: url(/images/resources_hotline_email.gif) no-repeat;
}

#pages.resources .kosherUl{
	float:left;
	padding: 0 20px 0 0;
}

#pages.resources .kosherUl li{
	padding:1px 0px 0px 10px;
	background:url(/images/resources_arrow.jpg) no-repeat left;
	margin:0 0 15px 0;
}

#pages.resources .resources li a{
	text-decoration:none;
	color:#323232;
}

#pages.resources .links p {
	border-bottom: 1px solid #000000;
	font-size: 14px;
	font-weight: bold;
}

#pages.resources .links a, #pages.wppages .links li a {
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 3px 0;
	float:right;
}

#pages.wppages .links li a {
	font-size: 14px;
	float:none;
	background: url(/images/resources_green-arrow.gif) no-repeat right;
	border-bottom: 1px solid #000000;
	margin: 8px 0 0 0;
}

#pages.resources.faq .toplinks .left {
	float:left;
	width:50%;
}

#pages.resources.faq .toplinks .right {
	float:right;
	width:50%;
}


#pages.resources.faq .toplinks li {
	font-size: 12px;
	letter-spacing: .15em;
	text-align:left;
	padding: 0 3px;
	text-decoration: none;
}

#pages.resources.faq .toplinks li a {
	color: #000000;
	text-decoration: none;
}

#pages.resources.faq {
	text-align: justify;
}

#pages.resources.faq .top {
	text-align:right;
}

#pages.resources.faq .top a {
	font-weight:bold;
	color:#057594;
	text-decoration:underline;
}

#pages.resources.ask-rabbi .top .left{
	width:63%;
}

#pages.resources.ask-rabbi .top .right{
	width:31%;
}

#pages.faq .questionDt{
	cursor: pointer;
	border-top:1px solid #eee;
  	padding: 22px 0px;
	text-transform:uppercase;
  	font-size: 16px;
	letter-spacing:4px;
	text-align:left;
}

#pages.faq .questionDt:before {
	content:"\f067";
	color:#027392;
	float:right;
	margin:0px 0px 2% 2%;
	font: normal normal normal 16px/1 FontAwesome;
}

#pages.faq .questionDt.opened:before {
	content:"\f068";
}

	
#pages.faq .inner .questionDt{
	text-transform:none;
	letter-spacing:normal;
	font-size:15px;
}

#pages.faq dt.opened{
	color:#7eb849;
	border-bottom:2px solid #7eb849;
}

#pages.faq .inner dt.opened{
	color:#027392;
	border-bottom:none;
}

#pages.faq dd{
    display:none;
}

#pages.faq .inner dd{
	font-family:'GothamBook';
    margin:0px 0px 15px 0px;
	font-size:14px;
}

#pages.faq dl.inner{
	margin:0px 0px 0px 2%;
}

#pages.faq  dl.inner.full{
	border:2px solid #067593;
}

/*List*/
#pages.resources.list .box, #pages.publications.list .box {
	background: url(/images/greyboxbg.gif) repeat-x bottom;
	padding: 20px 0;
	text-align:left;
}

#pages.resources.list a{
	text-decoration:none;
	color:#000;
}
	
#pages.resources.list .box .name, #pages.publications.list .box .name {
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 5px 0;
}

#pages.resources.list .med a{
	color:#fff;
}

#pages.resources.list .box .desc {
	min-height: 51px;
	padding:0 0 0 60px;
}

#pages.resources.list .box .more{
	float:right;
}

#pages.resources.list .box.medicine .desc {
	background: url(/images/resources_medicine2_t.gif) no-repeat top left;
}

#pages.resources.list .box.insights .desc {
	background: url(/images/resources_insights.png) no-repeat top left;
}

#pages.resources.list .box.fish .desc {
	background: url(/images/resources_fish_t.png) no-repeat top left;
}

#pages.resources.list .box.shaimos .desc {
	background: url(/images/resources_shaimos.png) no-repeat top left;
}

#pages.resources.list .box.obgyn .desc {
	background: url(/images/resources_obgyn_t.gif) no-repeat top left;
}

#pages.resources.list .box.cereals .desc {
	background: url(/images/resources_cereals2_t.gif) no-repeat top left;
}

#pages.resources.list .box.beer .desc {
	background: url(/images/resources_beer_t.gif) no-repeat top left;
}

#pages.resources.list .box.beverages .desc {
	background: url(/images/resources_beverages_t.gif) no-repeat top left;
}

#pages.resources.list .box.starbucks .desc {
	background: url(/images/resources_starbucks_t.gif) no-repeat top left;
}

#pages.resources.list .box.slurpee .desc {
	background: url(/images/resources_slurpee_t.gif) no-repeat top left;
}

#pages.resources.list .box.royal-farms .desc {
	background: url(/images/resources_royal-farms_t.gif) no-repeat top left;
}

#pages.resources.list .box.no-hechsher .desc {
	background: url(/images/resources_no-hechsher2_t.gif) no-repeat top left;
}

#pages.resources.list .box.pas .desc {
	background: url(/images/resources_pas_t.gif) no-repeat top left;
}

#pages.resources.list .box.insects .desc {
	background: url(/images/resources_insects_t.gif) no-repeat top left;
}

#pages.resources.list .box.dunkin-donut .desc {
	background: url(/images/resources_glossary_t.gif) no-repeat top left;
}

#pages.resources.list .box.canned .desc {
	background: url(/images/resources_canned_t.gif) no-repeat top left;
}

#pages.resources.list .box.tevilas .desc {
	background: url(/images/resources_tevilas_t.gif) no-repeat top left;
}

#pages.resources.list .box.need-certification .desc {
	background: url(/images/resources_need-certification_t.gif) no-repeat top left;
}

#pages.resources.list .box.terumos .desc {
	background: url(/images/resources_terumos_t.gif) no-repeat top left;
}

#pages.resources.list .box.hetter-iska .desc {
	background: url(/images/resources_hetter-iska_t.gif) no-repeat top left;
}

#pages.resources.meds .box.antiacids .desc {
	background: url(/images/resources-antiacids.jpg) no-repeat top left;
}

#pages.resources.meds .box.anti-nausea .desc {
	background: url(/images/resources-anti-nausea.jpg) no-repeat top left;
}

#pages.resources.meds .box.caffeine .desc {
	background: url(/images/resources-caffeine.jpg) no-repeat top left;
}

#pages.resources.meds .box.fiber .desc {
	background: url(/images/resources-fiber.jpg) no-repeat top left;
}

#pages.resources.meds .box.lactose .desc {
	background: url(/images/resources-lactose.jpg) no-repeat top left;
}

#pages.resources.meds .box.pain .desc {
	background: url(/images/resources-pain-reliever.jpg) no-repeat top left;
}

#pages.resources.meds .box.pro-biotic .desc {
	background: url(/images/resources-probiotic.jpg) no-repeat top left;
}

#pages.resources.meds .box.smoking .desc {
	background: url(/images/resources-smoking.jpg) no-repeat top left;
}

#pages.resources.meds .box.anti-diarrheal .desc {
	background: url(/images/resources-anti-diarrheal.jpg) no-repeat top left;
}

#pages.resources.meds .box.cold .desc {
	background: url(/images/resources-colds.jpg) no-repeat top left;
}

#pages.resources.meds .box.immune .desc {
	background: url(/images/resources-immune.jpg) no-repeat top left;
}

#pages.resources.meds .box.laxatives .desc {
	background: url(/images/resources-laxitive.jpg) no-repeat top left;
}

#pages.resources.meds .box.pinworm .desc {
	background: url(/images/resources-pinworms.jpg) no-repeat top left;
}

#pages.resources.meds .box.sleeping .desc {
	background: url(/images/resources-sleeping.jpg) no-repeat top left;
}

#pages.resources.meds .box.urinary .desc {
	background: url(/images/resources-urinary.jpg) no-repeat top left;
}

#pages.resources.list .disclaimer {
	text-align:justify;
	padding:18px 0px 0px 0px;
	line-height:16px;
	font-size:12px;
}

#pages.resources.list .disclaimer .title {
	text-align:center;
	background:none;
	margin:10px 0;
}

#pages.appliance .text a{
	float:none;
	text-align:center!important;
	width:100px;
	padding:6px 0;
}

/*Glossary*/
#pages.resources.glossary {
	max-width:900px;
}
#pages.resources.glossary .right {
	float:right;
	width:47%;
}

#pages.resources.glossary .buttons {
	margin:0 0 30px;
	text-align: center;
}

#pages.resources.glossary .buttons .button {
	margin:0 2px 8px;
}

#pages.resources.glossary .title {
	color: #037493;
	padding: 5px 0 10px 36px;
	margin: 40px 0 0 0;
}

#pages.resources.glossary .title.kosher {
	background: url(/images/glossary_kosher_t.gif) no-repeat 0 5px!important;
}

#pages.resources.glossary .title.jewish {
	background: url(/images/glossary_jewish_t.gif) no-repeat 0 5px!important;
}

#pages.resources.glossary .title.passover {
	background: url(/images/glossary_passover_t.gif) no-repeat 0 5px!important;
}
#pages.resources.glossary .title.ethnic {
	background: url(/images/glossary_ethnic_t.gif) no-repeat 0 5px!important;
}

#pages.resources.glossary li {
	padding: 10px 0;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

#pages.resources.glossary li {
	cursor:pointer;
}

#pages.resources.glossary .answer {
	color: #323232;
	padding: 10px 0;
	display:none;
	font-size: 12px;
}	

#pages.resources.glossary .answer a{
	text-decoration: underline;
	color:#000;
}

#pages.wppages a{
	color:#000;}


#pages.wppages a.button{
	color:#fff;
	text-decoration:none;
}

/*404*/
.error404 #pages .left{
	width:100%;
	float:none;
	justify-content:left;
	gap:5%;
}

.error404 #pages .left ul{
	max-width:250px;
}

/*Ask Rabbi*/
#pages.resources.ask-rabbi {
	overflow:auto;
}

#pages.resources.ask-rabbi .left{
	float:none;
	width:100%;
}

#pages.resources.ask-rabbi .text {
	line-height:25px;
	text-align:justify;
	margin:0px 0px 25px 0px;
	column-count:2;
	column-gap:40px;
}

#pages.resources.ask-rabbi .text .title {
	background:none;
	display:block;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}

#pages.resources.ask-rabbi #form, #pages.contact #form {
	width:100%;
	color: #B4B4B4;
	max-width:800px;
	margin:0 auto;
}

#pages.resources.ask-rabbi #form{
	width:100%;
}

#pages.resources.ask-rabbi #form label{
	color:#000;
	display:block;
	margin:0 0 4px;
}

#pages.resources.ask-rabbi .textfield, #pages.resources.ask-rabbi .textarea, #pages.contact .textfield, #pages.contact .textarea,  #pages.signup .textfield, #pages.certified.apply #form .textfield, #pages.certified.apply #form .textarea {
	width: 376px;
	height: 46px;
	border: 1px solid #B4B4B4;
	margin: 0 0 12px 0;
	padding: 0 3.72%;
}

#pages.certified.apply #form .onefull .textarea{
	padding: 0 1.8%;
}

#pages.resources.ask-rabbi .textfield, #pages.resources.ask-rabbi .textarea{
	width:85%;
}

#pages.resources.ask-rabbi .textfield.dropdown {
	width:93%;
}

#pages.contact .textfield, #pages.contact .textarea{
	width:90%;
}



#pages.contact .textfield.dropdown{
	width:98%!important;
}

#response{
	text-align:center;
}

#pages.resources.ask-rabbi.iframe .textfield{ 
	width:62%;
	height:25px;
	margin:0 0 6px 0;
	color: #323232;	
}

#pages.resources.ask-rabbi.iframe .textarea{
	width:61.5%;
	height:55px;
	margin:0 0 6px 0;
}

#pages.resources.ask-rabbi.iframe .captcha{
	font-size:10px;
	margin:0 0 6px 0;
}

#pages.resources.ask-rabbi.iframe .button{
	float:none;
}

#pages.resources.ask-rabbi.iframe .captcha .textfield{
	width:85px;
}

#pages.resources.ask-rabbi.iframe .more a{
font-size: 11px;

}


#pages.resources.ask-rabbi.iframe .view{
	padding: 0 ;
	position: absolute;
    bottom: 0px;
    right: 30px;
}

#pages.resources.ask-rabbi.iframe #copy{
	padding: 10px 0px 0px 0;
	font-size: 9px;
	position: absolute;
    bottom: 0px;
    left: 0px;
}

#pages.resources.ask-rabbi.iframe .button{
	margin:-3px auto 0 auto;
}

#pages.resources.ask-rabbi .captcha, #pages.contact .captcha {
	color:#838383;
	margin:0px 0px 20px 0px;
}

#pages.resources.ask-rabbi .captcha .textfield, #pages.contact .captcha .textfield {
	width:215px;
	height:20px;
	margin:0px 5px 0px 0px;
}

#pages.contact .captcha .textfield {
	width:90%;
}

#pages.resources.ask-rabbi .textfield:focus, #pages.resources.ask-rabbi .textarea:focus, #pages.contact .textfield:focus, #pages.contact .textarea:focus, #pages.signup .textfield:focus {
	color:#000;
}

#pages.resources.ask-rabbi .textarea, #pages.contact .textarea {
	resize: none;
	height: 235px;
	padding: 15px 3.72% 0 3.72%;
}


#pages.appliance .textarea {
	height:50px;
	margin:15px 0px;
	width:92%;
}

#pages.resources.ask-rabbi .display {
	width: 200px;
	float: left;
}

#pages.resources.ask-rabbi .checkbox {
	-webkit-appearance:none;
	width: 13px;
	height: 13px;
	margin: 0 3px 0 0;
	border: 2px solid #B4B4B4;
}

#pages.resources.ask-rabbi .right .title {
	text-transform: uppercase;
	clear:both;
}

#pages.resources.ask-rabbi .question {
	background: url(/images/greyboxbg.gif) repeat-x bottom;	
	padding: 10px 0;
}

#pages.resources.ask-rabbi .expandable {
	padding: 5px 0 0 20px;
	color: #737373;
	text-align: justify;
	line-height:1.4;
}	

#pages.resources.ask-rabbi .view {
	text-align: right;
	padding: 10px 0;
	color: #000000;
}

#pages.resources.ask-rabbi .right .view a {
	color: #000000;
}

#pages.resources.ask-rabbi .Xchat {
	text-align:right;
	background: url(/images/contact_chat.gif) no-repeat;
	background-position: 0 3px;
}

#pages.resources.ask-rabbi .chat {
	background:url(/images/resources_search.png) no-repeat;
	width: 165px;
	height:24px;
	color: #FFFFFF;
	font-size: 12.5px;
	text-align:center;
	float: right;
	padding: 5px;
}

#pages.resources.ask-rabbi .chat a {
	color:#FFFFFF;
	text-decoration:none;
}

#pages.resources.ask-rabbi .container{
	width:100%;
}

.partial_list li {
        width: 33%;
    float: left;
    font-weight: bold;
    padding: 10px 0px;
    text-align: center;
}

/*Bug Checking*/
#pages.resources .imgLinks{
	float:left;
	width:68%;
	/*border:none;*/
	margin:20px 0 0 0;
	border-left: 1px solid #a9a9a9;
}

#pages.resources .linkSection{
	margin:0 0 40px 0;
}

#pages.resources .imgLinks .checkBox{
	border-bottom:1px solid #a9a9a9;
	border-right:1px solid #a9a9a9;
	float:left;
	text-align:center;
	width:18%;
	height:180px;
}

#pages.resources .imgLinks .checkBox.top{
	border-top:1px solid #a9a9a9;
}

#pages.resources .imgLinks .checkBox .img{
	width:75%;
	margin: 0 auto;
}

#pages.resources .imgLinks .checkBox .img img{
	width:100%;
	height:auto;
}

#pages.resources .imgLinks .checkBox img{
	padding:10px 0;
	width:100%;
	height:auto;
}

#pages.resources .imgLinks .checkBox a{
	color:#a9a9a9;
	text-decoration:underline;
		vertical-align:middle;
}

#vegDataWrapper {
	max-width:900px;
	min-height:350px;
}

#vegDataWrapper .header{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .15em;
	background: url(/images/greyboxbg.gif) repeat-x bottom;
	padding: 20px 0 8px 0;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
#vegDataWrapper .title{
	font-size: 18px;
    color: #027392;  
	text-transform:uppercase;
	margin: 15px 0 0;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
}

#vegDataWrapper .indent {
	margin-left:30px;
}

#vegDataWrapper .note {
	font-style:italic;	
	background:#e5e5e5;
	padding:10px 20px;
	text-align:justify;
}	

#vegDataWrapper ol, #vegDataWrapper ul  {
	margin:10px 5px 0px 20px;
}
	
#vegDataWrapper ol li, #vegDataWrapper ul li {
	list-style-type:decimal;
	padding:0 0 5px 0px;
}
	
#vegDataWrapper ul li {
	list-style-type:circle;
}

#pages.resources .sidebar{
	float:right;
	width:30%;
}

#pages.resources .sidebar .linkSection .title{
	margin:0 0 20px 0;
	text-align:center;
}

#pages.resources .sidebar .sub{
	font-size:14px;
}

#pages.resources .sidebar .textfield{
	width:97%;
	margin:10px 0;
	padding:10px 0 10px 5px;
	font-style:italic;
	color:#a9a9a9;
}

#pages.resources .sidebar .submit{
	float:right;
}

#pages.resources .box .note{
	padding:20px;
	margin:0 0 20px 0!important ;
  
}

#ic_signupform .elcontainer{
	max-width:100%!important;
}

#ic_signupform .elcontainer.inline-button .submit-container{
	width:100%;
	padding:0!important;
	margin:0!important;
	text-align:center;
}

#ic_signupform .elcontainer.inline-button .submit-container div{
	width:100%;
	/*width:100%!important;*/
	text-align:center!important;
}

#pages.classes .links a, #pages.products .links a, #pages.classes .links a, #pages.resources .sidebar .linkSection a{
	border: 1px solid #99c739;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 6px 10px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #000;
    border-radius: 20px;
    float: right;
    text-decoration: none;
	background:none;
}

#pages.resources .sidebar .linkSection a {
	font-weight:normal;
	line-height:1.2;
	padding:12px 10px;
}

#ic_signupform .elcontainer{
	padding:20px 0 40px 0!important;
}

.grecaptcha-badge{
	position:relative!important;
	bottom:0!important;
	right:0!important;
	margin:0 0 20px 0!important;
}

#pages.classes .links a, #pages.products .links a, #pages.classes .links a, #pages.resources .sidebar .linkSection a{
	float:none;
}

#pages.resources .checkBox a{
	float:none;
	margin:0;
	border:none;
	text-decoration:none;
}

#pages.resources .imgLinks .checkBox a{
	text-decoration:none;
}

/*Passover*/
#pages.passover .left{
	float:left;
	width:45%;
}

#pages.passover .header{	
	text-transform:uppercase;
	letter-spacing:1px;
	margin:20px 0 20px 0;
	color:#017291;
	font-weight:bold;
}

#pagees.passover .par{
	line-height:20px;
	text-align:justify;
}

#pages.passover .more{
	text-align:right;
	margin:0 0 60px 0;
	text-decoration:none;
}

#pages.passover .more a{
	color:#007090;
}

#pages.passover .links .catLi a, #pages.passover .links .monthbox, #pages.lang ul li a{
	display: block;
	font-size: 14px;
	overflow:hidden;
	 
	color: #000000;
	text-decoration: none;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #000000;
	margin: 0px 0 10px 0;
}

#pages.passover .links .monthbox.postpesach {
    position: fixed;
    right: 32px;
    top: 175px;
    border: 2px solid #000000;
    padding: 6px;
    font-weight: bold;
    background-color: white;
	
}

#pages.passover .links .catLi a.last{
	border:none;
}

#pages.passover .view{
	float:right;
	width:47px;
}

#pages.passover .links .monthbox .month {
	float:left;
	width:70%;
}

#pages.passover .links .monthbox .view {
	float:right;
	width:auto;
	font-weight:bold;
	font-size:12px;
	padding:3px 0px 0px 0px;
}

#pages.passover .links .monthbox .view a{
	margin:0;
}


#pages.passover .right{
	float:right;
	width:45%;
}

#pages.passover .button.channels{
	line-height:1.4;
}

#pages.passover .book .img{
	float:left;
	width:46%;
	padding:1%;
	margin:1%;
	text-align:center;
	background:#eee;
}

#pages.passover .book .button{
	font-size:11px;
	letter-spacing:2px;
	line-height:1.2;
	margin:10px 0 0;
}

#pages.passover .bookabridged, #pages.passover .bookpurchase {
    background-color: #da263e;
    color: white;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 5px;
	width:49%;
	float:left;
}
#pages.passover .bookpurchase {
	padding:8px 0;
	float:right;
}

#pages.passover .book .img img{
	width:90%;
	padding:5%;
	background:#fff;
}

#pages.passover .book .purchase{
	 
	margin:30px 0 0 0;
}

#pages.passover .book .purchase img{
	
	height:auto;
}

#pages.passover .book .text{
	color:#509459;
	 
	line-height:20px;
	font-size:16px;
 
}

#pages.passover .appdownload{
	margin:20px 0 0 0;
}

#pages.passover a{
	text-decoration:none;
}

#pages.passover .right .button img{
	width:100%;
	height:auto;
}

#pages.passover .alerts{
	margin:80px 0 0 0;
}

/*Articles*/
#pages.articles .sidebar #form {
	overflow:hidden;
}

#pages.articles .sidebar #form .go {
	padding:0px;
	margin:0;
}


#pages.articles .search {
	float:right;
	width:45%;
	text-align:right;
	margin:0px 0px 25px 0px;
}

#pages.articles .search .textfield {
	width:83%;
	margin:1px 2% 0px 0px;
	float:left;
}

#pages.articles .columnLeft{
	float:left;
	width:45%;
}

#pages.articles .topImg, #pages.local .topImg {
	margin:0 0 20px 0;
}

#pages.articles .topImg img, #pages.local .topImg img{
	width:100%;
	height:auto;
}

#pages.articles .catTitle{
	text-transform:uppercase;
	font-weight:bold;
	 
	float:left;
	font-family: 'GothamLight';
     
    letter-spacing: 3px;
    font-size: 21px;
    
    color: #057594;
}

#pages.articles .catTitle a{
	color: #057594;
}

#pages.articles .category .view{
	display:inline;
}

#pages.articles .category .view a{
	margin:0;
	float:right;
    background: #f8f8f8;
    border: 1px solid #99c739;
    font-size: 12px;
    color: #045d76;
    width: 120px;
    letter-spacing: 1px;
    padding: 8px 0;
	background:none;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	border-radius:20px;
}

#pages.articles .category{
	margin:0px 0 50px 0;
	padding:0 0 40px 0;
	border:none;
	 
}

#pages.articles .category.last{
	border:none;
}

#pages.articles .cat{
	padding:20px 0 0 0;
	clear:both;
}

#pages.articles .cat .img{
	float:left;
	margin:0 50px 0 0;
	width:10%
}

#pages.articles .cat .sub{
	float:left;
	width:75%
}

#pages.articles .cat .sub .subTitle{
	font-weight:bold;
}

#pages.articles .catList{
	padding:20px 0 0 0;
	clear:both;
}

#pages.articles .catList{
	padding:0;
}

#pages.articles .catLi{
	list-style-type:none;
	padding:0 0 15px 0;
}

#pages.articles .catLi a{
	color:#747474;
	text-decoration:underline;
}

#pages.articles .columnRight{
	float:right;
	width:45%;
}

#pages.articles .sidebar #form{
	background:none;
}

/*Online Application*/
#pages.certified.apply{
	max-width:800px!important;
	margin:0 auto;
}

#pages.certified.apply #form .textfield {
	height:35px;
	width:92%;
}
#pages.certified.apply #form select.textfield {
	height:38px;
	width:100%;
}

#pages.certified.apply #form .textarea {
	height:50px;
	width:92%;
}

#pages.certified.apply #form .field-padding {
	padding:5px 0px;
}

#pages.certified.apply #form .fieldtitle {
	font-size:12px;
}

#pages.certified.apply #form .spacer {
	clear:both;
	height:10px;
}


#pages.certified.apply #form .onefull, #pages.appliance #form .onefull {
	clear:both;
	width:100%;
}

#pages.certified.apply #form .twoleft, #pages.appliance #form .twoleft {
	float:left;
	width:49%;
}

#pages.certified.apply #form  .tworight, #pages.appliance #form .tworight {
	float:right;
	width:49%;
}

#pages.appliance #form .threeleft, #pages.appliance #form .threemiddle, #pages.appliance #form .threeright {
	float:left;
	width:32%;
}

#pages.appliance #form .threemiddle {
	margin:0px 2%;
}

#pages.contact.appliance .button a {
	color:#FFF;
}

#pages.contact.appliance .button {
	text-align:center;
	float:none;
	margin:0 auto;
}

#pages.certified.apply #form .captcha {
	clear:both;
	text-align:center;
	padding:10px 0px 0px 0px;
	font-weight:bold;
}

#pages.certified.apply #form .captcha .textfield {
	width:20%;
	height:20px;
	margin:0 5px 0 0;
}

#pages.certified.apply #form .button {
	text-align:center;
	margin:10px auto;
}

/*Appliances*/
#pages.appliances .guide{
	position:absolute;
	right:0;
}

#pages.appliances .guide img{
	max-width:100%;
}

#pages.appliances .left{
	float:left;
	width:25%;
	border:2px solid #d6d6d6;
	padding:20px 20px 80px 20px;
	text-align:left;
	margin:50px 0 0 0;
}

#pages.appliances .left .head{
	color:#087596;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #d6d6d6;
	font-size: 15px;
	font-weight: bold;
}

#pages.appliances .left input{
	padding:0 8px 0 0px;
}

#pages.appliances .left .appliance{
	margin:0 0 10px 0;
	width:100%;
}

#pages.appliances .left .appliance .amount{
	text-align:right;
}

#pages.appliances .left .sub{
	padding:15px 0 10px 0;
}

#pages.appliances .right{
	float:right;
	width:65%;
}
	
#pages.appliances .right .box{
	margin:0 0 15px 0;
	padding:15px 15px 20px 15px;
	border:1px solid #d6d6d6;
	display:flex;
	flex-wrap:wrap;
}


#pages.appliances .right .box .description{
	width: 45%;
	padding:0 0 0 4%;
}

#pages.appliances .right .box .image{
	float:left;
	width:20%;
	margin:0 5% 0 0;
}

#pages.appliances .right .box .image img{
	width:100%;
	height:auto;
}

#pages.appliances .right .box .par{
	font-weight: bold;
	float:left;
	text-align:left;
	line-height:20px;
}

#pages.appliances .right .box .par .SabbathInfo {
	margin:0;
}

#pages.appliances .right .box .item{
	padding:0 0 15px 0;
	color:#087596;
	font-size:15px;
	width:100%;
}

#pages.appliances .right .box .model{
	padding:0 0 15px 0;
	width:100%;
}

#pages.appliances .right .box .par p{
	padding:0 30px 0 0;
	border-right:0px;
}

#pages.appliances .right .box .brand{
	width: 45%;
	padding:0 4% 0 0;
	border-right:1px solid #d6d6d6;
}

#pages.appliances .right .box .logo{
	padding:0 0 10px 0;
	max-height:48px;
	width:100%;
}

#pages.appliances .right .box .brand .head{
	color:#FFFFFF;
	padding:5px 10px 6px 10px;
	margin:0 0 20px 0;
	background-color:#087596;
	clear:both;
}

#pages.appliances .right .box .brand .features p{
	margin:0px 0 8px 0;
}

#pages.appliances .right .box .brand .features ol li { 
   list-style-type: decimal; 
}

#pages.appliances .right .box .brand .features ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

#pages.appliance .image{
	margin:0 0 20px 0;
}

/*Insect Detail*/
#pages.insect_detail .head{
	text-align:center;
	padding:0 0 6px 0;
	width:23%;
	margin:0 auto 20px auto;
}

#pages.insect_detail .head .pic{

}

#pages.insect_detail .head .caps{
	float:right;
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
	padding:10px 0 0 0;
}

#pages.insect_detail .text.center{
	text-align:center;
}

#pages.insect_detail .text.center.top{
	padding:0 300px;
}
 

#pages.insect_detail .instructions{
	padding:0 0px;
}

#pages.insect_detail .grey{
	background:#e5e5e5;
	line-height:25px;
	padding:30px 20px;
	text-align:justify;
}

#pages.insect_detail .grey.big{
	padding:30px 50px;
}

#pages.insect_detail .title{
	margin:30px 200px 40px 0;
}

#pages.insect_detail .left{
	margin:0 0 0 20px;
	float:left;
	text-align:justify;
	width:47%;
}

#pages.insect_detail .left .top, #pages.insect_detail .right .top{
	margin:0 0 40px 0;
}

#pages.insect_detail .left .top .text.short{
	padding:0 80px 0 0;
}

#pages.insect_detail .left .bottom{
	margin:85px 0 0 0;
}

#pages.insect_detail .left .number{
	float:left;
	clear:left;
	padding:0 0 10px 0;
}

#pages.insect_detail .left .check{
	float:right;
	width:85%;
	padding:2px 0 10px 8px;
}

#pages.insect_detail .right{
	float:right;
	width:47%;
}

#pages.insect_detail .padding{
	padding: 0 0px;
}

#pages.insect_detail .box{
	float:left;
	margin:0 30px 0 0;
	width:170px;
	clear:none;
}

#pages.insect_detail .box img{
	width:100%;
	height:auto;
}

#pages.insect_detail .box.last{
	margin:0px;
}

#pages.insect_detail .caption{
	text-align:center;
	padding:15px 0 0 0;
}

#pages.insect_detail .video{
	width:337px;
}

#pages.insect_detail .video img{
	width:100%;
	height:auto;
}

#pages.insect_detail .clip{
	float:left;
	width:337px;
}

#pages.insect_detail .clip img{
	width:100%;
	height:auto;
}

#pages.insect_detail .clip.right{
	float:left;
	margin:0 0 0 4%;
}

/*Spanish*/
#pages.lang .banner img{
	widtH:100%;
	height:auto;
}

#pages.lang .head .img{
	float:left;
}

#pages.lang .headText{
	float:left;
	font-weight:bold;
	margin:0 0 0 15px;
	font-size:15px;
}

#pages.lang .headText.two{
	margin:20px 0 0 60px;
}

#pages.lang ul{
	margin:-20px 0 0 90px;
}

#pages.lang .icon.test{
	padding:0 20px 0 0px;
}

#pages.lang .click{
	text-align:right;
}

#pages.lang .click a, #pages.lang .info a{
	text-decoration:underline;
}

 
#pages.lang .button input{
	text-transform:uppercase;
	padding:0;
	background:none;
	border:none;
	color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: 'GothamBold';
}

#pages.lang .textView{
	color:#000;
}

#pages.lang a{
	text-decoration:none;
}

#pages.lang .click{
    float: right;
}

#pages.lang .info a{
	color:#000;
}

 

#pages.lang.hebrew{
	direction:rtl;
}

#pages.lang.hebrew ul li a{
	background: url(/images/resources_green-arrow-left.gif) no-repeat left;
}

#pages.lang.hebrew .info {
	width:123px;
}

/*Ask 2*/
#pages.ask2 .top.text{
	text-align:center;
	margin:0 0 50px 0;
}

#pages.ask2 #form{
	background: #fff;
    width: 28%;
  
    padding: 50px;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.2);
}

#pages.ask2 label{
	text-transform: uppercase;
    color: #000;
    font-size: 12px;
    margin: 0 0 5px 0;
    display: block;
    letter-spacing: 1px;
}

/*Liqueur*/

#pages.liquorlist .box#item-2SGU0T93{
	
}

#pages.liquorlist .box{
	width:31%;
	clear:none;
	border: 1px solid #E2E2E2;
 
    float: left;
	height:450px;
    margin: 1%
}

#pages.liquorlist .name a {
  
    padding: 20px !important;
    font-size: 19px;
    text-decoration: none !important;
    border-bottom: 1px solid #E2E2E2;
    height: 45px;
}

#pages.liquorlist .more {
    float:none;
    margin: 0 auto 30px auto;
    display: block;
    width: 160px;
}

#pages.liquorlist .box .note {
    display:flex;
	justify-content: space-between;
    width: 90%;
	padding:20px 5%;
    flex-wrap: wrap;
    border-bottom: 1px solid #E2E2E2;
}
#pages.liquorlist .box b{
	font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-align: right;
    width: 30%;
}

#pages.liquorlist .text{
	width: 63%;
    line-height: 1;
}

#pages.liquorlist br{
	clear:both;
}

/*Lists*/
#pages.lists2 .box {
    clear: both;
    overflow: hidden;
    border: 1px solid #E2E2E2;
    padding: 20px 2%;
    width: 27%;
    margin: 1%;
	 
}

#pages.lists2 .name{
	color: #027392;
    font-size: 20px;
    margin: 0 0 10px 0;
}

#pages.lists2 .box img{
	float:left;
}

#pages.lists2 .details{
	float:right;
	width:82%;
}

#pages.lists2 .toptext{
	font-weight:bold;
	
	text-align:center;
}

#pages.lists2 .toptext a{
	color:#000;
}

#pages.lists2 .button{
	float:right;
}

/* Q&A */
 #pages.qanda .questions a {
    font-size: 14px;
	display: block;
    background: url(/images/resources_green-arrow.gif) no-repeat left;
    margin: 0 0 0 50px;
    font-weight: bold;
    padding: 0 0 3px 15px;
	text-decoration:underline;
}

/*Contact*/
#pages.contact .left .text {
	line-height:18px;
	margin:0px 0px 25px 0px;
}

#pages.contact .info, #pages.lang .info{
	padding: 0 0 10px 30px;
	line-height: 24px;
}

#pages.contact .info.address, #pages.lang .info.address {
	background: url(/images/contact_address.gif) no-repeat;
	background-position: 0 3px;
}

#pages.contact .info.phone, #pages.lang .info.phone {
	background: url(/images/contact_phone.gif) no-repeat;
	background-position: 0 3px;
}

#pages.contact .info.fax, #pages.lang .info.fax {
	background: url(/images/contact_fax.gif) no-repeat;
	background-position: 0 3px;
}

#pages.contact .info.email, #pages.lang .info.email{
	background: url(/images/contact_email.gif) no-repeat;
	background-position: 0 3px;
}

#pages.contact .info.chat {
	background: url(/images/contact_chat.gif) no-repeat;
	background-position: 0 3px;
}

#pages.contact .info.hours {
	background: url(/images/contact_hours.gif) no-repeat;
	background-position: 0 3px;
}

#pages.contact .locations {
    background: none;
    color: #000;
	border-radius: 20px;
    padding: 8px 15px;
    margin: 0 0 0 10px;
	display:inline;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:3px;
    border: 1px solid #99c739;
}

#pages.locations .left{
	text-align:left;
}

#pages.locations .left, #pages.locations .right{
	width:47%;
}

#pages.locations .title{
	border:0;
	padding:0;
}

#pages.locations .right .title:first-of-type{
	margin-top:0;
}

#pages.contact .locations.cert {
	margin: 30px 0 30px 0;
}

#pages.contact .locations .click {
	float: right;
}

#pages.contact .textfield.dropdown {
	-webkit-appearance:none;
	background: url(/images/contact_dropdown-arrow.gif) no-repeat right;
	background-size:20px 10px;
	width: 408px;
	color:#808080;
}

#pages.locations .address {
	float: left;
	width: 56%
}

#pages.locations .phone {
	float: right;
	width: 43%;
}

#pages.locations .phone a {
	color:#7eb849;
	text-decoration:underline;
	letter-spacing:1px;
	display:inline-block;
	margin:5px 0 0;
}

#pages.contact .left{
	float:left;
	width:55%;
	text-align:left;
}

#pages.contact .right{
	float:right;
	width:40%;
	padding:50px 0 0;
}

#pages.contact .col{
	float: left;
    width: 42%;
    margin: 0 8% 0 0;
}

#pages.contact.hotline .left{
	padding:50px 0 0;
}

.cert{
	background:#f8f8f8;
	padding:20px 0;
	font-family: 'GothamMed';
	text-align:center;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	letter-spacing:3.3px;
	color:#000;
	font-size:14px;
}

.cert .button{
	background:none;
	color:#000;
	padding:8px 10px;
	margin:10px;
	border:1px solid #99c739;
}

.cert .button:hover{
	background:#99c739;
	color:#fff;
}

/*Pareve 101*/
#pages.pareve101 {
	line-height:1.5;
}

/*Privacy*/
#pages.privacy h3{
	color:inherit;
}

#pages.privacy h4{
	font-weight:bold;
}

#pages.privacy ul{
	padding:0 0 0 14px;
}

#pages.privacy li{
	list-style:disc;
}

/*Signup*/
#pages.signup #form {
	padding:90px 30px 40px 30px;
	width:408px;
	background:url(/images/signup_star.jpg) no-repeat top center #e5e5e5;
	border-radius:2px;
	margin:0 auto;
}

#pages.signup #form #ic_signupform .elcontainer {
	background:none;
}

#pages.signup #form #ic_signupform .elcontainer .form-header {
	display:none;
}

#pages.signup #form  .checkbox {
	padding:5px;
}

#pages.signup .onefull {
	clear:both;
	width:100%;
}

#pages.signup .go {
	text-align:right;
}

#pages.signup .captcha {
	margin:10px 0px;
}
 
#footertop {
	background:#045d76;
}

#footertop .topbar{
	padding:20px 8%;
	background:#027392;
}

#footertop .topbar .mailing{
	float:left;
	width:50%;
}

#footertop .topbar #form{
	float:left;
	background:#fff;
	border-radius:30px;
}

#footertop .topbar #form input{
	border:none;
	padding:5px;
	margin:0 0 0 10px;
}

#footertop .topbar #form .submit{
	border:none;
	color:#fff;
	background:#99c739;
	border-radius:30px;
	padding:10px;
}

#footertop .linksfooter{
	padding:40px  8%;
} 

#footer #socialmedia {
	float:right;
	width:11%;
	margin:5px 0 0 0;
}

#footer #socialmedia a{
	background:#fff;
	padding: 5px;
    border-radius: 100%;
    color: #99c739;
    margin: 0 0 0 5px;
    font-size: 13px;
    display: block;
    width: 13px;
    float: left;
    text-align: center;
}

#footertop .topbar .title{
	color:#fff;	
	font-family: 'GothamLight';
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	float:left;
	margin:5px 10px 0 0;
}

#footertop .topbar .mailing .title{
	margin:10px 10px 0 0;
}

#footer .linksfooter {
	clear: both;
	overflow: hidden;
}

#footer .linksfooter .flex {
	display:flex;
	justify-content:space-between;
}

#footer ul {
	line-height: 23px;
}
 
#footer ul.lastul {
	padding-right: 0px;
}

 
#footer li {
	color: #BBBBBB;
	font-size: 11px;
}

#footer li a {
	color: #bbb;
	text-decoration:none;
	font-size:14px;
}

#footer li a:hover {
	color: #FFFFFF;
}

#footer li.title {
 	font-family: 'GothamBold';
	padding: 0 0 5px 0;
}

#footer li.title a {
	color: #FFFFFF;
	text-decoration: none;
	font-size:15px;
}

#footer li.title a:hover {
	color: #BBBBBB;
}
 
 
#copy {
	 
	padding: 20px 0 20px 0;
	font-size: 11px;
	text-align: center;
	color:#000;
}

#copy a {
	color:#000;
	text-decoration: none;
}

 

#copy .policy{
	text-decoration:underline;
	
}
 

	
@media print {
	#topblue, #top .right, #pages.resources .search, #pages.listings .search, #pages.resources .back, #pages.listings .back, #footerwrapper, #pages.wppages .checking .box .img, #pages iframe, #pages.resources .search, #pages.listings .search, #pages.articles .sidebar {
		display: none;
	}
	#topwrapper {
		height:90px;
	}
	h1 {
		height:25px;
	}
	#wrapper {
 	   padding: 0;
	}

	#pages.resources .box.rbox .name, #pages.resources .box.rbox .status, #pages.resources .box.rbox .company {
		/* padding:5px 5px 5px 10px; */
	    width: 33%;
/* Can this work for all pages? */
	}
	
	#pages.resources .box.rbox {
		width:100%; 
	}

	#pages.resources, #pages.resources .box.rbox .brand, #pages.resources .box.rbox .prevBrand {
    	padding: 2px;
	}
	#pages.resources .box.rbox .name, #pages.resources .box.rbox .status, #pages.resources .box.rbox .company, #pages.resources .box.rbox.child li, #pages.resources .box.rbox.child .prevBrand, #pages.resources .box.rbox .note.full {
	    padding: 2px !important; 
	}

	#pages.resources .links li, #pages.resources .box.rbox.child li  {
	    min-height: 0px;
	}
	
	
/*	
	#pages.resources .links li {
		min-height:55px !important;
	}
*/	
	#topwrapper {
		background-image:none;
		background-color:#027392;
		  -webkit-print-color-adjust: exact;
	}
	#top #logo {
		padding:20px;
		float:none;
		margin:0 auto;
	}

}
/* Scrolling #Top Button */ 
.backtotop.is-visible{
  visibility: visible;
  opacity: 1;
}
.backtotop.fade-out {
  opacity: .5;
}

.backtotop{
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #057594 url(/images/top-arrow.png) no-repeat center 50%;
  border-radius:50%;
 visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border:1px solid #fff;
}
.backtotop.is-visible, .backtotop.fade-out, .no-touch .backtotop:hover{
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.no-touch .backtotop:hover{
  background-color: #83BACA;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
 .backtotop  {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
.backtotop{
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}



/*Appliance Stylessheet- copied from appliance/style/style.css*/
#pages.appliances .searchwrapper{
	width:500px;
	max-width:100%;
	margin:40px auto 20px;
	position:relative;
}

#pages.appliances .textfield{
	border-radius:23px;
	height:40px;
	width:94%;
	padding:0 3%;
}

#pages.appliances .searchwrapper .button{
	color:#fff;
	padding:15px;
	position:absolute;
	top:0;
	right:-1px;
	margin:0;
}

#pages.appliances #showdata .left{
	width:25%;
}

#pages.appliances #showdata .right{
	width:70%;
}

 

	.fancybox-inner, .fancybox-type-inline { background: #FFFFFF; } 
	.SabbathDiv { background: #FF0000; border:#FF0000 solid 1 px important!; } 
	.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner ol, .fancybox-type-inline ol li, .SabbathDiv ol li{ list-style:decimal inside; list-style-type: decimal; padding:5px 0;}
	.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner ul, .fancybox-type-inline ul li, .SabbathDiv ul li{ list-style:disc inside; list-style-type: disc; padding:5px 0;}
	
 	#appliancetype_filter .filteroption{cursor:pointer;margin:4px;border:1px solid #fff;}
 	#appliancetype_filter .filteroption h4{ word-wrap: break-word;}
   
	#appliancetype_filter #type_filter {text-align:center;}
	
 
	
	#pages.appliances.contact #brands, #appliancetype_filter .filteroption {
    border: 1px solid #99c739!important;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 8px 10px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #000;
    border-radius: 20px;
   
    text-decoration: none;
    background: none;
}

#pages.appliances.contact .btnwrapper{
	text-align:center;
	background:#f2f2f2;
	padding:15px;
	margin:40px 0 0;
}

#pages.appliances.contact .btnwrapper .button{
	margin:5px;
	background:#fff;
}

#pages.appliances.contact #brands, #appliancetype_filter #type_filter .filteroption {
    font-size: 14px;
    padding: 12px 16px;
    background:#99c739;
}

#pages.appliances.contact #brands{
	width:165px;
	margin:0 auto;
	cursor:pointer;
}

#appliancetype_filter .filteroption  br{
	display:none;
}

#type_filter{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

#appliancetype_filter a{
	text-decoration:none;
}

#pages.appliances a{
	color:#000;
}
 
	
	
	 #appliancetype_filter .filteroption img {max-width:80px;max-height:80px;}
    #categories_filter { display:none;}
    #categories_filter .filteroption{display:inline-block;cursor:pointer;margin:4px;vertical-align:top;padding:.3em;width:18%;height:100px;border-radius:12px;}
 /*    .filteroption:hover{border:1px solid #013c4e;background-color:#B8CFD8}
   .filtered{background-color:#dddddf} */
    #appliancetype_filter .filteroption:hover{ }
 	#appliancetype_filter .filtered{border:1px solid #990000;}
	
	# 
	#pages.appliances.contact #search{
		width:50%;
		margin:0 auto;
	
	}
	
	#pages.appliances.contact #search #search_product{
		width:100%;
	}
	
	#pages.appliances.contact #search .textfield{
		width:96.1%;
		padding:0 0 0 14px;
	}
    #brands_filter img {max-width:150px;margin:3px 0}
    #brands_filter.filteroption:hover{border:0;background-color:none}
	#appliancetype_filter  #top_brand_filter .filteroption {vertical-align: middle;white-space:nowrap; }
	#appliancetype_filter  #top_brand_filter .helper {display: inline-block;height: 100%;vertical-align: middle;}
    #appliancetype_filter  #top_brand_filter img {max-width:140px;margin:3px 0;vertical-align: middle;}
    #top_brand_filter .filteroption {max-width:17% !important;height:80px !important;float:left;}
    .static {background-color:#FEEFB3;}
    	
    .pagination{padding:0px;}
.pagination ul{margin:0;padding:0;text-align:right;}
.pagination li{list-style-type:none;display:inline;padding-bottom:1px;}
.pagination a, .pagination a:visited{padding:0 2px;text-decoration:underline;color:#000000;font-weight:bold;}
.pagination a:hover,.pagination a:active{color:#3A527E;text-decoration:none;}
.pagination a.currentpage{color:#3A527E !important;font-weight:bold;cursor:default;text-decoration:none;}
.pagination a.disablelink, .pagination a.disablelink:hover{background-color:white;cursor:default;color:#929292;border-color:#929292;font-weight:normal !important;}
.pagination a.prevnext{font-weight:bold;}


.res-sec ul{ float:left; width:100%;}
.res-sec li{ float:left; width:100%; padding:8px 0px;}
.res-sec li a{ display:block; font-size:15px; color:#000; background:url(../images/listarw.png) no-repeat left top; letter-spacing:1px;
padding-left:15px;}
.res-sec li a:hover, res-sec li a.actlink{color:#5984A7;}

.res-sec li ul {
	padding-top: 10px;
}
.res-sec li ul li {
	border-bottom: 0 none;
	padding: 3px 0;
}
.res-sec li ul li a {
	background:url("../images/filter-checkbox.jpg") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
	-webkit-print-color-adjust: exact;
	color: #7B7B7B;
	cursor: pointer;
	float: left;
	font-size: 14px;
	display: block;
        padding-bottom: 5px;
}

.res-sec li ul li a:hover, .res-sec li ul li.active a {background:url("../images/filter-checkbox-hover-black.jpg") no-repeat scroll 0 1px rgba(0, 0, 0, 0); color: #000000;-webkit-print-color-adjust: exact;}


#pages.resources p a{
	color:#000;
}
