/**************************************************

SITECORE OVERRIDES

**************************************************/

div.scLooseFrameZone {
	overflow-y: visible !important;
}

.scEmptyPlaceholder 
{
  width: 768px;
}

/**************************************************

ACTIVE COMMERCE OVERRIDES

**************************************************/

.section-header {
	padding: 15px;
	margin: 0;
	background: none;
	color: initial;
}

.section-header h1 {
	color: initial;
}

.bttn .hover,
.bttn:hover {
	background-color: #2b68ad;
	color: white;
	border-color: transparent;
	text-decoration: none;
}


/**************************************************

BOOTSTRAP OVERRIDES

**************************************************/

.list-inline {
	margin: 0;
}

.breadcrumb {
	background-color: transparent;
}

.breadcrumb > li + li:before {
	content: "\003e";
}

.img-responsive {
	width: 100%;
}

.nav > li > a {
	padding: 15px 20px;
}

.nav-tabs {
	border: none;
}

.nav-tabs > li > a {
	background-color: #eee;
	font-size: 18px;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: 700;
	border-radius: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom-color: transparent;
}

.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
	background-color: #ddd;
	border: 1px solid #eee;
	border-bottom-color: transparent;
}


/**************************************************

MICROSITES

**************************************************/

.ribbon-container {
	padding: 2em 0;
	overflow: hidden;
	color: #fff;
}

.ribbon-container .ribbon {
    display: inline-block;
	max-width: 725px;
	height: 100%;
    padding-left: 50px;
	font-family: "Open Sans Condensed", sans-serif;
    vertical-align: top;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .ribbon-container .ribbon {
        
	    display: inline-block;
	    max-width: 400px;
	    height: 100%;
        padding-left: 50px;
	    font-family: "Open Sans Condensed", sans-serif;
        vertical-align: top;
	    
    }
}

@media screen and (max-width: 768px) {
    .ribbon-container .ribbon {
	    display: inline-block;
	    max-width: 225px;
	    height: 100%;
        padding-left: 50px;
	    font-family: "Open Sans Condensed", sans-serif;
        vertical-align: top;
    }
}

@media screen and (max-width: 460px) {
    .ribbon-container .ribbon {
	    display: inline-block;
	    max-width: 175px;
	    height: 100%;
        padding-left: 0px;
	    font-family: "Open Sans Condensed", sans-serif;
        vertical-align: top;
    }
}


.ribbon-container .ribbon a,
.ribbon-container .ribbon a:hover {
	color: #fff;
	text-decoration: none;
}

.ribbon-container .ribbon .ribbon-tile {
    width: 175px;
    min-height:225px;
    height: 100%;

	font-size: 18px;
	font-weight: 700;
	text-align: center;

    float:right;
    display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

    .ribbon-container .ribbon .ribbon-tile {
        width: 175px;
        min-height:225px;
        height: 100%;

	    font-size: 18px;
	    font-weight: 700;
	    text-align: center;

        float:left;
        display: inline-block;
    }

}

.ribbon-container .ribbon .ribbon-tile img {
	display: inline-block;
}

.ribbon-container .ribbon .ribbon-tile:hover,
.ribbon-container .ribbon .ribbon-tile.active {
	background-color: rgba(255, 255, 255, .1);
	cursor: pointer;
}

.ribbon-container .ribbon-context {
	
	width: 48%;
	padding-left: 3%;
	font-size: 18px;
    padding-right: 3%;

    vertical-align: top;

    display: inline-block;
}

.ribbon-container .ribbon-context-item {
	display: none;
}

.ribbon-container .ribbon-context-item.active {
	display: inline;
}

.place-order-caption {
	padding: 15px;
	color: #fff;
}

.place-order-caption h3 {
	margin: 0;
}

.place-order-button-container {
	padding: 15px;
	background-color: #fff;
	text-align: center;
}

.microsite .ribbon a,
.microsite .ribbon a:hover {
	color: #fff;
	text-decoration: none;
}

.microsite .primary .primary,
.microsite .secondary .secondary,
.microsite .tertiary .tertiary {
	background-color: rgba(255, 255, 255, .1);
}



/**************************************************

MAIN NAVIGATION

**************************************************/

.main-nav {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.main-nav .nav,
.main-nav .collapse,
.main-nav .dropup,
.main-nav .dropdown {
	position: static;
	padding: 0;
}

.main-nav .nav > a,
.main-nav .collapse > a,
.main-nav .dropup > a,
.main-nav .dropdown > a {
	position: relative;
	z-index: 9999;
	bottom: 0;
	border: solid 1px #ffffff;
	border-bottom: none;
}

.main-nav .nav.open > a,
.main-nav .collapse.open > a,
.main-nav .dropup.open > a,
.main-nav .dropdown.open > a {
	background: #efede3;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border: solid 1px #bbbbbb;
	border-bottom: 0;
}

.main-nav .nav.open > a:after,
.main-nav .collapse.open > a:after,
.main-nav .dropup.open > a:after,
.main-nav .dropdown.open > a:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #efede3;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.main-nav .nav.open > a:focus,
.main-nav .collapse.open > a:focus,
.main-nav .dropup.open > a:focus,
.main-nav .dropdown.open > a:focus,
.main-nav .nav.open > a:hover,
.main-nav .collapse.open > a:hover,
.main-nav .dropup.open > a:hover,
.main-nav .dropdown.open > a:hover {
	background: #efede3;
}

.main-nav .container {
	position: relative;
}

.main-nav .dropdown-menu {
	left: auto;
	background: #efede3;
	border: solid 1px #bbbbbb;
}

.main-nav .main-nav-content {
	padding: 20px 30px;
}

.main-nav .dropdown.main-nav-fw + li {
	margin-left: 1em;
}

.main-nav .dropdown.main-nav-fw .dropdown-menu {
	left: 0;
	right: 0;
}

.main-nav li a {
	color: #000;
}

.main-nav .nav-links .link-section.reg ul {
	width: 100%;
}

.main-nav .nav-links .link-section ul {
	display: inline-block;
	width: 48%;
	margin-top: 1.5em;
}

.main-nav .nav-links .link-section ul li {
	display: block;
	text-align: left;
}

.main-nav .nav-links .link-section ul li strong {
	font-weight: 100;
}

.main-nav .nav-links .link-section ul li a {
	font-weight: 600;
	display: block;
	padding: 3px 5px;
}

.main-nav .nav-links .link-section ul li:hover {
	background: #ffffff;
}

.main-nav .nav-content {
	background: #ffffff;
	margin: .5em 1.5em;
	margin: 0 -15px;
	padding: 1em 1.5em 2em 4.3em;
	padding: 1em;
	display: inline-block;
	width: 81%;
}

.main-nav .nav-content .right-content {
	padding: 0;
	list-style: none;
	min-height: 265px;
}

.main-nav .nav-content .right-content > li {
	display: none;
}

.main-nav .nav-content .right-content > li .inner-menu-nav {
	display: inline-block;
	width: 19%;
	vertical-align: top;
	list-style-type: none;
	padding: 0;
}

.main-nav .nav-content .right-content > li .inner-menu-nav li a {
	display: block;
	padding: 7px 20px;
	width: 200px;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	white-space: inherit;
}

.main-nav .nav-content .right-content > li .inner-menu-nav li a:hover {
	color: #7c0604;
	text-decoration: none;
}

.main-nav .nav-content .right-content > li .inner-nav-content {
	display: inline-block;
	width: 80%;
}

.main-nav .nav-content .right-content > li .inner-nav-content h1 {
	margin-top: 0;
	margin-bottom: 1em;
}

.main-nav .nav-content .right-content > li .inner-nav-content h1 a {
	font-size: 36px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: inherit;
}

.main-nav .nav-content .right-content > li .inner-nav-content ul {
	padding: 0;
	list-style: none;
	max-width: 100%;
}

.main-nav .nav-content .right-content > li .inner-nav-content ul li {
	width: 33%;
	float: left;
	margin-bottom: 3em;
	min-height: 225px;
	text-align: center;
}

.main-nav .nav-content .right-content > li .inner-nav-content ul li a {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: inherit;
	color: #2b68ad;
	border-bottom: dotted 1px #2b68ad;
}

.main-nav .nav-content .right-content > li .inner-nav-content .nav-image-link {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.main-nav .nav-content .right-content > li .inner-nav-content ul li img {
	display: block;
	width: 90%;
	height: auto;
	margin: auto;
	margin-bottom: .5em;
}

.main-nav .nav-content .right-content > li.active {
	display: block;
}

.main-nav .left-nav {
	width: 19.5%;
	display: inline-block;
	padding-bottom: 1em;
	vertical-align: top;
}

.main-nav .left-nav ul {
	list-style: none;
	padding: 0;
}

.main-nav .left-nav ul li a {
	display: block;
	padding: 7px 20px;
	width: 200px;
	width: 100%;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	white-space: inherit;
}

.main-nav .left-nav ul li a:hover {
	background: #ffffff;
}

.main-nav .left-nav ul li + li {
	margin-right: 0;
}

.main-nav .left-nav ul li.active {
	background: #ffffff;
}

.main-nav .secondary-nav-items {
	padding: 1em 1em;
	margin: 0 -14px;
}

.main-nav .secondary-nav-items div {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1em;
}

.main-nav .secondary-nav-items div h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 16px;
	padding-left: 15px;
}

.main-nav .secondary-nav-items div ul {
	list-style: none;
	padding: 0;
}

.main-nav .secondary-nav-items div ul li.active,
.main-nav .secondary-nav-items div ul li:hover {
	background: #ffffff;
}

.main-nav .secondary-nav-items div ul li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	padding: .5em 1em;
	padding-left: 15px;
	display: block;
	white-space: inherit;
}

.main-nav .secondary-nav-content {
	background: white;
	padding-left: 15px;
	margin-right: 7px;
	min-height: 420px;
}

.main-nav .secondary-nav-content > li {
	display: none;
}

.main-nav .secondary-nav-content > li h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 0;
	padding-top: 15px;
}

.main-nav .secondary-nav-content > li ul {
	padding: 0;
	list-style: none;
}

.main-nav .secondary-nav-content > li ul li {
	float: left;
	width: 32%;
	margin-right: 1%;
	position: relative;
}

.main-nav .secondary-nav-content > li ul li a {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #2b68ad;
	border-bottom: dotted 1px;
	display: inline-block;
	margin-bottom: 1em;
}

.main-nav .secondary-nav-content > li ul li .nav-image-link {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.main-nav .secondary-nav-content > li ul li img {
	width: auto;
	max-width: 100%;
	display: block;
	margin-bottom: 0.5em;
}

.main-nav .secondary-nav-content > li.active {
	display: block;
}

.main-nav.navbar-default {
	background: none;
	border: none;
}

.main-nav.navbar {
	margin-bottom: 0;
}

@media (max-width: 992px) {
    .main-nav .left-nav {
        width: 100%;
    }

    .main-nav .nav.open > a,
    .main-nav .collapse.open > a,
    .main-nav .dropup.open > a,
    .main-nav .dropdown.open > a {
        border: none;
    }

    .main-nav .dropdown.main-nav-fw {
        padding: 0 15px;
    }

        .main-nav .dropdown.main-nav-fw + li {
            margin: 0;
        }

    .navbar-collapse.in {
        overflow: hidden;
    }

    /*start collapse from 992px resolution*/
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-default .navbar-nav > li > a:link {
	color: #000;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #333;
	background-color: #eee;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.navbar-default .navbar-nav li a[title="Shop"] {
	color: #9d1218;
}


/**************************************************

GLOBAL STYLES

**************************************************/

body {
	background-image: url('/assets/images/backgrounds/main-textured.png');
	font-family: 'Lora', serif;
	font-size: 16px;
	line-height: 1.6;
}

.alert-system.alert {
	margin: 0;
}

header .logo img {
	margin-top: 2em;
}

header .user-navigation {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

header .user-navigation a:link,
header .user-navigation a:visited {
	color: #7e7e7e;
}

header .user-navigation a:active,
header .user-navigation a:hover {
	color: #000;
}

header .user-navigation .header-cart-count {
	margin: 0 10px;
	font-weight: 700;
}

header .search {
	position: static;
	right: auto;
	top: auto;
	float: none;
	margin-bottom: .5em;
}

footer {
	margin-top: 2em;
	padding: 0;
}

footer .sitemap {
	padding: 2em 0;
	background-color: #2f5479;
	font-size: 16px;
	color: #fff;
}

footer .sitemap h3 {
	color: #fff;
}

footer .sitemap ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
}

footer .sitemap ul li {
	line-height: 32px;
}

footer .sitemap a:link,
footer .sitemap a:visited {
	color: #fff;
}

footer .sitemap a:hover,
footer .sitemap a:active {
	text-decoration: underline;
}

#signup-form-sidebar .signup,
#signup-form-footer .signup {
	margin-bottom: 1em;
}

footer .sitemap .find-your-consultant {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 1em;
}

footer .sitemap .find-your-consultant a:before {
	background-image: url(/assets/images/icons/misc/arrow-right.png);
	background-repeat: no-repeat;
	margin-right: 5px;
	width: 13px;
	height: 13px;
}

footer .sitemap .social-icons li {
	padding: 0;
	margin-bottom: 1em;
}

footer .sitemap .social-icons li:not(:last-of-type) {
	margin-right: 7px;
}

footer .sitemap .social-icons li img {
	width: 37px;
}

footer .copyright {
	padding: 2em 0;
	background-color: #f4f4f4;
	text-align: center;
}

footer .copyright ul a:link,
footer .copyright ul a:visited {
	color: #000;
}

footer .copyright ul a:hover,
footer .copyright ul a:active {
	text-decoration: underline;
}

.container {
	position: static;
	width: auto;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.content-container {
	background-color: #fff;
	border: 1px solid #f1f1f1;
	padding: 2em;
}

.content-container-small {
	background-color: #fff;
	border: 1px solid #f1f1f1;
	padding: 1em;
}

.shadow {
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.025);
	-ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.025);
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.025);
}

.shadow-bottom {
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.025);
	-ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.025);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.025);
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}

figcaption {
	background-color: #000;
	color: #fff;
	padding: 15px;
	font-size: small
}

small {
	font-size: 75%;
}

td {
	padding: 10px;
}

input,
select,
textarea,
label {
	font-family: 'Open Sans', sans-serif;
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 15px 0 0;
}

.search input[type="text"],
.signup input[type="email"] {
	font-size: 14px;
	border: none;
	color: #000;
	-ms-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	height: 47px;
	padding-left: 45px;
	background-position: 10px;
	background-repeat: no-repeat;
}

.search input[type="text"] {
	background-image: url('/assets/images/icons/inputs/search.png');
	background-color: #f1f0f0;
}

.signup input[type="email"] {
	background-image: url('/assets/images/icons/inputs/email.png');
}

.signup.gray input[type="email"] {
	background-color: #f1f0f0;
}

.sel-sm {
	padding: 4px 10px 6px 10px;
	font-size: 13px;
	line-height: 1.5;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	margin: 0;
}

button,
input[type="submit"],
.btn,
.bttn {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	background-color: #2f5479;
	color: #fff;
	padding: 15px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.btn.btn-default {
	background-color: #2f5479;
}

.bttn.bttn-alt {
	background: #658aaa;
}

button:hover,
input[type="submit"]:hover,
.btn.btn-default:hover {
	background-color: #2b68ad;
	color: #fff;
}

button.navy,
input[type="submit"].navy {
	background-color: #2f5479;
	color: #fff;
}

button.navy:hover,
input[type="submit"].navy:hover {
	background-color: #2b68ad;
	color: #fff;
}

.signup .btn.btn-default {
	background-color: #cdb76d;
	color: #fff;
}

.signup .btn.btn-default:hover {
	background-color: #93803a;
}

.btn-lg {
	padding: 15px;
}

.bg-white {
	background-color: #fff;
}

.bg-gray {
	background-color: #ccc;
}

.buffer-top {
	margin-top: 1.5em;
}

.buffer-right {
	margin-right: 1.5em;
}

.buffer-bottom {
	margin-bottom: 1.5em;
}

.remove-top-margin {
	margin-top: -20px;
}

.buffer-left {
	margin-left: 1.5em;
}

.find-your-consultant {
	border-top: 1px solid #233e5b;
	border-bottom: 1px solid #233e5b;
	padding: 1em 0;
}

.list-inline-pipe li {
	display: inline;
	margin-right: 10px;
}

.list-inline-pipe li:not(:first-of-type)::before {
	content: "|";
	margin-right: 10px;
}

a.bttn.bttn-primary {
	color: #fff;
	padding: 10px 20px;
	background-color: #2f5479;
	-ms-border-radius: 6px;
	border-radius: 6px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

a.bttn.bttn-primary:hover,
a.bttn.bttn-primary:active {
	text-decoration: underline;
}


.breadcrumbs {
	display: block;
	padding: 0 1em;
}

.breadcrumb-trail {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	width: 100%;
	background: inherit;
}

.breadcrumb-trail ul {
	padding: 0;
	list-style: none;
	background-color: #f9f8f1;
	display: inline-block;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding-right: 1em;
}

.breadcrumb-trail ul li {
	display: inline-block;
	position: relative;
	color: #9d1218;
	font-size: .8em;
}

.breadcrumb-trail ul li a {
	padding: 1.25em 1em 1.25em 2.5em;
	display: block;
	color: #000;
}

.breadcrumb-trail ul li:last-child {
	padding: 1.25em .5em 1.25em 2.5em;
}

.breadcrumb-trail ul li:after,
.breadcrumb-trail ul li:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.breadcrumb-trail ul li:after {
	border-color: #d5cdb1;
	border-color: rgba(213, 205, 177, 0);
	border-left-color: #f9faf2;
	border-width: 14px;
	margin-top: -14px;
}

.breadcrumb-trail ul li:before {
	border-color: #f5d098;
	border-color: rgba(245, 208, 152, 0);
	border-left-color: #f2f1ec;
	border-width: 17px;
	margin-top: -17px;
}

.breadcrumb-trail ul li:last-child:after,
.breadcrumb-trail ul li:last-child:before {
	display: none;
}

.ui-widget-content.ui-tabs .ui-widget-header.ui-tabs-nav > li > a,
.ui-tabs .ui-widget-header.ui-tabs-nav > li > a,
.ui-widget-content.ui-tabs .ui-tabs-nav > li > a,
.ui-tabs .ui-tabs-nav > li > a {
	display: block;
	padding: 20px 30px;
}

.checkout-header {
	background-color: inherit !important;
}

.checkout-header:before {
	display: block;
	width: 72.5%;
	height: 10px;
	background: lightgrey;
	content: '';
	position: relative;
	top: 8px;
	margin: 0 auto;
}

.checkout-header ol {
	margin-left: -15px;
}

.checkout-header ol li {
	padding: 0!important;
	width: 25% !important;
	color: black;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

.checkout-header ol li:before {
	display: block;
	width: 25px;
	height: 25px;
	background: #fff;
	content: '';
	position: relative;
	top: -14px;
	margin: 0 auto;
	-ms-border-radius: 100%;
	border-radius: 100%;
	border: solid 2px #256849;
}

.checkout-header ol li.active:before {
	background-color: #8cb0a2;
	border: none;
	width: 29px;
	height: 29px;
}

.checkout-header ol li.complete:before {
	background-image: url(/assets/images/icons/misc/checkout-step-active.png);
	border: none;
	width: 29px;
	height: 29px;
}

.checkout-form {
	max-width: 100%;
}

.activity-finder {
	margin-bottom: 3em;
}

.activity-finder select,
.activity-finder input[type="text"] {
	width: 300px;
}

.search-results li {
	margin-bottom: 1em;
}

.ebook-tab-content ul li:not(:last-of-type) {
	margin-bottom: 1em;
}

.ui-tabs .ui-tabs-nav {
	*zoom: 1;
	margin: 0;
	list-style: none;
	background-color: whitesmoke;
}

.ui-tabs .ui-tabs-nav > li {
	float: left;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav > li.ui-state-active {
	background-color: #0f67a1;
}

.ui-tabs .ui-tabs-nav:after {
	clear: both;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 18px 20px;
	*zoom: 1;
}

.ui-tabs .ui-tabs-panel:after {
	clear: both;
}

.ui-tabs .ui-tabs-hide {
	display: none;
}

.ui-tabs .ui-tabs-nav:before,
.ui-tabs .ui-tabs-nav:after {
	display: table;
	content: "";
}

.ui-tabs .ui-tabs-panel:before,
.ui-tabs .ui-tabs-panel:after {
	display: table;
	content: "";
}


/* ACTIVE COMMERCE OVERRIDES */

.ui-widget-content.ui-tabs .ui-widget-header.ui-tabs-nav,
.ui-tabs .ui-widget-header.ui-tabs-nav,
.ui-widget-content.ui-tabs .ui-tabs-nav,
.ui-tabs .ui-tabs-nav {
	background-color: transparent;
}

.ui-widget-content.ui-tabs .ui-widget-header.ui-tabs-nav > li,
.ui-tabs .ui-widget-header.ui-tabs-nav > li,
.ui-widget-content.ui-tabs .ui-tabs-nav > li,
.ui-tabs .ui-tabs-nav > li {
	background-color: whitesmoke;
}

.ui-widget-content.ui-tabs .ui-widget-header.ui-tabs-nav > li:hover,
.ui-tabs .ui-widget-header.ui-tabs-nav > li:hover,
.ui-widget-content.ui-tabs .ui-tabs-nav > li:hover,
.ui-tabs .ui-tabs-nav > li:hover {
	background-color: #ccc;
}

.ui-widget-content.ui-tabs .ui-widget-header.ui-tabs-nav > li.ui-state-active,
.ui-tabs .ui-widget-header.ui-tabs-nav > li.ui-state-active,
.ui-widget-content.ui-tabs .ui-tabs-nav > li.ui-state-active,
.ui-tabs .ui-tabs-nav > li.ui-state-active {
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom: none;
}

.ui-widget-content.ui-tabs .ui-widget-header.ui-tabs-nav > li.ui-state-active > a,
.ui-tabs .ui-widget-header.ui-tabs-nav > li.ui-state-active > a,
.ui-widget-content.ui-tabs .ui-tabs-nav > li.ui-state-active > a,
.ui-tabs .ui-tabs-nav > li.ui-state-active > a {
	color: #000;
}

.cart-summary h3 {
	margin: 0;
}

button,
.btn-primary {
	background: #2f5479;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

button:hover,
.btn-primary:hover {
	background: #2b68ad;
}

.bttn.bttn-primary {
	background-color: #2f5479;
	-ms-border-radius: 6px;
	border-radius: 6px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px;
}

.bttn.bttn-primary:hover,
.bttn.bttn-primary:active,
.bttn.bttn-primary:focus {
	background-color: #2b68ad;
	color: white;
}

.bttn.bttn-alt {
	background: #658aaa;
	-ms-border-radius: 6px;
	border-radius: 6px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding: 10px 20px;
}

.bttn.bttn-alt:hover,
.bttn.bttn-alt:active,
.bttn.bttn-alt:focus {
	background: #2b68ad;
	color: white;
}

h2 .bttn.bttn-alt {
	padding: 4px 20px;
}

.modal-custom {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.carousel-wrapper {
	background: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.arrow_box {
	position: relative;
	background: #d5cdb1;
	border: 1px solid #f5d098;
}

.arrow_box:after,
.arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(213, 205, 177, 0);
	border-left-color: #d5cdb1;
	border-width: 50px;
	margin-top: -50px;
}

.arrow_box:before {
	border-color: rgba(245, 208, 152, 0);
	border-left-color: #f5d098;
	border-width: 51px;
	margin-top: -51px;
}

.featured-products-section,
.program-section,
.spirituality-section {
	text-align: center;
}

.featured-products-section h1,
.program-section h1,
.spirituality-section h1 {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
}

.featured-products-section h2,
.program-section h2,
.spirituality-section h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0 0 .5em;
	font-weight: 900;
	font-size: 1.45em;
}

.featured-products-section p,
.program-section p,
.spirituality-section p {
	font-weight: 200;
	font-family: 'Lora', serif;
	font-size: 14px;
}

.program-section span,
.spirituality-section span {
	color: #2f5479;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: block;
	left: 0;
	right: 0;
}

.featured-products-section a
{
    cursor: pointer;
	/*color: #000000;
      padding: 1em;*/
	display: block;
}

.program-section a,
.spirituality-section a {
	cursor: pointer;
	color: #000000;
    padding: 1em;
	display: block;
}

.featured-products-section a h2,
.program-section a h2,
.spirituality-section a h2 {
	margin: 0 0 .5em;
	font-size: 24px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.carousel-ads {
	background: #ffffff;
	padding-bottom: 15px;
}

.side-column ul.ad-space li {
	width: 100%;
}

.spirituality-section .content-item {
	position: relative;
	/*min-height: 450px;*/
	padding: 1em;
}

.spirituality-section .content-item a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.spirituality-section .content-item a:hover {
	text-decoration: none;
}

/*
.spirituality-section .content-item h2 {
	min-height: 44px;
}
*/

.spirituality-section .content-item img {
	-ms-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 1em;
	width: auto;
	max-height: 221px;
	max-width: 100%;
	height: auto;
}

.spirituality-section .content-item span {
	top: 310px;
}

.spirituality-section .content-item:hover {
	text-decoration: none;
	background: #eee;
}

.program-section .build-strong-content-item {
	position: relative;
	padding: 1em;
}

.program-section .build-strong-content-item a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.program-section .build-strong-content-item a:hover {
	text-decoration: none;
}

.program-section .build-strong-content-item img {
	margin-bottom: 1em;
	max-height: 150px;
	height: auto;
	max-width: 100%;
	/*width: auto;*/
    width: 180px;
}

.program-section .build-strong-content-item:hover {
	text-decoration: none;
	background: #eee;
}

.featured-products-section h1 {
	display: block;
	text-align: center;
}

.featured-products-section a.view-more {
	padding-top: 0; /*2em*/
	z-index: 999;
	position: absolute;
	display: block;
	top: 0;
	padding-right: 30px;
	right: 0;
	color: #2f5479;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
}

.featured-products-section .product-item a {
	display: block;
	max-width: 100%;
	color: #000000;
	padding: 1em;
	font-family: 'Open Sans Condensed', sans-serif;
}

.featured-products-section .product-item a img {
	width: 100%;
	max-height: 200px;
}

.featured-products-section .product-item a strong {
	display: block;
	margin-bottom: .5em;
}

.featured-products-section .product-item a:hover {
	text-decoration: none;
	background: #eee;
}

.article-content,
.addendum-section {
	background: #ffffff;
	padding: 1em;
}

.article-content p,
.addendum-section p {
	font-family: 'Lora', serif;
}

.article-content blockquote,
.addendum-section blockquote {
	color: #2f795c;
	border-left: solid 3px #2f795c;
	font-family: 'Lora', serif;
	font-style: italic;
	padding: 0 20px;
	font-size: 1.7em;
	margin: 1em 0;
}

.article-content .btn,
.addendum-section .btn {
	text-transform: uppercase;
	font-size: 14px;
	padding: 1em 2em;
}

.article-content .home-carousel,
.addendum-section .home-carousel {
	min-height: 200px;
}

.article-content .additional-links .fa-print,
.addendum-section .additional-links .fa-print {
	font-size: 1.5em;
	color: #2b68ad;
}

.article-content .additional-links .fa-print:hover,
.addendum-section .additional-links .fa-print:hover {
	color: #2f5479;
}

.article-content .align-left,
.addendum-section .align-left {
	float: left;
	margin: 1em 1em 1em 0;
}

.article-content .align-right,
.addendum-section .align-right {
	float: right;
	margin: 1em 0 1em 1em;
}

.article-content .inset-image,
.addendum-section .inset-image {
	text-align: center;
	margin: 0 auto;
}

.article-content .inset-image img,
.addendum-section .inset-image img {
	max-width: 100%;
	height: auto;
	margin-bottom: .5em;
}

.article-content .inset-image.align-right,
.addendum-section .inset-image.align-right {
	float: right;
	max-width: 165px;
}

.article-content .inset-image.align-left,
.addendum-section .inset-image.align-left {
	float: left;
	max-width: 165px;
}

.addendum-section {
	background: #ffffff;
	margin-top: 1em;
}

.addendum-section p {
	margin-top: 1.5em;
}

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

.author-section h3,
.product-section h3 {
	margin-top: 0;
}

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

.author-bio .author-image {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.author-image img {
	border-radius: 50%;
	width: 100%;
	max-width: 140px;
}

.author-section .author-row {
	margin-top: 20px;
}

.retreat-content .container {
	background: white;
}

.retreat-content .container input {
	padding: 5px 10px;
	border-radius: 5px;
	border: solid 1px #bbb;
}

.retreat-content .container .retreat-head {
	padding: 1em 0;
}

.retreat-content .container .retreat-head form label {
	display: block;
}

.retreat-content .container .retreat-head form input {
	float: right;
}

.retreat-content .container .retreat-banner a.btn {
	position: absolute;
	top: 2em;
	left: 4em;
}

.retreat-content .container .comments {
	border: solid 1px #ddd;
	padding: 1em;
	margin-top: 4em;
	position: relative;
}

.retreat-content .container .comments .comments-tab {
	position: absolute;
	top: -30px;
	left: -1px;
	background: #ddd;
	padding: 5px 40px;
}

.retreat-content .container .comments .comments-header h3 {
	margin: 0 0 1em;
	float: left;
}

.retreat-content .container .comments .comments-header a {
	float: right;
}

.retreat-content .container .comments ul {
	border: solid 1px #ddd;
	padding: 0 1em;
	list-style: none;
}

.retreat-content .container .comments ul li {
	padding: 20px 0;
}

.retreat-content .container .comments ul li p {
	width: 80%;
	display: inline-block;
	margin-bottom: 0;
}

.retreat-content .container .comments ul li div {
	display: inline-block;
	width: 19%;
	vertical-align: top;
}

.retreat-content .container .comments ul li + li {
	border-top: solid 1px #ddd;
}

.retreat-content .container .related-retreats {
	margin-left: 15px;
	padding-top: 2em;
	border: solid 1px #ddd;
	position: relative;
}

.retreat-content .container .related-retreats > h4 {
	position: absolute;
	top: -20px;
	left: 18%;
	background: white;
	padding: 0 10px;
}

.retreat-content .container .related-retreats ul {
	padding: 0 1em;
	list-style-type: none;
}

.retreat-content .container .related-retreats ul li ul {
	padding: 0;
	margin-bottom: 2em;
}

.retreat-content .container .related-retreats ul li ul li {
	display: inline-block;
}

.retreat-content .container .related-retreats ul li ul li a {
	padding: 0 5px 0 0;
}

.author-articles h2 {
	margin-left: 15px;
}

.author-articles ul {
	padding: 0;
	list-style: none;
	margin: 0 -15px;
}

.author-articles ul li {
	padding: 1em 30px 1em 30px;
	display: block;
	position: relative;
}

.author-articles ul li a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.author-articles ul li h3 {
	margin-top: 0;
}

.author-articles ul li:hover {
	background: #f1f0f0;
}

.product-section ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.product-section ul li {
	margin: 1.5em 0;
}

.product-section ul li .book-image {
	max-width: 150px;
	width: 20%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.product-section ul li .book-image a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.product-section ul li .book-info {
	width: 78%;
	display: inline-block;
	padding-left: 10px;
}

.printer-friendly-page {
	text-align: right;
}

.printer-friendly-page a {
	line-height: 3em;
}

p.error, label.error {
	color: #bb0000;
}

.main h3 {
	padding-left: 15px;
}

.main .inner label {
	font-weight: bold;
}

.main .inner legend {
	font-size: 15px !important;
}

.main .inner .buttons {
	width: 250px;
	margin-bottom: 1em;
}

.main .inner input[type="text"],
.main .inner input[type="email"],
.main .inner input[type="password"] {
	height: 30px;
}

.main .form-bg,
.sidebar-right .form-bg {
	background-color: inherit !important;
}

.shopping-cart-checkout .checkout-buttons {
	text-align: right;
}

@media only screen and (max-width: 460px ) {
    .shopping-cart-checkout .checkout-buttons {
        text-align: center;
    }
}

@media only screen and (max-width: 460px ) {
    .shopping-cart-checkout .shopping-cart-title {
        text-align: center;
    }
}

.checkout-container {
	background: white;
}

.checkout-container .product-list .desc .thumb {
	padding-right: 1em;
	width: 30%;
}

.checkout-container .product-list .desc h3 a {
	color: black;
	font-size: 1.3em;
}

.checkout-container .sidebar-right {
	width: 25% !important;
	margin-right: 30px;
}

#quantityTestBookCC {
	text-align: center !important;
	height: 37px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.update-product,
.remove-product {
	font-family: 'Lora', serif;
	text-decoration: none!important;
	color: #2f5479;
	border-bottom: dotted 1px #2f5479;
}

a.update-product:hover,
a.update-product:focus,
a.remove-product:hover,
a.remove-product:focus {
	cursor: pointer;
}

.update-product small,
.remove-product small {
	font-size: 100%;
}

.checkout-page {
	background: white;
}

ol.form.form-horizontal input,
ol.form.form-horizontal textarea,
ol.form.form-horizontal select {
	height: 32px;
	width: 74%;
}

ol.form.form-horizontal input[type="checkbox"],
ol.form.form-horizontal input[type="radio"] {
	width: auto;
}

.cart-summary .header-collapse {
	border-top: 0;
}

.header-collapse > i {
	right: 58px !important;
}

.icon-collapse-open:after {
	content: '-';
}

.icon-collapse-closed:after {
	content: '+';
}

.step-actions {
	text-align: right!important;
}

.new-account p {
	padding: 10px 0;
}

.category-content {
	padding: 24px 0 15px 25px;
	background: white;
	text-align: center;
	margin: -15px;
}

.category-content .category {
	display: inline-block;
	width: 31.6%;
	text-align: center;
	padding: 1em;
	margin: 0 15px 15px 0;
	position: relative;
}

.category-content .category:hover {
	background: #eee;
}

.category-content .category a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.category-content .category:first-child {
	margin-left: 0;
}

.category-content .category .category-header {
	padding: 0;
	background: inherit;
	margin-top: 0;
}

.category-content .category .category-header .details {
	float: left;
	padding: 0;
	text-align: left;
	max-width: 70%;
	height: 36px;
}

.category-content .category .category-header .details + .details {
	max-width: 30%;
	float: right;
	color: #2f5479;
}

.category-content .category .category-header .details + span {
	float: right;
}

.category-content .category .image {
	height: 150px;
}

.category-content .category .image img {
	width: auto;
	height: 150px;
}

.category-versions-block {
	background: white;
	padding-bottom: 1em;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 1em;
}

.category-versions-block .col-sm-6,
.category-versions-block .col-sm-3 {
	padding: 0;
}

.category-versions-block .col-sm-6 img,
.category-versions-block .col-sm-3 img {
	width: 100%;
	height: 135px;
}

@media screen and (max-width: 1200px) {
	.category-versions-block .col-sm-6 img,
	.category-versions-block .col-sm-3 img {
		height: 110px;
	}
}

.category-versions-block .col-sm-3 {
	padding-left: 15px;
}

.category-page .breadcrumb-trail {
	margin-top: 0;
}

.category-page-header {
	background: white !important;
	padding: 1em 1em 0;
	margin-right: -30px !important;
}

.category-header {
	background: inherit !important;
}

.iframe-import {
	background: white;
}

.iframe-header {
	background: white;
	padding: 30px 30px 0;
}

.product-details .price {
	font-family: 'Open Sans', sans-serif;
}

.product-details .price .current-price {
	font-size: 22px;
	font-weight: 700;
}

.product-details .price .discount .original .text {
	font-weight: 700;
	color: #c7a91d;
}

.product-details .sel-add-to-cart {
	padding: 5px 10px;
}

.product-details .easyzoom img {
	width: auto;
	height: 250px;
}

.product-details .gallery .thumbs li {
	float: left;
}

.product-details .gallery .thumbs a {
	line-height: 70px;
	text-align: center;
	display: block;
	border: 1px solid #dddddd;
	padding: 0 10px;
}

.product-details .gallery .thumbs a:hover,
.product-details .gallery .thumbs a.active {
	border-color: #0f67a1;
}

.product-details .gallery .thumbs img {
	width: auto;
	height: auto;
	max-width: 47px;
	max-height: 70px;
}

.gallery .feature .zoom-over {
	width: 100%;
	text-align: center;
	margin-top: 9px;
}

.gallery .feature .zoom-over .icon-zoom-in {
	margin-right: 5px;
}

.gallery .feature .zoom-over a {
	text-decoration: underline;
}

.gallery .feature .easyzoom {
	position: relative;
	overflow: hidden;
}

.gallery .feature .easyzoom img {
	vertical-align: bottom;
}

.gallery .feature .easyzoom.is-loading .easyzoom-notice {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("/~skin~/images/loading.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: white;
	-ms-opacity: 0.9;
	opacity: 0.9;
	-webkit-filter: alpha(opacity=90);
	-moz-filter: alpha(opacity=90);
	-o-filter: alpha(opacity=90);
	filter: alpha(opacity=90);
}

.gallery .feature .easyzoom.is-loading img {
	cursor: progress;
}

.gallery .feature .easyzoom.is-error .easyzoom-notice {
	width: 100%;
	text-align: center;
}

.gallery .feature .easyzoom.is-ready img {
	cursor: crosshair;
}

.gallery .feature .easyzoom-flyout {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	background: white;
}

.gallery .feature .easyzoom-flyout img {
	max-width: none;
}

.gallery .feature .easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product-details .sel-add-to-cart,
.product-details .add-to-cart {
	width: 200px !important;
}

.breadcrumb {
	padding: 5px 0;
}

#products-list.table {
	border-bottom: 1px solid #ddd;
}

#products-list th {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
}

#products-list .img {
	width: 100px
}

#products-list .qty {
	width: 200px;
	text-align: center;
}

#products-list .qty .quantity,
.quantity {
	width: 65px;
	text-align: center;
}

#products-list .prc {
	width: 200px;
	text-align: right;
}

#cart-totals .totals,
#summary .totals {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	font-weight: 700;
}

#cart-totals .totals {
	float: right;
}

#summary .totals {
	width: 100%;
}

#cart-totals .totals,
#summary .totals {
	text-align: right;
}

.checkout-buttons .bttn {
	width: 200px !important;
}

.checkout-buttons #continue-shopping,
.checkout-buttons #checkout-now {
	display: inline-block;
    margin-bottom: 10px;
}


.cart-coupon-input {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
}

.cart-coupon-input input {
	display: inline;
	width: 120px;
	margin: 7px 0;
}

.checkout-steps h2 {
	padding: 20px 30px;
	background-color: #7e7e7e;
	color: #fff;
}

.checkout-steps .active h2 {
	background-color: #cdb76c;
	color: #000;
}

.checkout-steps .step-number {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 400;
}

.form-group .error {
	margin-top: .5em;
	color: #bb0000;
	text-align: right;
}

#card-types-display {
	list-style: none;
	padding: 0;
}

#card-types-display li {
	display: inline-block;
	width: 73px;
	height: 44px;
	background-repeat: no-repeat;
	-ms-background-size: contain;
	background-size: contain;
}

#card-types-display li.selected {
	border: 2px solid #0000ff;
	border: 2px solid rgba(0, 0, 255, .5);
}

#card-types-display li:not(:last-of-type) {
	margin-right: 5px;
}

#card-types-display .visa {
	background-image: url(/assets/images/icons/credit-cards/visa.png);
}

#card-types-display .mastercard {
	background-image: url(/assets/images/icons/credit-cards/mastercard.png);
}

#ebooks-tab ul {
	list-style: none;
	padding: 0;
}

.quick-look,
.compare {
	display: none;
}

.product-list .price,
.product-list .price .original,
.product-list .price .current {
	display: block;
}

.product-list .price .original {
	display: none;
}

.product-list .product {
	float: left;
	width: 25%;
	text-align: center;
	padding: 15px;
	margin-bottom: 1.5em;
}

@media only screen and (min-width: 768px ) and (max-width: 992px) {
    .product-list .product {
	    float: left;
	    width: 33%;
	    text-align: center;
	    padding: 15px;
	    margin-bottom: 1.5em;
    }
}

@media only screen and (min-width: 460px ) and (max-width: 768px) {
        .product-list .product {
	        float: left;
	        width: 50%;
	        text-align: center;
	        padding: 15px;
	        margin-bottom: 1.5em;
        }
}

@media only screen and (max-width: 460px ) {
    .product-list .product {
	        float: left;
	        width: 100%;
	        text-align: center;
	        padding: 15px;
	        margin-bottom: 1.5em;
     }
}

.product-list .details {
	min-height: 7em;
	display: block;
}

.product-list .product .name {
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}

.product-list .product .image {
	max-height: 150px;
	height: 150px;
	margin-bottom: 1em;
}

.product-list .product .image img {
	max-height: 100%;
}

.product-list .product .price {
	font-size: 18px;
}

#products-filters.sidebar {
	float: none;
	width: auto;
	min-height: 0;
}

#products-show-more {
	clear: both;
	text-align: center;
}

    #products-show-more a.bttn.bttn-primary {
        margin-bottom: 10px;
    }

.background-container-circle {
	border-radius: 50%;
	overflow: hidden;
}

.background-container-circle.spirituality {
	width: 180px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
}

.background-container-circle .background {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.tile h3,

.tile-2x h3 {
	margin: 2px 0;
}

.tile {
	position: relative;
	height: 275px;
    width: 360px;
	overflow: hidden;
	border: 1px solid #eee;
    display: inline-block;
    margin-bottom: 15px;
}

.tile-2x {
	position: relative;
	width: 750px;
	height: 275px;
	overflow: hidden;
	border: 1px solid #eee;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px ) and (max-width:1199px) {

    .image-box {
        display: inline-block;
    }

    .tile {
        width: 360px;
    }

    .tile .tile-image-container, 
    .tile-2x .tile-image-container,
    .tile .tile-caption, 
    .tile-2x .tile-caption {
        position:relative !important;
    }

}

@media only screen and (min-width: 768px ) and (max-width: 992px) {

    .image-box {
        display: inline-block;
    }

    .tile {
        width: 360px;
    }

    .tile-2x {
        width: 100%;
    }

    .tile .tile-image-container, 
    .tile-2x .tile-image-container,
    .tile .tile-caption, 
    .tile-2x .tile-caption {    
        position: relative !important;
    }

    
}


@media only screen and (min-width: 390px ) and (max-width: 768px) {

    .image-box {
        display: inline-block;
    }

    .tile {
        width:360px;
    }

    .tile-2x {
        width: 100%;
    }

    .tile .tile-image-container, 
    .tile-2x .tile-image-container,
    .tile .tile-caption, 
    .tile-2x .tile-caption {    
        position: relative !important;
    }


}

@media only screen and (max-width: 390px ) {

    .image-box {
        display: inline-block;
    }

    .tile {
        width: 290px;
    }

    .tile-2x {
        width: 100%;
    }

    .tile .tile-image-container, 
    .tile-2x .tile-image-container,
    .tile .tile-caption, 
    .tile-2x .tile-caption {    
        position: relative !important;
    }


}

.tile:hover > .tile-caption,
.tile:hover > .tile-see-more,

.tile-2x:hover > .tile-caption,
.tile-2x:hover > .tile-see-more {
	background-color: #e1ecf6;
}

.tile .tile-caption,
.tile-2x .tile-caption {
	background-color: #fff;
	position: absolute;
	width: 100%;
	top: 0;
	overflow: visible;
	z-index: 10;
	min-height: 56px;
	padding: 15px;
	transition: background-color .2s ease-in 0s;
}

.tile .tile-caption .title,

.tile-2x .tile-caption .title {
	overflow: hidden;
}

.tile .tile-image-container,
.tile-2x .tile-image-container {
	position: absolute !important;

    top: 60px;
	bottom: 0;
    left: 0;
    right: 0;
	overflow: hidden;
}

.tile .tile-see-more,

.tile-2x .tile-see-more {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #fff;
	padding: 5px 15px;
	transition: background-color .2s ease-in 0s;
}

.tile img,

.tile-2x img {
	width: 100%;
}

.ad-block-horizontal {
	margin-right: -15px;
}

.ad-block-horizontal, .ad-block-vertical {
    display: table;
	width: 100%;
}

.vertical-ad-block-container {
    display: inline-block;
    width: 360px;
}

@media only screen and (max-width: 380px ) {
    .vertical-ad-block-container {
        width: 290px
    }
}

.ad-block-horizontal .ad-single,
.ad-block-horizontal .ad-double,
.ad-block-vertical .ad-single {
	float: left;
}

.ad-block-horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ad-block-horizontal .ad-single {
	width: 25%;
    max-width: 330px;
    display: inline-block;
}

.ad-block-horizontal .ad-double {
	width: 50%;
    max-width: 660px;
    display: inline-block;
}

@media only screen and (max-width: 1200px ) {

    .ad-block-horizontal {
        margin-bottom: -15px;
    }

    .ad-block-horizontal .ad-single {
	    width: 50%;
        padding-bottom: 15px;
    }

    .ad-block-horizontal .ad-double {
	    width: 100%;
        padding-bottom: 15px;
    }
}


.ad-block-horizontal .ad-single,
.ad-block-horizontal .ad-double {
	padding-right: 15px;
}

.ad-block-vertical .ad-single,
.ad-block-vertical .ad-double {
	width: 100%
}

.ad-block-vertical .ad-single:not(:last-of-type),
.ad-block-vertical .ad-double:not(:last-of-type) {
	padding-bottom: 15px;
}

.ad-block-horizontal img,
.ad-block-vertical img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}


.ad-block-vertical #ad-img {
    background-size: 326px !important;
    height: 141px !important;
}

.modal {
	background-color: transparent;
}

#simplemodal-container .modal {
	width: 50%;
	margin: 25% auto;
	bottom: auto;
	border-radius: 5px;
	background-color: #fff;
}

.retreat-logo {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 22.5%;
}

#shipping-date {
	width: 155px;
	margin-bottom: 5px;
	margin-left: 50px
}

.section-header {
	padding: 0;
	margin: 0;
	background: none;
	color: initial;
}

.section-header h1 {
	color: #000;
	margin: 0;
}

.catalog-item {
	height: 250px;
	overflow: hidden
}

.catalog-item img {
	max-width: 100%;
	max-height: 250px;
}

.featured-products-section .product-image {
	position: relative;
	/*height: 200px;*/
}

.featured-products-section .product-image img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.signup-form .message {
	display: none;
}

.modal-header,
.modal-footer {
	min-height: 50px;
}

.product-gallery .featured-image {
	height: 250px;
	width: 200px;
}

.product-gallery .featured-image img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	cursor: zoom-in;
}

.product-gallery .thumbnail {
	display: table;
	float: left;
	margin-right: .5em;
	width: 65px;
	height: 65px;
}

.thumbnail-image-container {
	display: table-cell;
	vertical-align: middle
}

.thumbnail img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

#see-inside-modal .modal-dialog,
#product-gallery-modal .modal-dialog {
	width: auto;
	max-width: 900px;
	max-height: 800px;
}

#product-gallery-modal .gallery {
	overflow: hidden
}

#product-gallery-modal .gallery .thumbnails {
	float: left;
	width: 100px;
	max-height: 800px;
}

#product-gallery-modal .gallery .thumbnails .thumbnail {
	display: table;
	width: 75px;
	height: 75px;
	margin-bottom: 1em;
}

#product-gallery-modal .gallery .featured-image {
	float: left;
	max-height: 750px;
	width: 750px;
}

#product-gallery-modal .gallery .featured-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

#see-inside-modal .modal-content {
	background-color: #000;
}

#see-inside-modal .close {
	opacity: 1;
	color: #fff;
}

.search-box {
	padding: 15px;
	background-color: #eee;
	border: 1px solid #ccc;
	text-align: center;
}

.search-box label {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-right: 10px;
}

.search-box select {
	display: inline;
	height: 47px;
	width: 200px;
}

.search-box .search input[type="text"] {
	background-color: #fff;
	border: 1px solid #ccc;
}

.search-box .input-group-btn {
	font-size: inherit;
}

#shipping-method table {
	width: 100%
}

#shipping-method td {
	padding: 0;
}

#shipping-method .products {
	border-bottom: 1px solid #ddd;
}

#shipping-method .products th {
	font-size: 24px;
	font-family: 'Open Sans Condensed', sans-serif;
	border-bottom: 1px solid #ddd;
	padding-bottom: .5em;
}

#shipping-method .products th:not(:First-of-type) {
	text-align: right;
}

#shipping-method .products td:not(:First-of-type) {
	text-align: right;
}

#shipping-method .products .desc {
	padding: 1em 0;
}

#shipping-method .amt,
#shipping-method th:nth-child(2) {
	width: 200px;
}

#shipping-method .totals {
	width: 400px;
	float: right;
	border-bottom: 1px solid #ddd;
}

#shipping-method .products .amt,
#shipping-method .totals tr:first-of-type,
#shipping-method .totals tfoot {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px
}

#shipping-method .totals td {
	padding: .5em 0;
	text-align: right;
}

.purchase-options .availability {
	display: block;
	color: #c7a91d;
	font-weight: 700;
}

.options-list .form-horizontal .control-label {
	text-align: left;
}

.related-links li {
	padding: 1em;
	border-top: 1px solid #eee;
}

.related-links .date {
	font-size: small;
	font-weight: 700;
}

.related-links a {
	text-decoration: none;
	color: inherit;
}

.related-links a:hover li {
	background-color: #eee;
}

.related-links a h4 {
	color: #337ab7;
}

.related-links a:hover h4 {
	color: inherit;
}

.related-links + div .bttn:not(:last-of-type) {
	margin-bottom: .75em;
}

#summary .products {
	margin: 0;
}

#summary .products .desc {
	width: 70%;
}

#summary .products .qty {
	width: 15%;
	text-align: center;
}

#summary .products .amt {
	width: 15%;
	text-align: right;
}

#summary .products .item {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: .5em
}

#summary .products .isbn {
	font-size: small;
	margin-bottom: .5em
}

.content-container h1:first-of-type {
	margin-top: 0;
	margin-bottom: 1em;
}

.spirituality-section .content-container,
.featured-products-section .content-container,
.program-section .content-container{
    padding-top: 1em;
    padding-bottom: 1em;
}

.spirituality-section .content-container h1:first-of-type,
.featured-products-section .content-container h1:first-of-type,
.program-section .content-container h1:first-of-type{
    margin-top: 0;
	margin-bottom: 0.1em;
}

@media print {
	a[href]:after {
		content: none;
	}
}

.owl-controls {

}

.owl-pagination {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 15px;
}

.owl-pagination .owl-page {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #fff;
	display: inline-block;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .25);
}

.owl-pagination .owl-page:not(:last-of-type) {
	margin-right: 5px;
}

.owl-pagination .owl-page.active {
	width: 17px;
	height: 17px;
	background-color: #fff;
}

.owl-buttons {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	width: 100%;
	color: #fff;
	font-size: 34px;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, .25);
}

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
	position: absolute;
}

.product-related 
.owl-buttons .owl-prev,
.product-related
.owl-buttons .owl-next {
	position: absolute;
    margin-top: -24px;
}

.owl-buttons .owl-prev {
	left: 30px;
}

.owl-buttons .owl-next {
	right: 30px;
}

.featured-products-section .owl-buttons {
    margin-top: -54px;
}

.product-related .owl-buttons .owl-prev,
.featured-products-section .owl-buttons .owl-prev {
	left: 30px;
    margin-left: -40px;
}

.product-related .owl-buttons .owl-next,
.featured-products-section .owl-buttons .owl-next {
	right: 30px;
    margin-right: -40px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product-related h2 {
	margin-top: 0;
	margin-bottom: .75em
}

#productCarousel .owl-buttons,
#itemCarousel .owl-buttons {
	color: #000;
}

#productCarousel .owl-buttons .disabled,
#itemCarousel .owl-buttons .disabled {
	display: none;
}

#productCarousel .owl-item,
#itemCarousel .owl-item {
	padding: 1em;
}

#productCarousel .owl-item:hover,
#itemCarousel .owl-item:hover {
	background-color: #eee;
}

#productCarousel .owl-item .product-title,
#itemCarousel .owl-item  .product-title {
	padding: 5px 0;
}


.article-image {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.article-image img {
	width: 100%;
	max-width: 140px;
}

/* Remove padding (by example bootstrup padding) */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

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

.carusel-padding {
    padding-right: 15px;
}

.invalid-field {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.invalid-field:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.product-related #productCarousel h4.product-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
}

.image-to-left {
    float: left;
    margin: 0 10px 0 0;
}

.related-retreat {
    padding-left: 1em;
    padding-right: 0.5em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.retreat-padding {
    padding-left: 36px;
    padding-right: 16px

    padding-top: 0;
    padding-bottom: 0;
}

.no-color-text {
    color: WindowText !important;
}

/*category-tiles list media query*/

@media only screen and (min-width: 768px ) and (max-width: 1200px) {
    #category-tiles .image-box {
        padding-left: 0px !important;
    }

    #category-tiles .row.carusel-padding {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 460px ) {
    #category-tiles .tile {
        width: 290px
    }
}

@media only screen and (max-width: 360px ) {
    #category-tiles .tile {
        width: 255px
    }
}


/*content-item width on the home page*/
@media only screen and (min-width: 768px ) and (max-width: 1200px) {
    #home-content-item, #strong_program_item {
        width: 50%;
    }
}

.product-img-fixed-size {
    max-width: 150px;
    max-height: 150px;
}