/*!
Theme Name: UC Davis Integrative Medicine
Author: Page Design Group
Description: This is a custom theme developed specifically for UC Davis Integrative Medicine
Text Domain: ucdim

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*
Theme Name: sacvalley
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sacvalley
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 sacvalley is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  min-width: 320px;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
  display: block;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
/* DUMB
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}*/
p {
  margin-bottom: 1em;
}
p:last-child {
  margin: 0;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1em 30px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  margin: 0 0 0.75em 0;
}
li:last-child {
  margin: 0;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  padding: 3px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="submit"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul {
  left: auto;
}
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
/* Small menu */
.menu-toggle {
  display: none;
}
@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }
  .main-navigation ul {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-icon {
  margin: 4px;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
a:link,
a:visited {
  color: #BC323B;
  text-decoration: none;
}
a:hover {
  color: #E26B2D;
  text-decoration: underline;
}
body {
  font-family: "lato", serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333333;
}
h1,
h2,
h3,
h4 {
  font-family: 'Raleway', sans-serif;
  line-height: 1.2;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}
h1 {
  font-size: 25px;
  font-size: 2.5rem;
  color: #124D83;
  margin-bottom: 10px;
}
h2 {
  font-size: 20px;
  font-size: 2rem;
  color: #E26B2D;
  margin: 20px 0 8px;
}
h2.post-count {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
  color: #999999;
  margin-bottom: 18px;
  line-height: 32px;
}
h2.post-count .pop-link {
  float: right;
}
h3 {
  font-size: 17px;
  font-size: 1.7rem;
  color: #124D83;
  font-weight: 100;
  margin: 24px 0 16px;
}
h4 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
  text-transform: uppercase;
  margin: 24px 0 16px;
}
p.intro {
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
  font-weight: 300;
}
p.note {
  color: #c8c8c8;
  font-size: 10px;
  font-size: 1rem;
  margin-top: 35px;
}
strong,
b {
  font-weight: 700;
}
td {
  vertical-align: top;
}
#main {
  width: 94%;
  margin: 40px auto 40px;
  max-width: 1200px;
}
.single #main {
  max-width: 950px;
}
.button {
  padding: 6px 32px;
  color: #fff;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: none;
  display: inline-block;
  background-color: #BC323B;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
.button.red {
  background-color: #BC323B;
  color: #fff;
}
.button.blue {
  background-color: #124D83;
  color: #fff;
}
.button.green {
  background-color: #668C41;
  color: #fff;
}
.button.orange {
  background-color: #E26B2D;
  color: #fff;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.icon-search {
  width: 26px;
  height: 26px;
  fill: #BC323B;
}
.lt-ie9 .icon-search {
  background: url('_images/search.png') no-repeat left top;
}
.lt-ie9 #search {
  background: url('_images/search.png') no-repeat 2px 2px;
  padding: 7px;
}
.icon-list {
  width: 36px;
  height: 36px;
}
.icon-cross {
  width: 36px;
  height: 36px;
  fill: #fff;
}
.close-nav {
  display: none;
}
.ucdlogo {
  float: none;
  transiton: height 0.3s ease-in-out;
}
img.circle {
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
img.social-icon {
  margin: 0 3px 0 0;
}
img.alignright {
  margin: 0 0 30px 30px;
}
img.alignright.social-icon {
  margin: 0 3px 0 0;
}
img.alignleft {
  margin: 0 30px 30px 0;
}
img.alignleft.social-icon {
  margin: 0 3px 0 0;
}
.hide {
  display: none;
  visibility: invisible;
}
#masthead {
  position: fixed;
  z-index: 1000;
  width: 100%;
  min-width: 320px;
  background-color: #fff;
  box-shadow: 0 0px 10px #666;
}
#header-content {
  background-color: #fff;
  padding: 10px 16px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 80px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.home-cta {
  background-color: #ededed;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  overflow: hidden;
}
.home-cta .container {
  *zoom: 1;
}
.home-cta .container:before,
.home-cta .container:after {
  content: "";
  display: table;
}
.home-cta .container:after {
  clear: both;
}
.home-cta .cta-wrap {
  *zoom: 1;
  padding: 12px 20px;
  position: relative;
}
.home-cta .cta-wrap:before,
.home-cta .cta-wrap:after {
  content: "";
  display: table;
}
.home-cta .cta-wrap:after {
  clear: both;
}
.home-cta .cta-txt {
  display: inline;
  width: 98.03921569%;
  margin: 0 0.98039216%;
  margin-bottom: 12px;
  float: left;
  position: relative;
}
.home-cta h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  color: #808080;
  margin: 0;
}
.home-cta p {
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
  color: #808080;
}
.home-cta .close-cta {
  transition: color 0.0s linear !important;
  line-height: 1;
  color: #808080;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 10px;
}
.home-cta .close-cta:hover {
  color: #E26B2D;
}
.home-cta form {
  display: inline;
  width: 98.03921569%;
  margin: 0 0.98039216%;
  float: left;
}
.home-cta .moonray-form-label {
  display: none;
}
.home-cta input[type="text"],
.home-cta input[type="email"] {
  margin: 5px 0;
  border: none;
  padding: 5px 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
  display: inline;
  float: left;
  width: 35.53921569%;
  margin: 0 0.98039216%;
}
.home-cta input[type="submit"] {
  padding: 4px;
  display: inline;
  float: left;
  width: 23.03921569%;
  margin: 0 0.98039216%;
  text-align: center;
  font-size: 1.6rem;
}
.hide-cta {
  height: 0px;
}
.site-title {
  display: block;
}
.ucdim-logo {
  float: left;
  height: 60px;
  margin-right: 12px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.logo-txt {
  float: left;
  color: #124D83;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-top: 20px;
}
.logo-txt .line-one {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: .25em;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.logo-txt .line-two {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#menu-trigger {
  display: none;
}
#site-navigation {
  /*	position: absolute;
	right: 0;*/
  position: relative;
  float: right;
}
#site-navigation ul {
  display: block;
  width: 100%;
  clear: both;
  margin: 0 40px 0 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#site-navigation ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Raleway', sans-serif;
  margin-right: 16px;
}
#site-navigation ul li.current-menu-item a {
  font-weight: 700;
  color: #BC323B;
}
#site-navigation ul li a {
  color: #333333;
}
#site-navigation ul li a:hover {
  color: #BC323B;
}
#site-navigation .header-social {
  *zoom: 1;
  height: 35px;
  overflow: hidden;
  margin: 40px auto 0;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#site-navigation .header-social:before,
#site-navigation .header-social:after {
  content: "";
  display: table;
}
#site-navigation .header-social:after {
  clear: both;
}
#site-navigation .header-social a {
  display: inline-block;
}
#site-navigation .header-social a:hover {
  opacity: 0.9;
}
.site-content {
  padding-top: 80px;
  -webkit-transition: padding 0s linear;
  -moz-transition: padding 0s linear;
  -o-transition: padding 0s linear;
  transition: padding 0s linear;
}
.pre-footer {
  font-size: 15px;
  font-size: 1.5rem;
  *zoom: 1;
  padding-top: 40px;
  background-color: #ededed;
}
.pre-footer:before,
.pre-footer:after {
  content: "";
  display: table;
}
.pre-footer:after {
  clear: both;
}
.pre-footer h1 {
  font-size: 16px;
  font-size: 1.6rem;
}
.pre-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pre-footer ul li {
  margin-bottom: 8px;
}
.pre-footer form.moonray-form-clearfix label {
  display: none;
}
.pre-footer form.moonray-form-clearfix input[type="text"],
.pre-footer form.moonray-form-clearfix input[type="email"] {
  width: 200px;
  margin-bottom: 10px;
  border: none;
  padding: 5px 10px;
  font-family: 'Raleway', sans-serif;
}
#colophon {
  background-color: #124D83;
  padding: 10px  0;
  color: #fff;
  text-align: center;
}
#colophon p {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.home article .getsocial {
  display: none;
}
#latest-post {
  width: 100%;
  padding-top: 170px;
  padding-bottom: 0px;
  /*	padding-bottom: 38%;*/
  background-position: 50% 50%;
}
#latest-post .container {
  /*		.clearfix();*/
  position: relative;
}
#latest-post a {
  color: #fff;
}
#latest-post h4 {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 500;
}
.featured-post {
  /*	margin: 100px 0 40px;*/
  /*	position: absolute;
	left: 0;
	top: 40px;*/
  background-color: #668C41;
  padding: 20px;
}
.featured-post h1 {
  font-size: 25px;
  font-size: 2.5rem;
}
.featured-post h1 a {
  color: #fff;
}
.featured-post small {
  color: #fff;
  font-size: 100%;
  font-style: italic;
}
.featured-post .entry-meta {
  color: #fff;
  margin-bottom: 20px;
}
.im-intro {
  background-color: #124D83;
  color: #fff;
  padding: 30px;
  overflow: hidden;
  text-align: center;
}
.pop-link {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.article-list-header {
  position: relative;
  width: 94%;
  margin: 0px auto;
  max-width: 1200px;
}
.pop-switch {
  width: 140px;
  height: 30px;
  position: absolute;
  display: none;
  top: 40px;
  right: 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.switch-toggle a {
  display: none;
}
@media only screen {
  .switch-toggle {
    width: 100%;
    display: block;
    height: 30px;
    position: relative;
    display: table;
    table-layout: fixed;
    padding: 0 !important;
  }
  .switch-toggle * {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .switch-toggle a {
    display: block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .switch-toggle label,
  .switch-toggle > span {
    line-height: 30px;
    vertical-align: middle;
  }
  .switch-toggle * {
    font-size: 15px;
  }
  .switch-toggle input {
    position: absolute;
    opacity: 0;
  }
  .switch-toggle input + label {
    position: relative;
    z-index: 2;
    display: table-cell;
    width: 50%;
    padding: 0 0.5em;
    margin: 0;
    text-align: center;
  }
  .switch-toggle a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
  }
  .switch-toggle input:last-of-type:checked ~ a {
    left: 50%;
  }
  .switch-toggle {
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
  }
  .switch-toggle a {
    background-color: #EFEFEF;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .switch-toggle label {
    color: #818181;
    font-weight: normal;
  }
  .switch-toggle input:checked + label {
    color: #0D3971;
  }
  .switch-toggle.red input:checked + label {
    color: #BC323B;
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 80em) {
  .switch-toggle {
    -webkit-animation: webkitSiblingBugfix infinite 1s;
  }
}
@-webkit-keyframes webkitSiblingBugfix {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.ajax-fade-out {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ajax-fade-in {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
article.excerpt {
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
  *zoom: 1;
}
article.excerpt:before,
article.excerpt:after {
  content: "";
  display: table;
}
article.excerpt:after {
  clear: both;
}
article.excerpt h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  font-size: 3rem;
}
article.excerpt h1 a {
  color: #124D83;
}
article.excerpt .byline {
  display: inline-block;
}
.entry-meta {
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.entry-meta .addthis_sharing_toolbox {
  margin: 10px;
}
.entry-header {
  padding: 12px 0;
  border-bottom: 1px solid #ededed;
}
#hero {
  padding-top: 180px;
  background-position: center;
}
.author-bio {
  background-color: #F7F7F7;
  padding: 20px;
  *zoom: 1;
}
.author-bio:before,
.author-bio:after {
  content: "";
  display: table;
}
.author-bio:after {
  clear: both;
}
.author-bio .container {
  width: 94%;
  margin: 0 auto;
  max-width: 950px;
}
.author-bio a,
.author-bio h2 {
  color: #124D83;
}
.author-bio .bio-img {
  display: inline;
  float: left;
  width: 23.03921569%;
  margin: 0 0.98039216%;
}
.author-bio .bio {
  display: inline;
  float: left;
  width: 73.03921569%;
  margin: 0 0.98039216%;
}
.author-bio .getsocial {
  display: none;
}
#facebook-block {
  max-width: 600px;
  margin: 40px auto;
  overflow: hidden;
}
.post-todo {
  padding: 24px 30px 30px;
  margin: 20px 0;
  background-color: #dbe4ec;
}
.post-todo h1,
.post-todo h2,
.post-todo h3,
.post-todo h4,
.post-todo h5,
.post-todo h6 {
  color: #124D83;
  margin-bottom: 0.25em;
  font-weight: 300;
}
.post-todo h1:first-child,
.post-todo h2:first-child,
.post-todo h3:first-child,
.post-todo h4:first-child,
.post-todo h5:first-child,
.post-todo h6:first-child {
  margin-top: 0;
}
.post-todo p {
  color: #000;
}
.rec-read {
  *zoom: 1;
  width: 94%;
  margin: 40px auto 40px;
  max-width: 950px;
}
.rec-read:before,
.rec-read:after {
  content: "";
  display: table;
}
.rec-read:after {
  clear: both;
}
.rec-read h3 {
  font-weight: 200;
  padding: 0 20px 20px;
}
.rec-articles {
  display: flex;
  flex-flow: row wrap;
}
.rec-article {
  position: relative;
  width: 50%;
  flex: 0 1 50%;
  padding: 20px;
  float: left;
  text-decoration: none !important;
}
.rec-article h4 {
  color: #124D83;
  text-transform: none;
  margin-bottom: 2.25em;
  font-weight: 500;
}
.rec-article p {
  color: #BC323B;
  margin-bottom: 20px;
  position: absolute;
  bottom: 0;
}
.rec-article:hover {
  background-color: #f3f6f9;
}
.rec-article:last-child {
  background-color: #124D83;
}
.rec-article:last-child h4 {
  color: #fff;
}
.rec-article:last-child p {
  color: #fff;
}
.rec-article:last-child:hover {
  background-color: #124D83;
  opacity: 0.9;
}
.article-img {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 16px;
  background-size: cover;
  background-position: center center;
}
.page-header {
  background-color: #124D83;
  padding: 20px 0;
  *zoom: 1;
}
.page-header:before,
.page-header:after {
  content: "";
  display: table;
}
.page-header:after {
  clear: both;
}
.page-header h1 {
  color: #fff;
  padding: 50px 0;
  max-width: 700px;
}
.page-header .page-featured {
  float: right;
}
.page-header.recipes .page-title,
.page-header.popular .page-title {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 4rem;
}
.archive .page-header .page-title {
  padding: 0;
}
.most-popular .page-header .page-title {
  padding: 0;
}
.callout {
  background-color: #F7F7F7;
  padding: 20px;
  margin: 20px 0;
}
.hrecipe {
  *zoom: 1;
}
.hrecipe:before,
.hrecipe:after {
  content: "";
  display: table;
}
.hrecipe:after {
  clear: both;
}
.page-header.recipe h1 {
  padding-bottom: 0;
}
.page-header.recipe .container {
  max-width: 950px;
}
.page-header.recipe .entry-meta {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
.recipe-meta {
  padding: 10px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
.recipe-meta ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.recipe-meta li {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px;
  list-style: none;
  border-top: 1px solid #ededed;
}
.recipe-meta li:first-child {
  border-top: none;
}
.recipe-meta li strong {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  color: #124D83;
}
.recipe-meta .addthis_sharing_toolbox {
  margin-top: 6px;
}
.ingredients h2 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  text-transform: uppercase;
}
.ingredients h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #BC323B;
}
.ingredients ul {
  margin: 0 0 40px;
  padding: 0;
}
.ingredients ul li {
  list-style: none;
  border-bottom: 1px solid #ededed;
  padding: 8px 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.recipe-content h2 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  text-transform: uppercase;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}
.single-optin {
  background-color: #124D83;
}
.single-optin .optin-std .site-content {
  padding: 0 !important;
}
.single-optin .optin-std .content-area {
  display: inline;
  float: left;
  width: 98.03921569%;
  margin: 0 0.98039216%;
}
.single-optin .optin-std .content-area h1,
.single-optin .optin-std .content-area h2,
.single-optin .optin-std .content-area h3,
.single-optin .optin-std .content-area h4,
.single-optin .optin-std .content-area h5,
.single-optin .optin-std .content-area h6,
.single-optin .optin-std .content-area p,
.single-optin .optin-std .content-area li {
  color: #fff;
}
.single-optin .optin-std .optin-form {
  display: inline;
  float: left;
  width: 98.03921569%;
  margin: 0 0.98039216%;
  *zoom: 1;
  padding: 40px 30px 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px #000;
  text-align: center;
}
.single-optin .optin-std .optin-form:before,
.single-optin .optin-std .optin-form:after {
  content: "";
  display: table;
}
.single-optin .optin-std .optin-form:after {
  clear: both;
}
.single-optin .optin-std .optin-form .optin-form-heading {
  margin-bottom: 30px;
}
.single-optin .optin-std .optin-form .optin-form-heading h1,
.single-optin .optin-std .optin-form .optin-form-heading h2,
.single-optin .optin-std .optin-form .optin-form-heading h3,
.single-optin .optin-std .optin-form .optin-form-heading h4,
.single-optin .optin-std .optin-form .optin-form-heading h5,
.single-optin .optin-std .optin-form .optin-form-heading h6 {
  line-height: 1.2;
}
.single-optin .optin-std .optin-form.optin-footer {
  padding-bottom: 20px;
}
.single-optin .optin-std .optin-form h1,
.single-optin .optin-std .optin-form h2,
.single-optin .optin-std .optin-form h3,
.single-optin .optin-std .optin-form h4,
.single-optin .optin-std .optin-form h5,
.single-optin .optin-std .optin-form h6,
.single-optin .optin-std .optin-form p,
.single-optin .optin-std .optin-form li {
  color: #fff;
}
.single-optin .optin-std .optin-form .moonray-form-label {
  display: none;
}
.single-optin .optin-std .optin-form .moonray-form {
  width: auto;
  border: none;
  background: none;
}
.single-optin .optin-std .optin-form .moonray-form-input[type="text"],
.single-optin .optin-std .optin-form .moonray-form-input[type="email"] {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  max-width: 350px;
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
}
.single-optin .optin-std .optin-form .moonray-form-input[type="submit"] {
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  max-width: 350px;
  min-height: 38px;
  white-space: normal;
  text-transform: uppercase;
}
.single-optin .optin-std .optin-form .no-share {
  margin-top: 20px;
  font-size: 90%;
}
.single-optin .optin-std .site-info {
  padding: 10px 0;
}
.single-optin .optin-std .site-info .ucd-logo {
  margin-left: 30px;
}
.single-optin .optin-lg .optin-header {
  *zoom: 1;
}
.single-optin .optin-lg .optin-header:before,
.single-optin .optin-lg .optin-header:after {
  content: "";
  display: table;
}
.single-optin .optin-lg .optin-header:after {
  clear: both;
}
.single-optin .optin-lg .optin-header .optin-hero-mobile {
  display: block;
  width: 100%;
}
.single-optin .optin-lg .optin-header .optin-hero {
  display: none;
}
.single-optin .optin-lg .site-content {
  padding: 0 !important;
  background-color: #fff;
}
.single-optin .optin-lg .site-content #main {
  *zoom: 1;
  padding: 0;
}
.single-optin .optin-lg .site-content #main:before,
.single-optin .optin-lg .site-content #main:after {
  content: "";
  display: table;
}
.single-optin .optin-lg .site-content #main:after {
  clear: both;
}
.single-optin .optin-lg .site-content h1,
.single-optin .optin-lg .site-content h2,
.single-optin .optin-lg .site-content h3,
.single-optin .optin-lg .site-content h4,
.single-optin .optin-lg .site-content h5,
.single-optin .optin-lg .site-content h6 {
  color: #124D83;
}
.single-optin .optin-lg .site-content h2 {
  font-size: 36px;
  font-size: 3.6rem;
}
.single-optin .optin-lg .optin-form {
  *zoom: 1;
  background-color: #124D83;
  padding: 50px 0;
  text-align: center;
}
.single-optin .optin-lg .optin-form:before,
.single-optin .optin-lg .optin-form:after {
  content: "";
  display: table;
}
.single-optin .optin-lg .optin-form:after {
  clear: both;
}
.single-optin .optin-lg .optin-form .container {
  max-width: 950px;
  width: 94%;
  margin: 0 auto;
}
.single-optin .optin-lg .optin-form.optin-footer {
  padding-bottom: 20px;
}
.single-optin .optin-lg .optin-form .moonray-form-label {
  display: none;
}
.single-optin .optin-lg .optin-form .moonray-form {
  width: auto;
  border: none;
  background: none;
}
.single-optin .optin-lg .optin-form .moonray-form-input[type="text"],
.single-optin .optin-lg .optin-form .moonray-form-input[type="email"] {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 1%;
  margin-bottom: 10px;
  width: 24%;
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
}
.single-optin .optin-lg .optin-form .moonray-form-input[type="submit"] {
  background-color: #BC323B !important;
  color: #fff !important;
  font-weight: 700 !important;
  border: 1px solid #BC323B !important;
  border-radius: 4px !important;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  cursor: pointer;
  min-height: 38px;
  white-space: normal;
  text-transform: uppercase;
}
.single-optin .optin-lg .optin-callout {
  *zoom: 1;
  padding: 36px 0 50px;
}
.single-optin .optin-lg .optin-callout:before,
.single-optin .optin-lg .optin-callout:after {
  content: "";
  display: table;
}
.single-optin .optin-lg .optin-callout:after {
  clear: both;
}
.single-optin .optin-lg .optin-callout h1,
.single-optin .optin-lg .optin-callout h2,
.single-optin .optin-lg .optin-callout h3,
.single-optin .optin-lg .optin-callout h4,
.single-optin .optin-lg .optin-callout h5,
.single-optin .optin-lg .optin-callout h6 {
  color: #124D83;
}
.single-optin .optin-lg .optin-callout .container {
  max-width: 950px;
  width: 94%;
  margin: 0 auto;
}
.single-optin .ty-msg {
  margin: 40px 0;
}
.single-optin .ty-msg h1,
.single-optin .ty-msg h2,
.single-optin .ty-msg h3,
.single-optin .ty-msg h4,
.single-optin .ty-msg h5,
.single-optin .ty-msg h6,
.single-optin .ty-msg p,
.single-optin .ty-msg li {
  color: #fff;
}
.single-optin .blog-link {
  width: 250px;
  text-align: center;
  display: block;
  margin: 0 auto 40px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.single-optin .blog-link img {
  display: inline;
  vertical-align: middle;
  margin-right: 16px;
}
.single-optin .blog-link.black-txt {
  color: #333333;
  text-shadow: 0px 0px 5px #fff;
}
.single-optin .bg-gray {
  background-color: #ededed;
}
.single-optin .bg-gray h1,
.single-optin .bg-gray h2,
.single-optin .bg-gray h3,
.single-optin .bg-gray h4,
.single-optin .bg-gray h5,
.single-optin .bg-gray h6 {
  color: #124D83;
}
.single-optin .bg-gray p,
.single-optin .bg-gray li {
  color: #333333;
}
.single-optin .bg-blue {
  background-color: #124D83;
}
.single-optin .bg-blue h1,
.single-optin .bg-blue h2,
.single-optin .bg-blue h3,
.single-optin .bg-blue h4,
.single-optin .bg-blue h5,
.single-optin .bg-blue h6,
.single-optin .bg-blue p,
.single-optin .bg-blue li {
  color: #fff;
}
.single-optin .bg-red {
  background-color: #BC323B;
}
.single-optin .bg-red h1,
.single-optin .bg-red h2,
.single-optin .bg-red h3,
.single-optin .bg-red h4,
.single-optin .bg-red h5,
.single-optin .bg-red h6,
.single-optin .bg-red p,
.single-optin .bg-red li {
  color: #fff;
}
.single-optin .bg-red .moonray-form-input[type="submit"] {
  background-color: #96282f !important;
  border: 1px solid #96282f !important;
}
.single-optin .bg-drk-red {
  background-color: #96282f;
}
.single-optin .bg-drk-red h1,
.single-optin .bg-drk-red h2,
.single-optin .bg-drk-red h3,
.single-optin .bg-drk-red h4,
.single-optin .bg-drk-red h5,
.single-optin .bg-drk-red h6,
.single-optin .bg-drk-red p,
.single-optin .bg-drk-red li {
  color: #fff;
}
.single-optin .bg-green {
  background-color: #668C41;
}
.single-optin .bg-green h1,
.single-optin .bg-green h2,
.single-optin .bg-green h3,
.single-optin .bg-green h4,
.single-optin .bg-green h5,
.single-optin .bg-green h6,
.single-optin .bg-green p,
.single-optin .bg-green li {
  color: #fff;
}
.single-optin .bg-drk-green {
  background-color: #527034;
}
.single-optin .bg-drk-green h1,
.single-optin .bg-drk-green h2,
.single-optin .bg-drk-green h3,
.single-optin .bg-drk-green h4,
.single-optin .bg-drk-green h5,
.single-optin .bg-drk-green h6,
.single-optin .bg-drk-green p,
.single-optin .bg-drk-green li {
  color: #fff;
}
.single-optin .bg-navy {
  background-color: #002142;
}
.single-optin .bg-navy h1,
.single-optin .bg-navy h2,
.single-optin .bg-navy h3,
.single-optin .bg-navy h4,
.single-optin .bg-navy h5,
.single-optin .bg-navy h6,
.single-optin .bg-navy p,
.single-optin .bg-navy li {
  color: #fff;
}
.single-optin .bg-drk-gray {
  background-color: #333333;
}
.single-optin .bg-drk-gray h1,
.single-optin .bg-drk-gray h2,
.single-optin .bg-drk-gray h3,
.single-optin .bg-drk-gray h4,
.single-optin .bg-drk-gray h5,
.single-optin .bg-drk-gray h6,
.single-optin .bg-drk-gray p,
.single-optin .bg-drk-gray li {
  color: #fff;
}
.single-optin .btn-blue .moonray-form-input[type="submit"] {
  background-color: #124D83;
  border: 1px solid #124D83;
}
.single-optin .btn-red .moonray-form-input[type="submit"] {
  background-color: #BC323B;
  border: 1px solid #BC323B;
}
.single-optin .btn-green .moonray-form-input[type="submit"] {
  background-color: #759854;
  border: 1px solid #759854;
}
.single-optin .btn-orange .moonray-form-input[type="submit"] {
  background-color: #E26B2D;
  border: 1px solid #E26B2D;
}
.single-optin .btn-drk-gray .moonray-form-input[type="submit"] {
  background-color: #333333;
  border: 1px solid #333333;
}
.single-optin .btn-drk-red .moonray-form-input[type="submit"] {
  background-color: #96282f;
  border: 1px solid #96282f;
}
.single-optin .btn-drk-green .moonray-form-input[type="submit"] {
  background-color: #527034;
  border: 1px solid #527034;
}
.single-optin .site-main.black-txt h1,
.single-optin .ty-msg.black-txt h1,
.single-optin .site-main.black-txt h2,
.single-optin .ty-msg.black-txt h2,
.single-optin .site-main.black-txt h3,
.single-optin .ty-msg.black-txt h3,
.single-optin .site-main.black-txt h4,
.single-optin .ty-msg.black-txt h4,
.single-optin .site-main.black-txt h5,
.single-optin .ty-msg.black-txt h5,
.single-optin .site-main.black-txt h6,
.single-optin .ty-msg.black-txt h6,
.single-optin .site-main.black-txt p,
.single-optin .ty-msg.black-txt p,
.single-optin .site-main.black-txt li,
.single-optin .ty-msg.black-txt li {
  color: #333333;
  text-shadow: 0px 0px 5px #fff;
}
.single-optin .optin-disclaimer {
  margin-bottom: 1em;
  font-style: italic;
}
.single-optin .optin-disclaimer a {
  text-decoration: underline;
  color: #fff;
}
.single-optin #optin-share-block {
  margin: 30px auto;
}
.single-optin #optin-share-block #share-the-love {
  display: block;
  margin: 0 auto 20px;
}
.single-optin #optin-share-block .fb-button {
  color: #ffffff;
  background-color: #3b5998;
  text-shadow: none;
}
.single-optin #optin-share-block .twitter-button {
  color: #ffffff;
  background-color: #00aced;
  text-shadow: none;
}
.single-optin #optin-share-block .button {
  height: 40px;
  width: 180px;
  text-align: center;
  vertical-align: middle;
  margin: 0 10px;
}
.single-optin #optin-share-block .button img {
  display: inline-block;
  margin-right: 10px;
}
.post-navigation-single {
  padding: 40px 0;
  text-align: center;
}
.post-navigation-single a {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 20px;
}
.post-navigation-single a img:hover {
  opacity: 0.9;
}
.post-navigation-single .home-btn:first-child {
  margin-left: 60px;
  position: relative;
}
.post-navigation-single .home-btn:first-child::before {
  width: 40px;
  height: 40px;
  display: block;
  background: url(_images/no-prev.svg) center no-repeat;
  background-size: 40px 40px;
  position: absolute;
  top: 0;
  left: -65px;
  content: '';
  cursor: default;
}
.post-navigation-single .home-btn:last-child {
  margin-right: 60px;
  position: relative;
}
.post-navigation-single .home-btn:last-child::after {
  width: 40px;
  height: 40px;
  display: block;
  background: url(_images/no-next.svg) center no-repeat;
  background-size: 40px 40px;
  position: absolute;
  top: 0;
  right: -65px;
  content: '';
  cursor: default;
}
.post-navigation-archive {
  padding: 40px 0;
  text-align: center;
}
.post-navigation-archive .prev-btn {
  height: 0px;
  width: 0px;
  font-size: 0.01px;
}
.post-navigation-archive .prev-btn a {
  display: inline-block;
}
.post-navigation-archive .prev-btn a img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.post-navigation-archive .prev-btn a img:hover {
  opacity: 0.9;
}
.post-navigation-archive .home-btn {
  height: 0px;
  width: 0px;
  font-size: 0.01px;
}
.post-navigation-archive .home-btn a {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
}
.post-navigation-archive .home-btn a img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.post-navigation-archive .home-btn a img:hover {
  opacity: 0.9;
}
.post-navigation-archive .next-btn {
  height: 0px;
  width: 0px;
  font-size: 0.01px;
}
.post-navigation-archive .next-btn a {
  display: inline-block;
}
.post-navigation-archive .next-btn a img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.post-navigation-archive .next-btn a img:hover {
  opacity: 0.9;
}
@media only screen and (min-width: 321px) {
  .post-navigation-single a {
    height: 60px;
    width: 60px;
  }
  .post-navigation-single .home-btn:first-child {
    margin-left: 80px;
  }
  .post-navigation-single .home-btn:first-child::before {
    width: 60px;
    height: 60px;
    top: 0;
    left: -85px;
    background-size: 60px 60px;
  }
  .post-navigation-single .home-btn:last-child {
    margin-right: 80px;
  }
  .post-navigation-single .home-btn:last-child::after {
    width: 60px;
    height: 60px;
    top: 0;
    right: -85px;
    background-size: 60px 60px;
  }
  .post-navigation-archive .prev-btn a img,
  .post-navigation-archive .home-btn a img,
  .post-navigation-archive .next-btn a img {
    height: 60px;
    width: 60px;
  }
}
@media only screen and (max-width: 599px) {
  .moonray-form-input {
    margin: 6px 0;
    /*display: block;*/
  }
  .home-cta .cta-txt p {
    display: none !important;
  }
  .home-cta .close-cta {
    top: 12px;
    right: 26px;
  }
  .pre-footer .container {
    width: 90%;
    margin: 0 auto;
    background-image: none;
  }
  .pre-footer aside {
    clear: both;
    margin-bottom: 20px;
  }
  .site-info {
    width: 90%;
    margin: 0 auto;
  }
  .page-header {
    padding: 0;
  }
  .page-header .container {
    width: 90%;
    margin: 0 auto;
  }
  .single-optin .optin-std .optin-form {
    width: 90%;
    margin: 0 5% 30px;
  }
  .single-optin .optin-lg .optin-form {
    padding: 24px 0;
  }
  .single-optin .optin-lg .optin-form .moonray-form-input[type="text"],
  .single-optin .optin-lg .optin-form .moonray-form-input[type="email"] {
    width: 30%;
  }
  .single-optin .optin-lg #main {
    margin-top: 20px;
  }
  html .gs-bar.gs-buttons.gs-floating.gs-left,
  html .gs-buttons.gs-floating.gs-left.pre-scroll {
    margin-top: 0 !important;
    position: absolute;
    top: 360px !important;
  }
  html .gs-buttons.gs-floating.gs-left.post-scroll {
    margin-top: 0 !important;
    position: fixed;
    top: 180px !important;
  }
}
@media only screen and (min-width: 600px) {
  html {
    font-size: 55%;
  }
  .mobile-only {
    display: none;
  }
  #header-content {
    padding: 15px 0;
    height: 130px;
  }
  .ucdim-logo {
    height: 100px;
  }
  .logo-txt {
    margin-top: 45px;
  }
  .logo-txt .line-one {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .logo-txt .line-two {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .home-cta .cta-wrap {
    display: flex;
    align-items: center;
    padding: 12px 0px;
  }
  .home-cta .cta-txt {
    display: inline;
    float: left;
    width: 43.03921569%;
    margin: 0 0.98039216%;
  }
  .home-cta form {
    display: inline;
    float: left;
    width: 43.03921569%;
    margin: 0 0.98039216%;
    float: right;
  }
  .home-cta input[type="text"],
  .home-cta input[type="email"] {
    display: inline;
    float: left;
    width: 48.03921569%;
    margin: 0 0.98039216%;
    margin-bottom: 10px;
  }
  .home-cta input[type="submit"] {
    display: inline;
    float: left;
    width: 48.03921569%;
    margin: 0 0.98039216%;
  }
  .heads-up #header-content {
    height: 80px;
    padding: 10px 0;
  }
  .heads-up .ucdim-logo {
    height: 60px;
  }
  .heads-up .logo-txt {
    margin-top: 16px;
  }
  .heads-up .logo-txt .line-one {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .heads-up .logo-txt .line-two {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .heads-up #site-navigation ul {
    margin-top: 20px;
  }
  .heads-up #site-navigation .header-social {
    height: 0;
  }
  .heads-up #search-form {
    top: 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  body {
    font-size: 17px;
    font-size: 1.7rem;
  }
  h1 {
    font-size: 50px;
    font-size: 5rem;
  }
  h2 {
    font-size: 27px;
    font-size: 2.7rem;
  }
  h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h4 {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
  }
  #main {
    width: 90%;
  }
  #main .two-col {
    display: inline;
    float: left;
    width: 78.03921569%;
    margin: 0 0.98039216%;
  }
  #main #secondary {
    display: inline;
    float: left;
    width: 18.03921569%;
    margin: 0 0.98039216%;
  }
  .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .ucdlogo {
    float: left;
    padding: 20px;
    border-right: 1px solid #fff;
  }
  .article-list-header {
    width: 90%;
  }
  .pre-footer {
    background: #ededed url('_images/ucdim-logo.svg') -120px 0 no-repeat;
    background-size: 240px;
  }
  .lt-ie9 .pre-footer {
    background: #ededed url('_images/ucdim-logo.png') -120px 0 no-repeat;
  }
  .pre-footer aside {
    width: 20%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
  }
  .pre-footer aside:first-child {
    margin-left: 25%;
  }
  .two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .three-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .two-col-first {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .two-col-last {
    float: left;
    width: 48%;
  }
  #latest-post {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .featured-post {
    background-color: rgba(102, 140, 65, 0.7);
    width: 50%;
    padding: 20px;
  }
  .featured-post h1 {
    font-size: 40px;
    font-size: 4rem;
  }
  .im-intro {
    text-align: left;
    vertical-align: middle;
  }
  .im-intro .uclogo {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    margin-right: 2%;
    text-align: right;
  }
  .im-intro .site-intro {
    width: 70%;
    display: inline-block;
    padding: 10px 2%;
    border-left: 1px solid #fff;
    vertical-align: middle;
  }
  article.excerpt .post-thumb {
    float: left;
  }
  article.excerpt .post-content {
    margin-left: 290px;
  }
  .entry-header {
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
  }
  .entry-header .entry-meta {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
  }
  .entry-header .addthis_sharing_toolbox {
    float: right;
  }
  #hero {
    padding-top: 320px;
    background-position: center;
  }
  .author-bio .container {
    width: 90%;
  }
  .page-header .page-featured {
    width: 33%;
  }
  .rec-read {
    width: 90%;
  }
  .article-img {
    width: 45%;
    float: right;
    margin-left: 16px;
  }
  .recipe-details {
    display: inline;
    float: left;
    width: 28.03921569%;
    margin: 0 0.98039216%;
  }
  .recipe-content {
    display: inline;
    float: left;
    width: 68.03921569%;
    margin: 0 0.98039216%;
    padding-left: 40px;
  }
  .instructions {
    font-size: 110%;
  }
  .recipe-meta ul {
    text-align: left;
  }
  .recipe-meta li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 20px;
    border-top: none;
    border-left: 1px solid #ededed;
  }
  .recipe-meta li:first-child {
    border-left: none;
  }
  .recipe-meta .addthis_sharing_toolbox {
    margin-top: 6px;
  }
  .single-optin .optin-lg .optin-header .optin-hero {
    display: block;
    width: 100%;
  }
  .single-optin .optin-lg .optin-header .optin-hero-mobile {
    display: none;
  }
  html .gs-bar.gs-buttons.gs-floating.gs-left,
  html .gs-buttons.gs-floating.gs-left.pre-scroll {
    margin-top: 0 !important;
    position: absolute;
    top: 550px !important;
  }
  html .gs-buttons.gs-floating.gs-left.post-scroll {
    margin-top: 0 !important;
    position: fixed;
    top: 230px !important;
  }
}
/* Phone Landscape */
@media only screen and (max-device-width: 767px) and (orientation: landscape) {
  #header-content {
    background-color: #fff;
    padding: 10px 16px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    height: 80px;
  }
  .ucdim-logo {
    float: left;
    height: 60px;
    margin-right: 12px;
  }
  .logo-txt {
    float: left;
    color: #124D83;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-top: 20px;
  }
  .logo-txt .line-one {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: .25em;
  }
  .logo-txt .line-two {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .site-content {
    padding-top: 150px;
  }
  .home-cta input[type="text"],
  .home-cta input[type="email"] {
    display: inline;
    float: left;
    width: 35.53921569%;
    margin: 0 0.98039216%;
  }
  .home-cta input[type="submit"] {
    display: inline;
    float: left;
    width: 23.03921569%;
    margin: 0 0.98039216%;
  }
  .hide-cta {
    height: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #site-navigation {
    position: fixed;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 100;
    background-color: #BC323B;
    padding: 0px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  #site-navigation ul {
    text-align: center;
    margin-top: 100px;
  }
  #site-navigation ul li {
    display: block;
    font-size: 25px;
    font-size: 2.5rem;
    margin: 0 0 20px;
  }
  #site-navigation ul li.current-menu-item a {
    color: #fff;
  }
  #site-navigation ul li a {
    color: #FFF;
  }
  #site-navigation ul li a:hover {
    color: #E26B2D;
  }
  #site-navigation.active {
    height: 100%;
    opacity: 1;
  }
  #menu-trigger {
    position: absolute;
    right: 16px;
    top: 16px;
    display: block;
  }
  #menu-trigger.active .icon-list {
    fill: #fff;
  }
  .close-nav {
    position: absolute;
    right: 16px;
    top: 16px;
    display: block;
  }
  .close-nav a:link {
    color: #fff;
  }
  #search-form {
    width: 70%;
    margin: 0 auto;
    color: #fff;
    border-top: 1px solid #96282f;
    padding-top: 20px;
    text-align: center;
  }
  #search-form .icon-search {
    fill: #fff;
    margin: 0 10px 0 0;
  }
  #search-form label {
    display: inline-block;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
    text-transform: uppercase;
  }
  #search-form #search {
    width: 70%;
    display: block;
    margin: 20px auto;
  }
}
@media only screen and (min-width: 768px) {
  .home-cta input[type="text"],
  .home-cta input[type="email"] {
    display: inline;
    float: left;
    width: 35.53921569%;
    margin: 0 0.98039216%;
  }
  .home-cta input[type="submit"] {
    display: inline;
    float: left;
    width: 23.03921569%;
    margin: 0 0.98039216%;
  }
  .rec-article {
    width: 25%;
    flex: 0 1 25%;
  }
  .article-img {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  #search-form {
    position: absolute;
    top: 50px;
    right: 0px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  #search-form .icon-search {
    position: absolute;
    top: 5px;
    left: 8px;
    z-index: 5;
  }
  #search-form #search {
    padding-left: 40px;
    width: 0;
    background-color: transparent;
    border: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 6;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    font-family: 'Raleway', sans-serif;
  }
  #search-form #search:focus {
    background-color: #fff;
    width: 300px;
    z-index: 4;
    border: 1px solid #BC323B;
  }
  #site-navigation .header-social {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  #site-navigation ul {
    margin-top: 60px;
  }
  .single-optin .optin-std .content-area {
    display: inline;
    float: left;
    width: 58.03921569%;
    margin: 0 0.98039216%;
  }
  .single-optin .optin-std .optin-form {
    display: inline;
    float: left;
    width: 38.03921569%;
    margin: 0 0.98039216%;
    border-radius: 0 0 8px 8px;
  }
}
@media only screen and (min-width: 960px) {
  html {
    font-size: 62%;
  }
  #header-content {
    height: 150px;
  }
  .home-cta .cta-txt {
    display: inline;
    float: left;
    width: 50.53921569%;
    margin: 0 0.98039216%;
  }
  .home-cta form {
    display: inline;
    float: left;
    width: 38.03921569%;
    margin: 0 0.98039216%;
  }
  .home-cta h2,
  .home-cta p {
    font-size: 16px;
  }
  .site-content {
    padding-top: 210px;
  }
  .ucdim-logo {
    height: 120px;
  }
  .logo-txt {
    margin-top: 60px;
  }
  #site-navigation ul {
    margin-top: 75px;
  }
  #search-form {
    top: 70px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  #latest-post {
    padding-top: 170px;
  }
  #hero {
    padding-top: 400px;
    background-position: center;
  }
  .im-intro {
    text-align: left;
    vertical-align: middle;
  }
  .im-intro .uclogo {
    display: inline-block;
    vertical-align: middle;
    width: 26%;
    margin-right: 2%;
    text-align: right;
  }
  .im-intro .site-intro {
    width: 65%;
    display: inline-block;
    padding: 10px 2%;
    border-left: 1px solid #fff;
    vertical-align: middle;
  }
  .pre-footer {
    background-image: none;
  }
  .lt-ie9 .pre-footer {
    background-image: none;
  }
  .pre-footer .container {
    background: #ededed url('_images/ucdim-logo.svg') 0% 0 no-repeat;
    background-size: 240px;
  }
  .lt-ie9 .pre-footer .container {
    background: #ededed url('_images/ucdim-logo.png') 0% 0 no-repeat;
  }
  html .gs-bar.gs-buttons.gs-floating.gs-left,
  html .gs-buttons.gs-floating.gs-left.pre-scroll {
    margin-top: 0 !important;
    position: absolute;
    top: 650px !important;
  }
  html .gs-buttons.gs-floating.gs-left.post-scroll {
    margin-top: 0 !important;
    position: fixed;
    top: 250px !important;
  }
}
@media only screen and (max-width: 767px) {
  #facebook-block {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  #main {
    padding-left: 40px;
  }
}
/* tablet Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #header-content {
    padding: 15px 0;
    height: 130px;
  }
  .home-cta input[type="text"],
  .home-cta input[type="email"] {
    display: inline;
    float: left;
    width: 35.53921569%;
    margin: 0 0.98039216%;
  }
  .home-cta input[type="submit"] {
    display: inline;
    float: left;
    width: 23.03921569%;
    margin: 0 0.98039216%;
  }
  .ucdim-logo {
    height: 100px;
  }
  .logo-txt {
    margin-top: 45px;
  }
  .logo-txt .line-one {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .logo-txt .line-two {
    font-size: 21px;
    font-size: 2.1rem;
  }
  #search-form {
    position: absolute;
    top: 50px;
    right: 0px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  #search-form .icon-search {
    position: absolute;
    top: 5px;
    left: 8px;
    z-index: 5;
  }
  #search-form #search {
    padding-left: 40px;
    width: 0;
    background-color: transparent;
    border: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 6;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    font-family: 'Raleway', sans-serif;
  }
  #search-form #search:focus {
    background-color: #fff;
    width: 300px;
    z-index: 4;
    border: 1px solid #BC323B;
  }
  #site-navigation .header-social {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  #site-navigation ul {
    margin-top: 60px;
  }
  .site-content {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .single-optin .optin-lg .optin-form .moonray-form-input[type="text"],
  .single-optin .optin-lg .optin-form .moonray-form-input[type="email"] {
    width: 90%;
    max-width: 360px;
  }
}
@media only screen and (max-width: 360px) {
  .home-cta input[type="text"],
  .home-cta input[type="email"] {
    display: inline;
    float: left;
    width: 48.03921569%;
    margin: 0 0.98039216%;
    margin-bottom: 10px;
  }
  .home-cta input[type="submit"] {
    display: inline;
    float: left;
    width: 48.03921569%;
    margin: 0 0.98039216%;
  }
  .ucdim-logo {
    height: 0;
  }
  .site-content {
    padding-top: 240px;
  }
}
@media print {
  html {
    font-size: 45%;
  }
  #hero,
  #facebook-block,
  #site-navigation,
  .pre-footer,
  .post-navigation,
  .home-cta {
    display: none !important;
  }
  #masthead {
    position: static !important;
  }
  #content {
    padding: 0 !important;
  }
  #main {
    margin-top: 0;
    margin-bottom: 0;
  }
  .entry-header {
    padding-top: 0;
  }
  .mobile-only {
    display: none;
  }
  .site-title {
    background: none;
    width: auto;
    height: auto;
    text-indent: 0;
    display: block;
  }
  #search-form {
    position: absolute;
    top: 0px;
    right: 10px;
  }
  #search-form .icon-search {
    position: absolute;
    top: 5px;
    left: 8px;
    z-index: 5;
  }
  #search-form #search {
    padding-left: 40px;
    width: 0;
    background-color: transparent;
    border: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 6;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    font-family: 'Raleway', sans-serif;
  }
  #search-form #search:focus {
    background-color: #fff;
    width: 300px;
    z-index: 4;
    border: 1px solid #BC323B;
  }
  body {
    font-size: 17px;
    font-size: 1.7rem;
  }
  h1 {
    font-size: 30px;
    font-size: 3rem;
  }
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h4 {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
  }
  #main {
    width: 90%;
  }
  #main .two-col {
    display: inline;
    float: left;
    width: 78.03921569%;
    margin: 0 0.98039216%;
  }
  #main #secondary {
    display: inline;
    float: left;
    width: 18.03921569%;
    margin: 0 0.98039216%;
  }
  .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .ucdlogo {
    float: left;
    padding: 20px;
    border-right: 1px solid #fff;
  }
  .pre-footer {
    background: #ededed url('_images/ucdim-logo.svg') -120px 0 no-repeat;
    background-size: 240px;
  }
  .lt-ie9 .pre-footer {
    background: #ededed url('_images/ucdim-logo.png') -120px 0 no-repeat;
  }
  .pre-footer aside {
    width: 20%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
  }
  .pre-footer aside:first-child {
    margin-left: 25%;
  }
  .home-cta .container {
    padding: 20px;
    text-align: left;
  }
  .home-cta .cta-wrap {
    width: 50%;
    margin: 20px 0;
  }
  .home-cta h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .home-cta .cta-image {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
  }
  .home-cta .close-cta {
    color: #5e191e;
  }
  #latest-post {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .featured-post {
    background-color: rgba(102, 140, 65, 0.7);
    width: 50%;
    padding: 20px;
  }
  .featured-post h1 {
    font-size: 40px;
    font-size: 4rem;
  }
  .im-intro {
    text-align: left;
    vertical-align: middle;
  }
  .im-intro .uclogo {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    margin-right: 2%;
    text-align: right;
  }
  .im-intro .site-intro {
    width: 70%;
    display: inline-block;
    padding: 10px 2%;
    border-left: 1px solid #fff;
    vertical-align: middle;
  }
  article.excerpt .post-thumb {
    float: left;
  }
  article.excerpt .post-content {
    margin-left: 290px;
  }
  .entry-header {
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
  }
  .entry-header .entry-meta {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
  }
  #hero {
    padding-top: 320px;
    background-position: center;
  }
  .page-header .page-featured {
    width: 33%;
  }
  .recipe-details {
    display: inline;
    float: left;
    width: 28.03921569%;
    margin: 0 0.98039216%;
  }
  .recipe-content {
    display: inline;
    float: left;
    width: 68.03921569%;
    margin: 0 0.98039216%;
    padding-left: 40px;
  }
  .instructions {
    font-size: 110%;
  }
  .recipe-meta ul {
    text-align: left;
  }
  .recipe-meta li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 20px;
    border-top: none;
    border-left: 1px solid #ededed;
  }
  .recipe-meta li:first-child {
    border-left: none;
  }
  .recipe-meta li:last-child {
    display: none;
  }
  .recipe-meta .addthis_sharing_toolbox {
    margin-top: 6px;
  }
  #latest-post {
    padding-top: 170px;
  }
  #hero {
    padding-top: 400px;
    background-position: center;
  }
  .im-intro {
    text-align: left;
    vertical-align: middle;
  }
  .im-intro .uclogo {
    display: inline-block;
    vertical-align: middle;
    width: 26%;
    margin-right: 2%;
    text-align: right;
  }
  .im-intro .site-intro {
    width: 65%;
    display: inline-block;
    padding: 10px 2%;
    border-left: 1px solid #fff;
    vertical-align: middle;
  }
  .pre-footer {
    background-image: none;
  }
  .lt-ie9 .pre-footer {
    background-image: none;
  }
  .pre-footer .container {
    background: #ededed url('_images/ucdim-logo.svg') 0% 0 no-repeat;
    background-size: 240px;
  }
  .lt-ie9 .pre-footer .container {
    background: #ededed url('_images/ucdim-logo.png') 0% 0 no-repeat;
  }
}
