/*
*  CSS Created by Ben, Chad, & David
*  Resource One Digital
*  Powered by BEN LOBACH DESIGN
*
*  Please place additional edits at the top of
*  the document.
*
*  MAIN.LESS
*/

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

/*! Additional Edits (Please Comment with Name)  */

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

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

/*! Quick-Change Variables & Mixins  */

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

/* Font Defaults */

/* Page Defaults */

/* Form Section */

/* Page-Text Section */

/* Mixins */
.maincontent li {padding-bottom: 10px;}
.maincontent li:last-child {padding-bottom: 0px}

body { position: relative; }

h2 {
	 font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    color: rgb(51, 51, 51);


}
blockquote {font-family: 'Montserrat','Verdana', Arial, sans-serif;
    color: #616161;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;}
.freeform-row .freeform-column .freeform-label {font-weight: 300 !important; }
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
    font-family: 'Montserrat','Verdana', Arial, sans-serif;
    color: #616161;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.form-control {
	max-width: 80%;
}
#form-container {
	margin: 0 auto;
}
#form-input-urgent { margin-right: 10px; }
.container {
	max-width: 1000px;
}
.button {
/*
	background-image: -webkit-linear-gradient(90deg, #007850 0%, #008357 100%);
	background-image: -ms-linear-gradient(90deg, #007850 0%, #008357 100%);
*/
	box-shadow: 0px 1px 0px 0px #28618D;
	padding: 20px 25px;
}
/************************************/

/*! Quick CSS Snippets */

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

.div-center {
	margin: 0 auto;
}
.margin {
	margin-top: 25px;
	margin-bottom: 20px;
}
.margin-top {
	margin-top: 30px;
}
.margin-bottom {
	margin-bottom: 30px;
}
.padding {
	padding: 5px;
}
.large-padding {
	padding: 20px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	width: 100%;
	clear: both;
}
.white {
	color: white;
}
.a-black {
	text-decoration: none;
	color: #292929;
}
.a-white {
	text-decoration: none;
	color: white;
}
.hr {
	border-top: 1px solid grey;
	border-bottom: 0px;
}

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

/*! Page Defaults */

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

body {
	background-color: white;
	color: #292929;
	font-family: 'Verdana', Arial, sans-serif;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	color: #292929;
	font-size: 32px;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	color: #292929;
	font-size: 28px;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	color: #28618D;
	font-size: 32px;
	text-transform: uppercase;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	color: #292929;
	font-size: 28px;
}
h3, h4, h5, h6 {
	font-family: 'Montserrat','Verdana', Arial, sans-serif;
}
p {
	font-family: 'Montserrat','Verdana', Arial, sans-serif;
	color: #292929;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
ul li{
	font-family: 'Montserrat','Verdana', Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
a {
	text-decoration: none !important;
	font-family: 'Montserrat','Verdana', Arial, sans-serif;
	color: #28618D;
}

a:hover {
	color:#28618D;
}

label {
		font-family: 'Montserrat','Verdana', Arial, sans-serif;
		color: #616161;
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
}



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

/*! Header Elements */

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

.event-top-bar li {
	list-style: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px;
	padding-right: 8px;
	display: block;
	font-weight: 600;
}
.event-top-bar li a {
	font-weight: 400;
}
.event-top-bar {
	padding: 0;
	float: left;
	margin: 0;
}
.event-top-bar a {
	color: #ffffff;
	text-decoration: underline;
	padding: 5px;
	transition: .2s ease-in-out;
	font-weight: normal;
	font-family: 'Raleway','Verdana', Arial, sans-serif;
}
.event-top-bar a:hover {
	color: #f3f3f3;
	text-decoration: underline;
	padding: 5px;
	border-radius: 3px;
}
#hideForm {
	color: #b3b3b3;
	font-size: 19px;
	position: relative;
	right: -20px;
}
.navbar {
	padding: 0px;
	min-height: 95px;
}
.navbar-nav {
	flex-direction: row;
}
.secondary-navbar .navbar-right {
	float: right;
}
.secondary-navbar .navbar-right li {
	transition: opacity .3s ease-in-out;
}
.secondary-navbar .navbar-right li a {
	font-size: 14px;
	padding: 10px 10px;
	display: block;
	transition: opacity .3s ease-in-out;
}
.secondary-navbar .navbar-right li:hover a {
	/* background: linear-gradient(to bottom, #32c7eb 0%,#1796d3 100%); */
	background-image: url('../images/navbarBackground.jpg');
}
.secondary-navbar .navbar-right li:hover {
	/* background: linear-gradient(to bottom, #32c7eb 0%,#1796d3 100%); */
	background-image: url('../images/navbarBackground.jpg');
}
.bar1, .bar2, .bar3 {
    width: 33px;
    height: 5px;
    background-color: #23516E;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 4px;
}

.icon-bar {
	width: 22px;
	height: 2px;
	background-color: #B6B6B6;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler:focus {
	outline: none;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: -8% 45%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.change#mainNavigation {
	display: flex;
	flex-wrap: wrap;
}
/*
.nav-item::before {
    content: '';
    position: absolute;
    left: 0; top: 0; right:0; bottom: 0;
    background: url('../images/navbarBackground.jpg');
    background-size: inherit;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.secondary-navbar .navbar-right li:hover .nav-item::before {
    opacity: 1;
}
*/
.secondary-navbar .nav-item {
	min-width: 160px;
	text-align: center;
}
.nav-item {
	padding: 35px 10px 30px;
	/* min-width: 160px; */
	text-align: center;
}

.nav-item {
	padding: 35px 10px 30px;
	/* min-width: 160px; */
	text-align: center;
}
.mobilefloat {float: right;}
@media screen and (max-width: 991px) {
	.secondary-navbar .navbar-right li:nth-child(4)::before {display: none;}
.mobilefloat {float: none;    display: block;
    padding-top: 10px;}
    h1 {font-size: 30px;}
    li { padding-bottom: 0px;}
  
	.navbar-nav { margin-top: 10px; }
	.nav-item { padding: 0px 10px 0px; }
	.dropdown-menu {
		background: none !important;
	    box-shadow: none !important;
	    border-bottom: 0px !important;
	    background-image: none !important;
    }
    .primary-navbar .navbar-nav li:hover a {
    	color: #23516E !important;
		background: transparent;
	}
	.site-search { display: none; }

	.navbar { padding: 19px 0px; }

}

.navbar-nav .nav-link {
	text-transform: uppercase;
}
.nav-item:hover {
	background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
}
.nav-item:hover a{
	background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
}
.nav-item-footer {
	padding: 0px 10px;
	min-width: 160px;
	text-align: left;
}

.secondary-navbar .navbar-right li:last-child a {
	/* background: linear-gradient(to bottom, #32c7eb 0%,#1796d3 100%); */
	background-image: url('../images/navbarBackground.jpg');
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.26);
}
.secondary-navbar .navbar-right li:nth-child(2)::before {
	content: "|";
	color: rgba(0, 0, 0, 0.3);
	margin-left: -3px;
	position: absolute;
	top: 18%;
}
.secondary-navbar .navbar-right li:nth-child(3)::before {
	content: "|";
	color: rgba(0, 0, 0, 0.3);
	margin-left: -3px;
	position: absolute;
	top: 18%;
}
.secondary-navbar .navbar-right li:nth-child(4)::before {
	content: "|";
	color: rgba(0, 0, 0, 0.3);
	margin-left: -3px;
	position: absolute;
	top: 18%;
}
.secondary-navbar .navbar-right li:nth-child(1):hover+li:nth-child(2)::before {
	content: "|";
	color: #23516E;
	margin-left: 0px;
	position: absolute;
	top: 0%;
	visibility: hidden;
	display: none;
}

.secondary-navbar .navbar-right li:nth-child(2):hover+li:nth-child(3)::before {
	content: "|";
	color: #23516E;
	margin-left: 0px;
	position: absolute;
	top: 0%;
	visibility: hidden;
	display: none;
}
.secondary-navbar .navbar-right li:nth-child(3):hover+li:nth-child(3)::before {
	content: "|";
	color: #23516E;
	margin-left: 0px;
	position: absolute;
	top: 0%;
	visibility: hidden;
	display: none;
}
.secondary-navbar .navbar-right li:nth-child(2):hover::before {
	content: "|";
	color: #23516E;
	margin-left: 0px;
	position: absolute;
	top: 0%;
	visibility: hidden;
	display: none;
}

.primary-navbar {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1411764705882353);
    position: relative;
    z-index: 9999;
    background: white;
}

/* .secondary-navbar .navbar-right li:nth-child(1) {
	padding: 10px 0px;
}
.secondary-navbar .navbar-right li:nth-child(1) a {
	padding: 0px;
} */
/* .secondary-navbar .navbar-right:last-child:hover {
  position: relative;
  z-index: 250;
} */

.secondary-navbar .navbar-right:last-child:hover+.secondary-navbar .navbar-right:nth-child(2) li::before {
	content: "|";
	color: #23516E;
	margin-left: 0px;
	position: absolute;
	top: 0%;
	visibility: hidden;
	display: none;
}
.navbar-toggler {
	background-color: unset;
	background: url("");
}
.secondary-navbar, .secondary-navbar .container, .secondary-navbar .navbar, .secondary-navbar .navbar-collapse {
	margin-top: 0;
	padding-top: 0;
}
.secondary-navbar .navbar {
	padding: 0;
	min-height: 0;
}
.nav.navbar-nav li {
	display: inline-block;
}
.dropdown-item {
	white-space: normal;
}
.dropdown-item:hover {
		background-color: #E6E6E6 !important;
	}
	.dropdown-item-footer {
		white-space: normal;
	}
	.dropdown-item-footer:hover {
			color: #357E9D;
		}
@media screen and (max-width: 992px) {
	.event-top-bar li {
		text-align: center;
	}
	.event-top-bar {
		margin: 0 auto;
		display: block;
		float: none;
	}
	.secondary-navbar .navbar-right {
		display: inline-block;
		margin: 0 auto;
	}
	.mobile-center {
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	.secondary-navbar .navbar-right li:nth-child(2)::before {
		content: "|";
		color: #23516E;
		margin-left: 0px;
		position: absolute;
		top: 0%;
		visibility: hidden;
		display: none;
	}
	.dropdown-item {
		border-bottom: none !important;
		text-align: center;
		color: #1796D3 !important;
	}
	#primary-navbar {
		/* box-shadow: 0 2px 29px -7px rgba(0,0,0,0.4); */
/*
		box-shadow: 0 29px 2px -2px rgba(0,0,0,0.4) !important;
		background: #000000;
*/
	}
	.primary-navbar .navbar-nav {
		width: 100%;
		text-align: center;
		flex-direction: column;
	}
	.primary-navbar .navbar-nav li a {
		padding: 3px 10px 8px !important;
		border-bottom: 1px solid #efefef;
	}
	.dropdown:hover>a {
		border-bottom: 0px !important;
	}
}
.dropdown-menu {
	/* margin-top: -80px; */
	left: 0% !important;
    right: 0% !important;
	display: block;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out, margin .1s ease-in-out, max-height .1s ease-in-out; /* For Safari 3.1 to 6.0 */
    transition: opacity .3s ease-in-out, margin .1s ease-in-out, max-height .1s ease-in-out;
    min-width: 11rem;

}
.dropdown:hover>.dropdown-menu {
	visibility: visible;
	margin-top: 0px;
	opacity: 1;
	left: -20px;
	max-height: 400px;
}

.dropdown-menu {
	padding: 0;
	border: 0;
	border-radius: 0;
	border-bottom: solid 2px #006291;
	background-color: #F7F7F7;
	min-width: unset;
/* 	background: linear-gradient(to top, #f7f7f7 0%,#f0f0f0 100%); */
	-webkit-box-shadow: 0px 7px 4px 3px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 7px 4px 3px rgba(0,0,0,0.05);
	box-shadow: 0px 5px 4px 3px rgba(0,0,0,0.05);
	max-height: 0px;
}
.dropdown-menu a {

	font-weight: 400;
	text-shadow: none !important;
}
/* .primary-navbar {border-top: 2px solid #0c658f;} */

.primary-navbar .navbar {
	margin-bottom: 0px;
	margin-top: 0px;
}
.primary-navbar .navbar-nav {
	float: right;
}
.primary-navbar .navbar-nav li a {
	text-decoration: none;
	color: #616161;
	font-family: 'Montserrat';
	font-size: 14px;
	padding: 0px;
    padding-left: 15px;
    line-height: 30px;
    padding-right: 15px;

}
.primary-navbar .navbar-nav li:hover a {
	color: #23516E;
	background: transparent;
}
a.dropdown-item {
	line-height: 1.5 !important;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.primary-navbar form {
	margin: 0 auto;
}
.primary-navbar .icon-bar {
    width: 18px;
    height: 1px;
    background: #041e29;
    border: 1px solid #095374;
    border-radius: 5px;
}
.primary-navbar .btn {
	background: transparent;
	border: 0;
	padding: 29px 5px 25px 5px;
	color: #616161;
}

.register-btn {
	padding: 8px 35px;
	background: #366189;
	color: white;
	margin-top: 5px;
	border-radius: 400px;
	display: inline-block;
}

.register-btn:hover {
	padding: 8px 35px;
	background: #2b4c6b;
	color: white;
	margin-top: 5px;
	border-radius: 400px;
	display: inline-block;
}

.secondary-navbar {
	font-family: 'Raleway','Verdana', Arial, sans-serif;
	background: #08516f;
	/* Old browsers */
	background: -moz-linear-gradient(top, #08516f 0%, #095476 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #08516f 0%, #095476 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #08516f 0%, #095476 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08516f', endColorstr='#095476', GradientType=0);
	/* IE6-9 */
	color: #041e29;
}
.secondary-navbar nav {
	margin-bottom: 0;
	border: 0;
}
.secondary-navbar .navbar {
	min-height: 25px;
}
.secondary-navbar .navbar-right span {
	display: inline-block;
	padding: 10px 5px;
	float: left;
}
.secondary-navbar .navbar-right .border-left {
	border-left: 1px solid #041e29;
	margin-left: -5px;
}
@media screen and (max-width: 768px) {
	.secondary-navbar .navbar-right span {
		display: none;
	}
	.secondary-navbar .navbar-right li:nth-child(3)::before {
		content: " ";
	}
	.checkout-header {
		background: url('/images/banners/NCLL_StoreCheckout_02.png') center no-repeat #FBFBFB !important;
		background-size: cover !important;
		padding: 49px 0 !important;
	}

/*
	#mainNavigation {
		display: flex;
		flex-wrap: wrap;
	}
*/
	.primary-navbar .btn {
		padding: 5px;
	}
	.primary-navbar .navbar-brand {
		padding-top: 0 !important;
	}
	.secondary-navbar .hide-mobile {
		display: none;
	}
	.products-row .hide-mobile {
		display: none;
	}
	.product-quantity button {
		display: contents;
	}
	.product-quantity input[type="number"] {
		width: 34px !important;
	}
	.featured-links p a {
		padding: 5% 8% !important;
	}
	.primary-navbar .navbar-brand img {
		max-height: 52px !important;
	}
	.event-top-bar {
		display: none;
	}
	.relatedPageNav li.active a {
		width: 100%;
		box-shadow: none !important;
	}
	.relatedPageNav li a {
		width: 100%;
		box-shadow: none !important;
	}
}
@media screen and (max-width: 992px) {
	.secondary-navbar .hide-mobile {
		display: none;
	}
	.products-row .hide-mobile {
		display: none;
	}
	.product-quantity button {
		display: contents;
	}
	.product-quantity input[type="number"] {
		width: 34px !important;
	}
	.secondary-navbar .navbar-right {
		float: none !important;
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	.secondary-navbar .navbar-right li {
		display: inline-block;
		margin: 0 auto;
		float: none;
	}
	.primary-navbar .navbar-brand img {
		max-height: 52px !important;
	}
	.event-top-bar {
		display: none;
	}
	.storeNav li span {
	    position: absolute;
	    top: 8px;
	    right: unset !important;
	    left: 50px;
	    padding: 5px 7px;
	    background-color: #28618D;
	    line-height: 1;
	    border-radius: 50%;
	    color: #ffffff;
	    font-weight: bold;
	    font-size: 12px;
	}
}
.secondary-navbar .navbar-nav li a {
	/* padding: 10px; */
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Raleway';
}
.secondary-navbar .navbar-nav li:hover {
	background: #041e29;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.26);
}
.relatedPageNav {
	background-color: rgba(232, 232, 232, 0.2);
	box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.05);
	border-top: 2px solid #376089;
}
.relatedPageNav ul{
	list-style: none;
	display: flex;
	flex-direction: row;
	padding: 0px 0px;
	margin-bottom: 0px;
	margin-top: -2px;
}
.relatedPageNav li {
	display: block;
	margin-right: 5px;
	float: left;
}
.relatedPageNav li a {
	padding: 18px 22px 18px !important;
	display: inline-block;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;

}
.relatedPageNav li a:hover {
	border-top: 4px solid rgba(255, 255, 255, 0.2);
	background: white;
	box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.08);
	border-radius: 3px 3px 0px 0px;
	margin-top: -2px;
}

.relatedPageNav li.active a {
	border-top: 4px solid rgba(255, 255, 255, 0.2);
	background: white;
	box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.06);
	border-radius: 3px 3px 0px 0px;
	margin-top: -2px;
}

/* .main-banner {background: #ba7635; position: relative;}
.after-banner-text {position: absolute; bottom: 0; width: 100%; background: #925a26; padding: 10px;}
.after-banner-text-mobile {display: none; background: #925a26; padding: 10px;} */



.main-banner {
	background: #fcfbfb;
	overflow: hidden;
	position: relative;
}
.main-banner img {
/*
    height: auto;
    margin: 0 auto;
    display: block;
*/

}

.main-banner::before {
    box-shadow: inset 0 25px 30px -30px rgba(0,0,0,0.10) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.owl-item{
		position: relative;
}
.item::before {
    box-shadow: inset 0 25px 30px -30px rgba(0,0,0,0.10) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
#owl-home::before {
    box-shadow: inset 0 25px 30px -30px rgba(0,0,0,0.10) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.after-banner-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: none;
	padding: 10px;
}
.after-banner-text-mobile {
	display: none;
	background: none;
	padding: 10px;
}
.after-banner-text h3, .after-banner-text-mobile h3 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-size: 14px;
	text-align: center;
	margin: 10px;
}
@media screen and (max-width: 768px) {
	.after-banner-text-mobile {
		display: block;
	}
	.after-banner-text {
		display: none;
	}
}
/************************************/

/*! Form Elements */

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

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

/*! Body Elements */

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

.updates, .resources-products {
	margin-top: 100px;
	margin-bottom: 100px;
}
.updates h2, .resources-products h2, .more-seminars h2, .featured-videos h2, .legal h2{
	font-family: 'Montserrat';
	font-size: 28px;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
}
.more-seminars h2 {
	color: #fff;
}
.updates img, .resources-products img, .more-seminars img, .featured-videos .stars {
	display: block;
	margin: 0 auto;
	max-width: 50px;
}
.resource-month .row img, .featured-product .row img {
	max-width: 75px;
}
/*
.legal-alerts, .resource-month {
	border-right: 1px solid #e6e6e6;
}
*/
.updates .legal-alerts, .resources-products .resource-month {
	padding-right: 65px;
}
.updates .ministry-updates, .resources-products .featured-product {
	padding-left: 65px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
	.resource-month .featured-resource-image, .featured-product .featured-product-image {
		padding-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.legal-alerts, .resource-month {
		border: none;
	}
	.updates .legal-alerts, .resources-products .resource-month {
		padding-right: 15px;
	}
	.updates .ministry-updates, .resources-products .featured-product {
		padding-left: 15px;
	}
	.resource-month .row img, .featured-product .row img {
		max-width: 100%;
		margin-bottom: 25px;
	}
}
.updates .date-time h4, .updates .date-time h3 {
	font-family: 'Montserrat';
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.updates .date-time h4 {
	font-size: 17px;
	margin-bottom: 0;
}
.updates .date-time h3 {
	font-size: 25px;
	margin-top: 0;
}
.updates img {
	margin-bottom: 20px;
}
.updates h5 {
	font-weight: bold;
	font-family: 'Montserrat';
	color: #333;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 10px;
}
.updates p {
	font-family: 'Montserrat';
	color: #333;
	font-size: 12px;
}
.updates .row {
	margin-bottom: 15px;
}
.secondary-banner {
	background: #ba7635;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ba7635 0%, #a86a2f 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ba7635 0%, #a86a2f 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ba7635 0%, #a86a2f 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba7635', endColorstr='#a86a2f', GradientType=0);
	/* IE6-9 */
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	outline: 1px solid #945e29;
	margin: 40px auto;
	padding: 5px;
}
#owl-secondary {
	padding: 60px 30px;
}
#owl-secondary img {
	margin: 0 auto;
	max-width: 215px;
}
#owl-secondary h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Montserrat';
	text-align: center;
}
#owl-secondary hr {
	width: 15%;
	color: #fff;
}
#owl-secondary p {
	color: #fff;
	line-height: 28px;
	padding: 0 20px;
	font-size: 14px;
	font-family: 'Raleway';
	text-align: center;
	max-width: 50%;
	display: block;
	margin: 0 auto;
}
#owl-secondary .owl-dots, #owl-secondary .owl-dot {
	display: none;
}
#owl-secondary .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	color: #955f2b;
	background: transparent;
	font-size: 45px;
	top: 50%;
}
#owl-secondary .owl-nav .owl-next {
	position: absolute;
	right: 0;
	color: #955f2b;
	background: transparent;
	font-size: 45px;
	top: 50%;
}
.needs {
	padding: 25px 0px 35px;
}
.needs h1 {
	text-align: center;
	color: #0D5B81;
	font-family: 'Raleway';
	font-size: 45px;
	font-weight: 200;
	margin-top: 50px;
	text-transform: none;
}
.needs p {
	text-align: center;
	color: #041E29;
	font-family: 'Raleway';
	font-size: 16px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;
	width: 75%;
	display: block;
	line-height: 2;
}
.needs a {
	color: #006291;
	text-decoration: underline !important;
}
.stand {
	background-color: #FAFAFA;
}
.stand .container-fluid {
	max-width: 1200px;
}
.standSection {
	color: #616161;
	font-family: 'Raleway';
	text-align: center;
	position: relative;
	transition: box-shadow 0s ease-in-out, transform .5s ease-in-out, border-right 0s, border-left 0s, background-image 0s, opacity .5s, margin-top .5s;
}
.standSection:hover {
	color: #ffffff;
	background-color: #0D5B81;
	transform: scale(1.05);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .3);
	z-index: 200;
}
.standSection:hover>.standButton a{
/* 	padding: 7%; */
	/* margin-top: 7%; */
	/* width: 90%;
	display: inline-block; */
}
.standSection:hover .standImagePath {
	fill: #ffffff !important;
}
#stand2 {
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 5px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 5px;
}
#stand3 {
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 5px;
}
.standImagePath {
	fill: #006291;
}
#stand1:hover>#heartbeat {
	background-image: url("https://www.ncll.org/images/page_images/heartbeatWhite.png");
}
#stand2:hover {
	border-right-width: 0px;
	border-left-width: 0px;
}
#stand2:hover>#book {
	background-image: url("https://www.ncll.org/images/page_images/bookWhite.png");
}
#stand3:hover {
	border-right-width: 0px;
	border-left-width: 0px;
}
#stand3:hover>#church {
	background-image: url("https://www.ncll.org/images/page_images/churchWhite.png");
}
#stand4:hover {
	border-right-width: 0px;
	border-left-width: 0px;
}
#stand4:hover>#church2 {
	background-image: url("https://www.ncll.org/images/page_images/churchWhite.png");
}
.standImage {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	max-height: 90px;
	margin: 0 auto;
	display: block;
	margin-top: 60px;
	margin-bottom: 25px;
	position: relative;
	/* top: 75px; */
	transition: margin-top .7s;
}

.standImage img {
	margin: 0 auto;
	display: block;

}
.standHeader {
	text-transform: uppercase;
	min-height: 30px;
	width: 100%;
	margin: 0 auto;
	display: block;
	margin-top: 25px;
	margin-bottom: 10px;
	position: relative;
	/* top: 50px; */
	font-size: 18px;
	font-weight: 600;
	transition: margin-top .7s;
	font-family: 'Montserrat';
}
.standText {
	min-height: 100px;
	width: 95%;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	position: relative;
	font-size: 14px;
    line-height: 1.7;
	/* top: 50px; */
	transition: margin-top .7s;
}
.standButton {
	font-family: 'Montserrat';
	width: 95%;
	margin: 0 auto;
	display: block;
	margin-top: 15px;
    margin-bottom: 15px;
	position: relative;
	/* top: -25px; */
	opacity: 0;
	transition: opacity .5s;
	transition-delay: .7s;
}
.standButton a {
	color: #fafafa;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	padding: 8px 30px;
	border: solid 2px #fafafa;
	border-radius: 50px;
}
@media screen and (max-width: 991px) {
	#stand1 {
		border-right-color: #ffffff;
		border-right-style: solid;
		border-right-width: 2.5px;
		border-bottom-color: #ffffff;
		border-bottom-style: solid;
		border-bottom-width: 2.5px;
	}
	#stand2 {
		border-left-color: #ffffff;
		border-left-style: solid;
		border-left-width: 2.5px;
		border-bottom-color: #ffffff;
		border-bottom-style: solid;
		border-bottom-width: 2.5px;
		border-right-width: 0px !important;
	}
	#stand3 {
		border-right-color: #ffffff;
		border-right-style: solid;
		border-right-width: 2.5px;
		border-top-color: #ffffff;
		border-top-style: solid;
		border-top-width: 2.5px;
		border-left-style: 0px !important;
	}
	#stand4 {
		border-left-color: #ffffff;
		border-left-style: solid;
		border-left-width: 2.5px;
		border-top-color: #ffffff;
		border-top-style: solid;
		border-top-width: 2.5px;
	}
	.standSection:hover {
		border-top-width: 0px !important;
		border-right-width: 0px !important;
		border-bottom-width: 0px !important;
		border-left-width: 0px !important;
	}
	.standButton {
		font-family: 'Montserrat';
		width: 90%;
		margin: 0 auto;
		display: block;
		margin-top: 75px;
		margin-bottom: 50px;
		position: relative;
		top: -25px;
		opacity: 0;
		transition: opacity .5s;
		transition-delay: .7s;
	}
	.standButton {
		opacity: 1;
	}
	.standButton a {
		color: #0D5B81;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 18px;
		line-height: 1.5;
/* 		padding: 12px 45px; */
		border: solid 2px #0D5B81;
		border-radius: 50px;
	}
	.storeNav ul {
		flex-direction: column !important;
	}
	.storeNav li a[href=''] {
		display: none;
	}
}
@media screen and (max-width: 575px) {
	#stand1 {
		border-right-width: 0px;
		border-bottom-color: #ffffff;
		border-bottom-style: solid;
		border-bottom-width: 2.5px;
	}
	#stand2 {
		border-left-width: 0px;
		border-bottom-color: #ffffff;
		border-bottom-style: solid;
		border-bottom-width: 2.5px;
		border-top-color: #ffffff;
		border-top-style: solid;
		border-top-width: 2.5px;
		border-right-width: 0px !important;
	}
	#stand3 {
		border-right-width: 0px;
		border-top-color: #ffffff;
		border-top-style: solid;
		border-top-width: 2.5px;
		border-bottom-color: #ffffff;
		border-bottom-style: solid;
		border-bottom-width: 2.5px;
		border-left-style: 0px !important;
	}
	#stand4 {
		border-left-width: 0px;
		border-top-color: #ffffff;
		border-top-style: solid;
		border-top-width: 2.5px;
	}
	.featured-links p a {
		display: block;
		margin: 0 auto;
		max-width: 50%;
	}
	.relatedPageNav ul{
		list-style: none;
		display: block;
		padding: 45px 0px;
		margin-bottom: 0px;
	}
}
.standSection:hover>.standImage {
	margin-top: 35px;
	margin-bottom: -10px;
}
.standSection:hover>.standHeader {
	margin-top: 30px;
}
.standSection:hover>.standtext {
	margin-top: 30px;
}
.standSection:hover>.standButton {
	opacity: 1;
}
.standSection:hover>.standButton a {
	color: #ffffff;
	border: solid 2px #ffffff;
	margin-bottom: 50px;
}
#heartbeat {
	background-image: url("https://www.ncll.org/images/page_images/heartbeatBlue.png");
}
#book {
	background-image: url("https://www.ncll.org/images/page_images/bookBlue.png");
}
#church {
	background-image: url("https://www.ncll.org/images/page_images/churchBlue.png");
}
#church2 {
	background-image: url("https://www.ncll.org/images/page_images/churchBlue.png");
}
.resources-products .starimg {
	margin-bottom: 50px;
}
.resources-products h3 {
	font-family: 'Montserrat';
	font-size: 15px;
	color: #041E29;
	font-weight: bold;
	text-transform: uppercase;
	font-style:	italic;
}
.resources-products p {
	font-family: 'Raleway';
	font-size: 13px;
	color: #616161;
	line-height: 1.5;
}
.resources-products .featured-links {
	text-align: left;
}
.resources-products .featured-links a:hover {
	background: #28618D;
	color: #fff;
}
.resources-products .featured-links a:hover i{
	color: #fff;
}
.resources-products .featured-links a {
	color: #5b5b5b;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Montserrat';
	padding: 15px 30px;
	background-color: #F5F5F5;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 20px;
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.resources-products .featured-links i {
	color: #5b5b5b;
	font-size: 13px;
	font-weight: bold;
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.seminars-banner {
	/* background: url(../images/bg-image.png) no-repeat center center; */
	background: url(../images/banners/seminarBlueBG4.jpg) no-repeat center center #296086;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	outline: 1px solid #0d6a96;
	padding: 20px 0px;
}
.seminars-banner p, .seminars-banner a, .seminars-banner h1, .seminars-banner h2, .seminars-banner h3 {
	color: #fff;
}
.featured-seminar object {
	margin-top: 60px;
	margin-bottom: 30px;
	max-width: 100%;
}
.featured-seminar h1 {
	text-transform: uppercase;
	text-align: center;
	font-family: 'Montserrat';
	width: 100%;
	font-size: 110px;
	margin: 0;
	margin-top: 25px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
	.featured-seminar h1 {
		font-size: 5.8em;
		margin-left: -10px;
	}
	.featured-seminar {
		padding-left: 0;
	}
}
.featured-seminar h2 {
	text-transform: uppercase;
	text-align: center;
	font-family: 'Montserrat';
	width: 100%;
	font-size: 65px;
	margin: 0;
	margin-top: -20px;
}
.featured-seminar h3 {
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-size: 35px;
	margin: 0;
	margin-bottom: 20px;
}
.legal h2 {
	text-align: center;
	margin-top: 120px;
	color: #616161;
}
	
.legal img {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 15px;
	border-radius: 5px 5px 0 0;
}
.legalBox .inner {
	background-color: #F7F7F7;
	height: 100%;
	border-radius: 0 0 5px 5px;
}
.legalBox img {
	border-bottom: 5px solid #fff;
	height: 230px;
    object-fit: cover;
    width: 100%;
}
.legalText {
	padding: 0px 20px 20px;
	color: #041E29;
	min-height: 200px;
}
.legalCategory {
	color: #006291;
	font-weight: 400;
	font-family: 'Montserrat';
	font-size: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.legalTitle {
	font-weight: 600;
	font-family: 'Montserrat';
	font-size: 17px;
	margin-bottom: 10px;
}
.legalDate {
	font-size: 13px;
    margin-top: -5px;
    font-style: oblique;
    margin-bottom: 10px;
    color: #797979;
}
.legalTitle a {
	color: #041E29;
}
.legalCopy {
	font-weight: 400;
	font-family: 'Raleway';
	font-size: 16px;
	margin-bottom: 10px;
	color: #616161;
}
.legalLink a {
	font-weight: 500;
	font-family: 'Montserrat';
	font-size: 15px;
	color: #006291;
}
.legalLink a i {
	font-size: 16px;
	color: #006291;
}
.legal .viewAllNews {
	text-transform: uppercase;
	text-align: right;
	color: #006291;
	margin: 60px 0px 30px 0px;
}
.legal .viewAllNews a {
	text-transform: uppercase;
	text-align: right;
	color: #006291;
	margin: 30px 0px;
}
#displayLink {
	font-size: 16px;
	color: #616161;
	/* visibility: hidden;
  opacity: 0;
  transition: visibility .3s, opacity 0.3s ease-in-out; */
}
/* .legal .viewAllNews a:hover > .displayLink{
  visibility: visible;
  opacity: 1;
} */

.close {
	text-shadow: none;
	transition: transform .1s linear;
}
.close:hover {
	color: #006291 !important;
	transform: scale(1.2);
}
.vertical-alignment-helper {
	display: table;
	height: 100%;
	width: 100%;
	pointer-events: none;
	/* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
	/* To center vertically */
	display: table-cell;
	vertical-align: middle;
	pointer-events: none;
}
.modal-content {
	/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	width: inherit;
	max-width: inherit;
	/* For Bootstrap 4 - to avoid the modal window stretching full width */
	height: inherit;
	/* To center horizontally */
	margin: 0 auto;
	pointer-events: all;
}
img {
	max-width: 100%;
}
.moreVideos {
	font-family: 'Montserrat';
	width: 90%;
	margin: 0 auto;
	display: block;
	margin-top: 25px;
	/* margin-bottom: 50px; */
	position: relative;
	top: -25px;
}
.moreVideos a {
	color: #6B6B6B;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	padding: 12px 45px;
	border: solid 2px #6B6B6B;
	border-radius: 50px;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%;
}
@media screen and (max-width: 1200px) {
	.moreVideos a {
		color: #6B6B6B;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 18px;
		line-height: 1.5;
		padding: 12px 36px;
		border: solid 2px #6B6B6B;
		border-radius: 50px;
		text-align: center;
		margin: 0 auto;
		display: block;
		width: 100%;
	}
}
/*****************
ROTM Download Form
*****************/

.resource-form {
	padding: 65px 0 70px;
	background: #ffffff;
	;
}
.resource-form h2 {
	color: #045A83;
	text-align: center;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 36px;
	font-family: 'Raleway';
	font-weight: 400;
}


.resource-form .freeform-row .freeform-column {
	padding: 0px 0;
}
.resource-form input[type="text"], .resource-form input[type="email"] {
	width: 100%;
	display: block;
	padding: 10px 10px;
	color: #616161;
	text-align: left;
	outline: none;
	border: 1px solid #28618D;
	border-radius: 5px;
	margin: 15px 0px;
}
.resource-form input[type="text"]:focus, .resource-form input[type="email"]:focus {
	outline: none;
}
.resource-form input[type="text"]::placeholder, .resource-form input[type="email"]::placeholder {
	color: #616161;
	text-align: left;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 13px;
}
.resource-form input[type="text"]::-moz-placeholder, .resource-form input[type="email"]::-moz-placeholder {
	color: #616161;
	text-align: left;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 13px;
}
.resource-form input[type="text"]:-ms-input-placeholder, .resource-form input[type="email"]:-ms-input-placeholder {
	color: #616161;
	text-align: left;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 13px;
}
.resource-form input[type="text"]::-moz-placeholder, .resource-form input[type="email"]::-moz-placeholder {
	color: #616161;
	text-align: left;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 13px;
}
.resource-form input[type="text"]::-webkit-input-placeholder, .resource-form input[type="email"]::-webkit-input-placeholder {
	color: #616161;
	text-align: left;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 13px;
}
.resource-form input[type="submit"] {
	width: 100%;
	background: #0C6691;
	color: #ffffff;
	border-radius: 5px;
	font-size: 13px;
	font-family: 'Raleway';
	font-weight: 400;
	padding: 12px 0px;
	margin: 15px 0px;
	cursor: pointer;
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.resource-form input[type="submit"]:hover {
	background: #ffffff;
	color: #28618D;
	border: 1px solid #28618D;
}

.resource-form input[type="submit"] {
	width: 100%;
	background: #0C6691;
	color: #ffffff;
	border-radius: 5px;
	font-size: 13px;
	font-family: 'Raleway';
	font-weight: 400;
	padding: 12px 0px;
	margin: 15px 0px;
	cursor: pointer;
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.resource-form input[type="submit"]:hover {
	background: #ffffff;
	color: #28618D;
	border: 1px solid #28618D;
}

.rotm-archive {
	background-color: #fafafa;
	border-radius: 3px;
	margin: 40px 0 15px 0; padding-top: 10px;
}

.rotm-archive a:hover {
	text-decoration: underline !important;
}

.contact-form button {
	width: 100%;
	background: #0C6691;
	color: #ffffff;
	border-radius: 5px;
	font-size: 13px;
	font-family: 'Raleway';
	font-weight: 400;
	padding: 12px 0px;
	margin: 15px 0px;
	cursor: pointer;
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.contact-form button:hover {
	background: #ffffff;
	color: #28618D;
	border: 1px solid #28618D;
}

.contact-form select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #616161;
	}
.contact-form select::-moz-placeholder { /* Firefox 19+ */
	  color: #616161;
	}
.contact-form select:-ms-input-placeholder { /* IE 10+ */
	  color: #616161;
	}
.contact-form select:-moz-placeholder { /* Firefox 18- */
	  color: #616161;
	}
}
.location {
	font-weight: 400;
}






/**************
Stay Connected
**************/

.stay-connected {
	padding: 65px 0 70px;
	background: linear-gradient(to right, #f7f7f7 0%, #eeeeee 100%);
	;
}
.stay-connected h2 {
	color: #045A83;
	text-align: center;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 36px;
	font-family: 'Raleway';
	font-weight: 400;
}
.stay-connected p {
	color: #616161;
	text-align: center;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 80%;
}
.stay-connected input[type="text"], .stay-connected input[type="email"] {
	width: 100%;
	display: block;
	padding: 10px 10px;
	color: #616161;
	text-align: left;
	outline: none;
	border: 0;
	border-radius: 5px;
	margin: 15px 0px;
}
.stay-connected input[type="text"]:focus, .stay-connected input[type="email"]:focus {
	outline: none;
}
.stay-connected input[type="text"]::placeholder, .stay-connected input[type="email"]::placeholder {
	color: #616161;
	text-align: left;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 13px;
}
.stay-connected input[type="text"]::-moz-placeholder, .stay-connected input[type="email"]::-moz-placeholder {
	color: #616161;
	text-align: left;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 13px;
}
.stay-connected input[type="text"]:-ms-input-placeholder, .stay-connected input[type="email"]:-ms-input-placeholder {
	color: #616161;
	text-align: left;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 13px;
}
.stay-connected input[type="text"]::-moz-placeholder, .stay-connected input[type="email"]::-moz-placeholder {
	color: #616161;
	text-align: left;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 13px;
}
.stay-connected input[type="text"]::-webkit-input-placeholder, .stay-connected input[type="email"]::-webkit-input-placeholder {
	color: #616161;
	text-align: left;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 13px;
}
.stay-connected input[type="submit"] {
	width: 100%;
	background: #0C6691;
	color: #ffffff;
	border-radius: 5px;
	font-size: 13px;
	font-family: 'Raleway';
	font-weight: 400;
	padding: 12px 0px;
	margin: 15px 0px;
	cursor: pointer;
}
.fancy {
	line-height: 0.5;
	text-align: center;
}
.fancy span {
	display: inline-block;
	position: relative;
}
.fancy span:before, .fancy span:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 3px solid white;
	top: 0;
	width: 140px;
}
.fancy span:before {
	right: 100%;
	top: 9px;
	margin-right: 15px;
}
.fancy span:after {
	left: 100%;
	top: 9px;
	margin-left: 15px;
}
.featured-seminar p {
	font-family: 'Raleway';
	font-size: 14px;
	font-weight: 400;
}
.featured-seminar a {
	font-weight: bold;
	font-family: 'Raleway';
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 15px 9px 15px;
	border: 1px solid #fff;
	text-align: center;
	margin: 0 auto;
/* 	margin-right: 20px; */
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-radius: 3px;
}
.featured-seminar .linkButton {
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.featured-seminar a:hover {
	color: #045479;
	background: #fff;
}
.more-seminars {
	background: rgba(4, 94, 136, .9);
	padding: 50px 20px;
	box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.1), -12px 0 8px -4px rgba(0, 0, 0, 0.1);
}
.more-seminars a {
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.top-extender {
	background: rgba(4, 94, 136, .8);
	padding: 50px 20px;
	box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.1), -12px 0 8px -4px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	padding: 0;
	height: 30px;
}
.bottom-extender {
	background: rgba(4, 94, 136, .8);
	padding: 50px 20px;
	box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.1), -12px 0 8px -4px rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	padding: 0;
	height: 30px;
}
@media screen and (max-width: 768px) {
	.more-seminars {
		margin-top: 20px;
	}
	.bottom-extender, .top-extender {
		display: none;
	}
	.featured-seminar .linkButton {
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
	}
}
.more-seminars ul, .more-seminars li {
	list-style-type: none;
	text-align: center;
	padding: 0;
}
.more-seminars ul {
	padding-top: 20px;
}
.more-seminars .upcoming-seminar-date-city {
	font-family: 'Raleway';
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}
.more-seminars .upcoming-seminar-addresslineone {
	font-family: 'Raleway';
	font-size: 14px;
	font-weight: bold;
}
.more-seminars .upcoming-seminar-addresslinetwo {
	font-family: 'Raleway';
	font-size: 14px;
}
.more-seminars .upcoming-seminar-addresslinethree {
	font-family: 'Raleway';
	font-size: 14px;
	margin-bottom: 10px;
}
.more-seminars li a {
	font-weight: bold;
}

.seminar-schedule-left{
	white-space: nowrap;
	margin-right: 0px !important;
}

.seminar-schedule-right{
	white-space: nowrap;
	margin-left: 15px !important;
}

.more-seminars .seminar-schedule {
	font-family: 'Raleway';
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 10px;
	border: 1px solid #fff;
	text-align: center;
	margin: 25px auto;
	display: block;
	max-width: 55%;
	border-radius: 3px;
}
.more-seminars .seminar-schedule:hover {
	color: #045479;
	background: #fff;
}
.more-seminars hr {
	width: 40%;
	border: 0;
	border-bottom: 1px solid #034c6d;
	margin-bottom: 5px;
	margin-top: 25px;
}
.featured-videos {
	margin: 50px auto;
	padding-bottom: 50px;
	margin-bottom: 0px;
}
.form-control { max-width: 100%; }
.featured-videos .row {
	margin-top: 25px;
}
.featured-videos .featured-main-video {
	margin-top: 10px;
}
.featured-videos .content .cause {
	border: 3px solid #eeeeee;
	border-radius: 5px;
}
.featured-videos .featured-video-secondary img {
	border: 6px solid #eeeeee;
	border-radius: 5px;
	width: 100%;
}
.featured-videos .featured-video-secondary h3 {
	margin-top: 0;
}
.featured-videos h3 {
	text-transform: uppercase;
	font-family: 'Montserrat';
	color: #333333;
	font-size: 20px;
}
.featured-videos p {
	font-family: 'Raleway';
	font-size: 14px;
	color: #555555;
	font-weight: bold;
	margin-top: 10px;
}
.fs-video {
	position: relative;
}
.fs-video a {
	outline: none;
	display: block;
	margin: 0 auto;
	width: 100%;
}
.featured-videos span {
    position: absolute;
    /* top: 33%; */
    /* left: 44%; */
    z-index: 1;
    width: 50px;
    height: 35px;
    background: url(../images/yt-play-btn.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* position: absolute; */
    top: 40%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.featured-videos span:hover {
	background: url(../images/yt-play-btn-red.png) no-repeat center center;
	background-size: cover;
}
.featured-videos {
	/* background: url(../images/videos-bg.png) no-repeat right center;
	background-position: 100% 100%;
	background-size: 100% 275px; */
	background-color: #FCFCFC;
}
.featured-videos h2 {
	padding-top: 50px;
	color: #616161;
}
@media screen and (max-width: 768px) {
	.featured-videos img {
		margin: 0 auto;
	}
	.featured-videos {
		text-align: center;
	}
}
.alerts h2 {
	border-bottom: 1px solid #D1D1D1;
	box-shadow: 0 1px 0 #FFFFFF;
	color: #345684;
	text-shadow: 1px 1px 0 #FFFFFF;
	margin-bottom: 20px;
}
.alerts h3 {
	border-bottom: 1px solid #D1D1D1;
	box-shadow: 0 1px 0 #FFFFFF;
	color: #345684;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.alerts .image-left {
	float: left;
	max-width: 33%;
	margin: 0px 20px 20px 0px;
}
.alerts .image-right {
	float: right;
	max-width: 33%;
	margin: 0px 0px 20px 20px;
}
.alerts .image-center {
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
	max-width: 50%;
}
.alerts .image-full {
	width: 100%;
	margin: 20px 0px;
}
.image-left {
	float: left;
	max-width: 33%;
	margin: 0px 20px 20px 0px;
}
.image-right {
	float: right;
	max-width: 33%;
	margin: 0px 0px 20px 20px;
}
.image-center {
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
	max-width: 50%;
}
.image-full {
	width: 100%;
	margin: 20px 0px;
}

@media screen and (max-width: 768px) {
	.image-left {
		float: none;
		max-width: 100% !important;
		margin: 0px auto 20px auto;
		display: block;
	}
	.image-right {
		float: none;
		max-width: 100% !important;
		margin: 0px auto 20px auto;
		display: block;
	}
	.image-center {
		margin: 0 auto;
		display: block;
		margin-bottom: 20px;
		max-width: 100%;
	}
}

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

/*! Entry Elements */

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

.alerts blockquote {
	margin: 0 0 1rem 1rem;
	font-style: italic;
}
blockquote {
	margin: 0 0 1rem 1rem;
}
h6 {
	margin: 0 auto;
	display: block;
	text-align: center;
}
.scheduleofevents .description {
	margin-bottom: 1rem;
}
.scheduleofevents a:hover {
	text-decoration: underline !important;
}
.btn-primary {
    color: #fff;
    background-color: #28618D;
    border-color: #28618D;
}
.btn-primary:hover {
    color: #28618D;
    background-color: #ffffff;
    border-color: #28618D;
}
.banner .entry {
	font-weight: 600;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .4em;
    vertical-align: .255em;
    content: "";
    border-top: .25em solid;
    border-right: .25em solid transparent;
    border-bottom: 0;
    border-left: .25em solid transparent;
}

.jp-card { min-width: 100% !important; }

@media screen and (min-width: 991px) {
  .card-wrapper-monthly { padding-top: 40px; }
  .card-wrapper-annual { padding-top: 40px; }

}

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

/*! Search Results */

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

.results {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.resultsDesc {
	margin: 15px 0px;
	font-style: italic;
	font-size: 14px;
	font-weight: 300;
	color: #616161;
}
.resultsDesc a{
	margin: 15px 0px;
	font-style: italic;
	font-size: 14px;
	font-weight: 300;
	color: #616161;
}

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

/*! Product Search Results */

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

.shop-list-img img{
	margin: 0 auto;
	max-width: 100%;
	display: block;
}

.shop-product-img img{
	max-width: 100%;
	display: block;
}
.productDescription p{
	margin: 45px 0 0 0;
}


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

/*! Partner Button Elements */

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

.partnerLink {
	padding: 12px 65px 12px 30px;
	background-color: #2E6389;
	color: #ffffff;
	border-radius: 5px;
	border: 2px solid #2E6389;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	position: relative;
}

.partnerLink:hover {
	padding: 12px 65px 12px 30px;
	background-color: #1e3142;
	color: white;
}

.partnerLink i {
	position: absolute;
    top: 0px;
    right: 0px;
    padding: 14px;
    background: #224865;
    border-radius: 0px 3px 5px 3px;
}


.background {
  padding: 0 25px 25px;
  position: relative;
  width: 100%;
}

.background::after {
  content: '';
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #f6f6f6 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 );
  height: 350px;
  left: 0;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 1;
}

@media (min-width: 900px) {
  .background {
    padding: 0 0 25px;
  }
}

.panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 0px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.05), 0px 10px 31px 0px rgba(0, 0, 0, 0.04), 0px 0px 10px 0px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .pricing-table {
    flex-direction: row;
  }
}

.pricing-table * {
  text-align: center;
  text-transform: uppercase;
}

.pricing-plan {
  border-bottom: 1px solid #f1f1f1;
  padding: 25px;
}

.pricing-plan:last-child {
  border-bottom: none;
}

@media (min-width: 900px) {
  .pricing-plan {
    border-bottom: none;
    border-right: 1px solid #f1f1f1;
    flex-basis: 100%;
    padding: 10px 50px;
    margin: 15px 0px;
  }

  .pricing-plan:last-child {
    border-right: none;
  }
}

.pricing-img {
  margin-bottom: 25px;
  max-width: 100%;
}

.pricing-header {
  color: #1a1a1a;
  font-weight: 600;
  letter-spacing: .6px;
  font-size: 18px;
  margin-bottom: 5px;
}

.pricing-header strong {
  color: #55B1DC;
}

.pricing-features {
    color: #525252;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0 0px;
    padding: 0px 10px;
    list-style: none;
}

.pricing-features-item {
    border-top: 1px solid #f1f1f1;
    font-size: 14px;
    line-height: 1.5;
    word-spacing: 0;
    padding: 12px 10px;
    letter-spacing: .5px;
    text-transform: initial !important;
}

.pricing-features-item:first-child {
	border-top: 0px;
}

.pricing-features-item:last-child {
  border-bottom: 0px solid #f1f1f1;
}

.pricing-price {
  color: #a7a7a7;
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: initial;
}

.pricing-button {
    border: 1px solid #27b4e3;
    border-radius: 50px;
    color: #2ab2e1;
    display: inline-block;
    margin: 25px 0;
    padding: 8px 35px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #55B1DC;
  color: white;
}

.pricing-button.is-featured {
  background-color: #55B1DC;
  color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background-color: #55B1DC;
  color: white;
}

.nav-pills {
	display: inline-flex;
	border: 1px solid #27b4e2;
	border-radius: 300px;
	overflow: hidden;
}

.partner-tabs { text-align: center; padding: 30px 0px 40px; }
.partner-tabs .tab-content { padding-top: 20px; }

.partner-tabs .tab-content form * { text-align: left; }
.partner-tabs .tab-content form label { font-size: 13px; }

.partner-tabs .tab-content form input, .partner-tabs .tab-content form textarea, .partner-tabs .tab-content form select {
	border: 1px solid #80808030;
    background: #f6f6f600;
    border-radius: 2px;
    font-size: 15px;
    font-family: 'Montserrat','Verdana', Arial, sans-serif;
    text-transform: initial;
}

select.form-control:not([size]):not([multiple]) { font-size: 13px; }

.partner-tabs .tab-content form .submit {
	border: 1px solid #27b4e3;
    border-radius: 50px;
    color: #2ab2e1;
    display: inline-block;
    margin: 25px 0;
    padding: 8px 35px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: center;
    display: inline-block;
    background-color: #55B1DC;
    color: #fff;
    font-size: 17px;
    width: auto;
    margin-top: 0px;
}

.partner-tabs .tab-content form .submit-align-center {
	text-align: center;
}

.partner-tabs .starimg { max-width: 45px; margin-top: 7px; margin-bottom: -10px; }

.pill-link {
    display: block;
    padding: .5rem 2rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #55B1DC;
    position: relative;
    z-index: 10;
}

.pill-link:hover {
	background-image: url(../images/navbarBackground.jpg);
	color: white;
	box-shadow: 0px 0px 10px #00000030;
	position: relative;
	z-index: 100;
}

.pill-link.active {
	background-image: url(../images/navbarBackground.jpg);
	color: white;
	box-shadow: 0px 0px 10px #00000030;
	background-color: #56B2DD;
}

.pill-link.active:hover {
	box-shadow: 0px;
}

.pill-link.active {

}

@media screen and (max-width: 500px) {
 .nav-pills li { width: 100%; text-align: center; }
 .nav-pills a { text-align: center; }
 .nav-pills { border-radius: 3px; max-width: 80%; }
}

.back-text {
	display: block;
    font-size: 12px;
    text-decoration: underline;
    color: #888888;
    margin-top: 10px;
}

.form-heading {
	padding: 6px 12px 5px;
	background: #f6f6f6;
	color: #1a1a1a;
	margin-bottom: 10px;
	border-radius: 3px;
	font-weight: 600;
	margin-top: 10px;
	font-family: 'Montserrat','Verdana', Arial, sans-serif;
	margin: 13px -12px;
}

label small { margin-bottom: -3px; display: inline-block; }

.mt10 { margin-top: 10px; }

.partner-tabs .fa-lock {
	margin-top: 3px;
	color: #2e2e2e;
	float: right;
}

.amount label, .amount-custom {
    background-color: #efefef;
    color: #fff;
    font-family: 'Montserrat','Verdana', Arial, sans-serif;
    font-size: 25px !important;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    padding: 16px 0px;
    margin-bottom: 0px;
    margin-top: 15px;
    display: block;
    width: 100%;
    text-align: center !important;
    line-height: 1.2;
    border: 0px;
    color: #757575;
}

.amount label.active {
    background-color: #55B1DC;
    color: white;
}

.amount-custom.active {
    background-color: #55B1DC !important;
    color: white;
}

.amount-custom:focus { outline: none; }

.amount-custom.active::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.amount-custom.active::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.amount-custom.active:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.amount-custom.active:-moz-placeholder { /* Firefox 18- */
  color: white;
}

.amount label + input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
}

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

/*! Store Product Page Elements */

/************************************/
.store h2 {
	text-transform: capitalize;
	margin: 15px 0px;
	color: #28618D;
}
.add-to-cart-form > button  {
	padding: 12px 30px;
	background-color: #2E6389;
	color: #ffffff;
	border-radius: 5px;
	border: 2px solid #2E6389;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	position: relative;
	text-align: center;
	margin: 20px 0px 40px;
}

.add-to-cart-form > button:hover {
	padding: 12px 30px;
	background-color: #1e3142;
	color: white;
}
.productPageProdTitle {
	font-weight: bold;
}
.productPageProdSku {
	color: #616161;
	font-size: 14px;
}
.productPageProdPrice {

}
.productPageProdQty {

}
.productPageProdDesc p {
	margin: 0px;
}
.add-to-cart-form input[name="qty"] {
	max-width: 10%;
	border-radius: 5px;
	border: 1px solid #28618D;
	text-align: center;
}
.add-to-cart-form input[name="qty"] {
	max-width: 10%;
	border: 1px solid #80808030;
	background: #f6f6f600;
	border-radius: 2px;
	font-size: 15px;
	font-family: 'Montserrat','Verdana', Arial, sans-serif;
	text-transform: initial;
}

select.purchasableId{
	height: calc(2.25rem + 2px);
	font-family: 'Montserrat','Verdana', Arial, sans-serif;
	color: #616161;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	max-width: 50%;
	margin: 20px 20px 0px 0px;
}
select[name="options[giftWrapped]"] {
	height: calc(2.25rem + 2px);
	font-family: 'Montserrat','Verdana', Arial, sans-serif;
	color: #616161;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	max-width: 50%;
}

.product {
	margin-top: 20px;
}
.store h5 {
	margin: 20px 0px;
	font-size: 18px;
}
.hidden {
	display: none;
}
.storeNav.checkoutNav ul{
	justify-content: center;
}
.storeNav {
	background-color: rgba(232, 232, 232, 0.2);
	box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.05);
	border-top: 2px solid #376089;
}
.storeNav ul{
	list-style: none;
	display: flex;
	flex-direction: row;
	padding: 0px 0px;
	margin-bottom: 0px;
	margin-top: -2px;
	flex-wrap: wrap;
}
.storeNav li {
	display: block;
	margin-right: 5px;
	float: left;
	position: relative;
}
.storeNav li span{
    position: absolute;
    top: 8px;
    right: 0px;
    padding: 5px 7px;
    background-color: #28618D;
    line-height: 1;
    border-radius: 50%;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}
.storeNav li a {
	padding: 18px 27px 18px !important;
	display: inline-block;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;

}
.fas.fa-shopping-cart {
	font-size:	18px;
}

.storeNav li a:hover {
	border-top: 4px solid rgba(255, 255, 255, 0.2);
	background: white;
	box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.08);
	border-radius: 3px 3px 0px 0px;
	margin-top: -2px;
}
.storeNav li a[href='']:hover {
	border-top: unset !important;
	background: unset !important;
	box-shadow: unset !important;
	border-radius: unset !important;
	margin-top: unset !important;
	cursor: default;
}

.storeNav li.active a {
	border-top: 4px solid rgba(255, 255, 255, 0.2);
	background: white;
	box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.06);
	border-radius: 3px 3px 0px 0px;
	margin-top: -2px;
}
.productHover {
	min-height: 200px;
	position: relative;
	transition: .1s ease-in-out;
}
.hoverCover {
	background-color: RGBA(77, 79, 85, .5);
	width: 100%;
	min-height: 220px;
	opacity: 0;
	transition: .1s ease-in-out;
}
.videosHoverCover{
	border-radius: 50%;
}
.productHover:hover {
	box-shadow: inset 0px 0px 100px RGBA(77, 79, 85, 1.00);
}
.videosProductHover:hover {
	box-shadow: unset;
}
.booksProductHover{
	min-height: 350px;
}
.booksProductHover .hoverCover{
	min-height: 350px;
}
.productHover:hover .hoverIcons {
	opacity: 100;
}
.productHover:hover .iSurround {
	opacity: 100;
}
.productHover:hover > .hoverCover {
	opacity: 100;
}
.hoverIcons {
	display: flex;
	justify-content: space-evenly;
	position: absolute;
	bottom: 30%;
	width: 100%;
	height: 60px;
	opacity: 0;
	transition: .2s ease-in-out;
	line-height: 60px;
	text-align: center;
	padding: 0px 20%;
}
.hoverIcons i {
	font-size: 25px;
	color: #ffffff;
	margin: 0 auto;
	line-height: 1;
	padding: 17px 18px;
}
i.fa-cart-arrow-down {
	padding: 17px 17px 17px 13px;
}
.iSurround {
	height: 60px;
	width: 60px;
	opacity: 0;

	line-height: 60px;
}
.hoverIcons i:hover{
	color: #4D4F55;
	background-color: #ffffff;
	border-radius: 50%;
	opacity: 100;
}
.addAllForm #addAll{
	display: block;
	margin: 20px -15px 40px;
}
.listing .col-md-3 {
	margin-bottom: 30px;
}
.listing:first-child {
	margin-top: 45px;
}
.listing:last-child {
	margin-bottom: 15px;
}
#addAll {
	padding: 12px 30px;
	background-color: #2E6389;
	color: #ffffff;
	border-radius: 5px;
	border: 2px solid #2E6389;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	position: relative;
	text-align: center;
	margin: 20px 0px 40px;
}

#addAll:hover {
	padding: 12px 30px;
	background-color: #1e3142;
	color: white;
}
.checkout-header {
	margin-bottom: 0px !important;
}
.checkout-header h1 {
    color: #28618D !important;
    font-family: Raleway, sans-serif;
}
.header-row .flash {
    color: #28618D !important;
}
.previousPurchase {
	text-align: center;
	background: rgba(232, 232, 232, 0.2);
/* 	background: linear-gradient(to right, #ffffff 0%,#f7f7f7 33%,#f7f7f7 66%,#ffffff 100%); */
	padding: 15px 0px;
/* 	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1411764705882353); */
	margin:25px 0px;
	border-radius: 5px;
}
.previousPurchase strong{
	padding: 10px 0px;
}
.address-card {
	margin: 10px 0px;
/* 	max-width: 95%; */
	background-color: #ffffff !important;
}
.address-card-internal {
	background-color: #f6f6f6;
	margin: 0 auto;
}

.edit-address-button  {
	padding: 12px 30px;
	background-color: #2E6389 !important;
	color: #ffffff;
	border-radius: 5px;
	border: 2px solid #2E6389;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	position: relative;
	text-align: center;
	margin: 20px 20px 0px;
	width: 50%;
}
.edit-address-button> a {
	color: white !important;
}
.edit-address-button:hover {
	background-color: #1e3142 !important;
	color: white !important;
}
.edit-address-button:hover > a {
	color: white !important;
}
.address-card form > input[type='submit']  {
	padding: 12px 30px;
	background-color: #2E6389 !important;
	color: #ffffff;
	border-radius: 5px;
	border: 2px solid #2E6389;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	position: relative;
	text-align: center;
	margin: 20px 20px 40px;
	width: 50%;
}

.address-card form > input[type='submit']:hover {
	padding: 12px 30px;
	background-color: #1e3142 !important;
	color: white !important;
}
.address-data {
	margin: 10px 10px 5px;
}
.address-data ul li {
	font-family: 'Montserrat','Verdana', Arial, sans-serif;
}
.address-data span {
	font-family: 'Montserrat','Verdana', Arial, sans-serif;
}
.address-data div {
	font-family: 'Montserrat','Verdana', Arial, sans-serif;
}
.isPrimary{
	font-size: 14px;
    font-style: italic;
    padding:0 0 15px 15px;
}
.accountOrders {
	margin-bottom: 45px;
}

.defaultThumbnail {
	max-height: 303px;
	display: block;
	margin: 0 auto;
	background: #fafafa;
	padding: 65px;
	border-radius: 5px;
}
h5 {
	margin: 20px 0px 0px;
}
.account h2 {
	font-family: 'Montserrat', sans-serif;
	color: #28618D;
	font-size: 32px;
	text-transform: uppercase;
	margin: 25px 0;
}
#editAddress {
	margin: 25px 0;
	padding: 7px 25px;
	display: inline-block;
}
#emptyCartMessage {
	margin: 45px 0;
}
.choose-address-card h5 {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.choose-address-card {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.cart-page .product-row-headers {
	border-radius: 5px;
}
.shippingContainer h5 {
	width: 100%;
    display: block;
    background: #0a5073;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.addrCheckboxes {
	margin: 15px 0;
}
.choose-address-card ul {
	margin-top: 15px;
}
.address-card h5 {
	width: 100%;
    display: block;
    background: #0a5073;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.radio {
	position: relative;
	padding-left: 0px;
}

.radio input[type="radio"]{
	position: absolute;
    left: 15px;
    top: 12px;
}
.radio h5 {
	width: 100%;
    display: block;
    background: #0a5073;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin: 0px;
    border-radius: 5px;
}
.review-card h5 {
	width: 100%;
    display: block;
    background: #0a5073;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.review-card ul li, .address-card ul li, .choose-address-card ul li, .order-page .order-address ul li {
	margin-bottom: 0px !important;
}
.shipping-select {
	margin-left: 15px;
}
.address-card {
	background: #f6f6f6 !important;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.review-card {
	background: #f6f6f6 !important;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.shippingContainer {
	background: #f6f6f6 !important;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.shippingContainer input[type="submit"] {
	margin: 15px 0 0 15px;
}
.shippingContainer form {
	padding-bottom: 15px;
}
.shippingContainer p {
	margin-bottom: 0px;
}
#gateway {
	margin: 15px 0 0 0;
}
#paymentForm input[type="text"], #paymentForm input[type="tel"], .order-total input[type="text"], .addressBox.address-form.shippingAddress input[type="text"], .addressBox.address-form.billingAddress input[type="text"], .login input[type="text"],  .login input[type="password"] {
	border: 1px solid #80808030;
	background: #f6f6f600;
	border-radius: 2px;
	font-size: 15px;
	font-family: 'Montserrat','Verdana', Arial, sans-serif;
	text-transform: initial;
	padding: .375rem .75rem;
}

.login input {
	margin-bottom: 5px;
}

.login h3 { margin-top: 40px; margin-bottom: 20px; }

.address-select .radio strong {
    font-family: 'Montserrat','Verdana', Arial, sans-serif;
    font-size: 1.25rem;
}
.address-select h5 {
	padding: 10px 45px !important;
	text-align: left !important;
}
.address-select .edit {
	max-width: 160px;
	margin-left: 20px;
	position: absolute;
	top: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 10px 28px;
	background-color: #203b4c;
	border-top-right-radius: 4px;
	color: #ffffff;
}
.address-select .edit:hover {
	background-color: #ffffff;
	color: #2E6389;
}
.choose-address-card {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.product-row-headers {
	background: #f6f6f6 !important;
}
.cart-page .product-row-headers h4 {
	color: #1a1a1a !important;
	padding: 6px 12px 5px !important;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-radius: 3px;
	font-weight: 600;
	margin-top: 10px;
	font-family: 'Montserrat','Verdana', Arial, sans-serif;
	margin: 13px -12px;
	font-size: 16px;
}
.product-row i {
	color: #616161;
}
.product-name {
	margin: 0px;
}
.cart-page .product-row {
	border-bottom: 1px solid #f6f6f6 !important;
}
.cart-page .products-row {
	border-bottom: 0px solid #f6f6f6 !important;
}
.order-total h4{
	text-align: left;
	font-size: 18px;
}
.order-total h5{
	text-align: left;
	font-size: 16px;
	color: #616161;
	margin: 0 0 8px 0;
}
.order-total .store-button{
	margin: 15px 0 !important;
}
.card-data legend {
	padding-top: 15px;
}

.alert-banner {
    background: #C0554A; 
    position: relative; 
    z-index: 1; 
    color: white; 
    padding: 8px 10px 10px; 
    font-size: 15px;
	width: calc(100% + 15px);
}

.alert-statement {
    padding-top: 4px; 
    font-weight: bold; 
    font-family: 'Lato', sans-serif !important; 
    display: inline-block;
}

.alert-icon {
    padding-right: 6px;
}

.alert-button {
    float: right; 
    color: white; 
    background: #9a4037; 
    padding: 8px 15px 7px; 
    border-radius: 3px; 
    line-height: 1; 
    font-weight: 800; 
    font-family: Lato, sans-serif; 
    font-size: 14px; 
    text-transform: uppercase; 
    margin-right: 0px;
}

.alert-button:hover {
    text-decoration: none;
    background: #6d2821;
    color: white;
}

@media screen and (max-width: 991px) {
	.alert-button {
		margin-top: 5px;
	}
}

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

/*! Footer Elements */

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

.footer {
	background-color: #3C3C3C;
	background: url(../images/footerColumns.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 30px 10px;
}
.footer h3 {
	font-family: 'Montserrat';
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
.footer ul, .footer ul li {
	list-style-type: none;
	padding: 0;
}

.footer .navbar-nav{
	list-style-type: none;
	padding: 0;
	max-width: 100%;
}
.footer .navbar-nav .nav-item-footer {
	float: left;
	max-width: 100%;
	word-wrap: break-word;
}

.footer .navbar-nav .nav-item-footer a{
	display: block;
}

.footer ul li a {
	color: #ffffff;
	font-family: 'Raleway';
	text-decoration: none;
	padding: 2px 0;
	display: block;
	font-weight: 400;
}
.footer ul li span {
	color: #ffffff;
	font-family: 'Raleway';
	text-decoration: none;
	padding: 2px 0;
	display: block;
	font-weight: 400;
}
.footerMain {
	padding: 50px 0px;
}
.footer-logo ul li {
	color: #ffffff;
	font-family: 'Raleway';
	font-size: 16px;
}
.footer-logo ul li span {
	font-weight: bold;
}
.footer-socials {
	text-align: right;
}
.footer-socials p, .footer-socials a, .footer-socials i {
	color: #ffffff;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
}
.footer-socials a {
	padding: 0 5px;
}
.footer-logo img {
	padding-bottom: 20px;
	max-width: 85%;
	margin-left: -10%;
}
.footer-logo ul li {
	padding: 3px 0;
}
.footer-socials p, .footer-socials a {
	font-family: 'Montserrat';
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
}
.sub-footer {
	background: #0d6a96;
	padding: 20px;
	padding-bottom: 0px;
}
.sub-footer p, .sub-footer a {
	color: #fff;
	font-family: 'Montserrat';
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 400;
}
.sub-footer .rightList {
	text-align: right;
}
.sub-footer .rightList ul, .sub-footer .rightList li {
	list-style-type: none;
	display: inline-block;
}
.sub-footer .rightList li {
	padding: 0 5px;
}
.sub-footer .rightList li:first-child {
	border-right: 1px solid #ffffff;
	padding: 0 10px;
}
@media screen and (max-width: 768px) {
	.footer-socials p, .footer-socials a {
		margin-top: 0;
	}
	.sub-footer .rightList, .sub-footer .pull-left {
		text-align: center;
	}
	.footer .footer-socials {
		text-align: center;
	}
	.footer .footer-logo, .footer .footer-logo img {
		display: block;
		margin: 0 auto;
	}
	.footer {
		text-align: center;
	}
}
.flash { font-family: 'Montserrat','Verdana', Arial, sans-serif; font-weight: bold; color: red; margin-top: 11px; display: block; }
li {
font-family: 'Montserrat','Verdana', Arial, sans-serif;
    color: #292929;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
 
    }