/* Import Rules */
@import url("https://fonts.googleapis.com/css?family=Quattrocento Sans:regular");
@import url("https://fonts.googleapis.com/css?family=Quattrocento Sans:italic");
@import url("https://fonts.googleapis.com/css?family=Quattrocento Sans:700");
@import url("https://fonts.googleapis.com/css?family=Quattrocento Sans:700italic"); 
/* | May 27, 2024 @5:09:18 PM *//* General.css | Mar 3, 2022 @3:34:36 PM */ 
/* Structure */
html, body, #template, #html {
height: initial;
}
body {
background-color: #111;
}
.wrapper {
width: 100%;
max-width: 1024px;
margin: auto;
padding: 0 3rem 0 3rem;
box-sizing: border-box;
}
section.content {
padding: 2.5rem 0 2.5rem 0;
background-color:#fff;
color:#333;
}
section.content:nth-of-type(2n){
background-color:#fafafa;
}
/* General Styles */
a, #template form.formWizForm input[type=submit], input[type=submit] {
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
}
ul,
ol {
margin: 20px 0 20px 0;
padding-left: 25px;
}
img {
max-width: 100%;
height: auto;
}
iframe {
max-width: 100%;
}
/* Header */
header {
width: 100%;
color: #fff;
background-color: #111;
padding:2rem 0;
}
header .wrapper {
display:flex;
justify-content:space-between;
align-items:center;
}
header .nav {
flex: 1;
text-align: right;
display: flex;
align-items: center;
}
/* Main Navigation */
header .navigation-widget{
flex:1;
}
header a{
color:#fff;
}
header .navigation-widget a:hover{
color:#119ec5;
}
.navigation-widget.collapse.hamburger > a.menu-toggle {
text-align: right;
padding: 20px 0;
}
.navigation-widget.collapse.hamburger a.menu-toggle label::after {
right: auto;
}
header .navigation-widget.standard > a.menu-toggle:hover {
color: #fff;
}
header .navigation-widget.standard:not(.collapse) .l1 > a {
padding: 0.5rem;
margin:0 1rem;
}
header .navigation-widget.standard:not(.collapse) .l1 > a:after {
content: "";
position: absolute;
bottom: 100%;
left: 0;
width: 100%;
height: 0;
transition: 0.2s ease all;
}
header .navigation-widget.standard:not(.collapse) .flyout a {
padding-right: 30px;
}
header .navigation-widget.standard .l1:hover > a,
header .navigation-widget.standard .l1.active > a {
background-color: transparent;
}
header .navigation-widget.standard .l1:hover > a:not(.btn):before {
width: 100%;
background-color: #119ec5;
}
header .navigation-widget.standard .l1 > a:not(.btn):before {
content: "";
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 0;
width: 0;
height: 2px;
background-color: transparent;
transition: 0.2s ease all;
}
header .navigation-widget .submenu a {
font-size: 1.6rem;
padding: 10px 15px 10px 15px;
}
header .navigation-widget .submenu li:hover a {
background-color: #333;
}
/* Secondary Sticky Subnav */
[data-mode="live"] .include-header-secondary{	
position: -webkit-sticky;
top: -9rem;
position: sticky;
z-index: 9999;
}
.include-header-secondary + section {
margin-top: -10rem;
padding-top: 12.5rem;
}
header.sub-nav{
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
background-color: rgba(255, 255, 255, 0.5);
border-bottom:1px solid rgba(164, 164, 164, 0.5);
padding:1.15rem 0;
}
header.sub-nav a{
color:#333;
}
/* Main Slider */
.main-banner .slider-widget .slide-wrapper {
border: none;
}
.main-banner .slider-widget .frame {
min-height: 250px;
}
.main-banner .slider-widget .mSCaption {
min-width:400px;
padding:0;
background:none;
}
/* Footer */
footer {
width: 100%;
}
footer .wrapper {
display:flex;
justify-content:space-between;
align-items:center;
}
footer .copyright {}
footer .copyright p {
margin: 0;
}
footer .nav {
flex: 1;
text-align: right;
}
footer .nav .navigation-widget a {
color: #fff;
}
footer .nav .navigation-widget.standard li:hover a {
background-color: #333;
}
#templatefooter {
width: 100%;
padding: 10px;
box-sizing: border-box;
}/* Social.css | Mar 2, 2022 @3:30:51 PM */ 
/* Social Include */
div.social {
background-color: #119ec5;
text-align: center;
padding:0.5rem;
}
a.social {
color: #fff;
text-decoration: none;
display: inline-block;
position: relative;
padding: 1rem;
font-size: 1.2rem;
text-transform: uppercase;
}
a.social:hover {
color: #111;
}
a.social:before {
font-family: FontAwesome;
display: inline-block;
padding-right: 0.45rem;
font-size: 3rem;
vertical-align: middle;	
}
a.social.notext {
font-size: 0;
margin-right: -0.45rem;
}
a.facebook:before {
content: '\f082';
}
a.twitter:before {
content: '\f081';
}
a.googleplus:before {
content: '\f0d4';
}
a.youtube:before {
content: '\f16a';
}
a.instagram:before {
content: '\f16d';
}
a.vimeo:before {
content: '\f194';
}
a.linkedin:before {
content: '\f08c';
}
a.pinterest:before {
content: '\f0d3';
}
a.tumblr:before {
content: '\f174';
}/* Typography.css | Mar 3, 2022 @9:59:27 AM */ 
/* Import Google Fonts */
html {
font-size: 62.5%;
}
body {
font-family:Quattrocento Sans;
color:#ffffff;
font-size:1.8rem;
line-height:1.45em;
font-weight:300;
text-rendering: optimizeLegibility; 
}
a {
color: #119ec5;
text-decoration: none;
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
}
a:hover {
color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 1rem 0 1rem 0;
line-height:1em;
}
h1 { font-size: 3.5em;}
h2 { font-size: 2.15em; }
h3 { font-size: 1.8em; font-weight:normal;}
h4 { font-size: 1.5em; }
h5 { font-size: 1.35em; font-weight:normal;}
h6 { font-size: 1em; }
p {
margin: 0 0 1rem 0;
}
.btn,
button,
.item-nav a,
input[type=submit],
#template form.formWizForm input[type=submit],
.store-module .store_nav ul.user_nav li a,
.store-module p.controls a {
display: inline-block;
margin: 0.5rem 0 0.5rem 0;
padding: 0.5rem 1rem;
font-size: 1.25rem;
text-transform: uppercase;
text-decoration: none;
color: #fff;
background-color: #119ec5;
border: none;
cursor: pointer;
}
.btn:hover,
button:hover,
.item-nav a:hover,
input[type=submit]:hover,
#template form.formWizForm input[type=submit]:hover,
.store-module .store_nav ul.user_nav li a:hover,
.store-module p.controls a:hover {
color: #fff;
background-color: #333;
}
blockquote {
padding: 10px 0 10px 20px;
margin: 20px 0 20px 0;
border-left: 5px solid #ccc;
box-sizing: border-box;
}
table {
width: 100%;
border-top: 1px solid #333;
border-right: 1px solid #333;
border-collapse: collapse;
padding: 0;
font-size: 0.875rem;
margin: 20px 0 20px 0;
}
table th,
table td {
border-bottom: 1px solid #333;
border-left: 1px solid #333;
padding: 20px;
}
table th {
background-color: #333;
text-align: center;
font-weight: bold;
font-size: 1.rem;
}
form.formWizForm,
#template form.formWizForm label,
#template form.formWizForm div.info {
color: inherit;
font-size: inherit;
}
header .logo h1 {
font-size:3rem;
font-weight: regular;
letter-spacing: -1px;
margin: 0;
}
header .logo h1 a{
color:#fff;
}
footer{
font-size: 1.25rem;
line-height:2rem;
}
.slider-widget{
font-size:inherit;
}/* Widget-Module.css | Mar 3, 2022 @1:41:27 PM */ 
.blogs-module .entry .item-header-content,
.blogs-module .entry .item-footer,
.blogs-module .entry article{
max-width:720px;
margin:0 auto;
}
.blogs-module .entry .item-image{
margin-bottom:2rem;
}
.blogs-module .module-intro-text{
margin-top:-3.5rem;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
background-color:#fafafa;
}
.blogs-module .module-intro-text > div{
/* same as wrapper */
width: 100%;
max-width: 980px;
margin: auto;
padding: 3rem;
}
.blogs-module .module-intro-text + .module-header {
margin-top: 2.5rem;
}
.blogs-module .item-list-grid .item{
width: 33.33%;
min-width: max(200px,33.33%);
flex: 1;
}
.blogs-module .item-list-grid .item:nth-child(3) ~ .item {
max-width: 33.33%;
}
