/* Artfully masterminded by ZURB  */




/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  font-family: "proxima-nova",sans-serif;
  font-size:  15px;
}
.hellenic {
  font-family: "hellenic-wide",sans-serif;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova",sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.2em;
  color: #008676;
  margin-top: 0px;
  margin-bottom: 10px;
}
h1 {
  font-size:  35px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 14px;
}
p, ul, ol {
  font-size: 13px;
  line-height: 1.2em;
}


/* -----------------------------------------
   General styles
----------------------------------------- */
.float-left {
  float: left;
  margin: 0px 20px 10px 0px;
}
.float-right {
  float: right;
  margin: 0px 0px 10px 20px;
}



/* -----------------------------------------
   buttons
----------------------------------------- */
.button {
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  padding: 12px 34px 11px 25px;
  letter-spacing: .1em;
  font-size: 17px;
  background-image: url(images/button-arrow-white.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.button.grey {
  color: #DF4D21;
  background: #eee url(images/button-arrow-red.png) no-repeat right center;;
}
.button.grey:hover {
  background-color: #ddd;
}
.button.white {
  color: #DF4D21;
  background: #fff url(images/button-arrow-red.png) no-repeat right center;;
}
.button.white:hover {
  background-color: #ddd;
}
.button.large {
  font-size: 23px;
  padding: 12px 40px 11px 30px;
}
.button.small {
  background-image: none;
}
.arrow-button {
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 0px;
  padding: 10px 20px 10px 15px;
  background: url(images/arrow-bkg-white.png) right center no-repeat;
}




/* -----------------------------------------
   Form Styles
----------------------------------------- */
form {
  padding: 30px 50px;
}
form fieldset {
  border: none;
  padding: 20px 0px;
}
form label {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .1em;
}
form label.require:after {
  content: "*";
}
form label.error {
  margin: -5px 0px 10px;
  text-transform: none;
  letter-spacing: .03em;
  font-size: 12px;
}
form textarea {
  min-height: 200px;
}
input.button[type="submit"],
input.medium.button[type="submit"] {
  padding: 12px 34px 11px 25px;
  margin-top: 20px;
}
.radio-group {
  padding: 20px 0px;
}
.radio-group label {
  margin-bottom: 10px;
}
form h4 {
  margin-bottom: 20px;
}




/* -----------------------------------------
   List Styles
----------------------------------------- */
ul,
ol {
  margin-bottom: 25px;
}
ul li,
ol li {
  line-height: 1.3em;
  margin-bottom: 10px;
}

ul.simple-list,
ul.simple-list li {
  list-style: none;
}
ul.bullet-list {
  margin-left: 20px;
}
ul.bullet-list li {
  list-style-image: url(images/bullet-lightgreen.png);
  margin-bottom: 7px;
}
ul.event-list {
  font-size: 14px;
}
ul.event-list .event-name {
  text-transform: uppercase;
  font-size: 15px;
  display: block;
}
ul.event-list .event-location {
  color: #000;
}
ul.event-list .event-date {
  color: #666;
}




/* -----------------------------------------
   Section Styles
----------------------------------------- */
.orbit-wrapper .timer {
  display: none;
}
.section {
  padding: 50px 0px 25px;
  background: #fff;
  position: relative;
}
.section h4 img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.section.paper {
  background: url(images/bkg-paper.jpg) repeat center top;
}
.section.green {
  background: #008B78 url(images/bkg-paper-green.jpg) repeat center top;
  color: #fff;
}
.section.green :is(h1,h2,h3,h4,h5,h6) {
  color: white;
}
.section.tab:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0px;
  left: 50%;
  margin-left: -15px;
  background: url(images/tab-white.png) no-repeat;
  display: block;
  width: 30px;
  height: 15px;
}
.section.tab.white:before {
  background: url(images/tab-paper.png) no-repeat;
}
.section.tab-green:before {
  background: url(images/tab-green.png) no-repeat !important;
}
.section.tab-green-paper:before {
  background: url(images/tab-green-paper.png) no-repeat;
}
.panel {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0px 50px;
}
/*
.section-head {
  text-align: center;
  margin-bottom: 50px;
  font-family: "hellenic-wide",sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 40px;
  color: #004E44;
  background: url(images/header-bkg-light.png) no-repeat center center;
}
.section-head.dark {
  color: #B8DF00;
  background: url(images/header-bkg-dark.png) no-repeat center center;
}
*/
h1.section-head {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 900;
  text-transform: uppercase;
}

.white-box {
  margin: 20px auto;
  background: #fff;
  border: 10px solid rgba(0,0,0,.25);
}



/* -----------------------------------------
   Navigation
----------------------------------------- */
.contain-to-grid {
  box-shadow: 0px 0px 8px rgba(0,0,0,.25);
}
.contain-to-grid,
.top-bar {
  min-height: 80px;
  background: #fff;
}
.top-bar,
.top-bar ul,
.top-bar ul li,
.top-bar > ul .name h1,
.top-bar ul > li a:not(.button) {
  font-weight: 400;
  min-height: 80px;
  line-height: 80px;
  margin: 0px;
  color: #DF4D21;
}
.top-bar ul > li a:not(.button) {
  height: auto;
  letter-spacing: .1em;
}
.top-bar ul > li.has-dropdown a:after {
  border-color: #aaa transparent transparent;
}
.top-bar ul > li.has-dropdown .dropdown {
  padding: 0px;
  background: #DF4D21;
  min-height: inherit;
  height: auto;
}
.top-bar ul > li.has-dropdown .dropdown li,
.top-bar ul > li.has-dropdown .dropdown li a {
  line-height: 40px;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
  background: transparent;
}
.top-bar ul > li:not(.name):hover,
.top-bar ul > li:not(.name).active,
.top-bar ul > li:not(.name):focus {
  background: transparent;
}
.top-bar ul.left > li a:not(.button) {
  text-transform: uppercase;
  font-size: 15px;
  color: #DF4D21;
}
.top-bar ul.right > li a:not(.button) {
  color: #008B78;
}
.top-bar ul > li.has-dropdown .dropdown li:last-child {
  padding-bottom: 0px;
}
.top-bar ul.left > li:not(.name):hover a {
  background: #DF4D21;
  color: #fff;
}
.top-bar ul > li.has-dropdown .dropdown li a:hover,
.top-bar ul > li.has-dropdown .dropdown li a:focus {
  background: rgba(0,0,0,.1);
}



/* -----------------------------------------
   Homepage
----------------------------------------- */
#featured-container {
  height: 360px;
  position: relative;
}
#featured {
  height: 360px;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  position: fixed;
  top: 80px;
  z-index: -10;
}
#featured .featured-slide .copy-content {
  display: none;
}
#featured.orbit {
  background: none;
}
#featured.orbit .featured-slide .copy-content {
  display: block;
  text-align: center;
  padding-top: 70px;
}
#featured.orbit .featured-slide .copy-content img {
  margin: 0px auto;
}
#featured.orbit #featured-city {
  background: #008B78 url(images/featured-city.jpg) repeat-x center center;
}
#featured #featured-city .copy-content {
  padding-top: 35px;
}
#featured #featured-city h4 {
  color: #B8DF00;
  font-size: 46px;
  min-height: 75px;
  margin-bottom: 0px;
}
#featured #featured-city p {
  color: #fff;
  font-size: 19px;
  letter-spacing: .1em;
}
#featured.orbit .featured-slide {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
}
/*
#featured.orbit #featured-bumbershoot {
  background: #000 url(images/featured-bumbershoot-bkg.jpg) no-repeat center center;
}
#featured.orbit #featured-boc {
  background: #000 url(images/featured-BOC-bkg.jpg) no-repeat center center;
}
*/
#featured-container:before {
/*
  content: "";
  position: fixed;
  z-index: 5;
  top: 80px;
  left: 50%;
  margin-left: -15px;
  background: url(images/tab-white.png) no-repeat;
  display: block;
  width: 30px;
  height: 15px;
  z-index: 1000;
*/
}
#featured-container:after {
  content: "";
  position: absolute;
  display: block;
  height: 15px;
  width: 100%;
  background: url(images/featured-tab-bottom.png) repeat-x center center;
  bottom: 0px;
  z-index: 10;
}
h4#intro-copy {
  text-transform: none;
  font-weight: 400;
  margin-bottom: 20px;
}
#intro-text img {
  margin-bottom: 20px;
}
#home-audience .audience-head {
  padding: 8px;
  font-size: 21px;
  margin-bottom: 0px;
  font-weight: normal;
  text-align: center;
  color: #B8DF00;
  font-family: "hellenic-wide",sans-serif;
  background: url(images/bkg-paper-green.jpg) center center;
}
#home-audience .audience-head span {
  display: block;
}
#home-audience .audience-head span.dark {
  color: #004E44;
}
#home-audience img {
  margin-bottom: 20px;
}
/* added 2021 redesign */

#home-intro.section > .row {
  width: auto;
  max-width: 1000px;
}
#intro-text {
  padding-right: 5px;
  color: #008676;
  line-height: 1.2em;
  letter-spacing: -0.01em;
  margin-top:  10px;
}
#intro-text h1 {
  text-transform:  none;
  letter-spacing: -0.03em;
  font-weight: 900;
  font-style: normal;      
  line-height: 1.2em;
}
#intro-text p {
  font-size: 18px;
}
#intro-text a.button {
  font-size: 15px;
  margin-right: 1em;
}

.home-logos.section > .row {
  width: auto;
  max-width: 1100px;
}
#home-clients.section .client-logos {
  text-align: justify;
  padding:  1em 10em;
}
#home-affiliates.section .client-logos {
  text-align: center;
}
#home-clients.section .client-logos img {
  max-width: 13%;
  display:inline-block;
  vertical-align:  middle;
  padding:  0;
}
@media only screen and (max-width: 767px) {
  #home-clients.section .client-logos {
    text-align: center;
    padding: 1em;
  }
  #home-clients.section .client-logos img {
    max-width: 60%;
    margin: 5em auto;
    display: block;
  }

  #home-affiliates.section .client-logos {
    text-align: center;
    padding: 1em;
  }
  #home-affiliates.section .client-logos img {
    max-width: 80%;
    margin: auto;
    display: block;
  }
}
.home-logos.section .client-logos:after{
  content:""; 
  display: inline-block; 
  width: 100%; 
  height: 0;
}

/* -----------------------------------------
   Testimonials
----------------------------------------- */
#testimonial-head {
  font-size: 21px;
  margin-bottom: 20px;
}
p.testimonial-quote {
  font-size: 13px;
  margin-bottom: 10px;
}
p.testimonial-source {
  font-size: 13px;
  font-weight: bold;
  color: #008B78;
  margin-bottom: 40px;
}
.partner-logo img {
  background: url(images/bkg-paper.jpg) center center;
}



/* -----------------------------------------
   Contact Section
----------------------------------------- */
#contact-section {
  /* padding-top: 0px; */
}
#contact-section h4 {
  font-size: 21px;
  margin: 0px auto;
  margin-bottom: 50px;
  padding: 20px 0px 55px 0px;
  color: #B8DF00;
  width: 300px;
  background: url(images/arrow-down-bkg-darkgreen.png) no-repeat center bottom;
}




/* -----------------------------------------
   For Publishers Page
----------------------------------------- */
#publisher-intro {
  padding: 30px 0px;
}
#publisher-intro .section-head {
  margin-bottom: 20px;
}
#publisher-intro p {
  font-size: 18px;
}
#publishers-infographic {
  text-align: center;
}
#publishers-infographic h3 {
  margin: 20px auto;
}
#publisher-grid {
  min-height: 400px;
    background:  url(images/publisher-globe-bkg.jpg) center top no-repeat;
  margin-bottom: 30px;
}
#publisher-grid .green-box {
  height: 135px;
  padding: 15px 15px;
  margin: 37px 25px;
  background: #B5DC00;
}
#publisher-grid .green-box.bottom {
  margin-top: 101px;
}
#publisher-grid .left-column .green-box {
  margin-right: 0px;
}
#publisher-grid .right-column .green-box {
  margin-left: 0px;
}
#publisher-grid .green-box p {
  line-height: 1.3em;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
}
#publisher-grid .green-box strong {
  text-transform: uppercase;
  font-size: 18px;
}
#publisher-poweredby {
  text-align: center;
  display: block;
  height: 400px;
  min-height: 210px;
  min-width: 210px;
  background:  url(images/publisher-poweredby.png) center center no-repeat;
}
#publisher-why h4 img {
  margin-bottom: 0px;
}
#publisher-details-list {
  margin-top: 40px;
}


/* -----------------------------------------
   Features Page
----------------------------------------- */
#features {
  padding-top: 30px;
}
#features .intro-container .section-head {
  margin-bottom: 20px;
}
#features .intro-container p {
  font-size: 18px;
}
#features p.green {
  color: #008676;
}
#featured-types {
  padding: 10px 15px 0px 15px;
}
#featured-types h3 {
  margin-top: 10px;
  font-size: 22px;
}
#featured-types p {
  font-size: 14px;
  line-height: 1.4em;
}
#featured-types .tabs.vertical {
  margin-top: 20px;
  margin-left: -25px;
  border: none;
}
#featured-types .tabs.vertical dd {
  border: none;
  background: none;
}
#featured-types .tabs.vertical dd a {
  border: none;
  background: none;
  line-height: 50px;
  font-size: 16px;
  padding: 0px 0px 0px 25px;
  text-transform: uppercase;
  font-weight: bold;
  color: #008B78;
  box-shadow: none;
}
#featured-types .tabs.vertical dd.active a {
  color: #B5DC00;
  background: url(images/arrow-bkg-darkgreen-290w.png) right center no-repeat;
}
#featured-types .tabs.vertical dd a:hover {
  cursor: pointer;
}
#featured-types ul.tabs-content,
#featured-types ul.tabs-content li {
  margin-bottom: 0px;
  max-height: 475px;
  text-align: right;
}
#features-list p {
  font-size: 15px;
}
#faq-container h3 {
  text-transform: none;
}
#faq-container p {
  font-size: 18px;
}
 #faq-container p.green {
  color: #008676;
}

/* -----------------------------------------
   ORDER LOOKUP COMPONENT
----------------------------------------- */

body.order-lookup div.order-lookup-container {
  margin:2em auto;
}
div#OrderLookupLink {
  margin-top:45px;
}
div.order-lookup-container #orderSearchForm {
  width:580px;
  margin: 0 auto;
}
div.order-lookup-container {
  padding:15px 10px 25px;
  width:auto;
  text-align:center;
  margin:0 auto;
  min-height: 500px;
  background-color:#fff;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}
div.order-lookup-container h1 {
  margin-bottom:16px;
}
div.order-lookup-container p {
  padding:4px 8px;
}
div.order-lookup-container form#orderSearchForm {
  background-color:#eee;
  padding:8px;
}
div.order-lookup-container .orderReceipt form {
  display: inline;
}
div.order-lookup-container .orderReceipt input.paymentBtn {
  color: #F00;
  height: 18px;
}
div.order-lookup-container .orderReceipt input {
  margin: 0px;
}
div.order-lookup-container form label {
  text-align: inherit;
}
div.order-lookup-container form input[type="text"] {
  display: inline;
  width:200px;
  margin-bottom: 0;
}
div.order-lookup-container form input[type="submit"] {
  text-align: inherit;
  cursor:pointer;
  padding:2px 8px;
}
div.order-lookup-container div.orderTable {
  border:1px solid #ccc;
  text-align:center;
  padding:0 0 4px;
  margin-bottom:8px;
}
div.order-lookup-container div.orderRow {
  display:block;
  clear:both;
  padding:4px 0;
}
div.order-lookup-container div.orderRow.orderRowHeader {
  font-weight:bold;
  width:auto;
  padding:6px 8px 8px;
  margin-bottom:4px;
  text-align:left;
  border-bottom:1px solid #ccc;
  background-color:#eee;
}
div.order-lookup-container div.orderRow.orderRowHeader span.orderTitle {
  font-size:1.2em;
  color:#222;
}
div.order-lookup-container div.orderRow.orderRowHeader span.orderDate {
  color:#888;
}
div.order-lookup-container div.orderRow.orderRowHeader span.orderReceipt {
  float:right;
}
div.order-lookup-container div.orderColumn {
  display:inline-block;
  vertical-align:top;
  padding:0 4px;
  text-align:left;
}
div.order-lookup-container div.orderColumn.orderColumnHeader {
  font-weight:bold;
}
div.order-lookup-container div.orderColumn.orderQty {
  width:15%;
  text-align:right;
}
div.order-lookup-container div.orderColumn.orderPurchase {
  width:40%;
}
div.order-lookup-container div.orderColumn.orderDelivery {
  width:20%;
}
div.order-lookup-container div.orderColumn.orderStatus {
  width:20%;
}


/* -----------------------------------------
   Footer
----------------------------------------- */
#footer {
  background: #004E44 url(images/bkg-paper-darkgreen.jpg) center center;;
  color: #fff;
  padding-bottom: 10px;
}
#footer p {
  font-size: 14px;
  margin-bottom: 10px;
}
#footer a {
  color: #B8DF00;
}
#footer hr {
  border-color: rgba(0,0,0,.2);
}
#footer .button {
  color: #fff;
}
#footer #footer-about img {
  margin-bottom: 20px;
}
#footer #footer-links h4 {
  font-size: 14px;
  margin-top: 8px;
}
#footer #credits p {
  color: #008B78;
  font-size: 13px;
}

@media only screen and (max-width: 820px) and (min-width: 768px) { /* NavBar --- */
  .top-bar ul.left > li a:not(.button),
  .top-bar ul.right > li a:not(.button) {
    font-size:12px;
  }
}


@media only screen and (max-width: 767px) {
  body {
    padding-top: 50px !important;
    min-width: 320px;
  }
  .contain-to-grid, .top-bar,
  .top-bar,
  .top-bar ul,
  .top-bar ul li,
  .top-bar > ul .name h1 {
    min-height: 50px;
    line-height: 50px;
  }
  .top-bar ul > li.name,
  .top-bar ul > li.name h1 a {
    height: 50px;
  }
  .top-bar ul > li,
  .top-bar ul > li a:not(.button),
  .top-bar ul > li.has-dropdown .dropdown li,
  .top-bar ul > li.has-dropdown .dropdown li a,
  .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) a {
    padding: 0px;
    min-height: 40px;
    line-height: 40px;
  }
  .top-bar ul > li.active,
  .top-bar ul > li:hover {
    background: #eee;
  }
  .top-bar ul > li.name h1 a img {
    max-height: 40px;
    margin-top: 5px;
  }
  .top-bar ul > li.toggle-topbar a {
    border-color: #008B78 transparent transparent;
  }
  .top-bar ul > li.has-dropdown.moved .back.title h5 {
  }
  .top-bar ul > li.has-dropdown.moved .back.title h5 a {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .top-bar ul.right > li a:not(.button) {
    color: #DF4D21;
    font-size: 15px;
    text-transform: uppercase;
  }
  .top-bar ul.right > li:not(.name):hover a {
    background: #DF4D21;
    color: #fff;
  }
  #featured {
    top: 50px;
  }
  .columns {
    margin-bottom: 40px;
  }
  form {
    border: none;
    padding: 10px;
  }
  form .columns {
    margin-bottom: 5px;
  }
  label.inline {
    line-height: 1em;
    margin: 0 0 0px;
  }
  .panel {
    padding: 0px 10px;
  }
  .section {
    padding-left: 1em;
    padding-right: 1em;
  }
  .section.first {
    padding-top: 1em;
  }

  .section-head,
  .section-head.dark {
    line-height: 1em;
    background: none;
    color: #008B78;
    margin-bottom: 0px;
  }

  #intro-text .button {
    margin: 1em;
  }

  #featured #featured-city h4 {
    font-size: 38px;
    line-height: 1.2em;
    margin-top: -10px;
  }

  #featured-events {
    text-align: center;
  }
  #featured-types {
    border: none;
    padding: 10px;
  }
  #featured-types h3 {
    text-align: center;
  }
  #featured-types .tabs.pill dd {
    margin: 5px 0px;
    min-width: 100%;
  }
  #featured-types .tabs.pill dd a {
    text-align: center;
  }
  #featured-types .tabs.pill dd.active a {

  }
  #featured-types .columns {
    margin-bottom: 0px;
  }
  #footer {
    padding: 20px 0px;
  }
  #footer #credits p {
    text-align: center;
    margin-bottom: 0px;
  }
  #publishers-infographic {
    margin: 20px 0px;
  }
  #publisher-grid {
    background: none;
  }
  #publisher-grid .green-box,
  #publisher-grid .left-column .green-box,
  #publisher-grid .right-column .green-box,
  #publisher-grid .green-box.bottom {
    height: auto;
    margin: 15px 15px;
    background: #B5DC00;
  }
  #publisher-grid .columns {
    margin-bottom: 10px;
  }
  #contact-form .white-box {
    border: none;
    background: none;
  }
}
