/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}
@charset "UTF-8";
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@import url("//hello.myfonts.net/count/36979a");@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=c02087fe-11f3-402a-b07a-1672bd9e5f13");@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,:after,:before{box-sizing:inherit}.container{width:100%;padding-right:0;padding-left:0;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:1043px){.container{max-width:1000px}}@media (min-width:1280px){.container{max-width:1260px}}.container-fluid{width:100%;padding-right:0;padding-left:0;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.no-gutters,.row{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-13,.col-14,.col-15,.col-16,.col-17,.col-18,.col-19,.col-20,.col-21,.col-22,.col-23,.col-24,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-17,.col-lg-18,.col-lg-19,.col-lg-20,.col-lg-21,.col-lg-22,.col-lg-23,.col-lg-24,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-17,.col-md-18,.col-md-19,.col-md-20,.col-md-21,.col-md-22,.col-md-23,.col-md-24,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-17,.col-sm-18,.col-sm-19,.col-sm-20,.col-sm-21,.col-sm-22,.col-sm-23,.col-sm-24,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-13,.col-xl-14,.col-xl-15,.col-xl-16,.col-xl-17,.col-xl-18,.col-xl-19,.col-xl-20,.col-xl-21,.col-xl-22,.col-xl-23,.col-xl-24,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:0;padding-left:0}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 4.16667%;flex:0 0 4.16667%;max-width:4.16667%}.col-2{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-3{-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.col-4{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-5{-ms-flex:0 0 20.83333%;flex:0 0 20.83333%;max-width:20.83333%}.col-6{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-7{-ms-flex:0 0 29.16667%;flex:0 0 29.16667%;max-width:29.16667%}.col-8{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-9{-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.col-10{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-11{-ms-flex:0 0 45.83333%;flex:0 0 45.83333%;max-width:45.83333%}.col-12{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-13{-ms-flex:0 0 54.16667%;flex:0 0 54.16667%;max-width:54.16667%}.col-14{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-15{-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.col-16{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-17{-ms-flex:0 0 70.83333%;flex:0 0 70.83333%;max-width:70.83333%}.col-18{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-19{-ms-flex:0 0 79.16667%;flex:0 0 79.16667%;max-width:79.16667%}.col-20{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-21{-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%}.col-22{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-23{-ms-flex:0 0 95.83333%;flex:0 0 95.83333%;max-width:95.83333%}.col-24{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:25;order:25}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.order-13{-ms-flex-order:13;order:13}.order-14{-ms-flex-order:14;order:14}.order-15{-ms-flex-order:15;order:15}.order-16{-ms-flex-order:16;order:16}.order-17{-ms-flex-order:17;order:17}.order-18{-ms-flex-order:18;order:18}.order-19{-ms-flex-order:19;order:19}.order-20{-ms-flex-order:20;order:20}.order-21{-ms-flex-order:21;order:21}.order-22{-ms-flex-order:22;order:22}.order-23{-ms-flex-order:23;order:23}.order-24{-ms-flex-order:24;order:24}.offset-1{margin-left:4.16667%}.offset-2{margin-left:8.33333%}.offset-3{margin-left:12.5%}.offset-4{margin-left:16.66667%}.offset-5{margin-left:20.83333%}.offset-6{margin-left:25%}.offset-7{margin-left:29.16667%}.offset-8{margin-left:33.33333%}.offset-9{margin-left:37.5%}.offset-10{margin-left:41.66667%}.offset-11{margin-left:45.83333%}.offset-12{margin-left:50%}.offset-13{margin-left:54.16667%}.offset-14{margin-left:58.33333%}.offset-15{margin-left:62.5%}.offset-16{margin-left:66.66667%}.offset-17{margin-left:70.83333%}.offset-18{margin-left:75%}.offset-19{margin-left:79.16667%}.offset-20{margin-left:83.33333%}.offset-21{margin-left:87.5%}.offset-22{margin-left:91.66667%}.offset-23{margin-left:95.83333%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 4.16667%;flex:0 0 4.16667%;max-width:4.16667%}.col-sm-2{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-3{-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.col-sm-4{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-5{-ms-flex:0 0 20.83333%;flex:0 0 20.83333%;max-width:20.83333%}.col-sm-6{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-7{-ms-flex:0 0 29.16667%;flex:0 0 29.16667%;max-width:29.16667%}.col-sm-8{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-9{-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.col-sm-10{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-11{-ms-flex:0 0 45.83333%;flex:0 0 45.83333%;max-width:45.83333%}.col-sm-12{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-13{-ms-flex:0 0 54.16667%;flex:0 0 54.16667%;max-width:54.16667%}.col-sm-14{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-15{-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.col-sm-16{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-17{-ms-flex:0 0 70.83333%;flex:0 0 70.83333%;max-width:70.83333%}.col-sm-18{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-19{-ms-flex:0 0 79.16667%;flex:0 0 79.16667%;max-width:79.16667%}.col-sm-20{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-21{-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%}.col-sm-22{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-23{-ms-flex:0 0 95.83333%;flex:0 0 95.83333%;max-width:95.83333%}.col-sm-24{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:25;order:25}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.order-sm-13{-ms-flex-order:13;order:13}.order-sm-14{-ms-flex-order:14;order:14}.order-sm-15{-ms-flex-order:15;order:15}.order-sm-16{-ms-flex-order:16;order:16}.order-sm-17{-ms-flex-order:17;order:17}.order-sm-18{-ms-flex-order:18;order:18}.order-sm-19{-ms-flex-order:19;order:19}.order-sm-20{-ms-flex-order:20;order:20}.order-sm-21{-ms-flex-order:21;order:21}.order-sm-22{-ms-flex-order:22;order:22}.order-sm-23{-ms-flex-order:23;order:23}.order-sm-24{-ms-flex-order:24;order:24}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:4.16667%}.offset-sm-2{margin-left:8.33333%}.offset-sm-3{margin-left:12.5%}.offset-sm-4{margin-left:16.66667%}.offset-sm-5{margin-left:20.83333%}.offset-sm-6{margin-left:25%}.offset-sm-7{margin-left:29.16667%}.offset-sm-8{margin-left:33.33333%}.offset-sm-9{margin-left:37.5%}.offset-sm-10{margin-left:41.66667%}.offset-sm-11{margin-left:45.83333%}.offset-sm-12{margin-left:50%}.offset-sm-13{margin-left:54.16667%}.offset-sm-14{margin-left:58.33333%}.offset-sm-15{margin-left:62.5%}.offset-sm-16{margin-left:66.66667%}.offset-sm-17{margin-left:70.83333%}.offset-sm-18{margin-left:75%}.offset-sm-19{margin-left:79.16667%}.offset-sm-20{margin-left:83.33333%}.offset-sm-21{margin-left:87.5%}.offset-sm-22{margin-left:91.66667%}.offset-sm-23{margin-left:95.83333%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 4.16667%;flex:0 0 4.16667%;max-width:4.16667%}.col-md-2{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-3{-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.col-md-4{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-5{-ms-flex:0 0 20.83333%;flex:0 0 20.83333%;max-width:20.83333%}.col-md-6{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-7{-ms-flex:0 0 29.16667%;flex:0 0 29.16667%;max-width:29.16667%}.col-md-8{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-9{-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.col-md-10{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-11{-ms-flex:0 0 45.83333%;flex:0 0 45.83333%;max-width:45.83333%}.col-md-12{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-13{-ms-flex:0 0 54.16667%;flex:0 0 54.16667%;max-width:54.16667%}.col-md-14{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-15{-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.col-md-16{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-17{-ms-flex:0 0 70.83333%;flex:0 0 70.83333%;max-width:70.83333%}.col-md-18{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-19{-ms-flex:0 0 79.16667%;flex:0 0 79.16667%;max-width:79.16667%}.col-md-20{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-21{-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%}.col-md-22{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-23{-ms-flex:0 0 95.83333%;flex:0 0 95.83333%;max-width:95.83333%}.col-md-24{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:25;order:25}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.order-md-13{-ms-flex-order:13;order:13}.order-md-14{-ms-flex-order:14;order:14}.order-md-15{-ms-flex-order:15;order:15}.order-md-16{-ms-flex-order:16;order:16}.order-md-17{-ms-flex-order:17;order:17}.order-md-18{-ms-flex-order:18;order:18}.order-md-19{-ms-flex-order:19;order:19}.order-md-20{-ms-flex-order:20;order:20}.order-md-21{-ms-flex-order:21;order:21}.order-md-22{-ms-flex-order:22;order:22}.order-md-23{-ms-flex-order:23;order:23}.order-md-24{-ms-flex-order:24;order:24}.offset-md-0{margin-left:0}.offset-md-1{margin-left:4.16667%}.offset-md-2{margin-left:8.33333%}.offset-md-3{margin-left:12.5%}.offset-md-4{margin-left:16.66667%}.offset-md-5{margin-left:20.83333%}.offset-md-6{margin-left:25%}.offset-md-7{margin-left:29.16667%}.offset-md-8{margin-left:33.33333%}.offset-md-9{margin-left:37.5%}.offset-md-10{margin-left:41.66667%}.offset-md-11{margin-left:45.83333%}.offset-md-12{margin-left:50%}.offset-md-13{margin-left:54.16667%}.offset-md-14{margin-left:58.33333%}.offset-md-15{margin-left:62.5%}.offset-md-16{margin-left:66.66667%}.offset-md-17{margin-left:70.83333%}.offset-md-18{margin-left:75%}.offset-md-19{margin-left:79.16667%}.offset-md-20{margin-left:83.33333%}.offset-md-21{margin-left:87.5%}.offset-md-22{margin-left:91.66667%}.offset-md-23{margin-left:95.83333%}}@media (min-width:1043px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 4.16667%;flex:0 0 4.16667%;max-width:4.16667%}.col-lg-2{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-3{-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.col-lg-4{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-5{-ms-flex:0 0 20.83333%;flex:0 0 20.83333%;max-width:20.83333%}.col-lg-6{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-7{-ms-flex:0 0 29.16667%;flex:0 0 29.16667%;max-width:29.16667%}.col-lg-8{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-9{-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.col-lg-10{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-11{-ms-flex:0 0 45.83333%;flex:0 0 45.83333%;max-width:45.83333%}.col-lg-12{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-13{-ms-flex:0 0 54.16667%;flex:0 0 54.16667%;max-width:54.16667%}.col-lg-14{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-15{-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.col-lg-16{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-17{-ms-flex:0 0 70.83333%;flex:0 0 70.83333%;max-width:70.83333%}.col-lg-18{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-19{-ms-flex:0 0 79.16667%;flex:0 0 79.16667%;max-width:79.16667%}.col-lg-20{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-21{-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%}.col-lg-22{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-23{-ms-flex:0 0 95.83333%;flex:0 0 95.83333%;max-width:95.83333%}.col-lg-24{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:25;order:25}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.order-lg-13{-ms-flex-order:13;order:13}.order-lg-14{-ms-flex-order:14;order:14}.order-lg-15{-ms-flex-order:15;order:15}.order-lg-16{-ms-flex-order:16;order:16}.order-lg-17{-ms-flex-order:17;order:17}.order-lg-18{-ms-flex-order:18;order:18}.order-lg-19{-ms-flex-order:19;order:19}.order-lg-20{-ms-flex-order:20;order:20}.order-lg-21{-ms-flex-order:21;order:21}.order-lg-22{-ms-flex-order:22;order:22}.order-lg-23{-ms-flex-order:23;order:23}.order-lg-24{-ms-flex-order:24;order:24}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:4.16667%}.offset-lg-2{margin-left:8.33333%}.offset-lg-3{margin-left:12.5%}.offset-lg-4{margin-left:16.66667%}.offset-lg-5{margin-left:20.83333%}.offset-lg-6{margin-left:25%}.offset-lg-7{margin-left:29.16667%}.offset-lg-8{margin-left:33.33333%}.offset-lg-9{margin-left:37.5%}.offset-lg-10{margin-left:41.66667%}.offset-lg-11{margin-left:45.83333%}.offset-lg-12{margin-left:50%}.offset-lg-13{margin-left:54.16667%}.offset-lg-14{margin-left:58.33333%}.offset-lg-15{margin-left:62.5%}.offset-lg-16{margin-left:66.66667%}.offset-lg-17{margin-left:70.83333%}.offset-lg-18{margin-left:75%}.offset-lg-19{margin-left:79.16667%}.offset-lg-20{margin-left:83.33333%}.offset-lg-21{margin-left:87.5%}.offset-lg-22{margin-left:91.66667%}.offset-lg-23{margin-left:95.83333%}}@media (min-width:1280px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 4.16667%;flex:0 0 4.16667%;max-width:4.16667%}.col-xl-2{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-3{-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.col-xl-4{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-5{-ms-flex:0 0 20.83333%;flex:0 0 20.83333%;max-width:20.83333%}.col-xl-6{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-7{-ms-flex:0 0 29.16667%;flex:0 0 29.16667%;max-width:29.16667%}.col-xl-8{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-9{-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.col-xl-10{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-11{-ms-flex:0 0 45.83333%;flex:0 0 45.83333%;max-width:45.83333%}.col-xl-12{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-13{-ms-flex:0 0 54.16667%;flex:0 0 54.16667%;max-width:54.16667%}.col-xl-14{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-15{-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.col-xl-16{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-17{-ms-flex:0 0 70.83333%;flex:0 0 70.83333%;max-width:70.83333%}.col-xl-18{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-19{-ms-flex:0 0 79.16667%;flex:0 0 79.16667%;max-width:79.16667%}.col-xl-20{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-21{-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%}.col-xl-22{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-23{-ms-flex:0 0 95.83333%;flex:0 0 95.83333%;max-width:95.83333%}.col-xl-24{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:25;order:25}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.order-xl-13{-ms-flex-order:13;order:13}.order-xl-14{-ms-flex-order:14;order:14}.order-xl-15{-ms-flex-order:15;order:15}.order-xl-16{-ms-flex-order:16;order:16}.order-xl-17{-ms-flex-order:17;order:17}.order-xl-18{-ms-flex-order:18;order:18}.order-xl-19{-ms-flex-order:19;order:19}.order-xl-20{-ms-flex-order:20;order:20}.order-xl-21{-ms-flex-order:21;order:21}.order-xl-22{-ms-flex-order:22;order:22}.order-xl-23{-ms-flex-order:23;order:23}.order-xl-24{-ms-flex-order:24;order:24}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:4.16667%}.offset-xl-2{margin-left:8.33333%}.offset-xl-3{margin-left:12.5%}.offset-xl-4{margin-left:16.66667%}.offset-xl-5{margin-left:20.83333%}.offset-xl-6{margin-left:25%}.offset-xl-7{margin-left:29.16667%}.offset-xl-8{margin-left:33.33333%}.offset-xl-9{margin-left:37.5%}.offset-xl-10{margin-left:41.66667%}.offset-xl-11{margin-left:45.83333%}.offset-xl-12{margin-left:50%}.offset-xl-13{margin-left:54.16667%}.offset-xl-14{margin-left:58.33333%}.offset-xl-15{margin-left:62.5%}.offset-xl-16{margin-left:66.66667%}.offset-xl-17{margin-left:70.83333%}.offset-xl-18{margin-left:75%}.offset-xl-19{margin-left:79.16667%}.offset-xl-20{margin-left:83.33333%}.offset-xl-21{margin-left:87.5%}.offset-xl-22{margin-left:91.66667%}.offset-xl-23{margin-left:95.83333%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1043px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1280px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1043px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1280px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}@font-face{font-family:LinceSans-Bold;src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_9_0.eot);src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_9_0.eot?#iefix) format("embedded-opentype"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_9_0.woff2) format("woff2"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_9_0.woff) format("woff"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_9_0.ttf) format("truetype")}@font-face{font-family:LinceSans-BoldOblique;src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_B_0.eot);src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_B_0.eot?#iefix) format("embedded-opentype"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_B_0.woff2) format("woff2"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_B_0.woff) format("woff"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_B_0.ttf) format("truetype")}@font-face{font-family:LinceSans-Oblique;src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_E_0.eot);src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_E_0.eot?#iefix) format("embedded-opentype"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_E_0.woff2) format("woff2"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_E_0.woff) format("woff"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_E_0.ttf) format("truetype")}@font-face{font-family:LinceSans;src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_F_0.eot);src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_F_0.eot?#iefix) format("embedded-opentype"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_F_0.woff2) format("woff2"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_F_0.woff) format("woff"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/36979A_F_0.ttf) format("truetype")}@font-face{font-family:AvenirNextLTW01-Regular;src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix);src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix) format("eot"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2) format("woff2"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff) format("woff"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf) format("truetype"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/52a192b1-bea5-4b48-879f-107f009b666f.svg#52a192b1-bea5-4b48-879f-107f009b666f) format("svg")}@font-face{font-family:AvenirNextLTW01-Italic;src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix);src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix) format("eot"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/7377dbe6-f11a-4a05-b33c-bc8ce1f60f84.woff2) format("woff2"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff) format("woff"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/18839597-afa8-4f0b-9abb-4a30262d0da8.ttf) format("truetype"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585.svg#1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585) format("svg")}@font-face{font-family:AvenirNextLTW01-Medium;src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix);src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix) format("eot"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2) format("woff2"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/f26faddb-86cc-4477-a253-1e1287684336.woff) format("woff"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf) format("truetype"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/a89d6ad1-a04f-4a8f-b140-e55478dbea80.svg#a89d6ad1-a04f-4a8f-b140-e55478dbea80) format("svg")}@font-face{font-family:AvenirNextLTW01-MediumI_721278;src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/77a9cdce-ea6a-4f94-95df-e6a54555545e.eot?#iefix);src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/77a9cdce-ea6a-4f94-95df-e6a54555545e.eot?#iefix) format("eot"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/3f380a53-50ea-4a62-95c5-d5d8dba03ab8.woff2) format("woff2"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/8344e877-560d-44d4-82eb-9822766676f9.woff) format("woff"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/b28b01d9-78c5-46c6-a30d-9a62c8f407c5.ttf) format("truetype"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/ed4d3c45-af64-4992-974b-c37cd12a9570.svg#ed4d3c45-af64-4992-974b-c37cd12a9570) format("svg")}@font-face{font-family:Avenir Next LT W01 Bold;src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix);src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix) format("eot"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/14c73713-e4df-4dba-933b-057feeac8dd1.woff2) format("woff2"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff) format("woff"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/890bd988-5306-43ff-bd4b-922bc5ebdeb4.ttf) format("truetype"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/ed104d8c-7f39-4e8b-90a9-4076be06b857.svg#ed104d8c-7f39-4e8b-90a9-4076be06b857) format("svg")}@font-face{font-family:AvenirNextLTW01-BoldIta;src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/ac2d4349-4327-448f-9887-083a6a227a52.eot?#iefix);src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/ac2d4349-4327-448f-9887-083a6a227a52.eot?#iefix) format("eot"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/eaafcb26-9296-4a57-83e4-4243abc03db7.woff2) format("woff2"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/25e83bf5-47e3-4da7-98b1-755efffb0089.woff) format("woff"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/4112ec87-6ded-438b-83cf-aaff98f7e987.ttf) format("truetype"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/ab1835cb-df6f-4d8d-b8ee-3075f5ba758d.svg#ab1835cb-df6f-4d8d-b8ee-3075f5ba758d) format("svg")}@font-face{font-family:AvenirNextLTW01-Heavy;src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/3418f6be-70a5-4c26-af1d-c09a8642ca20.eot?#iefix);src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/3418f6be-70a5-4c26-af1d-c09a8642ca20.eot?#iefix) format("eot"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/5c57b2e2-f641-421e-a95f-65fcb47e409a.woff2) format("woff2"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/181c847e-cdbc-43d5-ae14-03a81c8953b4.woff) format("woff"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/045d1654-97f2-4ff0-9d24-21ba9dfee219.ttf) format("truetype"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/3c111f4f-c9f7-45d4-b35f-4f4ed018842f.svg#3c111f4f-c9f7-45d4-b35f-4f4ed018842f) format("svg")}@font-face{font-family:AvenirNextLTW01-HeavyIt_721290;src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/ca9162bc-20bd-4810-91a9-e816fdc64dae.eot?#iefix);src:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/ca9162bc-20bd-4810-91a9-e816fdc64dae.eot?#iefix) format("eot"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/71b9791b-4350-4b52-8b43-c03b82004511.woff2) format("woff2"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/8c17992f-c017-49e0-b573-779f62016f06.woff) format("woff"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/2b4885a7-fc02-4aa0-b998-5b008a589c80.ttf) format("truetype"),url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/webfonts/fonts/9b40a6ef-0ef5-49c0-aa8d-5ba7e8e7d9b7.svg#9b40a6ef-0ef5-49c0-aa8d-5ba7e8e7d9b7) format("svg")}.type-color{color:#222223}.type-color__white{color:#fff}.type-color__gray{color:#555558}.type-color__gray-light{color:#e2dfdd}.type-color__purple{color:#5150a1}.type-color__red{color:#d40652}.background-color__black{background-color:#222223}.background-color__white{background-color:#fff}.background-color__gray{background-color:#555558}.background-color__gray-medium{background-color:#aba2a1}.background-color__gray-light{background-color:#e2dfdd}.background-color__gray-light-light{background-color:#f0efee}.background-color__purple{background-color:#5150a1}.background-color__purple-light{background-color:#8769ad}.background-color__red{background-color:#d40652}.background-color__red-dark{background-color:#b44c74}.background-color__blue{background-color:#3a447d}.background-color__peach{background-color:#f4d1b3}.background-color__peach-light{background-color:#fff2e9}.type-sans__reg{font-family:AvenirNextLTW01-Regular,Arial,sans-serif}.type-sans__med,.type-sans__medium{font-family:AvenirNextLTW01-Medium,Arial,sans-serif}.type-sans__bold{font-family:Avenir Next LT W01 Bold,Arial,sans-serif}.type-sans__heavy{font-family:AvenirNextLTW01-Heavy,Arial,sans-serif}.type-sans__reg-i{font-family:AvenirNextLTW01-Italic,Arial,sans-serif}.type-sans__med-i,.type-sans__medium-i{font-family:AvenirNextLTW01-MediumI_721278,Arial,sans-serif}.type-sans__bold-i{font-family:AvenirNextLTW01-BoldIta,Arial,sans-serif}.type-sans__heavy-i{font-family:AvenirNextLTW01-HeavyIt_721290,Arial,sans-serif}.type-sans__reg-d{font-family:LinceSans,Arial,sans-serif}.type-sans__bold-d{font-family:LinceSans-Bold,Arial,sans-serif}.type-sans__reg-d-i{font-family:LinceSans-Oblique,Arial,sans-serif}.type-sans__bold-d-i{font-family:LinceSans-BoldOblique,Arial,sans-serif}.type-serif,.type-serif.wysiwyg p{font-family:Georgia,serif}.type-serif.wysiwyg p strong{font-family:Georgia,serif;font-weight:bolder}.type-serif__italic{font-style:italic}.type-spacing__wide{letter-spacing:.06em}*{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.3}h1,h2,h3,h4,h5,h6{margin:0}.type-pos__center{text-align:center}.type-pos__left{text-align:left}.type-pos__right{text-align:right}.type-uppercase,.type__uppercase{text-transform:uppercase}.type-capitalize,.type__capitalize{text-transform:capitalize}.type-crop{line-height:1.2}.type-crop:after,.type-crop:before{content:"";display:block;height:0;width:0}.type-crop:before{margin-bottom:calc(-.19512em + 0px)}.type-crop:after{margin-top:calc(-.29268em + 4px)}.type-tracking__normal{letter-spacing:.03em}.type-tracking__wide{letter-spacing:.06em}.type-size__10{font-size:10px;font-size:.625rem}.type-size__12{font-size:12px;font-size:.75rem}.type-size__14{font-size:14px;font-size:.875rem}.type-size__16{font-size:16px;font-size:1rem}.type-size__18{font-size:18px;font-size:1.125rem}.type-size__20{font-size:20px;font-size:1.25rem}.type-size__22{font-size:22px;font-size:1.375rem}.type-size__24{font-size:24px;font-size:1.5rem}.type-size__26{font-size:26px;font-size:1.625rem}.type-size__28{font-size:28px;font-size:1.75rem}.type-size__30{font-size:30px;font-size:1.875rem}.type-size__32{font-size:32px;font-size:2rem}.type-size__34{font-size:34px;font-size:2.125rem}.type-size__36{font-size:36px;font-size:2.25rem}.type-size__38{font-size:38px;font-size:2.375rem}.type-size__40{font-size:40px;font-size:2.5rem}.type-size__42{font-size:42px;font-size:2.625rem}.type-size__44{font-size:44px;font-size:2.75rem}.type-size__46{font-size:46px;font-size:2.875rem}.type-size__48{font-size:48px;font-size:3rem}.type-size__50{font-size:50px;font-size:3.125rem}.type-size__52{font-size:52px;font-size:3.25rem}.type-size__54{font-size:54px;font-size:3.375rem}.type-size__56{font-size:56px;font-size:3.5rem}.type-size__58{font-size:58px;font-size:3.625rem}.type-size__60{font-size:60px;font-size:3.75rem}.type-size__62{font-size:62px;font-size:3.875rem}.type-size__64{font-size:64px;font-size:4rem}.type-size__66{font-size:66px;font-size:4.125rem}.type-size__68{font-size:68px;font-size:4.25rem}.type-size__70{font-size:70px;font-size:4.375rem}.type-size__72{font-size:72px;font-size:4.5rem}.type-size__74{font-size:74px;font-size:4.625rem}.type-size__76{font-size:76px;font-size:4.75rem}.type-size__78{font-size:78px;font-size:4.875rem}.type-size__80{font-size:80px;font-size:5rem}.type-size__82{font-size:82px;font-size:5.125rem}.type-size__84{font-size:84px;font-size:5.25rem}.type-size__86{font-size:86px;font-size:5.375rem}.type-size__88{font-size:88px;font-size:5.5rem}img{width:100%;height:auto;max-width:100%;max-height:none;display:block}.component-image__wrapper.circle{position:relative;border-radius:50%;overflow:hidden}.component-image__wrapper.circle img{top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}.component-image__wrapper.circle img.horz{width:auto;max-width:none;height:101%;max-height:101%}.component-image__wrapper.circle img.vert{height:auto;max-height:none;width:101%;max-width:101%}.component-button{display:inline-block}.component-button__cta,.module-pagination a,input[type=submit]{display:block;text-transform:uppercase;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-size:16px;font-size:1rem;border:2px solid #555558;border-radius:2px;color:#555558;padding:16px;cursor:pointer;margin-top:16px}.component-button__cta.small,.module-pagination a.small,input[type=submit].small{font-size:14px;font-size:.875rem;padding:12px}.component-button__cta.white,.module-pagination a.white,input[type=submit].white{color:#fff;border-color:#fff}.component-button__off{border-color:#e2dfdd;color:#e2dfdd;cursor:auto}.component-button__close{position:relative;border-radius:50%;border-width:0;width:20px;height:20px;transform:rotate(45deg);background-color:transparent;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.component-button__close:after,.component-button__close:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;width:20px;height:2px;background-color:#e2dfdd}.component-button__close:after{width:2px;height:20px}@media (min-width:1043px){.component-button__cta{display:inline-block;padding:16px 48px}}.module-wysiwyg{line-height:1.5}.module-wysiwyg hr{margin-top:8px;margin-bottom:8px;display:block;height:0;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:0;border-bottom-width:0;border-left-width:0;border-color:#e2dfdd}.module-wysiwyg p{margin-top:0;margin-bottom:16px;line-height:1.5;font-size:18px;font-size:1.125rem;padding-left:8.33333%;padding-right:8.33333%}.module-wysiwyg p h1,.module-wysiwyg p h2,.module-wysiwyg p h3,.module-wysiwyg p h4,.module-wysiwyg p h5,.module-wysiwyg p h6{padding-left:0;padding-right:0}.module-wysiwyg hr+p{margin-top:16px}.module-wysiwyg ol,.module-wysiwyg ul{padding:16px;margin-left:8.33333%;margin-right:8.33333%}.module-wysiwyg li{padding:4px 0}.module-wysiwyg ul{list-style-type:disc}.module-wysiwyg ol{list-style-type:decimal}.module-wysiwyg em{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;font-style:normal}.module-wysiwyg strong{font-family:Avenir Next LT W01 Bold,Arial,sans-serif;font-weight:400}.module-wysiwyg em strong,.module-wysiwyg strong em{font-family:AvenirNextLTW01-BoldIta,Arial,sans-serif;font-weight:400}.module-wysiwyg h1,.module-wysiwyg h2,.module-wysiwyg h3,.module-wysiwyg h4,.module-wysiwyg h5,.module-wysiwyg h6{font-weight:400;padding-left:8.33333%;padding-right:8.33333%;margin-top:32px;margin-bottom:8px}.module-wysiwyg h1{font-size:32px;font-size:2rem}.module-wysiwyg h2{font-size:28px;font-size:1.75rem}.module-wysiwyg h3{font-size:24px;font-size:1.5rem}.module-wysiwyg h4{font-size:20px;font-size:1.25rem}.module-wysiwyg h5{font-size:14px;font-size:.875rem;margin-top:4px}.module-wysiwyg h6{font-size:12px;font-size:.75rem;margin-top:4px}.module-wysiwyg a{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;color:#d40652;text-decoration:underline}.module-wysiwyg figure{max-width:100%;padding-left:8.33333%;padding-right:8.33333%;margin:16px 0}.module-wysiwyg figure img{max-width:100%;width:100%;height:auto;max-height:none}.module-wysiwyg figure figcaption{margin:8px 0;font-size:14px;font-size:.875rem;font-family:AvenirNextLTW01-MediumI_721278,Arial,sans-serif;color:#5150a1}.module-wysiwyg blockquote{position:relative;margin:0;padding:16px;background-color:#fff2e9;color:#3a447d;font-family:LinceSans,Arial,sans-serif;text-align:center;margin-bottom:16px}.module-wysiwyg blockquote p,.module-wysiwyg blockquote p span{margin:16px 0;font-family:LinceSans,Arial,sans-serif;font-size:24px;font-size:1.5rem}.module-wysiwyg iframe{width:100%!important}.module-wysiwyg .component-file__wrapper{margin-top:16px;margin-bottom:32px}.module-wysiwyg .component-file__wrapper a{position:relative;display:-ms-flexbox;display:flex;width:100%;padding:16px;color:#fff;text-decoration:none;background-color:#d40652;-ms-flex-align:center;align-items:center}.module-wysiwyg .component-file__wrapper a:before{content:"";width:64px;height:64px;display:inline-block;margin-right:16px;background-color:#fff;background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-download-red.svg);border-radius:50%}.wpcf7 input[type=email],.wpcf7 input[type=text],.wpcf7 textarea{width:100%;background-color:#f7f6f6;padding:8px;font-family:AvenirNextLTW01-Regular,Arial,sans-serif}.wpcf7 input[type=submit]{background-color:transparent;width:100%}@media (min-width:1043px){.module-wysiwyg img{display:inline-block;width:auto;max-width:100%}.module-wysiwyg h1,.module-wysiwyg h2,.module-wysiwyg h3,.module-wysiwyg h4,.module-wysiwyg h5,.module-wysiwyg h6,.module-wysiwyg p{padding-left:0;padding-right:0}.module-wysiwyg img.aligncenter{display:block;margin-left:auto;margin-right:auto;text-align:center}.module-wysiwyg img.alignnone{padding:0}.module-wysiwyg img.alignleft,.module-wysiwyg img.alignright{float:left;padding:0;margin-top:8px;margin-right:32px;margin-bottom:8px}.module-wysiwyg img.alignright{float:right;margin-right:0;margin-left:32px}.module-wysiwyg figure.alignnone{padding:0}.module-wysiwyg figure.aligncenter{width:100%;display:block;padding:0;text-align:center;margin:16px auto}.module-wysiwyg figure.aligncenter img{display:inline-block}.module-wysiwyg figure.alignleft,.module-wysiwyg figure.alignright{display:inline-block;float:left;padding:0;margin-top:8px;margin-right:32px}.module-wysiwyg figure.alignright{float:right;margin-right:0;margin-left:32px}.module-wysiwyg blockquote{display:inline-block;max-width:60%;margin-left:-6.333333%;margin-right:32px;padding:32px;float:left}.module-wysiwyg blockquote p,.module-wysiwyg blockquote p span{font-size:24px;font-size:1.5rem}.module-wysiwyg .component-file__wrapper a{border-radius:4px}}nav.menu-mobile{position:fixed;background-color:#222223;z-index:9999;width:100%;height:100%;transform:translateX(100%);transition:transform .3s ease-in-out}nav.menu-mobile .menu-mobile__wrapper{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-overflow-scrolling:touch;overflow-y:auto}nav.menu-mobile .menu-mobile__wrapper .inside-wrapper{position:relative;padding:0 32px;width:100%;height:100%;min-height:100vh}nav.menu-mobile .menu-mobile__wrapper a{color:#fff}nav.menu-mobile .menu-mobile__wrapper a:active,nav.menu-mobile .menu-mobile__wrapper a:hover,nav.menu-mobile .menu-mobile__wrapper a:visited{background-color:inherit;text-decoration:none;-webkit-text-emphasis:none;text-emphasis:none}nav.menu-mobile .menu-mobile__wrapper ul.menu{margin-left:-32px;margin-right:-32px;margin-top:0}nav.menu-mobile .menu-mobile__wrapper ul.menu li{border-width:1px 0 0;border-style:solid;border-color:#5f5f62}nav.menu-mobile .menu-mobile__wrapper ul.menu li a{position:relative;display:block;font-size:16px;font-size:calculate(16);font-family:AvenirNextLTW01-Medium,Arial,sans-serif;color:#aba2a1;line-height:1.3;padding:16px 32px 22px;text-transform:uppercase;letter-spacing:.06em}nav.menu-mobile .menu-mobile__wrapper ul.menu li a:after,nav.menu-mobile .menu-mobile__wrapper ul.menu li a:before{content:"";display:block;height:0;width:0}nav.menu-mobile .menu-mobile__wrapper ul.menu li a:before{margin-bottom:calc(-.24512em + 0px)}nav.menu-mobile .menu-mobile__wrapper ul.menu li a:after{margin-top:calc(-.34268em + 0px)}nav.menu-mobile .menu-mobile__wrapper ul.menu li a:before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:32px;top:49%;color:#555558;display:block;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;height:26px;width:26px;text-align:center;line-height:24px;border-radius:50%;font-size:20px;font-size:1.25rem;text-indent:.1em}nav.menu-mobile .menu-mobile__wrapper ul.menu li.menu-dropdown__parent a:before{content:"+";background-color:#aba2a1}nav.menu-mobile .menu-mobile__wrapper ul.menu li.menu-dropdown__parent{background-color:#313133}nav.menu-mobile .menu-mobile__wrapper ul.menu li.menu-dropdown__parent ul li a:before{background-color:transparent}nav.menu-mobile .menu-mobile__wrapper ul.menu li:last-of-type{border-width:1px 0}nav.menu-mobile .menu-mobile__wrapper ul.menu li ul.sub-menu{height:auto;max-height:0;overflow:hidden;transition:max-height .4s ease-in-out}nav.menu-mobile .menu-mobile__wrapper ul.menu li ul.sub-menu li{height:auto;background-color:#222223}nav.menu-mobile .menu-mobile__wrapper ul.menu li ul.sub-menu li a{padding:16px 32px}nav.menu-mobile .menu-mobile__wrapper ul.menu li ul.sub-menu li a:before{content:"";right:auto;left:16px}nav.menu-mobile .menu-mobile__wrapper ul.menu li.menu-dropdown__open.menu-dropdown__parent{background-color:#484890}nav.menu-mobile .menu-mobile__wrapper ul.menu li.menu-dropdown__open.menu-dropdown__parent>a:before{content:"–";line-height:22px}nav.menu-mobile .menu-mobile__wrapper ul.menu li.menu-dropdown__open.menu-dropdown__parent ul.sub-menu{max-height:700px}nav.menu-mobile .menu-mobile__wrapper ul.menu li.menu-link__secondary{background-color:#313133}nav.menu-mobile .menu-mobile__header{display:-ms-flexbox;display:flex}nav.menu-mobile .menu-mobile__header .logo-wrapper{margin-left:0;-ms-flex-positive:2;flex-grow:2;position:relative;left:-16px}nav.menu-mobile .menu-mobile__header .component-button__wrapper{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}nav.menu-mobile .component-social h5{margin-right:16px}nav.menu-mobile .component-social ul li a span{width:22px;height:22px}nav.menu-mobile .component-social ul li a.facebook span{width:24px;height:24px}nav.menu-mobile .component-social ul li a.twitter span{margin-left:-3px}nav.menu-mobile .component-social ul li a.youtube span{width:25px;height:25px;margin-top:-2px}nav.menu-mobile .module-search__form{margin-left:-32px;margin-right:-32px;position:relative}nav.menu-mobile .module-search__form input[type=submit]{position:absolute;top:50%;transform:translateY(-50%);right:32px;margin-top:0;text-indent:-9999px;border-width:0;background-color:transparent;width:20px;height:20px;padding:0;background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-search-white.svg);background-repeat:no-repeat;background-size:cover}nav.menu-mobile .module-search__form input[type=text]{width:100%;background-color:#565658;color:#fff;padding:18px 64px 14px 32px}.module-nav__newsletter{margin-top:16px;margin-bottom:48px}.nav-spacer{width:100%;height:1px}header{position:fixed;background-color:#fff;width:100%;z-index:9998;padding:0 16px}header .nav-button__open{position:absolute;top:50%;transform:translateY(-50%);right:32px;width:20px;height:16px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}header .nav-button__open span,header .nav-button__open span:after,header .nav-button__open span:before{display:block;height:2px;width:100%;background-color:#222223;border-radius:2px}header .nav-button__open span:after,header .nav-button__open span:before{content:"";position:absolute;left:0}header .nav-button__open span:before{top:0}header .nav-button__open span:after{bottom:0}.logo-wrapper{max-width:160px;margin-left:16px}.logo-wrapper .logo{position:relative;width:100%;height:60px;background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/logo-swaddle-color.svg);background-repeat:no-repeat;background-size:100%;background-position:50%}.logo-wrapper .logo.white{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/logo-swaddle-white.svg)}@media (min-width:1043px){.logo-wrapper{margin-left:0;max-width:230px}.logo-wrapper .logo{height:90px}.nav-desktop__wrapper ul.menu>.menu-dropdown__parent.menu-item-object-custom.menu-item-20611,.nav-desktop__wrapper ul.menu>.menu-dropdown__parent.menu-item-object-custom.menu-item-27565{display:none}}body.mobile-nav_isopen{overflow:visible;height:100%}body.mobile-nav_isopen nav.menu-mobile{transform:translateX(0)}@media (min-width:576px){nav.menu-mobile{max-width:300px;right:0;transform:translateX(300px)}body.mobile-nav_isopen nav.menu-mobile{transform:translateX(0)}}header .row-nav{-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;min-height:100%}.nav-desktop__wrapper{padding-right:0}@media (min-width:1280px){.nav-desktop__wrapper{padding-right:16px}}.nav-desktop__wrapper ul.menu{display:-ms-flexbox;display:flex}.nav-desktop__wrapper ul.menu ul{display:block}.nav-desktop__wrapper li{padding-right:26px}@media (min-width:1280px){.nav-desktop__wrapper li{padding-right:48px}}.nav-desktop__wrapper li.menu-item-20609,.nav-desktop__wrapper li.menu-item-24513{padding-right:30px}.nav-desktop__wrapper a{text-transform:uppercase;font-size:14px;font-size:.875rem;color:#222223}.nav-desktop__wrapper ul.menu>.menu-item-object-page>a{color:#d40652}.nav-desktop__wrapper ul.menu>.menu-dropdown__parent.menu-item-object-custom>a{color:#5150a1}.nav-desktop__wrapper ul.menu>.menu-item-object-page{position:relative}.nav-desktop__wrapper ul.menu>.menu-item-object-page:before{content:"";position:absolute;top:0;bottom:0;background-color:#aba2a1;width:1px;left:-13px}@media (min-width:1280px){.nav-desktop__wrapper ul.menu>.menu-item-object-page:before{left:-24px}}.nav-desktop__wrapper ul.menu>.menu-dropdown__parent.menu-item-object-custom{position:relative}.nav-desktop__wrapper ul.menu>.menu-dropdown__parent.menu-item-object-custom:after,.nav-desktop__wrapper ul.menu>.menu-dropdown__parent.menu-item-object-custom:before{content:"";position:absolute;top:0;bottom:0;background-color:#aba2a1;width:1px;left:-13px}@media (min-width:1280px){.nav-desktop__wrapper ul.menu>.menu-dropdown__parent.menu-item-object-custom:after,.nav-desktop__wrapper ul.menu>.menu-dropdown__parent.menu-item-object-custom:before{left:-24px}}.nav-desktop__wrapper ul.menu>.menu-dropdown__parent.menu-item-object-custom:after{left:auto;right:13px}@media (min-width:1280px){.nav-desktop__wrapper ul.menu>.menu-dropdown__parent.menu-item-object-custom:after{left:auto;right:24px}}.nav-desktop__wrapper .menu-dropdown__parent>a{position:relative;z-index:100}.nav-desktop__wrapper .menu-dropdown__parent{position:relative;z-index:80}.nav-desktop__wrapper .sub-menu{z-index:90;padding:48px 0 0;display:block;position:absolute;top:-999px;left:-32px;background-color:#fff;opacity:0;max-height:0;transition:opacity .2s ease-in-out,max-height .2s ease-in-out;overflow:hidden;border-radius:3px;box-shadow:0 0 8px 0 rgba(0,0,0,.3)}.nav-desktop__wrapper .sub-menu li{padding:4px 32px}.nav-desktop__wrapper .sub-menu li a{font-size:12px;font-size:.75rem;white-space:nowrap}.nav-desktop__wrapper .sub-menu li:last-of-type{padding:4px 32px 26px}.nav-desktop__wrapper .menu-dropdown__parent:hover{z-index:90}.nav-desktop__wrapper .menu-dropdown__parent:hover .sub-menu{top:-16px;opacity:1;max-height:999px}@media (min-width:1280px){.nav-desktop__wrapper{padding-right:0}}.search-desktop__wrapper{position:relative;padding-right:28px}.search-desktop__wrapper a{position:relative;text-indent:-9999px;text-align:left;display:block;width:20px;height:20px}.search-desktop__wrapper a:before{content:"";display:block;position:absolute;left:-3px;top:-3px;border-radius:20px;width:26px;height:26px;background-color:#5150a1;background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-search-white.svg);background-position:50%;background-repeat:no-repeat;background-size:12px 12px}footer .logo-wrapper{padding:32px 0 16px;max-width:240px}footer ul{margin-top:16px;margin-bottom:16px}footer .menu-footer ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}footer .menu-footer li{margin-right:8px;padding:4px 0;color:#e2dfdd}footer .menu-footer li:after{content:"|";padding-left:8px;color:#555558}footer .menu-footer li:last-of-type:after{content:""}footer .copyright{display:block;padding:16px 0}footer .col-20{border-width:0 0 1px;border-style:solid;border-color:#555558}footer .col-20.no_border{border-width:0}footer .module-footer__newsletter{margin-top:16px;margin-bottom:32px}footer .menu-footer-resuorces h5{font-size:12px}footer .menu-footer-resuorces .menu{margin-top:5px}footer .menu-footer-resuorces .menu li{font-size:12px}@media (min-width:1043px){footer .logo-wrapper{padding:32px 0 0;max-width:none}footer .logo-wrapper .logo{height:32px;margin-bottom:16px;background-size:contain;background-position:0}footer .social-wrapper__desktop{-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:end;justify-content:flex-end}footer .menu-footer__wrapper{min-height:100%;border-width:0 0 1px;border-style:solid;border-color:#555558}footer .menu-footer__wrapper .col-20{border-width:0;min-height:100%}footer .menu-footer__wrapper .row{min-height:100%}footer .menu-footer ul{-ms-flex-direction:column;flex-direction:column;height:242px;width:100%}footer .menu-footer ul li:after{content:""}footer .menu-footer-resuorces h5{margin-top:23px}footer .menu-footer-resuorces .menu li{font-size:13px}}.card__author a,.card__info a{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;letter-spacing:.04em}.card__content{padding:0 0 42px;margin-bottom:42px;position:relative}@media (min-width:1043px){.card__content{padding:0;margin-bottom:64px}}.card__content:before{content:"";position:absolute;left:-16px;right:-16px;min-height:1px;border-color:#e2dfdd;border-style:solid;border-width:0 0 1px;bottom:0}@media (min-width:1043px){.card__content:before{border-width:0}}.card__info{letter-spacing:.04em}.card__image,.card__info{margin-bottom:8px}.card__author{margin-top:16px;letter-spacing:.04em}.card__excerpt{margin-top:8px}.card-blog__hero .card__content:before{left:0;right:0}@media (min-width:1043px){.card-blog__hero .card__image{position:relative;padding-top:66.66667%;overflow:hidden}.card-blog__hero .card__image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card-blog__hero .card__image img.horz{max-height:100%;height:100%;max-width:none;width:auto}}.card-blog__small{border-color:#aba2a1;border-style:solid;border-width:0 0 1px;margin-top:32px;padding-bottom:32px}.card-blog__small .component-image{margin-top:4px;width:100%;padding-bottom:100%}.card-blog__small .component-image img{width:auto;max-width:none;height:101%;max-height:101%}.card-blog__small .card__content{padding:0;margin-bottom:0}.card-blog__small .card__content:before{border-width:0}@media (min-width:1043px){.card-blog__small:not(.card-blog__small-alt){border-width:0;margin-top:0;padding-bottom:0}.card-blog__small:not(.card-blog__small-alt) .card__content{padding:0;margin-bottom:96px}.card-blog__small:not(.card-blog__small-alt) .component-image.circle{margin-top:0;border-radius:0;padding-bottom:0}.card-blog__small:not(.card-blog__small-alt) .component-image.circle img{width:100%;max-width:100%;height:auto;max-height:none;position:relative;top:auto;left:auto;transform:translate(0)}}@media (min-width:768px){.card-blog__small .component-image{margin-top:0}.card-blog__small .card__content{display:-ms-flexbox;display:flex;min-height:100%;-ms-flex-align:center;align-items:center}}@media (min-width:1043px){.card-blog__small:not(.card-blog__small-alt) .card__content{display:block;min-height:0}}.card-blog__small.card-blog__small-alt{border-color:#e2dfdd}.card-blog__small.card-blog__small-alt .center-wrapper{position:relative;top:-8px}.card-blog__small.card-blog__small-alt .component-image{margin-bottom:0}.card-video .inside{border-radius:6px;border:1px solid #e2dfdd;padding:12px;min-height:100%}.card-video h1{margin-top:8px;margin-bottom:16px}.card-video .card__content{padding:0;margin-bottom:0}.card-video .card__content:before{border-width:0}.card-video__small .inside{position:relative}.card-video__small .card__content{position:static;padding-bottom:32px}.card-video__small .card__content.no-cat{padding-bottom:0}.card-video__small .card__content.no-cat h1{margin-bottom:0}.card-video__small .card__info{position:absolute;bottom:16px;margin:0}.card-video__small .card__image{position:relative}.card-video__small .card__image:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-play-small.svg);background-position:50%;background-size:30px 30px;background-repeat:no-repeat}.card-video__big h1{margin-top:16px;margin-bottom:8px}.card-video__big .card__image{position:relative}.card-video__big .card__image:before{content:"WATCH VIDEO";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:8px 16px;border:2px solid #222223;border-radius:2px;background-color:#fff;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;letter-spacing:.06em;color:#222223;font-size:14px;font-size:.875rem}@media (min-width:1043px){.card-video__big .inside{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:0;margin-left:0;background-color:transparent;border-radius:0;border-width:0;padding:0}.card-video__big .card-video__content,.card-video__big .video-play__wrapper{position:relative;width:100%;min-height:1px;padding-right:0;padding-left:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.card-video__big .card-video__content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.card-video__big .card-video__content>span{padding-left:48px;padding-right:48px}.card-video__big .card__image{border-radius:6px;border:1px solid #e2dfdd;padding:12px;background-color:#f0efee}.card-video__big .card__image:before{content:"";padding:0;border:0 solid #222223;background-color:transparent;position:absolute;transform:translate(0);top:0;bottom:0;left:0;right:0;background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-play-small.svg);background-position:50%;background-size:60px 60px;background-repeat:no-repeat}.card-video__big .card__content h1 a.type-sans__medium{font-family:LinceSans,Arial,sans-serif;font-size:32px;font-size:2rem}}.card-resource{padding-bottom:48px}.card-resource .card_headline{margin-top:16px;padding-top:32px;padding-bottom:8px}.card-resource .card_headline:before{content:"";position:absolute;left:-4.16667%;right:-4.16667%;min-height:1px;border-color:#e2dfdd;border-style:solid;border-width:0 0 1px;top:0}.card-resource .card__content{margin-bottom:0;padding-bottom:0;border-width:0}.card-resource .card__content:before{border-width:0}@media (min-width:1043px){.card-resource h1.resource-title.type-size__28.type-sans__reg-d{font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-size:18px;font-size:1.125rem}.card-resource .card_headline:before{border-width:0}.card-resource .component-button__cta{display:block}.card-resource .card__excerpt{padding-bottom:80px}.card-resource .row{position:relative;min-height:100%;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}.card-resource .component-button__wrapper{position:absolute;bottom:0}}.card-resource__small{padding-bottom:0}.card-resource__small .card_headline{margin-top:0;padding-top:0;padding-bottom:0}.card-resource__small .card_headline:before{border-width:0}.card-resource__small h1.resource-title{padding:8px}.card-resource__small .component-image__wrapper{position:relative;padding-bottom:80%;overflow:hidden}.card-resource__small img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card-resource__small img.horz{width:auto;max-width:none;height:100%;max-height:100%}.card-blog__latest .card__info{margin-bottom:1px;letter-spacing:.04em}.card-blog__latest .card__content{padding:0 0 16px;margin-bottom:0}@media (min-width:1043px){.card-blog__latest .card__content:before{left:0;right:0}}.card-resource__special .component-image__wrapper.circle{position:relative;width:100%;padding-bottom:100%}.card-resource__special .component-image__wrapper.circle img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:100%;height:auto;max-height:none}.card-resource__special .component-image__wrapper.circle img.horz{height:100%;max-height:100%;width:auto;max-width:none}.component-social{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:0;margin-left:0;-ms-flex-align:center;align-items:center}.component-social h5{letter-spacing:.04em;margin-right:8px}.component-social ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:0;margin-left:0;padding:0}.component-social ul li{margin-right:16px}.component-social ul li a{text-indent:-9999px;display:block}.component-social ul li a span{display:block;width:18px;height:18px;background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-instagram-white.svg);background-size:contain;background-position:50%;background-repeat:no-repeat}.component-social ul li a.linkedin span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-linkedin-white.svg)}.component-social ul li a.facebook span{position:relative;top:-1px;width:20px;height:20px;background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-facebook-white.svg)}.component-social ul li a.instagram span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-instagram-white.svg)}.component-social ul li a.twitter span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-twitter-white.svg);margin-left:6px}.component-social ul li a.pinterest span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-pinterest-white.svg)}.component-social ul li a.whatsapp span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-whatsapp-white.svg)}.component-social ul li a.email span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-email-white.svg)}.component-social ul li a.youtube span{margin-top:-2px;margin-left:2px;width:22px;height:22px;background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-youtube-white.svg)}.module-share__sticky{width:100%;position:fixed;top:60px;z-index:500;padding-left:8.33333%;padding-right:8.33333%;transform:translateY(-200%);transition:transform .3s ease-in-out}.module-share__sticky .component-button__wrapper{-ms-flex-positive:1;flex-grow:1}.module-share__sticky .component-button{display:block;float:right}.module-share__sticky .component-button__close{width:22px;height:22px;background-color:#fff}.module-share__sticky .component-button__close:after,.module-share__sticky .component-button__close:before{width:12px;height:2px;background-color:#5150a1}.module-share__sticky .component-button__close:after{width:2px;height:12px}.module-share__sticky.active{transform:translateY(0)}@media (min-width:1043px){.module-share__sticky{top:90px}}.component-social.module-header__social{position:relative}.component-social.module-header__social a.instagram span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-instagram-purple.svg)}.component-social.module-header__social a.twitter span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-twitter-purple.svg);margin-left:-2px}.component-social.module-header__social a.facebook span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-facebook-purple.svg)}.component-social.module-header__social a.whatsapp span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-whatsapp-purple-fill.svg)}.component-social.module-header__social a.youtube span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-youtube-purple.svg)}.component-social.module-header__social ul li{margin-right:8px}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}input,input:focus,select:focus,textarea:focus{-webkit-text-size-adjust:100%;-webkit-appearance:none}input,input:focus,textarea,textarea:focus{box-shadow:none;border-width:0;outline:none;-webkit-appearance:none;appearance:none;-moz-appearance:none;border-radius:0}.module-comments__form{display:none}.module-comments__form.active{display:block}.module-comments__form{position:fixed;z-index:800;top:0;left:0;right:0;bottom:0;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;color:#fff;background-color:hsla(0,0%,100%,.8)}.module-comments__form .comments-form{margin-top:76px;padding:16px;border-radius:4px;box-shadow:0 5px 20px 0 rgba(0,0,0,.35)}.module-comments__form h3{text-align:center;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;font-size:18px;font-size:1.125rem}.module-comments__form p.comment-notes{text-align:center}.module-comments__form label{display:none}.module-comments__form .component-button__wrapper{position:relative;top:-28px;float:right}.module-comments__form .component-button__close{width:26px;height:26px;background-color:#5150a1}.module-comments__form .component-button__close:after,.module-comments__form .component-button__close:before{width:12px;height:2px;background-color:#fff}.module-comments__form .component-button__close:after{width:2px;height:12px}@media (min-width:1043px){.module-comments__form .comments-form{margin-top:140px}}.module-comments__open--form{margin-bottom:48px}body.comment-button__hide .module-comments__open--form{opacity:.3}body.comment-button__hide .module-comments__open--form a{cursor:default}@media (min-width:1043px){.module-comments__open--form{text-align:center}}.module-comments__form label,ol.commentlist .comment-respond label{display:none}.module-comments__form textarea,ol.commentlist .comment-respond textarea{width:100%;max-width:100%;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-size:16px;font-size:1rem;padding:8px}.module-comments__form input[type=email],.module-comments__form input[type=text],ol.commentlist .comment-respond input[type=email],ol.commentlist .comment-respond input[type=text]{width:100%;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-size:16px;font-size:1rem;padding:8px;border-radius:0}.module-comments__form input[type=submit],ol.commentlist .comment-respond input[type=submit]{width:100%;background-color:transparent;border-color:#fff;color:#fff}ol.commentlist .comment-respond{margin-top:32px;padding:32px 8.33333%;background-color:#fff2e9}ol.commentlist .comment-respond h3{position:relative;color:#222223}ol.commentlist .comment-respond h3 a{display:block;text-indent:-9999px;position:absolute;top:-44px;left:0;border-radius:50%;border-width:0;width:26px;height:26px;background-color:#5150a1;transform:rotate(45deg);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}ol.commentlist .comment-respond h3 a:after,ol.commentlist .comment-respond h3 a:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;width:12px;height:2px;background-color:#fff}ol.commentlist .comment-respond h3 a:after{width:2px;height:12px}ol.commentlist .comment-respond input[type=submit]{border-color:#222223;color:#222223}cite{font-style:normal}ol.commentlist,ol.commentlist li{display:block;width:100%}article.comment{margin-bottom:16px}.comment-content p,.commentmetadata{font-size:14px;font-size:.875rem;color:#555558;font-family:AvenirNextLTW01-Italic,Arial,sans-serif}.card-comment__single{position:relative;padding:16px;background-color:#fff;border-radius:4px;border:2px solid #e2dfdd}.comment-author__name{display:block}.comment-moderation__wrapper{margin-top:32px}.comment-moderation__wrapper em{color:#d40652;font-family:Avenir Next LT W01 Bold,Arial,sans-serif;font-style:normal}.comment-author__website{position:absolute;top:16px;right:16px}.comment-author__website a span{text-indent:-9999px;display:block;width:22px;height:22px;background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-link-purple.svg);background-size:cover}.reply-link{margin-bottom:16px}.reply-link a{color:#5150a1;font-family:AvenirNextLTW01-Medium,Arial,sans-serif;text-transform:uppercase;font-size:14px;font-size:.875rem}.commentmetadata time{font-family:AvenirNextLTW01-Italic,Arial,sans-serif;line-height:1;display:block}.commentmetadata span.icon-time{display:block;width:22px;height:22px;background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-clock.svg);background-size:cover;margin-right:4px;position:relative;top:-1px}.commentmetadata a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}ol.commentlist ul.children article{margin-left:16px}ol.commentlist ul.children{position:relative;margin-bottom:48px}ol.commentlist ul.children:before{position:absolute;content:"";background-color:#f7f6f6;left:0;right:0;bottom:-32px;top:-32px;z-index:-1}@media (min-width:1043px){ol.commentlist ul.children:before{left:32px;right:32px}}ol.commentlist ul.children .card-comment__single:before{position:absolute;content:"";width:2px;left:-14px;top:0;bottom:0;background-color:#e2dfdd}.component-newsletter h6{margin-bottom:8px}.component-newsletter label{display:none}.component-newsletter input[type=email],.component-newsletter input[type=text]{padding:8px;font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-size:16px;font-size:1rem;width:100%}.component-newsletter input[type=submit]{color:#fff;width:100%;border-color:#fff;background-color:transparent}.component-newsletter .mc-field-group{margin-bottom:8px}.component-newsletter #mc_embed_signup_nav div.mce_inline_error,.component-newsletter #mc_embed_signup div.mce_inline_error{background-color:transparent;color:#d40652;font-weight:400;font-family:Avenir Next LT W01 Bold,Arial,sans-serif;padding:8px 0;margin-bottom:4px}.component-newsletter #mce-success-response{color:#8769ad;padding:8px 0}@media (min-width:768px){.component-newsletter #mc_embed_signup_scroll{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.component-newsletter .mc-field-group{margin-top:8px;margin-right:16px;margin-bottom:0}.component-newsletter .form-submit{-ms-flex-negative:0;flex-shrink:0;display:block;width:100%}.component-newsletter input[type=submit]{max-width:400px}.module-nav__newsletter .mc-field-group{width:100%;margin-right:0}}.module-newsletter__timer{position:fixed;z-index:900;bottom:0;transform:translateY(120%);transition:all .3s ease-in}.module-newsletter__timer .component-newsletter{padding:16px 0;position:relative}.module-newsletter__timer .component-button{position:absolute;background-color:#5150a1;width:30px;height:30px;top:-30px;right:0}.module-newsletter__timer #mc_embed_signup_timer .mc-field-group{width:100%}@media (min-width:768px){.module-newsletter__timer .component-newsletter .form-submit{max-width:400px}.module-newsletter__timer .component-newsletter .form-submit input[type=submit]{margin-top:8px}.module-newsletter__timer .component-newsletter input[type=email]{padding:12px}.module-newsletter__timer #mc_embed_signup_timer .mc-field-group{max-width:400px}}@media (min-width:1043px){.module-newsletter__timer .component-button{top:50%;transform:translateY(-50%) rotate(45deg);background-color:#fff}.module-newsletter__timer .component-button:after,.module-newsletter__timer .component-button:before{background-color:#5150a1}.module-newsletter__timer .component-newsletter.background-color__black{background-color:#2a2a2b}.module-newsletter__timer #mc_embed_signup_timer .mc-field-group,.module-newsletter__timer .component-newsletter input[type=email]{max-width:235px}.module-newsletter__timer .group-lg{display:-ms-flexbox;display:flex;padding-top:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.module-newsletter__timer h6.type-size__14.type-sans__reg-i{font-size:16px;font-size:1rem;font-family:Avenir Next LT W01 Bold,Arial,sans-serif;-ms-flex:0 0 auto;flex:0 0 auto;margin-bottom:0;padding-right:32px}.module-newsletter__timer #mc_embed_signup_timer{-ms-flex:1 1 auto;flex:1 1 auto}.module-newsletter__timer .mc-field-group{margin-top:0}.module-newsletter__timer .component-newsletter .form-submit{max-width:none;display:inline-block;width:auto;-ms-flex:0 0 auto;flex:0 0 auto}.module-newsletter__timer .component-newsletter .form-submit input[type=submit]{margin-top:0;padding:12px 16px;display:inline;max-width:none;width:auto}}@media (min-width:1043px){.module-footer__newsletter.component-newsletter .form-submit{max-width:none;display:inline-block;width:auto;-ms-flex:1 1 20%;flex:1 1 20%}.module-footer__newsletter.component-newsletter .form-submit input[type=submit]{padding:12px 16px;display:inline;max-width:none;width:auto}.module-footer__newsletter.component-newsletter #mc_embed_signup_scroll{position:relative}.module-footer__newsletter.component-newsletter #mc_embed_signup_scroll div{-ms-flex:1 1 30%;flex:1 1 30%}.module-footer__newsletter.component-newsletter #mc_embed_signup_scroll .mc-field-group.last-name{margin-right:0}.module-footer__newsletter.component-newsletter #mc_embed_signup_scroll #mce-responses{position:absolute;left:0;bottom:-20px;-ms-flex:none;flex:none}.module-footer__newsletter.component-newsletter #mc_embed_signup_scroll #mce-responses div{-ms-flex:none;flex:none}}.popup{background-color:#fff;background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/pattern-dots.svg);z-index:10000}.popup-overlay{display:-ms-flexbox;display:flex;position:fixed;top:0;bottom:0;right:0;left:0;background-color:rgba(0,0,0,.7);z-index:9999;display:none;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.popup-overlay.-show{display:-ms-flexbox;display:flex}.popup-film{height:200px;width:100%;max-width:400px}.archive-view,.single-view{padding-top:16px}.single-view__page{margin-bottom:48px}.single-view__page h1.module-headline{margin-bottom:32px}@media (min-width:1043px){.single-view__page{margin-bottom:96px}}.component-share{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:0;margin-left:0;-ms-flex-align:center;align-items:center}.component-share h2{letter-spacing:.04em;margin-right:8px}.component-share ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:0;margin-left:0;padding:0}.component-share ul li{margin-right:16px}.component-share ul li a{text-indent:-9999px;display:block}.component-share ul li a span{display:block;width:18px;height:18px;background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-instagram-purple.svg);background-size:contain;background-position:50%;background-repeat:no-repeat}.component-share ul li a.linkedin span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-linkedin-purple.svg)}.component-share ul li a.facebook span{position:relative;top:-1px;width:20px;height:20px;background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-facebook-purple.svg)}.component-share ul li a.instagram span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-instagram-purple.svg)}.component-share ul li a.twitter span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-twitter-purple.svg);margin-left:6px}.component-share ul li a.pinterest span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-pinterest-purple.svg)}.component-share ul li a.email span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-email-purple.svg)}.component-share ul li a.whatsapp span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-whatsapp-purple-fill.svg)}.component-share.white ul li a span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-instagram-white.svg)}.component-share.white ul li a.linkedin span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-linkedin-white.svg)}.component-share.white ul li a.facebook span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-facebook-white.svg)}.component-share.white ul li a.instagram span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-instagram-white.svg)}.component-share.white ul li a.twitter span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-twitter-white.svg)}.component-share.white ul li a.pinterest span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-pinterest-white.svg)}.component-share.white ul li a.email span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-email-white.svg)}.component-share.white ul li a.whatsapp span{background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-whatsapp-white.svg)}.component-tags{margin-top:16px;color:#e2dfdd}.component-tags h2{display:inline;margin-right:8px}.component-tags a{color:#5150a1;font-size:12px;font-size:.75rem;text-transform:uppercase}.component-author{margin-top:32px;padding-top:32px;border-width:1px 0 0;border-style:solid;border-color:#e2dfdd}.component-author p{margin-top:8px;margin-bottom:8px}.component-author h2{margin-bottom:16px}.component-author .component-image__wrapper.component-image{display:inline-block;width:73px;height:73px;margin-bottom:16px}.component-author .component-image__wrapper.component-image img{width:auto;max-width:none;height:101%;max-height:101%}.component-author .component-image__wrapper.component-image img.vert{height:auto;max-height:none;width:101%;max-width:101%}@media (min-width:1043px){.component-author.type-pos__center{text-align:left}.component-author{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center}.component-author .component-image__wrapper.component-image{-ms-flex:0 0 73px;flex:0 0 73px;margin-bottom:8px}.component-author .component-button__wrapper{text-align:right;-ms-flex:0 1 40%;flex:0 1 40%}.component-author .component-button__wrapper .component-button{margin-top:0;font-size:14px;font-size:.875rem;padding:12px 36px;text-align:center}.component-author h2.type-size__20{margin-bottom:4px;font-size:14px;font-size:.875rem}.component-author .group-lg{-ms-flex:1 1 40%;flex:1 1 40%;padding-left:32px;padding-right:32px}.component-author .group-lg span.type-size__14{font-size:12px;font-size:.75rem}}.single-view__resource h1.module-headline{padding-top:32px}@media (min-width:1043px){.single-view__resource h1.module-headline.type-size__32{font-size:40px;font-size:2.5rem}.single-view__resource .image-wrapper{margin-top:32px}.single-view__resource .blog-category__info{position:relative;margin-bottom:16px;margin-top:16px}.single-view__resource .blog-category__info:before{content:"";position:absolute;width:100%;top:0;height:1px;background-color:#e2dfdd}}.module-resource__list{margin-top:32px;padding-top:48px;padding-bottom:48px}.module-resource__list h2.module-headline{margin-bottom:32px;padding-bottom:8px;border-width:0 0 1px;border-color:#aba2a1;border-style:solid}.module-resource__list article{margin-bottom:32px}.module-resource__list article:nth-of-type(odd){padding-right:8px}.module-resource__list article:nth-of-type(2n){padding-left:8px}.module-resource__list h1.module-headline{margin-bottom:16px}@media (min-width:1043px){.module-resource__list{margin-top:96px}.module-resource__list h1.module-headline{padding-bottom:8px;border-width:0 0 1px;border-color:#aba2a1;border-style:solid;font-size:14px;font-size:.875rem;margin:48px 28px}.module-resource__list article{padding-bottom:48px;margin-bottom:48px}.module-resource__list article:nth-of-type(2n),.module-resource__list article:nth-of-type(odd){padding-left:28px;padding-right:28px}}@media (min-width:1280px){.module-resource__list article:nth-of-type(2n),.module-resource__list article:nth-of-type(odd){padding-left:35px;padding-right:35px}.module-resource__list h1.module-headline{margin-left:35px;margin-right:35px}}.module-embed,.single-view__video .component-video__wrapper{margin-bottom:16px}.module-embed{position:relative;padding-bottom:56.25%;overflow:hidden;max-width:100%;height:auto}.module-embed embed,.module-embed iframe,.module-embed object{position:absolute;top:0;left:0;width:100%;height:100%}.module-embed__twitter{padding-bottom:0}.wp-block-embed-simplecast .module-embed{padding-bottom:0}.wp-block-embed-simplecast iframe{position:relative}@media (min-width:1043px){.single-view__video h1.module-headline.type-size__28{font-size:40px;font-size:2.5rem}.single-view__video .component-share{position:relative;margin-top:16px;padding-top:8px}.single-view__video .component-share:before{content:"";position:absolute;width:100%;top:0;height:1px;background-color:#e2dfdd}}.single-view__blog .component-image__wrapper{margin-bottom:16px}.single-view__blog .blog-content .tracking_pixel,.single-view__blog .tracking_pixel{width:1px;height:1px;opacity:0;overflow:hidden}@media (min-width:1043px){.single-view__blog h1.type-size__28{font-size:40px;font-size:2.5rem}.single-view__blog .blog-category__info .component-share{margin-top:16px;padding-top:4px}.single-view__blog .component-share{position:relative;margin-top:8px;padding-top:16px}.single-view__blog .component-share:before{content:"";position:absolute;width:100%;top:0;height:1px;background-color:#e2dfdd}.single-view__blog .component-image__wrapper{position:relative;margin-bottom:32px}.single-view__blog .component-image__wrapper figcaption{margin:8px 0;font-size:14px;font-size:.875rem;font-family:AvenirNextLTW01-MediumI_721278,Arial,sans-serif;color:#5150a1}.single-view__blog .component-image__wrapper .component-image__description{position:relative}.single-view__blog .component-image__wrapper .wp-description-text{position:absolute;bottom:0;left:0;width:100%;color:#fff;background-color:rgba(0,0,0,.5);font-size:14px;font-size:.875rem;padding:8px}.single-view__blog .component-image__wrapper .wp-description-text a{text-decoration:underline}}.page-search-no-results h1.module-headline,.search-results h1.module-headline{margin-top:16px}.page-search-no-results .search-container,.search-results .search-container{position:relative;margin-top:8px;margin-bottom:16px}.page-search-no-results .search-container input[type=submit],.search-results .search-container input[type=submit]{position:absolute;top:50%;transform:translateY(-50%);right:16px;margin-top:0;text-indent:-9999px;border-width:0;background-color:transparent;width:20px;height:20px;padding:0;background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-search-white.svg);background-repeat:no-repeat;background-size:cover}.page-search-no-results .search-container input[type=text],.search-results .search-container input[type=text]{width:100%;border-radius:2px;background-color:#e2dfdd;color:#222223;padding:18px 16px 14px}@media (min-width:1043px){.search-results .search-container{margin-bottom:64px}}.module-related{margin-top:48px;margin-bottom:48px}.module-related h2.module-headline{margin-top:48px;padding-bottom:16px;border-width:0 0 1px;border-color:#aba2a1;border-style:solid}.module-related article:last-of-type{border-bottom:0}body.single-amt_videos .module-related{margin-bottom:0}@media (min-width:1043px){.module-related h2.module-headline{margin:96px 28px 48px}.module-related .card-blog:nth-of-type(3){display:none}}@media (min-width:1280px){.module-related h2.module-headline{margin-left:35px;margin-right:35px}}.module-video__latest{margin-top:48px;margin-bottom:48px}.module-video__latest h2.module-headline{margin-bottom:32px;padding-bottom:8px;border-width:0 0 1px;border-color:#aba2a1;border-style:solid}.module-video__latest article{margin-bottom:16px}.module-video__latest article:nth-of-type(odd){padding-right:8px}.module-video__latest article:nth-of-type(2n){padding-left:8px}body.archive .module-video__latest{margin-top:16px}@media (min-width:1043px){.module-video__latest{margin-left:28px;margin-right:28px}.module-video__latest article:nth-of-type(odd){padding-right:16px}.module-video__latest article:nth-of-type(2n){padding-left:16px}body.archive .module-video__latest{margin-top:0}}@media (min-width:1280px){.module-video__latest{margin-left:35px;margin-right:35px}}.module-pagination{margin-top:48px;margin-bottom:48px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.module-pagination .next,.module-pagination .prev{-ms-flex:1 0 10%;flex:1 0 10%;margin-top:0}.module-pagination .prev{margin-right:8px}.module-pagination .next{margin-left:8px;text-align:right}.module-pagination .next a,.module-pagination .prev a{margin-top:0}.module-pagination .page-counter{padding:18px;border-radius:2px;-ms-flex:0 0 auto;flex:0 0 auto}.module-post__list h2{margin-bottom:32px}.module-post__list ul{list-style:decimal;font-family:Avenir Next LT W01 Bold,Arial,sans-serif;color:#d40652;font-size:12px;font-size:.75rem;padding-left:16px}.module-post__list li{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;margin-bottom:32px}.module-post__list li h1{padding-left:16px;line-height:1.5}@media (min-width:1043px){.module-post__list{margin-bottom:96px;margin-bottom:64px}.module-post__list h2{width:100%;position:relative;padding-bottom:16px;margin-bottom:48px}.module-post__list h2:before{position:absolute;content:"";width:100%;bottom:0;height:1px;background-color:#e2dfdd}.module-post__list ul{font-size:18px;font-size:1.125rem;padding-left:96px;margin-bottom:0}.module-post__list li{position:relative;padding-bottom:32px;margin-bottom:32px}.module-post__list li:before{content:"";position:absolute;left:-96px;right:0;bottom:0;border-color:#e2dfdd;border-width:0 0 1px;border-style:solid}.module-post__list li:last-of-type{margin-bottom:0}.module-post__list li h1.type-size__22{font-size:30px;font-size:1.875rem}}.module-callout__single{padding:48px 0;margin-bottom:48px}@media (min-width:1043px){.module-callout__single{padding:96px 0;margin-bottom:64px}.module-callout__single h1.type-size__28{font-size:40px;font-size:2.5rem}.module-social+.module-callout__single{margin-top:-48px}}.module-post__feed article:last-of-type .card__content{padding-bottom:0}.module-post__feed article:last-of-type .card__content:before{border-width:0}@media (min-width:1043px){.module-post__feed.remove-3-lg .card-blog.card-no__1,.module-post__feed.remove-3-lg .card-blog.card-no__2,.module-post__feed.remove-3-lg .card-blog.card-no__3{display:none}}.module-callout__double{margin-bottom:48px;background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/pattern-dots.svg);background-repeat:repeat;background-size:100%}.module-callout__double .group-wrapper{background-color:#fff;padding:32px;border:6px solid #222223;border-radius:2px;margin-top:48px;margin-bottom:48px}@media (max-width:1042.98px){.module-callout__double article+article .group-wrapper{margin-top:0}}@media (min-width:1043px){.module-callout__double{background-size:30%;padding:60px 0;margin-bottom:64px}.module-callout__double article .row{min-height:100%}.module-callout__double .center-wrapper{display:-ms-flexbox;display:flex;min-height:100%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.module-callout__double .center-group{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1}.module-callout__double h1.type-size__28{font-size:30px;font-size:1.875rem}}.module-video{position:relative;padding-bottom:48px;margin-bottom:48px}.module-video:before{content:"";position:absolute;bottom:0;left:8.33333%;width:83.33333%;height:1px;display:block;border:1px solid #e2dfdd;border-width:0 0 1px}.module-video h2.module-title{margin-bottom:16px}.module-video .card-video__content h1{margin-bottom:4px}.module-video .card-video__content h1.type-size__16{font-size:14px;font-size:.875rem}.module-video .card-video__small .card__content{padding-bottom:26px}.module-video .card-video__small .card__info{bottom:12px;line-height:1px}.module-post__feed+.module-video{padding-top:48px}.module-post__feed+.module-video:after{content:"";position:absolute;top:0;left:8.33333%;width:83.33333%;height:1px;display:block;border:1px solid #e2dfdd;border-width:0 0 1px}@media (max-width:1042.98px){.module-video .module-video__scroll{margin-top:16px;margin-bottom:32px}.module-video .module-video__scroll .mask{position:relative;overflow:hidden;max-width:100%;width:100%}.module-video .module-video__scroll .group-wrapper{min-width:100%;position:relative;transition:all .2s ease-in-out;transform:translate(8.33333%)}.module-video .module-video__scroll article{position:absolute;top:0;left:41.66667%;max-width:41.66667%;width:41.66667%;padding-right:6px}.module-video .module-video__scroll .card-video .inside{min-height:172px}.module-video .module-video__scroll article:nth-of-type(3){left:83.33333%}.module-video .module-video__scroll article:first-of-type{position:relative;left:0}.module-video .module-video__scroll.js-slider-active .group-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row}.module-video .module-video__scroll.js-slider-active article{position:relative;left:auto;width:auto;-ms-flex:1 1 auto;flex:1 1 auto}.module-video .module-video__scroll.js-slider-active .card-video .inside{min-height:100%}}@media (min-width:1043px){.module-post__feed+.module-video{padding-top:0}.module-post__feed+.module-video:after{border-width:0}.module-video h2.module-title{width:100%;position:relative;padding-bottom:16px;margin-bottom:48px}.module-video h2.module-title:before{content:"";position:absolute;bottom:0;width:100%;height:1px;background-color:#e2dfdd}.module-video .module-video__scroll article.card-video__small{margin-bottom:32px}.module-video .module-video__scroll.total_videos_5 article.video_no_5{display:none}.module-video{margin-bottom:96px;margin-bottom:64px}.module-video .group-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:0;margin-left:0;-ms-flex-pack:center;justify-content:center;margin-left:-20px;margin-right:-20px;margin-bottom:4px}.module-video .group-wrapper .card-video__small{position:relative;width:100%;min-height:1px;padding-right:0;padding-left:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;margin-bottom:32px}.module-video .card-video__small .inside{margin-right:20px;margin-left:20px}.module-video .card-video__big{margin-bottom:48px}.module-video:before{border-width:0}}.module-podcast-wrap{width:100%}.module-podcast-wrap .module-podcast-content{background:#222223;width:100%;padding-top:48px;margin-bottom:64px}.module-podcast-wrap .module{margin-bottom:0}.module-podcast-wrap>.module{padding-bottom:0}.module-podcast-wrap h2.module-title{margin-bottom:0}.module-podcast-wrap h2.module-title:before{display:none}.module-podcast-wrap .component-button__cta{transition:all .2s ease-in-out}.module-podcast-wrap .component-button__cta:hover{border-color:#fff;background:#fff}.module-podcast-wrap .card-video__big .card__image:before{content:"LISTEN NOW"}@media (min-width:1043px){.module-podcast-wrap .card-video__big .card__content h1 a.type-sans__medium{color:#fff}.module-podcast-wrap .card-video__big .card__image:before{content:""}.module-podcast-content .video-play__wrapper{max-width:35%}.module-podcast-content .module-video .group-wrapper .card-video__small{max-width:21%}.module-podcast-content .module-video .card-video__small .inside{margin-left:25px;margin-right:25px}}.module-social{margin-bottom:48px;padding:32px 0;background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/pattern-dots.svg);background-repeat:repeat;background-size:100%}.module-social .component-social{padding:32px 16px;-ms-flex-pack:center;justify-content:center;border-radius:4px}.module-social .component-social ul li a span{width:30px;height:30px}.module-social .component-social ul li a.youtube span{width:34px;height:34px}.module-social .component-social ul li a.facebook span{width:32px;height:32px}@media (min-width:768px){.module-social .component-social h2{min-width:100%;-ms-flex-negative:0;flex-shrink:0}}@media (min-width:1043px){.module-social{background-size:30%;padding:60px 0}.module-social .component-social{padding:48px 16px}.module-social .component-social h2{min-width:0;-ms-flex-negative:1;flex-shrink:1;margin-right:16px}}.module-resources{position:relative;padding-bottom:48px;margin-bottom:48px}.module-resources p{font-family:inherit;font-size:inherit}.module-resources h2.module-title{padding-top:32px;margin-bottom:16px}@media (max-width:1042.98px){.module-resources .module-resource__scroll{padding-top:16px}.module-resources .module-resource__scroll .mask{position:relative;overflow:hidden;max-width:100%;width:100%}.module-resources .module-resource__scroll .group-wrapper{min-width:100%;position:relative;transform:translate(8.33333%);transition:all .2s ease-in-out}.module-resources .module-resource__scroll article{position:absolute;top:0;left:37.5%;max-width:37.5%;width:37.5%;padding-right:10px}.module-resources .module-resource__scroll .card-video .inside{min-height:180px}.module-resources .module-resource__scroll article:nth-of-type(3){left:75%}.module-resources .module-resource__scroll article:first-of-type{position:relative;left:0}.module-resources .module-resource__scroll.js-slider-active .group-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row}.module-resources .module-resource__scroll.js-slider-active article{position:relative;left:auto;width:auto;-ms-flex:1 1 auto;flex:1 1 auto}.module-resources .module-resource__scroll.js-slider-active .card-video .inside{min-height:100%}}@media (min-width:1043px){.module-resources{margin-bottom:64px}.module-resources.background-color__purple{background-color:transparent}.module-resources .module-resources__intro{border-radius:4px;margin-bottom:32px}.module-resources .module-resources__intro h2.module-title.type-size__28.type-sans__reg-d{font-family:AvenirNextLTW01-Regular,Arial,sans-serif;font-size:12px;font-size:.75rem;text-transform:uppercase;margin-bottom:0}.module-resources .module-resources__intro .module-content.type-sans__reg-i.type-size__14{font-size:30px;font-size:1.875rem;font-family:LinceSans,Arial,sans-serif}.module-resources .module-resources__intro .module-content p{margin-top:16px}.module-resources .module-resources__intro .image-wrapper{padding:12px}.module-resources .module-resources__intro .center-wrapper{display:-ms-flexbox;display:flex;min-height:100%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.module-resources .module-resources__intro .center-group{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;padding-left:48px;padding-right:48px}.module-resources .group-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:0;margin-left:0;margin-left:-20px;margin-right:-20px;width:100%;-ms-flex-pack:center;justify-content:center}.module-resources .group-wrapper .card-resource{position:relative;width:100%;min-height:1px;padding-right:0;padding-left:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.module-resources .group-wrapper .card-resource .inside{margin-right:20px;margin-left:20px}.module-resources .group-wrapper .card-resource .inside h1.type-color__white{color:#222223}.module-resources .group-wrapper article:nth-of-type(n+6){display:none}.module-resources .component-button__cta.white{color:#555558;border-color:#555558;margin-top:0}}@media (min-width:1280px){.module-resources .group-wrapper .card-resource{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}}.module-latest{position:relative}.module-latest:before{content:"";position:absolute;width:100%;height:1px;top:0;background-color:#e2dfdd}.module-latest h3{position:relative;padding-bottom:8px;margin-bottom:8px}.module-latest h3:before{content:"";position:absolute;width:100%;height:1px;bottom:0;background-color:#aba2a1}@media (min-width:1043px){.module-featured__post{margin-bottom:48px}}.module-soundcloudset{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.module-soundcloudset-item{margin-bottom:32px;width:calc(50% - 20px)}.module-soundcloudset-item .-image-wrap{position:relative;cursor:pointer}.module-soundcloudset-item .-image-wrap:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-play-small.svg);background-position:right 10px top 10px;background-size:50px 50px;background-repeat:no-repeat}@media (max-width:1042.98px){.module-soundcloudset{-ms-flex-pack:distribute;justify-content:space-around}.module-soundcloudset-item{margin-bottom:32px;width:calc(100% - 32px)}}.page-view__video{margin-top:16px;margin-bottom:48px}.page-view__video h2.playlist-headline{margin-top:32px;padding-top:32px;margin-bottom:32px;padding-bottom:8px;border-width:0 0 1px;border-color:#aba2a1;border-style:solid}.page-view__video .playlist-group article{margin-bottom:16px}.page-view__video .playlist-group article:nth-of-type(odd){padding-right:8px}.page-view__video .playlist-group article:nth-of-type(2n){padding-left:8px}.page-view__resources{margin-top:16px;margin-bottom:48px}.page-view__resources h1.module-headline{margin-top:32px}@media (min-width:1043px){.page-view__resources h1.module-headline{margin-bottom:8px}.page-view__resources h1.module-headline.type-size__32{font-size:40px;font-size:2.5rem}}.page-view__resources .module-content{margin-bottom:48px}.dropdown-resources{position:relative;padding-bottom:48px}.dropdown-wrapper__resource{position:absolute;width:100%;color:#555558;text-transform:uppercase;letter-spacing:.06em;border:1px solid #e2dfdd;border-radius:2px;margin-bottom:16px;overflow:hidden;z-index:500;background-color:#fff;max-height:44px;transition:max-height .2s ease-in-out}.dropdown-wrapper__resource:before{content:"";position:absolute;right:16px;top:16px;width:17px;height:10px;background-image:url(https://n5a7d2f2.stackpathcdn.com/wp-content/themes/theswaddle-2018/dist/images/icon-arrow-down-gray.svg);background-repeat:no-repeat;background-size:contain;background-position:50%}.dropdown-wrapper__resource ul{position:relative;padding:0;margin:0}.dropdown-wrapper__resource li{border:1px solid #e2dfdd;border-width:1px 0 0}.dropdown-wrapper__resource a{width:100%;line-height:1.3;display:block;padding:16px}.dropdown-wrapper__resource a:after,.dropdown-wrapper__resource a:before{content:"";display:block;height:0;width:0}.dropdown-wrapper__resource a:before{margin-bottom:calc(-.24512em + 0px)}.dropdown-wrapper__resource a:after{margin-top:calc(-.34268em + 0px)}.dropdown-wrapper__resource a.dropdown__first{transition:all .2s ease-in-out}.dropdown-wrapper__resource.dropdown__open{max-height:900px}.dropdown-wrapper__resource.dropdown__open:before{transform:scale(-1)}.dropdown-wrapper__resource.dropdown__open a.dropdown__first{background-color:#8769ad;color:#fff}.page-view__resources .dropdown-resources{margin-bottom:16px}@media (min-width:1043px){.page-view__resources .dropdown-resources{margin-bottom:32px}}.page-404{margin-top:16px;margin-bottom:48px}.page-404 h2{margin-top:16px;margin-bottom:32px;padding-bottom:8px;border-width:0 0 1px;border-color:#aba2a1;border-style:solid}.page-404 h1{margin-bottom:48px}.error404 .module-related{margin-bottom:0}@media (min-width:1043px){.archive-view h1.headline-author.type-size__28,.archive-view h1.module-headline.type-size__28{font-size:40px;font-size:2.5rem;margin-bottom:48px}.archive-view h1.headline-author,.archive-view h1.module-headline,.archive-view h2.eyebrow-author{margin-left:28px;margin-right:28px}body.author .archive-view .card__author.d-lg-block{display:none!important}}@media (min-width:1280px){.archive-view h1.headline-author,.archive-view h1.module-headline,.archive-view h2.eyebrow-author{margin-left:35px;margin-right:35px}}ol,ul{list-style:none;padding:0}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6{font-weight:400}.main-wrapper{padding-top:60px}@media (min-width:1043px){.main-wrapper{padding-top:110px}}button{-webkit-appearance:none;-moz-appearance:none;appearance:none}
.simplePullQuote {
	width:200px;
	float:right;
	border-top:3px #868686 solid;
	border-bottom:3px #868686 solid;
	background: top left no-repeat url("https://n5a7d2f2.stackpathcdn.com/wp-content/plugins/simple-pull-quote/images/quote.png");
	text-indent:10px;
	padding:6px;
	margin:10px 0 10px 10px;
	-webkit-box-shadow: 7px 7px 8px 0px rgba(129,129,129,1);
	-moz-box-shadow: 7px 7px 8px 0px rgba(129,129,129,1);
	box-shadow: 7px 7px 8px 0px rgba(129,129,129,1);
}
.simplePullQuote.left {
	float:left;
	margin:10px 10px 10px 0;
	-webkit-box-shadow: -7px 7px 8px 0px rgba(129,129,129,1);
	-moz-box-shadow: -7px 7px 8px 0px rgba(129,129,129,1);
	box-shadow: -7px 7px 8px 0px rgba(129,129,129,1);
}