
/*
Table Of Contents
 
 1.) Typography
 2.) Default Styles
 3.) Header - Main
 4.) Content - Main
 5.) Footer - Main
 6.) Article
 7.) Archive
 8.) Site - Cores

========================================*/

/*
 1.) Typography
----------------------------------------*/

@import url("foundation-6.css") all;
@import url("motion-ui-6.css") all;
@import url("brands.min-20.css") all;
@import url("light.min-20.css") all;
@import url("regular.min-20.css") all;
@import url("solid.min-20.css") all;
@import url("duotone.min-16.css") all;
@import url("fontawesome.min-20.css") all;

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');  /*font-family: "Roboto", sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&amp;display=swap'); /*font-family: "Merriweather", serif;*/


/*
 2.) Default Styles
----------------------------------------*/

h1, h2, h3, h4, h5, h6, dl, ol, p, ul, li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: 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: "Roboto", sans-serif;
	font-weight: 300; 
	font-size: 1rem;
	color: #000000;
	line-height: 1.625rem;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

@media print, screen and (min-width: 48rem) {
body {
	font-size: 1.125rem;
	line-height: 1.875rem;
}
}

@media print, screen and (min-width: 75rem) {
body {
	font-size: 1.25rem;
	line-height: 2rem;
}
}


/* #Links
================================================== */

a {
	color: #000000;
	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: #8d1907;
	text-decoration: underline;
}

a:focus {
	text-decoration: none;
}

a:visited {
	outline: 0;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #000000;
	text-decoration: underline;
}

a:hover[href^="tel:"], 
a:hover[href^="fax:"] {
	color: #8d1907;
	text-decoration: underline;
}

a:focus[href^="tel:"], 
a:focus[href^="fax:"] {
	color: #8d1907;
	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: "Merriweather", serif;
	font-weight: 300; 
	padding-bottom: 15px;
}

h1,
.h1{
	font-size: 2rem;
	line-height: 2.625rem; 
}

h2,
.h2 { 
	font-style: italic;
	font-size: 1.625rem;
	line-height: 2.125rem;
}

h3,
.h3 {
	font-size: 1.875rem;
	line-height: 1.875rem;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 { 
	font-family: "Roboto", sans-serif;
	font-weight: 900;	
	font-size: 1.125rem;
	line-height: 1.75rem;
}

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: #8d1907;
	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: 23px;
}

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; 
}

.p-bottom-28 { 
	padding-bottom: 28px;
}


@media print, screen and (min-width: 48rem) {
h1,
.h1{
	font-size: 2.625rem;
	line-height: 3.375rem;
}

h2,
.h2 {
	font-size: 1.75rem;
	line-height: 2.25rem;
}

h3,
.h3 {
	font-size: 1.5rem;
	line-height: 2rem;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 { 
	font-size: 1.25rem;
	line-height: 2rem;
}

p {
	padding-bottom: 25px;
}
}

@media print, screen and (min-width: 75rem) {
h1,
.h1{
	font-size: 3.375rem;
	line-height: 4.25rem; 
}

h2,
.h2 {
	font-size: 2rem;
	line-height: 2.5rem;
}

h3,
.h3 {
	font-size: 1.625rem;
	line-height: 2.0625rem;
}

p {
	padding-bottom: 30px;
}
}


/* #Unorder Styles
================================================= */

ul,
ol {
	list-style: none; 
}

li {
	position: relative; 
	padding-left: 20px;
}

li:last-child {
	padding-bottom: 23px;
}

ul li ul,
ol li ol {
	padding: 10px 0 0 0;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li::before {
	content: ""; 
	width: 5px; 
	height: 5px; 
	float: left; 
	background: #000000; 
	border-radius: 100%;
	position: absolute;
	top: 10px;
	left: 0;
}

@media print, screen and (min-width: 48rem) {
li:last-child {
	padding-bottom:25px;
}

ul li::before {
	top: 12px;
}
}

@media print, screen and (min-width: 75rem) {
ul li::before {
	top:13px; 
}

li:last-child {
	padding-bottom:30px;
}
}


/* #Order Styles
================================================= */

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;	
	padding-left: 25px;
}

ol > li::before {
	content: counter(item)".";
	font-weight: 400;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}


/* #Input Styles
================================================= */

label {
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-top: 0;
	margin-bottom: 7px;
}

label .redmark {
	color: #ff0000;
}

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 {
	height: 55px;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.625rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 1px solid rgba(112, 112, 112, 0.25);
	background-color: #ffffff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.080);
	border-radius: 0;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 13px 25px;
	margin: 0;
}

textarea[rows],
textarea {
	height: 200px;
	white-space: normal;
	resize: none;
}

::-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;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #077b8d;
}

@media print, screen and (min-width: 48rem) {
label {
	font-size: 1.375rem;
	line-height: 2rem;
	margin-bottom: 10px;
}

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 {
	height: 65px;
	font-size: 1.375rem;
	line-height: 1.75rem;
	padding: 15px 30px;
}

textarea[rows],
textarea {
	height: 280px;
}
}

@media print, screen and (min-width: 100rem) {
label {
	font-size: 1.75rem;
	line-height: 2.375rem;
	margin-bottom: 15px;
}

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 {
	height: 75px;
	font-size: 1.75rem;
	line-height: 2.125rem;
	padding: 20px 40px;
}

textarea[rows],
textarea {
	height: 280px;
}
}


/* #Button
================================================== */

.button {
	font-weight: 400;
	font-size: 1.125rem;	
	color: #ffffff;
	line-height: 1.6875rem; 
	letter-spacing: 0.44px;
	text-align: center;
	text-decoration: none; 
	text-transform: uppercase;
	background: #077b8d;
	border-radius: 360px;
	box-shadow: none;
	border: none;
	position: relative;
	overflow: hidden;
	padding: 14px 40px;
	margin: 0;
}

.button:hover,
.button.hover,
.button:focus {
	color: #ffffff;
	background: #003c46;
	box-shadow: none;
}

.button-out {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media print, screen and (min-width: 48rem) {
.button {
	font-size: 1.25rem;	
	line-height: 1.6875rem; 
}
}

@media print, screen and (min-width: 75rem) {
.button {
	font-size: 1.375rem;	
	line-height: 1.8125rem; 
}
}


/*= Container - Main
=====================*/

.container-main {
	width: 100%;
	min-height: 100vh;
	float: left;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden; 
	padding: 80px 0 0 0;
}

.grid-container {
	width: 100%;
	max-width: 100%;
	padding-right: 25px;
	padding-left: 25px;
}

.grid-container.full {
	width: 100%;
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
}

@media print, screen and (min-width: 48rem) {
.grid-container {
	max-width: 1240px;
	padding-right: 40px;
	padding-left: 40px;	 
}

.grid-container.full {
	max-width: 1240px;
	padding-right: 40px;
	padding-left: 40px;
}
}


/* Social - Links */
.social-links {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.social-links ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 -6px -12px -6px;
}

.social-links ul li {
	padding: 0;
	margin: 0 6px 12px 6px;
}

.social-links ul li:before {
	display: none;
}

.social-links ul li span {
	display: none;
}

.social-links ul li a {
	width: 40px;
	height: 40px;
	float: left;
	font-size: 1.5em;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	background: #222121;
	border-radius: 360px;
}

.social-links ul li a:hover,
.social-links ul li a:active,
.social-links ul li a:focus {
	color: #ffffff;
	background: #8d1907;
}

@media print, screen and (min-width: 48rem) {
.social-links ul {
	margin: 0 -9px -18px -9px;
}

.social-links ul li {
	margin: 0 9px 18px 9px;
}

.social-links ul li a {
	width: 47px;
	height: 47px;
	font-size: 1.625rem;
	line-height: 47px;
}
}

@media print, screen and (min-width: 75rem) {
.social-links ul li a {
	width: 54px;
	height: 54px;
	font-size: 1.875rem;
	line-height: 54px;
}
}


/* Sub - Title */
.sub-title {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 0.6875rem;
	color: #000000;
	line-height: 0.9375rem;
	letter-spacing: 0.22px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.sub-title span {
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #d9e4e0;
	border-radius: 3px;
	padding: 5px 20px;
}


/* Articles - Item */
.article-item {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: inherit;
	font-size: 0.9375rem;
	color: #000000;
	line-height: 1.5rem;
	text-decoration: none;
}

.article-item .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}

.article-item .figure img {
	width: 100%;
}

.article-item .figure:last-child {
	margin-bottom: 0;
}

.article-item .aside {
	width: 100%;
	float: left;
}

.article-item .aside h3,
.article-item .aside .h3 {
	font-size: 1.375rem;
	line-height: 1.875rem;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding-bottom: 10px;
}

.article-item .aside h3:last-child,
.article-item .aside h3:last-child {
	padding-bottom: 0;
}

.article-item:hover,
.article-item.hover,
.article-item:focus {
	color: #000000;
}

.article-item:hover .aside h3,
.article-item:hover .aside .h3,
.article-item.hover .aside h3,
.article-item.hover .aside .h3,
.article-item:focus .aside h3,
.article-item:focus .aside .h3 {
	color: #077b8d;
}

@media print, screen and (min-width: 48rem) {
.article-item {
	font-size: 1rem;
	line-height: 1.625rem;
}

.article-item .aside h3,
.article-item .aside .h3 {
	font-size: 1.5rem;
	line-height: 1.9375rem;
}

.article-item .aside {
	padding-right: 10px;
}
}


/* Search - Box  */
.search-box {
	width: 100%;
	float: left;
	position: relative;
}

.search-box textarea,
.search-box select,
.search-box input[type="text"],
.search-box input[type="password"],
.search-box input[type="datetime"],
.search-box input[type="datetime-local"],
.search-box input[type="date"],
.search-box input[type="month"],
.search-box input[type="time"],
.search-box input[type="week"],
.search-box input[type="number"],
.search-box input[type="email"],
.search-box input[type="url"],
.search-box input[type="search"],
.search-box input[type="tel"],
.search-box input[type="color"],
.search-box .uneditable-input {
	height: 48px;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.625rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: none;
	background-color: #ffffff;
	border-radius: 5px;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 11px 51px 11px 16px;
	margin: 0;
}

.search-box ::-webkit-input-placeholder,
.search-box ::-webkit-textarea-placeholder {
	color: #000000;
}

.search-box input::-moz-placeholder,
.search-box textarea::-moz-placeholder {
	color: #000000;
}

.search-box ::-moz-placeholder {
	color: #000000;
}

.search-box ::-ms-input-placeholder {
	color: #000000;
}

.search-box .search-btn {
	width: 51px;
	height: 48px;
	text-indent: -999999px;
	background: url(../svg/icon-search-2.svg) no-repeat center center;
	background-size: 21px auto;
	border: none;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
}


/* Hidden Scroll */
.hiddenscroll {
	overflow: hidden;
}


/*
 3.) Header - Main
----------------------------------------*/
.header-main {
	width: 100%;
	height: 80px;
	float: left;
	background: #8d1907;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}

.header-main .logo {
	float: left;
	height: 49px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 15px;
}

.header-main .logo img {
	max-height: 49px;
}

.header-main .search-box {
	width: 267px;
	float: right;
	margin: 16px 35px 0 0;
}


.header-main .navigation-dropdown {
	width: 100%;
	height: 100%;
	float: left;
	display: none;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	background: #8d1a00;
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 5001;
	overflow: auto;
	padding: 80px 0 160px 0;
}

.header-main .navigation-dropdown .article {
	width: 33.33%;
	padding: 0;
	margin: 0 0 40px 0;
}

.header-main .navigation-dropdown .article .box {
	width: 100%;
	height: 100%;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0 40px 0 0;
}

.header-main .navigation-dropdown .article .box ul {
	width: 100%;
	float: left;
	padding: 0 0 40px 0;
	margin: 0 0 -14px 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 0 14px 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-weight: 300;
	font-size: 1.125rem;
	color: #ffffff;
	line-height: 1.625rem;
	position: relative;
	position: relative;
	padding: 0 0 0 20px;
}

.header-main .navigation-dropdown .article .box ul li a:before {
	content: "\f30b";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	font-size: 90%;
	line-height: 1em;
	position: absolute;
	top: 50%;
	left: 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%);
}

.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: #077b8d;
}

.header-main .navigation-dropdown .article .box.lrg ul {
	margin-bottom: -28px;
}

.header-main .navigation-dropdown .article .box.lrg ul li {
	margin-bottom: 28px;
}

.header-main .navigation-dropdown .article .box.lrg ul li a {
	font-family: "Merriweather", serif;
	font-weight: 300;
	font-size: 2.125rem;
	line-height: 2.625rem;
	padding: 0 0 0 32px;
}

.header-main .navigation-dropdown .article .box.lrg ul li a:before {
	font-size: 70%;
	content: "\f061";
}

.header-main .navigation-dropdown .article .add-box {
	width: 100%;
	height: 100%;
	float: left;
	font-size: 1.25rem;
	color: #ffffff;
	line-height: 1.5rem;
	text-align: center;
	padding: 0 40px;
}

.header-main .navigation-dropdown .article .add-box .figure {
	width: 100%;
	text-align: center;
	box-shadow: 0px 0px 10px #0000000d;
	overflow: hidden;
	margin-bottom: 20px;
}

.header-main .navigation-dropdown .article .add-box .figure img {
	width: 100%;
	max-width: 234px
}

.header-main .navigation-dropdown .article .add-box .aside {
	width: 100%;
	float: left;
}

.header-main .navigation-dropdown .article .add-box .aside h3,
.header-main .navigation-dropdown .article .add-box .aside .h3 {
	font-size: 1.75rem;
	line-height: 2.125rem;
	padding-bottom: 10px;
}

.header-main .navigation-dropdown .article .add-box .aside h3:last-child,
.header-main .navigation-dropdown .article .add-box .aside .h3:last-child {
	padding-bottom: 0;
}

.header-main .navigation-dropdown .article .add-box .button {
	font-size: 1.125rem;
	color: #ffffff;
	line-height: 1.5rem;
	letter-spacing: 0.36px;
	background: #222121;
	padding: 10px 40px;
}

.header-main .navigation-dropdown .article .add-box .button:hover,
.header-main .navigation-dropdown .article .add-box .button.hover,
.header-main .navigation-dropdown .article .add-box .button:focus {
	background: #000000;
}

.header-main .navigation-dropdown .article .add-box .search-box {
	width: 100%;
	display: none;
	margin: 0;
}

.header-main .navigation-dropdown .article:nth-child(2) .box {
	padding-left: 40px;
}

.header-main .navigation-dropdown .article-out {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 -40px 0;
}

.header-main .menu-btn {
	float: right;
	font-weight: 400;
	font-size: 1.375rem;
	color: #ffffff;
	line-height: 1.8125rem;
	letter-spacing: 0.44px;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	top: 30px;
	z-index: 8;
}

.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;
	position: relative;
	top: -4px;
}

.header-main .menu-btn .hide-txt {
	display: none;
}

.header-main .menu-btn .icon-bar {
	width: 25px;
	height: 24px;
	float: left;
	text-decoration: none;
	position: relative;
	margin: 0 9px 0 0;
}

.header-main .menu-btn .icon-bar span {
	width: 100%;
	height: 2px;
	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: 9px 0;
}

.header-main .menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 2px;
	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: -9px;
	left: 0;
}

.header-main .menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 2px;
	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: 9px;
	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 print, screen and (min-width: 48rem) {
.header-main .menu-btn {
	width: 100px;
}
}

@media print, screen and (max-width: 74.9375rem) {
.header-main .navigation-dropdown {
	padding: 60px 0 140px 0;
}

.header-main .navigation-dropdown .article {
	width: 50%;
	padding: 0
}

.header-main .navigation-dropdown .article:nth-child(2) .box {
	border-right: none;
	padding-right: 0;
}
}

@media only screen and (max-width: 47.9375rem) {
.header-main .logo {
	height: 40px;
	margin-top: 20px;
}

.header-main .logo img {
	max-height: 40px;
}

.header-main .search-box {
	display: none;
}


.header-main .navigation-dropdown {
	padding: 50px 10px 130px 10px;
}

.header-main .navigation-dropdown .article {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
}

.header-main .navigation-dropdown .article:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.header-main .navigation-dropdown .article .box {
	border: none;
	padding: 0;
}

.header-main .navigation-dropdown .article .add-box {
	padding: 0;
}

.header-main .navigation-dropdown .article .add-box .figure {
	display: none;
}

.header-main .navigation-dropdown .article .add-box .aside h3,
.header-main .navigation-dropdown .article .add-box .aside .h3,
.header-main .navigation-dropdown .article .add-box .aside p {
	display: none;
}

.header-main .navigation-dropdown .article .add-box .button {
	width: 100%;
}

.header-main .navigation-dropdown .article .add-box .search-box {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
}

.header-main .navigation-dropdown .article:nth-child(2) .box {
	padding-left: 0;
}

.header-main .navigation-dropdown .article-out {
	margin: 0;
}

.header-main .menu-btn {
	font-size: 1.5rem;
	line-height: 2rem;
	letter-spacing: 0.48px;
	top: 30px;
}

.header-main .menu-btn .hide-txt,
.header-main .menu-btn .show-txt {
	top: -6px;
}

.header-main .menu-btn .hide-txt {
	display: none;
}

.header-main .menu-btn .icon-bar {
	width: 30px;
	height: 24px;
	float: right;
	text-decoration: none;
	position: relative;
	margin: 0 0 0 9px;
}

.header-main .menu-btn .icon-bar span {
	height: 3px;
}

.header-main .menu-btn .icon-bar span:before {
	height: 3px;
}

.header-main .menu-btn .icon-bar span:after {
	height: 3px;
}

.header-main .menu-btn.active .icon-bar span:before {
	height: 3px;
}

.header-main .menu-btn.active .icon-bar span:after {
	height: 3px;
}
}


/*
 4.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;
	flex: 1 0 auto;
}


/* Content - Home */
.content-home {
	width: 100%;
	overflow: hidden;
	padding: 25px 0 60px 0;
}

/* Articles - Cont */
.articles-cont {
	width: 100%;
	overflow: hidden;
	padding: 0 0 25px 0;
}

.articles-cont:last-child {
	padding-bottom: 0;
}

.articles-cont .article-item {
	border-left: 1px solid rgba(112, 112, 112, 0.2);
	padding: 0 0 0 25px;
}

.articles-cont .article-item .sub-title {
	font-size: 0.5625rem;
	line-height: 0.75rem;
	letter-spacing: 0.18px;
}

.articles-cont .grid-margin-y {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem;
}

.articles-cont .grid-margin-y>.cell {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 48rem) {
.articles-cont .article-item .aside {
	padding-right: 20px;
}

.articles-cont .grid-margin-x>.cell {
	width: calc(50% - 1.25rem);
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}

.articles-cont .grid-margin-x {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
}

@media print, screen and (min-width: 75rem) {
.articles-cont .grid-margin-x>.cell {
	width: calc(33.33% - 1.25rem);
}
}


/* Split - Cont */
.split-cont {
	width: 100%;
	overflow: hidden;
	padding: 0 0 50px 0;
}

.split-cont:last-child {
	padding-bottom: 0;
}

.split-cont .grid-margin-y {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem;
}

.split-cont .grid-margin-y>.cell {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.split-cont .article-item .aside h3,
.split-cont .article-item .aside .h3 {
	font-size: 2rem;
	line-height: 2.625rem;
}

.split-cont .add-box {
	width: 100%;
	height: 100%;
	float: left;
	line-height: 1.5rem;
	text-align: center;
	background: rgba(217, 228, 224, 0.4);
	padding: 35px 35px;
}

.split-cont .add-box .box {
	width: 100%;
	max-width: 240px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.split-cont .add-box .box .figure {
	width: 100%;
	text-align: center;
	box-shadow: 0px 0px 10px #0000000d;
	overflow: hidden;
	margin-bottom: 30px;
}

.split-cont .add-box .box .figure img {
	width: 100%;
}

.split-cont .add-box .box .aside {
	width: 100%;
	float: left;
}

.split-cont .add-box .box .aside h3,
.split-cont .add-box .box .aside .h3 {
	font-size: 1.5rem;
	line-height: 2rem;
	padding-bottom: 10px;
}

.split-cont .add-box .box .aside h3:last-child,
.split-cont .add-box .box .aside .h3:last-child {
	padding-bottom: 0;
}

.split-cont .add-box .box .aside .button {
	width: 100%;
}

.split-cont .add-box .box .aside .button-out {
	padding: 15px 0 0 0;
}

@media print, screen and (min-width: 48rem) {
.split-cont .article-item .aside {
	max-width: 740px;
}

.split-cont .article-item .aside h3,
.split-cont .article-item .aside .h3 {
	font-size: 2.625rem;
	line-height: 3.25rem;
}

.split-cont .add-box {
	line-height: 1.625rem;
}

.split-cont .add-box .box .figure {
	margin-bottom: 40px;
}

.split-cont .add-box .box .aside .button-out {
	padding: 20px 0 0 0;
}
}

@media print, screen and (min-width: 75rem) {
.split-cont .article-item .aside h3,
.split-cont .article-item .aside .h3 {
	font-size: 3.375rem;
	line-height: 4.25rem;
}

.split-cont .add-box {
	line-height: 1.75rem;
}

.split-cont .add-box .box {
	max-width: 100%;
}

.split-cont .add-box .box .aside .button-out {
	padding: 25px 0 0 0;
}

.split-cont .grid-margin-x>.large-8,
.split-cont .grid-margin-x>.large-4 {
	width: calc(66.67% - 1.25rem);
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}

.split-cont .grid-margin-x>.large-4 {
	width: calc(33.33% - 1.25rem);
}

.split-cont .grid-margin-x {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
}


/* Articles - List */
.articles-list {
	width: 100%;
	overflow: hidden;
	padding: 0 0 50px 0;
}

.articles-list:last-child {
	padding-bottom: 0;
}

.articles-list h1,
.articles-list .h1 {
	padding-bottom: 40px;
}

.articles-list h1:last-child,
.articles-list .h1:last-child {
	padding-bottom: 0;
}

.articles-list .sub-heading {
	width: 100%;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 2rem;
	overflow: hidden;
	padding-bottom: 25px;
}

.articles-list .sub-heading:last-child {
	padding-bottom: 0;
}

.articles-list .grid-x {
	padding-bottom: 60px;
}

.articles-list .grid-x:last-child {
	padding-bottom: 0;
}

.articles-list .grid-margin-y {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem;
}

.articles-list .grid-margin-y>.cell {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.articles-list .button-out {
	text-align: center;
}

.articles-list .button-out .button {
	min-width: 220px;
}

.articles-list.item-medium .aside h3,
.articles-list.item-medium .aside .h3 {
	font-size: 1.625rem;
	line-height: 2.125rem;
}

.articles-list.txt-14 .article-item {
	font-size: 0.875rem;
	line-height: 1.4375rem;
	letter-spacing: normal;
}

.articles-list.gray-bg {
	background: rgba(217, 228, 224, 0.4);
	padding: 35px 0 50px 0;
}

@media print, screen and (min-width: 48rem) {
.articles-list .grid-margin-x>.cell {
	width: calc(50% - 1.25rem);
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}

.articles-list .grid-margin-x {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

.articles-list .button-out .button {
	min-width: 276px;
}

.articles-list.item-medium .aside {
	max-width: 540px;
}

.articles-list.item-medium .aside h3,
.articles-list.item-medium .aside .h3 {
	font-size: 1.875rem;
	line-height: 2.375rem;
}
}

@media print, screen and (min-width: 75rem) {
.articles-list .grid-margin-x>.cell {
	width: calc(33.33% - 1.25rem);
}

.articles-list.item-medium .grid-margin-x>.cell {
	width: calc(50% - 1.25rem);
}

.articles-list.item-medium .aside h3,
.articles-list.item-medium .aside .h3 {
	font-size: 2.125rem;
	line-height: 2.625rem;
}
}


/* Banner - CTA */
.banner-cta {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #707070;
	padding-bottom: 16px;
	margin-bottom: 50px;
}

.banner-cta .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.banner-cta .figure img {
	width: 100%;
}

.banner-cta .sub-heading {
	width: 100%;
	font-size: 0.9375rem;
	line-height: 1.25rem;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
	padding-right: 25%;
	margin-bottom: 7px;
}

.banner-cta .sub-heading:before {
	content: "";
	width: 100%;
	height: 1px;
	float: left;
	background: #707070;
	position: absolute;
	top: 50%;
	left: 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%);
}

.banner-cta .sub-heading span {
	float: left;
	background: #ffffff;
	position: relative;
	z-index: 10;
	padding-right: 8px;
}


/*
 5.) Footer - Main
---------------------------------------- */

.footer-main {
	width: 100%;
	float: left;
	flex-shrink: 0;
	background: #004c36;
}

.footer-main .pre-footer {
	width: 100%;
	font-size: 1rem;
	color: #ffffff;
	line-height: 1.625rem;
	background: #222121;
	overflow: hidden;
	padding: 60px 0;
}

.footer-main .pre-footer .logo {
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}

.footer-main .pre-footer .logo:last-child {
	margin-bottom: 0;
}

.footer-main .pre-footer .logo img {
	max-height: 57px;
}

.footer-main .pre-footer .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-main .pre-footer .box .footer-cont {
	width: 100%;
	padding: 0 0 40px 0;
}

.footer-main .pre-footer .box .footer-cont:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .box .footer-cont .aside {
	width: 100%;
	overflow: hidden;
}

.footer-main .pre-footer .box .footer-cont .aside p {
	padding-bottom: 25px;
}

.footer-main .pre-footer .box .footer-cont .aside p:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .box .footer-cont .aside p a {
	color: #ffffff;
}

.footer-main .pre-footer .box .footer-cont .aside p a:hover,
.footer-main .pre-footer .box .footer-cont .aside p a:focus,
.footer-main .pre-footer .box .footer-cont .aside p a:active {
	color: #077b8d;
}

.footer-main .pre-footer .box .footer-cont .aside .social-links {
	padding: 9px 0 0 0;
}

.footer-main .pre-footer .box .footer-cont .aside .social-links ul li a {
	color: #222121;
	background: #ffffff;
}

.footer-main .pre-footer .box .footer-cont .aside .social-links ul li a:hover,
.footer-main .pre-footer .box .footer-cont .aside .social-links ul li a:active,
.footer-main .pre-footer .box .footer-cont .aside .social-links ul li a:focus {
	color: #ffffff;
	background: #077b8d;
}

.footer-main .pre-footer .box .footer-links {
	width: 100%;
}

.footer-main .pre-footer .box .footer-links .aside {
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
}

.footer-main .pre-footer .box .footer-links .aside:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .box .footer-links .aside ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 -13px 0;
}

.footer-main .pre-footer .box .footer-links .aside ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 13px 0;
}

.footer-main .pre-footer .box .footer-links .aside ul li:before {
	display: none;
}

.footer-main .pre-footer .box .footer-links .aside ul li a {
	width: 100%;
	float: left;
	color: #ffffff;

	position: relative;
	padding: 0 0 0 20px;
}

.footer-main .pre-footer .box .footer-links .aside ul li a:before {
	content: "\f30b";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 90%;
	line-height: 1em;
	position: absolute;
	top: 4px;
	left: 0;
}

.footer-main .pre-footer .box .footer-links .aside ul li a:hover,
.footer-main .pre-footer .box .footer-links .aside ul li a:focus,
.footer-main .pre-footer .box .footer-links .aside ul li.active a {
	color: #077b8d;
}

.footer-main .copyrights {
	width: 100%;
	background: #004c36;
	overflow: hidden;
	padding: 30px 0;
}

.footer-main .copyrights .logo {
	width: 100%;
	overflow: hidden;
}

.footer-main .copyrights .logo img {
	max-height: 40px;
}

@media print, screen and (min-width: 48rem) {
.footer-main .pre-footer {
	padding: 80px 0;
}

.footer-main .pre-footer .box .footer-cont {
	width: 55%;
	padding: 0 60px 0 0;
}

.footer-main .pre-footer .box .footer-cont .aside {
	max-width: 405px;
}

.footer-main .pre-footer .box .footer-links {
	width: 45%;
}

.footer-main .pre-footer .box .footer-links .aside {
	font-size: 1.125rem;
}
}

@media print, screen and (min-width: 75rem) {
.footer-main .pre-footer .box .footer-cont {
	width: 67.65%;
}

.footer-main .pre-footer .box .footer-links {
	width: 32.35%;
}
}


/*
 6.) Article
----------------------------------------*/

/* Post - Cont */
.blog-articles {
	width: 100%;
	overflow: hidden;
	padding: 0 0 90px 0;
}

.blog-articles .post-img {
	width: 100%;
	font-size: 1rem;
	line-height: 1.5rem;
	overflow: hidden;
	margin-bottom: 40px;
}

.blog-articles .post-img:last-child {
	margin-bottom: 0;
}

.blog-articles .post-img .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}

.blog-articles .post-img .figure:last-child {
	margin-bottom: 0;
}

.blog-articles .post-img .figure img {
	width: 100%;
}

.blog-articles .post-img .aside {
	width: 100%;
	float: left;
	padding: 0 25px;
}

.blog-articles .post-cont {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 50px;
}

.blog-articles .post-cont:last-child {
	margin-bottom: 0;
}

.blog-articles .post-cont .max-width-990 {
	width: 100%;
	max-width: 990px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.blog-articles .post-cont .max-width-800 {
	width: 100%;
	max-width: 800px;
	float: left;
	margin-bottom: 40px;
}

.blog-articles .post-cont .max-width-800:last-child {
	margin-bottom: 0;
}

.blog-articles .post-cont .user-details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1rem;
	line-height: 1.375rem;
	margin-bottom: 22px;
}

.blog-articles .post-cont .user-details:last-child {
	margin-bottom: 0;
}

.blog-articles .post-cont .user-details .user {
	width: 40px;
	border-radius: 360px;
	margin-right: -40px;
	position: relative;
	z-index: 1;
}

.blog-articles .post-cont .user-details .user img {
	width: 100%;
	border-radius: 360px;
}

.blog-articles .post-cont .user-details .author-txt {
	width: 100%;
	padding: 0 0 0 50px;
}

.blog-articles .post-cont .split-cl {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.blog-articles .post-cont .split-cl:last-child {
	margin-bottom: 0;
}

.blog-articles .post-cont .split-cl .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog-articles .post-cont .split-cl .box .figure-wrap {
	width: 100%;
	font-size: 1rem;
	line-height: 1.5rem;
}

.blog-articles .post-cont .split-cl .box .figure-wrap .figure {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.blog-articles .post-cont .split-cl .box .figure-wrap .figure:last-child {
	margin-bottom: 0;
}

.blog-articles .post-cont .split-cl .box .figure-wrap .figure img {
	width: 100%;
}

.blog-articles .post-cont .split-cl .box .aside {
	width: 100%;

	padding: 0 0 40px 0;
}

.blog-articles .post-cont .split-cl .box .aside:last-child {
	padding-bottom: 0;
}

.blog-articles .post-cont .txt {
	width: 100%;
	margin-bottom: 40px;
}

.blog-articles .post-cont .txt:last-child {
	margin-bottom: 0;
}

.blog-articles .post-cont .txt-box {
	width: 100%;
	float: left;
	background: #d9e4e0;
	padding: 25px 25px;
	margin-bottom: 40px;
}

.blog-articles .post-cont .txt-box:last-child {
	margin-bottom: 0;
}

@media print, screen and (min-width: 48rem) {
.blog-articles {
	padding: 35px 0 90px 0;
}

.blog-articles .post-img .aside {
	padding: 0;
}

.blog-articles .post-cont .split-cl .box .aside {
	width: 51%;
	padding: 0 40px 0 0;
}

.blog-articles .post-cont .split-cl .box .figure-wrap {
	width: 49%;
}

.blog-articles .post-cont .txt-box {
	padding: 42px 50px;
}
}

@media print, screen and (min-width: 75rem) {
.blog-articles .post-cont .split-cl .box .aside {
	padding: 0 55px 0 0;
}
}


/* Table - Info */
.table-info {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.table-info:last-child {
	margin-bottom: 0;
}

.table-info table {
	width: 100%;
}

.table-info table tr {
	background: rgba(217, 228, 224, 0.4);
}

.table-info table tr:nth-child(even) {
	background: rgba(217, 228, 224, 0.2);
}

.table-info table tr:last-child {
	border-bottom: none;
}

.table-info th,
.table-info td {
	font-size: 1.25rem;
	color: #000000;
	line-height: 1.875rem;
	position: relative;
	padding: 12px 25px;
}

.table-info thead th {
	font-weight: 700;
	background: #d9e4e0;
}

@media print, screen and (min-width: 48rem) {
.table-info table th:nth-child(1),
.table-info table td:nth-child(1) {
	width: 35.35%;
}

.table-info table th:nth-child(2),
.table-info table td:nth-child(2) {
	width: 33.33%;
}

.table-info table th:nth-child(3),
.table-info table td:nth-child(3) {
	width: 31.32%;
}
}

@media print, screen and (max-width: 74.9375rem) {
.table-info th,
.table-info td {
	font-size: 1.125rem;
	line-height: 1.625rem;
	padding: 14px 20px;
}
}

@media print, screen and (max-width: 47.9375rem) {
.table-info table tr {
	border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}

.table-info th,
.table-info td {
	font-size: 1rem;
	color: #000000;
	line-height: 1.375rem;
}

.table-info td {
	width: 100%;
	min-height: 50px;
	float: left;
	position: relative;
	border: none;
	border-bottom: 1px solid rgba(112, 112, 112, 0.2);
	padding: 12px 20px 12px 50%;
}

.table-info td:last-child {
	border-bottom: none;
}

.table-info td:before {
	width: 45%;
	height: 100%;
	float: left;
	content: attr(data-label);
	display: flex;
	flex-wrap: wrap;
	font-weight: 700;
	font-size: 1rem;
	color: #000000;
	line-height: 1.625rem;
	background: #d9e4e0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 12px 10px;
}

.table-info thead {
	display: none;
}
}


/* Testi - Cont */
.testi-cont {
	width: 100%;
	font-family: "Merriweather", serif;
	font-weight: 300;
	font-size: 2rem;
	color: #000000;
	line-height: 2.625rem;
	overflow: hidden;
	border-left: 10px solid #d9e4e0;
	padding: 25px 0 25px 25px;
	margin-bottom: 50px;
}

.testi-cont:last-child {
	margin-bottom: 0;
}

.testi-cont p {
	padding-bottom: 10px;
}

.testi-cont p:last-child {
	padding-bottom: 0;
}

.testi-cont .name {
	width: 100%;
	overflow: hidden;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	color: #000000;
	line-height: 1.625rem;
}

@media print, screen and (min-width: 48rem) {
.testi-cont {
	font-size: 2.625rem;
	line-height: 3.375rem;
	border-left: 17px solid #d9e4e0;
	padding: 40px 0 40px 50px;
}

.testi-cont .name {
	font-size: 1.125rem;
	line-height: 1.875rem;
}
}

@media print, screen and (min-width: 75rem) {
.testi-cont {
	font-size: 3.375rem;
	line-height: 4.25rem;
}

.testi-cont .name {
	font-size: 1.25rem;
	line-height: 2rem;
}
}


/*
 7.) Archive
----------------------------------------*/

/* Content - Inner */
.content-inner {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 100px 0;
}


/* Pagination */
.pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 50px -4px 0 -4px;
}

.pagination li {
	width: 40px;
	height: 40px;
	font-weight: 400;
	font-size: 0.75rem;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	padding: 0;
	margin: 0 4px;
}

.pagination li:before {
	display: none;
}

.pagination li a {
	width: 100%;
	height: 40px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	justify-content: center;
	background: #077b8d;
	border-radius: 360px;
	padding: 0;
	margin: 0;
}

.pagination li a:hover,
.pagination li a:focus {
	background: #003c46;
}

.pagination li.current {
	background: #003c46;
	border-radius: 360px;
	padding: 0;
}

.pagination .pagination-next {
	width: auto;
}

.pagination .pagination-previous,
.pagination .pagination-next a {
	width: auto;
	font-weight: 400;
	letter-spacing: 0.44px;
	text-transform: uppercase;
	background: #077b8d;
	border: none;
	box-shadow: none;
	border-radius: 360px;
	padding: 0 20px;
}

.pagination .pagination-next a:after {
	display: none;
}

.pagination .pagination-previous em {
	margin-right: 6px;
}

.pagination .pagination-next em {
	margin-left: 6px;
}

@media print, screen and (min-width: 48rem) {
.pagination li {
	width: 45px;
	height: 45px;
	font-size: 1rem;
	line-height: 45px;
}

.pagination li a {
	height: 45px;
}

.pagination .pagination-previous,
.pagination .pagination-next a {
	padding: 0 25px;
}

.pagination .pagination-previous em {
	margin-right: 8px;
}

.pagination .pagination-next em {
	margin-left: 8px;
}
}

@media print, screen and (min-width: 75rem) {
.pagination li {
	width: 51px;
	height: 51px;
	font-size: 1.375rem;
	line-height: 51px;
}

.pagination li a {
	height: 51px;
}

.pagination .pagination-previous,
.pagination .pagination-next a {
	padding: 0 26px;
}

.pagination .pagination-previous em {
	margin-right: 10px;
}

.pagination .pagination-next em {
	margin-left: 10px;
}
}


/*
 8.) Site - Cores
------------------------------------------------------*/

/* Text - Colors */
.white {
	color: #ffffff !important;
}

.black {
	color: #000000 !important;
}

.blue {
	color: #077b8d !important;
}

.red {
	color: #8d1907 !important;
}

.green {
	color: #004c36 !important;
}


/* 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;
}
