
/*
Table Of Contents

1.)  Typography
2.)  Container - Main
3.)  Header
4.)  Main - Menu
5.)  Content - Main
6.)  Footer
7.)  Undersider

===============================================*/


/*
 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: "arno-pro",serif; 
	font-weight: 400; 
	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.75rem;
	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: 3.75rem;
	line-height: 3.25rem; 
}

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.25rem; 
}

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;
}

.btn-out {
	width: 100%;
	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: #F0F0F0;
	position: relative;
	overflow: hidden; 
	padding: 60px 0 0 0; 
}

.grid-container {
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.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;
}


/* 
 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;
	height: 49px;
	line-height: 49px;
	margin-top: 13px;
}

.header-main .logo img {
	max-height: 49px;
	vertical-align: top;
}

.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: 18px;
	color: #ffffff;
	line-height: 22px;
	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: 18px;
	padding-right: 20px;
	padding-left: 20px;
}

.header-main .navigation-dropdown .article .box.lrg ul li a {
	font-weight: 900;
	font-size: 30px;
	line-height: 36px;
	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,
.header-main .menu-btn .show-txt {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.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;	
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	margin: 10px 0 0 0;
}

.header-main .menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #ffffff;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: -10px;
	left: 0;
}

.header-main .menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #ffffff;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	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 {
	height: 44px;
	line-height: 44px;
	margin-top: 11px;
}

.header-main .logo img {
	max-height: 44px;
}

.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;
}
}


/* 
 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; */
	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;
}
}


/* Row - Content */
.row-content {
	width: 100%;
	overflow: hidden;
	padding: 15px 0 60px 0;
}

.row-content .banner-single {
	width: 100%;
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.375rem;
	text-align: center;
	overflow: hidden;
	margin-bottom: 50px;
}

.row-content .banner-single:last-child {
	margin-bottom: 0;
}

.row-content .banner-single .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 12px;
}

.row-content .banner-single .figure:last-child {
	margin-bottom: 0;
}

.row-content .banner-single .figure img {
	width: 100%;
}

.row-content .banner-single .bottom-txt {
	width: 100%;
	overflow: hidden;
}

.row-content .banner-single .bottom-txt em {
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-style: italic;
}

.row-content .top-cont {
	width: 100%;
	font-family: "arno-pro", serif;
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2rem;
	text-align: center;
	overflow: hidden;
	padding-bottom: 30px;
}

.row-content .top-cont em {
	font-style: italic;
}

.row-content .top-cont h1 {
	padding-bottom: 20px;
}

.row-content .top-cont h1:last-child {
	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%;
	text-align: center;
	overflow: hidden;
	padding: 30px 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%;
	max-width: 1080px;
	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;
	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;
	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 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 em {
	font-family: "rival-sans", sans-serif;
	font-weight: 300;
	font-style: italic;
}

.row-content .block-quote {
	width: 100%;
	font-family: "arno-pro", serif;
	font-weight: 400;
	font-size: 2rem;
	color: rgba(0, 0, 0, 0.8);
	line-height: 2.5rem;
	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: #F0F0F0;
	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;
}

@media print, screen and (min-width: 48rem) {
.row-content {
	padding: 30px 0 80px 0;
}

.row-content .banner-single {
	margin-bottom: 60px;
}

.row-content .top-cont {
	font-size: 2.0625rem;
	line-height: 2.4375rem;
	padding-bottom: 40px;
}

.row-content .top-cont .sub-title {
	margin-bottom: 15px;
}


.row-content .top-cont .testi-cont {
	padding: 40px 0;
}

.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 {
	width: 39.40%;
}

.row-content .block-quote {
	font-size: 3.125rem;
	line-height: 3.25rem;
	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;
}
}

@media print, screen and (min-width: 55.625rem) and (max-width: 74.9375rem) {
.row-content .row-txt .aside-cont {
	max-width: 830px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.row-content .row-txt .aside-cont .aside {
	width: 100%;
	padding: 0 0 40px 0;
}

.row-content .row-txt .aside-cont .figure-out {
	width: 100%;
	max-width: 400px;
}
}

@media print, screen and (min-width: 75rem) {
.row-content {
	padding: 30px 0 100px 0;
}

.row-content .banner-single {
	font-size: 1.125rem;
	line-height: 1.5rem;
	margin-bottom: 70px;
}

.row-content .top-cont {
	font-size: 2.375rem;
	line-height: 3rem;
}

.row-content .top-cont h1 {
	padding-bottom: 26px;
}

.row-content .top-cont .sub-title {
	margin-bottom: 20px;
}


.row-content .top-cont .testi-cont {
	padding: 50px 0;
}


.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: 4.375rem;
	line-height: 5rem;
	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;
}
}


/* Colors */
.white {
	color: #ffffff !important;
}

.black {
	color: #000000 !important;
}

.gray {
	color: #646464 !important;
}

.blue {
	color: #a7d3ee !important;
}

.red {
	color: #e5281e !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;
	}
}

.feature-list .box .figure-out .profile .user img {
	border: 2px solid #25313E;
}

.archive .sub-title {
	padding-top: 16px;
}

.feature-list .box .figure img {
	padding-bottom: 18px;
}

/* 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;
	}
}

