@media print{
	

	
@font-face {
  font-family: 'bariol_regularregular';
  src: url('../fonts/bariol_regular.eot');
  src: url('../fonts/bariol_regular.eot?#iefix') format('embedded-opentype'), url('../fonts/bariol_regular.woff2') format('woff2'), url('../fonts/bariol_regular.woff') format('woff'), url('../fonts/bariol_regular.ttf') format('truetype'), url('../fonts/bariol_regular.svg#bariol_regularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bariolregular_italic';
  src: url('../fonts/bariol_regular_italic.eot');
  src: url('../fonts/bariol_regular_italic.eot?#iefix') format('embedded-opentype'), url('../fonts/bariol_regular_italic.woff2') format('woff2'), url('../fonts/bariol_regular_italic.woff') format('woff'), url('../fonts/bariol_regular_italic.ttf') format('truetype'), url('../fonts/bariol_regular_italic.svg#bariolregular_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bariol_boldbold';
  src: url('../fonts/bariol_bold.eot');
  src: url('../fonts/bariol_bold.eot?#iefix') format('embedded-opentype'), url('../fonts/bariol_bold.woff2') format('woff2'), url('../fonts/bariol_bold.woff') format('woff'), url('../fonts/bariol_bold.ttf') format('truetype'), url('../fonts/bariol_bold.svg#bariol_boldbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bariolthin';
  src: url('../fonts/bariol_thin.eot');
  src: url('../fonts/bariol_thin.eot?#iefix') format('embedded-opentype'), url('../fonts/bariol_thin.woff2') format('woff2'), url('../fonts/bariol_thin.woff') format('woff'), url('../fonts/bariol_thin.ttf') format('truetype'), url('../fonts/bariol_thin.svg#bariolthin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hello_beautifulregular';
  src: url('../fonts/hellobeautiful-regular.eot');
  src: url('../fonts/hellobeautiful-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/hellobeautiful-regular.woff2') format('woff2'), url('../fonts/hellobeautiful-regular.woff') format('woff'), url('../fonts/hellobeautiful-regular.ttf') format('truetype'), url('../fonts/hellobeautiful-regular.svg#hello_beautifulregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bariol_serifregular_italic';
  src: url('../fonts/bariol_serif_regular_italic-webfont.eot');
  src: url('../fonts/bariol_serif_regular_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bariol_serif_regular_italic-webfont.woff2') format('woff2'), url('../fonts/bariol_serif_regular_italic-webfont.woff') format('woff'), url('../fonts/bariol_serif_regular_italic-webfont.ttf') format('truetype'), url('../fonts/bariol_serif_regular_italic-webfont.svg#bariol_serifregular_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bariol_serif_regularregular';
  src: url('../fonts/bariol_serif_regular-webfont.eot');
  src: url('../fonts/bariol_serif_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bariol_serif_regular-webfont.woff2') format('woff2'), url('../fonts/bariol_serif_regular-webfont.woff') format('woff'), url('../fonts/bariol_serif_regular-webfont.ttf') format('truetype'), url('../fonts/bariol_serif_regular-webfont.svg#bariol_serif_regularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Webkit */
::-webkit-input-placeholder {
  text-align: center;
}
/* Firefox 4-18 */
:-moz-placeholder {
  text-align: center;
}
/* Firefox 19+ */
::-moz-placeholder {
  text-align: center;
}
/* IE10+ */
:-ms-input-placeholder {
  text-align: center;
}
.clear {
  clear: both;
}
body {
  color: #959499;
  font: normal 15px/25px 'bariol_serif_regularregular';
}
#logo {
  display: block;
  width: 130px;
  margin: 30px auto 0 auto;
}
#logo a,
#logo img {
  display: block;
  width: 130px;
}
#menu {
  overflow: visible;
  margin: 40px 0 30px 0;
  position: relative;
  z-index: 2;
}
#menu ul {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
#menu ul li {
  display: inline;
}
#menu ul li a {
  color: #959499;
  text-transform: uppercase;
  font: normal 15px/25px 'bariol_regularregular';
  margin: 0 20px;
  display: inline-block;
  letter-spacing: 1px;
}
#menu ul li a:hover,
#menu ul li a:focus,
#menu ul li a.nav-path-selected {
  text-decoration: none;
  color: #f9ae31;
}
#menu ul li a.nav-path-selected {
  font-family: 'bariol_boldbold';
  border-bottom: solid #f9ae31 2px;
}
#menu ul ul {
  position: absolute;
  display: block;
  top: 34px;
  left: 0;
  opacity: 0;
  padding: 40px 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  width: 100%;
  background-color: rgba(249, 174, 49, 0.8);
}
#menu ul li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
#menu ul ul {
  float: none;
  left: 0;
}
#menu ul ul li {
  float: none;
  right: 0;
}
#menu ul ul li a {
  color: #58595b;
  text-transform: none;
  font-family: 'bariol_serif_regularregular';
}
#menu ul ul li a:hover,
#menu ul ul li a:focus {
  color: #fff;
  /*border-bottom: solid #fff 2px;*/
}
#menu ul ul li a.nav-path-selected {
  color: #fff;
  border-bottom: solid #fff 2px;
}
#slider {
  display: block;
  width: 100%;
  min-height: 150px;
}
#slider img {
  display: block;
  margin: 15px auto;
}
#slider.defaultSlider img {
  width: 50%;
}
#wrapper h1,
#wrapper h1 a {
  color: #9cc046;
  font: normal 44px/44px 'bariolthin';
  text-align: center;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}
#wrapper p {
  margin: 0;
}
#wrapper hr {
  margin: 10px 0 30px 0;
}
#wrapper strong {
  font-family: 'bariol_boldbold';
  letter-spacing: 1px;
  font-weight: normal !important;
}
#wrapper .list-inline {
  margin-left: 0;
}
#wrapper .additionalContent ul li,
#wrapper .additionalContent li {
  display: list-item;
  list-style-type: disc;
}
#wrapper .additionalContent ul {
  list-style-position: inside;
}
#wrapper #sidebar,
#wrapper .forForm {
  overflow: hidden;
}
#wrapper #sidebar input,
#wrapper .forForm input,
#wrapper #sidebar textarea,
#wrapper .forForm textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  font: normal 15px 'bariol_serif_regularregular';
  line-height: 35px;
  padding: 0 20px;
  height: 35px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#wrapper #sidebar input,
#wrapper .forForm input {
  margin: 6px 0 43px 0;
}
#wrapper #sidebar textarea,
#wrapper .forForm textarea {
  height: 250px;
  resize: none;
}
#wrapper #sidebar input:focus,
#wrapper .forForm input:focus,
#wrapper #sidebar textarea:focus,
#wrapper .forForm textarea:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f9ae31;
}
#wrapper #sidebar input[type="submit"],
#wrapper .forForm input[type="submit"] {
  letter-spacing: 1px;
}
#wrapper .forForm .survey-newsletter {
  background: none;
}
#wrapper .forForm .survey-newsletter .survey-headline-1,
#wrapper .forForm .survey-newsletter h2 {
  color: #959499;
}
#wrapper .forForm .survey-newsletter h2 {
  margin-bottom: 30px;
}
#sidebar .survey-newsletter input {
  border: 0;
}
#sidebar img {
  display: block;
  margin: auto;
  text-align: center;
}
#content {
  margin: 50px 0;
  position: relative;
  z-index: 1;
}
#content p a,
#content .col-md-8 ul li a {
  color: #9cc046;
}
.ccm-block-social-links li,
.ccm-block-share-this-page li {
  background: #c0c1c3;
  padding: 5px;
  margin-left: 5px;
}
.ccm-block-social-links li.first,
.ccm-block-share-this-page li.first {
  background: none;
  font: normal 15px/30px 'bariol_boldbold';
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
  display: block;
}
.ccm-block-social-links li a,
.ccm-block-share-this-page li a {
  color: #fff;
  display: block;
}
.ccm-block-social-links li a i,
.ccm-block-share-this-page li a i {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
}
.ccm-block-social-links {
  display: block;
  margin: 35px 0 15px 0;
  position: relative;
  text-align: center;
}
.ccm-block-social-link li {
  display: inline;
}
.bloglovin-widget-follow-btn {
  display: block;
  margin: 0 auto 35px auto;
  text-align: center;
  background: #000;
}
.bloglovin-widget-follow {
  margin-bottom: 25px;
}
.ccm-block-share-this-page ul {
  text-align: center;
}
.ccm-block-share-this-page li {
  list-style-type: none !important;
  display: inline-block !important;
  margin-bottom: 10px;
}
.ccm-block-share-this-page li.first {
  display: block !important;
  text-align: center;
  margin-bottom: 10px;
}
.ccm-block-share-this-page ul li:nth-child(2) {
  margin-left: 0 !important;
}
.survey-headline-1 {
  display: block;
  text-align: center;
  font: normal 17px 'bariol_serif_regularregular';
}
#wrapper h2 {
  display: block;
  text-align: center;
  font: normal 24px/24px 'bariol_boldbold';
  text-transform: uppercase;
  margin: 5px 0 15px 0;
  letter-spacing: 1px;
}
#wrapper h2 a:hover,
#wrapper h2 a:focus {
  text-decoration: none;
}
#wrapper h3 {
  display: inline-block;
  text-align: left;
  font: normal 24px/50px 'bariol_boldbold';
  text-transform: uppercase;
  margin: 30px 0 30px 0;
  color: #f9ae31;
  border-bottom: solid #f9ae31 2px;
}
.ccm-block-type-form input {
  margin: 0 !important;
}
.ccm-block-type-form label {
  display: none;
}
.survey-newsletter {
  background: #ebebed;
  padding: 20px 40px;
  margin: 0;
}
#wrapper .btn-orange {
  background: #f9ae31;
  border: none;
  font: normal 15px 'bariol_boldbold' !important;
  text-transform: uppercase;
}
figure.item {
  min-height: 595px;
}
figure.item a.imageLink {
  display: block;
  width: 100%;
}
figure.item a.imageLink img {
  display: block;
  width: 100%;
}
figure.item figcaption h2 {
  margin: 5px 0 !important;
}
figure.item figcaption h2 a {
  display: block;
  color: #58595b;
}
figure.item figcaption .description {
  text-align: center;
}
figure.item figcaption div.breadcrumb {
  margin: 20px 0 0 0 !important;
}
figure.item figcaption div.breadcrumb,
figure.item figcaption ol.breadcrumb {
  margin: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  padding: 0;
}
figure.item figcaption div.breadcrumb li,
figure.item figcaption ol.breadcrumb li {
  display: inline !important;
  font: normal 12px 'bariolregular_italic';
  letter-spacing: 1px;
  list-style-type: none !important;
}
figure.item figcaption div.breadcrumb li a,
figure.item figcaption ol.breadcrumb li a {
  display: inline-block;
  color: #959499;
  font: normal 12px 'bariolregular_italic';
  border-bottom: solid #aeadb4 1px;
  letter-spacing: 1px;
}
figure.item figcaption div.breadcrumb li a:hover,
figure.item figcaption ol.breadcrumb li a:hover,
figure.item figcaption div.breadcrumb li a:focus,
figure.item figcaption ol.breadcrumb li a:focus {
  text-decoration: none !important;
}
figure.item figcaption div.breadcrumb li.active,
figure.item figcaption ol.breadcrumb li.active {
  color: #959499;
}
figure.item figcaption .date {
  font: normal 12px 'bariolregular_italic';
  letter-spacing: 1px;
  text-align: center;
}
figure.item .breadcrumb > li + li::before {
  content: '';
  padding: 0;
}
#wrapper .btn-grey {
  display: block;
  width: 200px;
  background: #ebebed;
  font: normal 15px/34px 'bariol_boldbold' !important;
  text-transform: uppercase;
  color: #959499;
  margin: 15px auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 20px;
  height: 35px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
  letter-spacing: 1px;
}
.btn-grey:hover,
.btn-grey:focus {
  text-decoration: none;
  color: #58595b;
}
#sidebar .btn-grey {
  margin-top: 0;
  margin-bottom: 0;
}
.headlineImage {
  display: block;
  margin-bottom: 40px;
}
.headlineImage img {
  display: block;
}
.additionalContent .date {
  font: normal 12px 'bariolregular_italic';
  letter-spacing: 1px;
  text-align: center;
}
.additionalContent h2 {
  color: #58595b;
}
.enjoy {
  color: #9cc046;
  text-align: center;
  font: normal 100px 'hello_beautifulregular';
  letter-spacing: 5px;
  margin: 30px 0 20px 0;
}
.ccm-block-next-previous-wrapper .btn-grey {
  margin-top: 40px;
}
.ccm-block-next-previous-wrapper .ccm-block-next-previous-previous-link {
  float: left;
}
.ccm-block-next-previous-wrapper .ccm-block-next-previous-next-link {
  float: right;
}
.isFeatured a {
  color: #959499;
}
.isFeatured a:hover {
  color: #58595b;
  text-decoration: none;
}
.isFeatured ul {
  list-style-position: inside;
}
.isFeatured li {
  list-style-type: none;
  color: #959499;
  display: block;
  position: relative;
  padding: 0 0 0 10px;
}
.isFeatured li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.findOutMore {
  display: block;
  text-transform: uppercase;
  color: #58595b;
  font: normal 15px 'bariol_boldbold';
  text-align: center;
  text-decoration: underline;
  margin-top: 40px;
}
.findOutMore:hover,
.findOutMore:focus {
  text-decoration: underline;
  color: #58595b;
}
#wrapper .pagination > .active > a,
#wrapper .pagination > .active > a:focus,
#wrapper .pagination > .active > a:hover,
#wrapper .pagination > .active > span,
#wrapper .pagination > .active > span:focus,
#wrapper .pagination > .active > span:hover {
  background-color: #9cc046;
  border-color: #9cc046;
  color: #fff;
}
#wrapper .pagination > li > a,
#wrapper .pagination > li > span {
  color: #9cc046;
}
#wrapper .pagination > .disabled > a,
#wrapper .pagination > .disabled > a:focus,
#wrapper .pagination > .disabled > a:hover,
#wrapper .pagination > .disabled > span,
#wrapper .pagination > .disabled > span:focus,
#wrapper .pagination > .disabled > span:hover {
  color: #959499;
}
#wrapper .pagination > li > a:focus,
#wrapper .pagination > li > a:hover,
#wrapper .pagination > li > span:focus,
#wrapper .pagination > li > span:hover {
  background: #ebebed;
}
#wrapper .ccm-pagination-wrapper {
  overflow: hidden;
  display: block;
  clear: both;
}
#wrapper .ccm-pagination-wrapper .pagination {
  width: 100%;
  text-align: center;
}
#wrapper .ccm-pagination-wrapper .pagination > li > a,
#wrapper .ccm-pagination-wrapper .pagination > li > span {
  float: none;
  text-align: center;
  display: inline-block;
}
#wrapper .ccm-pagination-wrapper li {
  list-style-type: none !important;
  display: inline !important;
}
#wrapper .script h1 {
  font-family: 'hello_beautifulregular';
  text-transform: none;
  letter-spacing: 7px;
  font-size: 60px;
  margin-bottom: 40px;
}
#wrapper .sameHeight {
  height: 126px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0 ;
  right: 0;
  margin: 0 15px;
}
#wrapper figure.item {
  position: relative;
}
#wrapper figure.item figcaption {
  padding-bottom: 126px;
}
#searchresultsEXV input {
  display: none;
}
#searchresultsEXV #searchResults .searchResult {
  display: block;
  margin-bottom: 30px;
}
#searchresultsEXV #searchResults .searchResult a.pageLink {
  display: block;
  font: normal 12px "bariolregular_italic";
  color: #959499;
  text-align: left;
}
#searchresultsEXV #searchResults .searchResult p {
  text-align: left;
}
#searchresultsEXV #searchResults .searchResult h2 a,
#searchresultsEXV #searchResults .searchResult h2 {
  color: #58595b;
  text-align: left;
}
#searchresultsEXV #searchResults .searchResult span {
  background: #9cc046 !important;
  color: #fff;
  padding: 0 2px;
}
#wrapper input,
#wrapper textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#wrapper .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#wrapper .form-group .btn,
#wrapper .form-actions .btn {
  width: 100%;
}
#wrapper input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font: normal 15px 'bariol_serif_regularregular';
  line-height: 35px;
  padding: 0 20px;
  height: 35px;
}
#wrapper input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important;
  width: 15px;
  height: 15px;
  line-height: 25px;
}
#wrapper input:focus,
#wrapper textarea:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f9ae31;
}
#wrapper .login-row label {
  display: none;
}
#wrapper .alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#innerContent ul.ccm-system-errors.ccm-error {
  padding: 15px;
  margin-bottom: 40px;
  border: solid #EBCCD1 1px;
  background: #F2DEDE;
  color: #A94442;
}
#innerContent ul.ccm-system-errors.ccm-error li {
  list-style-type: disc;
  list-style-position: inside;
  display: list-item;
}
#wrapper .relative {
  position: relative;
}
#wrapper label {
  font-family: 'bariol_regularregular';
  font-weight: normal;
}
#wrapper #loginLogout {
  position: absolute;
  top: 81px;
  right: 0;
  width: 100%;
}
#wrapper #loginLogout .login-logout-link {
  text-align: right;
}
#wrapper #loginLogout .login-logout-link a {
  color: #9cc046;
  text-transform: uppercase;
  font-size: 12px;
}
.ccm-conversation-avatar {
  display: none !important;
}
.ccm-conversation-message-form {
  padding: 0 !important;
}
div.ccm-conversation-message {
  padding: 0 !important;
  margin-bottom: 20px !important;
}
.ccm-conversation-message-username {
  color: #9cc046 !important;
  font-weight: normal !important;
}
.ccm-conversation-social-share {
  display: none !important;
}
.ccm-conversation-message-form .btn {
  margin: 20px 0 0 0 !important;
}
.ccm-conversation-message-byline,
.ccm-conversation-message-body {
  padding: 0 !important;
}
.ccm-conversation-message-admin-control a {
  color: #f9ae31 !important;
}
#wrapper footer {
  background: #efeff0;
  text-align: center;
}
#wrapper footer a {
  color: #959499;
}
#wrapper footer #logoFooter {
  display: block;
  width: 130px;
  margin: 30px auto 30px auto;
}
#wrapper footer #logoFooter a,
#wrapper footer #logoFooter img {
  display: block;
  width: 130px;
}
.hidden-seo {
  display: none;
}
#tags {
  display: block;
}
#tags ul {
  display: block;
  text-align: center;
}
#tags li {
  display: inline-block;
  margin: 10px 10px 0 -4px;
}
#tags a {
  padding: 6px 12px;
  color: #fff !important;
  display: block;
  background: #9cc046;
  text-transform: uppercase;
  font: normal 12px 'bariol_regularregular';
  letter-spacing: 1px;
}

	
	
	
	
	
	 
    .no-print, .no-print *{
        display: none !important;
    }
}