/*
BEGIN - CSS Overrides
*/
/*

	semi-opaque red: 				690006			At 80% Opacity
	red:							b62a32
	pink:							cb616a			Box Border
	
	
*/
.item_container {
  margin-bottom: 20px; }

.item_container .name {
  font-weight: bold; }

.item_container .description {
  font-size: 0.8em; }

.navbar-right {
  float: none !important; }

html body.nellie {
  background: white url("../img/bb447a8/dac8e72/original/007.JPG") fixed;
  color: #666;
  font-family: "Lato","Questrial",sans-serif;
  font-size: 2.0em; }

html body h1, html body h2, html body h3, html body h4, html body h5 {
  color: #69b431;
  font-family: 'Marcellus', serif;
  margin-top: 0; }

body div.h1 {
  margin-top: 0; }

.logo-container {
  background-color: rgba(255, 255, 255, 0.9); }

.wrapper {
  background-color: rgba(255, 255, 255, 0.9); }

body .navbar {
  background: #69b431;
  border: 0;
  border-radius: 0;
  font-size: 1.0em;
  font-weight: bold;
  min-height: auto;
  margin-bottom: 0;
  font-family: 'Marcellus', serif; }

body .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px; }

.navbar-header .navbar-toggle {
  background-image: url("../img/66a4e9a/25a548d/original/threelines.png");
  background-size: 100%;
  border: 0px solid transparent;
  border-radius: 0px;
  float: right;
  margin-bottom: 8px;
  margin-right: 15px;
  margin-top: 8px;
  padding: 9px 10px;
  position: relative; }

ul.nav li a:link {
  color: #ffffff; }

ul.nav li a:visited {
  color: #ffffff; }

ul.nav li a:hover {
  background: #ffffff;
  color: #b62a32; }

ul.nav li a:active {
  background: #ffffff;
  color: #b62a32; }

/* The Magic Float Center Code */
div.navbar-collapse {
  float: right;
  position: relative;
  left: -50%;
  /* or right 50% */
  text-align: left; }

div.navbar-collapse > .nav {
  position: relative;
  left: 50%; }

div.logo-holder-pos a img {
  display: block;
  margin: 0 auto; }

.address-phone-01, .address-phone-02 {
  color: #44669d;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center; }

.address-phone-01 {
  float: left;
  width: 20%; }

.logo-holder-pos {
  float: left;
  width: 59%; }

.address-phone-02 {
  float: right;
  width: 20%; }

#footer div {
  padding-top: 10px; }

#footer div p {
  color: #1f1f1f;
  text-align: center; }

#footer div p a {
  text-align: center; }

body #dd_navigation ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

body .navigation-holder #dd_navigation > ul > li > a.nav_link {
  background-color: transparent;
  border-radius: 0px;
  display: inline-block;
  color: #69b431;
  font-family: 'Marcellus', serif;
  margin-bottom: 0.5em;
  padding: 5px 10px;
  text-transform: none; }

body .side-navigation #dd_navigation > ul > li {
  background-color: transparent;
  border-radius: 0px;
  display: inline-block;
  float: none;
  margin-bottom: 10px;
  margin-right: 10px; }

body .side-navigation #dd_navigation > ul > li > a.nav_link {
  color: #69b431;
  font-family: 'Marcellus', serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 1.9em;
  margin: 0;
  padding-left: 0;
  padding-right: 0; }

body .side-navigation #home_page_list {
  display: none; }

.content {
  background: #fff;
  border: 3px solid #008000;
  padding-top: 10px; }

.social {
  background-color: #69b431;
  text-align: right;
  z-index: 100;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%; }

@media only screen and (max-width: 1200px) {
  body .navbar {
    font-size: 0.9em; }

  body .navbar-nav li a {
    padding: 15px; } }
@media only screen and (max-width: 992px) {
  body .navbar {
    font-size: 0.8em; }

  body .navbar-nav li a {
    padding: 10px; }

  div.address-phone-01, div.address-phone-02 .logo2 {
    display: none; }

  .logo-holder-pos {
    float: none;
    width: auto; } }
@media only screen and (max-width: 767px) {
  body .navbar {
    background: #69b431;
    border: 0;
    border-radius: 0;
    font-size: 1.2em;
    font-weight: bold;
    min-height: auto;
    margin-bottom: 0; } }
@media only screen and (max-width: 760px) {
  body .navbar {
    font-size: 1.2em;
    background: #69b431; }

  body .navbar-nav li a {
    padding: 15px; }

  body .logo-holder-pos {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    position: relative;
    top: 0;
    width: auto; }

  .logo-holder-pos a img {
    height: 140px;
    width: 100%; }

  div.navbar-collapse {
    float: none;
    left: 0;
    position: relative;
    text-align: left; }

  div.navbar-collapse > .nav {
    left: 0;
    position: relative; }

  div.side-navigation {
    display: table-footer-group;
    table-layout: fixed;
    width: 100%; } }
/* 
END - CSS Overrides
*/
html body {
  background-color: #c4e8ee;
  /* color: rgb(63, 49, 1); */
  color: #666;
  font-family: 'Lato','Questrial', sans-serif;
  font-size: 1.7em; }

/* make menu items have circle images */
ul li.entre_item li.image_data_map > span,
ul li.entre_item li.image_data_map > a > span {
  border-radius: 50%; }

/* show the delete links for the carosel images */
html body.edit_mode .dd_special_one_item_edit.carousel_tag_page div.dd_flyout a.dd_delete_link,
html body.edit_mode .dd_special_one_item_edit.carousel_tag_page .dd_flyout .dd_drag_handle {
  display: inline; }

/* hide the delete link for the carosel slideshow*/
html body.edit_mode .dd_special_one_item_edit.carousel_tag_page > li > div.dd_flyout > a.dd_delete_link,
html body.edit_mode .dd_special_one_item_edit.carousel_tag_page > li > div.dd_flyout > a.dd_drag_handle {
  display: none; }

/* make navigation buttons have the same width */
@media (min-width: 768px) {
  #dd_navigation > ul > li {
    min-width: 78%; } }
html .teal-background3 .btn-sugar {
  color: white;
  font-weight: bold;
  border-color: white;
  background-color: transparent;
  border-width: 2px;
  font-size: 1.2em; }

.no_exp_date .expires, .no_exp_date .good_at {
  display: none; }

.edit-mode-visible {
  display: none; }

.edit_mode .edit-mode-visible {
  display: block; }

.edit_mode .edit-mode-hidden {
  display: none; }

html .dd_sortable .coupon_item {
  border: 11px solid #69b431;
  border-radius: 23px;
  padding: 8px 26px; }

.coupon_item h3 {
  font-size: 2em; }

#dd_navigation ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.navigation-holder #dd_navigation > ul > li > a.nav_link {
  border: 2px solid #69b431;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 10px;
  background-color: #69b431;
  margin-bottom: 0.5em;
  color: white;
  text-transform: none;
  font-family: 'Great Vibes', cursive; }

.side-navigation #dd_navigation > ul > li {
  background-color: #035351;
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: none;
  display: inline-block; }

.side-navigation #dd_navigation > ul > li > a.nav_link {
  font-size: 25px;
  line-height: 2.1em;
  padding-left: 18px;
  padding-right: 18px;
  margin: 0px;
  letter-spacing: 0.4px;
  color: white;
  font-family: 'Great Vibes', cursive; }

.side-navigation #home_page_list {
  display: none; }

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.img-responsive-photo-drop-margin {
  margin-top: 1em;
  margin-bottom: 1em; }

#footer {
  padding: 10px 15px; }

html .footer-links .site_page_item h2 {
  font-family: 'Bentham', serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 3px; }

html .footer-links .site_page_item h2 a {
  color: #fff; }

.padding-top-1 {
  padding-top: 1em; }

.padding-top-2 {
  padding-top: 2em; }

.padding-top-3 {
  padding-top: 3em; }

.padding-top-4 {
  padding-top: 4em; }

.padding-top-5 {
  padding-top: 5em; }

.padding-top-6 {
  padding-top: 6em; }

.padding-top-7 {
  padding-top: 7em; }

.padding-top-8 {
  padding-top: 8em; }

.padding-top-9 {
  padding-top: 9em; }

.padding-bottom-1 {
  padding-bottom: 1em; }

.padding-bottom-2 {
  padding-bottom: 2em; }

.padding-bottom-3 {
  padding-bottom: 3em; }

.padding-bottom-4 {
  padding-bottom: 4em; }

.padding-bottom-5 {
  padding-bottom: 5em; }

.padding-bottom-6 {
  padding-bottom: 6em; }

.padding-bottom-7 {
  padding-bottom: 7em; }

.padding-bottom-8 {
  padding-bottom: 8em; }

.padding-bottom-9 {
  padding-bottom: 9em; }

.not-visible {
  visibility: hidden; }

.no-col-padding {
  padding-left: 0px;
  padding-right: 0px; }

.larger-text {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.4; }

html h1, html h2, html h3, html h4, html h5 {
  font-family: 'Great Vibes', cursive; }

.white-noise-background {
  background: #e5e5e5 url(../img/28733/813815d/original/wrap-bg.png) repeat 0 0;
  color: #333; }

.grey-noise-background {
  background: #aaaaaa url(../img/28731/98e9d47/original/bg.png) repeat 0 0; }

.pattern-dark-background {
  background: #aaaaaa url(../img/50313/e9ac501/original/sugarback-new-dark.png) repeat 0 0; }

.pattern-light-background {
  background: #aaaaaa url(../img/50314/a742014/original/sugarback-new-light.png) repeat 0 0; }

.black-light-background {
  background: #aaaaaa url(../img/50134/d045fa9/original/whiteblack.png) repeat 0 0; }

.our-story-background {
  background: #aaaaaa url(../img/5518b6e/9534b16/original/nellie_about.jpeg) repeat 0 0; }

#our-story-section {
  background: transparent url(../img/29744/2b32db7/size_extent/1140/700/3-IN-A-ROW.jpg) repeat-y top center;
  padding-top: 20px;
  min-height: 300px; }

.our-story-padding {
  background-color: rgba(67, 41, 31, 0.8);
  margin-top: 30px;
  margin-bottom: 60px; }

@media (min-width: 768px) {
  html .our-story-padding {
    padding: 30px; } }
.navbar.navbar-sugar {
  background-color: #7f949e;
  /* background-color: rgb(63, 49, 1); */
  /* background-color: rgba(139, 211, 223, 0.5); */
  border-radius: 0px;
  margin-bottom: 0px; }

html .dropdown-menu {
  background-color: #7f949e; }

html .dropdown-menu > li > a:hover,
html .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #3f3101;
  background-color: #7f949e; }

.navbar.navbar-sugar li a {
  color: white;
  text-transform: none;
  font-family: 'Questrial', sans-serif; }

.navbar.navbar-sugar .navbar-toggle .icon-bar {
  background-color: #fff; }

.logo-link-pos {
  position: absolute;
  display: block;
  height: 113px;
  width: 185px;
  z-index: 21;
  top: 108px;
  left: 42px; }

.navbar-sugar .navbar-nav > li > a:hover,
.navbar-sugar .navbar-nav > li > a:focus {
  color: #3f3101;
  /* color: #8BD3DF; */
  background-color: transparent; }

.teal-background1 {
  background-color: #78c9d6;
  color: #fff;
  max-height: 20px;
  border-bottom: solid 4px #000;
  border-top: solid 4px #000; }

.teal-background3 {
  background-color: #78c9d6;
  color: #fff;
  border-bottom: solid 4px #000; }

#cupcake-truck-section {
  border-top: solid 4px #000; }

.brown-background {
  background-color: #43291f;
  color: #fff; }

.address-phone {
  position: absolute;
  right: 29px;
  top: 3px;
  color: #6DBECB; }

.social {
  float: left;
  width: 100%; }

@media (max-width: 760px) {
  .logo-container {
    height: 106px; }

  .logo-holder-pos {
    position: relative;
    top: -66px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 268px;
    padding-top: 7px; } }
.item_container.breadcrumbs a {
  background: -webkit-linear-gradient(center top, #78c9d6 0%, black) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(center top, #78c9d6 0%, black) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(center top, #78c9d6 0%, black) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(center top, #78c9d6 0%, black) repeat scroll 0 0 transparent;
  background: linear-gradient(center top, #78c9d6 0%, #000000) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#78c9d6), to(black));
  border: 1px solid white;
  border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 1px 1px 1px rgba(112, 112, 112, 0.5), 0 0 4px rgba(112, 47, 27, 0.4) inset;
  box-shadow: 1px 1px 1px rgba(112, 112, 112, 0.5), 0 0 4px rgba(112, 47, 27, 0.4) inset;
  color: #ffffff;
  float: left;
  font-size: 14px;
  margin: 0 2% 2% 0;
  padding: 2px 12px;
  text-decoration: none; }

.item_container.breadcrumbs a:hover {
  background: none repeat scroll 0 0 #808080;
  -webkit-box-shadow: 1px 1px 1px rgba(112, 112, 112, 0.5);
  box-shadow: 1px 1px 1px rgba(112, 112, 112, 0.5);
  color: #ffffff; }

.parthenon .address-phone-01, .parthenon .address-phone-02 {
  background-color: rgba(255, 255, 255, 0.2);
  color: #44669d; }

.logo-rye {
  margin-left: 5px;
  margin-top: 5px;
  position: absolute; }

.social > ul {
  display: block;
  float: left;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  list-style-type: none; }

.social ul li {
  display: inline-block;
  float: left; }

.social a {
  color: #fff;
  text-decoration: none; }

.social li a {
  padding-left: 10px;
  padding-right: 10px;
  border-right: solid thin #fff;
  font-size: 16px;
  line-height: 1.5; }

.social li a:hover {
  color: #fff;
  text-decoration: none; }

.social ul li:hover {
  background-color: #009ADB; }

.social ul > li:last-child > a {
  border: none; }

@media (max-width: 767px) {
  div.logo-container {
    height: auto; }

  div.logo-rye {
    position: relative; }

  .logo-rye img {
    width: 130px;
    height: auto; }

  #dd_wrapper .container .content {
    display: table; }

  div.side-navigation {
    display: table-footer-group; } }
.content ul li.event_item .item_container {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #efefef;
  background-origin: padding-box;
  background-position: 13px 22px;
  background-repeat: no-repeat;
  background-size: auto auto; }

ul li.event_item .item_container {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #efefef;
  background-image: url("../calendar-icon.png");
  background-origin: padding-box;
  background-position: 35px 17px;
  background-repeat: no-repeat;
  background-size: auto auto;
  border-bottom-color: #e1e1e1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #e1e1e1;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e1e1e1;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e1e1e1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-style: solid;
  border-top-width: 1px;
  margin-bottom: 2%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 2%;
  min-height: 6px;
  padding-bottom: 0.75em;
  padding-left: 19%;
  padding-right: 1.5em;
  padding-top: 1.5em;
  position: relative; }

ul li.event_item .item_container.dd_big_event_date {
  padding-left: 120px; }

htmlblock_item_188367 #new_news_recipient {
  width: 70%; }

.logo2 {
  position: absolute;
  top: 50px; }

la_luna ul li.site_page_item, html body h2 a {
  background: #ffffff;
  background: -moz-linear-gradient(top, green 0%, #075515 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, green), color-stop(100%, #075515));
  background: -webkit-linear-gradient(top, green 0%, #075515 100%);
  background: -o-linear-gradient(top, green 0%, #075515 100%);
  background: -ms-linear-gradient(top, green 0%, #075515 100%);
  background: linear-gradient(top, #008000 0%, #075515 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008000', endColorstr='#075515',GradientType=0 );
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  text-shadow: none;
  box-shadow: 0px 1px 2px #666;
  -webkit-box-shadow: 0px 1px 2px #666;
  -moz-box-shadow: 0px 1px 2px #666;
  padding: 5px;
  font-size: 17px; }

ul li.special_item {
  position: relative; }
ul li.special_item .image_holder {
  margin-bottom: 10px; }
ul li.special_item h3.name {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  width: 360px; }
ul li.special_item p {
  margin-top: 0px;
  padding-top: 0px; }
ul li.special_item .price {
  position: absolute;
  top: 2px;
  left: 333px;
  width: 97px;
  text-align: right; }
ul li.special_item .description {
  width: 320px;
  padding-bottom: 6px; }

ul li.coupon_item .item_container {
  border: 3px dashed red;
  margin-bottom: 0.6em;
  margin-top: 0.3em;
  padding: 0.3em 0.3em 0.3em 0.5em; }
ul li.coupon_item .expires {
  font-size: 80%; }
ul li.coupon_item .no_exp_date .expires {
  display: none; }
ul li.coupon_item .good_at {
  font-size: 80%; }
ul li.coupon_item .coupon_print {
  padding-right: 10px;
  text-align: right; }

ul li.site_heading_item h1 {
  color: gray;
  float: left;
  margin: 10px 0 0 0px;
  font-size: 50px;
  letter-spacing: -5px; }
ul li.site_heading_item h2 {
  color: gray;
  float: right;
  margin: 40px 20px 0 0;
  font-size: 18px;
  letter-spacing: -1px; }

ul li.event_item .name {
  margin-top: 0.5em;
  font-size: 1.2em;
  font-weight: bold; }
ul li.event_item .date {
  color: #666666;
  font-size: 0.85em; }
ul li.event_item .description {
  font-size: 0.95em;
  color: #666666;
  margin-top: 0.2em;
  margin-bottom: 0.7em; }
  ul li.event_item .description p {
    margin: 0px;
    margin-bottom: 0.7px; }

ul li.twitter_item .dd_twitter_item {
  font-size: 0.9em;
  margin-bottom: 10px; }
  ul li.twitter_item .dd_twitter_item ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  ul li.twitter_item .dd_twitter_item li {
    padding-bottom: 8px; }
  ul li.twitter_item .dd_twitter_item .data_for_behavior {
    display: none; }

ul li.wine_item {
  position: relative; }
ul li.wine_item .name {
  font-weight: bold;
  width: 80%; }
ul li.wine_item .description {
  display: inline;
  padding-right: 10px; }
ul li.wine_item .year {
  display: inline; }
ul li.wine_item .price_holder {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px; }
ul li.wine_item .price {
  float: right; }

ul li.heading_item h2 {
  font-size: 18px;
  letter-spacing: -1px;
  color: gray; }
ul li.heading_item h1, ul li.heading_item h2, ul li.heading_item h3, ul li.heading_item h4, ul li.heading_item h5 {
  margin: 0;
  margin-bottom: 8px; }

ul li.blogger_item .post {
  margin-bottom: 3em; }
  ul li.blogger_item .post .date {
    margin-bottom: 0.1em;
    font-size: 0.8em;
    color: #888888; }
  ul li.blogger_item .post h3.title {
    padding-bottom: 0px;
    margin-bottom: 0.7em;
    font-size: 1.4em; }
  ul li.blogger_item .post .content {
    line-height: 1.65em;
    text-align: left;
    font-size: 0.95em; }
  ul li.blogger_item .post .signature {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 0.9em; }
ul li.blogger_item #blogger_comments {
  position: relative;
  top: -1em;
  margin-bottom: 3em; }
  ul li.blogger_item #blogger_comments .comment {
    margin-bottom: 1em;
    margin-top: 1em; }
  ul li.blogger_item #blogger_comments .author {
    font-size: 0.8em; }
    ul li.blogger_item #blogger_comments .author a {
      font-size: 1.2em; }
  ul li.blogger_item #blogger_comments .date {
    margin-top: 0.3em;
    text-transform: uppercase;
    font-size: 0.7em; }
  ul li.blogger_item #blogger_comments h3.comment_count {
    font-size: 0.9em;
    text-transform: uppercase; }
  ul li.blogger_item #blogger_comments .content {
    padding: 10px 15px;
    line-height: 1.65em;
    text-align: left;
    font-size: 1.05em; }
  ul li.blogger_item #blogger_comments .dd_delete {
    background: transparent url(../javascripts/dd/dragondiapers/themes/modern_dark/images/trash.gif) no-repeat scroll center center;
    height: 15px;
    width: 15px;
    padding: 0px 20px; }
  ul li.blogger_item #blogger_comments .blog_add_comment {
    text-transform: uppercase;
    font-size: 1.1em; }

ul li.bester_item .bester_item {
  font-size: 15px; }

ul li.entre_item {
  position: relative; }
ul li.entre_item .image_holder {
  margin-bottom: 10px; }
ul li.entre_item h3.name {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  width: 360px; }
ul li.entre_item p {
  margin-top: 0px;
  padding-top: 0px; }
ul li.entre_item .price {
  position: absolute;
  top: 2px;
  left: 333px;
  width: 97px;
  text-align: right; }
ul li.entre_item .description {
  width: 320px; }

#dd_wrapper ul.page_items_connect .entre_item {
  position: relative; }
#dd_wrapper ul.page_items_connect .entre_item .item_container {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
#dd_wrapper ul.page_items_connect .entre_item .image_holder {
  margin-bottom: 10px; }
#dd_wrapper ul.page_items_connect .entre_item h3.name {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  width: 360px; }
#dd_wrapper ul.page_items_connect .entre_item p {
  margin: 0px;
  padding-top: 0px; }
#dd_wrapper ul.page_items_connect .entre_item .price {
  position: absolute;
  top: 2px;
  left: 333px;
  width: 97px;
  text-align: right; }
#dd_wrapper ul.page_items_connect .entre_item .description {
  width: 320px;
  padding-bottom: 6px; }

#dd_wrapper ul.page_items_connect .heading_item h1, #dd_wrapper ul.page_items_connect .heading_item h2, #dd_wrapper ul.page_items_connect .heading_item h3, #dd_wrapper ul.page_items_connect .heading_item h4, #dd_wrapper ul.page_items_connect .heading_item h5 {
  color: #69b431;
  font-family: 'Marcellus', serif;
  margin-top: 0; }
#dd_wrapper ul.page_items_connect .heading_item h1 {
  font-size: 28px; }
#dd_wrapper ul.page_items_connect .heading_item h2 {
  font-size: 25px; }
#dd_wrapper ul.page_items_connect .heading_item h3 {
  font-size: 23px; }
#dd_wrapper ul.page_items_connect .heading_item h5 {
  font-size: 16px; }

#dd_wrapper #page_18793-page_items .heading_item h1, #dd_wrapper #page_18793-page_items .heading_item h2, #dd_wrapper #page_18793-page_items .heading_item h3, #dd_wrapper #page_18793-page_items .heading_item h4, #dd_wrapper #page_18793-page_items .heading_item h5 {
  text-align: center; }
#dd_wrapper #page_18793-page_items .heading_item h1 {
  font-size: 23px; }
#dd_wrapper #page_18793-page_items .heading_item h2 {
  font-size: 20px; }
#dd_wrapper #page_18793-page_items .heading_item h3 {
  font-size: 17px; }
#dd_wrapper #page_18793-page_items .heading_item h5 {
  font-size: 16px; }

#dd_wrapper ul.page_items_connect #heading_item_117682 h1, #dd_wrapper ul.page_items_connect #heading_item_117682 h2, #dd_wrapper ul.page_items_connect #heading_item_117682 h3, #dd_wrapper ul.page_items_connect #heading_item_117682 h4, #dd_wrapper ul.page_items_connect #heading_item_117682 h5 {
  color: #951E1E;
  font-family: 'Nova Round',cursive;
  text-align: center; }
#dd_wrapper ul.page_items_connect #heading_item_117682 h1 {
  font-size: 23px; }
#dd_wrapper ul.page_items_connect #heading_item_117682 h2 {
  font-size: 20px; }
#dd_wrapper ul.page_items_connect #heading_item_117682 h3 {
  font-size: 17px; }
#dd_wrapper ul.page_items_connect #heading_item_117682 h5 {
  font-size: 16px; }

#dd_wrapper ul.page_items_connect #textblock_item_176077 {
  text-align: center; }

#dd_wrapper ul.page_items_connect #heading_item_175763 h1, #dd_wrapper ul.page_items_connect #heading_item_175763 h2, #dd_wrapper ul.page_items_connect #heading_item_175763 h3, #dd_wrapper ul.page_items_connect #heading_item_175763 h4, #dd_wrapper ul.page_items_connect #heading_item_175763 h5 {
  color: #951E1E;
  text-align: center; }
#dd_wrapper ul.page_items_connect #heading_item_175763 h1 {
  font-size: 23px; }
#dd_wrapper ul.page_items_connect #heading_item_175763 h2 {
  font-size: 20px; }
#dd_wrapper ul.page_items_connect #heading_item_175763 h3 {
  font-size: 17px; }
#dd_wrapper ul.page_items_connect #heading_item_175763 h5 {
  font-size: 16px; }

#dd_wrapper ul.page_items_connect #heading_item_175764 h1, #dd_wrapper ul.page_items_connect #heading_item_175764 h2, #dd_wrapper ul.page_items_connect #heading_item_175764 h3, #dd_wrapper ul.page_items_connect #heading_item_175764 h4, #dd_wrapper ul.page_items_connect #heading_item_175764 h5 {
  color: #951E1E;
  text-align: center; }
#dd_wrapper ul.page_items_connect #heading_item_175764 h1 {
  font-size: 23px; }
#dd_wrapper ul.page_items_connect #heading_item_175764 h2 {
  font-size: 20px; }
#dd_wrapper ul.page_items_connect #heading_item_175764 h3 {
  font-size: 17px; }
#dd_wrapper ul.page_items_connect #heading_item_175764 h5 {
  font-size: 16px; }

#dd_wrapper ul.page_items_connect #textblock_item_175854 {
  text-align: center; }