@charset "UTF-8";

@font-face {
	font-family: affinity-plus;
  src: url(../fonts/affinity-plus/affinity-plus.eot?-ueg965);
  src: url(../fonts/affinity-plus/affinity-plus.eot?#iefix-ueg965) format("embedded-opentype"), url(../fonts/affinity-plus/affinity-plus.ttf?-ueg965) format("truetype"), url(../fonts/affinity-plus/affinity-plus.woff?-ueg965) format("woff"), url(../fonts/affinity-plus/affinity-plus.svg?-ueg965#affinity-plus) format("svg");
  font-weight: 400;
  font-style: normal;
}

a h3, a p {
	text-decoration: none;
}

/* AP Carousel */
/* .carousel-caption p,
	#APCarousel .list-group {display:none;} */
/* Carousel base class */



.searchInputContainer {
	display: inline-block;
	margin: 0 -3px 0 0;
	position: relative;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	display: none !important;
}

.chat-btn {
	position: fixed;
	bottom: 15px;
	right: 30px;
}

.search-item {
	margin: 0 10px 0 0;
}

.search-item p {
	font-family: proxima-nova, sans-serif;
	color: #040104 !important;	
	position: absolute;
	width: 100px;
	font-weight: 700;
}

.navSearch{
	width: 24px;
	margin: 0 4px;
}

.chat-anchor {
	width: 82px;
	height: 82px;
	background-color: #179dae;
	border: 1px solid transparent;
	border-radius: 50%;
	display: block;
	color: #fff;
	text-align: center;
	-moz-box-shadow: 0 0 15px rgba(34, 34, 34, 0.25);
	-webkit-box-shadow: 0 0 15px rgba(34, 34, 34, 0.25);
	box-shadow: 0 0 15px rgba(34, 34, 34, 0.25);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#222222')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#222222');
}

.chat-anchor:focus {
	text-decoration: none;
	outline: 0;
}

.chat-anchor .chat-txt {
	color: #fff;
	margin: 17px auto 0;
	font-size: 10px;
}

.chat-anchor .chat-txt:before {
	content: '';
	background: url(../img/chat-icon.png) no-repeat;
	width: 32px;
	height: 32px;
	display: block;
	background-size: 32px 32px;
	margin: 0 auto;
}

.chat-anchor .chat-txt:active {
	text-decoration: none;
	color: #fff;
	outline: 0;
}

.chat-anchor .chat-txt:focus {
	text-decoration: none;
	color: #fff;
	outline: 0;
}

.chat-anchor .chat-txt:hover {
	text-decoration: none;
	color: #fff;
	outline: 0;
}

.chat-anchor .chat-txt:visited {
	text-decoration: none;
	color: #fff;
	outline: 0;
}

.login-item p {
	font-family: proxima-nova, sans-serif;
	color: #040104;
	position: absolute;
	width: 100px;
}

.login-item.active {
	background-color: #ff9800;
}
/**LAM EDIT**/
        .align-items-center {
            -ms-flex-align: center !important;
            align-items: center !important;
        }

        .d-flex {
            display: -ms-flexbox !important;
            display: flex !important;
        }
	.toolbar.sidebar {
		padding: 32px; 
		background-color: #f8f6f9; 
		border-radius: 8px; 
		margin-bottom:32px;
	}
@media (max-width: 900px) and (min-width: 300px) {
    .d-flex {
        display: block !important;
    }

}

.expanded .expanded{
	color: #FFF !important;
	background-color: #522C6C;
}

#sidr {
	position: fixed;
	top: 0;
	right: auto;
	bottom: 0;
	right: -100%;
	overflow: auto;
	width: 100%;
	max-width: 360px;
	background-color: #F8F6F9;
	transition: right .2s;
	z-index: 800;
}

#sidr ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidr ul li {
	position: relative;
	margin: 0;
}

#sidr ul li ul {
	display: none;
}

#sidr ul li ul li a {
	font-weight: 400 !important;
	padding-left: 28px !important;
	background-color: #522C6C !important;
	font-size: 1rem !important;
	color: #fff !important;
	
}

#sidr ul li ul li ul li a {
	padding-left: 34px !important;
	background-color: #522C6C !important;
}

#sidr .icon.home {
	margin-right: 12px;
	margin-top: -1px;
}

#sidr a:not(.search-btn):not(.dnnSearchBoxClearText) {
	position: relative;
	z-index: 8;
	display: block;
	padding: 12px 50px 12px 18px;
	font-weight: 700;
	color: #522C6C;
	font-size: 1.5rem;
	border-bottom: none;
	border-bottom-color: #522C6C !important;
}

#sidr a:not(.search-btn):not(.dnnSearchBoxClearText).close-sidr {
	text-align: right;
	padding-right: 18px;
	font-size: 1rem;
}

#sidr a:not(.search-btn):not(.dnnSearchBoxClearText).close-sidr:after {
	content: url(../../../images/Close@2x.png);
	display: inline-block;
	vertical-align: middle;
	font-family: "Glyphicons Halflings";
	transform: scale(.5);

}

#sidr a:not(.search-btn):not(.dnnSearchBoxClearText).expand-child {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 12;
	width: 40px;
	text-align: center;
	color: #522C6C;
	padding: 0 !important;
	height: 48px;
}

.smallLink{
	font-size: 1rem !important;
	line-height: 24px;
	text-transform: uppercase;
}

#search-btn {
	font-weight: 700;
	color: #040104;
	margin-left: 24px;
}

#dnn_MobileNav_dnnSearchMobile_cmdSearch{
	display: none;
}


#sidr a:not(.search-btn):not(.dnnSearchBoxClearText).expand-child:before {
	content: '\f107';
	font-family: FontAwesome;
	font-size: 24px;
}

#sidr a:not(.search-btn):not(.dnnSearchBoxClearText).expand-child.expanded:before {
	content: '-';
}

#search-form{
	width: 100%;
}

#sidr #search-form {
	margin: 20px auto 0;
}

#sidr #search-form input.NormalTextBox {
	border: 0;
	padding: 6px 3px;
	min-height: 20px;
	width: 100%;
	border: 2px solid #716F72;
    border-radius: 4px;
}

#sidr.expanded {
	right: 0;
	box-shadow: RGBA(4, 1, 4, .24) -2px 4px 20px 0px;
}

.selectboxit-option-icon {
	font-family: affinity-plus;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=" icon-"] {
	font-family: affinity-plus;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^=icon-] {
	font-family: affinity-plus;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: proxima-nova, sans-serif;
	font-size: 16px !important;
}

p& + p {
	margin-top: 22px;
}

.wrap .fine-print {
	font-style: italic;
	font-size: 14px;
	line-height: 20px !important;
	font-weight: 400;
}

.wrap span.fine-print {
	font-style: italic;
	font-size: 14px;
	line-height: 20px !important;
	font-weight: 400;
}

p& + p {
	margin-top: auto;
}

.wrap .contact-box p.lead {
	font-size: 27px;
	color: #666;
	margin-bottom: 0;
}

.form-control {
	height: 45px;
}

.grey-bg {
	background: #FFF;
}

.home-main .content.grey-bg {
	padding-bottom: 50px;
}

.home-main .alert-pane {
	padding: 40px 50px 0;
	margin-bottom: -30px;
}

.home-main .alert-pane.DNNEmptyPane {
	padding: 0;
}

.white-bg {
	background: #fff;
}

.no-gutter {
	padding: 0;
	margin: 0;
}

.btn-orange {
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	border-radius: 5px;
	border: 0;
	background: #f9ab5d;
	background: -moz-linear-gradient(top, #f9ab5d 0, #d17d27 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9ab5d), color-stop(100%, #d17d27));
	background: -webkit-linear-gradient(top, #f9ab5d 0, #d17d27 100%);
	background: -o-linear-gradient(top, #f9ab5d 0, #d17d27 100%);
	background: -ms-linear-gradient(top, #f9ab5d 0, #d17d27 100%);
	background: linear-gradient(to bottom, #f9ab5d 0, #d17d27 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9ab5d', endColorstr='#d17d27', GradientType=0);
}

.search-btn {
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	border-radius: 5px;
	border: 0;
	background: #522c6c;
	display: none;
}

.search-btn:hover {
	color: #fff;
}

#dnn_ctr1028_NewsSearch_btnSearch {
	background-color: #ff9800;
	margin: 10px 15px 10px 0;
	padding: 7px 15px;
	color: #040104 !important;
	border-radius: 5px;
	font-size: 1rem;
	border: 2px solid #ff9800;
	display: inline-block;
}

#dnn_ctr1028_NewsSearch_btnSearch:hover {
	background-color: transparent;
	color: #ff9800 !important;
}

.btn-orange-flat {
	background-color: #ff9800;
	margin: 10px 15px 10px 0;
	padding: 7px 15px;
	color: #040104 !important;
	border-radius: 5px;
	font-size: 1rem;
	border: 2px solid #ff9800;
	display: inline-block;
}

#dnn_ctr1028_NewsSearch_btnSearch.wide {
	display: inline-block;
	width: 45%;
	margin: 15px 5px;
}

.btn-orange-flat.wide {
	display: inline-block;
	width: 45%;
	margin: 15px 5px;
}

.dropdown-menu .wrapper {
	max-width: 1600px;
	margin: 0 auto;
}

section.content .wrapper {
	max-width: 1600px;
	margin: 0 auto;
}

.content-wrap {
	padding: 10px 65px;
}

.content-wrap .content-wrap {
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}

.mobile-nav-btn {
	color: #ff9800;
	font-size: .75rem;
}

.mobile-nav-btn .icon-bar {
	background: #fff;
	margin: 0 auto;
	width: 30px;
	min-height: 2px;
}

.clearfix {
	height: 0;
}

.mobile-nav-container{
	box-shadow: 0 2px 16px 0 rgba(4,1,4,0.2);
    border-top: #522c6c solid 8px;
}

.mobile-logo{
	max-width: 50px;
	padding-top: 10px;
}


nav #navbar {
	margin: auto;
	width: 94%;
	height: 125px;
}

nav .navbar-brand img {
	display: block;
	max-height: 56px;
	padding: 8px;
}

.navbar-brand{
	padding: 0;
}


nav .primary li a {
	color: #522C6C;
}

nav .primary li a:hover {
	color: #683089;
}

nav .primary li a:active {
	color: #522C6C !important;
}

.yamm .yamm-fw > a.active{
	color: #683089;
}

.yamm .yamm-fw > a.active:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -10px;
}

nav .secondary .navbar-nav {
	margin-top: 8px;
}

nav .secondary a {
	color: #040104;
	font-size: 12px;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
}

nav .secondary li {
	font-size: 1rem;
	line-height: 1.5;
}

nav .search-chat {
	position: relative;
	right: 20px;
	top: 14px;
	text-align: center;
}

nav .search-chat span {
	text-transform: uppercase;
	color: #fff;
	left: .5px;
	display: inline-block;
}

nav .search-chat span .text {
	display: block;
	font-size: .75rem;
}

nav .search-chat #search-btn {
	cursor: pointer;
}

nav .search-chat .nav-icons {
	display: inline-block;
	color: #ff9800;
	background: #522c6c;
	font-size: 17px;
	padding: 5px;
	width: 34px;
	border-radius: 60px;
	text-align: center;
	margin: 7px;
}

nav.navbar {
	border-radius: 0;
	margin-bottom: 0;
}

#login-container {
	display: none;
}

#search-container {
	display: none;
}

#login-bar {
	width: 320px;
	height: 60px;
	padding-top: 4px;
	border: 2px solid #2b1439;
	background-color: #fff;
	position: absolute;
	right: 97px;
	top: 104px;
	z-index: 800;
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
	right: 0;
	width: 420px;
	height: auto;
	border: none;
	padding: 30px;
}

#login-bar #search-form {
	margin: 7px 0 0 15px;
}

#login-bar #search-form input.NormalTextBox {
	border: 0;
	padding: 6px 3px;
	min-height: 20px;
	margin-right: 8px;
	color: #522c6c;
	font-style: italic;
}


#login-bar:after {
	bottom: 100%;
	left: 246px;
	border: solid transparent;
	content: " ";
	height: 10px;
	width: 72px;
	position: absolute;
	pointer-events: none;
	border-color: #2b1439;
	border-bottom-color: #2b1439;
	border-width: 10px;
	background-color: #2b1439;
	left: auto;
	right: 15px;
	background-color: #ff9800;
	border-color: #ff9800;
}

#login-bar label {
	display: block;
	padding-bottom: 5px;
}

#login-bar a {
	color: #522c6c;
	text-decoration: underline;
	font-weight: 400;
	font-family: proxima-nova, sans-serif;
	padding: 5px 0;
}

#login-bar .foot {
	background: rgba(229, 229, 229, 0.5);
	padding: 17px 30px 7px;
	margin: 25px -30px -30px;
}

#login-bar .foot p {
	color: #522c6c;
	font-family: proxima-nova, sans-serif;
}

#login-bar .foot p a {
	color: #ffcc00 !important;
}

#login-bar .foot a {
	color: #ff9800;
	font-weight: 700;
}

#search-bar {
	width: 360px;
	height: 49px;
	padding-top: 4px;
	border: 2px solid #716F72;
	border-radius: 4px;
	background-color: #fff;
	/*right: 97px; LAM EDIT */
	margin-right: 24px;
	z-index: 800;
}

@media (max-width: 1040px){
	#search-bar{
		right: 20%;
	}
}

#search-bar #search-form input.NormalTextBox {
	border: 0;
	padding: 10px 3px;
	min-height: 20px;
	margin-right: 8px;
	color: #522c6c;
	font-style: italic;
	width: 100%;
}

#search-bar #search-form::-webkit-input-placeholder {
	color: #522c6c;
}

#search-bar #search-form:-moz-placeholder {
	color: #522c6c;
	opacity: 1;
}

#search-bar #search-form::-moz-placeholder {
	color: #522c6c;
	opacity: 1;
}

#search-bar #search-form:-ms-input-placeholder {
	color: #522c6c;
}

#search-bar #search-form::-ms-input-placeholder {
	color: #522c6c;
}

#search-bar #search-form .search-btn {
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 700;
	padding: 9px 5px;
	display: inline-block;
	float: left;
	text-align: center;
	display: none;
}

form#login .login-label {
	color: #2b1439;
	padding-bottom: 5px;
	display: block;
}

form#login input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 92.5%;
	border: none;
	margin-bottom: 15px;
}

form#login input[type=text] {
	padding: 12px;
	border: 1px solid #522c6c;
	box-shadow: none;
}

form#login button {
	background: #522c6c;
	color: #fff;
	padding: 14px 0;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	border: none;
	margin-bottom: 15px;
}

#dnn_ctr1028_NewsSearch_pnlSearch input.NormalTextBox {
	padding: 5px;
}

.nav .open > a {
	background: 0 0;
}

.nav .open > a:focus {
	background: 0 0;
}

.nav .open > a:hover {
	background: 0 0;
}

.nav > li > a:focus {
	background: 0 0;
}

.nav > li > a:hover {
	background: 0 0;
}

.yamm .yamm-fw.active {
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
}

.yamm .yamm-fw > a.active:after {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #F8F6F9;
	margin: auto;
	left: 0;
	right: 0;
}

.yamm .yamm-fw .dropdown-menu {
	padding: 40px 20px 20px;
	margin-top: 0;
	border: 0;
	background-color: #F8F6F9;
	margin-right: 0;
	box-shadow: 0 2px 0 0 #E8E6E9;
	border-radius: 0;
}

.yamm .yamm-fw .dropdown-menu .nav-col-wrap:nth-child(4n&+1) {
	clear: left;
}

.yamm .yamm-fw .dropdown-menu .nav-col {
	padding: 0 0 32px;
}

.yamm .yamm-fw .dropdown-menu .nav-col:nth-child(n&+5) {
	padding-bottom: 20px;
}

.yamm .yamm-fw .dropdown-menu .nav-col h4 a {
	color: #522C6C;
	font-size: 1.5rem;
	padding: 0;
	font-family: "Oswald", Impact, sans-serif !important;
	text-transform: uppercase;
}

.yamm .yamm-fw .dropdown-menu .nav-col .image-icon {
	width: 50px;
	height: 50px;
	padding: 8px;
}

.image-icon& + h4& + ul {
	margin-top: 20px;
}

.yamm .yamm-fw .dropdown-menu .nav-col ul {
	margin-top: 0;
	padding-left: 0;
	margin-left: 0;
}

.yamm .yamm-fw .dropdown-menu .nav-col ul li {
	list-style: none;
	font-size: 1rem;
}

.yamm .yamm-fw .dropdown-menu .nav-col ul li a {
	color: #040104;
	display: block;
}

.yamm .yamm-fw .dropdown-menu .nav-col ul li:last-child {
	border-bottom: none;
}

.yamm .yamm-fw .dropdown-menu .nav-col ul li ul {
	padding-left: 28px;
	margin-bottom: 20px;
	margin-top: 0;
}

.yamm .yamm-fw .dropdown-menu .nav-col ul li ul li {
	list-style: square;
	border: none;
	font-size: 1rem;
	text-transform: capitalize;
}

.navbar-left{
	padding-top: 15px;
	width: 100%;
}

#navbar {
	position: inherit;
}


.toolbar ul li {
	list-style: none;
	display: inline-block;

}

.toolbar.sidebar .item {
	margin-top: 10px;
}

.sidebar {
	margin-right: -15px;
}

.sidebar ul:not(.sc-menu) {
	padding-left: 0;
}

.sidebar ul:not(.sc-menu) li {
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #e8e6e9;
	margin-left: 0;
}

.sidebar ul:not(.sc-menu) li:last-child {
	border-bottom: none;
}

.sidebar ul:not(.sc-menu) li a {
	display: block;
}

.sidebar ul:not(.sc-menu) li a span {
	margin-right: 20px;
}

.sidebar ul.sc-menu li {
	display: inline;
	border: 0;
	padding: 0;
}

.hero {
	padding: 60px 40px;
	height: 630px;
	overflow: hidden;
	margin-bottom: 30px;
}

.hero .hero-img {
	width: 100%;
	background-size: cover;
	height: 630px;
}

.hero .hero-img .hero-box {
	margin-left: 50%;
	padding-top: 80px;
	padding-right: 30px;
	margin-bottom: 15px;
	min-height: 180px;
}

.hero .hero-img .login-box {
	clear: both;
	padding: 20px 40px;
	margin-left: 50%;
	margin-bottom: 150px;
	background: rgba(255, 255, 255, 0.32);
	display: inline-block;
}

.hero .hero-img .login-box h5 a {
	text-transform: capitalize;
	color: #522c6c;
	margin-left: 15px;
}

.hero .hero-img .navbar-form {
	padding: 0;
}

.hero .hero-img .navbar-form .input-group {
	width: 35%;
	margin-right: 10px;
}

.hero .hero-img .navbar-form .input-group input {
	border-radius: 5px;
	padding: 20px;
	font-size: 1rem;
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
	border: 1px solid #b6b6b6;
}

.ctas {
	text-align: center;
}

.ctas a {
	display: block;
	height: 280px;
	margin-bottom: 10px;
	position: relative;
}

.ctas a div {
	display: block;
	padding: 15px 0;
	background-color: #522c6c;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	height: 65px;
}

.ctas a div .content {
	opacity: 0;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	font-family: proxima-nova, sans-serif;
	font-size: 1rem;
	display: none;
	padding: 30px;
	color: #fff;
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.ctas a:hover div {
	height: 100%;
	background-color: rgba(77, 48, 105, 0.8);
}

.ctas a:hover div .content {
	opacity: 1;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	display: block;
}

.products {
	padding: 50px 0;
	margin: 40px 50px;
}

.products .product-carousel {
	margin-top: 40px;
	
}

.products .product-carousel .owl-wrapper-outer {
	padding: 10px 0;
	
}

.products .product-carousel .product-icon {
	width: 117px;
	margin: 0 auto;
	text-align: left;
	font-size: 1rem;
	font-family: proxima-nova, sans-serif;
	position: relative;
	top: 0;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
}

.products .product-carousel .product-icon a {
	font-weight: 800;
	line-height: 1rem;
	text-align: left;
	width: 100%;
	display: block;
	text-decoration: none;
	color:#000;
	padding:15px;
	
	
}

.products .product-carousel .product-icon img.image-icon {
	-moz-transition: .3s all;
	-o-transition: .3s all;
	-webkit-transition: .3s all;
	transition: .3s all;
	margin: 0 0 10px 5px;
	float:left;
}

.products .product-carousel .product-icon:hover {
	/*top: -5px;*/
	box-shadow:  0px 0px 10px #b1b1b1;

	

}

.products .product-carousel .product-icon:hover img {
	/*background-color: #ff9800;*/

}

.products .product-carousel .owl-prev {
	position: absolute;
	left: -100px;
	top: 42px;
	font-size: 0;
	-moz-transition: .3 all ease;
	-o-transition: .3 all ease;
	-webkit-transition: .3 all ease;
	transition: .3 all ease;
}

.products .product-carousel .owl-prev:before {
	content: '\f053';
	padding: 10px 12px 9px;
	font-size: 20px;
	font-family: FontAwesome;
	display: block;
	color: #716f72;
	background: #e3e3e3;
}

.products .product-carousel .owl-prev:hover {
	-moz-transition: .3 all ease;
	-o-transition: .3 all ease;
	-webkit-transition: .3 all ease;
	transition: .3 all ease;
}

.products .product-carousel .owl-prev:hover:before {
	background: #ff9800;
	color: #fff;
}

.products .product-carousel .owl-next {
	position: absolute;
	right: -100px;
	top: 42px;
	font-size: 0;
	-moz-transition: .3 all ease;
	-o-transition: .3 all ease;
	-webkit-transition: .3 all ease;
	transition: .3 all ease;
}

.products .product-carousel .owl-next:before {
	content: '\f054';
	padding: 10px 12px 9px;
	font-size: 20px;
	font-family: FontAwesome;
	display: block;
	color: #716f72;
	background: #e3e3e3;
}

.products .product-carousel .owl-next:hover {
	-moz-transition: .3 all ease;
	-o-transition: .3 all ease;
	-webkit-transition: .3 all ease;
	transition: .3 all ease;
}

.products .product-carousel .owl-next:hover:before {
	background: #ff9800;
	color: #fff;
}

.why {
	background: url(../img/home-why.jpg) center top no-repeat;
	background-size: cover;
	padding: 60px;
	margin: 0 50px;
}

.why .box {
	padding: 60px 50px;
	background-color: #ffffff;
}

.why .box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.why .box ul li {
	padding: 7px 0;
}

.why .box ul li i {
	color: #ff9800;
	margin-right: 10px;
}

.info-boxes {
	margin: 42px;
}

.info-boxes .member-spotlight .box {
	height: 615px;
}

.info-boxes .member-spotlight .box.text {
	height: 300px;
	position: relative;
	margin-top: -360px;
	width: 60%;
	left: 50px;
	background: rgba(0, 0, 0, 0.8);
	color: #333;
}

.info-boxes .member-spotlight .box.text span {
	display: block;
	margin-top: 10px;
}

.info-boxes .one .img {
	position: relative;
}

.info-boxes .one .img:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 27px 26px;
	border-color: transparent transparent #fafafa;
	position: absolute;
	bottom: 0;
	display: inline-block;
	left: 50%;
	margin-left: -26px;
}

.info-boxes .two .img {
	position: relative;
}

.info-boxes .two .img:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 27px 0;
	border-color: #fafafa transparent transparent;
	position: absolute;
	top: 0;
	display: inline-block;
	left: 50%;
	margin-left: -26px;
}

.info-boxes .box:not(.sc-edit) {
	display: block;
	height: 300px;
	margin: 15px -7.5px;
	transition: .5s padding ease,.3s background-color ease;
	text-decoration: none;
}

.info-boxes .box:not(.sc-edit):hover {
	background-color: rgba(0, 0, 0, 0.5) !important;
	color: #fff !important;
	padding-top: 30px !important;
}

.info-boxes .box:not(.sc-edit) .text:hover {
	background-color: rgba(0, 0, 0, 0.5) !important;
	color: #fff !important;
}

.info-boxes .box:not(.sc-edit) .text:hover p {
	color: #fff !important;
}

.info-boxes .box:not(.sc-edit).text {
	color: #fff;
	padding: 40px 50px;
	position: relative;
}

.info-boxes .box:not(.sc-edit).text p {
	color: #fff;
}

.info-boxes .box:not(.sc-edit).text .type {
	text-transform: uppercase;
	font-size: 1rem;
	color: #fff;
}

.info-boxes .box:not(.sc-edit).facebook {
	color: #fff;
	padding: 40px 50px;
	position: relative;
}

.info-boxes .box:not(.sc-edit).facebook .type {
	text-transform: uppercase;
	font-size: 1rem;
	color: #fff;
	font-family: proxima-nova, sans-serif;
}

.info-boxes .box:not(.sc-edit).facebook p {
	color: #fff;
	margin-left: 45px;
}

.info-boxes .box:not(.sc-edit).facebook:after {
	content: '\f230';
	font-family: FontAwesome;
	font-size: 60px;
	color: #e8e6e9;
	position: absolute;
	top: 90px;
	left: 35px;
	transition: .3s all ease;
}

.info-boxes .box:not(.sc-edit).twitter {
	color: #fff;
	padding: 40px 50px;
	position: relative;
}

.info-boxes .box:not(.sc-edit).twitter .type {
	text-transform: uppercase;
	font-size: 1rem;
	color: #fff;
	font-family: proxima-nova, sans-serif;
}

.info-boxes .box:not(.sc-edit).twitter p {
	color: #fff;
	margin-left: 45px;
}

.info-boxes .box:not(.sc-edit).twitter:after {
	content: '\f099';
	font-family: FontAwesome;
	font-size: 60px;
	color: #e8e6e9;
	position: absolute;
	top: 90px;
	left: 35px;
	transition: .3s all ease;
}

.info-boxes .box:not(.sc-edit).twitter p.tweet {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.info-boxes .box:not(.sc-edit).lt-orange {
	background: #ff9800;
}

.info-boxes .box:not(.sc-edit).lt-purple {
	background: #ae95da;
}

.info-boxes .box:not(.sc-edit).lt-grey:hover .type {
	color: #fff;
}

.info-boxes .box:not(.sc-edit).lt-grey:hover p {
	color: #fff;
}

.info-boxes .box:not(.sc-edit).lt-blue {
	background: #97c0dd;
}

.info-boxes .box:not(.sc-edit).green {
	background: #967110;
}

.info-boxes .info-boxes {
	margin: 0;
}

.aside .info-boxes {
	margin: 0 -15px 0 0;
}

.aside .info-boxes .box {
	margin: 0;
}

.box ul:not(.sc-menu) {
	list-style: none;
}

.box ul:not(.sc-menu) li {
	margin-bottom: 10px;
}

.box ul:not(.sc-menu) li:before {
	color: #ff9800;
	font-family: FontAwesome;
	content: '\f00c';
	margin: 0 .3em 0 -1.2em;
}

.box ul.calc-select li:before {
	margin: 0 0 0 15px;
}

.box ul.calc-select a {
	padding-left: 11px;
}

footer .top-footer {
	background: #fafafa;
	padding: 100px 80px 50px;
}

footer .top-footer .box {
	margin-bottom: 50px;
	padding: 0 30px;
}

footer .top-footer .box h5 a {
	text-transform: uppercase;
	color: #522c6c !important;
	font-weight: 700;
	font-family: proxima-nova, sans-serif;
}

footer .top-footer .box h5 a:hover {
	color: #ff9800;
}

footer .top-footer .box p {
	color: #4a494b;
}

footer .top-footer .box p.date {
	text-transform: uppercase;
	font-size: 1rem;
	margin: -5px 0 10px;
}

footer .top-footer .box a {
	color: #4a494b;
	margin-top: 5px;
}

footer .top-footer .box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .top-footer .box ul li {
	border-bottom: 1px solid #C5C5C5;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

footer .top-footer .box ul li:last-child {
	border-bottom: 0;
}

.content-box {
	
}

.content-box .headline {
	display: table;
}

.content-box .white-bg {
	display: inline-block;
	width: 100%;
}

.content-box .white-bg .box-content {
	background: #fff;
	padding: 85px 60px;
}

.content-box .white-bg .box-content .cols {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	overflow: hidden;
}

.content-box .white-bg .box-content .cols li {
	list-style: square;
	margin-bottom: 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
}

.content-box .white-bg .box-content .cols li:before {
	content: '\2022';
	margin-right: .75em;
	font-weight: 700;
	font-size: 1.5rem;
}

.content-box .white-bg .box-content ul {
	padding-left: 20px;
}

.content-box .white-bg .box-content ul li {
	list-style: square;
	margin-bottom: 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	padding-left: 2em;
	text-indent: -2em;
}

.content-box .white-bg .box-content ul li:before {
	content: '\2022';
	margin-right: .75em;
	font-weight: 700;
	font-size: 1.5rem;
}

.content-box.bottom-nopad {
	padding-bottom: 20px;
}

.content-box.large-content .box-content .cols {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	overflow: hidden;
}

.content-box.large-content .box-content ul li {
	margin-bottom: 5px;
}

.cols {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	overflow: hidden;
}

a.video {
	display: block;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	margin-right: 10px;
}

a.video:nth-child(odd) {
	padding-left: 0;
	margin-right: 0;
}

.split-image-content-box {
	padding: 0 0 25px;
}

.split-image-content-box img:not(.image-icon) {
	max-height: 100%;
	max-width: 100%;
}

.split-image-content-box .white-bg {
	display: inline-block;
	width: 100%;
}

.split-image-content-box .white-bg .img-container {
	height: 500px;
}

.split-image-content-box .white-bg .img-container span {
	display: block;
	height: 100%;
}

.split-image-content-box .white-bg .img-container span.photo-caption {
	height: auto;
	padding: 8px 16px;
	background-color: #ffffff;
	font-size: .75rem;
	width: auto;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-weight: 700;
	color: #040104;
}
.photo-caption2 {
	height: auto;
	padding: 4px 8px;
	background-color: #ffffff;
	font-size: .75rem;
	width: auto;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-weight: 700;
	color: #040104;
}

.split-image-content-box .white-bg .box-content {
	padding: 0px 32px
}

.split-image-content-box .white-bg .box-content .cols {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	overflow: hidden;
}

.split-image-content-box .white-bg .box-content ul {
	padding-left: 20px;
}

.split-image-content-box .white-bg .box-content ul li {
	list-style: square;
	margin-bottom: 5px;
}

.split-image-content-box.large-content .box-content {
	padding: 30px 40px;
}

.split-image-content-box.large-content .box-content p {
	margin-bottom: 10px;
}

.icon {
	display: inline;
	float: left;
	font-size: 50px;
	margin: 5px 40px 40px 0;
}

.icon.xsmall {
	font-size: 15px;
	padding: 10px;
	margin: 0 14px 0 0;
}

.icon.small {
	font-size: 40px;
	line-height: 40px;
	padding: 20px 7px;
	margin: 0 5px 0 0;
}

.icon.medium {
	font-size: 75px;
}

.icon.normal {
	font-size: 110px;
	margin: 0;
}

.icon.large {
	font-size: 120px;
	line-height: 80px;
}

.circle-icon {
	display: inline;
	border-radius: 100px;
	padding: 25px;
	font-size: 50px;
	float: left;
	margin: 40px 50px 40px 30px;
	color: #fff;
}

.circle-icon.xsmall {
	font-size: 15px;
	padding: 10px;
	margin: 0 14px 0 0;
}

.circle-icon.small {
	font-size: 18px;
	padding: 15px;
	margin: 0 14px 0 0;
}

.circle-icon.large {
	font-size: 60px;
}

.image-icon {
	display: inline-block;
	float: left;
	width: 100px;
	height: 100px;
	/* background-color: #ae95da;*/
	border-radius: 50%;
	padding: 12px;
	margin-right: 20px;
	margin-bottom: 20px;
}


.image-icon.icon-small {
	width: 55px;
	height: 55px;
	margin-bottom: 8px;
}

.tab-89 .overlay {
	background-color: #006072;
}

.tab-89:after {
	border-color: transparent #006072 transparent transparent;
}

.tab-89 .circle-icon {
	background-color: #006072;
}

.tab-89 .image-icon {
	background-color: #006072;
}

.tab-89 .icon {
	color: #006072;
}

.teal .overlay {
	background-color: #006072;
}

.teal:after {
	border-color: transparent #006072 transparent transparent;
}

.teal .circle-icon {
	background-color: #006072;
}

.teal .image-icon {
	background-color: #006072;
}

.teal .icon {
	color: #006072;
}

.green .overlay {
	background-color: #967110;
}

.green:after {
	border-color: transparent #967110 transparent transparent;
}

.green .circle-icon {
	background-color: #967110;
}

.green .image-icon {
	background-color: #967110;
}

.green .icon {
	color: #967110;
}

.tab-101 .overlay {
	background-color: #967110;
}

.tab-101:after {
	border-color: transparent #967110 transparent transparent;
}

.tab-101 .circle-icon {
	background-color: #967110;
}

.tab-101 .image-icon {
	background-color: #967110;
}

.tab-101 .icon {
	color: #967110;
}

.blue .overlay {
	background-color: #245caf;
}

.blue:after {
	border-color: transparent #245caf transparent transparent;
}

.blue .circle-icon {
	background-color: #245caf;
}

.blue .image-icon {
	background-color: #245caf;
}

.blue .icon {
	color: #245caf;
}

.tab-121 .overlay {
	background-color: #245caf;
}

.tab-121:after {
	border-color: transparent #245caf transparent transparent;
}

.tab-121 .circle-icon {
	background-color: #245caf;
}

.tab-121 .image-icon {
	background-color: #245caf;
}

.tab-121 .icon {
	color: #245caf;
}

.tab-95 .overlay {
	background-color: #ffcc00;
}

.tab-95:after {
	border-color: transparent #ffcc00 transparent transparent;
}

.tab-95 .circle-icon {
	background-color: #ffcc00;
}

.tab-95 .image-icon {
	background-color: #ffcc00;
}

.tab-95 .icon {
	color: #ffcc00;
}

.yellow .overlay {
	background-color: #ffcc00;
}

.yellow:after {
	border-color: transparent #ffcc00 transparent transparent;
}

.yellow .circle-icon {
	background-color: #ffcc00;
}

.yellow .image-icon {
	background-color: #ffcc00;
}

.yellow .icon {
	color: #ffcc00;
}

.pink .overlay {
	background-color: #dc4ebb;
}

.pink:after {
	border-color: transparent #dc4ebb transparent transparent;
}

.pink .circle-icon {
	background-color: #dc4ebb;
}

.pink .image-icon {
	background-color: #dc4ebb;
}

.pink .icon {
	color: #dc4ebb;
}

.red .overlay {
	background-color: #8b0d6e;
}

.red:after {
	border-color: transparent #8b0d6e transparent transparent;
}

.red .circle-icon {
	background-color: #8b0d6e;
}

.red .image-icon {
	background-color: #8b0d6e;
}

.red .icon {
	color: #8b0d6e;
}

.purple .overlay {
	background-color: #522c6c;
}

.purple:after {
	border-color: transparent #522c6c transparent transparent;
}

.purple .circle-icon {
	background-color: #522c6c;
}

.purple .image-icon {
	background-color: #522c6c;
}

.purple .icon {
	color: #522c6c;
}

.tab-114 .overlay {
	background-color: #522c6c;
}

.tab-114:after {
	border-color: transparent #522c6c transparent transparent;
}

.tab-114 .circle-icon {
	background-color: #522c6c;
}

.tab-114 .image-icon {
	background-color: #522c6c;
}

.tab-114 .icon {
	color: #522c6c;
}

.tab-127 .overlay {
	background-color: #522c6c;
}

.tab-127:after {
	border-color: transparent #522c6c transparent transparent;
}

.tab-127 .circle-icon {
	background-color: #522c6c;
}

.tab-127 .image-icon {
	background-color: #522c6c;
}

.tab-127 .icon {
	color: #522c6c;
}

.white .overlay {
	background-color: #fff;
}

.white:after {
	border-color: transparent #fff transparent transparent;
}

.white .circle-icon {
	background-color: #fff;
	color: #522c6c;
}

.white .image-icon {
	background-color: #fff;
	color: #522c6c;
}

.white .icon {
	color: #fff;
}

.grey .overlay {
	background-color: #716f72;
}

.grey:after {
	border-color: transparent #716f72 transparent transparent;
}

.grey .circle-icon {
	background-color: #716f72;
	color: #716f72;
}

.grey .image-icon {
	background-color: #716f72;
	color: #716f72;
}

.grey .icon {
	color: #716f72;
}

.silver .overlay {
	background-color: #716f72;
}

.silver:after {
	border-color: transparent #716f72 transparent transparent;
}

.silver .circle-icon {
	background-color: #716f72;
	color: #716f72;
}

.silver .image-icon {
	background-color: #716f72;
	color: #716f72;
}

.silver .icon {
	color: #716f72;
}

.tab-109 .overlay {
	background-color: #716f72;
}

.tab-109:after {
	border-color: transparent #716f72 transparent transparent;
}

.tab-109 .circle-icon {
	background-color: #716f72;
	color: #716f72;
}

.tab-109 .image-icon {
	background-color: #716f72;
	color: #716f72;
}

.tab-109 .icon {
	color: #716f72;
}

.intro {
	display: inline-block;
	width: 100%;
}

.intro .content-wrap {
	padding-top: 13px;
}

.intro .circle-icon {
	font-size: 100px;
	margin-top: 10px;
}

.intro .category-grid {
	margin-left: 120px;
	width: 100%;
}

.intro .category-grid a {
	width: 30%;
	display: inline-block;
	padding: 20px;
	text-align: center;
	background: #fff;
	margin-bottom: 4px;
	margin-right: 4px;
	font-weight: 100;
}

.intro .intro-margin-left {
	margin-left: 196px;
}

.intro.just-headline {
	padding-bottom: 0;
}

.intro.just-headline .icon {
	margin-bottom: 0;
}

.intro.hero-small {
	text-align: center;
	color: #fff;
	padding: 40px 0;
}

.intro.hero-small p {
	color: #fff;
}

.intro.hero-small .icon {
	float: none;
}

.detail-box-wrap .detail-box {
	background-color: #fff;
	height: 100%;
	margin-bottom: 30px;
}



.detail-box-wrap .detail-box .content ul li {
	padding: .5rem;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #fafafa;
	margin: 0;
	font-size: 1rem;
}

.detail-box-wrap .detail-box .content ul li i {
	font-size: 1.5rem;
	color: #522c6c;
	margin-right: 15px;
	opacity: .6;
	float: left;
}

.main-contact-box {
	padding: 60px;
	background-color: #fff;
	margin-bottom: 50px;
}

.main-contact-box p {
	margin-bottom: 40px;
}

.quote .icon {
	font-size: 120px;
}

.quote p {
	padding: 0 50px;
	font-style: italic;
	color: #522c6c;
}

.contact-box {
	background: #fff;
	padding: 20px 50px;
	margin-bottom: 30px;
	display: inline-table;
	width: 100%;
	height: 164px;
}

.contact-box p.lead {
	font-size: 27px;
	color: #666;
	margin-bottom: 0;
}

.contact-box.grey-bg {
	background-color: #FFF;
}

.bod-box {
	background-color: #fff;
	padding: 60px;
	margin-bottom: 50px;
}

.bod-box .lead {
	margin-bottom: 0;
	margin-top: 20px;
}

.bod-box img {
	float: left;
	margin-right: 60px;
	margin-bottom: 80px;
}

.experience-box {
	padding: 60px;
	background-color: #fff;
}

.col-lg-12 .map-box ul {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
}

.map-box {
	margin-top:40px;

}

.map-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
}

.map-box ul li {
	margin-bottom: 3px;
}

.map-box img {
	margin-top: 20px;
	width: 100%;
}

.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.chat-box {
	padding: 25px 30px;
	text-align: center;
	background-color: #522c6c;
	color: #fff;
	margin-bottom: 30px;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
}

.chat-box:hover {
	background-color: #ff9800;
}

.chat-box p {
	color: #fff;
	font-weight: 600;
	margin-bottom: 0;
}

.chat-box p strong {
	display: block;
	font-weight: 100;
}

.chat-box .icon {
	position: absolute;
	float: none;
	left: 55px;
	margin: 0;
}

.form-box {
	padding: 60px;
	background-color: #fff;
}

.img-grid {
	overflow: hidden;
	height: 400px;
	margin-bottom: 30px;
}

.img-grid .img {
	width: 100%;
	display: block;
	background-size: cover !important;
	height: 400px;
	box-shadow: inset 0 -70px 100px #000;
}

.img-grid .overlay {
	background-color: #967110;
	display: block;
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	padding: 50px;
	color: #fff;
	height: 400px;
	-moz-transition: .4s all ease-out;
	-o-transition: .4s all ease-out;
	-webkit-transition: .4s all ease-out;
	transition: .4s all ease-out;
	text-align: center;
}

.img-grid .overlay a {
	color: #fff;
	-moz-transform: translateY(200px);
	-ms-transform: translateY(200px);
	-o-transform: translateY(200px);
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	opacity: 0;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.img-grid .overlay p {
	color: #fff;
	-moz-transform: translateY(200px);
	-ms-transform: translateY(200px);
	-o-transform: translateY(200px);
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	opacity: 0;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.img-grid .overlay span {
	font-size: 100px;
	color: #fff;
	margin: 40px auto auto;
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.img-grid:hover .overlay {
	-moz-transform: translateY(-400px);
	-ms-transform: translateY(-400px);
	-o-transform: translateY(-400px);
	-webkit-transform: translateY(-400px);
	transform: translateY(-400px);
	background-color: #967110;
}

.img-grid:hover .overlay a {
	opacity: 1;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.img-grid:hover .overlay p {
	opacity: 1;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.img-grid:hover .overlay span {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.service-box-wrap .service-box {
	display: block;
	width: 100%;
	background: #FFFFFF;
	padding: 40px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	text-decoration: none;
	box-shadow: 0 4px 16px 0 rgba(4,1,4,0.2);
}

.service-box-wrap .service-box p {
	margin-left: 160px;
	text-decoration: none;
}

.service-box-wrap .service-box .overlay {
	opacity: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	margin-left: -30px;
	z-index: 100;
	-moz-transform: translate(100%, -100%);
	-ms-transform: translate(100%, -100%);
	-o-transform: translate(100%, -100%);
	-webkit-transform: translate(100%, -100%);
	transform: translate(100%, -100%);
	-moz-transition: .4 all ease;
	-o-transition: .4 all ease;
	-webkit-transition: .4 all ease;
	transition: .4 all ease;
	cursor: pointer;
}

.service-box-wrap .service-box .overlay span {
	font-size: 100px;
	color: #fff;
	margin: -50px auto auto;
	display: block;
	width: 100%;
	text-align: center;
	top: 50%;
	position: relative;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.service-box-wrap .service-box:hover .overlay {
	opacity: .9;
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.service-box-wrap .service-box:hover .overlay span {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.service-box-wrap .service-box.icon {
	margin: 20px;
}

.service-box-wrap .service-box.no-icon p {
	margin-left: 0;
}

.service-box-wrap .service-box.no-icon:hover{
	background-color: #683089;
}

.service-box-wrap .service-box.no-icon:hover  p, .service-box-wrap .service-box.no-icon:hover  h3{
	color: #FFFFFF;
}

.service-box-wrap .service-box.teal:hover{
	background-color: #683089;
}

.service-box-wrap .service-box.teal:hover  p, .service-box-wrap .service-box.teal:hover  h3{
	color: #FFFFFF;
}


.service-box-wrap .service-box.teal .overlay {
	background-color: #006072;
}

.service-box-wrap .service-box.teal:after {
	border-color: transparent #006072 transparent transparent;
}

.service-box-wrap .service-box.teal .circle-icon {
	background-color: #006072;
}

.service-box-wrap .service-box.green:hover{
	background-color: #683089;
}

.service-box-wrap .service-box.green:hover  p, .service-box-wrap .service-box.green:hover  h3{
	color: #FFFFFF;
}

.service-box-wrap .service-box.green .overlay {
	background-color: #967110;
}

.service-box-wrap .service-box.green:after {
	border-color: transparent #967110 transparent transparent;
}

.service-box-wrap .service-box.green .circle-icon {
	background-color: #967110;
	font-size: 60px;
	padding: 20px;
}

.service-box-wrap .service-box.red:hover{
	background-color: #683089;
}

.service-box-wrap .service-box.red:hover  p, .service-box-wrap .service-box.red:hover  h3{
	color: #FFFFFF;
}

.service-box-wrap .service-box.red .overlay {
	background-color: #8b0d6e;
}

.service-box-wrap .service-box.red:after {
	border-color: transparent #8b0d6e transparent transparent;
}

.service-box-wrap .service-box.red .circle-icon {
	background-color: #8b0d6e;
	font-size: 60px;
	padding: 20px;
}

.service-box-wrap .service-box.blue:hover{
	background-color: #683089;
}

.service-box-wrap .service-box.blue:hover  p, .service-box-wrap .service-box.blue:hover  h3{
	color: #FFFFFF;
}

.service-box-wrap .service-box.blue .overlay {
	background-color: #245caf;
}

.service-box-wrap .service-box.blue:after {
	border-color: transparent #245caf transparent transparent;
}

.service-box-wrap .service-box.blue .circle-icon {
	background-color: #245caf;
	font-size: 60px;
	padding: 20px;
}

.service-box-wrap .service-box.yellow:hover{
	background-color: #683089;
}

.service-box-wrap .service-box.yellow:hover  p, .service-box-wrap .service-box.yellow:hover  h3{
	color: #FFFFFF;
}

.service-box-wrap .service-box.yellow .overlay {
	background-color: #ffcc00;
}

.service-box-wrap .service-box.yellow:after {
	border-color: transparent #ffcc00 transparent transparent;
}

.service-box-wrap .service-box.yellow .circle-icon {
	background-color: #ffcc00;
	font-size: 60px;
	padding: 20px;
}

.service-box-wrap .service-box.pink:hover{
	background-color: #683089;
}

.service-box-wrap .service-box.pink:hover  p, .service-box-wrap .service-box.pink:hover  h3{
	color: #FFFFFF;
}
.service-box-wrap .service-box.pink .overlay {
	background-color: #dc4ebb;
}

.service-box-wrap .service-box.pink:after {
	border-color: transparent #dc4ebb transparent transparent;
}

.service-box-wrap .service-box.pink .circle-icon {
	background-color: #dc4ebb;
	font-size: 60px;
	padding: 20px;
}

.service-box-wrap .service-box.silver:hover{
	background-color: #683089;
}

.service-box-wrap .service-box.silver:hover  p, .service-box-wrap .service-box.silver:hover  h3{
	color: #FFFFFF;
}

.service-box-wrap .service-box.silver .overlay {
	background-color: #716f72;
}

.service-box-wrap .service-box.silver:after {
	border-color: transparent #716f72 transparent transparent;
}

.service-box-wrap .service-box.silver .circle-icon {
	background-color: #716f72;
	font-size: 60px;
	padding: 20px;
}

.service-box-wrap .service-box.purple:hover{
	background-color: #683089;
}

.service-box-wrap .service-box.purple:hover  p, .service-box-wrap .service-box.purple:hover  h3{
	color: #FFFFFF;
}

.service-box-wrap .service-box.purple .overlay {
	background-color: #522c6c;
}

.service-box-wrap .service-box.purple:after {
	border-color: transparent #522c6c transparent transparent;
}

.service-box-wrap .service-box.purple .circle-icon {
	background-color: #522c6c;
	font-size: 60px;
	padding: 20px;
}

.feature {
	padding: 13px 60px;
	background-color: #522c6c;
	margin: 0 55px;
	position: relative;
	min-height: 75px;
	color: #fff;
}

.feature .headline {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.3333%;
	color: #FFFFFF;
	font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
	letter-spacing: normal;
}

.feature .headline .icon.small {
	font-size: 40px;
	line-height: 100%;
	margin: 0 5px 0 0;
}

.feature .headline.threeline {
	height: 100px;
	line-height: 3.8em;
	white-space: nowrap;
}

.feature .headline.twoline {
	height: 75px;
	line-height: 75px;
	white-space: nowrap;
}

.feature .copy:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #e8e6e9 transparent transparent;
	position: absolute;
	left: -10px;
	display: inline-block;
	top: 44%;
}

.feature .copy.threeline {
	height: 125px;
}

.feature .copy.twoline {
	height: 102px;
}

.feature-orange {
	background-color: #ff9800;
	color: #fff;
	padding: 14px;
	font-size: 1.5rem;
}

.feature-orange .headline {
	font-weight: 800;
	display: inline-block;
	float: left;
	margin-right: 10px;
	height: 80px;
}

.feature-orange .headline .icon.small {
	font-size: 40px;
	line-height: 100%;
	margin: 0 15px 0 0;
	padding: 0;
}

.feature-orange .copy {
	font-weight: 400;
}

.tabs-main {
	margin: 0;
}

.tabs-main .nav-justified {
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	background-color: #fff;
	padding: 0 30px;
	margin: 0 !important;
}

.tabs-main .nav-justified li {
	text-align: center;
	display: table-cell;
}

.tabs-main .nav-justified li a {
	border-bottom: none;
	border-radius: 0;
	display: block;
	padding: 40px 0;
	position: relative;
}

.tabs-main .nav-justified li a:after {
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
}

.tabs-main .nav-justified li.active a {
	background-color: #f8f6f9;
	color: #0e3064;
}

.tabs-main .nav-justified li.active a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10px 0;
	border-color: #f8f6f9 transparent transparent;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -10px;
}

.tabs-main .nav-justified.open a {
	position: relative;
	display: block;
}

.tabs-main .nav-stacked ul li {
	padding: 8px;
}

.tabs-main .tab-content {
	margin: 70px 100px;
}

.tabs-main .tab-content .box {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 0;
}

#accordion .panel {
	margin-bottom: 20px;
}

#accordion .panel-heading .panel-title {
	font-size: 1.5rem;
	color: #522C6C;
}

#accordion .panel-heading .panel-title a {
	display: normal;
	text-align: left;
	text-decoration: none;
	padding: 15px 20px;
}

#accordion .panel-heading .panel-title a:after {
	font-family: FontAwesome;
	content: "\f077";
	float: right;
	color: inherit;
}

#accordion .panel-heading .panel-title a.collapsed:after {
	font-family: FontAwesome;
	content: "\f078";
	float: right;
	color: inherit;
}

#accordion .panel-body {
	margin: 20px !important;
}

.rate-box {
	margin-top: 40px;
}

.rate-box .box {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 0;
}

.rate-box .box .content {
	margin-bottom: 4rem;
}

.panel-group {
	margin: 0;
}

.panel-group .panel {
	border-radius: 0;
	background-color: transparent;
	border-bottom: 1px solid #b9b8ba;
}

.panel-group .panel .panel-heading {
	padding: 0;
}

.panel-group .panel .panel-heading .panel-title {
	margin: 0;
	padding: 0;
}

.panel-group .panel .panel-heading .panel-title a {
	display: block;
	padding: 15px 10px;
	text-align: center;
	background-color: #fff;
	color: #522c6c;
}

.panel-group .panel .panel-heading .panel-title a[aria-expanded=ture] {
	background-color: #522c6c;
	color: #fff;
}

.panel-group .panel .panel-body {
	margin: 20px -20px;
	border-top: 0 !important;
}

.panel-group .panel .panel-body .box {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 0;
}

.panel-group .panel .panel-body .box .content {
	padding: 20px 10px;
}

.recent-blog-wrap .info-boxes {
	margin: 42px 0;
}

.recent-blog-wrap .recent-blog-content {
	padding: 50px 100px;
	background-color: #fff;
}

.recent-blog-wrap .recent-blog-content img {
	width: 90%;
}

.recent-blog-wrap .recent-blog-content .details {
	font-size: 16px;
}

.recent-blog-wrap .recent-blog-content .details span {
	margin: 0 10px;
}

.recent-blog-wrap .recent-blog-content .details span:first-child {
	margin-left: 0;
}

.recent-blog-wrap .recent-blog-content .item {
	border-bottom: 1px solid #ccc;
	padding: 55px 0;
}

.recent-blog-wrap .recent-blog-content .item img {
	width: 90%;
}

.recent-blog-wrap .recent-blog-content .item.no-pad {
	padding: 0;
}

.recent-blog-wrap .recent-blog-content.news-listing {
	padding: 25px 0 0;
}

.recent-blog-wrap .recent-blog-content.news-listing .item:first-child {
	padding-top: 10px;
}

.recent-blog-wrap a {
	color: #522c6c;
}

.articleHeadline a{
	text-decoration: none;
}

.article-wrap .main-img {
	background: url(../img/news-img.jpg) center center no-repeat;
	background-size: cover;
	height: 340px;
	width: 100%;
	margin-top: 80px;
	margin-bottom: -80px;
}

.articles {
	background: #fff;
	padding: 20px;
}

.articles .top-links {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0 50px;
}

.articles .top-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.articles .top-links ul li {
	display: inline-block;
	margin-right: 30px;
}

.articles .top-links ul li a {
	color: #522c6c;
}

.articles .details {
	color: #716f72;
	font-size: 19px;
}

.articles .details span {
	margin: 0 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
}

.articles .details span strong {
	font-weight: 600;
}

.articles .details span:first-child {
	margin-left: 0;
}

.articles .article-body .news-detail-image {
	float: right;
	padding: 0 0 70px 70px;
}

.articles .article-body p {
	margin-bottom: 50px;
}

.articles .article-body p img {
	display: none;
}

.articles .article-footer {
	padding-bottom: 50px;
}

.articles .article-footer .small {
	font-style: italic;
}

.articles .article-footer .small strong {
	color: #522c6c;
}

.archives {
	padding-top: 60px;
}

.social a:first-child {
	margin-left: 15px;
}

.social a .icon-social {
	color: #716f72;
	padding: 8px;
	background-color: #e8e6e9;
	font-size: 20px;
	border-radius: 20px;
	width: 35px;
	text-align: center;
	margin-right: 5px;
	transition: .3s all ease;
}

.social a .icon-social:hover {
	background-color: #522c6c;
	color: #fff;
}

.comments {
	background-color: #fff;
	margin-top: 30px;
	padding: 60px 0;
}

.comments ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.comments ul li {
	padding: 20px 0;
	border-bottom: 1px solid #e7e7e7;
	color: #4a494b;
}

.comments ul li .details {
	font-size: 14px;
	margin-bottom: 10px;
}

.comments .comment-form {
	clear: both;
	padding: 0 15px;
}

.comments .comment-form textarea {
	width: 100%;
	max-width: 400px;
	height: 150px;
}

.comments .post-comment {
	margin-top: 70px;
}

.related {
	background: #e8e6e9;
	margin-top: 30px;
	padding: 60px 0;
}

.related a img {
	width: 45%;
	margin: 0 10px 10px 0;
	transition: .3s all ease;
}

.related a:hover img {
	border: 10px solid #522c6c;
}

.related .wrap {
	border-right: 1px solid #cacaca;
}

.related ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.related ul li a {
	padding: 25px;
	font-weight: 600;
	display: block;
}

.related ul li a:hover {
	background-color: #fafafa;
}

.news-edit img {
	width: 15px !important;
}

.recent-blog-content a {
	text-decoration: none;
}

table.PagingTable {
	margin-top: 20px;
	width: 100%;
}

#tblDealer {
	width: 100%;
}

.full-cta {
	padding: 100px;
	color: #fff;
	text-align: center;
}

.full-cta .DNNModuleContent a {
	width: 50%;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	margin: 0 auto 35px;
	display: block;
	color: #fff;
}

.full-cta .DNNModuleContent a:hover {
	color: #ff9800;
}

.full-cta p {
	color: #fff;
	font-style: italic;
}

.cl-effect-2 a {
	line-height: 44px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.cl-effect-2 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cl-effect-2 a span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	content: attr(data-hover);
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	-webkit-transform: rotateX(-88deg);
	-moz-transform: rotateX(-88deg);
	-ms-transform: rotateX(-88deg);
	-o-transform: rotateX(-88deg);
	transform: rotateX(-88deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	padding-top: 18px;
}

.cl-effect-2 a:focus span {
	-webkit-transform: rotateX(87deg) translateY(-22px);
	-moz-transform: rotateX(87deg) translateY(-22px);
	-ms-transform: rotateX(87deg) translateY(-22px);
	-o-transform: rotateX(87deg) translateY(-22px);
	transform: rotateX(87deg) translateY(-22px);
}

.cl-effect-2 a:focus span::before {
	background: rgba(255, 255, 255, 0.1);
}

.cl-effect-2 a:hover span {
	-webkit-transform: rotateX(87deg) translateY(-22px);
	-moz-transform: rotateX(87deg) translateY(-22px);
	-ms-transform: rotateX(87deg) translateY(-22px);
	-o-transform: rotateX(87deg) translateY(-22px);
	transform: rotateX(87deg) translateY(-22px);
}

.cl-effect-2 a:hover span::before {
	background: rgba(255, 255, 255, 0.1);
}

.grid {
	max-width: 87em;
	list-style: none;
	margin: 30px auto;
	padding: 0;
}

.grid li {
	display: block;
	float: left;
	padding: 7px;
	width: 50%;
	opacity: 1;
}

.grid li a {
	outline: 0;
	border: none;
	display: block;
	max-width: 100%;
}

.grid li img {
	outline: 0;
	border: none;
	display: block;
	max-width: 100%;
}

.grid li.shown {
	opacity: 1;
}

.no-cssanimations .grid li {
	opacity: 1;
}

.no-js .grid li {
	opacity: 1;
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #eee;
	background-color: #522c6c;
	color: #fff !important;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.modal-header .close {
	color: #fff;
}

.modal-body {
	font-family: proxima-nova, sans-serif;
	font-size: 1rem;
	padding: 1rem;
}

.modal-footer {
	text-align: center;
}

table.rwTitlebarControls {
	margin: 0;
	padding: 0;
}

.dnnHelpText p {
	color: #fff;
}

.RadWindow .rwWindowContent {
	padding: 0;
}

li.tv-node a.icon {
	margin: 0;
}

.sc-menu a span {
	background-color: #2b1439;
	border-radius: 0;
	border: 1px solid #2b1439;
	color: #fff !important;
	font-size: 13px !important;
	padding: 6px 4px 4px 6px;
}

.listContent a span {
	background-color: #ae95da !important;
	border-radius: 0;
	border: 1px solid #ae95da !important;
	color: #fff !important;
	font-size: 13px !important;
	padding: 6px 4px 4px 6px;
}

.page-128 .aside img.img-responsive {
	width: 100%;
	margin: 0 5px;
}

.dnnSearchBoxPanel {
	display: none !important;
}

.dnnSearchResultItem-Description {
	display: none !important;
}

.dnnSearchResultItem-Others {
	display: none !important;
}

.dnnSearchResultPanel {
	display: none !important;
}

ul.searchSkinObjectPreview {
	display: none !important;
}

.dnnSearchResultItem-Title {
	font-weight: 700;
}

span.close-menu {
	width: 45px;
	height: 45px;
	padding-top: 10px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	color: #522c6c;
}

span.close-menu:after {
	padding-top: 10px;
	position: absolute;
	top: 0;
	right: 15px;
	font-family: FontAwesome;
	text-align: center;
	color: #522c6c;
	padding-top: 10px;
	position: absolute;
	top: 0;
	right: 15px;
	font-family: "FontAwesome";
	text-align: center;
	color: #522c6c;
}

.landingContainer {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.my-float {
	font-size: 36px;
	margin-top: 18px;
}

.ChatText {
	color: #FFF;
	font-size: 20px;
	padding-top: 20px;
}
.ChatText:hover{text-decoration:none;}
.float {
	position: fixed;
	width: 170px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #006072;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
}

.carousel-wrapper {
	padding: 0;
	margin-right: -15px;
	margin-left: -15px;
}

.carousel-wrapper .container-fluid {
	padding: 0;
}

.ap-carousel {
	padding-bottom: 60px !important;
	box-shadow: inset 0 -1px 0 0 #dcddde;
}

.ap-carousel-bankingApp {
	padding-bottom: 60px !important;
	box-shadow: inset 0 -1px 0 0 #dcddde;
}

#APCarousel {
	display: flex;
	flex-direction: row;
}

#APCarousel .carousel-controls {
	display: none !important;
}

#APCarousel .carousel-caption {
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	padding: 10px;
	text-shadow: none;
}

#APCarousel .carousel-inner {
	width: 62.666667%;
	padding: 0;
	display: flex;
	flex-direction: column;
	order: 2;
}

#APCarousel .list-group {
	top: 0;
	left: 0;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	order: 1;
}

#APCarousel .list-group .active {
	box-sizing: border-box;
	border: 1px solid #cfc0ea;
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 0 4px 0 rgba(124, 90, 145, 0.24), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.24);
}

#APCarousel .list-group .active i {
	color: #cfc0ea;
}

#APCarousel .list-group-item {
	border-radius: 8px;
	cursor: pointer;
	padding: 10px 15px;
	margin-bottom: 16px;
	background-color: transparent;
	border: 0px solid #ddd;
	display: flex;
}

#APCarousel .list-group-item i {
	color: #4a494b;
	padding-right: 15px;
	font-size: 25px;
	line-height: 32px;
}

#APCarousel .list-group-item p {
	color: #040104;
	font-family: "proxima-nova", sans-serif;
}

#APCarousel-mobileApp {
	display: flex;
	flex-direction: row;
}

#APCarousel-mobileApp .carousel-controls {
	display: none !important;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	padding: 10px;
	text-shadow: none;
}

#APCarousel-mobileApp .carousel-inner {
	width: 62.666667%;
	padding: 0;
	display: flex;
	flex-direction: column;
	order: 2;
}

#APCarousel-mobileApp .list-group {
	top: 0;
	left: 0;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	order: 1;
}

#APCarousel-mobileApp .list-group .active {
	box-sizing: border-box;
	border: 1px solid #cfc0ea;
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 0 4px 0 rgba(124, 90, 145, 0.24), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.24);
}

#APCarousel-mobileApp .list-group .active i {
	color: #cfc0ea;
}

#APCarousel-mobileApp .list-group-item {
	border-radius: 8px;
	cursor: pointer;
	padding: 10px 15px;
	margin-bottom: 16px;
	background-color: transparent;
	border: 0px solid #ddd;
	display: flex;
}

#APCarousel-mobileApp .list-group-item i {
	color: #4a494b;
	padding-right: 15px;
	font-size: 25px;
	line-height: 32px;
}

#APCarousel-mobileApp .list-group-item p {
	color: #040104;
	font-family: "proxima-nova", sans-serif;
}

.carousel-inner > .item {
	display: none;
	position: relative;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out opacity;
	transition: 0.3s ease-in-out opacity;
	left: 0;
}

.carousel-inner > .active {
	opacity: 1;
	left: 0;
	display: block;
}

.page-title-wrapper {
	padding-bottom: 0 !important;
	padding-top: 0;
}

.page-title-wrapper .container-fluid {
	padding: 0;
}

.other-perks-wrapper {
	background: #fff;
	padding-top: 30px;
}

.other-perks-wrapper .other-perks-container {
	text-align: left;
}

.other-perks-wrapper .other-perks-container .sides-nomarg {
	margin: 0;
}

.other-perks-wrapper .other-perks-container .perk-col {
	margin-bottom: 30px;
}

.other-perks-wrapper .other-perks-container .perk-col i {
	color: #cfc0ea;
	font-size: 42px;
	margin-bottom: 30px;
}

.other-perks-wrapper .other-perks-container .perk-col h5 a {
	color: #522c6c;
	font-weight: bold;
}

.other-perks-wrapper .other-perks-container .perk-col h5 a:hover {
	color: #522c6c;
	text-decoration: none;
}

.other-perks-wrapper .other-perks-container .perk-col h5 a:active {
	color: #522c6c;
	text-decoration: none;
}

.other-perks-wrapper .other-perks-container .perk-col h5 a:focus {
	color: #522c6c;
	text-decoration: none;
}

.other-perks-wrapper .other-perks-container .perk-col h5 a:visited {
	color: #522c6c;
	text-decoration: none;
}

.bankingApp-wrapper {
	background: #fff;
	padding-top: 30px;
	padding-bottom: 60px !important;
	text-align: left;
}

.bankingApp-wrapper .mobileApp-container .sides-nomarg {
	margin: 0;
	display: flex;
	align-items: center;
}

.bankingApp-wrapper .mobileApp-container .mobileApp-text p {
	color: #040104;
}

.bankingApp-wrapper .mobileApp-container .mobileApp-text .list-inline {
	padding-top: 15px;
	padding-bottom: 15px;
}

.bankingApp-wrapper .mobileApp-container .mobileApp-text .list-inline li img {
	max-width: 117px;
	max-height: 38px;
}

.bankingApp-wrapper .mobileApp-container .mobileApp-image img {
	width: 100%;
	height: auto;
}

.bankingApp-wrapper .mobileApp-container .mobileApp-btn {
	text-align: right;
}

.bankingApp-wrapper .mobileApp-container .mobileApp-btn .btn-orange-flat {
	padding: 15px;
	text-align: center;
}

.mobileApp-wrapper {
	background: #522c6c;
	padding-top: 30px;
	text-align: left;
	max-width: 1132px;
	margin: auto;
}

.mobileApp-wrapper .mobileApp-container .sides-nomarg {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobileApp-wrapper .mobileApp-container .mobileApp-text p {
	color: #fff;
	font-weight: bold;
}

.mobileApp-wrapper .mobileApp-container .mobileApp-btn {
	text-align: right;
}

.mobileApp-wrapper .mobileApp-container .mobileApp-btn .btn-orange-flat {
	padding: 15px;
	text-align: center;
}

.content-image-wrapper {
	box-shadow: inset 0 -1px 0 0 #dcddde;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 60px !important;
}

.content-image-wrapper .content-image-container .sides-nomarg {
	margin: 0;
}

.content-image-wrapper .content-image-container .sides-nomarg .img-responsive {
	width: 100%;
}

.membership-wrapper {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
	box-shadow: inset 0 -1px 0 0 #dcddde;
	background-color: #e8e6e9;
	text-align: left;
}

.membership-wrapper .membership-container .sides-nomarg {
	margin: 0;
}

.membership-wrapper .membership-container .sides-nomarg p {
	color: #040104;
	font-family: "proxima-nova", sans-serif;
	font-weight: bold;
}

.membership-wrapper .membership-container .sides-nomarg a {
	font-family: "proxima-nova", sans-serif;
	font-weight: bold;
}

.carousel-hero-image {
	position: relative;
}

.carousel-hero-image img {
	width: 100%;
}

.hero-content-wrapper {
	position: absolute;
	margin: 0 auto;
	bottom: 30px;
	width: 100%;
	text-align: left;
}

.hero-content-wrapper .content-box {
	text-align: left;
}

.hero-content-wrapper .content-box .hero-content-carousel p {
	color: #FFFFFF;
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
}

.hero-content-wrapper .list-inline {
	padding-top: 15px;
}

.hero-content-wrapper .list-inline li img {
	max-width: 117px;
	max-height: 38px;
}

.carousel-page {
	margin: 30px 0;
	height: 400px;
	margin-bottom: 60px;
}

.carousel-page .carousel-caption {
	z-index: 10;
	background: rgba(240, 240, 241, 0.6);
	padding: 30px;
	text-align: left;
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
}

.carousel-page .carousel-caption:before {
	content: url(../img/firstQuote.svg);
	color: #522c6c;
	font-family: "FontAwesome";
	display: inline-block;
	position: absolute;
	top: 0;
	left: -30px;
	font-size: 45px;
	height: 45px;
	width: 45px;
}

.carousel-page .carousel-caption:after {
	content: url(../img/secondQuote.svg);
	color: #522c6c;
	font-family: "FontAwesome";
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: -30px;
	font-size: 45px;
	height: 45px;
	width: 45px;
}

.carousel-page .carousel-caption p {
	color: #522c6c;
	margin-bottom: 10px !important;
	text-shadow: none;
}

.carousel-page .carousel-caption .signature-block {
	margin-top: 0;
	margin-bottom: 0px !important;
	color: #4a494b;
}

.carousel-page .item {
	height: 400px;
	background-color: #fff;
}

.carousel-page .item > img {
	position: absolute;
}

.carousel-page .item.active {
	display: flex;
	justify-content: center;
}

.carousel-page .carousel-indicators {
	top: 100%;
}

.carousel-page .carousel-indicators li {
	background: #716f72;
	border-radius: 0px;
	height: 5px;
	width: 15px;
}

.carousel-page .carousel-indicators li.active {
	background: #522c6c;
	border-radius: 0px;
	height: 8px;
	width: 15px;
}

.carousel-page .carousel-control {
	background-image: none;
}

.carousel-page .carousel-control .fa-angle-right {
	width: 45px;
	height: 45px;
	margin-top: -15px;
	font-size: 45px;
	margin-right: -15px;
	position: absolute;
	right: 50%;
	top: 50%;
	z-index: 5;
	display: inline-block;
	color: #716f72;
}

.carousel-page .carousel-control .fa-angle-left {
	width: 45px;
	height: 45px;
	margin-top: -15px;
	font-size: 45px;
	margin-left: -15px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	display: inline-block;
	color: #716f72;
}

.carousel-page .carousel-inner > .item.next {
	left: 0;
	transform: translate3d(100%, 0, 0);
}

.carousel-page .carousel-inner > .item.active.right {
	left: 0;
	transform: translate3d(100%, 0, 0);
}

.carousel-page .carousel-inner > .item.prev {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.carousel-page .carousel-inner > .item.active.left {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.carousel-page .carousel-inner .quote-carousel-img {
	max-width: 175px;
	width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out;
}

[data-anchorjs-icon]::after {
	content: attr(data-anchorjs-icon);
	content: attr(data-anchorjs-icon);
}

.topic-hero .topic-wrap .topic-hero-image h1 {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.topic-hero .topic-wrap {
	padding: 10px 0;
}

.topic-hero .topic-wrap .topic-hero-image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.topic-hero .topic-wrap .topic-hero-image > .img-responsive {
	width: 100%;
}

.anchor-content-container {
	background: #fff;
	padding: 30px !important;
	text-align: left;
}

.anchor-content-container .topic-intro-row {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #DCDDDE;
}

.anchor-content-container .anchor-item {
	margin-bottom: 30px;
}

.anchor-content-container .anchor-item h4 div span {
	float: left;
	padding-right: 15px;
}

.anchor-content-container .anchor-item h4 div:hover a {
	opacity: 1;
	visibility: visible;
}

.anchor-content-container .anchor-item h4 div a {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	display: block;
	width: 100%;
}

.anchor-content-container .anchor-item h3 div a {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	display: block;
	width: 100%;
}

.anchor-links-container {
	position: relative;
}

.anchor-links-container .anchor-links-box {
	background: #fff;
	padding: 30px;
	margin-bottom: 15px;
	text-align: left;
	max-height: 1000px;
}

.anchor-links-container .anchor-links-box.affix {
	top: 15px;
	width: 27.6%;
	max-width: 450px;
	z-index: 9001;
	transition: all 0.3s ease-in-out;
}

.anchor-links-container .nav-side-menu {
	overflow: auto;
}

.anchor-links-container .nav-side-menu .toggle-btn {
	display: none;
	background: #fff;
	border: 0px solid #ff9800;
	padding: 10px;
	border-radius: 6px;
	color: #522c6c !important;
}

.anchor-links-container .nav-side-menu ul {
	padding-right: 15px;
	font-size: 1rem;
	font-weight: 400;
	list-style: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
	margin: 24px 0;
}

.anchor-links-container .nav-side-menu ul a > strong {
	font-weight: 400;
	vertical-align: middle;
}

.anchor-links-container .nav-side-menu ul .sub-menu li.active {
	color: #967110;
}

.anchor-links-container .nav-side-menu ul .sub-menu li.active a {
	color: #2b1439;
}

.anchor-links-container .nav-side-menu ul .sub-menu li {
	border: none;
	line-height: 28px;
	margin-left: 0px;
}

.anchor-links-container .nav-side-menu li.collapsed p:after {
	content: '\f078';
	font-family: "FontAwesome";
	display: inline-block;
	float: right;
	color: #716f72;
}

.anchor-links-container .nav-side-menu li {
	padding-left: 0px;
	list-style: none;
}

.anchor-links-container .nav-side-menu li p:after {
	content: '\f077';
	font-family: "FontAwesome";
	display: inline-block;
	float: right;
	color: #716f72;
}

.anchor-links-container .nav-side-menu li > a > strong {
	font-weight: 400;
	vertical-align: middle;
}

.anchor-links-container .nav-side-menu li .sub-menu li.active {
	color: #967110;
}

.anchor-links-container .nav-side-menu li .sub-menu li.active a {
	color: #2b1439;
}

.anchor-links-container .nav-side-menu li .sub-menu li {
	border: none;
	line-height: 28px;
	margin-left: 0px;
}

.anchor-links-container .nav-side-menu li a:hover {
	text-decoration: none;
}

.anchor-links-container .nav-side-menu li a i {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	width: 32px;
}

.anchor-links-container #menu-content > li > p {
	font-family: "proxima-nova", sans-serif;
	color: #0e3064;
	font-weight: 500;
}

.topButton {
	position: fixed;
	bottom: 15px;
	right: 30px;
}

.topButton .topAnchor {
	background: #ff9800;
	border: 1px solid #ff9800;
	padding: 10px;
	border-radius: 6px;
	display: block;
	cursor: pointer;
}

.topButton .topAnchor:hover {
	text-decoration: none;
}

.topButton .topAnchor:focus {
	text-decoration: none;
}

.topButton .topAnchor:active {
	text-decoration: none;
}

.topButton .topAnchor .top-txt {
	margin: 0;
	font-weight: 700;
	font-family: proxima-nova, sans-serif;
	color: #522c6c !important;
	font-size: 14px !important;
	text-align: center;
}

.purpleIcon {
	color: #cfc0ea;
}

.contactInfo {
	margin-bottom: 60px;
	font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	margin-top: 60px;
}

.contactInfo i {
	font-size: 42px;
	padding-right: 15px;
	line-height: 32px;
	margin-bottom: 16px;
}

.contactLargeCTA {
	padding: 25px;
}

.contactLargeCTA i {
	font-size: 42px;
	padding-right: 15px;
	line-height: 32px;
	margin-bottom: 16px;
}

.contactLargeCTA p {
	color: #4a494b;
	font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
}

.contactCommunity a {
	color: #0e3064;
	font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
}

.contactCommunity img {
	width: 30px;
	height: 30px;
	margin-right: 5%;
}

.routingNumber {
	color: #4a494b;
	font-family: "Proxima-Nova", Helvetica, Arial, Sans-Serif;
	font-size: 24px;
	line-height: 24px;
}

.contactFeedback {
	margin-left: 60px;
	position: relative;
	height: 100%;
}

.contactFeedback i {
	color: #cfc0ea;
	font-size: 42px;
	padding-right: 15px;
	line-height: 32px;
	float: left;
	position: absolute;
	margin-left: -60px;
}

.contactFeedback a {
	color: #0e3064;
}

.fullBleed {
	height: 120px;
	line-height: 120px;
	text-align: center;
	width: 100%;
	background-color: #522c6c;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.fullBleed p {
	vertical-align: middle;
	color: #FFFFFF;
	line-height: normal;
	padding-top: 45px;
}

.fullBleed button {
	border-radius: 4px;
	background-color: #ff9800;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	color: #040104;
	margin-left: 10%;
}

.fullBleedOffWhite {
	min-height: 488px;
	width: 100%;
	background-color: #F8F6F9;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.fullBleedGradiant {
	height: 180px;
	text-align: center;
	width: 100%;
	background: linear-gradient(to right, #672F88, #2D153C);
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.fullBleedGradiant h2:after {
	background: #ff9800;
	display: block;
	content: '';
	width: 64px;
	height: 4px;
	margin-bottom: 16px;
	margin-top: 8px;
}

.fullBleedGradiant p {
	color: #FFF;
	display: block;
	text-align: left;
}

.disclaimerText {
	color: #4A494B;
	font-family: proxima-nova;
	font-size: 12px;
	line-height: 20px;
	padding: 16px;
}

.mobileImage {
	padding: 30px;
}

.contactAppCTA {
	padding-top: 40px;
	height: 100%;
}

.contactAppCTA h2 {
	font-weight: bold;
}

.appBadges {
	padding-top: 30px;
}

.feedback {
	padding: 64px 40px 64px 0px;
}

.hoursBox {
	background-color: #FFFFFF;
	padding: 10px;
}

.whiteBackground {
	background-color: #FFFFFF;
}

.offWhiteBackground {
	background-color: #F8F6F9;
}

.bottomSpace {
	margin-bottom: 16px;
}

.addressWrapper {
	padding: 40px;
}

.anchorButton {
	border-radius: 4px;
	background-color: #ff9800;
	border: 10px solid #ff9800;
	margin-left: 100px;
	color: #040104;
	text-align: left;
}

.anchorButtonInline {
	border-radius: 4px;
	background-color: #ff9800;
	border: 10px solid #ff9800;
	margin-left: 100px;
	color: #040104;
	text-align: left;
	display: inline-block;
}

.anchorButtonText {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: 16px;
	color: #040104;
}

.padRight {
	padding-left: 32px;
}

.anchorButtonRight {
	border-radius: 4px;
	background-color: #ff9800;
	border: 10px solid #ff9800;
	color: #040104;
	text-align: left;
}

.contactHero {
	height: 500px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
}

.fullBleedMobile {
	display: none;
}

.fullBleedGradiantMobile {
	display: none;
}

.homeCTA {
	margin-bottom: 40px;
	padding-left: 16px;
	padding-right: 64px;
	min-height: 200px;
}

.homeCTA img {
	height: 56px;
	width: 56px;
}

.homeCTA p {
	color: #4A494B;
}

.homeCTA a {
	color: #0e3064;
	text-decoration: underline;
}

.homeCTAWrapper {
	padding: 64px 0px;
}

.homeownerImprovementHero {
	height: 500px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
}

.homeHeroText p {
	color: #4A494B;
	font-family: Proxima-Nova;
	margin-bottom: 32px;
}

.anchorButtonLeft {
	border-radius: 4px;
	background-color: #ff9800;
	border: 5px solid #ff9800;
	color: #040104;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: 16px;
	padding: 12px 24px;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
}

.popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 20%;
	position: relative;
	transition: all 5s ease-in-out;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.popup .close:hover {
	color: #419b21;
}

.popup .content {
	max-height: 30%;
	overflow: auto;
}

.homeImprovementHeroText {
	vertical-align: middle;
}

.skip {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 1px;
	width: 1px;
	text-align: left;
	overflow: hidden;
}


@media (min-width: 1300px) {


	nav .secondary .navbar-nav {
		margin-right: 0;
	}

	nav .search-chat .nav-icons {
		display: inline-block;
		color: #ff9800;
		background: #522c6c;
		font-size: 20px;
		padding: 8px;
		width: 45px;
		border-radius: 90px;
		text-align: center;
		margin: 16px 6px;
	}

	nav .search-chat span .text {
		margin-top: -5px;
	}

	nav .icon-nav {
		margin-top: 20px;
	}

	nav .icon-nav.list-inline > li {
		padding: 0;
		float: left;
		cursor: pointer;
	}

	nav .icon-nav.list-inline > li:last-of-type {
		margin-left: 5px;
	}

	.ctas a div {
		font-size: 100%;
	}
}

@media (min-width: 1200px) {

	nav .icon-nav {
		margin-top: 15px;
	}
}

@media (max-width: 1199px) {

	nav .icon-nav {
		margin-top: 20px;
	}

	nav .icon-nav.list-inline > li {
		padding: 0;
	}

	nav .mobile-nav-btn {
		color: #040104;
		padding: 8px 16px;
		font-size: 1rem;
		line-height: 1.5;
		border-radius: 8px;
		font-weight: 700;
		text-align: center;
		background-color: #e8e6e9;
		text-decoration: none;
		display: inline-block;
		
	}
	
	nav .mobile-nav-login{
		color: #040104;
		background-color: #ff9800;
		padding: 8px 16px;
		font-size: 1rem;
		line-height: 1.5;
		border-radius: 8px;
		font-weight: 700;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		margin-top: 8px;
		margin-right: 8px;
	}

	nav .mobile-nav-login:visited{
		text-decoration: none;
		color: #040104;
	}
	
	nav .mobile-nav-login:hover {
		text-decoration: none;
	}
	
	.hero {
		height: 700px;
		padding: 20px 10px;
	}

	.hero .hero-img {
		height: 460px;
	}

	.hero .hero-img .login-box {
		padding: 20px;
		margin-left: 0;
		background: rgba(255, 255, 255, 0.6);
		display: block;
		margin-bottom: 0;
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	.ctas a {
		display: inline-block;
		height: 210px;
		margin-bottom: 30px;
		position: relative;
		width: 49.75%;
		margin-top: 4px;
	}

	.feature {
		margin: 0 25px;
	}

	.feature .copy {
		width: 60%;
		padding: 15px 30px;
	}

	.feature .copy:after {
		top: 15px;
	}

	.products {
		margin: 40px 25px;
	}

	.why {
		padding: 40px;
	}

	.why .box {
		padding: 40px 50px;
	}

	.contact-box {
		height: 195px;
	}

	.contact-box .lead {
		font-size: 1.5rem;
		font-weight: 500;
		color: #666;
		margin-bottom: 0;
	}

	.crumbs .login-box {
		padding: 14px 15px 10px;
	}

	.split-image-content-box .white-bg .img-container {
		height: 400px;
	}

	.info-boxes {
		margin: 42px;
	}

	.info-boxes .box {
		display: table-cell;
		height: auto;
		margin: 15px -7.5px;
		width: 50%;
	}

	.info-boxes .col {
		margin: 15px 0;
	}

	.info-boxes .one .img {
		position: relative;
	}

	.info-boxes .one .img:before {
		border-width: 27px 26px 27px 0;
		border-color: transparent #ff9800 transparent transparent;
		margin-top: -35px;
		top: 50%;
		left: 100%;
	}

	.info-boxes .two .img {
		position: relative;
	}

	.info-boxes .two .img:before {
		border-width: 27px 0 27px 26px;
		border-color: transparent transparent transparent #ae95da;
		margin-top: -35px;
		margin-left: 0;
		top: 50%;
		left: 0;
	}

	.info-boxes .box.facebook:after {
		content: '\f230';
		font-family: FontAwesome;
		font-size: 60px;
		color: #e8e6e9;
		position: absolute;
		transition: .3s all ease;
	}

	.info-boxes .member-spotlight .box {
		height: 400px;
	}

	.info-boxes .member-spotlight .img.box {
		background-position: right top !important;
	}

	.info-boxes .member-spotlight .box.text {
		left: 0;
	}

	#login-bar {
		left: 0;
		width: 88%;
		max-width: 350px;
		margin: -21px auto 0;
		box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.5);
		right: 0;
	}

	#login-bar:after {
		display: none;
	}

	#login-bar span.close-login {
		content: '\f00d';
		background: #f2f2f2;
		width: 45px;
		height: 45px;
		padding-top: 10px;
		position: absolute;
		top: 0;
		right: 0;
		font-family: FontAwesome;
		text-align: center;
		color: #522c6c;
		cursor: pointer;
	}

	#login-bar span.close-login:after {
		content: '\f00d';
		padding-top: 10px;
		position: absolute;
		top: 0;
		right: 15px;
		font-family: FontAwesome;
		text-align: center;
		color: #522c6c;
	}

	form#login input {
		width: 90.5%;
	}

	.login-item p {
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		bottom: auto;
		font-weight: 700;
	}

	.login-item:before {
		display: none;
	}

	.login-item.active p {
		color: #fff !important;
	}

	.login-item.active:after {
		background: #ff9800;
		width: 100%;
		height: 50px;
		content: "";
		position: absolute;
		bottom: -47px;
	}

	.list-inline > li.search-item {
		display: none;
	}
}

@media (max-width: 1199px) and (min-width: 570px) {
	#login-bar {
		left: auto;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.crumbs ul {
		padding: 10px 40px;
	}

	.crumbs .login-box {
		padding: 9px 40px 4px;
	}

	.hero {
		height: auto;
		width: 100%;
		padding: 20px 0;
		margin-bottom: 0;
	}

	.hero .hero-img {
		height: 489px;
	}

	.hero .hero-box {
		margin-left: 10%;
		margin-top: 0;
		padding-top: 30px;
	}

	.hero .login-box {
		padding: 20px;
		margin-left: 0;
		background: rgba(255, 255, 255, 0.45);
		display: block;
		position: relative;
		bottom: -42px;
		text-align: center;
	}

	.split-image-content-box .white-bg .img-container {
		height: 400px;
	}

	.ctas a {
		height: 210px;
		margin-bottom: 30px;
		position: relative;
		width: 49.5%;
		margin-top: 6px;
		float: left;
		margin-right: 8px;
	}

	.ctas a:last-child {
		margin-right: 0;
	}

	.ctas a div {
		position: relative;
		height: 100%;
		padding: 15px 0;
		background-color: rgba(77, 48, 105, 0.8);
	}

	.ctas a div .content {
		opacity: 1;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		padding: 8px;
		margin-top: 20px;
	}

	.owl-controls {
		margin-top: 30px;
	}

	.products {
		margin: 40px 15px;
	}

	.products .product-carousel .owl-next {
		position: initial;
		width: 20%;
		display: inline-block;
	}

	.products .product-carousel .owl-prev {
		position: initial;
		width: 20%;
		display: inline-block;
	}

	.why {
		padding: 20px;
	}

	.why .box {
		padding: 40px;
	}

	footer .top-footer {
		padding: 100px 0 50px;
	}

	footer .top-footer .box {
		padding: 0 10px;
	}

	.feature {
		display: block;
		position: relative;
		height: auto;
		padding: 0;
	}

	.feature .headline {
		text-align: left;
		font-size: 1rem;
		display: block;
	}

	.feature .headline .icon.small {
		float: left;
	}

	.feature .headline.threeline {
		text-align: left;
		font-size: 1rem;
		display: block;
	}

	.feature .headline.threeline .icon.small {
		float: left;
	}

	.feature .headline.twoline {
		text-align: left;
		font-size: 1rem;
		display: block;
	}

	.feature .headline.twoline .icon.small {
		float: left;
	}

	.feature .copy {
		display: block;
		clear: both;
		height: auto;
		position: relative;
		width: 100%;
		font-size: 1rem;
	}

	.feature .copy:before {
		content: none;
	}

	.feature .copy.threeline {
		display: block;
		clear: both;
		height: auto;
		position: relative;
		width: 100%;
		font-size: 1rem;
	}

	.feature .copy.threeline:before {
		content: none;
	}

	.feature .copy.twoline {
		display: block;
		clear: both;
		height: auto;
		position: relative;
		width: 100%;
		font-size: 1rem;
	}

	.feature .copy.twoline:before {
		content: none;
	}

	.feature:after {
		clear: both;
	}

	.home-main .alert-pane {
		margin: 0;
		padding: 20px 20px 0;
	}

	.feature-orange {
		background-color: #ff9800;
		color: #fff;
		padding: 25px !important;
		font-size: 1.5rem;
	}

	.feature-orange .headline {
		font-weight: 800;
		display: block;
		float: none;
		margin-right: 10px;
	}

	.feature-orange .headline .icon.small {
		font-size: 20px;
		line-height: 1rem;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.feature-orange .copy {
		clear: both;
		font-weight: 400;
		padding-top: 15px;
	}

	.contact-box {
		text-align: center;
		height: auto;
	}

	.grid li {
		display: block;
		float: left;
		padding: 7px;
		width: 100%;
		opacity: 1;
	}
	.toolbar ul li {
		display: inline-block;
	}

	.toolbar ul li:first-child {
		margin-left: 0;
	}

	.toolbar ul li a span {
		top: 4px;
	}

	.tabs-main {
		background: 0 0;
	}

	.tabs-main .nav-stacked {
		margin: 0 auto;
	}

	.tabs-main .nav-stacked li {
		border: 1px solid #ddd;
		margin-bottom: 0;
		margin-top: -1px !important;
	}

	.tabs-main .nav-stacked li a {
		display: block;
		width: 100%;
		padding: 15px 10px;
		text-align: center;
		background-color: #fff;
	}

	.tabs-main .nav-stacked li.active a {
		color: #fff;
		background: #522c6c;
	}

	.tabs-main .nav-justified {
		border-bottom: 0;
		overflow: hidden;
		position: relative;
		height: 82px;
		padding: 0;
	}

	.tabs-main .nav-justified::after {
		content: "☰";
		position: absolute;
		top: 8px;
		right: 15px;
		z-index: 20;
		pointer-events: none;
		font-size: 20px;
	}

	.tabs-main .nav-justified li {
		display: block;
	}

	.tabs-main .nav-justified li a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.tabs-main .nav-justified li a.active-m {
		border: 0;
		z-index: 1;
		background: #666;
	}

	.tabs-main .nav-justified li.active a:after {
		display: none;
	}

	.tabs-main .nav-justified.open a {
		position: relative;
		display: block;
	}

	.tabs-main .tab-content {
		margin: 40px -20px;
	}

	.tabs-main .tab-content .box .content {
		padding: 10px;
	}

	.info-boxes {
		margin: 42px;
	}

	.info-boxes .box {
		display: table-cell;
		height: auto;
		min-height: 300px;
		margin: 0;
		width: 50%;
		float: left;
	}

	.info-boxes .box.text {
		padding: 30px;
	}

	.info-boxes .box.twitter {
		padding: 30px;
	}

	.info-boxes .box.twitter:after {
		top: 13px;
		left: 85%;
		font-size: 40px;
	}

	.info-boxes .box.twitter p {
		margin-left: 0;
	}

	.info-boxes .col {
		margin: 15px 0;
	}

	.info-boxes .one .img {
		position: relative;
	}

	.info-boxes .one .img:before {
		border-width: 27px 26px 27px 0;
		border-color: transparent #ff9800 transparent transparent;
		margin-top: -35px;
		top: 50%;
		left: 100%;
	}

	.info-boxes .two .img {
		position: relative;
	}

	.info-boxes .two .img:before {
		border-width: 27px 0 27px 26px;
		border-color: transparent transparent transparent #ae95da;
		margin-top: -35px;
		margin-left: 0;
		top: 50%;
		left: 0;
	}

	.service-box-wrap .service-box {
		padding: 30px;
		.
		height: 100%;
		text-decoration: none;
	}

	.service-box-wrap .service-box img.icon-large {
		width: 50px;
		height: 50px;
		margin-right: 10pxpx;
	}

	img.icon-large& + h3 {
		text-align: left;
		margin-left: 15px;
	}

	.service-box-wrap .service-box p {
		text-align: left;
		clear: both;
		margin-left: 0;
		text-decoration: none;
	}

	.dnnSearchBoxPanel {
		display: none !important;
	}

	.dnnSearchResultItem-Description {
		display: none !important;
	}

	.dnnSearchResultItem-Others {
		display: none !important;
	}

	.dnnSearchResultPanel {
		display: none !important;
	}

	.searchInputContainer a.dnnSearchBoxClearText.dnnShow {
		display: none !important;
	}

	ul.searchSkinObjectPreview {
		display: none !important;
	}

	.dnnSearchResultItem-Title {
		font-weight: 700;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	nav .navbar-brand img {
		margin-top: 0;
	}

	nav .icon-nav {
		margin-top: 10px;
		margin-right: 20px;
	}

	.tabs-main {
		background: 0 0;
	}

	.tabs-main .nav-stacked {
		margin: 0 auto;
	}

	.tabs-main .nav-stacked li {
		border: 1px solid #ddd;
		margin-bottom: 0;
		margin-top: -1px !important;
	}

	.tabs-main .nav-stacked li a {
		display: block;
		width: 100%;
		padding: 15px 10px;
		text-align: center;
		background-color: #fff;
	}

	.tabs-main .nav-stacked li.active a {
		color: #fff;
		background: #522c6c;
	}

	.tabs-main .nav-justified {
		border-bottom: 0;
		overflow: hidden;
		position: relative;
		height: 82px;
		padding: 0;
	}

	.tabs-main .nav-justified::after {
		content: "☰";
		position: absolute;
		top: 8px;
		right: 15px;
		z-index: 20;
		pointer-events: none;
		font-size: 20px;
	}

	.tabs-main .nav-justified li {
		display: block;
	}

	.tabs-main .nav-justified li a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.tabs-main .nav-justified li a.active-m {
		border: 0;
		z-index: 1;
		background: #666;
	}

	.tabs-main .nav-justified li.active a:after {
		display: none;
	}

	.tabs-main .nav-justified.open a {
		position: relative;
		display: block;
	}

	.tabs-main .tab-content {
		margin: 40px -20px;
	}

	.tabs-main .tab-content .box .content {
		padding: 10px;
	}

	.hero {
		height: auto !important;
		padding-bottom: 20px;
		margin-bottom: 0;
	}

	.hero .hero-img {
		margin-bottom: 0;
		padding: 0;
		height: auto;
	}

	.hero .hero-box {
		padding: 25px !important;
		margin: 0 !important;
		background: rgba(255, 255, 255, 0.6);
		height: 100%;
		text-align: center;
	}

	p& + p {
		margin-top: 12px;
	}
	a.video {
		display: block;
		float: none;
		padding-left: 0;
		padding-top: 0;
		margin-right: 0;
	}

	.home-main .alert-pane {
		margin: 0;
		padding: 20px 20px 0;
	}

	.feature-orange {
		background-color: #ff9800;
		color: #fff;
		padding: 25px !important;
		font-size: 1rem;
	}

	.feature-orange .headline {
		font-weight: 800;
		display: block;
		float: none;
		margin-right: 10px;
	}

	.feature-orange .headline .icon.small {
		font-size: 20px;
		line-height: 1.2em;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.feature-orange .copy {
		clear: both;
		font-weight: 400;
		padding-top: 15px;
	}

	.feature {
		display: block;
		position: relative;
		height: auto;
		padding: 0;
	}

	.feature .headline {
		text-align: left;
		font-size: 1rem;
		display: block;
	}

	.feature .headline .icon.small {
		float: left;
	}

	.feature .headline.threeline {
		text-align: left;
		font-size: 1rem;
		display: block;
	}

	.feature .headline.threeline .icon.small {
		float: left;
	}

	.feature .headline.twoline {
		text-align: left;
		font-size: 1rem;
		display: block;
	}

	.feature .headline.twoline .icon.small {
		float: left;
	}

	.feature .copy {
		display: block;
		clear: both;
		height: auto;
		position: relative;
		width: 100%;
		font-size: 1rem;
	}

	.feature .copy:before {
		content: none;
	}

	.feature .copy.threeline {
		display: block;
		clear: both;
		height: auto;
		position: relative;
		width: 100%;
		font-size: 1rem;
	}

	.feature .copy.threeline:before {
		content: none;
	}

	.feature .copy.twoline {
		display: block;
		clear: both;
		height: auto;
		position: relative;
		width: 100%;
		font-size: 1rem;
	}

	.feature .copy.twoline:before {
		content: none;
	}

	.feature:after {
		clear: both;
	}

	.products {
		margin-top: 40px;
	}

	.products .product-carousel .owl-next {
		position: initial;
		width: 30%;
		display: inline-block;
	}

	.products .product-carousel .owl-prev {
		position: initial;
		width: 30%;
		display: inline-block;
	}

	.info-boxes .box:not(.sc-edit) {
		margin: 0 0 15px;
		position: relative;
		display: table-cell;
		min-height: 300px;
		width: 50%;
	}

	.info-boxes .box:not(.sc-edit).twitter:after {
		font-size: 40px;
	}

	.info-boxes .one .img {
		position: relative;
	}

	.ctas {
		margin-top: 20px;
	}

	.ctas a {
		height: 280px;
		position: relative;
		width: 47.7%;
		margin: 0 25px 0 0;
		float: left;
	}

	.ctas a:nth-child(even) {
		margin-right: 0;
	}

	.ctas a div {
		position: relative;
		height: 100%;
		padding: 15px 5px;
		background-color: rgba(77, 48, 105, 0.8);
	}

	.ctas a div .content {
		opacity: 1;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.wow {
		visibility: visible !important;
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

	.wrap .fine-print {
		font-style: italic;
		font-size: 12px;
		line-height: 20px !important;
		font-weight: 400;
	}

	.wrap span.fine-print {
		font-style: italic;
		font-size: 12px;
		line-height: 20px !important;
		font-weight: 400;
	}

	.recent-blog-wrap .recent-blog-content .item img {
		width: 90%;
		display: block;
		float: none;
		margin: 0 auto;
	}

	.recent-blog-wrap .list-summary {
		padding: 10px 20px;
	}

	.dnnSearchBoxPanel {
		display: none !important;
	}

	.dnnSearchResultItem-Description {
		display: none !important;
	}

	.dnnSearchResultItem-Others {
		display: none !important;
	}

	.dnnSearchResultPanel {
		display: none !important;
	}

	.searchInputContainer a.dnnSearchBoxClearText.dnnShow {
		display: none !important;
	}

	ul.searchSkinObjectPreview {
		display: none !important;
	}

	.dnnSearchResultItem-Title {
		font-weight: 700;
	}

	.articles .article-body .news-detail-image {
		float: none;
		display: block;
		padding: 20px 0;
	}
}

@media (max-width: 576px){
	.col-xxs-12{
		width: 100%;
	}
}

@media (max-width: 767px) {
	nav {
		height: auto;
		padding-bottom: 0;
	}

	nav .search-chat {
		right: 65px;
		top: 5px;
	}

	nav .icon-nav {
		margin-top: 8px;
	}

	nav .mobile-nav-btn {
		margin-right: 0;
	}

	nav .navbar-brand img {
		height: 48px;
		margin-top: 0;
	}

	.hero {
		height: auto !important;
		margin-bottom: 0;
	}

	.hero .hero-img {
		margin-bottom: 0;
		padding: 0;
		background: #fff !important;
		height: auto;
	}

	.hero .hero-box {
		padding: 25px !important;
		margin: 0 !important;
		background: rgba(255, 255, 255, 0.6);
		height: 100%;
		text-align: center;
	}

	p& + p {
		margin-top: 12px;
	}

	.hero #dnn_CTAPane {
		margin-top: 20px;
	}

	.hero .login-box {
		padding: 40px !important;
		margin-left: 0;
		background: 0 0 !important;
		display: block;
		margin-bottom: 0;
		margin-top: 2px;
		bottom: 0;
		width: 92% !important;
	}

	.hero .login-box form .input-group {
		width: 100% !important;
		margin-right: 10px;
		margin-bottom: 10px !important;
	}

	.navbar-toggle {
		margin-top: 8px;
	}

	.ctas a {
		display: block;
		height: 200px;
		margin-bottom: 5px;
		position: relative;
		width: 100%;
		margin-top: 4px;
	}

	.ctas a div {
		position: relative;
		height: 100%;
		padding: 15px 10px;
		background-color: rgba(77, 48, 105, 0.8);
	}

	.ctas a div .content {
		opacity: 1;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		padding: 10px 0 0;
	}

	.feature {
		display: block;
		position: relative;
		height: auto;
		padding: 0;
	}

	.feature .headline {
		text-align: left;
		font-size: 1rem;
		display: block;
	}

	.feature .headline .icon.small {
		float: left;
	}

	.feature .headline.threeline {
		text-align: left;
		font-size: 1rem;
		display: block;
	}

	.feature .headline.threeline .icon.small {
		float: left;
	}

	.feature .headline.twoline {
		text-align: left;
		font-size: 1rem;
		display: block;
	}

	.feature .headline.twoline .icon.small {
		float: left;
	}

	.feature .copy {
		display: block;
		clear: both;
		height: auto;
		position: relative;
		width: 100%;
		font-size: 1rem;
	}

	.feature .copy:before {
		content: none;
	}

	.feature .copy.threeline {
		display: block;
		clear: both;
		height: auto;
		position: relative;
		width: 100%;
		font-size: 1rem;
	}

	.feature .copy.threeline:before {
		content: none;
	}

	.feature .copy.twoline {
		display: block;
		clear: both;
		height: auto;
		position: relative;
		width: 100%;
		font-size: 1rem;
	}

	.feature .copy.twoline:before {
		content: none;
	}

	.feature:after {
		clear: both;
	}

	.home-main .alert-pane {
		margin: 0;
		padding: 20px 20px 0;
	}

	.feature-orange {
		background-color: #ff9800;
		color: #fff;
		padding: 25px !important;
		font-size: 1rem;
	}

	.feature-orange .headline {
		font-weight: 800;
		display: block;
		float: none;
		margin-right: 10px;
	}

	.feature-orange .headline .icon.small {
		font-size: 20px;
		line-height: 1rem;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.feature-orange .copy {
		clear: both;
		font-weight: 400;
		padding-top: 15px;
	}

	.products {
		padding: 10px;
		margin-top: 20px;
		margin-bottom: 5px;
	}

	.products .product-carousel .owl-next {
		position: initial;
		width: 30%;
		display: inline-block;
	}

	.products .product-carousel .owl-prev {
		position: initial;
		width: 30%;
		display: inline-block;
	}

	.products .product-carousel .product-icon img.image-icon {
		margin-left: 25px;
	}

	.why {
		padding: 20px 0;
		background-size: contain;
		margin: 0;
	}

	.why .box {
		padding: 20px;
		background-color: #fff;
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
		margin-top: 100px;
	}

	footer .top-footer {
		padding: 70px 0 30px;
	}

	.bod-box {
		padding: 30px;
	}

	h4& + p {
		margin-top: 0;
	}

	.bod-box p {
		margin-top: 12px;
	}

	.bod-box .lead {
		margin-top: 12px;
	}

	.bod-box img {
		float: none;
	}

	.quote .icon-quote {
		font-size: 20px;
		line-height: 20px;
		margin: 0 10px;
		float: left;
	}

	.quote p {
		padding: 0;
	}

	.experience-box {
		padding: 20px;
		font-size: 1rem;
	}

	.experience-box table {
		margin-top: 0 !important;
	}

	a.video {
		float: none;
		clear: both;
		margin: 0 0 20px;
		padding: 0;
	}

	a.video img {
		max-width: 250px;
	}

	ul.sc-menu {
		display: none;
	}

	#accordion .panel-heading .panel-title a {
		padding: 10px;
	}

	#accordion span ul {
		display: none;
	}

	#accordion .panel-body {
		margin: 0 !important;
	}

	.calc-wrap {
		margin: 0 !important;
	}

	.split-image-content-box {
		padding: 0 0 25px;
	}

	.split-image-content-box .white-bg .box-content {
		text-align: left;
		padding: 32px 0;
	}

	.service-box-wrap {
		padding: 0;
	}

	.service-box-wrap .service-box {
		padding: 30px;
		text-decoration: none;
	}

	.service-box-wrap .service-box img.icon-large {
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}

	img.icon-large& + h3 {
		text-align: left;
	}

	.service-box-wrap .service-box p {
		text-align: left;
		clear: both;
		margin-left: 0;
		text-decoration: none;
	}

	.icon {
		margin: 20px auto 40px;
		float: none;
		display: block;
	}

	img.ap-icon {
		width: 50px;
	}

	img.ap-icon& + h2 {
		padding-top: 5px;
		text-align: left;
	}

	.image-icon {
		width: 65px;
		height: 65px;
	}

	.full-cta {
		padding: 40px 20px;
	}

	.full-cta a span {
		width: 100%;
	}

	.crumbs .login-box {
		padding: 9px 10px 4px;
	}

	.crumbs .login-box .navbar-form {
		margin-left: 0;
		margin-right: 0;
	}

	.crumbs .login-box .navbar-form .input-group {
		width: 35%;
		display: inline-flex;
	}

	.crumbs .login-box h5 a {
		margin-left: 5px;
	}

	.crumbs ul {
		padding: 10px 15px;
	}

	.dropdown-menu .circle-icon.small {
		float: left;
	}

	.tabs-main {
		background: 0 0;
	}

	.tabs-main .nav-stacked {
		margin: 0 auto;
	}

	.tabs-main .nav-stacked li {
		border: 1px solid #ddd;
		margin-bottom: 0;
		margin-top: -1px !important;
	}

	.tabs-main .nav-stacked li a {
		display: block;
		width: 100%;
		padding: 15px 10px;
		text-align: center;
		background-color: #fff;
	}

	.tabs-main .nav-stacked li.active a {
		color: #fff;
		background: #522c6c;
	}

	.tabs-main .nav-justified {
		border-bottom: 0;
		overflow: hidden;
		position: relative;
		height: 82px;
		padding: 0;
	}

	.tabs-main .nav-justified::after {
		content: "☰";
		position: absolute;
		top: 8px;
		right: 15px;
		z-index: 20;
		pointer-events: none;
		font-size: 20px;
	}

	.tabs-main .nav-justified li {
		display: block;
	}

	.tabs-main .nav-justified li a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.tabs-main .nav-justified li a.active-m {
		border: 0;
		z-index: 1;
		background: #666;
	}

	.tabs-main .nav-justified li.active a:after {
		display: none;
	}

	.tabs-main .nav-justified.open a {
		position: relative;
		display: block;
	}

	.tabs-main .tab-content {
		margin: 40px -20px;
	}

	.tabs-main .tab-content .box .content {
		padding: 10px;
	}

	#navbar {
		display: none;
	}

	.detail-box-wrap {
		padding: 10px 0;
	}

	.detail-box-wrap .col-md-12 {
		padding: 0;
	}

	.detail-box-wrap .detail-box .content ul li {
		padding: 15px 8px;
	}

	.detail-box-wrap .detail-box .content ul li i {
		font-size: 1rem;
	}
	.split-image-content-box.large-content .box-content .cols {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.content-box.large-content .box-content {
		padding: 0 0 0 10px;
	}

	.content-box.large-content .box-content .cols {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		text-align: left;
	}

	.content-box.large-content .box-content ul li {
		text-align: left;
	}

	.content-box {
		padding: 60px 20px 75px;
	}

	.info-boxes {
		margin: 0 !important;
	}

	.info-boxes .col {
		margin-bottom: 15px;
	}

	.info-boxes .img.box {
		height: 300px;
		margin-left: 0;
	}

	.info-boxes .box {
		display: block;
		margin: 0;
		height: auto;
		width: 100%;
	}

	.info-boxes .box.text {
		padding: 40px 30px;
		margin-left: 0;
		margin-right: 0;
	}

	.info-boxes .box.twitter {
		padding: 40px 30px;
		margin-left: 0;
		margin-right: 0;
	}

	.info-boxes .one .img {
		position: relative;
	}

	.info-boxes .one .img:before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 27px 26px;
		border-color: transparent transparent #fafafa;
		position: absolute;
		top: 100%;
		display: inline-block;
		left: 50%;
		margin-left: -26px;
		margin-top: -25px;
	}

	.info-boxes .two .img {
		position: relative;
	}

	.info-boxes .two .img:before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 26px 27px 0;
		border-color: #fafafa transparent transparent;
		position: absolute;
		top: 0;
		display: inline-block;
		left: 50%;
		margin-left: -26px;
		margin-top: 0;
	}

	.intro {
		padding-top: 10px;
		text-align: left;
	}

	.intro .content-wrap {
		padding: 10px 15px;
		text-align: center;
	}

	.intro .category-grid {
		margin-left: 0;
		width: 100%;
	}

	.intro .category-grid a {
		width: 47%;
		display: inline-block;
		padding: 15px;
		text-align: center;
		background: #fff;
		margin-bottom: 3%;
		margin-right: 3%;
		font-weight: 100;
	}

	.content-wrap {
		padding: 10px 15px;
	}

	.form-box {
		padding: 30px;
	}

	.main-contact-box {
		padding: 30px;
	}

	.img-grid {
		max-width: 340px;
		margin: 0 auto 20px;
		height: 425px;
	}

	.img-grid a.overlay {
		display: block;
		transform: none;
		transition: none;
		position: relative;
		background-color: transparent;
		padding: 45px 20px 20px;
	}

	.map-box {
		padding: 30px;
	}

	.map-box ul {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}

	table.PagingTable {
		font-size: 1rem;
		margin-bottom: 20px;
	}

	.ModDnnForgeNewsArchivesC .sidebar ul li {
		padding: 9px 0;
	}

	.ModDnnForgeNewsArchivesC .sidebar ul li a {
		margin-left: 0;
	}

	.recent-blog-wrap .recent-blog-content {
		padding: 25px;
	}

	.recent-blog-wrap .recent-blog-content .item {
		padding: 25px 10px;
	}

	.recent-blog-wrap .recent-blog-content p.content {
		display: none;
	}

	.recent-blog-wrap .recent-blog-content p.details {
		font-size: 1rem;
	}

	.recent-blog-wrap .recent-blog-content.news-listing {
		padding: 25px;
	}

	.recent-blog-wrap .recent-blog-content.news-listing .item {
		padding: 25px 10px;
	}

	.recent-blog-wrap .recent-blog-content.news-listing p.content {
		display: none;
	}

	.recent-blog-wrap .recent-blog-content.news-listing p.details {
		font-size: 1rem;
	}

	.articles {
		padding: 20px 0;
	}

	.articles .details span {
		font-size: .75rem;
		margin: 0 0 10px;
	}

	.articles .social {
		display: none;
	}

	.articles .article-body p {
		margin-bottom: 22px;
	}

	.articles .article-body .news-detail-image {
		clear: both;
		float: none;
		text-align: left;
		padding: 20px 0;
	}

	.articles .article-body .news-detail-image img {
		max-width: 240px;
	}

	.articles .article-footer {
		padding-bottom: 5px;
	}

	.pager {
		font-size: 1rem;
	}

	.comments {
		padding: 30px 0;
	}

	.related {
		padding: 30px 0;
	}

	.related .wrap {
		margin-bottom: 20px;
		border: none;
	}

	.related ul li a {
		padding: 10px;
	}

	.wow {
		visibility: visible !important;
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

	.rate-box {
		margin-top: 40px;
	}

	.rate-box .box .content {
		padding: 10px;
	}

	.rate-box table {
		width: 100%;
	}

	.dnnSearchBoxPanel {
		display: none !important;
	}

	.dnnSearchResultItem-Description {
		display: none !important;
	}

	.dnnSearchResultItem-Others {
		display: none !important;
	}

	.dnnSearchResultPanel {
		display: none !important;
	}

	.searchInputContainer a.dnnSearchBoxClearText.dnnShow {
		display: none !important;
	}

	ul.searchSkinObjectPreview {
		display: none !important;
	}

	.dnnSearchResultItem-Title {
		font-weight: 700;
	}
}

@media (min-width: 1465px) {
	.articles {
		padding-left: 10%;
		padding-right: 10%;
	}

	.comments {
		padding-left: 10%;
		padding-right: 10%;
	}
}

@media (max-width: 320px) {
	nav .navbar-brand {
		padding: 10px 0;
	}

	nav .navbar-brand img {
		margin-left: 0;
	}

	.navbar {
		padding-bottom: 5px;
	}

	.navbar .container-fluid {
		padding: 5px 0;
	}

	#login-btn {
		width: 40px;
	}

	.rate-box .box .content {
		padding: 10px 20px 20px;
	}

	.rate-box .box .btn-wrap a.btn-orange-flat.wide {
		width: 95%;
	}
}

@media (min-width: 768px) {
	.landingContainer {
		width: 750px;
	}
	
	.carousel-page .carousel-caption p {
		margin-bottom: 0px;
	}
}

.heroText{
	padding-top: 64px;
}

@media (min-width: 992px) {
	.landingContainer {
		width: 970px;
	}

	#APCarousel .carousel-controls {
		display: none !important;
	}

	#APCarousel-mobileApp .carousel-controls {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.landingContainer {
		width: 1224px;
	}
}

@media (max-width: 1024px) {
	
	.hero-content-wrapper {
		bottom: 0px;
	}
}

@media (max-width: 768px) {
	.hero-content-wrapper {
		bottom: 0px;
	}

	#APCarousel {
		display: flex;
		flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
	}

	#APCarousel .carousel-inner {
		width: 60%;
		padding: 0;
		display: flex;
		flex-direction: column;
		order: 1;
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		margin-bottom: 0px;
		width: 100%;
	}

	#APCarousel .list-group {
		display: flex;
		flex-direction: column;
		order: 2;
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		margin-top: 0;
		padding: 0;
		margin: 0;
	}

	#APCarousel .list-group .active {
		box-sizing: border-box;
		border: 0px solid #cfc0ea;
		border-radius: 0px;
		background-color: #FFFFFF;
		box-shadow: none;
	}

	#APCarousel .list-group-item {
		border-radius: 0px;
		cursor: pointer;
		padding: 10px 15px;
		margin-bottom: -1px;
		display: flex;
		border-top: 1px solid #DCDDDE;
		background-color: #e8e6e9;
	}

	#APCarousel-mobileApp {
		display: flex;
		flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
	}

	#APCarousel-mobileApp .carousel-inner {
		width: 60%;
		padding: 0;
		display: flex;
		flex-direction: column;
		order: 1;
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		margin-bottom: 0px;
		width: 100%;
	}

	#APCarousel-mobileApp .list-group {
		display: flex;
		flex-direction: column;
		order: 2;
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		margin-top: 0;
		padding: 0;
		margin: 0;
	}

	#APCarousel-mobileApp .list-group .active {
		box-sizing: border-box;
		border: 0px solid #cfc0ea;
		border-radius: 0px;
		background-color: #FFFFFF;
		box-shadow: none;
	}

	#APCarousel-mobileApp .list-group-item {
		border-radius: 0px;
		cursor: pointer;
		padding: 10px 15px;
		margin-bottom: -1px;
		display: flex;
		border-top: 1px solid #DCDDDE;
		background-color: #e8e6e9;
	}

	.anchor-links-container {
		padding-left: 0;
		padding-right: 0;
	}

	.anchor-links-container .anchor-links-box {
		background: transparent;
		padding: 0px 15px;
		margin-bottom: 0px;
	}

	.anchor-links-container .anchor-links-box.affix {
		position: relative !important;
	}

	.anchor-links-container .nav-side-menu {
		margin-top: 0px;
	}

	.homeownerImprovementHero {
		height: 214px;
	}

	.contactHero {
		height: 214px;
		width: 100%;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		display: inline-block;
	}

	.contactInfo {
		text-align: left;
	}

	.contactLargeCTA {
		text-align: left;
	}

	.fullBleed {
		display: none;
	}

	.fullBleedMobile {
		display: block;
		height: 150px;
		line-height: 150px;
		text-align: center;
		width: 100%;
		background-color: #522c6c;
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		padding: 20px;
	}

	.fullBleedMobile p {
		vertical-align: middle;
		color: #FFFFFF;
		line-height: normal;
		text-align: left;
	}

	.fullBleedGradiantMobile {
		background: linear-gradient(to right, #672F88, #2D153C);
		display: block;
		height: 180px;
		text-align: center;
		width: 100%;
		background-color: #522c6c;
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		padding: 16px;
	}

	.fullBleedGradiantMobile p {
		color: #FFF;
		text-align: left;
		padding-bottom: 16px;
		padding-left: 8px;
	}

	.fullBleedGradiant {
		display: none;
	}

	.anchorButton {
		margin-left: 0px;
		margin-top: 120px;
	}

	.anchorButtonLeft {
		margin-top: clear;
		padding: 0px 25vw;
	}

	.feedback {
		padding: 32px 40px 32px 0px;
	}

	.contactCommunity {
		padding-top: 40px;
	}

	.homeCTA {
		padding: 8px;
	}

	.anchorButtonMobile {
		border-radius: 4px;
		background-color: #ff9800;
		border: 10px solid #ff9800;
		color: #040104;
		text-align: left;
		padding: 0px 25vw;
	}

	.anchorButtonMobileText {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		font-family: 16px;
		color: #040104;
	}
}

@media (max-width: 1200px) {
	.anchor-links-container .anchor-links-box.affix {
		width: 24.6%;
	}
}

@media (max-width: 991px) {
	#APCarousel .carousel-inner {
		width: 60%;
		padding: 0;
	}

	#APCarousel-mobileApp .carousel-inner {
		width: 60%;
		padding: 0;
	}
}

@media (max-width: 992px) {
	.split-image-content-box .white-bg .box-content {
		padding: 32px 0;
	}
}

@media (max-width: 668px) {
	.carousel-page {
		height: 450px;
	}

	.carousel-page .item {
		height: 450px;
	}
}

@media (max-width: 568px) {
	.carousel-page {
		max-height: 500px;
		min-width:462px;
		padding:10px;
		vertical-align:middle;
	}

	.carousel-page .item {
		height: 400px;
	}
}


@media (min-width: 1465px) {

	.articles {
		padding-left: 10%;
		padding-right: 10%;
	}

	.comments {
		padding-left: 10%;
		padding-right: 10%;
	}
}

@media (max-width: 320px) {
	nav .navbar-brand {
		padding: 10px 0;
	}

	nav .navbar-brand img {
		margin-left: 0;
	}

	.navbar {
		padding-bottom: 5px;
	}

	.navbar .container-fluid {
		padding: 5px 0px;
	}

	#login-btn {
		width: 40px;
	}

	.rate-box .box .content {
		padding: 10px 20px 20px;
	}

	.rate-box .box .btn-wrap a.btn-orange-flat.wide {
		width: 95%;
	}
}

@media (max-width: 980px) {
	.anchor-links-container .anchor-links-box {
		padding: 15px;
	}

	.anchor-links-container .anchor-links-box.affix {
		width: 23.3%;
		padding: 15px;
	}
}

@media (max-width: 1600px) {
	.anchor-links-container .anchor-links-box.affix {
		width: 27.3%;
	}
}

@media (max-width: 1400px) {
	.anchor-links-container .anchor-links-box.affix {
		width: 25.6%;
	}
}

@media (max-width: 767px) {
	.anchor-links-container .nav-side-menu {
		position: relative;
		margin-bottom: 10px;
	}

	.anchor-links-container .nav-side-menu .toggle-btn {
		display: block;
		cursor: pointer;
		font-weight: 700;
		font-family: proxima-nova, sans-serif;
		color: #522c6c !important;
		font-size: 14px !important;
		text-align: left;
		text-transform: uppercase;
	}

	.anchor-links-container .nav-side-menu .toggle-btn:hover {
		text-decoration: none;
	}

	.anchor-links-container .nav-side-menu .toggle-btn:active {
		text-decoration: none;
	}

	.anchor-links-container .nav-side-menu .toggle-btn:focus {
		text-decoration: none;
	}

	.anchor-links-container .nav-side-menu .toggle-btn:after {
		font-family: "FontAwesome";
		content: "\f077";
		float: right;
		color: inherit;
	}

	.anchor-links-container .nav-side-menu .toggle-btn.collapsed:after {
		font-family: "FontAwesome";
		content: "\f078";
		float: right;
		color: inherit;
	}

	.anchor-links-container .nav-side-menu .menu-list:after {
		content: '';
		border-bottom: 1px solid #DCDDDE;
		display: block;
		margin-top: 15px;
	}

	.anchor-links-container .menu-content {
		margin: 0;
		padding: 60px 0 0 0;
		font-family: "proxima-nova", sans-serif;
		color: #0e3064;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.anchor-links-container .menu-content {
		margin: 0;
		padding: 30px 15px;
	}
}

@media (min-width: 767px) {
	.anchor-links-container .nav-side-menu .menu-list .menu-content {
		display: block;
	}
}

@media (max-width: 1079px) {
	.homeHeroText {
		padding-top: 32px;
	}

	.anchorButtonLeft {
		margin-top: clear;
		padding: 12px 10vw;
	}

	.homeFullCTA {
		padding-left: 5vw;
	}
}

@media screen and (max-width: 700px) {
	.box {
		width: 70%;
	}

	.popup {
		width: 70%;
	}
}

.inActive{
	display: none !important;
}


.login-item {
	float: left;
	position: relative;
	margin-bottom: 0 !important;
	color: #040104;
	font-weight: 700 !important;
}