html,
body {
	height: 100%;
}

#execSubmitIframe {
	visibility: hidden;
	display: none;
}

.clear {
	display: block;
	clear: both;
}

.pt-75 {
	padding-top: 75px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-200 {
	padding-top: 200px;
}

.pt-250 {
	padding-top: 250px;
}

.pr-75 {
	padding-right: 75px;
}

.pr-100 {
	padding-right: 100px;
}

.pr-150 {
	padding-right: 150px;
}

.pr-200 {
	padding-right: 200px;
}

.pr-250 {
	padding-right: 250px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-200 {
	padding-bottom: 200px;
}

.pb-250 {
	padding-bottom: 250px;
}

.pl-75 {
	padding-left: 75px;
}

.pl-100 {
	padding-left: 100px;
}

.pl-150 {
	padding-left: 150px;
}

.pl-200 {
	padding-left: 200px;
}

.pl-250 {
	padding-left: 250px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-150 {
	margin-top: 150px;
}

.mt-200 {
	margin-top: 200px;
}

.mt-250 {
	margin-top: 250px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mb-200 {
	margin-bottom: 200px;
}

.mb-250 {
	margin-bottom: 250px;
}

.pagecomponentwrap {
	background: #fff;
}

.pagecomponentwrap p {
	line-height: 170%;
}

.pagecomponentwrap .description * {
	line-height: 200%;
}

.pagecomponentwrap .btn {
	margin-bottom: 10px;
}

.display-5 {
	font-size: 2.85rem;
}

a:hover {
	text-decoration: none;
}

.breadcrumb-page {
	display: block;
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

.breadcrumb-item-page {
	display: inline;
	font-size: 16px;
	font-weight: 300;
	margin: 0 6px;
}


@media only screen and (max-width: 576px) {
	.pagecomponentwrap .pl-4,
	.pagecomponentwrap .pl-5,
	.pagecomponentwrap .pl-75,
	.pagecomponentwrap .pl-100,
	.pagecomponentwrap .pl-150,
	.pagecomponentwrap .pl-200,
	.pagecomponentwrap .pl-250 {
		padding-left: 16px !important;
	}
	.pagecomponentwrap .pr-4,
	.pagecomponentwrap .pr-5,
	.pagecomponentwrap .pr-75,
	.pagecomponentwrap .pr-100,
	.pagecomponentwrap .pr-150,
	.pagecomponentwrap .pr-200,
	.pagecomponentwrap .pr-250 {
		padding-right: 16px !important;
	}
}

@font-face {
	font-family: 'Nunito-Regular';
	src: url('./fonts/Nunito-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'SimplyRounded';
	src: url('./fonts/SimplyRounded.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansPro-Regular';
	src: url('./fonts/SourceSansPro-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

.pagecomponentwrap {
	font-family: 'Nunito-Regular';
}

.stack_font1 {
	font-family: 'Nunito-Regular';
}

.stack_font2 {
	font-family: 'SourceSansPro-Regular';
}

.stack_font3 {
	font-family: 'Nunito-Regular';
}

.stack_font4 {
	font-family: 'Nunito-Regular';
}

body {
	font-family: 'Nunito-Regular';
}


.simssh-desktop{
	position: relative;
}
.simssh-desktop .simssh-container{
	width: 600px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 220px;
	text-align: center;
}
.simssh-desktop .simssh-logo{
	padding-bottom: 10px;
}
.simssh-desktop .simssh-logo img{
	width: 140px;
}
.simssh-desktop .simssh-text{
	background: rgba(65, 148, 221, 0.9);
	border: 2px solid rgba(252, 246, 0,0.9);
	padding: 16px 0;
	border-radius: 8px;
	text-align: center;
	color: #ffffff;
}
.simssh-desktop .simssh-title{
	font-size: 1.4em;
}
.simssh-desktop .simssh-subtitle{
	font-size: 3em;
	font-weight: bold;
}
@media only screen and (max-width: 1200px) {
	.simssh-desktop .simssh-container{
		top: 150px;
	}
	.simssh-desktop .simssh-logo img{
		width: 120px;
	}
}
@media only screen and (max-width: 1100px) {
	.simssh-desktop .simssh-container{
		top: 100px;
	}
}

.simssh-mobile{
	position: relative;
	margin-top: 56px;
}
.simssh-mobile .simssh-container{
	width: 400px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 250px;
	text-align: center;
}
.simssh-mobile .simssh-logo{
	padding-bottom: 10px;
}
.simssh-mobile .simssh-logo img{
	width: 140px;
}
.simssh-mobile .simssh-text{
	background: rgba(65, 148, 221, 0.9);
	border: 2px solid rgba(252, 246, 0,0.9);
	padding: 16px 0;
	border-radius: 8px;
	text-align: center;
	color: #ffffff;
}
.simssh-mobile .simssh-title{
	font-size: 1.4em;
}
.simssh-mobile .simssh-subtitle{
	font-size: 3em;
	font-weight: bold;
}
@media only screen and (max-width: 700px) {
	.simssh-mobile .simssh-container{
		top: 180px;
		width: 360px;
	}
	.simssh-mobile .simssh-logo img{
		width: 120px;
	}
}
@media only screen and (max-width: 700px) {
	.simssh-mobile .simssh-container{
		top: 150px;
	}
	.simssh-mobile .simssh-title{
		font-size: 1.1em;
	}
	.simssh-mobile .simssh-subtitle{
		font-size: 2em;
	}
}
@media only screen and (max-width: 500px) {
	.simssh-mobile .simssh-container{
		top: 80px;
	}
}
@media only screen and (max-width: 420px) {
	.simssh-mobile .simssh-container{
		top: 60px;
		width: 320px;
	}
	.simssh-mobile .simssh-logo img{
		width: 100px;
	}
	.simssh-mobile .simssh-title{
		font-size: 1em;
	}
	.simssh-mobile .simssh-subtitle{
		font-size: 1.8em;
	}
}
@media only screen and (max-width: 360px) {
	.simssh-mobile .simssh-container{
		top: 40px;
		width: 280px;
	}
}

.bg-color1 {
	background: #4194DD !important;
}

.bg-color1-hover {
	transition: all .25s ease-in;
}

.bg-color1-hover:hover {
	background: #4194DD !important;
}

.border-color1 {
	border-color: #4194DD !important;
}

.text-color1 {
	color: #4194DD !important;
}

.text-color1-hover {
	transition: all .25s ease-in;
}

.text-color1-hover:hover {
	color: #4194DD !important;
}

.bg-color1_dark {
	background: #D6261B !important;
}

.bg-color1_dark-hover {
	transition: all .25s ease-in;
}

.bg-color1_dark-hover:hover {
	background: #D6261B !important;
}

.border-color1_dark {
	border-color: #D6261B !important;
}

.text-color1_dark {
	color: #D6261B !important;
}

.text-color1_dark-hover {
	transition: all .25s ease-in;
}

.text-color1_dark-hover:hover {
	color: #D6261B !important;
}

.bg-color1_light {
	background: #1465a3 !important;
}

.bg-color1_light-hover {
	transition: all .25s ease-in;
}

.bg-color1_light-hover:hover {
	background: #1465a3 !important;
}

.border-color1_light {
	border-color: #1465a3 !important;
}

.text-color1_light {
	color: #1465a3 !important;
}

.text-color1_light-hover {
	transition: all .25s ease-in;
}

.text-color1_light-hover:hover {
	color: #1465a3 !important;
}

.text-white-hover:hover {
	color: #ffffff !important;
}

.bg-color2 {
	background: #D6261B !important;
}

.bg-color2-hover {
	transition: all .25s ease-in;
}

.bg-color2-hover:hover {
	background: #D6261B !important;
}

.border-color2 {
	border-color: #D6261B !important;
}

.text-color2 {
	color: #D6261B !important;
}

.text-color2-hover {
	transition: all .25s ease-in;
}

.text-color2-hover:hover {
	color: #D6261B !important;
}

.bg-color2_dark {
	background: #2276ab !important;
}

.bg-color2_dark-hover {
	transition: all .25s ease-in;
}

.bg-color2_dark-hover:hover {
	background: #2276ab !important;
}

.border-color2_dark {
	border-color: #2276ab !important;
}

.text-color2_dark {
	color: #2276ab !important;
}

.text-color2_dark-hover {
	transition: all .25s ease-in;
}

.text-color2_dark-hover:hover {
	color: #2276ab !important;
}

.bg-color2_light {
	background: #32b010 !important;
}

.bg-color2_light-hover {
	transition: all .25s ease-in;
}

.bg-color2_light-hover:hover {
	background: #32b010 !important;
}

.border-color2_light {
	border-color: #32b010 !important;
}

.text-color2_light {
	color: #32b010 !important;
}

.text-color2_light-hover {
	transition: all .25s ease-in;
}

.text-color2_light-hover:hover {
	color: #32b010 !important;
}

.text-white-hover:hover {
	color: #ffffff !important;
}

.bg-color3 {
	background: #D6261B !important;
}

.bg-color3-hover {
	transition: all .25s ease-in;
}

.bg-color3-hover:hover {
	background: #D6261B !important;
}

.border-color3 {
	border-color: #D6261B !important;
}

.text-color3 {
	color: #D6261B !important;
}

.text-color3-hover {
	transition: all .25s ease-in;
}

.text-color3-hover:hover {
	color: #D6261B !important;
}

.bg-color3_dark {
	background: #2276ab !important;
}

.bg-color3_dark-hover {
	transition: all .25s ease-in;
}

.bg-color3_dark-hover:hover {
	background: #2276ab !important;
}

.border-color3_dark {
	border-color: #2276ab !important;
}

.text-color3_dark {
	color: #2276ab !important;
}

.text-color3_dark-hover {
	transition: all .25s ease-in;
}

.text-color3_dark-hover:hover {
	color: #2276ab !important;
}

.bg-color3_light {
	background: #32b010 !important;
}

.bg-color3_light-hover {
	transition: all .25s ease-in;
}

.bg-color3_light-hover:hover {
	background: #32b010 !important;
}

.border-color3_light {
	border-color: #32b010 !important;
}

.text-color3_light {
	color: #32b010 !important;
}

.text-color3_light-hover {
	transition: all .25s ease-in;
}

.text-color3_light-hover:hover {
	color: #32b010 !important;
}

.text-white-hover:hover {
	color: #ffffff !important;
}

.bg-color4 {
	background: #ADD9D8 !important;
}

.bg-color4-hover {
	transition: all .25s ease-in;
}

.bg-color4-hover:hover {
	background: #ADD9D8 !important;
}

.border-color4 {
	border-color: #ADD9D8 !important;
}

.text-color4 {
	color: #ADD9D8 !important;
}

.text-color4-hover {
	transition: all .25s ease-in;
}

.text-color4-hover:hover {
	color: #ADD9D8 !important;
}

.bg-color4_dark {
	background: #8aaead !important;
}

.bg-color4_dark-hover {
	transition: all .25s ease-in;
}

.bg-color4_dark-hover:hover {
	background: #8aaead !important;
}

.border-color4_dark {
	border-color: #8aaead !important;
}

.text-color4_dark {
	color: #8aaead !important;
}

.text-color4_dark-hover {
	transition: all .25s ease-in;
}

.text-color4_dark-hover:hover {
	color: #8aaead !important;
}

.bg-color4_light {
	background: #d01041 !important;
}

.bg-color4_light-hover {
	transition: all .25s ease-in;
}

.bg-color4_light-hover:hover {
	background: #d01041 !important;
}

.border-color4_light {
	border-color: #d01041 !important;
}

.text-color4_light {
	color: #d01041 !important;
}

.text-color4_light-hover {
	transition: all .25s ease-in;
}

.text-color4_light-hover:hover {
	color: #d01041 !important;
}

.text-white-hover:hover {
	color: #ffffff !important;
}

body {
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
}

.homehowto .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .homehowto .card:hover {
    margin-top: -.5rem;
    margin-bottom: .5rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
}

#dropdown-search .btn{
  margin-bottom: 0 !important;
}
#dropdown-search *:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.product-item .product-tag{
	transition: all  0.1s ease-out;
	left: -3px;
	margin-top: 10px;
}
.product-item:hover .product-tag{
	margin-top: 5px;
}