/* =============================================================================
   Colors & Globals
   ========================================================================== */
/* Miminizes FOUT with typekit */
.wf-loading p, .wf-loading h6, .wf-loading h5, .wf-loading h4, .wf-loading h3, .wf-loading h2, .wf-loading h1, .wf-loading a {
  visibility: hidden; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: inherit;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-transition: color 250ms ease-out 0s;
  -moz-transition: color 250ms ease-out 0s;
  -o-transition: color 250ms ease-out 0s;
  transition: color 250ms ease-out 0s;
  text-decoration: none; }

a:visited {
  color: inherit; }

a:hover {
  color: inherit; }

a:focus {
  outline: 0; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

/*a {
	display:block;
	text-indent: -9999px;
	margin: 0;
	height: px;
	width: px;
	background: url('../img/') no-repeat left top;
	padding:0;
}

a:hover, a:focus {
	background-position: left -px;
}*/
a.facebookicon {
  display: block;
  text-indent: -9999px;
  margin: 0;
  height: 45px;
  width: 45px;
  background: url("../img/Alice-Nelson-Social-Media.png") no-repeat 0px top;
  padding: 0;
  -webkit-transition: opacity 250ms ease-out 0s;
  -moz-transition: opacity 250ms ease-out 0s;
  -o-transition: opacity 250ms ease-out 0s;
  transition: opacity 250ms ease-out 0s; }
  a.facebookicon:hover, a.facebookicon:focus {
    opacity: .7; }

a.instagramicon {
  display: block;
  text-indent: -9999px;
  margin: 0;
  height: 45px;
  width: 45px;
  background: url("../img/Alice-Nelson-Social-Media.png") no-repeat -47px top;
  padding: 0;
  -webkit-transition: opacity 250ms ease-out 0s;
  -moz-transition: opacity 250ms ease-out 0s;
  -o-transition: opacity 250ms ease-out 0s;
  transition: opacity 250ms ease-out 0s; }
  a.instagramicon:hover, a.instagramicon:focus {
    opacity: .7; }

/* =============================================================================
   Typography
   ========================================================================== */
body {
  font-family: "source-sans-pro", Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #4D3834; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

.italic {
  font-style: italic; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  display: block;
  font-size: 100%;
  margin: 0px 0 20px 0;
  padding: 0px;
  line-height: 120%;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  font-family: "freight-display-pro", "Book Antiqua", Times, Times New Roman, serif; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0px; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      text-decoration: none;
      opacity: .8;
      border-bottom: none; }

h1, .h1 {
  font-size: 2.8125em; }

h1.normalized {
  font-size: 1.125em;
  font-family: "source-sans-pro", Arial, Helvetica Neue, Helvetica, sans-serif;
  margin: 0 0 15px 0;
  line-height: 140%;
  font-weight: 300; }
  h1.normalized:last-child {
    margin-bottom: 0px; }
  h1.normalized a {
    color: #9D3A20; }
    h1.normalized a:hover {
      color: #4F8694; }

h2, .h2 {
  font-size: 2.8125em;
  color: #9D3A20; }

h3, .h3 {
  font-size: 2em;
  color: #4F8694; }

h4, .h4 {
  font-size: 1.25em;
  color: #B28A49;
  font-weight: 500;
  font-family: "source-sans-pro", Arial, Helvetica Neue, Helvetica, sans-serif;
  letter-spacing: 1px; }
  h4 a:hover, .h4 a:hover {
    color: #4F8694; }

h5, .h5 {
  color: #4D3834;
  font-size: 1em;
  font-family: "source-sans-pro", Arial, Helvetica Neue, Helvetica, sans-serif; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 25px; }
  h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0px; }

p {
  margin: 0 0 15px 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 140%; }
  p:last-child {
    margin-bottom: 0px; }
  p a {
    color: #9D3A20; }
    p a:hover {
      color: #4F8694; }

p.copyright {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500; }

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, .white {
  color: #4D3834; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
  list-style: initial; }
  ul li, ol li {
    font-size: 1.25em;
    margin-bottom: 10px;
    line-height: 140%; }
    ul li ul li, ol li ul li {
      font-size: 1em; }
  ul li.white, ol li.white {
    color: #FFFFFF; }

ol {
  list-style-type: decimal; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol, ul.list {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

ul.main-menu {
  text-align: right;
  margin-top: 12px; }
  ul.main-menu li {
    display: inline-block;
    margin-left: 42px;
    padding: 0 7px 0 7px; }
    ul.main-menu li:first-child {
      margin-left: 0px; }
    ul.main-menu li a {
      text-decoration: none;
      color: #FFFFFF;
      font-family: "source-sans-pro", Arial, Helvetica Neue, Helvetica, sans-serif;
      font-size: 1.125em; }
    ul.main-menu li:hover {
      border-bottom: 1px solid #FFFFFF; }
  ul.main-menu li.current {
    border-bottom: 1px solid #FFFFFF; }

ul.social-icons {
  margin-top: 50px;
  text-align: center; }
  ul.social-icons li {
    display: inline-block;
    padding: 0 10px; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
   WYSIWYG EDITOR ALIGNMENT CLASSES
   ========================================================================== */
.typography .left {
  text-align: left; }

.typography .center {
  text-align: center; }

.typography .right {
  text-align: right; }

/* =============================================================================
   Images
   ========================================================================== */
.footercol img {
  margin: 10px 0 0 0; }

.typography img {
  border: none;
  margin-bottom: 15px; }

.typography img.right {
  float: right;
  margin-left: 20px; }

.typography img.left {
  float: left; }

.typography img.leftAlone {
  float: left;
  margin-right: 100%; }

.typography img.center, .subscriptioncol1 img, .subscriptioncol2 img {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block; }

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media screen and (min-width: 0px) {
  ul.main-menu {
    text-align: left;
    margin-top: 0px;
    width: 90%;
    margin: 0 auto; }
    ul.main-menu li {
      display: block;
      margin-left: 0px;
      padding: 5px 0px 5px 0px;
      border-bottom: 1px solid #FFFFFF; }
      ul.main-menu li:first-child {
        margin-left: 0px; }
      ul.main-menu li:last-child {
        margin-bottom: 0px; }
    ul.main-menu li.current a:after {
      content: ' <'; }

  h1, .h1 {
    font-size: 1.625em; }

  h1.normalized {
    font-size: 1em; }
    h1.normalized:last-child {
      margin-bottom: 0px; }

  h2, .h2 {
    font-size: 1.625em; }

  h3, .h3 {
    font-size: 1.375em; }

  h4, .h4 {
    font-size: 1.125em; }

  h5, .h5 {
    font-size: 0.875em; }

  p {
    font-size: 1em; } }
@media screen and (min-width: 480px) {
  h1, .h1 {
    font-size: 1.875em; }

  h2, .h2 {
    font-size: 1.875em; } }
@media screen and (min-width: 550px) {
  h1, .h1 {
    font-size: 2em; }

  h2, .h2 {
    font-size: 2em; } }
@media screen and (min-width: 650px) {
  h1, .h1 {
    font-size: 2.1875em; }

  h2, .h2 {
    font-size: 2.1875em; }

  h3, .h3 {
    font-size: 1.75em; } }
@media screen and (min-width: 700px) {
  h1, .h1 {
    font-size: 2.5em; }

  h2, .h2 {
    font-size: 2.5em; } }
@media screen and (min-width: 768px) {
  ul.main-menu {
    text-align: right;
    margin-top: 8px; }
    ul.main-menu li {
      display: inline-block;
      margin-left: 42px;
      padding: 0 7px 0 7px;
      border: none; }
      ul.main-menu li:first-child {
        margin-left: 0px; }
      ul.main-menu li a {
        text-decoration: none;
        color: #FFFFFF;
        font-family: "source-sans-pro", Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 1em; }
      ul.main-menu li:hover {
        border-bottom: 1px solid #FFFFFF; }
        ul.main-menu li:hover a:after {
          content: none; }
    ul.main-menu li.current {
      border-bottom: 1px solid #FFFFFF; }
      ul.main-menu li.current a:after {
        content: none; }

  h1, .h1 {
    font-size: 2.8125em; }

  h1.normalized {
    font-size: 1.125em; }
    h1.normalized:last-child {
      margin-bottom: 0px; }

  h2, .h2 {
    font-size: 2.8125em; }

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

  h4, .h4 {
    font-size: 1.25em; }

  h5, .h5 {
    font-size: 1em; }

  p {
    font-size: 1.125em; } }
@media screen and (min-width: 840px) {
  ul.main-menu {
    margin-top: 12px; }
    ul.main-menu li a {
      font-size: 1.125em; } }

/*# sourceMappingURL=typography.css.map */
