<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: TheOldish
Theme URI: 
Author:
Author URI:
Description:
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: theoldish

*/


/**
 * Table of Contents:
 *
 * Repeatable Patterns
 * Basic Structure
 * Header
 * Site Header
 * Navigation
 * Content
 *   - Entry Header
 *   - Entry Meta
 *   - Entry Content
 *   - Galleries
 *   - Post Formats
 *   - Attachments
 *   - Post/Paging Navigation
 *   - Author Bio
 *   - Archives
 *   - Search Results/No posts
 *   - 404
 *   - Comments
 *   
 * Sidebar
 * Widgets
 * Footer
 * Media Queries
 * ----------------------------------------------------------------------------
 */

 
/**
 * Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
 
a {
	color: #bb9bae;
	text-decoration: none;
}

a:hover,
a:active {
	color: #bb9bae;
	text-decoration: underline;
}

.entry-content a {
    text-decoration: underline;
}

.entry-content a:hover,
.entry-content a:active {
    text-decoration: none;
}
 
/* bootstrap button overrides */


h1 {
	font-size: 2.57em; /*36px*/	
}

h2 {
	font-size: 2.14em; /*30px*/
}

h3 {
	font-size: 1.71em; /*24px*/
}

h4 {
	font-size: 1.29em; /*18px*/
}

h5 {
	font-size: 1.0em; /*14px*/
}

h6 {
	font-size: 0.86em; /*12px*/
}

blockquote {
	font-size: 1.25em;	
}

.entry-content p {
	margin: 0 0 1.5em 0;	
}

.navbar-toggle {
	position: absolute;
	top: 16px;
	right: 10px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 0px;
	width: 30px;
	height: 25px;
}

.navbar-toggle {
	background: transparent url(assets/img/icon-menu.png) 0 -26px no-repeat;
	background-size: 30px auto;	
}

.navbar-toggle.collapsed {
	background: transparent url(assets/img/icon-menu.png) 0 0px no-repeat;
	background-size: 30px auto;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-logo {
	width: 34px;
	padding: 5px 0 0 0;
}

.btn-primary { 
  color: #fff; 
  background-color: #bb9bae;
  border-color: #bb9bae;
  border-radius: 4px 
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: #bb9bae; 
  background-color: #ffffff;
    border-color: #bb9bae;
} 
 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  background-image: none; 
} 
 
.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary[disabled].active, 
fieldset[disabled] .btn-primary.active { 
	background-color: #ffffff;
    border-color: #bb9bae;
} 
 
.btn-primary .badge { 
  color: #fff; 
  background-color: #bb9bae; 
}

.btn-primary.btn-slideshow {
	float: right;
	text-transform: uppercase;
	/*font-family: 'GothamRounded-Medium', Helvetica, Arial, sans-serif;*/	
}

.simplefavorite-button {
    background-color: #2E8700;
    border: 1px solid #2E8700;
    color: #fff;
    padding: 6px 12px;
    margin-bottom: 20px;
	border-radius: 4px;
}
.simplefavorite-button:hover {
    opacity: 0.7;
}


/**
 * Basic Structure
 * ----------------------------------------------------------------------------
 */

html, body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

body.home,
body.category {
	background-color: #f7f7f7;	
}

.jumbotron {
	padding: 0px;
	margin-top: 55px;
	height: 250px;
	margin-bottom: 0px;
	color: inherit;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 25px;
}

.jumbotron-footer {
	padding: 0px;
	margin-top: 60px;
	height: 250px;
	margin-bottom: 0px;
	color: inherit;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 25px;
}

.jumbotron p,
.jumbotron-footer p {
margin-bottom: 15px;
font-size: 12px;
}

.jumbotron p a,
.jumbotron-footer p a {
	
}

.registration {
	background-color: #fff;
	padding: 40px 40px;
	border-radius: 50%;	
	width: 200px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.registration a.sign-in-link {
	text-decoration: underline;	
}

.registration a.sign-in-link:hover,
.registration a.sign-in-link:active,
.registration a.sign-in-link:focus {
	text-decoration: none;	
}

.registration img {
	margin-bottom: 20px;	
}

.btn-register {
	max-width: 120px;
	margin: 0 auto;
	display: block;	
}

.main {
	padding-top: 60px;
}

.home .main {
	padding-top: 0px;	
}

#primary {
	
}

.home section {
	padding-top: 20px;
	padding-bottom: 20px;	
}

.home .featured-posts section {
	padding-bottom: 20px;	
}

.page section {
	padding-top: 20px;
	padding-bottom: 20px;	
}

/**
 * Header
 * ----------------------------------------------------------------------------
 */
 

/**
 * Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: fixed;
	top:0;
	left:0;
	z-index: 999;
	width: 100%;
	background: #fff;
	-moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
}

.site-header.no-shadow {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.site-header .home-link {
	text-decoration: none;
}

.site-header .site-title:hover {

}

.header-top {
	
}

.utilities {
	padding-top: 5px;
	/*background-color: #f9f9f9;*/
	float:right;	
}

.navbar-brand {
	float: left;
	width: 125px;
	height: auto;
	padding: 10px 0 10px 10px;
	font-size: 18px;
	line-height: normal;
}

.site-title {
	
}

.site-description {
	
}

.social-networks {
	margin-bottom: 20px;
	font-size: 12px;	
}

.social-networks ul.social-links {
	float: right;	
}

ul.social-links a {
	color: #bb9bae;	
}

ul.social-links a:hover,
ul.social-links a:active,
ul.social-links a:focus {
	color: rgba(187,155,174,0.7);
}

.social-network-title {
	display: inline-block;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
	color: #070909;	
}

ul.social-links {
	margin-bottom: 0;	
}

ul.social-links li {
	padding: 0;	
}

.registration-login {
	float: right;	
}

.registration-login a {
	text-decoration: none;
}

.registration-login a:hover,
.registration-login a:focus,
.registration-login a:active {
	text-decoration: underline;
}

.header-search {
	height: 140px;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	background-color: #f3f3f3;	
}

.header-search.closed {
	height: 0px;	
}

.search-form {
	padding-top: 20px;
	padding-bottom: 20px;	
}

h3.search-title {
	text-align: center;	
}

h3.search-title a {
	text-decoration: underline;	
}

h3.search-title a:hover,
h3.search-title a:focus,
h3.search-title a:active {
	text-decoration: none;
}

.primary-menu {
	
}



.navbar {
min-height: 40px;
margin-bottom: 0px;
border: 1px solid transparent;
}

.navbar {
border-radius: 0px;
}

.navbar-default {
background-color: #bb9bae;
border-color: #bb9bae;
}

.navbar-nav&gt;li&gt;a {
padding-top: 10px;
padding-bottom: 10px;
}

.navbar-default .navbar-nav&gt;li&gt;a {
color: #fff;
}

.navbar-default .navbar-nav&gt;li&gt;a:hover,
.navbar-default .navbar-nav&gt;li&gt;a:active,
.navbar-default .navbar-nav&gt;li&gt;a:focus {
	color: rgba(255,255,255,0.7);
	outline: 0;
}

.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:hover, .navbar-default .navbar-nav&gt;.active&gt;a:focus {
color: #bb9bae;
background-color: #fff;
}

.navbar-default .navbar-nav&gt;.open&gt;a, .navbar-default .navbar-nav&gt;.open&gt;a:hover, .navbar-default .navbar-nav&gt;.open&gt;a:focus {
color: #bb9bae;
background-color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a {
  color: rgba(255,255,255,1);
}

.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus, .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover {
  color: #accbeb;
  background-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.1);
}

.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #fff;
/*border: 1px solid rgba(0,0,0,.15);*/
border-radius: 0px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu&gt;li&gt;a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #bb9bae;
white-space: nowrap;
color: #bb9bae;
}

.dropdown-menu&gt;li&gt;a:hover,
.dropdown-menu&gt;li&gt;a:active,
.dropdown-menu&gt;li&gt;a:focus {
	background-color: #bb9bae;
	color: #fff;	
}

.dropdown-menu&gt;.active&gt;a, .dropdown-menu&gt;.active&gt;a:hover, .dropdown-menu&gt;.active&gt;a:focus {
color: #fff;
text-decoration: none;
background-color: #bb9bae;
outline: 0;
}

/**
 * Navigation
 * ----------------------------------------------------------------------------
 */
 
.primary-menu {
	
}
 
.menu-item-search .fa-search {
	margin-right: 5px;	
}

.btn-search {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 55px;
	font-size: 26px;
	color: #fff;	
}

.btn-search:hover,
.btn-search:focus,
.btn-search:active {
	color: #fff;
}

.secondary-menu .nav&gt;li&gt;a:focus, .secondary-menu .nav&gt;li&gt;a:hover,
.tertiary-menu .nav&gt;li&gt;a:focus, .tertiary-menu .nav&gt;li&gt;a:hover {
  text-decoration: underline;
  background-color:transparent;
  outline: 0;
}

/**
 * Content
 * ----------------------------------------------------------------------------
 */
 
#content {
	
}

.page-header {
  padding-bottom: 0px;
  margin: 0px 0 20px;
  border-bottom: none;
}

section.featured-posts,
section.overview {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	background: #fff;
	-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);	
}

.banner {
	margin-bottom: 20px;	
}

.banner {
	max-width: 300px;
	margin: 0 auto 20px auto;	
}

.banner.leaderboard {
	max-width: 728px;
	margin: 0 auto 20px auto;	
}

section.featured-posts {
	margin-top: 60px;	
}

section.posts {
	padding-top: 20px;
	padding-bottom: 0;	
}

section.overview {
	
}

section.overview .row {
	border: 1px solid #ddd;
	border-bottom: 2px solid #ddd;		
	margin-left: 0;
	margin-right: 0;
	/*background: #AECCE8;*/
}

section.overview .overview-left {
  padding-right: 0;
  padding-left: 0;
  
}

.overview-left {
	/*background: transparent url('assets/img/overview-aging-in-place.jpg') 0 0 no-repeat;*/
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 250px;	
}

.overview-left.oldish-living {
	background-image: url('assets/img/category-oldish-living.jpg');	
}

.overview-left.aging-in-place {
	background-image: url('assets/img/category-aging-in-place.jpg');	
}

.overview-left.caregiver-central {
	background-image: url('assets/img/category-caregiver-central.jpg');	
}

.overview-left.health {
	background-image: url('assets/img/category-health.jpg');	
}

.overview-left.long-term-care {
	background-image: url('assets/img/category-long-term-care.jpg');	
}

.overview-left.end-of-life-issues {
	background-image: url('assets/img/category-end-of-life-issues.jpg');	
}

.overview-left.sail-home-activity-program-videos {
	background-image: url('assets/img/category-sail-home-activity-program-videos.jpg');	
}

.overview-left .overview-img {
	height: 250px;	
}

section.overview .overview-right {
	padding-right: 0;
	padding-left: 0;
	background: #fff;		
}

section.overview .overview-entry {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.overview-content {
	padding-right: 15px;
	padding-left: 15px;	
	margin-bottom: 40px;
}

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

.overview-title h1.page-title {
	display: inline-block;
	color: #bb9bae;
	/* font-family: 'RemachineScript'; */
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	margin-top: 10px;
	/* background-image: url(assets/img/icon-flower-vertical.png);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 25px; */
}

.lead {
	font-weight: 400;
}

.overview-content .lead {
	font-size: 16px;	
}

.overview-entries p.must-reads {
	text-transform: uppercase;
	color: #bb9bae;
	text-align: center;	
	padding-right: 15px;
	padding-left: 15px;
}

.overview-entries .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.overview-entries .list-group {
  margin-bottom: 0px;
}

.overview-entries .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}

.overview-entries .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: none;
}

.overview-entries a.list-group-item {
  color: #070909;
}

.overview-entries .media {
	border-top: none;
	padding: 0;	
}

.media {
    margin-top: 0;
    border-top: 1px solid #ddd;
    padding: 5px 10px;
}

.media.media-attachment {
	border-top: none;	
}

h4.media-heading {
	font-size: 14px;	
}

.media.media-comment {
	margin-top: 0;
	border-top: none;
	padding: 0;
}

.media.media-comment img {
	max-width: 36px;	
}

.media.media-comment {
	
}

.media img {
	background: none;
}

.media-left {
	
}

.media img {
	max-width: 75px;	
}

.media-heading a {
	display: block;	
}

article {
	
}

.entry-content {
	
}

ul.entry-categories {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 7px;
	max-height: 15px;
	overflow: hidden;
}

ul.entry-categories li {
	
}

ul.entry-categories li a {
	
}

div.section-title {
	 border-bottom: 1px solid #bb9bae;
	 margin-bottom: 20px;	
}

div.section-title.latest-posts {
	 border-bottom: none;
}

h2.section-title {
  /* font-family: 'RemachineScript'; */
  font-family: 'Raleway', sans-serif; 
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #bb9bae;
  /* background-image: url(assets/img/icon-flower-vertical.png);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 25px; */
}

h2.section-title.featured,
.latest-posts h2.section-title {
	display: inline-block;
  color: #bb9bae;
  /* font-family: 'RemachineScript'; */
  font-family: 'Raleway', sans-serif; 
  font-size: 30px;
  margin-top: 10px;
  /* background-image: url(assets/img/icon-flower-vertical.png);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 25px; */
}

div.section-title.latest-posts,
div.section-title.featured {
	text-align: center;	
	border-bottom: none;
}

h2.section-title a {
	display:block;	
}

h3.user-name {
	text-align: center;	
}

p.author {
	font-size: 12px;	
}

.view-all {
  margin-top: 0px;
  font-size: 26px;
}

.view-all-text {
	margin-right: 5px;	
}

.read-more {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;	
}

.read-more {
	text-decoration: underline;	
}

.read-more:hover {
	text-decoration: none;	
}

h3.thumbnail-title {
	font-size: 20px;
	margin-top: 0;
	line-height: 1.2;
}

h3.register-title {
	margin-top: 0;	
}

h3.thumbnail-title a {
	color: #070909;
}

h3.thumbnail-title a:hover {
	text-decoration: none;
}

.more-entries a {
	font-size: 12px;
	text-transform: uppercase;	
}

.thumbnail.thumbnail-entry {
	display: block;
padding: 0px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-bottom: 2px solid #ddd;
border-radius: 0px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
overflow: hidden;
	max-width: 500px;
  margin: 0 auto 30px auto;
}

.thumbnail.thumbnail-entry .caption {
	/*-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;*/
	border-bottom: 5px solid transparent;	
}

.thumbnail.thumbnail-entry .thumbnail-img img
.thumbnail.thumbnail-entry-horizontal .thumbnail-img img {
	-webkit-transform: translate(0px, 0);
    -webkit-transition: -webkit-transform 0.2s ease;
    -moz-transform: translate(0px, 0);
    -moz-transition: -webkit-transform 0.2s ease;
    transform: translate(0px, 0);
    transition: -webkit-transform 0.2s ease;
	
	opacity: 1;
}

.thumbnail.thumbnail-entry .thumbnail-img-icon {
	padding: 15px 35px;	
}

.thumbnail.thumbnail-entry-horizontal .thumbnail-img-icon {
	padding: 15px 25px;
}

.thumbnail.thumbnail-entry .thumbnail-img-icon.caregiver-central,
.thumbnail.thumbnail-entry-horizontal .thumbnail-img-icon.caregiver-central {
	background: #AECCE8; /*light blue*/
}

.thumbnail.thumbnail-entry .thumbnail-img-icon.oldish-living,
.thumbnail.thumbnail-entry .thumbnail-img-icon.health,
.thumbnail.thumbnail-entry-horizontal .thumbnail-img-icon.oldish-living,
.thumbnail.thumbnail-entry-horizontal .thumbnail-img-icon.health {
	background: #005689; /*dark blue*/	 
}

.thumbnail.thumbnail-entry .thumbnail-img-icon.aging-in-place,
.thumbnail.thumbnail-entry .thumbnail-img-icon.long-term-care,
.thumbnail.thumbnail-entry-horizontal .thumbnail-img-icon.aging-in-place,
.thumbnail.thumbnail-entry-horizontal .thumbnail-img-icon.long-term-care {
	background: #AE70AF; /*fushia*/	 
}

.thumbnail.thumbnail-entry .thumbnail-img-icon.end-of-life-issues,
.thumbnail.thumbnail-entry-horizontal .thumbnail-img-icon.end-of-life-issues {
	background: #9295CC; /*purple*/	 
}

.thumbnail.thumbnail-entry:hover .caption,
.thumbnail.thumbnail-entry-horizontal:hover .caption {
	/*background-color: #bb9bae;*/
	border-bottom-color: #bb9bae;
}

.thumbnail.thumbnail-entry:hover a,
.thumbnail.thumbnail-entry-horizontal:hover a {
	/*color: #fff;	*/
}

.thumbnail.thumbnail-entry .thumbnail-img,
.thumbnail.thumbnail-entry-horizontal .thumbnail-img {
	overflow: hidden;
}

.thumbnail.thumbnail-entry:hover .thumbnail-img img,
.thumbnail.thumbnail-entry-horizontal:hover .thumbnail-img img {
	/*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);*/
	opacity: 0.8;
}


.thumbnail.thumbnail-entry-horizontal {
  display: block;
  padding: 0px;
  margin-bottom: 30px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  overflow: hidden;
  max-width: 500px;
	margin: 0 auto 30px auto;
}

.thumbnail.thumbnail-entry-horizontal .thumbnail-img {
	overflow: hidden;	
}



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


/**
 * Entry Header
 * ----------------------------------------------------------------------------
 */


/**
 * Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	font-size: 14px;
	margin-bottom: 15px;	
}

.entry-author {
	margin-bottom: 5px;	
}

.share {
	margin-bottom: 15px;	
}

ul.share-links li {
	padding: 0;	
}

ul.share-links li.email .fa-circle {
	color:#76c155;
}

ul.share-links li.facebook .fa-circle {
	color:#3b5998;
}

ul.share-links li.twitter .fa-circle {
	color:#00abec;
}

ul.share-links li.google-plus .fa-circle {
	color:#ca1f27;
}

ul.share-links li.pinterest .fa-circle {
	color:#C92228;
}

ul.share-links li.instagram .fa-circle {
	color:#3f729b;
}

/**
 * Entry Content
 * ----------------------------------------------------------------------------
 */

h1.entry-title {
	font-size: 30px;
	margin-top: 25px;
	margin-bottom: 15px;	
}

h3.entry-title {
	margin-top: 0;	
}

.entry-img {
	margin-bottom: 20px;	
}

.entry-content img {
	
}

.entry-content img.alignleft {
	float: left;
}

.entry-content img.alignright {
	float: right;
}

.pdf-embed {
	height: 600px;
	margin-bottom: 30px;	
}

.entry-attachment {
	padding: 20px;
	background-color: rgba(174, 112, 175, 0.15);
 	border: 1px solid rgba(174, 112, 175, 0.15);
	margin-bottom: 20px;	
}

.entry-attachment .attachment-icon {
	color: #AE70AF;	
}

.entry-attachment a {
	color: #AE70AF;	
}

.where-to-buy {
	padding: 20px;
	/*background-color: #accbeb;*/
	background-color: rgba(173, 204, 233, 0.2);
  /* background-color: #f9f9f9; */
  border: 1px solid rgba(172, 203, 233, 0.49);
	margin-bottom: 20px;	
}

.sponsor {
	color: #888;
	font-weight: bold;
    margin-bottom: 15px;	
}

.sponsor img {
	max-width: 100px;	
}

.sponsor-disclaimer {
	font-style: italic;
	color: #aaa;
}

.post-nav {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;	
	margin-top: 20px;
}

.related {
	background-color: #f7f7f7;
	padding-top: 20px;
	padding-bottom: 20px;	
}

.discussion {
	background-color: #f0f0f0;
	padding-top: 30px;
	padding-bottom: 30px;
}

.entry-tags {
	margin-bottom: 20px;	
}

.entry-tags ul li {
	margin-bottom: 10px;	
}

.st_sharethis_custom {
	cursor: pointer;	
}

/**
 * Galleries
 * ----------------------------------------------------------------------------
 */




/**
 * Post Formats
 * ----------------------------------------------------------------------------
 */



/* Modal Sharing Div response_div for ajax responses */
div#response_div {
	margin: 15px;
}








/**
 * Attachments
 * ----------------------------------------------------------------------------
 */


/**
 * Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */



/**
 * Users
 * ----------------------------------------------------------------------------
 */
 
.user-dashboard {
	padding-top: 40px;
	padding-bottom: 40px;	
}
 
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #bb9bae;
  border-color: #bb9bae;
}

.icon-comments {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #ACCBE8;
  	border-color: #ACCBE8;
	color: #fff;
	padding: 12px 19px;
	font-size: 36px;
}

.icon-safety-checklist {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #9295CA;
  	border-color: #9295CA;
	color: #fff;
	padding: 15px 20px;
	font-size: 36px; 	
}

.icon-medication-checklist {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #AE70AF;
  	border-color: #AE70AF;
	color: #fff;
	padding: 12px 20px;
	font-size: 36px; 	
}

.panel-footer {
  padding: 10px 15px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-footer a {
	display: block;	
}

.panel-footer a span.fa-angle-right {
	font-size: 20px;	
}

.user-dashboard .user-avatar {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 50%;
	width: 160px;
 	height: 160px;	
	margin: 0 auto;	
}


.user-dashboard .user-avatar img {
	
}

.tab-content {
	padding: 15px;
	border: 1px solid #ddd;
	border-top: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;	
}

p.big-text {
	font-size: 36px;
	margin-bottom: 0;
	font-weight: bold;	
}

h1.page-title {
	margin-top: 0;
	margin-bottom: 20px;
	color: #bb9bae;	
}

h4.tab-pane-title {
	margin-top: 0;	
}

#user-library.tab-pane .favorites-list {
    padding-left: 15px;
}

#user-library.tab-pane .favorites-list li {
    margin-bottom: 10px;
}

#user-library.tab-pane .favorites-list li {
    zoom: 1;
    border-top: none;
    padding: 0;
    margin: 0;
}

#user-comments.tab-pane ol {
    padding-left: 15px;
}
#user-comments.tab-pane ol li {
    margin-bottom: 20px;
}
#user-comments.tab-pane .user-comment-meta {
    font-size: 12px;
}


/**
 * Checklists
 * ----------------------------------------------------------------------------
 */

.list-group.list-group-checklists {
	
}

.list-group.list-group-checklists a.list-group-item {
	color: #555;	
}

.list-group.list-group-checklists .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.list-group.list-group-checklists .list-group-item {
  position: relative;
  display: block;
  padding: 20px 25px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-group.list-group-checklists a.list-group-item:focus,
.list-group.list-group-checklists a.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

ul.meds_checklists_list {
	list-style: none;
	padding-left: 0;	
}
 
.rx_meds input {
	margin-bottom: 15px;	
}

.otc_meds input {
	margin-bottom: 15px;	
}

.vnh_products input {
	margin-bottom: 15px;	
}

.allergyrows input {
	margin-bottom: 15px;	
}

.intolerancerows input {
	margin-bottom: 15px;	
}

fieldset {
	margin-bottom: 30px;	
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.page-template-page-home-safety-checklists h1.page-title {
		
}

.saillogo {
	max-width: 150px;
}

.checklist-menu {
	margin-bottom: 20px;	
}

.checklist-menu .sail_button_container .btn-primary {
	margin-right: 10px;	
}

.checklist-menu-fixed .sail_button_container .btn-primary {
	background-color: transparent;
    border-color: transparent;
}

.checklist-menu-fixed .btn-default.active,
.checklist-menu-fixed .btn-default.focus,
.checklist-menu-fixed .btn-default:active, 
.checklist-menu-fixed .btn-default:focus,
.checklist-menu-fixed .btn-default:hover,
.checklist-menu-fixed .open&gt;.dropdown-toggle.btn-default {
    color: #bb9bae;
}


.checklist-menu-fixed {
	position: fixed;
	top: 55px;
	left: 0;
	width: 100%;
	background-color: #070909;
	z-index: 998;
	-moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.checklist-menu-fixed .btn {
	padding: 10px 12px;
}

.checklist-menu-fixed .btn-default {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}



h2.sail-title {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 0;	
}

h3.sail-title {
	margin-top: 0;
	margin-bottom: 20px;
}

h3.new-list-title {
	margin-top: 0;
	margin-bottom: 15px;	
}

ul.howto,
ul.savedSailChecklists {
	padding-left: 15px;	
}

ul.howto li {
	margin-bottom: 15px;	
}

.sail-banner {
	max-width: 728px;
	margin: 0 auto;
	margin-bottom: 20px;	
}

/**
 * User Library
 * ----------------------------------------------------------------------------
 */

.user-library .media {
    margin-top: 0;
    border-top: none;
    padding: 0;
}

.user-library .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.user-library .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-right: none;
    border-left: none;
}
.user-library .list-group-item:hover {
    background-color: #f5f5f5;
}
.user-library .media-right {
    min-width: 115px;
}
.page-template-user-library .simplefavorite-button {
    margin-bottom: 0;
}
.simplefavorites-clear {
    color: #333;
    background-color: #fff;
    border: 1px solid transparent;
    border-color: #ccc;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
}
.simplefavorites-clear:hover {
    background-color: #ccc;
}
/**
 * Search Results/No posts
 * ----------------------------------------------------------------------------
 */



/**
 * 404
 * ----------------------------------------------------------------------------
 */




/**
 * Comments
 * ----------------------------------------------------------------------------
 */
aside.latest-comments {
	
}

div.latest-comments {
	padding: 15px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;	
}

#comments {
		
}

.comments-header {
	padding: 15px;
	background-color: #bb9bae;
	color: #fff;	
}

.comments-header p {
	text-transform: uppercase;
	font-size: 11px;	
}

.comments-body {
	background-color: #fff;
	padding: 50px 15px 15px 15px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;	
}

.comments-title {
	margin-top: 0px;	
}

#comments ol {
	list-style: none;	
}

h2.comments-title {
	font-size: 30px;	
}

h3.comments-title {
	font-size: 20px;	
}

h3.comments-title a {
	display: block;
	color: #fff;
	text-decoration: none;	
}

h3.comments-title a:hover,
h3.comments-title a:focus,
h3.comments-title a:active {
	color: rgba(255,255,255,0.7);
}

#comments .comments-body {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;	
}

ol.comment-list {
	padding-left: 0px;
}

ol.children {
	padding-left: 15px;	
}

.comments-header:after {
content: "";
position: absolute;
right: 5rem;
border-top: 60px solid #bb9bae;
border-left: 110px solid transparent;
}


article.comment-body {
	margin-bottom: 15px;	
}

footer.comment-meta {
	margin-bottom: 10px;	
}

.comment-author.vcard {
	display: inline;
}

.comment-metadata {
	float: right;
	font-size: 12px;
	margin-top: 2px;	
}

.reply a {
	text-decoration: underline;	
}

/**
 * Sidebar
 * ----------------------------------------------------------------------------
 */
 
.panel-default&gt;.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
  padding: 15px 15px;
}

h3.panel-title {
	font-size: 18px;	
}

.list-group-item {
  padding: 12px 15px;
}

.list-group h4.list-group-item-heading {
	margin-bottom: 0;
	font-size: 14px;	
}

aside {
	margin-bottom: 30px;	
}

aside.aside-series {
	/*padding-top: 10px;
	border: 1px solid #ddd;	*/
}

aside.aside-series .panel .panel-heading {
	border-bottom: none;	
}

aside.aside-series .panel .panel-body {
	padding: 0;	
}

.aside-series h3 {
	margin-left: 10px;	
}

.post-series .list-group {
	margin-bottom: 0;	
}

.post-series .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.post-series .media {
  margin-top: 0;
  border-top: none;
  padding: 0;
}

.post-series .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  /* border: 1px solid #ddd; */
  border: none;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}

/**
 * Widgets
 * ----------------------------------------------------------------------------
 */




/**
 * Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #070909;
	box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.04);
}

.social-networks-footer ul.social-links {
	max-width: 360px;
	margin: 0 auto 10px auto;	
}

.secondary-menu {
  	margin: 0 auto;
	margin-bottom: 0px;	
}

.tertiary-menu {
  	margin: 0 auto;
	margin-bottom: 10px;	
}

.secondary-menu .navbar-nav {
	float: none;	
}

.tertiary-menu .navbar-nav {
	float: none;	
}

p.copyright {
	font-size: 10px;
	text-align: center;
	margin: 0;
	color: #898989;	
}

/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as &lt;meta name="viewport" content="width=device-width"&gt;,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* Small Devices, Tablets */
@media(min-width:768px){

/* push footer to bottom if not enough content */

* {
margin: 0;
}

html, body {
height: 100%;
}

.page {
min-height: 100%;
margin: 0 auto -200px;
}

.site-footer, .push {
height: 200px;
}

/**
 * Header
 * ----------------------------------------------------------------------------
 */

.main {
	padding-top: 125px;
}
 
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}

.site-header .branding {
	width: 225px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.share {
	float: right;
	margin-bottom: 0px;	
}

.navbar-default .navbar-nav&gt;li&gt;a {
	font-size: 12px;
	font-weight: bold;
}

.nav&gt;li&gt;a {
  position: relative;
  display: block;
  padding: 10px 8px;
}

.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:hover, .navbar-default .navbar-nav&gt;.active&gt;a:focus {
color: #bb9bae;
background-color: #fff;
}

.navbar-default .navbar-nav&gt;.open&gt;a, .navbar-default .navbar-nav&gt;.open&gt;a:hover, .navbar-default .navbar-nav&gt;.open&gt;a:focus {
color: #bb9bae;
background-color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a {
  color: #bb9bae;
}


.dropdown-menu&gt;li&gt;a:hover, .dropdown-menu&gt;li&gt;a:active, .dropdown-menu&gt;li&gt;a:focus {
  background-color: #bb9bae;
  color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus, .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover {
  background-color: #bb9bae;
  color: #fff;
}

.dropdown-menu&gt;.active&gt;a, .dropdown-menu&gt;.active&gt;a:hover, .dropdown-menu&gt;.active&gt;a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bb9bae;
  outline: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a {
	color: #fff;	
}

.checklist-menu-fixed {
	top: 125px;
}

/**
 * Content
 *-----------------------------------------------------------------------------
 */ 
.jumbotron {
	padding: 0px;
	margin-top: 125px;
	height: 400px;
	margin-bottom: 0px;
	color: inherit;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
	margin-bottom: 30px;
}

.jumbotron-footer {
	padding: 0px;
	margin-top: 60px;
	height: 400px;
	margin-bottom: 0px;
	color: inherit;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 25px;
}

.jumbotron p,
.jumbotron-footer p {
	margin-bottom: 15px;
	font-size: 14px;
}

.registration {
	background-color: #fff;
	padding: 60px 40px;
	border-radius: 50%;	
	width: 300px;
	height: 300px;
	margin: 0 auto;
	text-align: center;
}

.registration img {
	margin-bottom: 20px;	
}

.btn-register {
	max-width: 120px;
	margin: 0 auto;
	display: block;	
}

h2.section-title.featured,
.latest-posts h2.section-title {
	display: inline-block;
  color: #bb9bae;
  /* font-family: 'RemachineScript'; */
  font-family: 'Raleway', sans-serif; 
  font-size: 50px;
  margin-top: 10px;
  /* background-image: url(assets/img/icon-flower-vertical.png);
  background-size: 35px 60px;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 40px; */
}

.overview-title h1.page-title {
	display: inline-block;
	color: #bb9bae;
	/* font-family: 'RemachineScript'; */
	font-family: 'Raleway', sans-serif;
	font-size: 50px;
	margin-top: 10px;
	/* background-image: url(assets/img/icon-flower-vertical.png);
	background-size: 35px 60px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 40px; */
}

section.featured-posts {
	margin-top: 135px;	
}

section.overview {
	padding-top: 40px;
	padding-bottom: 40px;
}

section.overview .row {
	margin-left: 0;
	margin-right: 0;
}

.overview-left .overview-img {
	height: 400px;	
}

section.overview .overview-left {
	padding-right: 0;
	padding-left: 0;	
}

section.overview .overview-right {
	padding-left: 0;
	padding-right: 0;
}

section.overview .overview-entry {
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding-top: 5px;
	padding-bottom: 5px;	
}

h4.media-heading {
	font-size: 18px;	
}

.overview-content {
	padding-left: 15px;	
}

h2.section-title {
	/* font-family: 'RemachineScript'; */
	font-family: 'Raleway', sans-serif;
	font-size: 42px;
  	margin-top: 0px;
  	margin-bottom: 5px;	
  	padding-bottom: 0px;
  	color: #bb9bae;
	 /* background-image: url(assets/img/icon-flower-vertical.png);
  background-size: 30px 55px;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 35px; */
}

h2.section-title a small {
	margin-right: 5px;	
}

h2.section-title a .fa-angle-right {
	font-size: 18px;	
}

.view-all {
	margin-top: 30px;
	font-size: 18px;	
}

section.posts {
	padding-top: 40px;
	padding-bottom: 20px;	
}

.thumbnail.thumbnail-entry {
	max-width: none;
  	margin: 0 auto 20px auto;
}

.thumbnail.thumbnail-entry .thumbnail-img-icon {
	padding: 15px 50px;	
}

.thumbnail.thumbnail-entry-horizontal {
	max-width: none;
}

.thumbnail.thumbnail-entry-horizontal .thumbnail-img {
	min-height: 250px;
	max-height: 250px;	
}

.thumbnail.thumbnail-entry .thumbnail-img {
	height: 250px;
	max-height: 250px;
	
}

.thumbnail.thumbnail-entry .caption {
	height: 95px;
	max-height: 95px;
	overflow: hidden;
}

.col-thumbnail {
	padding-right: 0;	
}


/**
 * Entry Header
 * ----------------------------------------------------------------------------
 */

.entry-header {
	margin-bottom: 20px;	
}

/**
 * Entry Content
 * ----------------------------------------------------------------------------
 */

h1.entry-title {
	font-size: 48px;
	margin-top: 25px;
	margin-bottom: 15px;	
}

/**
 * Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

/**
 * Users
 * ----------------------------------------------------------------------------
 */
 
.user-dashboard .user-avatar {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	margin: 0 auto;	
}

.user-dashboard .user-avatar img {
	
}

/**
 * Footer
 * ----------------------------------------------------------------------------
 */

.secondary-menu,
.tertiary-menu {
	text-align: center;	
}

#menu-secondary-menu,
#menu-tertiary-menu {
	font-size: 11.5px;
	display: inline-block;	
}

}

/* Medium Devices, Desktops */
@media(min-width:992px){

.navbar-default .navbar-nav&gt;li&gt;a {
	font-size: 14px;
}

.nav&gt;li&gt;a {
	position: relative;
	display: block;
	padding: 8px 10px;
}

.thumbnail.thumbnail-entry-horizontal .thumbnail-img {
	min-height: 350px;
	max-height: 350px;	
}

.thumbnail.thumbnail-entry .thumbnail-img-icon {
	padding: 15px 35px;	
}

.jumbotron {
	padding: 0px;
	margin-top: 125px;
	height: 400px;
	color: inherit;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
}

.jumbotron-footer {
	padding: 0px;
	height: 400px;
	margin-bottom: 0px;
	color: inherit;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
}

section.overview .overview-right {
	padding-left: 0;
	padding-right: 0;
	border-left: 1px solid #ddd;	
}

.overview-left .overview-img {
	height: 100%;	
}

.thumbnail.thumbnail-entry .thumbnail-img {
	height: 155px;
	max-height: 155px;
	overflow: hidden;
}

.thumbnail.thumbnail-entry .caption {
	height: 85px;
	max-height: 85px;
	overflow: hidden;	
}

.thumbnail.thumbnail-entry-horizontal .thumbnail-img-icon {
  padding: 15px 50px;
}

h3.thumbnail-title {
	font-size: 16px;
	margin-top: 0;
	line-height: 1.2;
}

.col-thumbnail {
	padding-right: 15px;	
}

/**
 * Footer
 * ----------------------------------------------------------------------------
 */

#menu-secondary-menu,
#menu-tertiary-menu {
	font-size: 14px;	
}


}

/* Large Devices, Wide Screens */
@media(min-width:1200px){
	
.nav&gt;li&gt;a {
  position: relative;
  display: block;
  padding: 8px 15px;
}

.thumbnail.thumbnail-entry .thumbnail-img {
	height: 195px;
	max-height: 195px;
}

.thumbnail.thumbnail-entry-horizontal .thumbnail-img {
	min-height: 215px;
	max-height: 215px;	
}

.thumbnail.thumbnail-entry-horizontal .thumbnail-img-icon {
  padding: 15px 15px;
}

.thumbnail.thumbnail-entry .caption {
	height: 90px;
	max-height: 90px;
	overflow: hidden;	
}

.thumbnail.thumbnail-entry ul.entry-categories {
	margin-bottom: 5px;
}

h3.thumbnail-title {
	font-size: 18px;
	margin-top: 0;
	line-height: 1.2;
	font-weight: 600;
}
.col-thumbnail {
	padding-right: 0;	
}

/**
 * Users
 * ----------------------------------------------------------------------------
 */
 
.user-dashboard .user-avatar {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 50%;
	width: 160px;
	height: 160px;	
	max-width: 250px;
	margin: 0 auto;	
}

.user-dashboard .user-avatar img {
	
}

/**
 * Footer
 * ----------------------------------------------------------------------------
 */
 
/* push footer to bottom if not enough content */

* {
margin: 0;
}

html, body {
height: 100%;
}

.page {
min-height: 100%;
margin: 0 auto -200px;
}

.site-footer, .push {
height: 200px;
}


#menu-secondary-menu,
#menu-tertiary-menu {
	font-size: 14px;	
}

}

/* equal height columns */
/* firefox fix */
.img-responsive {
    width: 100%;
}



/* columns of same height styles */
.row-same-height {
    display: table;
    width: 100%;
}

.row-full-height {
  height: 100%;
}

.col-full-height {
  height: 100%;
  vertical-align: middle;
}

.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display: table;
    width: 100%;
}
.col-xs-height {
    display: table-cell;
    float: none !important;
}

/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 992px) {
    .row-md-height {
        display: table;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}

.mc_input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.mc_custom_border_hdr {
    margin-bottom: 20px;
}

.mc_signup_submit {
    text-align: left;
}

#mc_signup_submit {
/*    margin-top: 1.5em;
    width: 80%;*/
    color: #fff;
    background-color: #bb9bae;
    border-color: #bb9bae;
    border-radius: 4px;
    padding: 6px 12px;
    border: none;
    width: auto !important;
}

#mc_signup_submit:hover,
#mc_signup_submit:active {
    color: #bb9bae;
	background-color: #fff;
	border: 1px solid #bb9bae;
    padding: 6px 12px;
    border: none;
}

@media (max-width: 767px) {
    .paging {
      margin-bottom: 20px;
  }
}

</pre></body></html>