
/*
Table Of Contents

1.)  Typography
2.)  Container - Main
3.)  Header
4.)  Main - Menu
5.)  Content - Main
6.)  Footer
7.)  Undersider

===============================================*/

/*
font-family: rival-sans, sans-serif; 
font-weight: 300; 
font-style: normal;

font-family: rival-sans, sans-serif; 
font-weight: 300; 
font-style: italic;

font-family: rival-sans, sans-serif; 
font-weight: 900; 
font-style: normal;

font-family: rival-sans, sans-serif; 
font-weight: 900; 
font-style: italic;

font-family: arno-pro,serif; 
font-weight: 400; 
font-style: normal;

font-family: arno-pro,serif; 
font-weight: 400; 
font-style: italic;

font-family: arno-pro,serif; 
font-weight: 700; 
font-style: normal;

font-family: rival-sans, sans-serif; 
font-weight: 500; 
font-style: normal;

font-family: rival-sans, sans-serif; 
font-weight: 500; 
font-style: italic;
*/


/*
 1.) Typography
----------------------------------------*/

@import url("foundation.css") all;
@import url("motion-ui.css") all;
@import url("brands.min.css") all;
@import url("light.min.css") all;
@import url("regular.min.css") all;
@import url("solid.min.css") all;
@import url("duotone.min.css") all;
@import url("fontawesome.min.css") all;


h1, h2, h3, h4, h5, h6, dl, ol, p, ul, li {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
}
 

/* #Basic Styles
================================================== */

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "rival-sans", sans-serif; 
	font-weight: 300;
	font-style: normal;
	font-size: 1.25rem;
	color: #000000;
	line-height: 1.75rem;
	background: #19212b;
	margin: 0;
	padding: 0;
}

@media print, screen and (min-width: 48rem) {
body {
	font-size: 1.5rem;
	line-height: 2rem;
}
}

@media print, screen and (min-width: 75rem) {
body {
	font-size: 1.625rem;
	line-height: 2.375rem;
}
}


/* #Links
================================================== */

a {
	color: #bc371c;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

a:hover,
a:focus {
	color: #e5281e;
	text-decoration: underline;
}

a:focus {
	text-decoration: none;
}

a:visited {
	outline: 0;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #bc371c;
	text-decoration: underline;
}

a:hover[href^="tel:"], 
a:hover[href^="fax:"] {
	color: #e5281e;
	text-decoration: underline;
}

a:focus[href^="tel:"], 
a:focus[href^="fax:"] {
	color: #e5281e;
	text-decoration: none;
}


/* #Heading H1, H2, H3, H4, H5, H6, P
================================================== */

h1, 
.h1, 
h2, 
.h2, 
h3, 
.h3, 
h4, 
.h4, 
h5, 
.h5,
h6, 
.h6 {
	font-family: "rival-sans", sans-serif; 
	font-weight: 900;
	padding-bottom: 20px;
}

h1, 
.h1, 
h2, 
.h2, 
h3, 
.h3, 
h4, 
.h4, 
h5, 
.h5,
h6, 
.h6 {
	padding-bottom: 32px;
}

h1,
.h1{
	font-size: 2rem;
	line-height: 2.25rem; 
}

h2,
.h2 {
	font-size: 1.75rem;
	line-height: 2rem; 
}

h3,
.h3 {
	font-size: 1.75rem;
	line-height: 2rem; 
}

h4,
.h4 {	
	font-size: 1.25rem;
	line-height: 1.375rem;
}

h5,
.h5,
h6,
.h6 {	
	font-size: 1.25rem;
	line-height: 1.375rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	font-style: inherit;
	color: inherit; 
	text-decoration: none;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
	color: #4EA6DC;
	text-decoration: none;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
	padding-bottom: 0;
}

p {
	padding-bottom: 25px;
}

p:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic; 
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal; 
}

strong {
	font-weight: 700; 
}

@media print, screen and (min-width: 48rem) {
h1, 
.h1, 
h2, 
.h2, 
h3, 
.h3, 
h4, 
.h4, 
h5, 
.h5,
h6, 
.h6 {
	padding-bottom: 25px;
}


h1,
.h1{
	font-size: 3.125rem;
	line-height: 3.25rem;
}

h2,
.h2 {
	font-size: 2.5rem;
	line-height: 2.625rem;
}

h3,
.h3 {
	font-size: 2rem;
	line-height: 2.25rem;
}

h4,
.h4 {	
	font-size: 1.625rem;
	line-height: 1.875rem;
}

h5,
.h5,
h6,
.h6 {	
	font-size: 1.375rem;
	line-height: 1.625rem;
}

p {
	padding-bottom: 30px;
}
}

@media print, screen and (min-width: 75rem) {
h1, 
.h1, 
h2, 
.h2, 
h3, 
.h3, 
h4, 
.h4, 
h5, 
.h5,
h6, 
.h6 {
	padding-bottom: 32px;
}

h1,
.h1{
	font-size: 4.375rem;
	line-height: 4.5rem; 
}

h2,
.h2 {
	font-size: 3.75rem;
	line-height: 3.5rem; 
}

h3,
.h3 {
	font-size: 2.5rem;
	line-height: 2.625rem;
}

h4,
.h4 {	
	font-size: 2rem;
	line-height: 2.25rem;
}

h5,
.h5,
h6,
.h6 {	
	font-size: 1.75rem;
	line-height: 2rem;
}

p {
	padding-bottom: 37px;
}
}


/* #Unorder Styles
================================================= */

ul,
ol {
	list-style: none; 
}

li {
	position: relative; 
	padding-left: 18px;
}

li:last-child {
	padding-bottom: 25px;
}

ul li ul,
ol li ol {
	padding: 15px 0 0 0;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li::before {
	content: ""; 
	width: 6px; 
	height: 6px; 
	float: left; 
	background: #000000; 
	border-radius: 100%;
	position: absolute;
	top: 11px;
	left: 0;
}

@media print, screen and (min-width: 48rem) {
li {
	padding-left: 22px;
}

li:last-child {
	padding-bottom: 30px;
}

ul li::before {
	width: 7px; 
	height: 7px; 
	top: 14px;
}
}

@media print, screen and (min-width: 75rem) {
li:last-child {
	padding-bottom: 37px;
}

ul li::before {
	top: 16px; 
}
}


/* #Order Styles
================================================= */

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;	
	padding-left: 26px;
}

ol > li::before {
	content: counter(item)".";
	font-weight: 400;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

@media print, screen and (min-width: 48rem) {
ol > li {
	padding-left: 28px;
}
}

@media print, screen and (min-width: 75rem) {
ol > li {
	padding-left: 32px;
}
}


/* #Input
================================================= */
textarea, 
select, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

input, 
textarea, 
select {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	color: #000000;
	line-height: 1.5625rem;
	padding: 0 0 5px 0;
	margin: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	height: 50px;	
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-weight: 300;
	font-size: 1rem;
	color: #000000;
	line-height: 1.5625rem;
	white-space: nowrap;
	text-overflow: ellipsis;	
	background: #ffffff;
	box-shadow: none;
	border: 1px solid #DED0D0;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	position: relative;
	padding: 10px 20px;
	margin: 0;
}

textarea {
	height: 180px;
	white-space: normal;
	outline: none;
	resize: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

select {
	background-image: url(../img/arrow-down.svg);
	background-size: 15px auto;
	background-repeat: no-repeat;
	background-position: top 19px right 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 55px;
	padding-bottom: 0;
}

select::-ms-expand {
	display:none;
}

select.colorize option:not([disabled]) {
	color: #000000;
}

select.colorize option.def:not([disabled]),
select.colorize.empty:not([disabled]) {
	color: #000000;
}

::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
	color: #000000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #000000;
}

::-moz-placeholder {
	color: #000000;
}

::-ms-input-placeholder {
	color: #000000;
}

@media print, screen and (min-width: 48rem) {
label {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

select,
textarea,
input[type="text"],    
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	height: 60px;
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding: 15px 25px;
}

textarea {
	height: 215px;
	padding-top: 20px;
	padding-bottom: 20px;
}

select {
	background-size: 18px auto;
	background-position: top 23px right 25px;
	padding-right: 65px;
}
}


/* #Button
================================================== */
.button {
	font-family: "rival-sans", sans-serif; 
	font-weight: 900;
	font-size: 1.125rem;	
	color: #FFFFFF;
	line-height: 1.5rem; 
	letter-spacing: normal;
	text-align: center;
	text-decoration: none; 
	text-transform: uppercase;
	background: #E5281A;
	border-radius: 2px;
	box-shadow: none;
	border: none;
	position: relative;
	overflow: hidden;
	padding: 8px 25px 11px 25px;
	margin: 0;
}

.button:hover,
.button:focus {
	background: #bc371c;
	box-shadow: none;
}

.button.yellow { 
	color: #ffffff;
	background: #E88104;
}

.button.yellow:hover,
.button.yellow.hover,
.button.yellow:focus {
	color: #ffffff;
	background: rgba(232, 129, 4, 0.80);
}

.button.b-black { 
	color: #ffffff;
	background: #25313E;
}

.button.b-black:hover,
.button.b-black.hover,
.button.b-black:focus {
	color: #ffffff;
	background: #000000;
}

.button-out {
	width: 100%; 
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media print, screen and (min-width: 48em) {
.button {
	padding: 11px 30px 14px 30px;
}
}


/* 
 2.) Container - Main
----------------------------------------*/

.container-main {
	width: 100%;
	float: left; 
	background: #FFFFFF;
	position: relative;
	overflow: hidden; 
	padding: 60px 0 0 0; 
}

.container-main.gray-bg { 
	background: #F0F0F0;
}

.grid-container {
	max-width: 100%;
	padding-right: 17px;
	padding-left: 17px;
}

.grid-container.full {
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
}

@media print, screen and (min-width: 48rem) {
.container-main {
	padding: 70px 0 0 0; 
}

.grid-container {
	max-width: 1280px;
	padding-right: 40px;
	padding-left: 40px;	 
}

.grid-container.full {
	max-width: 1280px;
	padding-right: 40px;
	padding-left: 40px;
}
}


/* Sub - Title */
.sub-title {
	width: 100%;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.375rem;
	margin-bottom: 5px;
}

.sub-title:last-child {
	margin-bottom: 0;
}

.sub-title span {
	float: none;
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #4EA6DC;
}

@media print, screen and (min-width: 48rem) {
.sub-title {
	font-size: 1.125rem;
	line-height: 1.5rem;
}
}


/* Social - Links */
.social-links {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.social-links p {
	font-family: "rival-sans", sans-serif;
	font-weight: 800;
	font-size: 1.125rem;
	color: #ffffff;
	line-height: 1.375rem;
	padding: 0 0 10px 0;
}

.social-links ul {
	float: left;
	padding: 0;
	margin: 0 -6px -15px -6px;
}

.social-links ul li {
	float: left;
	padding: 0;
	margin: 0 6px 15px 6px;
}

.social-links ul li:before {
	display: none;
}

.social-links ul li span {
	display: none;
}

.social-links ul li a {
	width: 50px;
	height: 50px;
	float: left;
	font-size: 2rem;
	color: #25313E;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	background: #ffffff;
	border-radius: 360px;
}

.social-links ul li a:hover,
.social-links ul li a:active,
.social-links ul li a:focus {
	color: #ffffff;
	background: #4EA6DC;
}


/* Swiper */
.swiper {
	width: 100%;
	height: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.swiper-slide { width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	/* Center slide text vertically */
}

.swiper-button-next,
.swiper-button-prev {
	width: 40px;
	height: 40px;
	float: left;
	background: #CCD1D2;
	border-radius: 360px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled { 
	display: none;
	opacity: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after { 
	width: 40px; 
	height: 40px; 
	float: left;
	content:"\f30a";
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 700;
	font-size: 1.25rem;
	color: #354849; 
	line-height: 40px; 
	text-align: center;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content:"\f30b";
}

@media print, screen and (min-width: 48rem) {
.swiper-button-next,
.swiper-button-prev {
	width: 50px;
	height: 50px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after { 
	width: 50px;
	height: 50px;
	font-size: 1.5rem;
	line-height: 50px; 
}
}

@media print, screen and (min-width: 75rem) {
.swiper-button-next,
.swiper-button-prev {
	width: 66px;
	height: 66px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after { 
	width: 66px; 
	height: 66px; 
	font-size: 1.625rem;
	line-height: 66px; 
}
}


/* Hidden Scroll */
.hiddenscroll {
	overflow: hidden;
}


/* 
 4.) Main - Menu
----------------------------------------*/
.main-menu {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #ffffff;
	position: relative;
}

.main-menu nav {
	float: left;
}

.main-menu nav ul {
	float: left;
	padding: 0;
	margin: 0 -20px 0 0;
}

.main-menu nav ul li {
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
}

.main-menu nav ul li:before {
	display: none;
}

.main-menu nav ul li a {
	height: 50px;
	float: left;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 1.125rem;
	color: #000000;
	line-height: 45px;
	text-decoration: none;
	position: relative;
}

.main-menu nav ul li a:after {
	content: "";
	width: 100%;
	height: 1px;
	float: left;
	background: #4EA6DC;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: absolute;
	bottom: 15px;
	left: 0;
}

.main-menu nav ul li a:hover,
.main-menu nav ul li a:focus,
.main-menu nav ul li.active a {
	color: #4EA6DC;
}

.main-menu .button {
	font-size: 1.125rem;
}

.main-menu .btn-out {
	width: auto;
	float: right;
}

@media only screen and (max-width: 74.9375rem) {
.main-menu nav ul {
	margin: 0 -15px 0 0;
}

.main-menu nav ul li {
	margin: 0 15px 0 0;
}

.main-menu nav ul li a {
	font-size: 1rem;
}

.main-menu .button {
	font-size: 1rem;
	padding-right: 25px;
	padding-left: 25px;
}
}

@media only screen and (max-width: 61.9375rem) {
.main-menu {
	display: none;
}
}


/* 
 5.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;
}


/* Feature - List */
.feature-list {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 15px 0;
}

.feature-list .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.feature-list .box .figure-out {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 0 12px 0;
}

.feature-list .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.feature-list .box .figure:last-child {
	margin-bottom: 0;
}

.feature-list .box .figure img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

.feature-list .box .figure-out .profile {
	width: 82px;
	float: right;
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 1;
}

.feature-list .box .figure-out .profile .user {
	width: 100%;
	text-align: center;
	border-radius: 360px;
	overflow: hidden;
}

.feature-list .box .figure-out .profile .user img {
	border-radius: 360px;
}

.feature-list .box .figure-out .profile .name {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "rival-sans", sans-serif;
	font-weight: 900;
	font-size: 0.4375rem;
	color: #ffffff;
	line-height: 0.75rem;
	background: #25313E;
	padding: 2px 5px 4px 5px;
	margin: -5px 0 0 0;
}


.feature-list .box .aside {
	width: 100%;
	padding: 0 5px;
}

.feature-list .box .aside h4 {
	width: 100%;
	float: left;
}

.feature-list .box .aside .sub-title {
	font-size: 0.75rem;
	line-height: 1rem;
}


.feature-list .blue-box {
	width: 100%;
	float: left;
	color: #ffffff;
	background: #25313E;
	padding: 30px 0;
}

.feature-list .blue-box h3 {
	font-size: 30px;
	line-height: 36px;
	padding: 0 40px 10px 40px;
}

.feature-list .blue-box ul {
	width: 100%;
	float: left;
	border-top: 1px solid rgba(78, 166, 220, 0.2);
	padding: 0 0 39px 0;
	margin: 0;
}

.feature-list .blue-box ul:last-child {
	padding-bottom: 0;
}

.feature-list .blue-box ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.feature-list .blue-box ul li:before {
	display: none;
}

.feature-list .blue-box ul li a {
	width: 100%;
	float: left;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #ffffff;
	line-height: 22px;
	text-decoration: none;
	border-bottom: 1px solid rgba(78, 166, 220, 0.2);
	position: relative;
	padding: 11px 60px 11px 40px;
}

.feature-list .blue-box ul li a:before {
	content: "\f30b";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translate(0, -50%);
}

.feature-list .blue-box ul li a:hover,
.feature-list .blue-box ul li a:focus,
.feature-list .blue-box ul li.active a {
	color: #4EA6DC;
}


.feature-list .blue-box .bottom-btn {
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 0 40px;
}

.feature-list .blue-box .bottom-btn .button {
	width: 100%;
}

.feature-list .blue-box .bottom-btn .btn-out {
	margin: 0 0 15px 0;
}

.feature-list .blue-box .bottom-btn .bottom-links {
	width: 100%;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 0.875rem;
	color: #ffffff;
	line-height: 1.125rem;
	overflow: hidden;
}

.feature-list .blue-box .bottom-btn .bottom-links a {
	float: none;
	display: inline-table;
	vertical-align: top;
	color: #ffffff;
	margin: 0 5px;
}

.feature-list .blue-box .bottom-btn .bottom-links a:hover,
.feature-list .blue-box .bottom-btn .bottom-links a:focus,
.feature-list .blue-box .bottom-btn .bottom-links a.active {
	color: #4EA6DC;
}


.feature-list .box:hover .figure img,
.feature-list .box:focus .figure img,
.feature-list .box:active .figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.feature-list .box:hover h2,
.feature-list .box:focus h2,
.feature-list .box:active h2,
.feature-list .box:hover h3,
.feature-list .box:focus h3,
.feature-list .box:active h3,
.feature-list .box:hover h4,
.feature-list .box:focus h4,
.feature-list .box:active h4 {
	color: #4EA6DC;
}

.feature-list .btn-out {
	text-align: center;
}

.feature-list .grid-x {
	padding: 0 0 30px 0;
}

.feature-list .grid-x:last-child {
	padding-bottom: 0;
}

.feature-list .grid-margin-y {
	margin-top: -0.9375rem;
	margin-bottom: -0.9375rem;
}

.feature-list .grid-margin-y > .cell {
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}

.feature-list.alt-bg {
	background: #E5E5E5;
	padding: 60px 0;
}

.feature-list.alt-bg .grid-x {
	padding: 0;
}

.feature-list.alt-bg .btn-out {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0, -50%);
}

@media print, screen and (min-width: 48rem) {
.feature-list {
	padding: 30px 0;
}

.feature-list .box .aside {
	padding: 0;
}

.feature-list .box .aside .sub-title {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.feature-list .grid-x {
	padding: 0 0 60px 0;
}

.feature-list .grid-margin-x > .cell {
	width: calc(33.33% - 1.375rem);
	margin-left: 0.6875rem;
	margin-right: 0.6875rem;
}

.feature-list .grid-margin-x {
	margin-right: -0.6875rem;
	margin-left: -0.6875rem;
}

.feature-list .grid-margin-y {
	margin-top: -0.9375rem;
	margin-bottom: -0.9375rem;
}

.feature-list .grid-margin-y > .cell {
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}

.feature-list.alt-col .grid-margin-x > .cell {
	width: calc(50% - 1.375rem);
}

.feature-list.alt-col2 .grid-margin-x > .large-8 {
	width: calc(100% - 1.375rem);
}

.feature-list.alt-col2 .grid-margin-x > .large-4 {
	width: calc(100% - 1.375rem);
}

.feature-list.alt-bg {
	padding: 70px 0;
}
}

@media print, screen and (min-width: 62rem) {
.feature-list.alt-col2 .grid-margin-x > .large-8 {
	width: calc(66.67% - 1.375rem);
}

.feature-list.alt-col2 .grid-margin-x > .large-4 {
	width: calc(33.33% - 1.375rem);
}
}

@media print, screen and (min-width: 75rem) {
.feature-list.alt-bg {
	padding: 80px 0;
}

.feature-list .box .figure-out .profile {
	width: 140px;
}

.feature-list .box .figure-out .profile .name {
	font-size: 0.875rem;
	line-height: 1.125rem;
	padding: 2px 10px 4px 10px;
	margin: -10px 0 0 0;
}

.feature-list.alt-col2 .box .figure-out .profile {
	top: 22px;
	right: 22px;
}
}

@media print, screen and (max-width: 47.9375rem) {
.feature-list.alt-mbl-col .box .figure-out {
	width: 146px;
	position: relative;
	z-index: 1;
	margin: 0 -146px 0 0;
}

.feature-list.alt-mbl-col .box .aside {
	padding: 0 0 0 160px;
}

.feature-list.alt-mbl-col .box .aside h2,
.feature-list.alt-mbl-col .box .aside h3,
.feature-list.alt-mbl-col .box .aside h4 {
	font-size: 1.25rem;
	line-height: 1.375rem;
}

.feature-list .blue-box {
	width: 200%;
	padding: 25px 50%;
	margin: 0 -50%;
}

.feature-list .blue-box h3 {
	display: none;
}

.feature-list .blue-box ul {
	display: none;
}

.feature-list .blue-box .bottom-btn {
	padding: 0 5px;
}


.feature-list.alt-mbl-col .grid-margin-y {
	margin-top: -0.46875rem;
	margin-bottom: -0.46875rem;
}

.feature-list.alt-mbl-col .grid-margin-y > .cell {
	margin-top: 0.46875rem;
	margin-bottom: 0.46875rem;
}
}


/* Banner - CTA */
.banner-cta {
	width: 100%;
	overflow: hidden;
	padding: 15px 0;
}

.banner-cta .sub-heading {
	width: 100%;
	font-family: "rival-sans", sans-serif;
	font-weight: 900;
	font-size: 0.875rem;
	color: #ffffff;
	line-height: 1.125rem;
	text-transform: uppercase;
	overflow: hidden;
	margin: 0 0 -1px 0;
}

.banner-cta .sub-heading span {
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #707070;
	padding: 6px 12px;
}

.banner-cta .box {
	width: 100%;
	float: left;
	border: 1px solid #707070;
	border-left: none;
	border-right: none;
	padding: 9px 0;

}

.banner-cta .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.banner-cta .box .figure img {
	width: 100%;
}

@media print, screen and (min-width: 48rem) {
.banner-cta {
	padding: 30px 0;
}

.banner-cta .box {
	padding: 15px 0;
}
}


/* 
 6.) Footer
----------------------------------------*/
.footer-main {
	width: 100%;
	background: #19212b;
	overflow: hidden;
}

.footer-main .pre-footer {
	width: 100%;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 1.125rem;
	color: #ffffff;
	line-height: 1.375rem;
	background: #25313E;
	overflow: hidden;
	padding: 80px 0;
}

.footer-main .pre-footer a {
	color: #ffffff;
}

.footer-main .pre-footer a:hover,
.footer-main .pre-footer a:focus {
	color: #4EA6DC;
}

.footer-main .pre-footer .logo {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.footer-main .pre-footer .logo img {
	max-height: 126px;
}

.footer-main .pre-footer .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-main .pre-footer .box .address-txt {
	width: 50%;
	float: left;
	padding: 0 20px 0 0;
}

.footer-main .pre-footer .box .address-txt p {
	padding-bottom: 25px;
}

.footer-main .pre-footer .box .address-txt p:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .box .address-txt .txt-max {
	width: 100%;
	max-width: 400px;
	float: left;
}

.footer-main .pre-footer .box .footer-links {
	width: 50%;
	float: left;
	padding: 0 0 0 20px;
}

.footer-main .pre-footer .box .footer-links .aside {
	width: 100%;
	float: left;
	padding: 0 290px 0 0;
}

.footer-main .pre-footer .box .footer-links .aside ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.footer-main .pre-footer .box .footer-links .aside ul li {
	width: 100%;
	float: left;
	line-height: 1.875rem;
	padding: 0;
	margin: 0;
}

.footer-main .pre-footer .box .footer-links .aside ul li:before {
	display: none;
}

.footer-main .pre-footer .box .footer-links .social-links-out {
	width: 250px;
	float: left;
	position: relative;
	z-index: 1;
	margin: 0 0 0 -250px;
}

.footer-main .pre-footer .box .footer-links .social-links {
	padding-bottom: 50px;
}

.footer-main .pre-footer .box .footer-links .social-links:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .box .footer-links .social-links ul li a {
	color: #25313E;
}

.footer-main .pre-footer .box .footer-links .social-links ul li a:hover,
.footer-main .pre-footer .box .footer-links .social-links ul li a:active,
.footer-main .pre-footer .box .footer-links .social-links ul li a:focus {
	color: #ffffff;
}

.footer-main .pre-footer .box .footer-links .address-box {
	width: 100%;
	float: left;
	border: 1px solid #ffffff;
	padding: 25px 25px;
}

.footer-main .copy-rights {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}

.footer-main .copy-rights .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-family: "rival-sans", sans-serif;
	font-weight: 900;
	font-size: 1.125rem;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.375rem;
}

.footer-main .copy-rights .box p {
	float: left;
	padding: 0 30px;
}

.footer-main .copy-rights .box ul {
	float: left;
	padding: 0;
	margin: 0;
}

.footer-main .copy-rights .box ul li {
	float: left;
	border-left: 1px solid rgba(255, 255, 255, 0.6);
	padding: 0 30px;
	margin: 0;
}

.footer-main .copy-rights .box ul li:before {
	display: none;
}

.footer-main .copy-rights .box ul li img {
	max-height: 50px;
}

@media print, screen and (max-width: 74.9375rem) {
.footer-main {
	width: 100%;
	background: #19212b;
	overflow: hidden;
}

.footer-main .pre-footer {
	padding: 70px 0;
}

.footer-main .pre-footer .logo img {
	max-height: 100px;
}

.footer-main .copy-rights {
	padding: 25px 0;
}

.footer-main .copy-rights .box p {
	padding: 0 20px;
}

.footer-main .copy-rights .box ul li {
	padding: 0 20px;
}

.footer-main .copy-rights .box ul li img {
	max-height: 35px;
}
}

@media print, screen and (max-width: 61.9375rem) {
.footer-main .pre-footer .box .address-txt {
	padding: 0 30px 0 0;
}

.footer-main .pre-footer .box .footer-links {
	padding: 0 0 0 30px;
}

.footer-main .pre-footer .box .footer-links .aside {
	padding: 0 0 40px 0;
}

.footer-main .pre-footer .box .footer-links .aside ul {
	width: 110%;
	margin: 0 -5%;
}

.footer-main .pre-footer .box .footer-links .aside ul li {
	width: 40%;
	margin: 0 5%;
}

.footer-main .pre-footer .box .footer-links .aside ul li:before {
	display: none;
}

.footer-main .pre-footer .box .footer-links .social-links-out {
	width: 100%;
	padding: 0 0 110px 0;
	margin: 0;
}

.footer-main .pre-footer .box .footer-links .social-links {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 15px 0 15px;
}

.footer-main .pre-footer .box .footer-links .address-box p {
	max-width: 250px;
}

.footer-main .pre-footer .box .footer-links .address-box p br {
	display: none;
}
}

@media print, screen and (max-width: 47.9375rem) {
.footer-main .pre-footer {
	padding: 36px 0 60px 0;
}

.footer-main .pre-footer .logo {
	text-align: center;
	margin-bottom: 20px;
}

.footer-main .pre-footer .logo img {
	max-height: 76px;
}

.footer-main .pre-footer .box .address-txt {
	width: 100%;
	padding: 0 15px 70px 15px;
}

.footer-main .pre-footer .box .address-txt:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .box .address-txt p {
	padding-bottom: 25px;
}

.footer-main .pre-footer .box .address-txt p:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .box .address-txt .txt-max {
	max-width: 100%;
}

.footer-main .pre-footer .box .footer-links {
	width: 100%;
	padding: 0 0 0 0;
}

.footer-main .pre-footer .box .footer-links .aside {
	padding: 0 15px 50px 15px;
}

.footer-main .pre-footer .box .footer-links .social-links {
	padding: 0 15px 0 15px;
}

.footer-main .pre-footer .box .footer-links .address-box {
	padding: 15px 15px;
}

.footer-main .copy-rights {
	text-align: center;
}

.footer-main .copy-rights .box p {
	width: 100%;
	padding: 0 0 20px 0;
}

.footer-main .copy-rights .box ul {
	margin: 0 -10px;
}

.footer-main .copy-rights .box ul li {
	padding: 0 10px;
}

.footer-main .copy-rights .box ul li:first-child {
	border-left: none;
}

.footer-main .copy-rights .box ul li img {
	max-height: 26px;
}
}


/* Colors */
.white {
	color: #ffffff !important;
}

.black {
	color: #000000 !important;
}

.gray {
	color: #646464 !important;
}

.blue {
	color: #a7d3ee !important;
}

.red {
	color: #e5281e !important;
}




/*  Version 2 Styles */


/* 
 3.) Header
----------------------------------------*/

.header-main {
	width: 100%;
	height: 70px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #25313E;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
}

.header-main .logo {
	float: left;
	font-family: "rival-sans", sans-serif; 
	font-weight: 300; 
	font-size: 22px; 
	color: #ffffff; 
	line-height: 1em; 
	position: relative;
	margin-top: 14px;
}

.header-main .logo a {	
	color: #ffffff; 
	text-decoration: none; 
}

.header-main .logo img { 
	width: 100%; 
}

.header-main .logo .logo-icon { 
	width: 62px; 
	float: left; 
	margin-right: 14px;
}

.header-main .logo .logo-txt { 
	float: left; 
	height: 42px; 
	float: left; 
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; 
	align-items: center;
	position: relative; 
	padding:0 0 0 14px;
}

.header-main .logo .logo-txt:before { 
	content:""; 
	width: 1px; 
	height: 100%; 
	float: left; 
	background: #ffffff; 
	position: absolute; 
	top: 0; 
	left: 0;
}

.header-main .logo .logo-txt strong { 
	font-size: 30px;
}

.header-main .navigation-dropdown {
	width: 100%;
	height: 100%;
	float: left;
	display: none;
	background: #19212B;
	position: fixed;
	top: 70px;
	left: 0;
	z-index: 5001;
	overflow: auto;
	padding: 70px 0 140px 0;
}

.header-main .navigation-dropdown .grid-container {
	max-width: 1140px;
}

.header-main .navigation-dropdown .article {
	width: 33.33%;
	padding: 0 3.125rem;
}

.header-main .navigation-dropdown .article .box {
	width: 100%;
	float: left;
}

.header-main .navigation-dropdown .article .box ul {
	width: 100%;
	float: left;
	padding: 0 0 36px 0;
	margin: 0;
}

.header-main .navigation-dropdown .article .box ul:last-child {
	padding-bottom: 0;
}

.header-main .navigation-dropdown .article .box ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .navigation-dropdown .article .box ul li:before {
	display: none;
}

.header-main .navigation-dropdown .article .box ul li a {
	width: 100%;
	float: left;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 1.125rem;
	color: #ffffff;
	line-height: 1.375rem;
	text-decoration: none;
	border-bottom: 1px solid rgba(78, 166, 220, 0.2);
	position: relative;
	padding: 11px 47px 11px 15px;
}

.header-main .navigation-dropdown .article .box ul li a:before {
	content: "\f30b";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
}

.header-main .navigation-dropdown .article .box ul li a:hover,
.header-main .navigation-dropdown .article .box ul li a:focus,
.header-main .navigation-dropdown .article .box ul li.active a {
	color: #4EA6DC;
}

.header-main .navigation-dropdown .article .box .button {
	width: 100%;
	font-size: 1.125rem;
	padding-right: 20px;
	padding-left: 20px;
}

.header-main .navigation-dropdown .article .box.lrg ul li a {
	font-weight: 900;
	font-size: 1.875rem;
	line-height: 2.25rem;
	padding-top: 6px;
	padding-bottom: 8px;
}

.header-main .navigation-dropdown .article .box .search-box {
	width: 100%;
	float: left;
	position: relative;
}

.header-main .navigation-dropdown .article .box .search-box select,
.header-main .navigation-dropdown .article .box .search-box textarea,
.header-main .navigation-dropdown .article .box .search-box input[type="text"],
.header-main .navigation-dropdown .article .box .search-box input[type="password"],
.header-main .navigation-dropdown .article .box .search-box input[type="datetime"],
.header-main .navigation-dropdown .article .box .search-box input[type="datetime-local"],
.header-main .navigation-dropdown .article .box .search-box input[type="date"],
.header-main .navigation-dropdown .article .box .search-box input[type="month"],
.header-main .navigation-dropdown .article .box .search-box input[type="time"],
.header-main .navigation-dropdown .article .box .search-box input[type="week"],
.header-main .navigation-dropdown .article .box .search-box input[type="number"],
.header-main .navigation-dropdown .article .box .search-box input[type="email"],
.header-main .navigation-dropdown .article .box .search-box input[type="url"],
.header-main .navigation-dropdown .article .box .search-box input[type="search"],
.header-main .navigation-dropdown .article .box .search-box input[type="tel"],
.header-main .navigation-dropdown .article .box .search-box input[type="color"],
.header-main .navigation-dropdown .article .box .search-box .uneditable-input {
	height: 38px;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 1.125rem;
	color: #ffffff;
	line-height: 1.375rem;
	letter-spacing: normal;
	background: #FFFFFF1F;
	border: 1px solid #E0E0E0;
	box-shadow: none;
	border-radius: 2px;
	padding: 5px 50px 5px 15px;
}

.header-main .navigation-dropdown .article .box .search-box ::-webkit-input-placeholder,
.header-main .navigation-dropdown .article .box .search-box ::-webkit-textarea-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.header-main .navigation-dropdown .article .box .search-box input::-moz-placeholder,
.header-main .navigation-dropdown .article .box .search-box textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.header-main .navigation-dropdown .article .box .search-box ::-moz-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.header-main .navigation-dropdown .article .box .search-box ::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.header-main .navigation-dropdown .article .box .search-box .search-btn {
	width: 40px;
	height: 38px;
	text-indent: -999999px;
	background: url(../img/icon-search.png) no-repeat center center;
	border: none;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
}

.header-main .navigation-dropdown .article-out {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -3.125rem
}

.header-main .menu-btn {
	float: right;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 1.325rem;
	color: #ffffff;
	line-height: 1.6875rem;
	letter-spacing: 0.44px;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	top: 20px;
	z-index: 10001;
}

.header-main .menu-btn .hide-txt {
	display: none;
}

.header-main .menu-btn .icon-bar {
	width: 33px;
	height: 24px;
	float: right;
	text-decoration: none;
	position: relative;
	margin-left: 9px;
	margin-top: 3px;
}

.header-main .menu-btn .icon-bar span {
	width: 100%;
	height: 3px;
	float: left;
	background: #ffffff;
	position: relative;
	margin: 10px 0 0 0;
}

.header-main .menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #ffffff;
	position: absolute;
	top: -10px;
	left: 0;
}

.header-main .menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #ffffff;
	position: absolute;
	top: 10px;
	left: 0;
}

.header-main .menu-btn.active {
	color: #ffffff;
}

.header-main .menu-btn.active .hide-txt {
	display: inline-block;
}

.header-main .menu-btn.active .show-txt {
	display: none;
}

.header-main .menu-btn.active .icon-bar span {
	background: none;
}

.header-main .menu-btn.active .icon-bar span:before {
	height: 2px;
	top: 0;
	background: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.header-main .menu-btn.active .icon-bar span:after {
	height: 2px;
	top: 0;
	background: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

@media only screen and (max-width: 74.9375rem) {
.header-main .navigation-dropdown .article {
	width: 33.33%;
	padding: 0 1.25rem;
}

.header-main .navigation-dropdown .article-out {
	margin: 0 -1.25rem
}
}

@media only screen and (max-width: 61.9375rem) {
.header-main .navigation-dropdown .article {
	width: 50%;
	padding: 0 1.25rem 2.5rem 1.25rem;
}

.header-main .navigation-dropdown .article:last-child {
	width: 100%;
}

.header-main .navigation-dropdown .article-out {
	margin: 0 -1.25rem -2.5rem -1.25rem;
}
}

@media only screen and (max-width: 47.9375rem) {
.header-main {
	height: 60px;
}

.header-main .logo { 
	margin-top: 11px;
}

.header-main .logo .logo-icon { 
	width: 56px; 
	float: left; 
	margin-right: 0;
}

.header-main .logo .logo-txt { 
	display: none; 
}

.header-main .navigation-dropdown {
	top: 60px;
	padding: 30px 0 90px 0;
}

.header-main .navigation-dropdown .grid-container {
	max-width: 540px;
	padding: 0 45px;
}

.header-main .navigation-dropdown .article {
	width: 100%;
	padding: 0 0 0.625rem 0;
}

.header-main .navigation-dropdown .article:last-child {
	width: 100%;
}

.header-main .navigation-dropdown .article .box .search-box {
	margin: 26px 0 0 0;
}

.header-main .navigation-dropdown .article-out {
	margin: 0 0 0.625rem 0;
}

.header-main .menu-btn {
	font-size: 1.0625rem;
	line-height: 1.5rem;
	letter-spacing: 0.34px;
	top: 18px;
}

.header-main .menu-btn .icon-bar {
	width: 29px;
	height: 22px;
	margin-left: 8px;
	margin-top: 2px;
}

.header-main .menu-btn .icon-bar span {
	margin: 9px 0 0 0;
}

.header-main .menu-btn .icon-bar span:before {
	top: -9px;
}

.header-main .menu-btn .icon-bar span:after {
	top: 9px;
}
}


/* Article - Item */
.article-item {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.article-item .figure-wrap {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	z-index: 1;
	margin: 0 0 15px 0;
}

.article-item .figure-wrap:last-child {
	margin-bottom: 0;
}

.article-item .figure-wrap .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.article-item .figure-wrap .figure img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

.article-item .figure-wrap .profile {
	width: 82px;
	float: right;
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 1;
}

.article-item .figure-wrap .profile .user {
	width: 100%;
	text-align: center;
	border-radius: 360px;
	overflow: hidden;
}

.article-item .figure-wrap .profile .user img {
	border-radius: 360px;
}

.article-item .figure-wrap .profile .name {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "rival-sans", sans-serif;
	font-weight: 900;
	font-size: 0.4375rem;
	color: #ffffff;
	line-height: 0.75rem;
	background: #25313E;
	padding: 2px 5px 4px 5px;
	margin: -5px 0 0 0;
}

.article-item .aside {
	width: 100%;
	float: left;
}

.article-item .aside h1,
.article-item .aside .h1,
.article-item .aside h2,
.article-item .aside .h2,
.article-item .aside h3,
.article-item .aside .h3,
.article-item .aside h4,
.article-item .aside .h4,
.article-item .aside h5,
.article-item .aside .h5,
.article-item .aside h6,
.article-item .aside .h6 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.article-item .aside .sub-title {
	width: 100%;
	float: left;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 0.75rem;
	color: #000000;
	line-height: 1rem;
	margin-bottom: 5px;
}

.article-item .aside .sub-title:last-child {
	margin-bottom: 0;
}

.article-item .aside .sub-title strong {
	font-weight: 900;
}

.article-item .aside .sub-title .underline {
	display: inline;
	text-decoration: none;
	border-bottom: 1px solid #4EA6DC;
}

.article-item .aside .sub-title .label {
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 0.5rem;
	color: #ffffff;
	line-height: 0.9375rem;
	letter-spacing: 0.16px;
	text-transform: uppercase;
	background: #25313E;
	border-radius: 2px;
	padding: 0 5px;
	margin-right: 5px;
}

.article-item .aside .sub-title .label.blue-bg {
	background: #4EA5DC;
}

.article-item .aside .sub-title .divider {
	margin: 0 3px;
}

.article-item:hover,
.article-item:focus  {
	text-decoration: none;
}

.article-item:hover .figure img,
.article-item:focus .figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.article-item:hover h1,
.article-item:hover .h1,
.article-item:focus h1,
.article-item:focus .h1,
.article-item:hover h2,
.article-item:hover .h2,
.article-item:focus h2,
.article-item:focus .h2,
.article-item:hover h3,
.article-item:hover .h3,
.article-item:focus h3,
.article-item:focus .h3,
.article-item:hover h4,
.article-item:hover .h4,
.article-item:focus h4,
.article-item:focus .h4,
.article-item:hover h5,
.article-item:hover .h5,
.article-item:focus h5,
.article-item:focus .h5,
.article-item:hover h6,
.article-item:hover .h6,
.article-item:focus h6,
.article-item:focus .h6 {
	color: #4EA6DC;
	text-decoration: none;
}

@media print, screen and (min-width: 48rem) {
.article-item .aside .sub-title {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.article-item .aside .sub-title .label {
	letter-spacing: 0.625rem;
	letter-spacing: 0.20px;
}
}

@media print, screen and (min-width: 75rem) {
.article-item .figure-wrap .profile {
	width: 140px;
}

.article-item .figure-wrap .profile .name {
	font-size: 0.875rem;
	line-height: 1.125rem;
	padding: 2px 10px 4px 10px;
	margin: -10px 0 0 0;
}

.article-item .figure-wrap .profile {
	top: 22px;
	right: 22px;
}
}


/* Feature - List */
.feature-list1 {
	width: 100%;
	overflow: hidden;
}

.feature-list1 .inner-cont {
	width: 100%;
	float: left;
	border-bottom: 1px solid #25313E;
	padding: 20px 0;
}

.feature-list1 .article-item h4,
.feature-list1 .article-item .h4 {
	font-size: 1.75rem;
	line-height: 2rem;
}

.feature-list1 .article-item .figure-wrap .profile {
	width: 133px;
	top: 13px;
	right: 13px;
}

.feature-list1 .article-item .figure-wrap .profile .name {
	font-size: 0.875rem;
	line-height: 1rem;
}

.feature-list1 .article-item .figure-wrap .dots {
	width: 65px;
	float: left;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: -14px;
	right: -14px;
	z-index: 5;
}

.feature-list1 .article-item .figure-wrap .dots img {
	width: 100%;
}

.feature-list1 .grid-margin-y {
	margin-top: -0.8125rem;
	margin-bottom: -0.8125rem;
}

.feature-list1 .grid-margin-y>.cell {
	margin-top: 0.8125rem;
	margin-bottom: 0.8125rem;
}

.feature-list1 .article-wrap .article {
	width: 100%;
	margin-bottom: 26px;
}

.feature-list1 .article-wrap .article:last-child {
	margin-bottom: 0;
}

.feature-list1 .article-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media print, screen and (min-width: 48rem) {
.feature-list1 .inner-cont {
	padding: 30px 0;
}

.feature-list1 .article-item .figure-wrap .profile {
	width: 140px;
	right: 14px;
}

.feature-list1 .grid-margin-x>.cell {
	width: calc(50% - 1.625rem);
	margin-left: 0.8125rem;
	margin-right: 0.8125rem;
}

.feature-list1 .grid-margin-x>.cell:nth-child(2) {
	width: calc(50% - 1.625rem);
}

.feature-list1 .grid-margin-x {
	margin-left: -0.8125rem;
	margin-right: -0.8125rem;
}
}

@media print, screen and (min-width: 75rem) {
.feature-list1 .article-item h4,
.feature-list1 .article-item .h4 {
	font-size: 2rem;
	line-height: 2.25rem;
}

.feature-list1 .grid-margin-x>.cell {
	width: calc(66.66% - 1.625rem);
	margin-left: 0.8125rem;
	margin-right: 0.8125rem;
}

.feature-list1 .grid-margin-x>.cell:nth-child(2) {
	width: calc(33.33% - 1.625rem);
}
}


/* Feature - List */
.feature-list2 {
	width: 100%;
	overflow: hidden;
}

.feature-list2 .inner-cont {
	width: 100%;
	float: left;
	padding: 20px 0;
}

.feature-list2 .title-txt {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 100px 0 0;
	margin: 0 0 10px 0;
}

.feature-list2 .title-txt:before {
	content: "";
	width: 100%;
	height: 1px;
	float: left;
	background: #000000;
	position: absolute;
	top: 50%;
	left: 0;
}

.feature-list2 .title-txt h4,
.feature-list2 .title-txt .h4 {
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #f0f0f0;
	position: relative;
	z-index: 1;
	padding: 0 20px 0 0;
}


.feature-list2 .article-item .figure-wrap .profile {
	display: none;
}

.feature-list2.alt .inner-cont {
	border-bottom: 1px solid #25313E;
}

@media print, screen and (min-width: 48rem) {
.feature-list2 .inner-cont {
	padding: 30px 0;
}

.feature-list2 .article-item .figure-wrap .profile {
	display: inline-block;
}

.feature-list2 .grid-margin-x>.cell {
	width: calc(50% - 1.375rem);
	margin-left: 0.6875rem;
	margin-right: 0.6875rem;
}

.feature-list2 .grid-margin-x {
	margin-left: -0.6875rem;
	margin-right: -0.6875rem;
}
}

@media print, screen and (min-width: 75rem) {
.feature-list2 .grid-margin-x>.cell {
	width: calc(50% - 1.375rem);
}

.feature-list2.alt .grid-margin-x>.cell {
	width: calc(33.33% - 1.375rem);
}
}

@media print, screen and (max-width: 47.9375rem) {
.feature-list2 .article-item .figure-wrap {
	width: 146px;
	position: relative;
	z-index: 1;
	margin: 0 -146px 0 0;
}

.feature-list2 .article-item .aside {
	padding: 0 0 0 160px;
}

.feature-list2 .article-item .aside h2,
.feature-list2 .article-item .aside h3,
.feature-list2 .article-item .aside h4 {
	font-size: 1.25rem;
	line-height: 1.375rem;
}

.feature-list2 .article-item .aside .sub-title strong {
	display: none;
}

.feature-list2 .article-item .aside .sub-title .divider {
	display: none;
}

.feature-list2 .grid-margin-y {
	margin-top: -0.46875rem;
	margin-bottom: -0.46875rem;
}

.feature-list2 .grid-margin-y>.cell {
	margin-top: 0.46875rem;
	margin-bottom: 0.46875rem;
}
}


/* Split - Cont */
.split-cont {
	width: 100%;
	overflow: hidden;
}

.split-cont .box {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #25313E;
	padding: 17px 17px;
}

.split-cont .box .figure-wrap {
	width: 100%;
	position: relative;
	margin: 0 0 10px 0;
}

.split-cont .box .figure-wrap:last-child {
	margin-bottom: 0;
}

.split-cont .box .figure-wrap .profile {
	width: 81px;
	float: right;
	position: absolute;
	top: 13px;
	right: 13px;
	z-index: 1;
}

.split-cont .box .figure-wrap .profile .user {
	width: 100%;
	text-align: center;
	border-radius: 360px;
	overflow: hidden;
}

.split-cont .box .figure-wrap .profile .user img {
	border-radius: 360px;
}

.split-cont .box .figure-wrap .profile .name {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "rival-sans", sans-serif;
	font-weight: 900;
	font-size: 0.4375rem;
	color: #ffffff;
	line-height: 0.75rem;
	background: #25313E;
	padding: 2px 5px 4px 5px;
	margin: -5px 0 0 0;
}

.split-cont .box .figure {
	width: 100%;
	text-align: center;
	border-radius: 0 0 3px 3px;
	position: relative;
	overflow: hidden;
}

.split-cont .box .figure img {
	width: 100%;
	vertical-align: top;
}

.split-cont .box .aside {
	width: 100%;
	color: #ffffff;
	position: relative;
}

.split-cont .box .aside .sub-title {
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 0.75rem;
	line-height: 1.125rem;
	padding-bottom: 5px;
}

.split-cont .box .aside .sub-title strong {
	font-weight: 900;
}

.split-cont .box .aside .sub-title a {
	display: inline;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #4EA6DC;
}

.split-cont .box .aside .sub-title a:hover,
.split-cont .box .aside .sub-title a:focus {
	color: #4EA6DC;
}

.split-cont .box .aside .sub-title .underline {
	text-decoration: none;
}

.split-cont .box .aside .txt-max {
	width: 100%;
	float: left;
}

.split-cont .box .aside .txt {
	width: 100%;
	float: left;
}

.split-cont .box .aside .side-txt-out {
	display: none;
	position: absolute;
	top: 38%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.split-cont .box .aside .side-txt {
	width: 200px;
	height: 64px;
	float: left;
	font-family: "rival-sans", sans-serif;
	font-weight: 900;
	font-size: 1.125rem;
	color: #ffffff;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	margin: 68px -69px 0 0;
}

.split-cont.alt2 .box {
	background: #55570C;
}

@media print, screen and (min-width: 48rem) {
.split-cont {
	padding: 30px 0 0 0;
}

.split-cont .box {
	padding: 0;
}

.split-cont .box .figure-wrap {
	width: 52.40%;
	margin: 0;
}

.split-cont .box .figure {
	height: 100%;
}

.split-cont .box .figure img {
	/*
	width: auto;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	*/
}

.split-cont .box .figure-wrap .profile {
	width: 120px;
	top: 20px;
	left: 20px;
	right: auto;
}

.split-cont .box .figure-wrap .profile .name {
	font-size: 0.75rem;
	line-height: 1rem;
	padding: 4px 8px;
	margin: -10px 0 0 0;
}

.split-cont .box .aside {
	width: 47.60%;
	position: relative;
	justify-content: center;
	display: flex;
}

.split-cont .box .aside .txt-max {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 50px 40px;
}

.split-cont.alt .box .figure-wrap {
	width: 32.10%;
}

.split-cont.alt .box .aside {
	width: 67.90%;
}

.split-cont.alt2 .box .figure-wrap {
	width: 32.10%;
}

.split-cont.alt2 .box .aside {
	width: 67.90%;
	justify-content: center;
	display: flex;
}
}

@media print, screen and (min-width: 75rem) {
.split-cont .box .figure-wrap .profile {
	width: 140px;
	top: 24px;
	right: 24px;
}

.split-cont .box .figure-wrap .profile .name {
	font-size: 0.875rem;
	line-height: 1.25rem;
	padding: 2px 10px;
	margin: -10px 0 0 0;
}

.split-cont .box .aside .txt-max {
	width: 100%;
	padding: 50px 100px 50px 60px;
}

.split-cont .box .aside .sub-title {
	font-size: 0.875rem;
	line-height: 1.25rem;
	padding-bottom: 15px;
}

.split-cont .box .aside .side-txt-out {
	display: inline-block;
}

.split-cont.alt .box .aside .txt-max {
	padding: 60px 120px 60px 80px;
}

.split-cont.alt .box .aside .txt {
	max-width: 520px;
}

.split-cont.alt2 .box .aside .txt-max {
	padding: 60px 80px;
}

.split-cont.alt2 .box .aside .txt {
	max-width: 100%;
}
}


/* Instagrams */
.instagrams {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}

.instagrams h4,
.instagrams .h4 {
	padding-bottom: 15px;
}

.instagrams h4:last-child,
.instagrams .h4:last-child {
	padding-bottom: 0;
}

.instagrams .box {
	width: 100%;
	height: 100%;
	float: left;
	text-decoration: none;
}

.instagrams .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.instagrams .box .figure img {
	width: 100%;
}

.instagrams .grid-margin-x>.cell {
	width: calc(50% - 1.125rem);
	margin-left: 0.5625rem;
	margin-right: 0.5625rem;
}

.instagrams .grid-margin-x {
	margin-right: -0.5625rem;
	margin-left: -0.5625rem;
}

.instagrams .grid-margin-y {
	margin-top: -0.5625rem;
	margin-bottom: -0.5625rem;
}

.instagrams .grid-margin-y>.cell {
	margin-top: 0.5625rem;
	margin-bottom: 0.5625rem;
}

.instagrams .grid-margin-x>.cell:last-child {
	display: none;
}

@media print, screen and (min-width: 48rem) {
.instagrams .grid-x {
	justify-content: center;
}

.instagrams .grid-margin-x>.cell {
	width: calc(20% - 1.125rem);
}

.instagrams .grid-margin-x>.cell:last-child {
	display: block;
}
}

@media print, screen and (min-width: 75rem) {
.instagrams .grid-margin-x>.cell {
	width: calc(20% - 1.375rem);
	margin-left: 0.6875rem;
	margin-right: 0.6875rem;
}

.instagrams .grid-margin-x {
	margin-right: -0.6875rem;
	margin-left: -0.6875rem;
}

.instagrams .grid-margin-y {
	margin-top: -0.6875rem;
	margin-bottom: -0.6875rem;
}

.instagrams .grid-margin-y>.cell {
	margin-top: 0.6875rem;
	margin-bottom: 0.6875rem;
}
}


/* Feature - Slider */
.feature-slider {
	width: 100%;
	background: rgba(152, 164, 166, 0.4);
	overflow: hidden;
	padding: 25px 0 25px 17px;
}

.feature-slider .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
	overflow: hidden;
}

.feature-slider .box .heading-box {
	width: 100%;
	float: left;
	text-align: center; 
	position: relative; 
	z-index: 1000;
	padding: 0 17px 20px 0;
}

.feature-slider .box .heading-box h4,
.feature-slider .box .heading-box .h4 {
	font-size: 1.375rem;
	line-height: 1.75rem;
	padding: 0;
}

.feature-slider .box .heading-box .long-arrow-right {
	float: right;
	display: none;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.feature-slider .box .heading-box .long-arrow-right a {
	font-size: 2rem;
	color: #000000;
	line-height: 1em;
	text-decoration: none;
}

.feature-slider .box .heading-box .long-arrow-right a:hover,
.feature-slider .box .heading-box .long-arrow-right a:focus {
	color: #4EA6DC;
}

.feature-slider .box .heading-box .aside {
	width: 100%;
	float: left;
}

.feature-slider .box .slider-items-out { 
	width: 100%;
}

.feature-slider .box .slider-items { 
	width: 100%;
	float: left; 
	overflow: hidden; 
}

.feature-slider .box .slider-items .item {
	width: 100%;
	float: left;
	background: #ffffff;
	box-shadow: #0000000A 0 3px 6px;
}

.feature-slider .box .slider-items .item .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.feature-slider .box .slider-items .item .figure img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

.feature-slider .box .slider-items .item .aside {
	width: 100%;
	float: left;
	padding: 18px 18px;
}

.feature-slider .box .slider-items .item h4,
.feature-slider .box .slider-items .item .h4 {
	font-size: 1.375rem;
	line-height: 1.75rem;
}

.feature-slider .box .slider-items .item .sub-title {
	width: 100%;
	float: left;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 0.75rem;
	color: #000000;
	line-height: 1rem;
	margin-bottom: 12px;
}

.feature-slider .box .slider-items .item .sub-title:last-child {
	margin-bottom: 0;
}

.feature-slider .box .slider-items .item .sub-title strong {
	font-weight: 900;
}

.feature-slider .box .slider-items .item .sub-title .underline {
	display: inline;
	text-decoration: none;
	border-bottom: 1px solid #4EA6DC;
}

.feature-slider .box .slider-items .item .sub-title .divider {
	margin: 0 3px;
}

.feature-slider .swiper {
	width: 100%;
	float: left; 
	overflow: hidden;
}

.feature-slider .swiper-wrapper {
	display: inline-flex;
	overflow: hidden;
}

.feature-slider .swiper-slide {
	width: 250px; height: 100%;
	float: left; 
	display: block;
}

@media print, screen and (min-width: 48rem) {
.feature-slider {
	width: 100%;
	background: none;
	padding: 30px 0;
}

.feature-slider .box .heading-box {
	width: 304px;
	text-align: inherit;
	position: relative;
	z-index: 5;
	padding: 0;
	margin: 0 -304px 0 0;
}

.feature-slider .box .heading-box h4,
.feature-slider .box .heading-box .h4 {
	font-size: 1.75rem;
	line-height: 2.125rem;
}

.feature-slider .box .heading-box .long-arrow-right {
	display: block;
	bottom: 20px;
	right: 30px;
}

.feature-slider .box .heading-box .aside {
	height: 100%;
	background: rgba(152, 164, 166, 0.4);
	padding: 30px 30px 80px 30px;
}

.feature-slider .box .slider-items-out {
	width: 100%;
	padding: 0 0 0 326px;
}

.feature-slider .box .slider-items .item {
	width: 100%;
}

.feature-slider .box .slider-items .item h4,
.feature-slider .box .slider-items .item .h4 {
	font-size: 1.5rem;
	line-height: 1.75rem;
}

.feature-slider .box .slider-items .item .sub-title {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
}

@media print, screen and (min-width: 75rem) {
.feature-slider .box .heading-box h4,
.feature-slider .box .heading-box .h4 {
	font-size: 32px;
	line-height: 36px;
}

.feature-slider .box .slider-items .item h4,
.feature-slider .box .slider-items .item .h4 {
	font-size: 1.625rem;
	line-height: 2rem;
}

.feature-slider .swiper-slide {
	width: 304px;
}
}


/* Story - Info */
.story-info {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}

.story-info .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.story-info .box .cont-box {
	width: 100%;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.375rem;
	margin-bottom: 20px;
}

.story-info .box .cont-box:last-child {
	margin-bottom: 0;
}

.story-info .box .cont-box h4,
.story-info .box .cont-box .h4 {
	padding-bottom: 0;
}

.story-info .box .cont-box p {
	padding-bottom: 15px;
}

.story-info .box .cont-box p:last-child {
	padding-bottom: 0;
}

.story-info .box .cont-box ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -5px -10px -5px;
}

.story-info .box .cont-box ul li {
	padding: 0;
	margin: 0 5px 10px 5px;
}

.story-info .box .cont-box ul li:before {
	display: none;
}

.story-info .box .cont-box ul li a {
	float: left;
	font-weight: 900;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background: #25313E;
	border-radius: 2px;
	padding: 9px 18px;
}

.story-info .box .cont-box .aside .search-form {
	width: 100%;
	float: left;
}

.story-info .box .cont-box .aside .search-form form {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.story-info .box .cont-box .aside .search-form form select,
.story-info .box .cont-box .aside .search-form form textarea,
.story-info .box .cont-box .aside .search-form form input[type="text"],
.story-info .box .cont-box .aside .search-form form input[type="password"],
.story-info .box .cont-box .aside .search-form form input[type="datetime"],
.story-info .box .cont-box .aside .search-form form input[type="datetime-local"],
.story-info .box .cont-box .aside .search-form form input[type="date"],
.story-info .box .cont-box .aside .search-form form input[type="month"],
.story-info .box .cont-box .aside .search-form form input[type="time"],
.story-info .box .cont-box .aside .search-form form input[type="week"],
.story-info .box .cont-box .aside .search-form form input[type="number"],
.story-info .box .cont-box .aside .search-form form input[type="email"],
.story-info .box .cont-box .aside .search-form form input[type="url"],
.story-info .box .cont-box .aside .search-form form input[type="search"],
.story-info .box .cont-box .aside .search-form form input[type="tel"],
.story-info .box .cont-box .aside .search-form form input[type="color"],
.story-info .box .cont-box .aside .search-form form .uneditable-input {
	height: 41px;
	border: 1px solid #25313E86;
	border-radius: 3px;
	padding: 8px 15px;
}

.story-info .box .cont-box .aside .search-form form .input-out {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.story-info .box .cont-box .aside .search-form form .input-out:last-child {
	margin-bottom: 0;
}

.story-info .box .cont-box .aside .search-form form .button {
	min-width: 128px;
	padding: 6px 20px 8px 20px;
}

.story-info .box .cont-box .aside .search-form form .button-out {
	text-align: right;
}


.story-info .box .cont-box .aside {
	width: 100%;
	height: 100%;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	background: #CCD1D2;
	position: relative;
	padding: 20px 20px;
}

.story-info .box .figure-wrap {
	width: 100%;
}

.story-info .box .figure-wrap .figure {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	background: #ffffff;
	padding: 6px 5px;
	overflow: hidden;
}

.story-info .box .figure-wrap .figure img {
	width: 100%;
}


.story-info.alt .box .cont-box .aside {
	background: #F5AA32;
	padding-top: 35px;
}

.story-info.alt .box .cont-box .aside .logo-kort-forklart {
	width: 79px;
	float: right;
	position: absolute;
	top: -22px;
	right: -5px;
}

.story-info.alt .box .cont-box .aside .logo-kort-forklart img {
	width: 100%;
}

@media print, screen and (min-width: 48rem) {
.story-info {
	padding: 40px 0;
}

.story-info .box {
	margin: 0 -9px;
}

.story-info .box .cont-box {
	width: 42%;
	font-size: 1.125rem;
	padding: 0 9px;
	margin: 0;
}

.story-info .box .figure-wrap {
	width: 58%;
	padding: 0 9px;
}

.story-info .box .figure-wrap .figure {
	padding: 9px 9px;
}

.story-info.alt .box .cont-box .aside .logo-kort-forklart {
	top: -10px;
	right: -10px;
}
}

@media print, screen and (min-width: 75rem) {
.story-info .box .cont-box {
	width: 36.16%;
}

.story-info .box .cont-box p {
	max-width: 260px;
}

.story-info .box .cont-box .aside {
	padding: 30px 30px;
}

.story-info .box .figure-wrap {
	width: 63.84%;
}

.story-info.alt .box .cont-box .aside {
	padding-top: 60px;
}

.story-info.alt .box .cont-box p {
	max-width: 100%;
}
}


/* CTA - Cont */
.cta-cont {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}

.cta-cont .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	color: #ffffff;
	background: #25313E;
	border-radius: 2px;
	/* padding: 24px 17px 17px 17px; */
	padding: 28px 17px 21px 17px;
}

.cta-cont .box .aside {
	width: 100%;
	text-align: center;
	padding: 0 0 20px 0;
}

.cta-cont .box .aside h4,
.cta-cont .box .aside .h4 {
	font-size: 1.25rem;
	line-height: 1.5625rem;
}

.cta-cont .box .aside .txt-max {
	width: 100%;
	float: left;
}

.cta-cont .box .button-wrap {
	width: 100%;
}

.cta-cont .box .button-wrap .button-out {
	width: 100%;
	margin-bottom: 12px;
}

.cta-cont .box .button-wrap .button-out:last-child {
	margin-bottom: 0;
}

.cta-cont .box .button-wrap .button {
	width: 100%;
}

.cta-cont .box .button-wrap .bottom-links {
	width: 100%;
	float: left;
	display: none;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 0.875rem;
	color: #ffffff;
	line-height: 1.25rem;
	text-align: center;
}

.cta-cont .box .button-wrap .bottom-links a {
	color: #ffffff;
	margin: 0 3px;
}

.cta-cont .box .button-wrap .bottom-links a:hover,
.cta-cont .box .button-wrap .bottom-links a:focus {
	color: #E5281A;
}

@media print, screen and (min-width: 48rem) {
.cta-cont .box {
	padding: 36px 40px;
}

.cta-cont .box .aside {
	width: 100%;
	text-align: inherit;
	padding: 0 300px 0 0;
}

.cta-cont .box .aside h4,
.cta-cont .box .aside .h4 {
	font-size: 1.625rem;
	line-height: 1.875rem;
}

.cta-cont .box .aside .txt-max {
	max-width: 600px;
}

.cta-cont .box .button-wrap {
	width: 260px;
	position: relative;
	z-index: 5;
	margin-left: -260px;
}

.cta-cont .box .button-wrap .bottom-links {
	display: inline-block;
}
}

@media print, screen and (min-width: 75rem) {
.cta-cont .box {
	padding: 36px 50px;
}

.cta-cont .box .aside {
	padding: 0 342px 0 0;
}

.cta-cont .box .aside h4,
.cta-cont .box .aside .h4 {
	font-size: 2rem;
	line-height: 2.25rem;
}

.cta-cont .box .button-wrap {
	width: 302px;
	margin-left: -302px;
}
}


/* Row - Content */
.row-content {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.row-content .top-cont {
	width: 100%;
	font-family: "rival-sans", sans-serif;
	font-weight: 500;
	font-size: 1.75rem;
	line-height: 2rem;
	overflow: hidden;
	margin-bottom: 40px;
}

.row-content .top-cont:last-child {
	margin-bottom: 0;
}

.row-content .top-cont h1,
.row-content .top-cont .h1 {
	font-weight: 500;
	padding-bottom: 20px;
}

.row-content .top-cont h4,
.row-content .top-cont .h4 {
	padding-bottom: 0;
}

.row-content .top-cont p {
	padding-bottom: 0;
}

.row-content .top-cont .sub-title {
	margin-bottom: 10px;
}

.row-content .top-cont .testi-cont {
	width: 100%;
	overflow: hidden;
	margin: 30px 0 50px 0;
}

.row-content .top-cont .testi-cont .box {
	width: 100%;
	max-width: 400px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.row-content .top-cont .testi-cont .box .user {
	width: 87px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	border-radius: 360px;
	position: relative;
	z-index: 1;
	margin-right: -87px;
}

.row-content .top-cont .testi-cont .box .user img {
	width: 100%;
	border-radius: 360px;
}

.row-content .top-cont .testi-cont .box .author-txt {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 0.9375rem;
	line-height: 1.375rem;
	text-align: left;
	padding: 0 0 0 100px;
	margin: 0 -4px;
}

.row-content .top-cont .testi-cont .box .author-txt .txt {
	width: 100%;
	float: left;
	border-left: 1px solid #4EA6DC;
	padding-left: 13px;
}

.row-content .top-cont .quote-txt {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1rem;
	color: rgba(34, 49, 62, 0.8);
	line-height: 1.375rem;
	text-align: center;
}

.row-content .top-cont .quote-txt .txt-max {
	width: 100%;
	max-width: 660px;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 12px 0 15px 0;
}

.row-content .top-cont .quote-txt .txt-max:before,
.row-content .top-cont .quote-txt .txt-max:after {
	content: "";
	width: 60%;
	height: 1px;
	float: left;
	background: #4EA6DC;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.row-content .top-cont .quote-txt .txt-max:after {
	top: auto;
	bottom: 0;
}

.row-content .top-cont .aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.row-content .row-txt {
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 0 0 50px 0;
}

.row-content .row-txt:last-child {
	padding-bottom: 0;
}

.row-content .row-txt .txt-max {
	width: 100%;
	max-width: 830px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-bottom: 40px;
}

.row-content .row-txt .txt-max:last-child {
	padding-bottom: 0;
}

.row-content .row-txt .aside-cont {
	width: 100%;
	max-width: 1015px;
	float: right;
	text-align: left;
	padding-bottom: 40px;
}

.row-content .row-txt .aside-cont:last-child {
	padding-bottom: 0;
}

.row-content .row-txt .aside-cont .aside {
	width: 100%;
	float: left;
	padding: 0 0 40px 0;
}

.row-content .row-txt .aside-cont .aside:last-child {
	padding-bottom: 0;
}

.row-content .row-txt .aside-cont .figure-out {
	width: 100%;
	float: left;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	color: #4A5661;
	line-height: 1.375rem;
	text-align: left;
	overflow: hidden;
}

.row-content .row-txt .aside-cont .figure-out .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 12px;
}

.row-content .row-txt .aside-cont .figure-out .figure:last-child {
	margin-bottom: 0;
}

.row-content .row-txt .aside-cont .figure-out .figure .icon-plus {
	position: absolute;
	top: 18px;
	right: 18px;
}

.row-content .row-txt .aside-cont .figure-out .figure .icon-plus a {
	width: 32px;
	height: 32px;
	float: left;
	font-size: 0.875rem;
	color: #000000;
	line-height: 2rem;
	text-align: center;
	text-decoration: none;
	background: #CCD1D2;
	border-radius: 360px;
}

.row-content .row-txt .aside-cont .figure-out .figure img {
	width: 100%;
}

.row-content .row-txt .aside-cont .figure-out .bottom-txt {
	width: 100%;
	overflow: hidden;
	padding: 0 5px;
}

.row-content .row-txt .aside-cont .figure-out .bottom-txt strong {
	font-weight: 400;
}

.row-content .block-quote {
	width: 100%;
	font-size: 2rem;
	color: rgba(0, 0, 0, 0.8);
	line-height: 2.375rem;
	text-align: center;
	overflow: hidden;
	margin-bottom: 50px;
}

.row-content .block-quote:last-child {
	margin-bottom: 0;
}

.row-content .block-quote .aside {
	width: 100%;
	max-width: 972px;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 25px 0;

}

.row-content .block-quote .quote-left,
.row-content .block-quote .quote-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.row-content .block-quote .quote-left:before,
.row-content .block-quote .quote-right:before {
	content: "";
	width: 60%;
	height: 1px;
	float: left;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.row-content .block-quote .quote-left span,
.row-content .block-quote .quote-right span {
	width: 70px;
	height: 22px;
	float: left;
	background: #ffffff;
	position: relative;
	z-index: 1;
}

.row-content .block-quote .quote-left span img,
.row-content .block-quote .quote-right span img {
	max-height: 22px;
	vertical-align: top;
}

.row-content .feature-links {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.row-content .feature-links ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0 -12px -12px -12px;
}

.row-content .feature-links ul li {
	float: left;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.375rem;
	padding: 0;
	margin: 0 12px 12px 12px;
}

.row-content .feature-links ul li:before {
	display: none;
}

.row-content .feature-links ul li a {
	float: left;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #4EA6DC;
}

.row-content .feature-links ul li a:hover,
.row-content .feature-links ul li a:focus,
.row-content .feature-links ul li a.active {
	color: #4EA6DC;
	text-decoration: none;
}

.row-content .tooltip-out {
	float: none;
	display: inline;
	vertical-align: top;
	position: relative;
}

.row-content .tooltip-out a {
	color: #BC371C;
	text-decoration: none;
	border-bottom: 1px dashed #BC371C;
}

.row-content .tooltip-out .tooltip-box {
	width: 260px;
	float: left;
	display: none;
	font-size: 1rem;
	color: #ffffff;
	line-height: 1.5rem;
	background: #25313E;
	padding: 15px 22px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.row-content .tooltip-out .tooltip-box:before {
	content: "";
	width: 0;
	height: 0;
	float: left;
	border-top: 10px solid #25313E;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.row-content .tooltip-out:hover .tooltip-box {
	display: block;
}

.row-content .info-box {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1rem;
	color: rgba(0, 0, 0, 0.80);
	line-height: 1.5rem;
	background: rgba(245, 170, 50, 0.40);
	padding: 21px 22px 22px 22px;
	margin: 0 0 40px 0;
}

.row-content .info-box .info {
	width: 45px;
	position: relative;
	z-index: 5;
	margin: 0 -45px 0 0;
}

.row-content .info-box .info img {
	width: 100%;
}

.row-content .info-box .aside {
	width: 100%;
	padding: 0 0 0 65px;
}


@media print, screen and (min-width: 48rem) {
.row-content {
	padding: 50px 0;
}

.row-content .top-cont {
	font-size: 2.0625rem;
	line-height: 2.4375rem;
	padding: 0 0 0 40px;
	margin-bottom: 50px;
}

.row-content .top-cont .sub-title {
	margin-bottom: 15px;
}

.row-content .top-cont .aside {
	max-width: 1010px;
}

.row-content .top-cont .testi-cont .box .author-txt {
	font-size: 1.125rem;
	line-height: 1.625rem;
}

.row-content .top-cont .quote-txt {
	font-size: 1.125rem;
	line-height: 1.5rem;
}

.row-content .top-cont .quote-txt .txt-max {
	padding: 17px 0 24px 0;
}

.row-content .top-cont .quote-txt .txt-max:before,
.row-content .top-cont .quote-txt .txt-max:after {
	width: 400px;
}

.row-content .row-txt {
	padding: 0 0 60px 0;
}

.row-content .row-txt .txt-max {
	padding-bottom: 50px;
}

.row-content .row-txt .aside-cont {
	padding-bottom: 50px;
}

.row-content .row-txt .aside-cont .aside {
	width: 60.60%;
	padding: 0 6% 0 0;
}

.row-content .row-txt .aside-cont .figure-out,
.row-content .row-txt .aside-cont .accord-cont-out {
	width: 39.40%;
}

.row-content .block-quote {
	font-size: 2.5rem;
	line-height: 2.625rem;
	margin-bottom: 60px;
}

.row-content .block-quote .aside {
	padding: 40px 0;
}

.row-content .block-quote .quote-left:before,
.row-content .block-quote .quote-right:before {
	width: 400px;
}

.row-content .block-quote .quote-left span,
.row-content .block-quote .quote-right span {
	width: 75px;
	height: 24px;
}

.row-content .block-quote .quote-left span img,
.row-content .block-quote .quote-right span img {
	max-height: 24px;
}

.row-content .feature-links ul li {
	font-size: 1.125rem;
}

.row-content .tooltip-out .tooltip-box {
	width: 312px;
	font-size: 1.125rem;
}

.row-content .info-box {
	font-size: 1.125rem;
	margin: 0 0 0px 0;
}

.row-content .info-box p {
	max-width: 600px;
}
}

@media print, screen and (min-width: 55.625rem) and (max-width: 74.9375rem) {
.row-content .row-txt .aside-cont {
	max-width: 740px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.row-content .row-txt .aside-cont .aside {
	width: 100%;
	max-width: 1010px;
	padding: 0 0 40px 0;
}

.row-content .row-txt .aside-cont .figure-out,
.row-content .row-txt .aside-cont .accord-cont-out {
	width: 100%;
	max-width: 400px;
}
}

@media print, screen and (min-width: 75rem) {
.row-content {
	padding: 70px 0;
}

.row-content .top-cont {
	font-size: 1.875rem;
	line-height: 2.625rem;
	padding: 0 0 0 70px;
}

.row-content .row-txt {
	padding: 0 0 70px 0;
}

.row-content .row-txt .txt-max {
	padding-bottom: 60px;
}

.row-content .row-txt .aside-cont {
	padding-bottom: 60px;
}

.row-content .row-txt .aside-cont .figure-out {
	font-size: 1.125rem;
	line-height: 1.5rem;
}

.row-content .block-quote {
	font-size: 3.125rem;
	line-height: 4.25rem;
	margin-bottom: 70px;
}

.row-content .block-quote .aside {
	padding: 50px 0;
}

.row-content .block-quote .quote-left span,
.row-content .block-quote .quote-right span {
	width: 84px;
	height: 27px;
}

.row-content .block-quote .quote-left span img,
.row-content .block-quote .quote-right span img {
	max-height: 27px;
}
}


/* Split - Cont2 */
.split-cont2 {
	width: 100%;
	float: left;
	background: rgba(37, 49, 62, 0.10);
	position: relative;
	padding: 35px 0;
}

.split-cont2 .logo {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	margin: -16px 0 0 0;
}

.split-cont2 .logo img {
	max-height: 43px;
}

.split-cont2 .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.split-cont2 .box .left-cl {
	width: 100%;
	padding: 0 0 20px 0;
}

.split-cont2 .box .left-cl .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.split-cont2 .box .left-cl .figure img {
	width: 100%;
}

.split-cont2 .box .left-cl .aside h2,
.split-cont2 .box .left-cl .aside .h2 {
	font-weight: 300;
	font-size: 1.75rem;
	line-height: 2rem;
}

.split-cont2 .box .left-cl .aside .sub-title {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 0.75rem;
	line-height: 1rem;
	margin-bottom: 10px;
}

.split-cont2 .box .left-cl .aside {
	width: 100%;
	float: left;
	padding: 0 0 0 20px;
}

.split-cont2 .box .right-cl {
	width: 100%;
	padding: 0 0 0 20px;
}

.split-cont2 .box .right-cl .figure {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	display: none;
	text-align: center;
	overflow: hidden;
	margin: 0 0 24px 0;
}

.split-cont2 .box .right-cl .figure img {
	width: 100%;
}

.split-cont2 .box .right-cl .article {
	width: 100%;
	margin: 0 0 12px 0;
}

.split-cont2 .box .right-cl .article .box-inn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.split-cont2 .box .right-cl .article .box-inn .figure {
	width: 135px;
	display: block;
	position: relative;
	z-index: 5;
	margin: 0 -135px 0 0;
}

.split-cont2 .box .right-cl .article .box-inn .figure img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

.split-cont2 .box .right-cl .article .box-inn .aside {
	width: 100%;
	padding: 0 0 0 148px;
}

.split-cont2 .box .right-cl .article .box-inn .aside .sub-title {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 0.75rem;
	line-height: 1rem;
	margin: 0 0 5px 0;
}

.split-cont2 .box .right-cl .article .box-inn .aside .sub-title .underline {
	text-decoration: none;
}

.split-cont2 .box .right-cl .article .box-inn .aside h4,
.split-cont2 .box .right-cl .article .box-inn .aside .h4 {
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.375rem;
}

.split-cont2 .box .right-cl .article-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 -12px 0;
}

@media print, screen and (min-width: 48rem) {
.split-cont2 {
	padding: 0;
	margin: 50px 0 150px 0;
}

.split-cont2 .logo {
	width: 50%;
	text-align: right;
	padding: 0 30px 0 0;
}

.split-cont2 .box .left-cl {
	width: 50%;
	text-align: right;
	padding: 50px 30px 50px 0;
}

.split-cont2 .box .left-cl .figure {
	display: none;
}

.split-cont2 .box .left-cl .aside h2,
.split-cont2 .box .left-cl .aside .h2 {
	font-size: 2.5rem;
	line-height: 2.625rem;
}

.split-cont2 .box .left-cl .aside .sub-title {
	font-size: 0.875rem;
	line-height: 1.125rem;
}

.split-cont2 .box .left-cl .aside {
	padding: 0;
}

.split-cont2 .box .right-cl {
	width: 50%;
	padding: 0;
	margin: -50px 0 -150px 0;
}

.split-cont2 .box .right-cl .figure {
	display: block;
}

.split-cont2 .box .right-cl .article {
	width: 33.33%;
	padding: 0 11px 22px 11px;
	margin: 0;
}

.split-cont2 .box .right-cl .article .box-inn .figure {
	width: 100%;
	margin: 0 0 15px 0;
}

.split-cont2 .box .right-cl .article .box-inn .aside {
	padding: 0 0 0 0;
}

.split-cont2 .box .right-cl .article .box-inn .aside .sub-title {
	font-size: 0.875rem;
	line-height: 1.125rem;
}

.split-cont2 .box .right-cl .article .box-inn .aside h4,
.split-cont2 .box .right-cl .article .box-inn .aside .h4 {
	font-size: 1.5rem;
	line-height: 1.75rem;
}

.split-cont2 .box .right-cl .article-wrap {
	margin: 0 -11px -22px -11px;
}
}

@media print, screen and (min-width: 75rem) {
.split-cont2 .logo {
	width: 34.34%;
}

.split-cont2 .box .left-cl .aside h2,
.split-cont2 .box .left-cl .aside .h2 {
	font-size: 3.75rem;
	line-height: 3.875rem;
}

.split-cont2 .box .left-cl {
	width: 34.34%;
}

.split-cont2 .box .right-cl {
	width: 65.66%;
	padding: 0;
}

.split-cont2 .box .right-cl .article .box-inn .aside h4,
.split-cont2 .box .right-cl .article .box-inn .aside .h4 {
	font-size: 1.75rem;
	line-height: 2rem;
}
}


/* Banner - Single */
.banner-single.alt { 
	text-align: center; 
	position: relative; 
	padding-top: 0;
}

.banner-single.alt .figure { 
	text-align: center; 
	position: relative;
	margin-bottom: 0;
}

.banner-single.alt .figure img { 
	min-width: 700px; 
	margin: 0 -350px;
}

.banner-single.alt .figure:before { 
	content: ""; 
	width: 100%; 
	height: 50%; 
	float: left;	
	background: #00000000;
	background-image: linear-gradient(to bottom, #00000000 , #000000); 
	position: absolute; 
	top: 50%; 
	left: 0;
}

.banner-single.alt .banner-cont-out { 
	width: 100%; 
	float: left; 
	position: relative; 
	margin-bottom: 12px;
}

.banner-single.alt .banner-cont h4,
.banner-single.alt .banner-cont .h4 { 
	padding-bottom: 0;
}

.banner-single.alt .banner-cont .sub-title { 
	font-style: normal; 
	margin-bottom: 25px;
}

.banner-single.alt .banner-cont .sub-title:last-child { 
	margin-bottom: 0;
}

.banner-single.alt .banner-cont .sub-title span { 
	display: inline-block; 
	border-bottom: 1px solid #ffffff;
} 

.banner-single.alt .banner-cont { 
	width: 100%; 
	height: 100%; 
	float: left; 
	color: #ffffff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; 
	align-items: end; 
	justify-content: center;
	position: absolute; 
	top:0; 
	left: 0; 
	z-index: 100; padding: 0 0 60px 0;
}

.banner-single.alt .banner-cont .aside { 
	width: 100%; 
	float: left; 
	text-align: center;
}

.banner-single.alt .bottom-txt {
	width: 100%;
	overflow: hidden;
	padding: 0 10px;
}

.banner-single.alt .bottom-txt strong {
	font-weight: 400;
	font-style: inherit;
}

@media print, screen and (min-width: 75rem) {
.banner-single.alt {
	font-size: 1.125rem;
	line-height: 1.5rem;
}
}


/* Banner - CTA */
.banner-cta2 {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: right;
	background: #000 url(../img/banner-cta-2.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 60px 0;
	margin: 0 0 12px 0;
}

.banner-cta2 .box {
	width: 100%;
	float: left;
}

.banner-cta2 .box h4,
.banner-cta2 .box .h4 {
	padding-bottom: 12px;
}

.banner-cta2 .box h4:last-child,
.banner-cta2 .box .h4:last-child {
	padding-bottom: 0;
}

.banner-cta2 .box .aside {
	width: 100%;
	float: left;
	color: #ffffff;
	background: #25313E;
	padding: 30px 30px;
}

@media print, screen and (min-width:48rem) {
.banner-cta2 {
	padding: 80px 0;
}

.banner-cta2 .box h4,
.banner-cta2 .box .h4 {
	padding-bottom: 18px;
}

.banner-cta2 .box .aside {
	max-width: 560px;
	float: right;
	padding: 40px 40px;
}
}

@media print, screen and (min-width: 75rem) {
.banner-cta2 {
	min-height: 792px;
	padding: 80px 0;
}

.banner-cta2 .box .aside {
	max-width: 615px;
	padding: 50px 50px;
}
}


/* Figure - Caption */
.cta-figure-caption {
	width: 100%;
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
	color: #4A5661;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
}

.cta-figure-caption strong {
	font-weight: 400;
	font-style: inherit;
}

.cta-figure-caption .aside {
	width: 100%;
	max-width: 840px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

@media print, screen and (min-width: 75rem) {
.cta-figure-caption {
	font-size: 18px;
}
}


/* Accord - Cont */
.accord-cont-out {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 2em;
}

.accord-cont-out .box {
	width: 100%;
	max-width: 840px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #F0F0F0;
	background-image: linear-gradient(to right, #F0F0F065 , #F0F0F0);
	text-align: left;
}

.accord-cont-out .box .accord-item {
	width: 100%;
	float: left;
	text-align: inherit;
	font-size: 1rem;
	line-height: 1.375rem;
	position: relative;
}

.accord-cont-out .box .accord-item .accord-cont {
	width: 100%; 
	float: left; 
	text-align: left;
	overflow: hidden;
}

.accord-cont-out .box .accord-item .accord-cont .aside-out { 
	width: 100%; 
	height: 330px;
	float: left;
}

.accord-cont-out .box .accord-item .accord-cont h4,
.accord-cont-out .box .accord-item .accord-cont.h4 {
	width: 100%;
	float: left;
	color: #ffffff;
	background: #25313E;
	padding: 15px 20px;
}

.accord-cont-out .box .accord-item .accord-cont ul {
	padding: 0 0 22px 0;
	margin: 0;
}

.accord-cont-out .box .accord-item .accord-cont ul:last-child {
	padding-bottom: 0;
}

.accord-cont-out .box .accord-item .accord-cont ul li {
	padding: 0 0 0 18px;
	margin: 0 0 15px 0;
}

.accord-cont-out .box .accord-item .accord-cont ul li:last-child {
	margin-bottom: 0;
}

.accord-cont-out .box .accord-item .accord-cont ul li:before {
	width: 8px;
	height: 8px;
	top: 7px;
}

.accord-cont-out .box .accord-item .accord-cont p {
	padding: 0 0 22px 0;
}

.accord-cont-out .box .accord-item .accord-cont p:last-child {
	padding-bottom: 0;
}

.accord-cont-out .box .accord-item .accord-cont .aside { 
	width: 100%; 
	float: left; 
	position: relative; 
	padding: 35px 20px;
}

.accord-cont-out .box .accord-item .accord-cont .aside:before { 
	content: ""; 
	width: 100%; 
	height: 100%; 
	float: left; 	
	background: #F0F0F0;
	background-image: linear-gradient(to right, #F0F0F065 , #F0F0F0); 
	opacity: 0.80;
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 10;
}

.accord-cont-out .box .accord-item .accord-cont.active { 
	height: auto;
	transform: scaleY(1); 
}

.accord-cont-out .box .accord-item .accord-cont.active .aside:before { 
	display: none;
}

.accord-cont-out .box .accord-item .accord-cont.active .aside-out {
	height: auto;
}

.accord-cont-out .box .accord-item .accord-cont-alt.active .aside:before { 
	display: none;
}

.accord-cont-out .box .accord-item .accord-link {
	width: 42px;
	height: 42px;
	float: left;
	font-size: 16px;
	color: #ffffff;
	line-height: 42px; 
	text-align: center;
	background: #25313E;
	border-radius: 360px;
	cursor: pointer;
	position: absolute;
	bottom: -21px;
	left: 50%; 
	z-index: 100;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.accord-cont-out .box .accord-item .accord-link.active { 
	display: none;
}

@media print, screen and (min-width:48rem) {
.accord-cont-out .box .accord-item .accord-cont h4,
.accord-cont-out .box .accord-item .accord-cont.h4 {
	padding: 15px 25px;
}

.accord-cont-out .box .accord-item {
	font-size: 1.125rem;
	line-height: 1.5rem;
}

.accord-cont-out .box .accord-item .accord-cont ul li:before {
	width: 9px;
	height: 9px;
	top: 9px;
}

.accord-cont-out .box .accord-item .accord-cont .aside {
	padding: 35px 35px;
}

.accord-cont-out .box .accord-item .accord-link {
	width: 52px;
	height: 52px;
	font-size: 18px; 
	line-height: 52px;
	bottom: -26px;
}
}

@media print, screen and (min-width: 75rem) {
.accord-cont-out .box .accord-item .accord-cont h4,
.accord-cont-out .box .accord-item .accord-cont.h4 {
	padding: 15px 35px;
}

.accord-cont-out .box .accord-item {
	font-size: 1.3125rem;
	line-height: 1.625rem;
}

.accord-cont-out .box .accord-item .accord-cont ul li:before {
	width: 10px;
	height: 10px;
	top: 10px;
}

.accord-cont-out .box .accord-item .accord-cont .aside {
	padding: 35px 45px;
}

.accord-cont-out .box .accord-item .accord-link {
	width: 62px;
	height: 62px;
	font-size: 1.25rem; 
	line-height: 62px;
	bottom: -31px;
}
}


/* Feature - Slider */
.feature-slider2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.feature-slider2 .slider-items .item {
	width: 100%;
	float: left;
}

.feature-slider2 .slider-items .item .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0 0 12px 0;
}

.feature-slider2 .slider-items .item .figure:last-child {
	margin-bottom: 12px;
}

.feature-slider2 .slider-items .item .figure img {
	width: 100%;
}

.feature-slider2 .slider-items .item .aside {
	width: 100%;
	float: left;
}

.feature-slider2 .slider-items .item .sub-title {
	width: 100%;
	float: left;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 1rem;
	color: #4A5661;
	line-height: 1.5rem;
}

.feature-slider2 .slider-items .item .sub-title:last-child {
	margin-bottom: 0;
}

.feature-slider2 .slider-items .item .sub-title strong {
	font-style: inherit;
	font-weight: 400;
}

.feature-slider2 .swiper { 
	width: 100%; 
	float: left;
}

.feature-slider2 .swiper-wrapper { 
	display: inline-flex;
}

.feature-slider2 .swiper-slide {
	width: 250px;
	float: left;
}

.feature-slider2 .slider-nav {
	width: 100%;
	float: left;
}

.feature-slider2 .slider-nav {
	position: absolute;
	top: 0;
	left: 0;
}

.feature-slider2 .slider-nav .swiper-button-next {
	left: auto;
	right: 17px;
}

.feature-slider2 .swiper-button-next,
.feature-slider2 .swiper-button-prev {
	position: absolute;
	top: 17px;
	left: 17px;
}

.feature-slider2 .swiper-button-next {
	left: auto;
	right: 0;
}

@media print, screen and (min-width: 48rem) {
.feature-slider2 .slider-items .item .sub-title {
	font-size: 1.125rem;
}

.feature-slider2 .swiper-slide {
	width: 300px;
}
}

@media print, screen and (min-width: 75rem) {
.feature-slider2 .swiper-slide {
	width: 359px;
}
}


/* Banner - Single */
.banner-single {
	width: 100%;
	font-weight: 300;
	font-style: italic;
	font-size: 1rem;
	color: #4A5661;
	line-height: 1.375rem;
	overflow: hidden;
	/* padding: 30px 0; */
	padding: 30px 0px 0px 0px;
}

.banner-single:last-child {
	margin-bottom: 0;
}

.banner-single strong {
	font-weight: 400;
}

.banner-single .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 12px;
}

.banner-single .figure:last-child {
	margin-bottom: 0;
}


.banner-single .figure img {
	width: 100%;
}

.banner-single .bottom-txt {
	width: 100%;
	overflow: hidden;
	padding: 0 10px;
}

.banner-single .bottom-txt strong {
	font-weight: 400;
	font-style: inherit;
}

@media print, screen and (min-width: 75rem) {
.banner-single {
	font-size: 1.125rem;
	line-height: 1.5rem;
	/* padding: 30px 0 50px 0; */
	padding: 30px 0 0px 0;
}
}


/* Cont - Order - List */
.cont-order-list {
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 60px 0;
}

.cont-order-list .inner-cont {
	width: 100%;
	max-width: 840px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.cont-order-list .article {
	width: 100%;
	float: left;
	font-family: "rival-sans", sans-serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.75rem;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.60);
	padding: 0 0 30px 55px;
	margin: 0 0 40px 0;
}

.cont-order-list .article:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.cont-order-list .article h4,
.cont-order-list .article .h4 {
	padding-bottom: 15px;
}

.cont-order-list .article h4:last-child,
.cont-order-list .article .h4:last-child {
	padding-bottom: 0;
}

.cont-order-list .article .number {
	width: 40px;
	height: 40px;
	float: left;
	font-family: "rival-sans", sans-serif;
	font-weight: 900;
	font-size: 1.625rem;
	color: #ffffff;
	line-height: 1em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #25313E;
	position: absolute;
	top: 0;
	left: 0;
}

.cont-order-list .article .aside {
	width: 100%;
	float: left;
}

.cont-order-list .article .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}

.cont-order-list .article .figure:last-child {
	margin-bottom: 0;
}

.cont-order-list .article .figure img {
	width: 100%;
}

.cont-order-list .article .figure-caption {
	width: 100%;
	float: left;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 1rem;
	color: #4A5661;
	line-height: 1.5rem;
	margin-bottom: 15px;
}

.cont-order-list .article .figure-caption strong {
	font-weight: 400;
}

.cont-order-list .article-wrap {
	width: 100%;
	float: left;
	padding: 0 0 40px 0;
}

.cont-order-list .article-wrap:last-child {
	padding-bottom: 0;
}

@media print, screen and (min-width: 48rem) {
.cont-order-list {
	padding: 70px 0;
}

.cont-order-list .article h4,
.cont-order-list .article .h4 {
	padding-bottom: 22px;
}

.cont-order-list .article {
	font-size: 1.375rem;
	line-height: 2rem;
	padding: 0 0 30px 67px;
	margin: 0 0 40px 0;
}

.cont-order-list .article .number {
	width: 51px;
	height: 51px;
	font-size: 32px;
}

.cont-order-list .article .aside {
	padding: 5px 0 0 0;
}

.cont-order-list .article .figure-caption {
	font-size: 1.25rem;
	margin-bottom: 1.375rem;
}

.cont-order-list .article-wrap {
	padding: 0 0 50px 0;
}
}

@media print, screen and (min-width: 75rem) {
.cont-order-list {
	padding: 80px 0;
}

.cont-order-list .article {
	font-size: 1.625rem;
	line-height: 2.375rem;
}

.cont-order-list .article-wrap {
	padding: 0 0 60px 0;
}
}


/* Progress - Cont */
.progress-cont {
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 60px 0;
}

.progress-cont .inner-cont {
	width: 100%;
	max-width: 840px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.progress-cont .article {
	width: 100%;
	float: left;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.375rem;
	background: #F0F0F0;
	margin: 0 0 50px 0;
}

.progress-cont .article .heading-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	color: #ffffff;
	background: #25313E;
	padding: 20px 20px 20px 20px;
}

.progress-cont .article .heading-bar h4,
.progress-cont .article .heading-bar .h4 {
	width: 100%;
	padding: 0 70px 0 0;
}

.progress-cont .article .heading-bar .icon {
	width: 50px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 0 0 -50px;
}

.progress-cont .article .heading-bar .icon img {
	width: 100%;
}

.progress-cont .article .aside {
	width: 100%;
	float: left;
}

.progress-cont .article .aside ul {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.progress-cont .article .aside ul li {
	width: 100%;
	border-bottom: 1px solid #25313E;
	padding: 15px 20px;
	margin: 0;
}

.progress-cont .article .aside ul li:before {
	display: none;
}

.progress-cont .article .aside ul li:last-child {
	border-bottom: none;
}

.progress-cont .article .progress-list {
	width: 100%;
	float: left;
	padding: 20px 20px;
}

.progress-cont .article .progress-list ul {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.progress-cont .article .progress-list ul li {
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
}

.progress-cont .article .progress-list ul li:before {
	display: none;
}

.progress-cont .article .progress-list ul li:last-child {
	margin-bottom: 0;
}

.progress-cont .article .progress-list .progress-txt {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}

.progress-cont .article .progress-list .progress-txt:last-child {
	margin-bottom: 0;
}

.progress-cont .article .progress-list .progress-txt p {
	width: 100%;
	padding: 0 120px 0 0;
}

.progress-cont .article .progress-list .progress-txt .value {
	width: 100px;
	font-size: 1rem;
	line-height: 1.25rem;
	text-align: right;
	position: relative;
	z-index: 1;
	margin: 0 0 0 -100px;
}

.progress-cont .article .progress-list .track-bar {
	width: 100%;
	height: 36px;
	float: left;
	background: #ffffff;
	border-radius: 3px;
	position: relative;
}

.progress-cont .article .progress-list .track-bar .bar {
	height: 100%;
	font-size: 1rem;
	color: #ffffff;
	line-height: 1.25rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #EB4826;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
}

.progress-cont .article-wrap {
	width: 100%;
	float: left;
}

@media print, screen and (min-width: 48rem) {
.progress-cont {
	padding: 70px 0;
}

.progress-cont .article {
	font-size: 1.625rem;
	line-height: 1.875rem;
	margin: 0 0 40px 0;
}

.progress-cont .article .heading-bar {
	padding: 25px 25px 25px 25px;
}

.progress-cont .article .heading-bar h4,
.progress-cont .article .heading-bar .h4 {
	padding: 0 85px 0 0;
}

.progress-cont .article .heading-bar .icon {
	width: 60px;
	margin: 0 0 0 -60px;
}

.progress-cont .article .aside ul li {
	padding: 20px 25px;
}

.progress-cont .article .progress-list {
	padding: 20px 25px;
}

.progress-cont .article .progress-list ul li {
	margin: 0 0 20px 0;
}

.progress-cont .article .progress-list .progress-txt .value {
	font-size: 1.125rem;
}

.progress-cont .article .progress-list .track-bar {
	height: 42px;
}

.progress-cont .article .progress-list .track-bar .bar {
	font-size: 18px;
}
}

@media print, screen and (min-width: 75rem) {
.progress-cont {
	padding: 80px 0;
}

.progress-cont .article {
	font-size: 2rem;
	line-height: 2.25rem;
	margin: 0 0 50px 0;
}

.progress-cont .article .heading-bar {
	padding: 25px 25px 25px 35px;
}

.progress-cont .article .heading-bar h4,
.progress-cont .article .heading-bar .h4 {
	padding: 0 150px 0 0;
}

.progress-cont .article .heading-bar .icon {
	width: 74px;
	margin: 0 0 0 -74px;
}

.progress-cont .article .aside ul li {
	padding: 25px 35px;
}

.progress-cont .article .progress-list {
	padding: 25px 35px;
}

.progress-cont .article .progress-list ul li {
	margin: 0 0 25px 0;
}

.progress-cont .article .progress-list .progress-txt .value {
	font-size: 20px;
}

.progress-cont .article .progress-list .track-bar {
	height: 47px;
}

.progress-cont .article .progress-list .track-bar .bar {
	font-size: 20px;
}
}


/* Realated - Article */
.realated-article {
	width: 100%;
	background: rgba(229, 229, 229, 0.40);
	overflow: hidden;
	padding: 30px 0 60px 0;
}

.realated-article .top-heading {
	text-align: center;
}

@media print, screen and (min-width: 48rem) {
.realated-article {
	padding: 40px 0 80px 0;
}
}

@media print, screen and (min-width: 75rem) {
.realated-article {
	padding: 50px 0 100px 0;
}
}


/* Site - Cores */

/* Text - Positions */
.upper-case {
	text-transform: uppercase;
}

.lower-case {
	text-transform: none;
}

.underline {
	text-decoration: underline;
}

.center-align {
	text-align: center;
	justify-content: center;
}

.vertical-align {
	align-items: center;
}

.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}


/* Padding/Margin - None */
.p-top-none {
	padding-top: 0 !important;
}

.p-bottom-none {
	padding-bottom: 0 !important;
}

.m-top-none {
	margin-top: 0 !important;
}

.m-bottom-none {
	margin-bottom: 0 !important;
}
















/* Dev8 added */
.logged-in.admin-bar .header-main {
	top: 32px;
}

.logged-in.admin-bar .header-main .navigation-dropdown {
	top: 102px;
}

.banner-single.firstitemadj {
	margin-bottom: 50px;
}

.feature-list .blue-box {
  padding: 45px 0;
}

.row-content.tax-top {
	padding: 70px 0 20px 0;
}

.blog-grid__loadmore {
	width: 100%;
	display: block;
	padding-bottom: 3em;
	padding-top: 1em;
	text-align: center;
}

/* Submission form adjustments */

#field_1_2 {
	display: none;
}

#field_1_4 {
	background-color: #fff;
	border: 1px solid #E2E2E2;
	padding: 1.6em 1.6em;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 1.125rem;
	line-height: 1.6;
}

#field_1_4 ul {
	margin: -1em 0 0 1em !important;
}

.gform_wrapper .gsection {
	border-bottom: none !important; 
	margin-bottom: 6px !important;
	padding-top: 20px !important;
}

#gform_fields_3 {
	background-color: #fff;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	padding: 0.6em 1.6em 0em 1.6em;
	margin-top: 0px;
	margin-bottom: 0px;	
	border-top: 1px solid #E2E2E2;
	padding-top: 1.6em;
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 1.6em;
}

#field_1_14, #field_1_10, #field_1_11, #field_1_12, #field_1_13, #field_1_1, #field_1_9, #field_1_18, #field_1_17, #field_1_19, #field_1_6, #field_1_21, #field_1_25, #field_1_24, #field_1_26, #field_1_22, #field_1_27, #field_1_28, #field_1_30 {
	background-color: #fff;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	padding: 0.6em 1.6em 0em 1.6em;
	margin-top: 0px;
	margin-bottom: 0px;	
}

#field_1_14, #field_1_1, #field_1_19, #field_1_24, #field_1_30 {
	border-top: 1px solid #E2E2E2;
	padding-top: 1.6em;
	margin-top: -20px;
}

#field_1_13, #field_1_17, #field_1_28, #field_1_27, #field_1_30 {
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 1.6em;
}

#field_1_19, #field_1_22, #field_1_21 {
	padding-bottom: 1em;
}

#field_1_21 label.gfield_label, #field_1_22 label.gfield_label {
	display: none;
}

.gsection_title {
	margin-bottom: -1em !important;
}

.infobox_blue {
	background-color: #25313E;
	color: #fff;
	padding: 1em;
}

.infobox_blue h3 {
	font-family: "rival-sans", sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	margin-bottom: 0em;
	line-height: 1.2em;	
	padding-bottom: 4px;
}

.infobox_blue p, ul, ol {
	font-size: 1.2rem;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	line-height: 1.2em;	
}


.gform_wrapper label {
	border: none; 
	font-weight: 300 !important;
	font-size: 1.1rem !important;
	padding: 4px 0 0 0 !important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 3px 6px;
  font-family: "rival-sans", sans-serif;
  font-weight: 300;
  height: 46px;
  margin-top: -6px;
}

.header-main .logo a {
	float: left;
	display: inline-block;
	/* padding-right: 12px; */
}

.header-main .logo a img {
	height: 40px;
}

@media print, screen and (min-width: 48rem) {
	.header-main .logo a img {
		margin-top: 3px;
	}
}

.footer-links #menu-td-demo-header-menu-1 li a {
	border-bottom: none !important;
}



/* Leave a message */
.leaveamessage .btn {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 99;
  width: 4em;
  height: 4em;
  text-align: center;
  padding-top: 0.85em;
  border-radius: 50%;
  background-color: #25313E;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
  cursor: pointer;
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }
  .leaveamessage .btn:hover {
	background-color: #10161e;
	transition: all 0.5s ease; }
  .leaveamessage .btn.remove {
	display: none; }

.leaveamessage .svg-icon {
  width: 2.35em;
  height: 2.35em; }
  .leaveamessage .svg-icon path,
  .leaveamessage .svg-icon polygon,
  .leaveamessage .svg-icon rect {
	fill: #fff; }
  .leaveamessage .svg-icon circle {
	stroke: #fff;
	stroke-width: 1; }

.leaveamessage .dialog {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 109;
  width: 20em;
  height: 28em;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.51);
  background-color: #fff;
  border-radius: 6px;
  display: none; }
  .leaveamessage .dialog .content {
	padding: 0.3em 1.1em;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
 }
 .leaveamessage .dialog .content .gform_description {
	 font-size: 1rem;
	 line-height: 1.3;
 }
  .leaveamessage .dialog.open {
	display: block;
	animation-name: slideUp;
	-webkit-animation-name: slideUp;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	visibility: visible !important; }
  .leaveamessage .dialog .top {
	background-color: #25313E;
	padding: 1.2em;
	font-family: "rival-sans", sans-serif;
	font-weight: 900;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.2em;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	position: relative; }
	.leaveamessage .dialog .top .close {
	  position: absolute;
	  top: -1em;
	  left: -1em;
	  z-index: 110;
	  width: 2em;
	  height: 2em;
	  text-align: center;
	  padding-top: 0.32em;
	  border-radius: 50%;
	  background-color: #25313E;
	  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.51);
	  transition: all 0.5s ease;
	  opacity: 1;
	  cursor: pointer; }
	  .leaveamessage .dialog .top .close:hover {
		background-color: #E5281A; }
	  .leaveamessage .dialog .top .close .svg-icon {
		width: 1.4em;
		height: 1.4em; }

@keyframes slideUp {
  0% {
	transform: translateY(100%); }
  50% {
	transform: translateY(-8%); }
  65% {
	transform: translateY(4%); }
  80% {
	transform: translateY(-4%); }
  95% {
	transform: translateY(2%); }
  100% {
	transform: translateY(0%); } }

@-webkit-keyframes slideUp {
  0% {
	-webkit-transform: translateY(100%); }
  50% {
	-webkit-transform: translateY(-8%); }
  65% {
	-webkit-transform: translateY(4%); }
  80% {
	-webkit-transform: translateY(-4%); }
  95% {
	-webkit-transform: translateY(2%); }
  100% {
	-webkit-transform: translateY(0%); } }
	
	
#gform_wrapper_2 li {
	padding: 0em 0px !important;
}

#gform_wrapper_2 li .gfield_label {
	float: left; 
	width: 20%;
	margin-top: 0.4em !important;
}

#gform_wrapper_2 li .ginput_container {
	float: left; 
	width: 80%;
}

#gform_wrapper_2 li#field_2_6 .gfield_label {
	margin-top: 40px !important;
}

#gform_submit_button_2 {
	float: right;
}
	
@media print, screen and (min-width: 75rem) {
	.feature-list .medium-4 .box .figure-out .profile {
		width: 100px;
	}
	.feature-list .medium-4 .box .figure-out .profile .name {
		font-size: 0.7rem;
		line-height: 1rem;
	}
}

.archive-import img {
	max-width: 100%;
}

.archive-import figure {
	max-width: 100%;
	padding-bottom: 40px;
}

.archive-import .wp-caption-text {
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.375rem;
	text-align: center;
}

@media print, screen and (min-width: 48rem) {
	.feature-list .blue-box {
		min-height: 540px;
	}
}

@media print, screen and (min-width: 64rem) {
	.feature-list .blue-box {
		min-height: 528px;
	}
}

body .container-main {
	background: #fff;
}

body .container-main .main-menu {
	background: #F0F0F0;	
}

body.page-id-44 .container-main {
	background: #F0F0F0;
}

body.page-id-44 .container-main  .main-menu {
	background: #fff;
}

body.post-type-archive-meining .container-main {
	background: #F0F0F0;
}

body.single-meining .container-main {
	background: #F0F0F0;
}

body.page-id-44 .container-main .container-main {
	background: #fff;
}

body.post-type-archive-meining .container-main .container-main {
	background: #fff;
}

body.single-meining .container-main .container-main {
	background: #fff;
}

.wp-caption {
	max-width: 100%;
} 

.wp-caption img {
	max-width: 100%;
} 

.main-menu .button {
	border-radius: 0px;
}

/* Default WP Alignment Classes */

.aligncenter,.alignleft,.alignright {
	display: block;
	padding: 0;
	padding-bottom: 1.4rem; 
}

.aligncenter {
	float: none;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.wp-caption {

}

.wp-caption img {

}

.wp-caption p.wp-caption-text {
	font-weight: 400;
	font-style: italic;
	font-size: 1rem;
	line-height: 1.5;
	padding-bottom: 1em;
	padding-top: 4px;
	color: #4A5661;
}


@media print, screen and (min-width: 48rem) {

	.alignleft {
		padding-right: 1.8rem;
		max-width: 45%;
	}
	
	.alignright {
		padding-left: 1.8rem;
		max-width: 45%;
	}
}

@media print, screen and (max-width: 48rem) {
	.alignleft {
		width: 100% !important;
	}
	
	.alignright {
		width: 100% !important;
	}
	.alignleft img {
		width: 100%;
	}
	
	.alignright img {
		width: 100%;
	}
}

@media print, screen and (min-width: 48rem) {
	.row-content .row-txt > ul li, .row-content .row-txt > ol li  {
  		font-size: 1.5rem;
  		line-height: 1.6rem;
		padding-bottom: 1em;
	}
	
	.row-content .row-txt > ul, .row-content .row-txt > ol {
		padding-bottom: 2em;
	}
}

@media print, screen and (min-width: 75rem) {
	.row-content .row-txt > ul li, .row-content .row-txt > ol li  {
		font-size: 1.625rem;
	}
}

.figure-out.fullsize {
	width: 100% !important;
	margin-top: 3em;
	transition: all 0.5s;
	float: left;
}


.aside-cont.fullw .aside {
	width: 100% !important;
	transition: all 0.5s;
	float: right !important;
}

.quizArea .buttonWrapper .button.startQuiz {
	font-size: 120%;
	padding: 15px 25px;
}

.quizArea ol.questions {
	
}


.quizArea ol.questions li::before {
	content: "";
}

.quizArea ol.questions li.question {
	background-color: #F0F0F0;
	border-top: 4px solid #25313E;
	padding: 50px 50px 80px 50px;
}

.quizArea .questionCount {
	padding-bottom: 10px;	
}

.quizArea ul.answers {
	margin-left: 0px;	
}

.quizArea ul.answers li {
	position: relative;
	padding-top: 4px;
	padding-bottom: 20px;
}


.quizArea ul.answers li input {
	position: absolute;
	top: 9px;
	left: 0px;
}

.quizArea ul.answers li label {
	width: auto;
	border: none;
	margin-left: 28px;
	margin-top: 0px;
	font-size: 20px;
}

.quizArea .responses li {
	margin: 10px 0px 20px 0px !important;
	padding: 15px 20px !important;  
	border: 1px dashed gray;
} 

.quizArea .responses li p {
	font-size: 20px;
} 


.quizArea ul.answers li::before {
	display: none;
}

.quizArea ol.questions li::before {
	display: none;
}

.quizArea .question h3 {
	font-weight: 300;
	font-size: 2rem;
	line-height: 2.3rem;
}

.quizResults {
	background-color: #F0F0F0;
	border-top: 4px solid #25313E;
	padding: 30px 50px 50px 50px;
}

.article-item .figure-wrap .profile .user img {
	border: 2px solid #25313E;
}


.blog-grid__loadmore {
	width: 100%;
	display: block;
	padding-bottom: 3em;
	padding-top: 1em;
	text-align: center;
}

nav.pagination {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 100px;
}

nav.pagination ul {

}

nav.pagination ul li {
	padding-left: 10px;
	font-size: 18px;
	font-weight: 900;
}

nav.pagination ul li::before {
	display: none;
}

nav.pagination ul li a {
	padding: 0.45rem 0rem;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	background-color: #dfdfdf;
	border-radius: 50%;
	height: 40px;
	width: 40px;
}

nav.pagination ul li a:hover {
	background-color: #E5281A;
	color: #fff;
}
	
.pagination .current {
	background-color: #19212b;
	display: inline-block;
	padding: 0.45rem 0rem;
	text-align: center;
	border-radius: 50%;
	height: 40px;
	width: 40px;
}


body.category-magasinett .container-main {
	background-color: #111820;
	color: #fff;
}

body.category-magasinett .container-main .feature-list2.alt .inner-cont {
	padding-top: 10px;
}

body.category-magasinett .container-main h1.page-title {
	overflow: hidden;
	width: 1px;
	height: 1px;
	display: block;
}

body.category-magasinett .container-main .main-menu {
	background-color: #25313E;
	border-top: 1px solid #414b56;
}

body.category-magasinett .container-main .sub-title span {
	color: #fff;
}

body.category-magasinett .container-main .main-menu nav ul li a {
	color: #fff;
}




@media print, screen and (min-width: 48rem) {
	.split-cont2 .box .right-cl {
  		margin: -50px 0 -220px 0;
	}
}


.commicsnav {
	margin-top: 20px;
}

.commicsnav div a {
	background-color: #25313E;
	border-radius: 50%;
	height: 60px;
	text-decoration: none;
	width: 60px;
	display: block;
	font-size: 60px;
	text-align: center;
	padding-top: 8px;
	color: #fff;	
}


.row-content .top-cont h4 {
	font-weight: 300;
	padding-bottom: 10px;
}

.row-content .top-cont .aside > p {
  font-size: 1.4rem;
}

@media print, screen and (max-width: 48rem) {	
	.row-content .top-cont h1, .row-content .top-cont .h1 {
		font-size: 2.2rem;
	}
}

@media print, screen and (min-width: 48rem) {	
	.row-content .top-cont .aside > p {
  	font-size: 2.1rem;
	}
}


@media print, screen and (min-width: 48rem) {
	h2, .h2 {
  	font-size: 2.2rem;
  	line-height: 2.4rem;
	}
	h3, .h3 {
	  font-size: 1.8rem;
	  line-height: 2rem;
	  padding-bottom: 12px;
	}
}

@media print, screen and (min-width: 75rem) {
	h2, .h2 {
	  font-size: 2.6rem;
	  line-height: 2.8rem;
	}
	h3, .h3 {
	  font-size: 2rem;
	  line-height: 2.2rem;
	}
}


@media print, screen and (min-width: 48rem) {
	.feature-slider2 {
		padding-left: 80px;
	}
}

@media print, screen and (min-width: 75rem) {
	.feature-slider2 {
		padding-left: 100px;
	}
}

@media print, screen and (min-width: 48rem) {
	.row-txt .txt-max ul li, .row-txt .txt-max ol li {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	ul li::before {
	  width: 9px;
	  height: 9px;
	  top: 16px;
	}
}

@media print, screen and (min-width: 75rem) {
	.row-txt .txt-max ul li, .row-txt .txt-max ol li {
		font-size: 1.625rem;
		line-height: 2.375rem;
	}
	ul li::before {
	  top: 18px;
	}
}



/* Submission form adjustments */

body.page-id-208704 .content-main {
	background-color: #E2E2E2;
}

#gform_5 {
	padding: 1em 2em; 
	background-color: #fff;
}

#gform_5 .gsection_title {
	padding-bottom: 6px;
}

#field_5_4 {
	background-color: #fff;
	border: 1px solid #E2E2E2;
	padding: 1.6em 1.6em;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 1.125rem;
	line-height: 1.6;
}

#field_5_4 ul {
	margin: 1em 0 0 1em !important;
}

.gform_wrapper .gsection {
	border-bottom: none !important; 
	margin-bottom: 6px !important;
	padding-top: 20px !important;
}

.gsection_title {
	margin-bottom: -1em !important;
}

.infobox_blue {
	background-color: #25313E;
	color: #fff;
	padding: 1em;
}

.infobox_blue h3 {
	font-family: "rival-sans", sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	margin-bottom: 0em;
	line-height: 1.2em;	
	padding-bottom: 4px;
}

.infobox_blue p, ul, ol {
	font-size: 1.2rem;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	line-height: 1.2em;	
}


.gform_wrapper label {
	border: none; 
	font-weight: 300 !important;
	font-size: 1.1rem !important;
	padding: 4px 0 0 0 !important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 3px 6px;
  font-family: "rival-sans", sans-serif;
  font-weight: 300;
  height: 46px;
  margin-top: -6px;
}

#gform_5 .gfield-choice-input + label {
	top: -41px;
	margin-left: 30px;
	position: relative;
}

.accord-link.accord-link-alt.close {
	display: none;
}

.accord-link.accord-link-alt.close.active {
	display: block !important;
	opacity: 1;
}


.accord-link.accord-link-alt2.close {
	display: none;
}

.accord-link.accord-link-alt2.close.active {
	display: block !important;
	opacity: 1;

}

@media print, screen and (max-width: 48rem) {
	
	.instagrams.p-bottom-none {
		max-height: 480px !important; 
		overflow: hidden;
	}
	
}

@media print, screen and (min-width: 48rem) {
	.taglistbottom {
		padding-top: 0px;
	}
	.large-minus-space {
		margin-top: -30px;
	}
}

.imagemetadesc {
	padding: 2px 15px;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: 300;
    font-style: italic;
    color: #4A5661;
}

/* ADS BLOCK */
.flex-ads {
	display: flex;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.pd-t-20 {
	padding-top: 20px;
}

.pd-b-20 {
	padding-bottom: 20px;
}

.pd-b-70 {
	padding-bottom: 70px;
}

.txt-al-c {
	text-align: center;
}

.item-ads-flex {
	width: 33%;
	text-align: center;
}

.hide_mobile {
	display: block !important;
}

.show_mobile {
	display: none !important;
}

@media (max-width: 767px){
	.item-ads-flex {
		width: 100%;
		text-align: center;
	}

	.flex-ads {
		flex-direction: column;
	}

	.hide_mobile {
		display: none !important;
	}
	
	.show_mobile {
		display: block !important;
	}
}

.firstcontentrow {
	padding-top: 10px;
}

@media print, screen and (min-width: 48rem) {
	.row-content .row-txt .aside-cont.alt .aside {
		padding: 0 0 0 6%;
	}
	.row-content .row-txt.adjustmargin .aside-cont.alt .aside {
		padding: 0 6% 0 0;
	}
}

.row-content .row-txt .aside-cont.alt .figure-out.fullsize {
	margin-top: 0px;
	margin-bottom: 3em;	
}


@media print, screen and (max-width: 75rem) {
	.row-content .row-txt .aside-cont .figure-out {
		margin-bottom: 3em;
	}
}


@media print, screen and (min-width: 48rem) {
	.row-txt .aside-cont ul li, .row-txt .aside-cont ol li {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.row-content .row-txt .aside-cont.alt .aside {
		padding: 0 0 0 6%;
	}
}

@media print, screen and (min-width: 55.6rem) {
	.row-content .row-txt .aside-cont.alt .aside {
		padding: 0 0 0 0%;
	}
}

@media print, screen and (min-width: 75rem) {
	.row-content .row-txt .aside-cont.alt .aside {
		padding: 0 0 0 6%;
	}
}

@media print, screen and (min-width: 75rem) {
	.row-txt .aside-cont ul li, .row-txt .aside-cont ol li {
		font-size: 1.625rem;
		line-height: 2.375rem;
	}
}


@media print, screen and (min-width: 48rem) {
	.banner-cta2.alt .box .aside {
		float: left;
	}
}


.banner-cta2 ul li::before, .banner-cta2 ol li::before {
	background-color: #fff;	
}

@media print, screen and (min-width: 48rem) {
	.banner-cta2 ul li::before, .banner-cta2 ol li::before {
		top: 9px;	
	}
}

.split-cont .box .figure-wrap .profile .user img {
	border: 2px solid #25313E;
}