.stearns-wrapper html,
.stearns-wrapper body,
.stearns-wrapper div,
.stearns-wrapper span,
.stearns-wrapper applet,
.stearns-wrapper object,
.stearns-wrapper iframe,
.stearns-wrapper h1,
.stearns-wrapper h2,
.stearns-wrapper h3,
.stearns-wrapper h4,
.stearns-wrapper h5,
.stearns-wrapper h6,
.stearns-wrapper p,
.stearns-wrapper blockquote,
.stearns-wrapper pre,
.stearns-wrapper a,
.stearns-wrapper abbr,
.stearns-wrapper acronym,
.stearns-wrapper address,
.stearns-wrapper big,
.stearns-wrapper cite,
.stearns-wrapper code,
.stearns-wrapper del,
.stearns-wrapper dfn,
.stearns-wrapper em,
.stearns-wrapper img,
.stearns-wrapper ins,
.stearns-wrapper kbd,
.stearns-wrapper q,
.stearns-wrapper s,
.stearns-wrapper samp,
.stearns-wrapper small,
.stearns-wrapper strike,
.stearns-wrapper strong,
.stearns-wrapper sub,
.stearns-wrapper sup,
.stearns-wrapper tt,
.stearns-wrapper var,
.stearns-wrapper b,
.stearns-wrapper u,
.stearns-wrapper i,
.stearns-wrapper center,
.stearns-wrapper dl,
.stearns-wrapper dt,
.stearns-wrapper dd,
.stearns-wrapper ol,
.stearns-wrapper ul,
.stearns-wrapper li,
.stearns-wrapper fieldset,
.stearns-wrapper form,
.stearns-wrapper label,
.stearns-wrapper legend,
.stearns-wrapper table,
.stearns-wrapper caption,
.stearns-wrapper tbody,
.stearns-wrapper tfoot,
.stearns-wrapper thead,
.stearns-wrapper tr,
.stearns-wrapper th,
.stearns-wrapper td,
.stearns-wrapper article,
.stearns-wrapper aside,
.stearns-wrapper canvas,
.stearns-wrapper details,
.stearns-wrapper embed,
.stearns-wrapper figure,
.stearns-wrapper figcaption,
.stearns-wrapper footer,
.stearns-wrapper header,
.stearns-wrapper hgroup,
.stearns-wrapper menu,
.stearns-wrapper nav,
.stearns-wrapper output,
.stearns-wrapper ruby,
.stearns-wrapper section,
.stearns-wrapper summary,
.stearns-wrapper time,
.stearns-wrapper mark,
.stearns-wrapper audio,
.stearns-wrapper video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.stearns-wrapper article,
.stearns-wrapper aside,
.stearns-wrapper details,
.stearns-wrapper figcaption,
.stearns-wrapper figure,
.stearns-wrapper footer,
.stearns-wrapper header,
.stearns-wrapper hgroup,
.stearns-wrapper menu,
.stearns-wrapper nav,
.stearns-wrapper section {
	display: block;
}

.stearns-wrapper body {
	line-height: 1;
}

.stearns-wrapper blockquote,
.stearns-wrapper q {
	quotes: none;
}

.stearns-wrapper blockquote::before,
.stearns-wrapper blockquote::after {
	content: "";
	content: none;
}

.stearns-wrapper q::before,
.stearns-wrapper q::after {
	content: "";
	content: none;
}

.stearns-wrapper table {
	border-collapse: collapse;
	border-spacing: 0;
}

.stearns-wrapper * {
	box-sizing: border-box;
}

@font-face {
	font-family: "serendipity";
	src: url("/fonts/Serendipity/Serendipity.eot");
	src: url("/fonts/Serendipity/Serendipity.eot?#iefix") format("embedded-opentype"), url("/fonts/Serendipity/Serendipity.svg#Serendipity") format("svg"), url("/fonts/Serendipity/Serendipity.ttf") format("truetype"), url("/fonts/Serendipity/Serendipity.woff") format("woff"), url("/fonts/Serendipity/Serendipity.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "didot";
	src: url("/fonts/Didot-Bold/Didot-Bold.eot");
	src: url("/fonts/Didot-Bold/Didot-Bold.woff2") format("woff2"), url("/fonts/Didot-Bold/Didot-Bold.woff") format("woff"), url("/fonts/Didot-Bold/Didot-Bold.ttf") format("truetype"), url("/fonts/Didot-Bold/Didot-Bold.svg#Didot-Bold") format("svg"), url("/fonts/Didot-Bold/Didot-Bold.eot?#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "nunito";
	src: url("/fonts/NunitoSans/NunitoSans.eot");
	src: url("/fonts/NunitoSans/NunitoSans.woff2") format("woff2"), url("/fonts/NunitoSans/NunitoSans.woff") format("woff"), url("/fonts/NunitoSans/NunitoSans.ttf") format("truetype"), url("/fonts/NunitoSans/NunitoSans.svg#NunitoSans") format("svg"), url("/fonts/NunitoSans/NunitoSans.eot?#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}

.stearns-wrapper .text-white {
	color: #fff !important;
}

.stearns-wrapper .text-black {
	color: #000 !important;
}

.stearns-wrapper .text-blue {
	color: #7EA9CB !important;
}

.stearns-wrapper .text-dark-blue {
	color: #00103B !important;
}

.stearns-wrapper .text-uppercase {
	text-transform: uppercase;
}

.stearns-wrapper .text-center {
	text-align: center;
}

.stearns-wrapper .text-left {
	text-align: left;
}

.stearns-wrapper .no-margin {
	margin: 0;
}

/* Basic Typography */

.stearns-wrapper .disclaimer,
.stearns-wrapper li,
.stearns-wrapper p,
.stearns-wrapper h6,
.stearns-wrapper h5,
.stearns-wrapper h4,
.stearns-wrapper h3,
.stearns-wrapper h2,
.stearns-wrapper h1 {
	color: #000;
	font-family: "nunito", helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}

.stearns-wrapper h6,
.stearns-wrapper h5,
.stearns-wrapper h4,
.stearns-wrapper h3,
.stearns-wrapper h2,
.stearns-wrapper h1 {
	color: #000;
	font-family: "serendipity", georgia, times, serif;
	line-height: 1.3;
}

.stearns-wrapper {
	font-size: 16px;
}

.stearns-wrapper h1 {
	font-family: "didot", georgia, times, serif;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0.5em;
}

.stearns-wrapper h1 span {
	font-family: "serendipity", georgia, times, serif;
	text-transform: none;
	font-size: 2.5em;
	vertical-align: sub;
	padding-right: 0.1em;
}

.stearns-wrapper h2 {
	font-size: 2.75em;
}

.stearns-wrapper h3 {
	font-family: "didot", georgia, times, serif;
	font-size: 1.75em;
	font-weight: 700;
	text-transform: uppercase;
}

.stearns-wrapper h4 {
	font-family: "didot", georgia, times, serif;
	font-size: 1.75em;
	font-weight: 700;
	text-transform: uppercase;
}

.stearns-wrapper h5 {
	font-family: "didot", georgia, times, serif;
	font-size: 1.125em;
	font-weight: 400;
	opacity: 0.9;
}

.stearns-wrapper h6 {
	font-size: 0.875em;
	font-weight: 400;
}

.stearns-wrapper .section-header {
	margin: 0 0 0.5em;
}

.stearns-wrapper .section-header h2,
.stearns-wrapper .section-header p {
	margin: 0;
}

.stearns-wrapper .line-header {
	margin: 0 0 1em;
}

.stearns-wrapper .line-header h4,
.stearns-wrapper .line-header h5 {
	margin: 0;
}

.stearns-wrapper p {
	font-size: 0.9em;
	margin: 0 0 1em;
}

.stearns-wrapper ul.bulleted-list {
	list-style-type: disc;
	margin: 0 0 2rem 2em;
}

.stearns-wrapper a {
	color: #ecf2f7;
}

.stearns-wrapper sup {
	font-size: 8px;
	vertical-align: text-top;
}

.stearns-wrapper sup.dagger {
	vertical-align: text-bottom;
}

.stearns-wrapper strong {
	font-weight: 700;
}

.stearns-wrapper .no-break {
	white-space: nowrap;
}

.stearns-wrapper .disclaimer {
	font-size: 0.6em;
	text-align: center;
	margin-top: 1em;
}

.stearns-wrapper img {
	display: block;
}

.stearns-wrapper .responsive-img {
	width: 100%;
}

.stearns-wrapper video {
	width: 100% !important;
	height: auto !important;
	margin-bottom: -0.5em;
}

.stearns-wrapper .btn {
	color: #fff;
	width: 100%;
	display: inline-block;
	font-family: "nunito", helvetica, arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin: auto;
	font-size: 0.75em;
	padding: 0.8125em 1.75em;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	z-index: 100;
}

.stearns-wrapper .btn-container {
	display: flex;
}

.stearns-wrapper .btn--dark-blue {
	background-color: #00103B;
	color: #fff;
}

.stearns-wrapper .btn--dark-blue:hover {
	background-color: #F3756D;
}

.stearns-wrapper .btn--blue {
	background-color: #7EA9CB;
	color: #fff;
}

.stearns-wrapper .btn--blue:hover {
	background-color: #F3756D;
}

.stearns-wrapper .btn--coral {
	background-color: #F3756D;
	color: #fff;
}

.stearns-wrapper .btn--coral:hover {
	background-color: #00103B;
}

.stearns-wrapper {
	font-size: 18px;
}

.stearns-wrapper .logo-stearns img {
	max-width: 90%;
	margin: 2em auto 1em;
	text-align: center;
}

.stearns-wrapper .mobile-hide {
	display: none;
}

.stearns-wrapper .section {
	width: 100%;
	max-width: 66em;
	margin: auto auto 3em;
}

.stearns-wrapper .section--blue {
	background-color: #ecf2f7;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
}

.stearns-wrapper .section--blue h1,
.stearns-wrapper .section--blue h2,
.stearns-wrapper .section--blue h3,
.stearns-wrapper .section--blue h4,
.stearns-wrapper .section--blue h5,
.stearns-wrapper .section--blue h6,
.stearns-wrapper .section--blue p,
.stearns-wrapper .section--blue li {
	color: #fff;
}

.stearns-wrapper .section__container {
	box-sizing: border-box;
	display: relative;
	padding: 1em;
}

.stearns-wrapper .carousel-container {
	display: flex;
	flex-wrap: wrap;
}

.stearns-wrapper .slider-wrap {
	max-width: 66em;
}

.stearns-wrapper .carousel-right {
	text-align: center;
	margin: auto;
	justify-content: center;
}

.stearns-wrapper .carousel-01-container {
	background-image: url("/img/slider/carousel-1-texture.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.stearns-wrapper .carousel-02-container {
	background-image: url("/img/slider/carousel-2-texture.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.stearns-wrapper .carousel-03-container {
	background-image: url("/img/slider/carousel-3-texture.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.stearns-wrapper .content-container {
	text-align: center;
	margin: 20px 2em;
}

.stearns-wrapper .content-container h2 {
	font-size: 3em;
}

.stearns-wrapper .content-container h4 {
	font-size: 2em;
	padding-bottom: 0.25em;
}

.stearns-wrapper .border-container img {
	width: 100%;
}

.stearns-wrapper .owl-dots {
	position: absolute;
	width: 100%;
	text-align: center;
}

.stearns-wrapper .owl-dots button.owl-dot {
	background-color: #fff;
	border-radius: 50px;
	border: 1px solid #7EA9CB;
	width: 1em;
	height: 10px;
	margin: 0 0.25rem;
	width: 30px;
}

.stearns-wrapper .owl-carousel button.owl-dot.active {
	background-color: #7EA9CB;
	opacity: 1;
}

.stearns-wrapper .benefits__ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.stearns-wrapper .benefits__li {
	box-sizing: border-box;
	display: block;
	margin: 0 0 1.5em 0;
}

.stearns-wrapper .benefits__li .benefit-content {
	background-color: #fff;
	padding: 1em;
	min-height: 170px;
}

.stearns-wrapper .benefits__li .benefit-content h4 {
	font-size: 1.5em;
}

.stearns-wrapper .benefits__li .benefit-content p {
	font-size: 0.9em;
}

.stearns-wrapper .features__ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.stearns-wrapper .features__li {
	box-sizing: border-box;
	display: block;
	margin: 0 0 1.5em 0;
}

.stearns-wrapper .features__li .feature-content {
	background-color: #ecf2f7;
	padding: 1em;
	min-height: 170px;
}

.stearns-wrapper .features__li .feature-content h4 {
	font-size: 1.5em;
}

.stearns-wrapper .features__li .feature-content p {
	font-size: 0.9em;
}

.stearns-wrapper .section-heads {
	background-color: #ecf2f7;
	margin-top: 2em;
	position: relative;
	padding-top: 2em; /*@include desktop {
  	margin-top: 5em;
  	padding-top: 4em;
  }*/
}

.stearns-wrapper .section-heads h3.top {
	margin-top: 0.5em;
	font-size: 120%;
}

.stearns-wrapper .section-heads__content {
	margin: 2em 0 3em;
}

.stearns-wrapper .section-heads__title {
	margin: 0;
}

.stearns-wrapper .section-heads .stitch {
	background-image: url("/img/2x/stitch@2x.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 23px;
}

.stearns-wrapper .section-heads .stitch.bottom {
	position: relative;
	top: -2em;
}

.stearns-wrapper .two-up-collections {
	align-items: top;
	margin-top: 2em;
	margin-bottom: 1em;
	position: relative;
	width: 100%;
	display: block;
	flex-direction: row-reverse;
	background-color: #fff;
}

.stearns-wrapper .two-up-collections__img {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.stearns-wrapper .two-up-collections .two-up__content {
	background-color: #fff;
	padding: 1.5em;
	position: relative;
	overflow: hidden;
}

.stearns-wrapper .two-up-collections .two-up__content img {
	z-index: 0;
}

.stearns-wrapper .two-up-collections .two-up__content h3 {
	font-size: 1.25em;
}

.stearns-wrapper .one-up-collections {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.stearns-wrapper .one-up-collections .collection {
	margin-bottom: 1em;
	position: relative;
	align-items: center;
	position: relative;
	width: 100%;
	display: block;
	background-color: #fff;
}

.stearns-wrapper .one-up-collections .collection__img {
	display: block;
	overflow: hidden;
	position: relative;
}

.stearns-wrapper .one-up-collections .collection .one-up__content {
	background-color: #fff;
	padding: 1.5em;
	position: relative;
	overflow: hidden;
}

.stearns-wrapper .one-up-collections .collection .one-up__content h3 {
	font-size: 1.25em;
}

.stearns-wrapper div.table {
	width: 100%;
	overflow: auto;
	position: relative;
	margin-top: 2em;
	scrollbar-width: thin;
	scrollbar-color: #7EA9CB #fff;
}

.stearns-wrapper div.table::-webkit-scrollbar {
	width: 0.5em;
}

.stearns-wrapper div.table::-webkit-scrollbar-track {
	background: #fff;
}

.stearns-wrapper div.table::-webkit-scrollbar-thumb {
	background-color: #7EA9CB;
	border-radius: 20px;
	border: 3px solid #fff;
}

.stearns-wrapper table {
	position: relative;
	border-collapse: collapse;
	width: 100%;
	font-size: 0.65em;
	background-color: #ecf2f7;
	text-transform: uppercase;
}

.stearns-wrapper table img {
	display: inline;
}

.stearns-wrapper td,
.stearns-wrapper th {
	padding: 1.25em;
	text-align: center;
	vertical-align: middle;
}

.stearns-wrapper td {
	border-right: 1px solid #7EA9CB;
	border-bottom: 1px solid #7EA9CB;
}

.stearns-wrapper thead th {
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	top: 0;
	background: #00103B;
	border-right: 1px solid #7EA9CB;
	color: #fff;
	max-width: 10em;
	font-family: "nunito", helvetica, arial, sans-serif;
	font-size: 0.9em;
}

.stearns-wrapper thead th:first-child {
	left: 0;
	z-index: 1;
	border-bottom: 1px solid #7EA9CB;
}

.stearns-wrapper tbody th {
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	left: 0;
	color: #fff;
	background: #00103B;
	border-right: 1px solid #7EA9CB;
	border-bottom: 1px solid #7EA9CB;
	font-family: "didot", georgia, times, serif;
}

.stearns-wrapper .button {
	max-width: 20em;
	margin: 2em auto;
}

.stearns-wrapper .button a {
	border-radius: 0;
}

.stearns-wrapper .accessory {
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 3em;
	width: 100%;
}

.stearns-wrapper .accessory img {
	border: 1px solid #7EA9CB;
}

.stearns-wrapper .accessory h3 {
	font-size: 1.25em;
	line-height: 1;
	margin: 0.5em 0;
}

.stearns-wrapper .accessory h3 span {
	font-size: 0.75em;
}

.stearns-wrapper .accessory ul {
	list-style: none;
	margin-left: 1em;
	margin-bottom: 1.5em;
}

.stearns-wrapper .accessory li::before {
	content: "•";
	color: #F3756D;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.stearns-wrapper .accessory__title {
	width: 100%;
}

@media all and (min-width: 40em) {

.stearns-wrapper h1 {
	font-size: 1.75em;
}

.stearns-wrapper h2 {
	font-size: 5.5em;
}

.stearns-wrapper h3 {
	font-size: 3em;
}

.stearns-wrapper .section__container {
	padding: 2em;
}

.stearns-wrapper .carousel-left {
	width: 60%;
}

.stearns-wrapper .carousel-right {
	width: 40%;
}

.stearns-wrapper .content-container h2 {
	font-size: 2em;
}

.stearns-wrapper .content-container h4 {
	font-size: 1.5em;
}

.stearns-wrapper .content-container p {
	font-size: 60%;
}

.stearns-wrapper .content-container .btn {
	padding: 0.4em;
	width: 80%;
	font-size: 60%;
}

.stearns-wrapper .benefits__li {
	width: 32%;
}

.stearns-wrapper .benefits__li .benefit-content h4 {
	font-size: 0.83em;
	margin-bottom: 0.25em;
}

.stearns-wrapper .benefits__li .benefit-content {
	min-height: 280px;
}

.stearns-wrapper .features__li {
	width: 48%;
}

.stearns-wrapper .features__li .feature-content h4 {
	font-size: 1em;
	margin-bottom: 0.25em;
}

.stearns-wrapper .features__li .feature-content {
	min-height: 280px;
}

.stearns-wrapper .section-heads h3.top {
	font-size: 2.5em;
}

.stearns-wrapper .section-heads .stitch {
	height: 28px;
}

.stearns-wrapper .two-up-collections {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.stearns-wrapper .two-up-collections__img {
	width: 49%;
}

.stearns-wrapper .two-up-collections .two-up__content h3 {
	font-size: 1.5em;
}

.stearns-wrapper .two-up-collections .two-up__content {
	width: 50%;
	margin-top: 0;
}

.stearns-wrapper .two-up-collections .two-up__content p {
	font-size: 80%;
}

.stearns-wrapper .one-up-collections .collection {
	width: 49%;
}

.stearns-wrapper .one-up-collections .collection .one-up__content h3 {
	font-size: 1em;
}

.stearns-wrapper .one-up-collections .collection .one-up__content {
	margin-top: 0;
}

.stearns-wrapper .one-up-collections .collection .one-up__content p {
	font-size: 75%;
}

}

@media all and (min-width: 56em) {

.stearns-wrapper .logo-stearns {
    align-items: center;
	max-width: 100%;
	margin: auto;
	padding: 0 1.25em;
}

.stearns-wrapper .mobile-hide {
	display: block;
}

.stearns-wrapper .desktop-hide {
	display: none;
}

.stearns-wrapper .content-container h2 {
	font-size: 4em;
}

.stearns-wrapper .content-container h4 {
	font-size: 3em;
}

.stearns-wrapper .content-container p {
	font-size: 100%;
}

.stearns-wrapper .content-container .btn {
	padding: 0.5em;
	width: 80%;
	font-size: 100%;
}

.stearns-wrapper .benefits__li .benefit-content h4 {
	font-size: 1.5em;
}

.stearns-wrapper .benefits__li .benefit-content p {
	font-size: 1em;
}

.stearns-wrapper .benefits__li .benefit-content {
	min-height: 240px;
}

.stearns-wrapper .features__li .feature-content h4 {
	font-size: 1.5em;
}

.stearns-wrapper .features__li .feature-content p {
	font-size: 1em;
}

.stearns-wrapper .features__li .feature-content {
	min-height: 240px;
}

.stearns-wrapper .section-heads .stitch {
	height: 33px;
}

.stearns-wrapper .two-up-collections .two-up__content img {
	position: absolute;
	left: -4em;
	bottom: -16em;
	width: 22em;
}

.stearns-wrapper .two-up-collections .two-up__content h3 {
	font-size: 2.25em;
}

.stearns-wrapper .one-up-collections .collection .one-up__content h3 {
	font-size: 1.5em;
}

.stearns-wrapper .one-up-collections .collection .one-up__content p {
	height: autd;
}

.stearns-wrapper .accessory h3 {
	margin-top: 0;
}

.stearns-wrapper .accessory .accessory-img {
	width: 25%;
	height: auto;
}

.stearns-wrapper .accessory .accessory__content {
	width: 55%;
	padding: 0 1em 0 2em;
}

.stearns-wrapper .accessory__title h3 {
	font-size: 1.45em;
}

}

@media all and (min-width: 56em) and (min-width: 56em) {

.stearns-wrapper .accessory__title {
	width: 20%;
	border-left: 2px solid #7EA9CB;
	padding-left: 0.75em;
}

.stearns-wrapper .accessory__title.coral:nth-child(3) {
	border-left: 2px solid #F3756D;
}

}

@media all and (min-width: 74em) {

.stearns-wrapper .logo-stearns {
	width: 50em;
	margin: auto;
	padding: 0 1.25em;
}

.stearns-wrapper .benefits__li .benefit-content {
	min-height: 190px;
}

.stearns-wrapper .features__li .feature-content {
	min-height: 190px;
}

.stearns-wrapper .two-up-collections .two-up__content img {
	position: absolute;
	left: -4em;
	bottom: -12em;
}

}

