@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,700);
/* fonts.less */
/* vars.less */
/* reset.less */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
strong {
  font-style: normal;
  font-weight: 800;
}
em {
  font-weight: normal;
  font-style: italic;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
a {
  /* get rid of link outlines in firefox */
  outline-color: transparent;
  outline-style: none;
  outline-width: medium;
}
/* grid.less */
.g-1-1,
.g-2-1,
.g-3-1,
.g-3-2,
.g-4-1,
.g-4-2,
.g-4-3,
.g-5-1,
.g-5-2,
.g-5-3,
.g-5-4,
.g-6-1,
.g-6-2,
.g-6-3,
.g-6-4,
.g-6-5,
.g-7-1,
.g-7-2,
.g-7-3,
.g-7-4,
.g-7-5,
.g-7-6,
.g-8-1,
.g-8-2,
.g-8-3,
.g-8-4,
.g-8-5,
.g-8-6,
.g-8-7,
.g-9-1,
.g-9-2,
.g-9-3,
.g-9-4,
.g-9-5,
.g-9-6,
.g-9-7,
.g-9-8,
.g-10-1,
.g-10-2,
.g-10-3,
.g-10-4,
.g-10-5,
.g-10-6,
.g-10-7,
.g-10-8,
.g-10-9,
.g-12-1,
.g-12-2,
.g-12-3,
.g-12-4,
.g-12-5,
.g-12-6,
.g-12-7,
.g-12-8,
.g-12-9,
.g-12-10,
.g-12-11 {
  float: left;
  display: inline;
  padding: 0 2%;
  width: 100%;
}
.g-1-1 {
  float: none;
  display: block;
  padding: 0 2%;
  clear: both;
}
.g-max {
  padding: 0;
}
.g-border-r {
  padding-right: 1.80%;
  border-right: dotted 1px #000;
}
.g-border-l {
  padding-left: 1.80%;
  border-left: dotted 1px #000;
}
@media only screen and (min-width: 768px) {
  .g-1-1 {
    width: 100%;
  }
  .g-2-1,
  .g-4-2,
  .g-6-3,
  .g-8-4,
  .g-10-5,
  .g-12-6 {
    width: 50%;
  }
  .g-3-1,
  .g-6-2,
  .g-9-3,
  .g-12-4 {
    width: 33.3333%;
  }
  .g-3-2,
  .g-6-4,
  .g-9-6,
  .g-12-8 {
    width: 66.6666%;
  }
  .g-4-1,
  .g-8-2,
  .g-12-3 {
    width: 25%;
  }
  .g-4-3,
  .g-8-6,
  .g-12-9 {
    width: 75%;
  }
  .g-5-1,
  .g-10-2 {
    width: 20%;
  }
  .g-5-2,
  .g-10-4 {
    width: 40%;
  }
  .g-5-3,
  .g-10-6 {
    width: 60%;
  }
  .g-5-4,
  .g-10-8 {
    width: 80%;
  }
  .g-6-1,
  .g-12-2 {
    width: 16.6666%;
  }
  .g-6-5,
  .g-12-10 {
    width: 83.3333%;
  }
  .g-8-1 {
    width: 12.5%;
  }
  .g-8-3 {
    width: 37.5%;
  }
  .g-8-5 {
    width: 62.5%;
  }
  .g-8-7 {
    width: 87.5%;
  }
  .g-9-1 {
    width: 11.1111%;
  }
  .g-9-2 {
    width: 22.2222%;
  }
  .g-9-4 {
    width: 44.4444%;
  }
  .g-9-5 {
    width: 55.5555%;
  }
  .g-9-7 {
    width: 77.7777%;
  }
  .g-9-8 {
    width: 88.8888%;
  }
  .g-10-1 {
    width: 10%;
  }
  .g-10-3 {
    width: 30%;
  }
  .g-10-7 {
    width: 70%;
  }
  .g-10-9 {
    width: 90%;
  }
  .g-12-1 {
    width: 8.3333%;
  }
  .g-12-5 {
    width: 41.6666%;
  }
  .g-12-7 {
    width: 58.3333%;
  }
  .g-12-11 {
    width: 91.6666%;
  }
}
@media only screen and (min-width: 960px) {
  .g-left {
    padding: 0 2% 0 0;
  }
  .g-right {
    padding: 0 0 0 2%;
  }
}
img {
  width: 100%;
}
/* layout.less */
body {
  background-color: #231f20;
}
.wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}
/* typography.less */
h1,
.H1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4;
  color: #002070;
  margin: 0 0 1em 0;
}
h2,
.H2 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 1.4;
  color: #002070;
  margin: 0 0 1em 0;
}
h3,
.H3 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #002070;
  margin: 0 0 1em 0;
}
p,
.P,
label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 1em 0;
  color: #686969;
}
h4,
.H4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 1em 0;
  color: #686969;
  font-weight: bold;
}
label {
  font-weight: 400;
  font-size: 16px;
}
li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 1em 0;
}
/*Forms
-----------------------------------------------------------------------------*/
label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 1em 0;
  color: #686969;
  font-size: 14px;
  width: 100%;
  margin: 0 0 .3em 0;
  height: 2em;
  color: #404040;
}
.label-radio {
  width: 60px;
  position: relative;
  top: -0.2em;
  margin-left: 1em;
}
.label-radio-wide {
  width: auto;
}
input,
textarea,
select {
  width: 100%;
  height: 3em;
  border: 1px solid #ddd;
  background-color: #fafafa;
  margin: 0 0 1em 0;
  padding: 0 0.5em;
  color: #666666;
  font-size: 16px;
}
.form-select-small {
  width: 33%;
}
input:hover,
select:hover,
input:focus {
  border-color: #c5c5c5;
  background-color: #f6f6f6;
}
textarea {
  height: 100px;
  width: 180px;
}
input[type='checkbox'],
input[type='radio'] {
  width: 15px;
  height: 15px;
  margin: 0;
}
input[type='file'] {
  height: 3em;
  width: 100%;
}
input[type='submit'],
input[type='button'] {
  max-width: 200px;
  background-color: #ff6600;
  color: #fcfcfc;
  -o-border-radius: 5px;
  border-radius: 5px;
  clear: both;
  float: right;
}
.captcha {
  display: inline-block;
  width: 100%;
}
.captchaimg {
  margin: 0 3px;
}
.captcha input {
  width: 180px !important
  /*override BC inline formatting*/
}
/* Validation - validate.js */
form label.error {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 1em 0;
  color: #686969;
  color: #ff6600;
  display: block;
  margin: 0;
  height: 1em;
  position: relative;
  top: -0.2em;
}
form input.error {
  margin-bottom: 0;
  border-color: #ff6600;
}
form .input-highlight {
  border-color: #ff6600;
}
@media only screen and (min-width: 768px) {
  form input,
  form textarea,
  form select,
  form .cat_filebox {
    height: 2em;
  }
}
.button {
  background-color: #57c5c6;
  color: #fcfcfc;
  line-height: 30px;
  padding: 0 1em;
  display: inline-block;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin: .5em;
}
.btn-button {
  background-color: #ff6600;
  color: #fcfcfc;
}
/* nav.less */
nav {
  display: none;
  padding: .5em 0 0 0;
}
nav li a {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 400;
  display: block;
  color: #231f20;
  text-decoration: none;
}
nav li ul {
  display: none;
}
nav li ul li a {
  font-size: 16px;
  display: block;
  color: #231f20;
  text-decoration: none;
}
.hamburger-wrapper {
  position: absolute;
  top: -3px;
  right: 8px;
  margin: 0;
  padding-top: 10px;
  height: 35px;
  width: 40px;
  color: #231f20;
  line-height: 23px;
  font-size: 14px;
  overflow: hidden;
}
.hamburger-name {
  display: block;
  position: absolute;
  top: 5px;
  right: 48px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #231f20;
  text-decoration: none;
}
.hamburger-name:hover,
.hamburger-name:focus {
  color: #231f20;
}
.hamburger .hamburger-bun,
.hamburger .hamburger-patty {
  display: block;
  width: 20px;
  height: 3px;
  background: #231f20;
  margin: 0 auto 3px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.hamburger.active .hamburger-bun,
.hamburger.active .hamburger-patty {
  position: relative;
}
.hamburger.active .hamburger-bun-btm {
  bottom: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active .hamburger-patty {
  top: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.hamburger.active .hamburger-bun-top {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .hamburger-wrapper,
  .hamburger-name {
    display: none;
  }
  nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    display: block;
    padding: 0;
  }
  nav li {
    float: left;
    position: relative;
  }
  nav li a {
    padding: 0 .5em;
  }
  nav li ul {
    position: absolute;
    top: 33px;
    right: 0;
    width: 200px;
    text-align: right;
    z-index: 100;
    background: #fcfcfc;
  }
  nav li ul li {
    float: none;
    margin: 0;
  }
}
/* site.less */
.clear {
  display: inline-block;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
.hide {
  display: none;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.right {
  text-align: right;
}
.clear-float {
  clear: both;
}
.image-right {
  float: right;
  margin: 0 0 1em 1em;
}
.image-left {
  float: left;
  margin: 0 1em 1em 0;
}
.important {
  color: #ff6600;
}
.hide {
  display: none;
}
.padding-1-0 {
  padding: 1em 0;
}
.clear-margin {
  margin: 0;
}
.text-larger {
  font-size: 1.3em;
}
.pointer {
  cursor: pointer;
}
.bullets {
  list-style: disc;
}
.nobullets {
  list-style: none;
}
.list-indent {
  list-style-position: inside;
}
/* header.less */
header {
  background-color: #fcfcfc;
  padding: .5em 0;
}
header .wrapper {
  background-position: center top;
  background-repeat: no-repeat;
}
.parent-logo img {
  width: auto;
  height: auto;
}
.login-info {
  background: #cccccc;
  border-bottom: 2px solid #666666;
}
.login-info .wrapper {
  padding: 0;
}
.login-info p {
  margin: 0;
  padding: 0;
}
.affiliate-search {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
@media only screen and (min-width: 768px) {
  header .wrapper {
    max-height: 150px;
  }
}
/* main-template.less */
.content {
  background: #231f20;
}
.content .wrapper {
  background: #fcfcfc;
  border-top: 1px solid #cccccc;
}
/* footer.less */
footer {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fcfcfc;
  padding: 1em 0;
}
footer a {
  color: #666666;
}
footer a:hover,
footer a:focus {
  color: #cccccc;
}
/* home.less */
.input-group {
  margin: 1em 0;
}
/* CSS Document */
.categories-left {
  padding: 1em 2%;
}
.categories-left li {
  line-height: 1.2;
  margin: 0 0 .3em 0;
}
.categories-left a {
  color: #666666;
  text-decoration: none;
  font-size: 14px;
  display: block;
  padding: .5em;
  position: relative;
  left: -0.5em;
}
.categories-left a:hover {
  color: #231f20;
  background-color: #cccccc;
}
.affiliates-main {
  padding-top: .5em;
}
.side-nav li {
  list-style: none;
  line-height: 1.1;
}
.side-nav a {
  color: #666;
  text-decoration: none;
}
/* Entity Page */
.tiles {
  margin: 0 0 2em 0;
}
.tiles .accommodationandtravelnewzealand {
  background-image: url(/assets/tiles/accomnz.jpg);
}
.tiles .babyproducts {
  background-image: url(/assets/tiles/baby.jpg);
}
.tiles .business {
  background-image: url(/assets/tiles/office.jpg);
}
.tiles .carsandbikes {
  background-image: url(/assets/tiles/carsbikes.jpg);
}
.tiles .childrensgamesandtoys {
  background-image: url(/assets/tiles/gamestoys.jpg);
}
.tiles .departmentstore {
  background-image: url(/assets/tiles/departmentstore.jpg);
}
.tiles .electronicsandtelecoms {
  background-image: url(/assets/tiles/telecoms.jpg);
}
.tiles .entertainment {
  background-image: url(/assets/tiles/entertainment.jpg);
}
.tiles .financeandinsurance {
  background-image: url(/assets/tiles/finance-insurance.jpg);
}
.tiles .foodanddrink {
  background-image: url(/assets/tiles/food-drink.jpg);
}
.tiles .gadgetsandgifts {
  background-image: url(/assets/tiles/gadgets.jpg);
}
.tiles .healthandbeauty {
  background-image: url(/assets/tiles/healthbeauty.jpg);
}
.tiles .homeandgarden {
  background-image: url(/assets/tiles/homegarden.jpg);
}
.tiles .jewellerywatchesandeyewear {
  background-image: url(/assets/tiles/jewellery.jpg);
}
.tiles .learningandeducation {
  background-image: url(/assets/tiles/learning.jpg);
}
.tiles .lingerieandunderwear {
  background-image: url(/assets/tiles/lingerie.jpg);
}
.tiles .menandboysfashion {
  background-image: url(/assets/tiles/men-boys.jpg);
}
.tiles .other {
  background-image: url(/assets/tiles/other.jpg);
}
.tiles .pets {
  background-image: url(/assets/tiles/pets.jpg);
}
.tiles .sportsandfitness {
  background-image: url(/assets/tiles/sportsfitness.jpg);
}
.tiles .travel {
  background-image: url(/assets/tiles/travel.jpg);
}
.tiles .weddingsandevents {
  background-image: url(/assets/tiles/weddings.jpg);
}
.tiles .wineandbeer {
  background-image: url(/assets/tiles/wine-beer.jpg);
}
.tiles .womensfashion {
  background-image: url(/assets/tiles/fashion.jpg);
}
.tiles li {
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  width: 50%;
}
.tiles li a {
  display: block;
  text-indent: -9999px;
  padding-bottom: 100%;
  line-height: 0;
}
.affiliate-item,
.affiliate-search-item {
  height: 360px;
  width: 47.6%;
  float: left;
  padding: 10px;
  border: 1px solid #cccccc;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin: 1.2%;
  overflow: hidden;
}
.affiliate-item h2,
.affiliate-search-item h2 {
  margin-bottom: 0;
}
.affiliate-item h3,
.affiliate-search-item h3 {
  margin-bottom: .5em;
  font-weight: 700;
}
.affiliate-item p,
.affiliate-search-item p {
  font-size: 14px;
  line-height: 1.3;
}
.mall-intro {
  padding: 1em 0;
}
/*.affiliate-item{
	&:nth-child(3n){
		margin-left:0; 
	}
	
	&:nth-child(3n+2){
		margin-right:0;	
	}
}

.affiliate-search-item{
	&:nth-child(4n){
		margin-left:0;
	}
	
	&:nth-child(4n+3){
		margin-right:0;	
	}
}
*/
/*.affiliate-item:nth-of-type(2n+1){
	margin:1.2% 1.2% 1.2% 0;	
}
.affiliate-item:nth-of-type(2n+2){
	margin:1.2% 0 1.2% 1.2%;	
}
*/
.side-nav {
  display: none;
}
.btn-specials {
  font-size: 22px;
  padding: 1em 0;
  margin: .5em 0;
}
.categories-nav {
  display: block;
  text-align: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  color: #231f20;
  text-decoration: none;
  cursor: pointer;
}
.categories-nav:hover,
.categories-nav:focus {
  color: #231f20;
}
@media only screen and (min-width: 400px) {
  .tiles li {
    width: 33.333%;
  }
  .affiliate-item {
    width: 30.9%;
    margin: 1.2%;
  }
  .affiliate-search-item {
    width: 22.6%;
    margin: 1.2%;
  }
  /*	.affiliate-item:nth-of-type(3n+3){
		margin:1.2% 0 1.2% 1.2%;	
	}
	.affiliate-item:nth-of-type(3n+1){
		margin:1.2% 1.2% 1.2% 0;	
	}
	.affiliate-search-item:nth-of-type(4n+4){
		margin:1.2% 0 1.2% 1.2%;	
	}
	.affiliate-search-item:nth-of-type(4n+1){
		margin:1.2% 1.2% 1.2% 0;	
	}
*/
}
@media only screen and (min-width: 768px) {
  .tiles li {
    width: 25%;
  }
  .tiles li:hover {
    background-position: left bottom;
  }
  .side-nav {
    display: block;
    padding-top: 1em;
  }
  .categories-nav {
    display: none;
  }
}
/* CSS Document */
.apply-tcsubmit {
  width: 50%;
  float: right;
  text-align: right;
  margin: 0 0 2em 0;
}
.apply-tcsubmit input {
  margin: 2em 0 0 1em;
}
.apply-tcsubmit label {
  margin: 2em 0 0 0;
}
.confirm-terms {
  margin: 1em 0 0 0;
}
.entity-logo-preview {
  max-width: 200px;
}
.editform-display-categories > div > div {
  position: relative;
  margin-bottom: .5em;
}
.editform-display-categories input {
  margin: 0;
}
.editform-affiliate-exclude-open {
  position: absolute;
  top: 0;
  right: 0;
}
.editform-exclude-affiliate-list {
  display: none;
  position: absolute;
  height: auto;
  width: 320px;
  background: #fcfcfc;
  border: 1px solid #cccccc;
  padding: 1em;
  top: 20px;
  right: 50px;
  z-index: 10;
}
.editform-exclude-affiliate-list .close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.toggle-editform-options {
  width: 100%;
  padding: 1em;
  font-size: 1.2em;
}
.subgroup-payment label {
  height: 3em;
}
@media only screen and (min-width: 768px) {
  .editform-exclude-affiliate-list {
    width: 450px;
  }
}
/* contact.less */
.personnel-item {
  padding-bottom: 2%;
}
.personnel-item div {
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px #002070 solid;
  padding: 1em;
  background: #efefef;
}
.contact-logos {
  padding: 1em 0;
}
.contact-logos img {
  width: auto;
  margin: 0 1em 0 0;
}
/* t-and-c.less */
.t-and-c h3 {
  font-size: 16px;
}
.t-and-c li {
  list-style: outside disc;
  margin: 0 0 .5em 1em;
}
.tcTable td {
  padding: 0.5em;
}
.tandc-table {
  width: 100%;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 2em 0;
}
.tandc-table td {
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  font-size: 14px;
  padding: .5em;
}
.tandc-table .row-title {
  width: 16.667%;
}
/* CSS Document */
.entity-log-table {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  margin-bottom: 1em;
}
.entity-log-table th {
  font-weight: 700;
  padding: .3em;
  vertical-align: top;
}
.entity-log-table td {
  padding: .3em;
  vertical-align: top;
}
.entity-log-table .webappitemcontent p {
  color: #231f20;
}
.entity-log-table .webappitemcontent label {
  color: #666666;
}
.entity-log-table .highlight-row {
  background-color: #d7d7d7;
}
.entity-log-table .active {
  border: 1px solid #231f20;
}
/* /stylesheets/less/pages/sales.less */
.sales-entity {
  padding: .5em 1em;
  margin: .5em 0;
  cursor: pointer;
}
.sales-entity h3 {
  margin: 0;
}
.reps-item {
  cursor: pointer;
}
.row-email-sent {
  background-color: #fde019;
}
.row-Called {
  background-color: #f40f94;
}
.row-Followed-Up {
  background-color: #d7d7d7;
}
.row-Escalated {
  background-color: #57c5c6;
}
.entity-head {
  margin-top: 1em;
}
.entity-head h1 {
  margin: 1em 0;
}
.entity-sales-form input[type='checkbox'],
.entity-sales-form input[type='radio'] {
  width: 20px;
  height: 20px;
  margin-left: -30px;
}
.entity-sales-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.entity-sales-check .checkbox-inline {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 20%;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  padding: 0 2%;
  margin: 0;
}
.dashboard-pagination {
  margin: 1em 0;
}
.assign-to-rep {
  margin: 1em 0;
}
.schools-list #data {
  background: #eee;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
/* /stylesheets/less/pages/specials.less */
.specials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.specials .special-item {
  position: relative;
  width: 100%;
  padding: 6px;
  margin: 1% 0;
  border: #cccccc 1px solid;
  border-radius: 6px;
}
.specials .special-item.selected {
  border-color: #57c5c6;
  background: #d7d7d7;
}
.btn-specials-action {
  width: 96%;
  margin: 1em 0;
}
@media (min-width: 768px) {
  .specials .special-item {
    width: 48%;
    margin: 1%;
  }
}
@media (min-width: 840px) {
  .specials .special-item {
    width: 31.3%;
  }
}
.specials-dashboard h3 {
  text-align: center;
  margin-bottom: 0;
}
.specials-count {
  font-size: 30px;
  text-align: center;
  color: #cccccc;
}
/*# sourceMappingURL=style.css.map */