/* =============================================================================
   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 */
/* =============================================================================
   Colors & Globals
   ========================================================================== */
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #FFFFFF; }

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

input#:hover, input#:focus {
	background-position: left -px;
}*/
#MemberLoginForm_LoginForm {
  width: 32%;
  margin-top: 0px; }
  #MemberLoginForm_LoginForm label.right {
    float: none; }

#MemberLoginForm_LostPasswordForm {
  width: 32%;
  margin-top: 0px; }

#MemberLoginForm_LoginForm label {
  width: 27%;
  margin-bottom: 10px;
  display: inline-block; }

#MemberLoginForm_LostPasswordForm label {
  width: auto;
  display: inline-block;
  margin-right: 10px; }

#MemberLoginForm_LoginForm .field, #MemberLoginForm_LostPasswordForm .field {
  margin-bottom: 20px; }

#MemberLoginForm_LoginForm #MemberLoginForm_LoginForm_Remember_Holder label {
  width: 90%;
  display: inline; }

p#ForgotPassword {
  margin-top: 15px; }

#MemberLoginForm_LoginForm input, #MemberLoginForm_LostPasswordForm input {
  border: 1px solid #CCCCCC;
  padding: 5px 10px;
  width: 200px; }

#MemberLoginForm_LoginForm input#MemberLoginForm_LoginForm_Remember, #MemberLoginForm_LostPasswordForm input#MemberLoginForm_LoginForm_Remember {
  width: auto;
  margin-right: 10px; }
#MemberLoginForm_LoginForm input#MemberLoginForm_LoginForm_action_dologin, #MemberLoginForm_LoginForm #MemberLoginForm_LostPasswordForm_action_forgotPassword, #MemberLoginForm_LostPasswordForm input#MemberLoginForm_LoginForm_action_dologin, #MemberLoginForm_LostPasswordForm #MemberLoginForm_LostPasswordForm_action_forgotPassword {
  background-color: #9D3A20;
  color: #FFFFFF;
  padding: 12px 20px;
  -webkit-transition: background-color 250ms ease-out 0s;
  -moz-transition: background-color 250ms ease-out 0s;
  -o-transition: background-color 250ms ease-out 0s;
  transition: background-color 250ms ease-out 0s;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  width: auto;
  outline: none; }
  #MemberLoginForm_LoginForm input#MemberLoginForm_LoginForm_action_dologin:hover, #MemberLoginForm_LoginForm #MemberLoginForm_LostPasswordForm_action_forgotPassword:hover, #MemberLoginForm_LostPasswordForm input#MemberLoginForm_LoginForm_action_dologin:hover, #MemberLoginForm_LostPasswordForm #MemberLoginForm_LostPasswordForm_action_forgotPassword:hover {
    background-color: #4F8694; }

#subscription-form {
  margin-top: 30px; }
  #subscription-form .fields {
    float: left;
    width: 70.627063%; }
  #subscription-form input.email {
    width: 100%;
    padding: 15px 10px 13px 10px;
    font-family: "source-sans-pro", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.125em;
    color: #9D3A20;
    box-sizing: border-box; }
  #subscription-form .actions {
    float: right;
    width: 24.422442%; }
  #subscription-form input.submit-button {
    display: block;
    background-color: #9D3A20;
    font-family: "source-sans-pro", Arial, Helvetica Neue, Helvetica, sans-serif;
    letter-spacing: 1px;
    color: #FFFFFF;
    padding: 15px 35px 15px 35px;
    width: 100%;
    font-size: 1.125em;
    border-radius: 0px;
    border: none;
    font-style: normal;
    -webkit-transition: background-color 250ms ease-out 0s;
    -moz-transition: background-color 250ms ease-out 0s;
    -o-transition: background-color 250ms ease-out 0s;
    transition: background-color 250ms ease-out 0s;
    outline: none; }
    #subscription-form input.submit-button:hover {
      background-color: #4F8694; }
  #subscription-form label.error {
    display: block;
    margin-top: 10px;
    color: #9D3A20; }

/* ==|== 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) {
  #subscription-form {
    margin-top: 30px; }
    #subscription-form .fields {
      float: none;
      width: 100%; }
    #subscription-form .actions {
      float: none;
      width: 100%;
      margin-top: 30px; } }
@media screen and (min-width: 480px) {
  #subscription-form {
    margin-top: 30px; }
    #subscription-form .fields {
      float: left;
      width: 60.627063%; }
    #subscription-form .actions {
      float: right;
      width: auto;
      max-width: 138px;
      width: 34.422442%;
      margin-top: 0px; } }
@media screen and (min-width: 500px) {
  #subscription-form {
    margin-top: 30px; }
    #subscription-form .fields {
      float: left;
      width: 62.627063%; }
    #subscription-form .actions {
      max-width: 100%;
      width: 32.422442%; } }

/*# sourceMappingURL=form.css.map */
/* =============================================================================
   Colors & Globals
   ========================================================================== */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  width: 100%;
  margin: 0px;
  min-width: 320px;
  position: relative;
  padding: 0px 0 0px 0; }

.outer {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto; }

.inner {
  width: 95.314788%;
  /*1302/1366*/
  margin: 0 auto; }

.wrap {
  width: 82.9493087557604%;
  /*1080/1302*/
  margin: 0 auto; }

.inner-wrap {
  width: 79.4444444444444%;
  /*858px/1080*/
  margin: 0 auto; }

.tiny-wrap {
  width: 74.125874%;
  /*636/858*/
  margin: 0 auto; }

img {
  max-width: 100%;
  outline: none;
  vertical-align: middle;
  display: block;
  margin-bottom: 30px; }

p img {
  width: auto !important;
  height: auto !important; }

iframe, object, embed {
  max-width: 100% !important;
  display: block;
  margin: 0 auto; }

iframe {
  margin: 25px auto; }

.big-column {
  float: left;
  width: 65.8986175115207%;
  /*858/1302*/ }
  .big-column .sub-column {
    width: 48.2517482517483%;
    /*414/858*/ }
  .big-column .sub-column-1 {
    float: left;
    clear: both; }
  .big-column .sub-column-2 {
    float: right; }

.small-column {
  float: right;
  width: 31.7972350230415%;
  /*414/1302*/ }

.small-column-left {
  float: left;
  width: 31.7972350230415%;
  /*414/1302*/ }

.big-column-right {
  float: right;
  width: 65.8986175115207%;
  /*858/1302*/ }
  .big-column-right .sub-column {
    width: 48.2517482517483%;
    /*414/858*/ }
  .big-column-right .sub-column-1 {
    float: left;
    clear: both; }
  .big-column-right .sub-column-2 {
    float: right; }

.three-column {
  width: 31.7972350230415%;
  /*414/1302*/
  float: left;
  margin: 0 0 0 2.3041474654378%;
  /*30/1302*/ }
  .three-column img {
    margin-bottom: 25px; }

.three-column-0 {
  margin-left: 0px;
  clear: both; }

.two-column {
  width: 48.8479262672811%;
  /*636/1302*/ }
  .two-column .sub-col-1 {
    float: left;
    width: 39.622642%;
    /*252/ 636*/ }
  .two-column .sub-col-2 {
    float: right;
    width: 55.660377%;
    /*354/636*/ }
  .two-column .two-column-wrap {
    width: 90.566038%;
    /*576/636*/
    margin: 0 auto;
    padding: 0 0 30px 0; }

.two-column-1 {
  float: left;
  clear: both; }

.two-column-2 {
  float: right; }

ul.testimonials li.two-column-0 {
  float: left;
  clear: both; }
ul.testimonials li.two-column-1 {
  float: right;
  clear: none; }

.four-column {
  width: 23.2718894009217%;
  /*303/1280*/
  margin: 0 0 0 2.3041474654378%;
  /*30/1302*/
  float: left; }
  .four-column img {
    margin-bottom: 25px; }

.four-column-0 {
  margin-left: 0px;
  clear: both; }

.flush-column {
  width: 50%; }

.flush-column-1, .flush-column-2 {
  float: left; }

.default-content {
  min-height: 300px;
  padding: 48px 0; }

.default-section {
  border-bottom: 1px solid #B28A49; }

.overlay {
  background-color: rgba(28, 85, 104, 0.73); }

.gradient-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c5568+0,9d3a20+100&0.7+0,0.3+100 */
  background: -moz-linear-gradient(top, rgba(28, 85, 104, 0.7) 0%, rgba(157, 58, 32, 0.3) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(28, 85, 104, 0.7) 0%, rgba(157, 58, 32, 0.3) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(28, 85, 104, 0.7) 0%, rgba(157, 58, 32, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b31c5568', endColorstr='#4d9d3a20',GradientType=0 );
  /* IE6-9 */ }

.mustard-overlay {
  background-color: rgba(178, 138, 73, 0.86); }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #9D3A20;
  color: #FFFFFF;
  text-shadow: none; }

::selection {
  background: #9D3A20;
  color: #FFFFFF;
  text-shadow: none; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ==|== primary styles =====================================================
   Author: Ethan Sager, www.bebetterstudios.com
   ========================================================================== */
.header {
  padding-top: 48px;
  position: relative; }
  .header .headercol1 {
    float: left;
    width: 21.966206%; }
    .header .headercol1 .logo img {
      margin-bottom: 0px; }
    .header .headercol1 .mobile-switch {
      cursor: pointer;
      width: 60px;
      float: right;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      margin-top: 4px;
      display: none; }
      .header .headercol1 .mobile-switch:hover span.mobile-grab-bar {
        background: #f5efe6; }
      .header .headercol1 .mobile-switch .mobile-bars {
        margin-top: 0px;
        padding: 0px 0 8px 0; }
      .header .headercol1 .mobile-switch .mobile-grab-bar {
        display: block;
        margin: 0 auto 5px auto;
        width: 70%;
        height: 6px;
        background: white;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-transition: background-color 250ms ease-out 0s;
        -moz-transition: background-color 250ms ease-out 0s;
        -o-transition: background-color 250ms ease-out 0s;
        transition: background-color 250ms ease-out 0s; }
  .header .headercol2 {
    float: right;
    width: 75.729647%; }

.footer {
  padding: 60px 0; }
  .footer .footer-top #mc_embed_signup {
    width: 95.283019%;
    margin: 0 auto; }
  .footer .footer-bottom {
    margin-top: 100px; }

.main-image {
  min-height: 468px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .main-image .overlay, .main-image .gradient-overlay, .main-image .mustard-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .main-image .outer {
    position: relative;
    z-index: 2; }
  .main-image .main-image-content {
    visibility: hidden;
    margin-top: 12%; }
    .main-image .main-image-content h1, .main-image .main-image-content .h1, .main-image .main-image-content h2, .main-image .main-image-content .h2, .main-image .main-image-content h3, .main-image .main-image-content .h3, .main-image .main-image-content h4, .main-image .main-image-content .h4, .main-image .main-image-content h5, .main-image .main-image-content .h5, .main-image .main-image-content h6, .main-image .main-image-content .h6, .main-image .main-image-content p {
      color: #FFFFFF; }
  .main-image .title-cols {
    position: absolute;
    bottom: 24%;
    left: 0px;
    height: auto;
    width: 100%;
    z-index: 9999; }

.main-image-home {
  min-height: 700px; }
  .main-image-home .main-image-content {
    visibility: hidden;
    margin-top: 24%; }
    .main-image-home .main-image-content h1, .main-image-home .main-image-content .h1, .main-image-home .main-image-content h2, .main-image-home .main-image-content .h2, .main-image-home .main-image-content h3, .main-image-home .main-image-content .h3, .main-image-home .main-image-content h4, .main-image-home .main-image-content .h4, .main-image-home .main-image-content h5, .main-image-home .main-image-content .h5, .main-image-home .main-image-content h6, .main-image-home .main-image-content .h6, .main-image-home .main-image-content p {
      color: #FFFFFF; }

.home-top-section, .home-bottom-section, .news-and-events-section .inner, .books-overview-top-section,
.books-overview-middle-section, .books-overview-bottom-section {
  padding: 60px 0; }

.middle-image {
  min-height: 568px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .middle-image .overlay, .middle-image .gradient-overlay, .middle-image .mustard-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .middle-image .outer {
    position: relative;
    z-index: 2; }
  .middle-image .middle-image-content {
    visibility: hidden;
    margin-top: 12%; }
    .middle-image .middle-image-content h1, .middle-image .middle-image-content .h1, .middle-image .middle-image-content h2, .middle-image .middle-image-content .h2, .middle-image .middle-image-content h3, .middle-image .middle-image-content .h3, .middle-image .middle-image-content h4, .middle-image .middle-image-content .h4, .middle-image .middle-image-content h5, .middle-image .middle-image-content .h5, .middle-image .middle-image-content h6, .middle-image .middle-image-content .h6, .middle-image .middle-image-content p {
      color: #FFFFFF; }

.news-and-events-section .inner {
  background-color: #F5EFE6; }

.top-book-image, .top-book-image-single {
  position: relative;
  display: block; }
  .top-book-image .top-book-image-wrap, .top-book-image-single .top-book-image-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999; }
    .top-book-image .top-book-image-wrap img, .top-book-image-single .top-book-image-wrap img {
      visibility: hidden;
      margin: 0 auto;
      display: block; }

.top-book-image-single .top-book-image-wrap img {
  visibility: hidden;
  max-width: 71.855346%; }

.bottom-border {
  border-bottom: 1px solid #B28A49; }

/* ==|== 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) {
  .wrap {
    width: 100%;
    margin: 0 auto; }

  .news-and-events-section .inner .wrap {
    width: 82.9493087557604%;
    /*1080/1302*/
    margin: 0 auto; }

  .inner-wrap {
    width: 100%;
    margin: 0 auto; }

  .tiny-wrap {
    width: 92%;
    margin: 0 auto; }

  .two-column {
    width: 100%; }
    .two-column .two-column-content-wrap {
      width: 90%;
      margin: 0 auto; }

  .two-column-1 {
    float: none;
    margin-bottom: 30px; }

  .main-image .title-cols .two-column-1 {
    margin-bottom: 15px; }

  .two-column-2 {
    float: none; }

  .three-column {
    width: 100%;
    /*414/1302*/
    float: none;
    margin: 0 0 30px 0;
    /*30/1302*/ }
    .three-column img {
      margin-bottom: 25px; }

  .three-column-0 {
    margin-left: 0px; }

  .four-column {
    width: 100%;
    /*303/1280*/
    margin: 0 0 25px 0;
    /*30/1302*/
    float: none; }

  .four-column-0 {
    margin-left: 0px; }

  .big-column {
    float: none;
    width: 100%;
    margin-bottom: 25px; }
    .big-column img {
      display: block;
      margin: 0 auto; }
    .big-column .tertiary-nav {
      display: block; }

  .small-column {
    float: none;
    width: 100%; }
    .small-column .tertiary-nav {
      display: none; }

  .small-column-left {
    float: none;
    width: 100%;
    margin-bottom: 25px; }

  .big-column-right {
    float: none;
    width: 100%; }

  .flush-column, .flush-three-column {
    width: 100%; }
    .flush-column .flush-column-wrap, .flush-three-column .flush-column-wrap {
      width: 90.78341%;
      margin: 0 auto;
      padding: 0 0 30px 0; }

  .flush-column-1, .flush-column-2 {
    float: none; }

  .flush-column-1 {
    margin-bottom: 35px; }

  .header {
    z-index: 999999;
    padding-top: 28px; }
    .header .headercol1 {
      float: none;
      width: 100%; }
      .header .headercol1 .logo {
        float: left;
        width: 70%;
        max-width: 300px; }
      .header .headercol1 .mobile-switch {
        display: block;
        float: right;
        width: 50px; }
    .header .headercol2 {
      display: none;
      float: none;
      width: 100%;
      background-color: rgba(28, 85, 104, 0.9);
      margin-top: 12px;
      padding: 15px 0px 20px 0;
      position: relative; }

  .footer {
    padding: 30px 0; }
    .footer .footer-bottom {
      margin-top: 60px; }

  .main-image {
    min-height: 320px; }
    .main-image .main-image-content {
      visibility: hidden;
      margin-top: 14%; }
      .main-image .main-image-content h1, .main-image .main-image-content .h1, .main-image .main-image-content h2, .main-image .main-image-content .h2, .main-image .main-image-content h3, .main-image .main-image-content .h3, .main-image .main-image-content h4, .main-image .main-image-content .h4, .main-image .main-image-content h5, .main-image .main-image-content .h5, .main-image .main-image-content h6, .main-image .main-image-content .h6, .main-image .main-image-content p {
        color: #FFFFFF; }
    .main-image .title-cols {
      position: relative;
      bottom: 24%;
      left: 0px;
      height: auto;
      width: 100%;
      z-index: 9999;
      text-align: center; }

  .home-top-section, .home-bottom-section, .news-and-events-section .inner, .books-overview-top-section,
  .books-overview-middle-section, .books-overview-bottom-section {
    padding: 30px 0; }

  .middle-image {
    min-height: 368px; }

  .top-book-image .top-book-image-wrap, .top-book-image-single .top-book-image-wrap {
    height: auto;
    z-index: 9999; }
    .top-book-image .top-book-image-wrap img, .top-book-image-single .top-book-image-wrap img {
      max-width: 250px;
      margin: 0 auto;
      display: block; } }
@media screen and (min-width: 480px) {
  .main-image {
    min-height: 320px; } }
@media screen and (min-width: 550px) {
  .main-image {
    min-height: 350px; }

  .main-image-home {
    min-height: 425px; }

  .middle-image {
    min-height: 468px; } }
@media screen and (min-width: 600px) {
  .wrap {
    width: 82.9493087557604%;
    /*1080/1302*/
    margin: 0 auto; }

  .inner-wrap {
    width: 100%;
    margin: 0 auto; }

  .two-column, .approach-two-column {
    width: 48.8479262672811%;
    /*636/1302*/ }
    .two-column .two-column-content-wrap, .approach-two-column .two-column-content-wrap {
      margin: 0 auto; }

  .two-column-1, .approach-two-column-0 {
    float: left;
    margin-bottom: 0px; }

  .two-column-2, .approach-two-column-1 {
    float: right; }

  .approach-two-column-1, .approach-two-column-0 {
    margin-bottom: 35px; }

  .three-column {
    width: 31.7972350230415%;
    /*414/1302*/
    float: left;
    margin: 0 0 0 2.3041474654378%;
    /*30/1302*/ }
    .three-column img {
      margin-bottom: 25px; }

  .three-column-0 {
    margin-left: 0px; }

  .main-image {
    min-height: 350px; }
    .main-image .title-cols {
      position: absolute;
      bottom: 24%;
      left: 0px;
      height: auto;
      width: 100%;
      z-index: 9999;
      text-align: left; }

  .main-image-home {
    min-height: 500px; } }
@media screen and (min-width: 650px) {
  .four-column {
    width: 23.2718894009217%;
    /*303/1280*/
    margin: 0 0 0px 2.3041474654378%;
    /*30/1302*/
    float: left; }
    .four-column img {
      margin-bottom: 35px; }

  .four-column-0, .four-column-2 {
    clear: none; }

  .four-column-0 {
    margin-left: 0px;
    clear: both; }

  .small-column-left {
    float: left;
    width: 31.7972350230415%;
    /*414/1302*/
    margin-bottom: 0px; }

  .big-column-right {
    float: right;
    width: 65.8986175115207%;
    /*858/1302*/ }

  .big-column {
    float: left;
    width: 65.8986175115207%;
    /*858/1302*/ }
    .big-column .sub-column {
      width: 48.2517482517483%;
      /*414/858*/ }
    .big-column .sub-column-1 {
      float: left;
      clear: both; }
    .big-column .sub-column-2 {
      float: right; }

  .small-column {
    float: right;
    width: 31.7972350230415%;
    /*414/1302*/ }

  .top-book-image .top-book-image-wrap, .top-book-image-single .top-book-image-wrap {
    height: auto;
    z-index: 9999; }
    .top-book-image .top-book-image-wrap img, .top-book-image-single .top-book-image-wrap img {
      max-width: 300px;
      margin: 0 auto;
      display: block; } }
@media screen and (min-width: 768px) {
  .tiny-wrap {
    width: 74.1258741258741%;
    /*636/858*/
    margin: 0 auto; }

  .flush-column {
    width: 50%; }
    .flush-column .flush-column-wrap {
      width: 90.78341%;
      margin: 0 auto; }

  .flush-column-1, .flush-column-2 {
    float: left; }

  .flush-column-1 {
    margin-bottom: 0px; }

  .flush-column-2 {
    padding-top: 40px;
    padding-bottom: 0px; }

  .header {
    z-index: 999999;
    padding-top: 48px; }
    .header .headercol1 {
      float: left;
      width: 25.966206%; }
      .header .headercol1 .logo {
        float: none;
        width: 100%;
        max-width: 100%; }
      .header .headercol1 .mobile-switch {
        display: none;
        float: none;
        width: 50px; }
    .header .headercol2 {
      display: block !important;
      float: right;
      width: 70.729647%;
      background-color: transparent;
      margin-top: 0px;
      padding: 0px 0px 0px 0;
      position: relative; }

  .footer {
    padding: 60px 0; }
    .footer .footer-bottom {
      margin-top: 100px; }

  .home-top-section, .home-bottom-section, .news-and-events-section .inner, .books-overview-top-section,
  .books-overview-middle-section, .books-overview-bottom-section {
    padding: 60px 0; }

  .main-image {
    min-height: 468px; }
    .main-image .title-cols {
      bottom: 16%; }

  .main-image-home {
    min-height: 600px; }

  .middle-image {
    min-height: 568px; }

  .top-book-image .top-book-image-wrap, .top-book-image-single .top-book-image-wrap {
    height: auto;
    z-index: 9999; }
    .top-book-image .top-book-image-wrap img, .top-book-image-single .top-book-image-wrap img {
      max-width: 360px;
      margin: 0 auto;
      display: block; }

  .top-book-image-single .top-book-image-wrap img {
    max-width: 300px; } }
@media only screen and (min-width: 940px) {
  .inner-wrap {
    width: 79.4444444444444%;
    /*858px/1080*/
    margin: 0 auto; }

  .tiny-wrap {
    width: 74.1258741258741%;
    /*636/858*/
    margin: 0 auto; }

  .header .headercol1 {
    width: 23.966206%; }
  .header .headercol2 {
    width: 72.729647%; }

  .main-image-home {
    min-height: 700px; } }
@media only screen and (min-width: 1020px) {
  .main-image .title-cols {
    bottom: 24%; } }
@media only screen and (min-width: 1150px) {
  .top-book-image .top-book-image-wrap img, .top-book-image-single .top-book-image-wrap img {
    max-width: 100%; }

  .top-book-image-single .top-book-image-wrap img {
    max-width: 71.855346%; } }
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  /* a[href]:after { content: " (" attr(href) ")"; }*/
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/* ==|== Trumps =======================================================
	Trump styles
   ========================================================================== */
.left {
  float: left; }

.right {
  float: right; }

.center {
  margin: 0 auto; }

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

.hidden {
  display: none; }

.not-visibile {
  visibility: hidden; }

.uppercase {
  text-transform: uppercase !important; }

.no-border-top {
  border-top: none; }

.no-border-bottom {
  border-bottom: none; }

.no-boder-left {
  border-left: none; }

.no-border-right {
  border-right: none; }

.no-margin-top {
  margin-top: 0px !important; }

.no-margin-right {
  margin-right: 0px !important; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

.no-margin-left {
  margin-left: 0px !important; }

.no-padding-top {
  padding-top: 0px !important; }

.no-padding-right {
  padding-right: 0px !important; }

.no-padding-bottom {
  padding-bottom: 0px !important; }

.no-padding-left {
  padding-left: 0px !important; }

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

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