@charset "UTF-8";
/*!
Theme Name: INiT Framework
Theme URI: http://theinitgroup.com
Description: A custom WordPress framework theme
Version: 1.0
Author: Kyle Bebeau
Author URI: http://theinitgroup.com
*/
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
 @import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
 
@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
[data-animation="textFade"] {
  position: relative;
  -moz-transform: scale(0.98);
  -o-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 15px; }
  [data-animation="textFade"].faded {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 0; }

[data-animation="postBar"] {
  position: relative;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  [data-animation="postBar"].up {
    top: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }

[data-animation="slideUp"] {
  position: relative;
  top: 10px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  [data-animation="slideUp"].slideIn {
    top: 0px !important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }

[data-animation="slideDown"] {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 10px  !important;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  [data-animation="slideDown"].slideIn {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0 !important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }

[data-animation="slideInLeft"] {
  position: relative;
  left: -100% !important;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  [data-animation="slideInLeft"].slide {
    left: 0 !important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }

[data-animation="slideInRight"] {
  position: relative;
  right: -100% !important;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  [data-animation="slideInRight"].slide {
    right: 0 !important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }

[data-animation="bubble"] {
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  [data-animation="bubble"].load {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

@media (max-width: 768px) {
  [data-animation="textFade"] {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 0; }

  [data-animation="slideDown"] {
    margin: 0 !important; }

  [data-animation="slideInLeft"] {
    left: 0 !important; }

  [data-animation="slideInRight"] {
    right: 0 !important; }

  [data-animation="bubble"] {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }

  [data-animation="unStack"] .screenshot {
    top: -150px !important; }

  [data-animation="fanOut"] {
    min-height: 400px; }
    [data-animation="fanOut"].fan img {
      min-width: 50% !important; }
      [data-animation="fanOut"].fan img.folder-1 {
        -moz-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
        -webkit-transform-origin: 0%;
        -moz-transform-origin: 0%;
        -ms-transform-origin: 0%;
        -o-transform-origin: 0%;
        transform-origin: 0%;
        left: 50%; }
      [data-animation="fanOut"].fan img.folder-2 {
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        -webkit-transform-origin: 0%;
        -moz-transform-origin: 0%;
        -ms-transform-origin: 0%;
        -o-transform-origin: 0%;
        transform-origin: 0%;
        left: 40%;
        top: 0; }
      [data-animation="fanOut"].fan img.folder-3 {
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
        -webkit-transform-origin: 0%;
        -moz-transform-origin: 0%;
        -ms-transform-origin: 0%;
        -o-transform-origin: 0%;
        transform-origin: 0%;
        left: 30%;
        top: 0; }
      [data-animation="fanOut"].fan img.folder-4 {
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -webkit-transform-origin: 100%;
        -moz-transform-origin: 100%;
        -ms-transform-origin: 100%;
        -o-transform-origin: 100%;
        transform-origin: 100%;
        left: 20%;
        top: 0; }
      [data-animation="fanOut"].fan img.folder-5 {
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
        -webkit-transform-origin: 100%;
        -moz-transform-origin: 100%;
        -ms-transform-origin: 100%;
        -o-transform-origin: 100%;
        transform-origin: 100%;
        left: 10%;
        top: 0; }
      [data-animation="fanOut"].fan img.folder-6 {
        -moz-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
        -webkit-transform-origin: 100%;
        -moz-transform-origin: 100%;
        -ms-transform-origin: 100%;
        -o-transform-origin: 100%;
        transform-origin: 100%;
        left: 0;
        top: 0; } }
@font-face {
  font-family: "Mayfair";
  src: url("assets/fonts/Mayfair.ttf") format("truetype"); }
html, body {
  margin: 0;
  padding: 0;
  color: #3a5a8a;
  background: #ffffff;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-size: 18px;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -o-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
  height: 100%; }

a, button {
  text-decoration: none;
  color: #dc948b;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover, a:active, a:focus, button:hover, button:active, button:focus {
    cursor: pointer;
    text-decoration: none;
    outline: none !important;
    color: #d07064;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

img {
  max-width: 100%;
  height: auto; }

h1 {
  font-family: 'Mayfair', cursive;
  font-size: 36px;
  font-style: normal;
  font-variant: normal;
  line-height: 26.4px; }

h2 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-variant: normal; }

h3 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-variant: normal; }

p {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-size: 16pt;
  font-style: normal;
  font-variant: normal;
  margin: 1em 0; }

ul, ol {
  margin: 25px 0; }
  ul li, ol li {
    margin: 15px 0; }
  ul a, ol a {
    color: #3a5a8a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    ul a:hover, ol a:hover {
      color: #324e78;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

blockquote {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  line-height: 30px; }

pre {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  line-height: 18.5714px; }

iframe {
  border: none; }

.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.btn-blue {
  background: #7a8c9c;
  color: #ffffff;
  text-transform: uppercase; }
  .btn-blue:hover {
    background: #6c7f91; }

.btn-pink {
  background: #dc948b;
  color: #ffffff;
  text-transform: uppercase; }
  .btn-pink:hover {
    background: #d68277; }

.btn-pink, .btn-blue {
  font-size: 18pt;
  line-height: 50px;
  letter-spacing: 1px; }

.btn-filter {
  letter-spacing: normal;
  text-transform: none;
  font-style: oblique;
  padding: 0 15px;
  margin-top: 25px; }
  .btn-filter i {
    padding: 0 10px; }

.btn-green {
  background: #aec5a5;
  color: #ffffff;
  text-transform: uppercase; }
  .btn-green:hover {
    background: #a0bb95; }

.btn-darkgreen {
  background: #869f7c;
  color: #ffffff;
  text-transform: uppercase; }
  .btn-darkgreen:hover {
    background: #54684c; }

.btn-custom {
  display: block;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-custom:hover {
    color: #ffffff;
    letter-spacing: 1.25px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.btn-submit {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-submit.success {
    background: #607757;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  .btn-submit.error {
    font-size: 14pt;
    background: #ff4d4d;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  .btn-submit:hover, .btn-submit:focus, .btn-submit:active {
    color: #ffffff; }
  .btn-submit i {
    padding: 0 5px; }

.btn-review {
  margin: 50px auto;
  display: block;
  width: 250px;
  padding: 0 25px;
  line-height: 60px; }

.required {
  color: #ff8080; }

.pink {
  font-size: 36px;
  color: #dc948b; }

.cursive {
  font-family: 'Mayfair', cursive;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.outer {
  /* W3C */
  display: inline-flex !important;
  box-pack: center !important;
  box-align: center !important;
  /* Safari, Opera, and Chrome */
  display: -webkit-inline-flex !important;
  -webkit-box-pack: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  /* Firefox */
  display: -moz-inline-flexbox !important;
  -moz-box-pack: center !important;
  -moz-box-align: center !important;
  -moz-align-items: center !important;
  height: 100%;
  width: 100%;
  align-items: center !important; }
  .outer .inner {
    margin: auto 0;
    width: 100%; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.container {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
  z-index: 1; }

#player {
  width: 100%;
  height: 488px; }

.social-share {
  margin: 50px -50px; }
  .social-share .share-text {
    text-align: center;
    font-size: 24pt;
    margin: 0 15px 15px; }
  .social-share a {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    width: 33.333333333%;
    height: 100px;
    margin: 0 0 0 -6px; }
    .social-share a i {
      line-height: 100px;
      font-size: 32pt; }
	  
	  
    .social-share a.facebook {
      background: #3b5998;
      margin: 0; }
    .social-share a.twitter {
      background: #00aced; }
    .social-share a.pinterest {
      background: #C92228; } 
	   
	  
  .social-share.video-share {
    margin: 5px 0 0; }

.modal-content {
  position: relative;
  overflow: visible !important; }
  .modal-content .close-btn {
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    background: #3a5a8a;
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 25px;
    border: 3px solid #ffffff;
    z-index: 99999; }

#Press .social-share {
  margin: 50px 0; }
#Press h1 {
  text-align: left; }
#Press .praise-title {
  font-size: 36pt;
  text-align: center;
  line-height: 100px; }
#Press .m-item {
  vertical-align: top;
  box-sizing: border-box;
  padding: 25px; }
#Press .press-testimonials {
  box-sizing: border-box;
  padding: 50px;
  background: #dae8e8; }
  #Press .press-testimonials .m-scooch-bulleted {
    text-align: center; }
    #Press .press-testimonials .m-scooch-bulleted a {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin: 0 5px;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom-left-radius: 50%;
      border-bottom-right-radius: 50%;
      background: #cbdfdf;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #Press .press-testimonials .m-scooch-bulleted a.m-active {
        background: #eaf2f2;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  #Press .press-testimonials blockquote {
    font-size: 24pt;
    font-style: oblique;
    line-height: normal;
    vertical-align: top;
    border: none; }
    #Press .press-testimonials blockquote:before {
      content: open-quote; }
    #Press .press-testimonials blockquote:after {
      content: close-quote; }
  #Press .press-testimonials .cite {
    display: block;
    font-size: 18pt;
    font-weight: bold;
    text-align: right; }
    #Press .press-testimonials .cite a {
      display: block; }
#Press .press-logos h2 {
  font-size: 36pt;
  text-align: center;
  line-height: 100px; }
#Press .press-logos a {
  display: block;
  background: #ffffff;
  height: 270px;
  margin-bottom: 30px; }
  #Press .press-logos a:hover img {
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
#Press .press-logos img {
  display: block;
  margin: auto;
  width: 75%;
  padding: 25px;
  box-sizing: border-box;
  line-height: 270px;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.socialWrap {
  margin-top: 0;
  display: block;
  line-height: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .socialWrap a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 16pt;
    padding: 0 5px;
    color: #ffffff;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%; }
  /*  .socialWrap a.facebook {
      background: #3b5998;
	  color:#FFFFFF; }
      .socialWrap a.facebook:hover {
        background: #4c70ba; }
    .socialWrap a.twitter {
      background: #00aced; }
      .socialWrap a.twitter:hover {
        background: #21c2ff; }
    .socialWrap a.instagram {
      background: #125688; }
      .socialWrap a.instagram:hover {
        background: #1872b5; }
    .socialWrap a.pinterest {
      background: #C92228; }
      .socialWrap a.pinterest:hover {
        background: #df3f45; }
    .socialWrap a.youtube {
      background: #bb0000; }
      .socialWrap a.youtube:hover {
        background: #ee0000; }
*/

.socialWrap a.facebook {
      background: #FFBAB0;
	  color:#FFFFFF; }
      .socialWrap a.facebook:hover {
        background: #D1988F; }
    .socialWrap a.twitter {
      background: #FFBAB0; }
      .socialWrap a.twitter:hover {
        background: #D1988F; }
    .socialWrap a.instagram {
      background: #FFBAB0; }
      .socialWrap a.instagram:hover {
        background: #D1988F; }
    .socialWrap a.pinterest {
      background: #FFBAB0; }
      .socialWrap a.pinterest:hover {
        background: #D1988F; }
    .socialWrap a.youtube {
      background: #FFBAB0; }
      .socialWrap a.youtube:hover {
        background: #D1988F; }
header {
  background: #ffffff;
  vertical-align: middle;
  top: 0;
  width: 100%;
  position: relative;
  z-index: 999;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }
  header.single-sticky {
    position: fixed; }
  header h1, header h2 {
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  header h1 {
    position: relative;
    line-height: 40px;
    margin: 10px 0 0;
    padding: 0;
    font-size: 32pt;
    text-align: center; }
  header h2, header #searchform, header .social, header .fa-bars, header #Navigation {
    display: inline-block; }
  header h2 {
    line-height: 100px;
    font-size: 32pt;
    position: relative;
    top: -6px;
    margin: 0 0 0 -30px; }
    header h2 .pink {
      font-size: 38pt; }
  header .pull-down {
    position: relative;
    top: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  header #Navigation {
    height: 100px;
    vertical-align: top;
    float: right;
    line-height: 100px; }
    header #Navigation button {
      height: 103px;
      background: #dc948b;
      color: #ffffff;
      padding: 0 25px;
      font-size: 24px;
      vertical-align: top;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
  header #MenuDropdown {
    width: 100%;
    background: #dc948b;
    font-size: 24px;
    position: relative;
    z-index: 999; }
    header #MenuDropdown ul {
      margin: 0; }
      header #MenuDropdown ul li {
        margin: 0; }
        header #MenuDropdown ul li a {
          color: #ffffff;
          line-height: 60px;
          display: block;
          border-bottom: 1px solid #d07064; }
          header #MenuDropdown ul li a:hover {
            background: #d07064;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          header #MenuDropdown ul li a .cursive {
            font-size: 24pt; }
        header #MenuDropdown ul li:last-child {
          border-bottom: none; }

#header-pad {
  height: 25px; }

.search .post-header {
  text-align: center; }

.contact {
  margin: 150px auto; }
  .contact .featured-image {
    background-position: -600px 0 !important; }
  .contact .side {
    min-height: 1100px; }
    .contact .side .outer {
      min-height: 1100px; }
  .contact .copy {
    background: white;
    padding: 25px; }
    .contact .copy.contact-form {
      background: #cbdfdf;
      height: 1100px;
      box-sizing: border-box; }
    .contact .copy label {
      font-weight: normal;
      font-size: 10pt; }
    .contact .copy input {
      line-height: 60px; }
    .contact .copy .form-control {
      height: 60px;
      font-size: 18pt; }
    .contact .copy textarea {
      min-height: 150px;
      font-size: 16pt;
      line-height: normal; }
    .contact .copy .form-group {
      margin-bottom: 5px; }
    .contact .copy .btn-group, .contact .copy button {
      display: block;
      line-height: 50px;
      width: 100%; }
    .contact .copy .btn-submit {
      margin: 25px 0 0; }
    .contact .copy .btn-dropdown {
      margin: 0 0 25px; }
      .contact .copy .btn-dropdown .caret {
        margin: 10px; }
      .contact .copy .btn-dropdown:hover, .contact .copy .btn-dropdown:active, .contact .copy .btn-dropdown:focus {
        color: #ffffff; }
    .contact .copy .dropdown-menu {
      top: 61px;
      width: 100%;
      margin: 0;
      padding: 0; }
      .contact .copy .dropdown-menu li {
        margin: 0;
        padding: 10px 15px;
        line-height: 40px;
        font-size: 16pt; }
        .contact .copy .dropdown-menu li:hover {
          cursor: pointer;
          background: #e6e6e6; }

#searchform {
  position: absolute;
  top: 35px;
  right: 165px;
  width: 200px;
  vertical-align: middle; }
  #searchform input {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -o-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border-color: #aec5a5;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 12px;
    right: 0;
    position: relative; }
  #searchform #searchbtn {
    background: #ffffff;
    border-color: #aec5a5;
    border-left: none;
    position: relative;
    left: -1px;
    z-index: 10;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px; }
  #searchform.on {
    width: 100%;
    margin: 0 0 0 -50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

#pagination ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0; }
  #pagination ul li {
    display: inline-block;
    width: 25px; }
    #pagination ul li:first-child, #pagination ul li:last-child {
      width: auto; }
    #pagination ul li.btn-custom {
      color: #ffffff; }
      #pagination ul li.btn-custom a {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 14pt;
        letter-spacing: normal;
        padding: 0 15px;
        line-height: 40px;
        vertical-align: top; }

#errorPage .btn {
  display: inline-block;
  margin: 25px 0 0; }

.square h3 {
  position: relative;
  font-size: 16pt;
  text-align: center;
  margin: 0;
  padding: 0;
  background: white;
  box-sizing: border-box;
  padding: 15px 0 0;
  height: 60px;
  line-height: normal;
  overflow: hidden;
  border-top: none; }

.image_wrap {
  position: relative;
  display: inline-block;
  opacity: 1 !important; }
  .image_wrap .image_pin {
    opacity: 1 !important;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #C92228;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%; }
    .image_wrap .image_pin i {
      opacity: 1 !important;
      color: white; }

.square, .square-feature {
  margin-bottom: 25px;
  position: relative; }
  .square article, .square-feature article {
    height: 300px;
    position: relative; }
  .square .post-image.default-image, .square-feature .post-image.default-image {
    background: url("assets/images/default_bg.jpg") no-repeat scroll center/cover; }
  .square .link, .square-feature .link {
    display: block;
    text-align: center;
    color: #aec5a5;
    background: #ffffff;
    margin: 0;
    font-size: 21px;
    position: relative;
    z-index: 100; }
    .square .link .pink, .square-feature .link .pink {
      font-size: 28px; }
  .square .bar, .square-feature .bar {
    position: relative;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .square .bar:hover, .square-feature .bar:hover {
      -moz-transform: scale(0.99);
      -o-transform: scale(0.99);
      -ms-transform: scale(0.99);
      -webkit-transform: scale(0.99);
      transform: scale(0.99);
      -webkit-box-shadow: 0 10px 2px 0 rgba(0, 0, 0, 0.45);
      -moz-box-shadow: 0 10px 2px 0 rgba(0, 0, 0, 0.45);
      box-shadow: 0 10px 2px 0 rgba(0, 0, 0, 0.45);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .square .bar:before, .square-feature .bar:before {
      content: "";
      position: absolute;
      z-index: 1;
      bottom: -10px;
      left: -10px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #3a5a8a; }
    .square .bar:after, .square-feature .bar:after {
      content: "";
      position: absolute;
      z-index: 1;
      bottom: -10px;
      right: -10px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #3a5a8a; }
    .square .bar .text, .square-feature .bar .text {
      height: 100px;
      background: url("assets/images/quilted-bg.png") repeat-x scroll center left;
      box-sizing: border-box;
      text-align: center;
      position: relative;
      z-index: 2;
      margin: auto -10px; }
      .square .bar .text h3, .square-feature .bar .text h3 {
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        padding: 0 15px;
        box-sizing: border-box;
        margin: 0;
        color: #dc948b;
        text-align: left; }
        .square .bar .text h3:after, .square-feature .bar .text h3:after {
          content: "";
          width: 97.5%;
          height: 90%;
          margin: auto;
          border: 1px solid #edd4bd;
          position: absolute;
          z-index: 3;
          top: 5px;
          left: 5px;
          display: block; }

.featured-post {
  height: 300px; }
  .featured-post .featured-copy {
    height: 300px;
    box-sizing: border-box;
    background: #aec5a5;
    padding: 25px;
    color: #ffffff;
    position: relative;
    z-index: 9; }
    .featured-post .featured-copy h3 {
      color: #607757;
      margin: 0 0 15px; }
    .featured-post .featured-copy .btn {
      margin-top: 15px; }
    .featured-post .featured-copy:before {
      content: "";
      position: absolute;
      z-index: 1;
      bottom: 0;
      right: -20px;
      width: 0;
      height: 0;
      border-bottom: 10px solid transparent;
      border-right: 10px solid transparent;
      border-left: 10px solid #607757; }
    .featured-post .featured-copy:after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      right: -20px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-right: 10px solid transparent;
      border-left: 10px solid #607757; }
  .featured-post .featured-image {
    height: 280px;
    margin-left: -15px;
    margin-top: 10px;
    position: relative;
    z-index: 2; }
  .featured-post.featured-left .featured-copy {
    text-align: center;
    z-index: 11; }
    .featured-post.featured-left .featured-copy img {
      width: 150px;
      margin: 5px auto 25px; }
    .featured-post.featured-left .featured-copy .cursive {
      color: #ffffff;
      font-size: 36px; }
    .featured-post.featured-left .featured-copy:before {
      right: auto;
      left: -20px;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #607757;
      border-left: 10px solid transparent; }
    .featured-post.featured-left .featured-copy:after {
      right: auto;
      left: -20px;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #607757;
      border-left: 10px solid transparent; }
  .featured-post.featured-left .featured-image {
    margin-left: 15px;
    margin-right: -15px;
    z-index: 10; }
    .featured-post.featured-left .featured-image:hover .playwrap {
      background: #7a8c9c;
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }

.playwrap {
  background: #7a8c9c;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  border: 5px solid #fff;
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .playwrap i {
    text-align: center;
    font-size: 48px;
    display: block;
    color: #fff;
    z-index: 100;
    position: relative;
    padding: 22px; }
    .playwrap i.fa-play {
      left: 5px; }

.featured-image:hover .playwrap {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.video-link:hover .playwrap {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.featured-post .featured-copy h3 {
  color: #ffffff; }

.single {
  height: 100%; }

.page .single-text {
  margin-bottom: 25px; }

#temp_load {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 24pt;
  color: #aec5a5; }

.single-text {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  min-height: 1307px; }
  .single-text .alignleft {
    float: left;
    padding: 0 15px 15px 0; }
  .single-text .alignright {
    float: right;
    padding: 0 0 15px 15px; }

.post-single h1 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  line-height: normal;
  margin: 0 0 25px;
  color: #607757; }
.post-single .single-text {
  background: #ffffff;
  box-sizing: border-box;
  padding: 50px;
  font-size: 16pt; }
.post-single ul li, .post-single ol li {
  font-size: 16pt;
  color: #dc948b;
  line-height: 24px; }
  .post-single ul li a, .post-single ol li a {
    color: #d07064; }
.post-single .cta.fw-CTA {
  margin-top: 30px; }

.single-text p:first-child {
  margin-top: 0; }

.post-header {
  height: 100px; }
  .post-header h1 {
    color: #607757;
    line-height: 100px;
    margin: 0;
    padding: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif; }

#Splash {
  margin: 75px auto; }
  #Splash .single-text {
    min-height: auto; }

.archive .square {
  margin-bottom: 25px; }
.archive h1 {
  display: inline-block; }

#filter {
  float: right; }
  #filter.dropdown .btn-filter {
    color: #ffffff; }
    #filter.dropdown .btn-filter:hover, #filter.dropdown .btn-filter:focus, #filter.dropdown .btn-filter:active {
      color: #ffffff; }
  #filter.dropdown .dropdown-menu {
    margin: 0;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: none; }
    #filter.dropdown .dropdown-menu li {
      margin: 0; }
      #filter.dropdown .dropdown-menu li a {
        line-height: 30px;
        display: block; }
  #filter.dropdown.open .btn-filter {
    color: #ffffff; }

#NewsletterModal {
  height: 100%; }
  #NewsletterModal .modal-dialog {
    margin: auto; }
  #NewsletterModal .modal-content {
    overflow: hidden;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    #NewsletterModal .modal-content .modal-body {
      padding: 0; }
  #NewsletterModal form #popupImage {
    height: 400px;
    overflow: hidden; }
    #NewsletterModal form #popupImage img {
      min-width: 100%; }
  #NewsletterModal form #popupForm {
    height: 400px;
    padding: 15px;
    box-sizing: border-box; }
    #NewsletterModal form #popupForm .popup-title {
      display: block;
      margin: 0 auto 15px; }
  #NewsletterModal form .form-group {
    margin: 0; }
    #NewsletterModal form .form-group .col-md-6 {
      margin: 0;
      padding: 0; }
  #NewsletterModal form input {
    height: 60px;
    line-height: 60px;
    font-size: 14pt;
    display: block;
    width: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  #NewsletterModal form button {
    display: block;
    width: 100%; }

.cta {
  box-sizing: border-box;
  padding: 50px;
  background: url("assets/images/sophie-banner.jpg") no-repeat scroll top center/contain #1e2015;
  overflow: hidden;
  position: relative; }
  .cta.header-CTA {
    background: url("assets/images/sophie-top-banner.jpg") no-repeat scroll top left/cover #ffffff;
    padding: 100px 0;
    margin-bottom: 0; }
    .cta.header-CTA .cta-title {
       /*color: #dc948b; */
	  color:#FFFFFF;
      text-transform: capitalize;
      font-size: 36pt; }
    .cta.header-CTA form label {
      color: #7a8c9c; }
  .cta.fw-CTA {
    background: url("assets/images/sophie-banner.jpg") no-repeat scroll top right/cover #1e2015;
    padding: 25px; }
  .cta .cta-title {
    font-style: oblique;
    font-size: 18pt;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px; }
    .cta .cta-title .cursive {
      color: #aec5a5;
      font-size: 32pt;
      font-style: normal;
      text-transform: none;
      letter-spacing: 0; }
  .cta form label {
    font-weight: normal;
    font-size: 10pt;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .cta form input {
    height: 50px;
    line-height: 50px;
    font-size: 16pt;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .cta form button {
    width: 100%; }

.cta-secondary-banner {
	background-color:#B4C2A5;
}
.cta-row1 {
	float:left; width:100%; padding-top:10px;
}
.cta-title1 {
	color:#FFFFFF;
	text-align:center;
}
.form-container {
	width: 70%; margin: 0 auto;
}
@media (max-width: 800px) {
	.cta-secondary-banner {
		display:none;
	}
}

#customBreadcrumbs {
  background: #dc948b; }
  #customBreadcrumbs #breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    text-transform: uppercase;
    text-align: left; }
    #customBreadcrumbs #breadcrumbs li {
      margin: 0;
      padding: 0 5px;
      display: inline-block;
      font-size: 8pt;
      color: #ffffff;
      line-height: 24px; }
      #customBreadcrumbs #breadcrumbs li:first-child {
        padding-left: 0; }
      #customBreadcrumbs #breadcrumbs li * {
        color: #ffffff; }

footer {
  background: #aec5a5;
  padding: 50px 0 75px;
  margin-top: 25px;
  margin-bottom: 0;
  -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1); }
  footer #FooterButtons ul li {
    width: 32.3333333333%;
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box; }
    footer #FooterButtons ul li a {
      background: #869f7c;
      color: #ffffff;
      text-transform: uppercase;
      display: block;
      text-align: center;
      letter-spacing: 1px;
      line-height: 40px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      footer #FooterButtons ul li a:hover {
        background: #54684c;
        color: #ffffff;
        letter-spacing: 1.25px !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  footer h2 {
    color: #607757;
    font-size: 28pt;
    text-transform: uppercase;
    text-align: center;
    margin: 0; }
    footer h2 .cursive {
      color: #ffffff;
      font-size: 48pt;
      text-transform: capitalize; }
    footer h2:before {
      content: "";
      position: absolute;
      top: 35px;
      left: 0;
      width: 300px;
      height: 1px;
      background: #869f7c; }
    footer h2:after {
      content: "";
      position: absolute;
      top: 35px;
      right: 0;
      width: 300px;
      height: 1px;
      background: #869f7c; }
  footer #Partners {
    text-align: center;
    margin: 25px 0 0; }
    footer #Partners:before {
      content: "";
      position: absolute;
      bottom: 35px;
      left: 0;
      width: 50px;
      height: 1px;
      background: #869f7c; }
    footer #Partners:after {
      content: "";
      position: absolute;
      bottom: 35px;
      right: 0;
      width: 50px;
      height: 1px;
      background: #869f7c; }
    footer #Partners a {
      height: 35px;
      width: auto;
      display: inline-block;
      padding: 0 15px;
      margin-bottom: 25px; }
      footer #Partners a img {
        height: 35px;
        width: auto;
        top: 5px;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      footer #Partners a.oprah img {
        height: 50px; }
      footer #Partners a.extra img, footer #Partners a.ktla img {
        height: 25px;
        width: auto; }
      footer #Partners a:hover img {
        top: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  footer .btn-darkgreen {
    text-align: center;
    line-height: 40px;
    background: #869f7c; }
    footer .btn-darkgreen:hover {
      background: #6c8662; }
  footer .border {
    position: relative; }
    footer .border:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 35px;
      width: 1px;
      height: 98px;
      background: #869f7c; }
    footer .border:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 35px;
      width: 1px;
      height: 98px;
      background: #869f7c; }
  footer #legal {
    text-align: center;
    color: #607757;
    margin: 25px 0 0;
    font-size: 12pt; }
    footer #legal a {
      color: #869f7c; }
      footer #legal a.btn-custom {
        display: block;
        width: 200px;
        margin: 25px auto 0;
        color: #ffffff;
        line-height: 40px; }

#StandAlone {
  height: 100%; }

#NewsletterForm {
  max-width: 810px;
  margin: 0 auto; }
  #NewsletterForm.cta {
    background: url("assets/images/sophie-banner.jpg") no-repeat scroll 75% 100%/cover #1e2015;
    padding: 25px auto; }
    #NewsletterForm.cta .cta-title {
      margin-top: 0; }
    #NewsletterForm.cta .form .form-group {
      margin: 0;
      display: block !important; }
      #NewsletterForm.cta .form .form-group .btn-submit {
        margin: 25px 0; }

.widget .books .align {
  margin: 25px auto 50px; }
.widget .books .align > li {
  width: auto;
  margin: 0;
  min-height: 100px;
  padding: 0; }
.widget .books .btn {
  color: #3a5a8a;
  border-color: #3a5a8a;
  width: 100px;
  margin: 100px auto 0;
  font-size: 10pt; }

.square .books {
  background: #ffffff;
  border-top: none;
  height: 391px; }
  .square .books .align {
    margin: 0 auto; }
    .square .books .align li {
      padding: 0;
      min-height: auto; }
  .square .books .component {
    padding-top: 20px;
    height: 300px; }

.single-text .books .btn {
  color: #3a5a8a;
  border-color: #3a5a8a;
  width: 100px;
  margin: 100px auto 0;
  font-size: 10pt; }
.single-text .books .align li {
  padding: 0;
  min-height: auto; }

.books {
  /*
  	A. Mini Reset 
  */
  /* basic grid, only for this demo */
  	/* ///////////////////////////////////////////////////
  
  	HARDCOVER
  	Table of Contents
  
  	1. container
  	2. background & color
  	3. opening cover, back cover and pages
  	4. position, transform y transition
  	5. events
  	6. Bonus
  		- Cover design
  		- Ribbon
  		- Figcaption
  	7. mini-reset
  
  	/////////////////////////////////////////////////////*/
  /*
  	1. container
  */
  /*
  	2. background & color
  */
  /* HARDCOVER FRONT */
  /* reverse */
  /* HARDCOVER BACK */
  /* reverse */
  /* thickness of cover */
  /* page */
  /*
  	3. opening cover, back cover and pages
  */
  /*
  	4. position, transform & transition
  */
  /* HARDCOVER front */
  /* HARDCOVER back */
  /* thickness of cover */
  /* HARDCOVER front */
  /* thickness of cover */
  /* BOOK SPINE */
  /* thickness of book spine */
  /*
  	5. events
  */
  /*
  	6. Bonus
  */
  /* cover CSS */
  /* Basic ribbon */
  /* figcaption */ }
  .books *, .books *:after, .books *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .books * {
    margin: 0;
    padding: 0; }
  .books ::before,
  .books ::after {
    content: ""; }
  .books html,
  .books body {
    height: 100%;
    -webkit-font-smoothing: subpixel-antialiased; }
  .books html {
    font-size: 100%; }
  .books body {
    background: #ecf0f1;
    color: #34495e;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 400;
    line-height: 1.2; }
  .books ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .books a {
    color: #3a5a8a;
    text-decoration: none; }
  .books .btn {
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #3a5a8a;
    margin-top: 100px;
    font-size: 0.7em;
    font-weight: 700;
    padding: 0.1em 0.4em;
    text-align: center;
    -webkit-transition: color 0.3s, border-color 0.3s;
    -moz-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s; }
  .books .btn:hover {
    border-color: #16a085;
    color: #16a085; }
  .books .align {
    clear: both;
    margin: 70px auto 40px;
    width: 100%;
    max-width: 1170px;
    text-align: center; }
  .books .align > li {
    width: auto;
    min-height: 300px;
    display: inline-block;
    margin: 30px 20px 30px 30px;
    vertical-align: top; }
  .books img {
    max-width: auto;
    height: 100%;
    width: auto; }
  .books .book {
    position: relative;
    width: 160px;
    height: 220px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    transform-style: flat; }
  .books .hardcover_front li:first-child {
    background-color: #eee;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }
  .books .hardcover_front li:last-child {
    background: #fffbec; }
  .books .hardcover_back li:first-child {
    background: #fffbec; }
  .books .hardcover_back li:last-child {
    background: #fffbec; }
  .books .book_spine li:first-child {
    background: #eee; }
  .books .book_spine li:last-child {
    background: #333; }
  .books .hardcover_front li:first-child:after,
  .books .hardcover_front li:first-child:before,
  .books .hardcover_front li:last-child:after,
  .books .hardcover_front li:last-child:before,
  .books .hardcover_back li:first-child:after,
  .books .hardcover_back li:first-child:before,
  .books .hardcover_back li:last-child:after,
  .books .hardcover_back li:last-child:before,
  .books .book_spine li:first-child:after,
  .books .book_spine li:first-child:before,
  .books .book_spine li:last-child:after,
  .books .book_spine li:last-child:before {
    background: #999; }
  .books .page > li {
    background: -webkit-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    background: -moz-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    background: -ms-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    background: linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
    border-radius: 0px 5px 5px 0px; }
  .books .hardcover_front {
    -webkit-transform: rotateY(-34deg) translateZ(8px);
    -moz-transform: rotateY(-34deg) translateZ(8px);
    transform: rotateY(-34deg) translateZ(8px);
    z-index: 100; }
  .books .hardcover_back {
    -webkit-transform: rotateY(-15deg) translateZ(-8px);
    -moz-transform: rotateY(-15deg) translateZ(-8px);
    transform: rotateY(-15deg) translateZ(-8px); }
  .books .page li:nth-child(1) {
    -webkit-transform: rotateY(-28deg);
    -moz-transform: rotateY(-28deg);
    transform: rotateY(-28deg); }
  .books .page li:nth-child(2) {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg); }
  .books .page li:nth-child(3) {
    -webkit-transform: rotateY(-32deg);
    -moz-transform: rotateY(-32deg);
    transform: rotateY(-32deg); }
  .books .page li:nth-child(4) {
    -webkit-transform: rotateY(-34deg);
    -moz-transform: rotateY(-34deg);
    transform: rotateY(-34deg); }
  .books .page li:nth-child(5) {
    -webkit-transform: rotateY(-36deg);
    -moz-transform: rotateY(-36deg);
    transform: rotateY(-36deg); }
  .books .hardcover_front,
  .books .hardcover_back,
  .books .book_spine,
  .books .hardcover_front li,
  .books .hardcover_back li,
  .books .book_spine li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .books .hardcover_front,
  .books .hardcover_back {
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    transform-origin: 0% 100%; }
  .books .hardcover_front {
    -webkit-transition: all 0.8s ease, z-index 0.6s;
    -moz-transition: all 0.8s ease, z-index 0.6s;
    transition: all 0.8s ease, z-index 0.6s; }
  .books .hardcover_front li:first-child {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-transform: translateZ(2px);
    -moz-transform: translateZ(2px);
    transform: translateZ(2px); }
  .books .hardcover_front li:last-child {
    -webkit-transform: rotateY(180deg) translateZ(2px);
    -moz-transform: rotateY(180deg) translateZ(2px);
    transform: rotateY(180deg) translateZ(2px); }
  .books .hardcover_back li:first-child {
    -webkit-transform: translateZ(2px);
    -moz-transform: translateZ(2px);
    transform: translateZ(2px); }
  .books .hardcover_back li:last-child {
    -webkit-transform: translateZ(-2px);
    -moz-transform: translateZ(-2px);
    transform: translateZ(-2px); }
  .books .hardcover_front li:first-child:after,
  .books .hardcover_front li:first-child:before,
  .books .hardcover_front li:last-child:after,
  .books .hardcover_front li:last-child:before,
  .books .hardcover_back li:first-child:after,
  .books .hardcover_back li:first-child:before,
  .books .hardcover_back li:last-child:after,
  .books .hardcover_back li:last-child:before,
  .books .book_spine li:first-child:after,
  .books .book_spine li:first-child:before,
  .books .book_spine li:last-child:after,
  .books .book_spine li:last-child:before {
    position: absolute;
    top: 0;
    left: 0; }
  .books .hardcover_front li:first-child:after,
  .books .hardcover_front li:first-child:before {
    width: 4px;
    height: 100%; }
  .books .hardcover_front li:first-child:after {
    -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
    -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
    transform: rotateY(90deg) translateZ(-2px) translateX(2px); }
  .books .hardcover_front li:first-child:before {
    -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
    -moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
    transform: rotateY(90deg) translateZ(158px) translateX(2px); }
  .books .hardcover_front li:last-child:after,
  .books .hardcover_front li:last-child:before {
    width: 4px;
    height: 160px; }
  .books .hardcover_front li:last-child:after {
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
    -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px); }
  .books .hardcover_front li:last-child:before {
    box-shadow: 0px 0px 30px 5px #333;
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
    -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px); }
  .books .hardcover_back li:first-child:after,
  .books .hardcover_back li:first-child:before {
    width: 4px;
    height: 100%; }
  .books .hardcover_back li:first-child:after {
    -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
    -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
    transform: rotateY(90deg) translateZ(-2px) translateX(2px); }
  .books .hardcover_back li:first-child:before {
    -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
    -moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
    transform: rotateY(90deg) translateZ(158px) translateX(2px); }
  .books .hardcover_back li:last-child:after,
  .books .hardcover_back li:last-child:before {
    width: 4px;
    height: 160px; }
  .books .hardcover_back li:last-child:after {
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
    -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px); }
  .books .hardcover_back li:last-child:before {
    box-shadow: 10px -1px 80px 20px #666;
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
    -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px); }
  .books .book_spine {
    -webkit-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
    -moz-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
    transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
    width: 16px;
    z-index: 0; }
  .books .book_spine li:first-child {
    -webkit-transform: translateZ(2px);
    -moz-transform: translateZ(2px);
    transform: translateZ(2px); }
  .books .book_spine li:last-child {
    -webkit-transform: translateZ(-2px);
    -moz-transform: translateZ(-2px);
    transform: translateZ(-2px); }
  .books .book_spine li:first-child:after,
  .books .book_spine li:first-child:before {
    width: 4px;
    height: 100%; }
  .books .book_spine li:first-child:after {
    -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
    -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
    transform: rotateY(90deg) translateZ(-2px) translateX(2px); }
  .books .book_spine li:first-child:before {
    -webkit-transform: rotateY(-90deg) translateZ(-12px);
    -moz-transform: rotateY(-90deg) translateZ(-12px);
    transform: rotateY(-90deg) translateZ(-12px); }
  .books .book_spine li:last-child:after,
  .books .book_spine li:last-child:before {
    width: 4px;
    height: 16px; }
  .books .book_spine li:last-child:after {
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
    -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px); }
  .books .book_spine li:last-child:before {
    box-shadow: 5px -1px 100px 40px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
    -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px); }
  .books .page,
  .books .page > li {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .books .page {
    width: 100%;
    height: 98%;
    top: 1%;
    left: 3%;
    z-index: 10; }
  .books .page > li {
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease; }
  .books .page > li:nth-child(1) {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s; }
  .books .page > li:nth-child(2) {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s; }
  .books .page > li:nth-child(3) {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s; }
  .books .page > li:nth-child(4) {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s; }
  .books .page > li:nth-child(5) {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s; }
  .books .book:hover > .hardcover_front {
    -webkit-transform: rotateY(-145deg) translateZ(0);
    -moz-transform: rotateY(-145deg) translateZ(0);
    transform: rotateY(-145deg) translateZ(0);
    z-index: 0; }
  .books .book:hover > .page li:nth-child(1) {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    transition-duration: 1.5s; }
  .books .book:hover > .page li:nth-child(2) {
    -webkit-transform: rotateY(-35deg);
    -moz-transform: rotateY(-35deg);
    transform: rotateY(-35deg);
    -webkit-transition-duration: 1.8s;
    -moz-transition-duration: 1.8s;
    transition-duration: 1.8s; }
  .books .book:hover > .page li:nth-child(3) {
    -webkit-transform: rotateY(-118deg);
    -moz-transform: rotateY(-118deg);
    transform: rotateY(-118deg);
    -webkit-transition-duration: 1.6s;
    -moz-transition-duration: 1.6s;
    transition-duration: 1.6s; }
  .books .book:hover > .page li:nth-child(4) {
    -webkit-transform: rotateY(-130deg);
    -moz-transform: rotateY(-130deg);
    transform: rotateY(-130deg);
    -webkit-transition-duration: 1.4s;
    -moz-transition-duration: 1.4s;
    transition-duration: 1.4s; }
  .books .book:hover > .page li:nth-child(5) {
    -webkit-transform: rotateY(-140deg);
    -moz-transform: rotateY(-140deg);
    transform: rotateY(-140deg);
    -webkit-transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    transition-duration: 1.2s; }
  .books .coverDesign {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }
  .books .coverDesign::after {
    background-image: -webkit-linear-gradient(-135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
    background-image: -moz-linear-gradient(-135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
    background-image: linear-gradient(-135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .books .coverDesign h1 {
    color: #fff;
    font-size: 2.2em;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 54% 0 0 0;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1); }
  .books .coverDesign p {
    color: #f8f8f8;
    font-size: 1em;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1); }
  .books .yellow {
    background-color: #f1c40f;
    background-image: -webkit-linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
    background-image: -moz-linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
    background-image: linear-gradient(top, #f1c40f 58%, #e7ba07 0%); }
  .books .blue {
    background-color: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db 58%, #2a90d4 0%);
    background-image: -moz-linear-gradient(top, #3498db 58%, #2a90d4 0%);
    background-image: linear-gradient(top, #3498db 58%, #2a90d4 0%); }
  .books .grey {
    background-color: #f8e9d1;
    background-image: -webkit-linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
    background-image: -moz-linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
    background-image: linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%); }
  .books .ribbon {
    background: #c0392b;
    color: #fff;
    display: block;
    font-size: 0.7em;
    position: absolute;
    top: 11px;
    right: 1px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    letter-spacing: 0.15em;
    text-align: center;
    -webkit-transform: rotateZ(45deg) translateZ(1px);
    -moz-transform: rotateZ(45deg) translateZ(1px);
    transform: rotateZ(45deg) translateZ(1px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 10; }
  .books .ribbon::before,
  .books .ribbon::after {
    position: absolute;
    top: -20px;
    width: 0;
    height: 0;
    border-bottom: 20px solid #c0392b;
    border-top: 20px solid transparent; }
  .books .ribbon::before {
    left: -20px;
    border-left: 20px solid transparent; }
  .books .ribbon::after {
    right: -20px;
    border-right: 20px solid transparent; }
  .books figcaption {
    position: absolute;
    bottom: -75px;
    -webkit-backface-visibility: hidden; }
  .books figcaption h3 {
    margin: 0;
    font-size: 18pt; }
  .books figcaption span {
    color: #16a085;
    padding: 0.6em 0 1em 0;
    display: block; }
  .books figcaption p {
    color: #63707d;
    line-height: 1.3; }

/* Media Queries */
@media screen and (max-width: 37.8125em) {
  .align > li {
    width: 100%;
    min-height: 440px;
    height: auto;
    padding: 0;
    margin: 0 0 30px 0; }

  .book {
    margin: 0 auto; }

  figcaption {
    text-align: center;
    width: 320px;
    top: 250px;
    padding-left: 0;
    left: -80px;
    font-size: 90%; } }
.widget {
  background: #ffffff;
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
  .widget h3 {
    text-align: center; }
  .widget .btn-blue {
    font-size: 14pt; }
  .widget.cta_widget {
    padding: 0; }
    .widget.cta_widget #NewsletterWidgetWrap {
      background: url("assets/images/sidebar-cta.jpg") no-repeat scroll top center/cover #1e2015;
      padding: 200px 25px 25px 25px; }
    .widget.cta_widget h3 {
      color: #ffffff; }
      .widget.cta_widget h3 .cursive {
        font-size: 36pt; }
    .widget.cta_widget .form-group {
      margin-bottom: 0; }
      .widget.cta_widget .form-group label {
        text-transform: uppercase;
        font-size: 8pt;
        letter-spacing: 1px;
        font-weight: normal;
        color: #ffffff; }
      .widget.cta_widget .form-group input {
        line-height: 40px;
        height: 40px;
        font-size: 14pt;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
    .widget.cta_widget .btn-pink {
      margin-top: 15px;
      display: block;
      width: 100%; }
      .widget.cta_widget .btn-pink:hover {
        color: #ffffff; }
  .widget.book_widget a {
    display: block; }
  .widget.photo_widget .results .playwrap {
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  .widget.photo_widget .results:hover .playwrap {
    background: #7a8c9c;
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
  .widget.photo_widget .results .photo {
    display: block;
    position: relative; }
  .widget.video_widget .recent-video {
    height: 175px;
    position: relative;
    margin-bottom: 25px; }
    .widget.video_widget .recent-video .playwrap {
      -moz-transform: scale(0.5);
      -o-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -webkit-transform: scale(0.5);
      transform: scale(0.5); }
  .widget.video_widget:hover .playwrap {
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
  .widget.giveaway_widget h3 {
    margin: 0 0 15px; }
  .widget.giveaway_widget .giveaways-listing {
    padding: 0;
    width: auto;
    margin: 0 0 25px; }
    .widget.giveaway_widget .giveaways-listing .single-giveaway {
      height: 300px;
      position: relative; }
      .widget.giveaway_widget .giveaways-listing .single-giveaway:first-child {
        margin: 0; }
      .widget.giveaway_widget .giveaways-listing .single-giveaway h2 {
        font-size: 18pt;
        line-height: normal; }
      .widget.giveaway_widget .giveaways-listing .single-giveaway .playwrap {
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transform: scale(0.5); }
      .widget.giveaway_widget .giveaways-listing .single-giveaway:hover .playwrap {
        background: #7a8c9c;
        -moz-transform: scale(0.75);
        -o-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out; }

@media (max-width: 1199px) {
  footer h2:before {
    width: 235px; }
  footer h2:after {
    width: 235px; }
  footer .border:before, footer .border:after {
    height: 145px; }
  footer #Partners:before, footer #Partners:after {
    width: 150px; }
  footer #Partners a:first-child {
    padding-left: 0; }

  header h2 {
    font-size: 24pt; }
    header h2 .pink {
      font-size: 28pt; }

  #searchform {
    width: 175px; }

  .cta.header-CTA {
    background-position: -100px 0px; }

  .widget h3 {
    font-size: 14pt; }
    .widget h3 .cursive {
      font-size: 18pt; } }
@media (max-width: 991px) {
  .contact .copy .btn-dropdown {
    font-size: 14pt; }

  .cta.header-CTA {
    background-position: -300px 0px;
    padding: 50px 0; }
    .cta.header-CTA .form .form-group {
      margin: 0; }
      .cta.header-CTA .form .form-group .btn-submit {
        margin: 25px 0 50px; }

  .cta.fw-CTA {
    background: url("assets/images/sophie-banner.jpg") no-repeat scroll 75% 100%/cover #1e2015; }
  .cta .cta-title {
    margin-top: 0; }
  .cta .form .form-group {
    margin: 0; }
    .cta .form .form-group .btn-submit {
      margin: 25px 0; }

  header h2 {
    margin: 0 -200px 0 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  header .pull-down {
    top: 0;
    left: -65px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  header #searchform {
    display: none; }

  footer h2:before {
    display: none; }
  footer h2:after {
    display: none; }
  footer .border:before {
    display: none; }
  footer .border:after {
    display: none; }
  footer #Partners {
    margin: 0 0 25px; }
    footer #Partners:before {
      display: none; }
    footer #Partners:after {
      display: none; }
    footer #Partners a:first-child {
      padding-left: 0; }
    footer #Partners a img {
      height: 35px;
      width: auto; }
  footer #legal {
    margin-top: 0; } }
@media (max-width: 767px) {
  .social-share {
    margin: 50px -25px; }
    .social-share .social-text {
      font-size: 18pt; }

  .contact .side {
    min-height: auto; }
  .contact .outer {
    min-height: auto; }
  .contact .copy.contact-form {
    height: auto; }

  .btn-custom {
    line-height: 60px !important; }

  .backlink {
    display: none; }

  header {
    line-height: 53px; }
    header h1 {
      font-size: 32pt;
      line-height: auto;
      line-height: 60px;
      margin: 5px 0; }
    header #Navigation {
      height: 53px;
      line-height: 53px;
      position: absolute;
      top: 0;
      right: 0; }
      header #Navigation button {
        height: 70px; }

  #header-pad {
    display: none; }

  .single-post h1, .single-post h3 {
    text-align: center; }
  .single-post #MobileNewsletter {
    margin-bottom: 0; }
  .single-post .single-text {
    padding: 25px; }
    .single-post .single-text h1 {
      text-align: left; }

  #NewsletterModal form #popupForm {
    height: 50vh; }
  #NewsletterModal form #popupImage {
    height: 50vh; }
  #NewsletterModal .modal-content .close-btn {
    top: 5px;
    right: 5px; }

  #MobileNewsletter, #NewsletterForm {
    margin-bottom: 25px;
    background: #aec5a5; }
    #MobileNewsletter.cta, #NewsletterForm.cta {
      background: #1e2015; }
    #MobileNewsletter .cta-title, #NewsletterForm .cta-title {
      text-align: center;
      font-size: 28px;
      padding: 15px 0 10px;
      line-height: normal;
      color: #ffffff; }
      #MobileNewsletter .cta-title .join, #NewsletterForm .cta-title .join {
        text-transform: uppercase;
        font-size: 21px;
        display: inline-block; }
        #MobileNewsletter .cta-title .join .pink, #NewsletterForm .cta-title .join .pink {
          color: #607757;
          font-size: 36px;
          text-transform: capitalize; }
    #MobileNewsletter .form-group, #NewsletterForm .form-group {
      margin: 0; }
    #MobileNewsletter input, #NewsletterForm input {
      height: 50px;
      line-height: 50px;
      font-size: 16pt;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border: 1px solid #92b186; }
    #MobileNewsletter label, #NewsletterForm label {
      font-weight: normal;
      margin: 0;
      font-size: 12px;
      color: #607757; }
    #MobileNewsletter button, #NewsletterForm button {
      margin: 25px 0 25px; }

  .square .link {
    margin: 0; }

  .featured-post {
    height: auto; }
    .featured-post .featured-copy {
      margin-top: 15px; }
      .featured-post .featured-copy:before, .featured-post .featured-copy:after {
        display: none; }

  .video-post {
    height: auto;
    padding: 0; }
    .video-post .video-copy {
      margin-top: 25px; }
      .video-post .video-copy:before, .video-post .video-copy:after {
        display: none; }
    .video-post .video-image {
      margin: 0;
      height: 232px; }

  .fw-CTA {
    display: none;
    background-image: none !important;
    padding: 25px 5px; }
    .fw-CTA form {
      margin-bottom: 15px; }
    .fw-CTA .cta-title {
      margin: 0 0 25px; }
    .fw-CTA .form-group {
      margin-bottom: 0; }
      .fw-CTA .form-group button {
        margin: 25px 0 0; }

  .post-header {
    text-align: center;
    height: auto; }
    .post-header h1 {
      line-height: 60px; }

  .post-single .single-text {
    padding: 15px;
    min-height: auto; }
    .post-single .single-text img {
      display: block;
      min-width: 100%;
      padding: 15px 0; }
    .post-single .single-text .books img {
      height: 100%; }

  #filter {
    float: none;
    display: block;
    margin: 0 0 25px; }
    #filter .btn-filter {
      margin: 0;
      width: 100%; }
    #filter .dropdown-menu {
      width: 100%; }

  footer {
    padding: 25px 0; }
    footer h2 {
      font-size: 16pt; }
      footer h2:before, footer h2:after {
        top: 25px;
        width: 25px; }
      footer h2 .cursive {
        font-size: 32pt;
        padding-right: 5px; }
    footer #Partners {
      margin: 0 0 25px; }
      footer #Partners a {
        height: 75px;
        line-height: 75px;
        margin: 0;
        padding: 0 5px; }
    footer .border:after, footer .border:before {
      height: 221px; }
    footer .btn-darkgreen {
      margin-bottom: 25px; }
    footer #legal {
      margin-top: 10px;
      padding: 0 15px; }
    footer #FooterButtons ul li {
      width: auto;
      display: block; } }
