@font-face {
  font-family: 'lulocleanw01-oneboldregular';
  src: url('../webfonts/fontsfree-net-lulo-clean-w01-one-bold-webfont.woff2') format('woff2'),
       url('../webfonts/fontsfree-net-lulo-clean-w01-one-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {font-family: "Museo W01 700";
  src: url("../webfonts/5cfbe76f00e7c4d6ba5d963f6c179606.eot"); /* IE9*/
  src: url("../webfonts/5cfbe76f00e7c4d6ba5d963f6c179606.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../webfonts/5cfbe76f00e7c4d6ba5d963f6c179606.woff2") format("woff2"), /* chrome、firefox */
  url("../webfonts/5cfbe76f00e7c4d6ba5d963f6c179606.woff") format("woff"), /* chrome、firefox */
  url("../webfonts/5cfbe76f00e7c4d6ba5d963f6c179606.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../webfonts/5cfbe76f00e7c4d6ba5d963f6c179606.svg#Museo W01 700") format("svg"); /* iOS 4.1- */
}
@font-face {
  font-family: 'Futura LT Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Futura LT Regular'), url('../webfonts/FuturaLT.woff') format('woff');
  }
  
  @font-face {
  font-family: 'Futura LT Light';
  font-style: normal;
  font-weight: normal;
  src: local('Futura LT Light'), url('../webfonts/FuturaLT-Light.woff') format('woff');
  }
  
/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.atoz {background-color: #043C49;color:#fafafa;}
.atoz header {background-color:#fafafa;margin-bottom: 1rem;}
.atoz nav {
	position:relative;
    z-index:30;
}
.atoz nav a {
  color:#566fb8;
  text-transform:  uppercase;
  font-family: 'lulocleanw01-oneboldregular',sans-serif;
  font-weight: bold;
  margin:1rem;
}
.atoz h1,
.atoz h2 {
  font-family: "Museo W01 700", serif;
}
.atoz h1 {
  font-size: 3.5rem;
  font-weight: bold;
}
.atoz h1 strong {
  color:#ffcf0e;
  font-size:3rem;
}
.red-bg {
  background-color: #c4161b;
  padding:2rem;
  margin-bottom: 2rem;
}
.offwhite-bg {
  background-color: rgba(205, 214, 216,0.8);
  padding:2rem;
  position: relative;
  z-index: 10;
}
.atoz .offwhite-bg p {
  font-family: 'Raleway', sans-serif;
  color:#000;
  line-height: 1.6;
  font-size:1.2rem;
}

.book svg.download-icon {
  fill: rgba(166, 229, 243, 1);
  position: relative;
  left:1rem;
}

.offer a {
  color:#fafafa;
  font-family:"Museo W01 700", serif;
  font-size: 2rem;
  text-align: right;
  text-transform: uppercase;
  display:block;
  margin-right:2rem;
}
.offer a .btn {
  color:#fafafa;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  background-color: rgba(226, 28, 33, 1);
  border: solid rgba(43, 104, 156, 1) 0px;
  border-radius: 20px;
  box-shadow: 0px 3px 0px 0px rgba(86,111,184,0.6);
  cursor: pointer !important;
}

.atoz .media-body h3 {
  font-family: "Museo W01 700", serif;
  color:#ffcf0e;
}
.atoz .media-body p {
  font-family: "Museo W01 700", serif;
}
.media-body a[href^="tel:"],
.media-body a[href^="mailto:"] {
    color:#fff;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.thefoundation {
  background-color: #fff;
}
.pink-bg {
  background-color:#d8053f;
  padding:2rem;
  color:#fff;;
}
.thefoundation nav a {
  color:#212C3F;
  font-family: 'Futura LT Light', sans-serif;
  margin: 1rem;
}
.thefoundation h1,
.thefoundation h2,
.thefoundation h3{
  font-family:'Futura LT Regular', sans-serif;
  font-weight: bold;
}
.thefoundation h1 {
  font-size:3rem;
}
.thefoundation h1 strong {
  color:#FFB580;
}
.thefoundation h2 {
  font-size:2.5rem;
  text-transform: uppercase;
}
.thefoundation hr {
  border-top:4px solid #fff;
}
.thefoundation .offwhite-bg p {
  font-family: Helvetica, sans-serif;
  color:#605E5E;
  line-height: 1.6;
  font-size:1.2rem;
}
.thefoundation img {
  max-width: 100%;
}
.thefoundation .download-btn {
  background-color: rgba(15, 41, 60, 1);
  border: solid rgba(15, 41, 60, 1) 2px;
  cursor: pointer !important;
  font-family: Arial, Helvetica, sans-serif;
  color:#fff;
  float:right;
  margin-bottom: 2rem;
}
.thefoundation svg {
  position: relative;
  left:1rem;
}
.orange-btn {
  font-family:'Futura LT Light', sans-serif;
  color:#fff;
  font-size:1.2rem;
  border-radius: 5px;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  background: rgba(209, 112, 27, 1) url(https://static.parastorage.com/services/skins/2.1229.80/images/wysiwyg/core/themes/base/shiny2button_bg.png) center top repeat-x;
  border: solid rgba(204, 204, 204, 1) 0px;
  padding:0.5rem 2rem;
}
.thefoundation .media-body h3,
.thefoundation .media-body p {
  font-family: "Futura LT Regular", sans-serif;
}

	.thefoundation .media,
    .atoz .media {display:block}
    .book svg.molecule {display:none;position:relative;top:0;left:0;}
    .book .offer {
        position:relative;
        top:0;
        left:0;
    }
    .atoz .media img {position:relative;top:0;}
    .offer img {position:relative;left:0;max-width:100%;}
	.thefoundation .pink-bg {margin-bottom:3rem;}
    
/* ====================
	Media Queries
   ==================== */
/* Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */
@media only screen and (max-width: 767px) {    
    .navbar-brand > .logo {
        width:10rem!important;
        max-width:10rem;
    }
    .book .offer { margin-bottom:3rem;}
    .offer a {
        margin-right:0;
        text-align:left
    }
    .offer a .btn {font-size:1rem}
    .thefoundation svg {left:0}

}
@media only screen and (max-width: 768px) { 
    .orange-btn {
    	font-size:1rem;
        padding:0.5rem;
    }
    .book svg.download-icon {
    	width:50px;
        height:50px;
        left:0.25rem;
    }
    .offer a .btn {
    	padding:0.5rem;
        font-size:0.8rem;
    }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) { 

}

/* Medium devices (tablets, 768px and up)  */
@media only screen and (min-width: 768px) { 

}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) { 
	.thefoundation .media,
	.atoz .media {display:flex}
    .atoz .media img {
      position: relative;
      top:-2rem;
      z-index: 15;
    }
    .offer img {position:relative;left:0;}
	.book .offer {
      position: absolute;
      top:-24rem;
      left:-10rem;
    }
    .book svg.molecule {
      display:block;
      position: absolute;
      top:-27rem;
      left:-15rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
