/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
    #Menu + Logo
	#Misc 
    #Sidebar
    #Footer
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* #Basic Styles
================================================== */
body {
	background: #fff;
	font-size: 1rem;
	font-family: 'Montserrat', 'Arial', sans-serif !important;
	font-weight: 500;
	color: #58595a;
}
.container {
	max-width: 90%;
	margin: 0 auto;
}
#wpadminbar {
	position: fixed !important;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #c8102e;
}
h1.h1clear, h2.h2clear, h3.h3clear, h4.h4clear, h6.h6clear, h6.h6clear {
	clear: both;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 2.35rem;
	line-height: 3rem;
	padding-bottom: 25px;
	font-family: 'Georgia', 'Times', 'Times New Roman', serif !important;
}
h2 {
    font-size: 2rem !important;
    margin: 0 0 1.5rem 0;
    font-family: 'Georgia', 'Times', 'Times New Roman', serif !important;
}
h3 {
	font-size: 1.375rem;
	line-height: 1.75rem;
	padding-bottom: 15px;
	font-weight: 700;
	font-family: 'Montserrat', 'Arial', sans-serif !important;
}
h4 {
	font-size:1.125rem;
	line-height: 1.7rem;
	padding-bottom: 10px;
	font-weight: 700;
	font-family: 'Montserrat', 'Arial', sans-serif !important;
}
h5 {
	font-size: .9375rem;
	line-height: 1.3rem;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-weight: 700;
	font-family: 'Montserrat', 'Arial', sans-serif !important;
}
h6 {
	font-size: .75rem;
	line-height: 1rem;
	color: #58595a;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-weight: 700;
	font-family: 'Montserrat', 'Arial', sans-serif !important;
}
.subheader {
	color: #777;
}
p {
	margin: 0 0 20px 0;
}
p img {
	margin: 0;
}
p.lead {
	color: #777;
}
em {
	font-style: italic;
}
strong, b {
	font-weight: 700;
	color: #333;
}
small {
	font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}

/* #Links
================================================== */
a.btn, a.btn:visited {
	color: #FFF;
	border-radius: 0;
}
.applause-item a, #post-12 a, body.single-post .entry-content a, #post-11631 a {
	color: #58595a !important;
}
a, a:visited {
	color: #58595a;
	outline: 0;
}
a:hover, a:focus {
	color: #000;
}
p a, p a:visited {
	line-height: inherit;
}
.page-wrapper a, .page-wrapper a:visited {
	text-decoration: none !important;
	color: #58595a !important;
	box-shadow: inset 0 -1px 0 #c8102e, inset 0 -1px 0 #c8102e;
}
.page-wrapper a:hover, .page-wrapper a:focus {
	box-shadow: inset 0 -1px 0 #a5a7a8, inset 0 -1px 0 #a5a7a8;
}
body.archive.category .blog_item a.btn {
    color: #FFF !important;
}
body.archive.category .blog_item a {
    color: #000 !important;
}

/* #Lists
================================================== */
ul, ol {
	margin-bottom: 20px;
}
ul {
	list-style: disc outside;
	margin-left: 40px;
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	margin-bottom: 12px;
}

/* #Images
================================================== */
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.attachment-featured-image, .attachment-post-thumbnail {
	margin: 0 0 10px 0;
	max-width: 100%;
	height: auto;
}
.blog_metadata {
	margin: 0 0 10px 0;
}
.blog_metadata small {
	margin: 0 10px 0 0;
}
.wp-block-image img {
	margin: 0 20px 20px 0;
}
.gallery {
    text-align: center;
}
.gallery a {
    box-shadow: none !important;
}
.gallery img {
    max-width: 100%;
    height: auto;
    border: 0 !important;
    padding: 5px;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	height: 38px;
	padding: 0 30px;
	color: #555;
	text-align: center;
	font-size: 1em;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #bbb;
	cursor: pointer;
	box-sizing: border-box; 
	transition: 200ms;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	color: #333;
	border-color: #888;
	outline: 0; 
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	color: #FFF;
	background-color: #33C3F0;
	border-color: #33C3F0;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	color: #FFF;
	background-color: #1EAEDB;
	border-color: #1EAEDB; 
}
.mailpoet_submit {
    background: #000 !important;
    color: #FFF !important;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="password"],
textarea,
select {
	height: 38px;
	padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #fff;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box; 
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
}
textarea {
	min-height: 65px;
	padding-top: 6px;
	padding-bottom: 6px; 
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #33C3F0;
	outline: 0;
}
label,
legend {
	display: block;
	margin-bottom: .5rem;
	font-weight: 600;
}
fieldset {
	padding: 0;
	border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
	display: inline;
}
label > .label-body {
	display: inline-block;
	margin-left: .5rem;
	font-weight: normal;
}

/* #Header (Start of custom CSS)
================================================== */
.logo img {
    max-width: 300px;
}
.header {
	padding: 20px 0 !important;
}
.logo {
	display: inline-block;
}
.menu-main-nav-container a {
    text-transform: uppercase;
}

/* #MainNav
================================================== */
.main-nav-wrapper {
	padding: 5px 20px;
	margin: 10px 0 0 0;
	box-sizing: border-box;
	background: #c8102e;
}
.menu-main-nav-container {
    display: block;
    text-align: right;
    padding: 45px 0;
}
#menu-main-nav a {
	color: #000;
	text-decoration: none;
	padding: 0 5px;
}
#menu-main-nav li:first-child > a {
	padding: 0 5px 0 0;
}
#menu-main-nav li:last-child > a {
	padding: 0 0 0 5px;
}
#menu-main-nav > li {
	display: inline-block;
	position: relative;
	margin: 0;
}
ul#menu-main-nav {
	margin: 0;
}

/* #MobileNav
================================================== */
.slicknav_nav {
	background: #000000ad !important;
    position: absolute;
    z-index: 9999;
    width: 90%;
    padding: 10px 0 !important;
	margin: 0 5% !important;
}
.slicknav_menu a {
	color: #FFF !important;
}
.slicknav_nav li > a {
	border-top: 0;
}
.slicknav_menu {
	display: none;
	background: #FFF !important;
	padding: 0 !important;
}
.slicknav_nav a {
	margin: 0 !important;
	color: #FFF !important;
	font-size: 18px;
	line-height: 25px;
}
.slicknav_nav li {
	margin: 0;
}
.slicknav_nav a:hover {
	border-radius: unset !important;
	background: none !important;
	color: #c1c1c1 !important;
}
.slicknav_btn {
    background-color: unset !important;
    position: absolute !important;
	top: 0;
    right: 0;
}
.slicknav_menu .slicknav_icon-bar {
	width: 30px !important;
	height: 4px !important;
	background-color: #FFF !important;
}
.slicknav_menu .slicknav_icon {
	width: 30px !important;
	height: 23px !important;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 5px !important;
}
.mobile_nav_spacer {
    height: 2px;
    background: #FFF;
    width: 97%;
    margin: 5px auto;
}

/* #SubNav
================================================== */
#menu-main-nav ul.sub-menu {
	position: absolute;
	top: 22px;
	background: #000;
	min-width: 200px;
	right: 0;
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.20);
	border-color: #f89e20;
	border-width: 3px;
	border-top: 3px solid #000;
	z-index: 9997;
	margin: 0;
	display: none;
}
#menu-main-nav > li:hover > ul.sub-menu {
	display: block;
}
#menu-main-nav .sub-menu li {
	display: block;
	margin: 0;
}
#menu-main-nav .sub-menu li a {
	padding: 5px 10px !important;
	display: block;
	text-decoration: none;
	font-size: 13px;
	transition: 200ms all;
	color: #FFF;
}
#menu-main-nav .sub-menu li a:hover {
	color: #000;
	background: #FFF;
}

/* #Sub-SubNav
================================================== */
#menu-main-nav ul.sub-menu li:hover > ul {
	display: block;
}
#menu-main-nav ul.sub-menu ul {
	right: 200px;
	top: -7px;
}

/* #Misc
================================================== */
#content {
	padding: 0 10px;
}
.entry-content {
	padding: 20px 15px 20px 0px;
}
.title {
	padding-bottom: 15px;
}
.full-width {
	padding-left: 10px;
}
.clear {
	clear: both;
}
.page-wrapper {
	margin: 20px 0 0 0;
}
.home_feat_posts {
	margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* #Banner
================================================== */
.banner {
	position: relative;
}
.banner_text {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 30px;
    font-size: 6vw;
	text-shadow: 0px 15px 10px #000;
    padding: 150px 20px 20px 20px;
    background-size: cover !important;
}
.reg-banner .banner_text {
    padding: 165px 20px 40px 20px;
}
.banner_text > h1 {
	font-family: 'Montserrat', 'Arial', sans-serif !important;
    letter-spacing: 30px;
    font-size: 6vw;
    text-shadow: 0px 15px 10px #000;
    margin: unset;
    padding: unset;
}
.banner_text h1 a, .banner_text a {
	color: #FFF !important;
	text-decoration: none !important;
}
.floating-banner {
	display: none;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.floating-banner.floating_banner_active {
	display: block;
}
.floating-banner.floating_banner_active .slicknav_menu {
	display: flex;
	flex: 0 0 100%;
}
.floating-banner .slicknav_menu .top-nav-social-holder a {
    display: inline-block;
    padding: 5px 15px 10px 0;
}
body.floating_banner_active {
	margin-top: 86px !important;
}
body.admin-bar .floating-banner {
	top: 32px;
}
.floating-banner .banner_text {
	text-align: left;
	text-shadow: none;
    letter-spacing: 6px;
    font-size: 20px;
    padding: 12px 20px;
    background: #c8102e;
    text-shadow: 3px 3px 3px #222;
}
#___gcse_0 {
    display: inline-block;
    vertical-align: middle;
}
.gsc-control-cse, .gsc-control-searchbox-only {
    border: none !important;
    background: none !important;
	padding: 0 !important;
	display: flex;
}
.gsc-control-searchbox-only {
	width: 250px !important;
}
a.gsst_a {
	padding: 0 !important;
	font-size: initial !important;
}
form.gsc-search-box {
    margin: 0 !important;
}
.gsc-search-button.gsc-search-button-v2 {
    padding: 0 !important;
}
.gsc-input {
    padding-right: 5px !important;
    box-shadow: none !important;
}
.mainnav_holder .menu ul {
    margin: 0;
}
.mainnav_holder .menu li {
    display: inline-block;
}
.mainnav_holder .menu li a {
    color: #FFF;
    font-size: 1rem;
    padding: 0 0 0 20px;
}
.mainnav_holder .menu li a:hover {
	text-decoration: none;
	opacity: .8;
}

/* #Google Custom Search Results
================================================== */
.gsc-webResult.gsc-result {
	display: inline-block;
	width: 33.3%;
	vertical-align: top;
}
.gs-web-image-box, a.gs-image, a.gs-image img {
	float: none;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}
a.gs-title, a.gs-title b, .gsc-results .gsc-cursor-box .gsc-cursor-current-page, .gcsc-find-more-on-google,
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
	color: #c8102e !important;
}
.gcsc-find-more-on-google-magnifier {
	fill: #c8102e !important;
}
.gs-visibleUrl-breadcrumb {
	display: none !important;
}
a.gcsc-branding-clickable, .gcsc-more-maybe-branding-root a {
    box-shadow: none;
}

/* #Top Nav
================================================== */
.top-nav .menu-item a {
    color: #FFF;
    padding: 14px 4px;
    display: block;
    font-size: .85rem;
}
.top-nav .menu-item a:hover {
	text-decoration: none;
	color: #FFF;
	opacity: .8;
}
.top-nav {
    background: #c8102e;
    color: #FFF;
}
.top-nav li.menu-item {
    display: inline-block;
    margin: 0;
}
.top-nav ul.menu {
    margin: 0;
}
.top-nav-social-holder a {
    color: #FFF !important;
    font-size: 2rem;
    padding: 0 10px;
	display: inline-block;
    vertical-align: middle;
}
.top-nav-social-holder a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.gsc-search-button-v2 {
    background: none !important;
    border: none !important;
    padding: 0 .5rem !important;
}

/* #Home Feat Blog
================================================== */
.home_feat_posts .blog_title a, .home_feat_posts .blog_title a:hover {
    color: #FFF;
}
.home_feat_posts .blog_title {
    background: #00000070;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    bottom: 20px;
    width: 80%;
}
.home_feat_posts .blog_item:first-child, .home_feat_posts .blog_item:nth-child(2) {
    width: 50%;
}
.home_feat_posts .blog_title a {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
    display: block;
}
.home_feat_posts .blog_item:first-child .blog_title a, .home_feat_posts .blog_item:nth-child(2) .blog_title a {
	font-size: 1.5rem;
	line-height: 2rem;
}

/* #Blog
================================================== */
.blog_item_wrapper {
	display: flex;
	flex-wrap: wrap;
}
.blog_item {
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 0 20px 0;
    vertical-align: top;
}
.home_feat_posts .blog_item:hover {
	opacity: .7;
}
.blog_img {
	position: relative;
}
.blog_item .blog_img img {
    width: 100%;
}
.blog_excerpt {
    margin: 0 0 10px 0;
    font-size: 1rem;
}
.blog_title a {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 0 5px 0;
    display: block;
    color: #000;
}
.blog_meta a {
	font-size: 0.875rem;
    color: #58595a;
    margin: 0 0 10px 0;
    display: block;
}
.blog_title a:hover, .blog_meta a:hover {
	color: #cc0000;
	text-decoration: none;
}
.blog_pagination {
	margin: 20px 0;
}
.blog_pagination .page-numbers {
    background: #000;
	color: #FFF !important;
    padding: 10px 15px;
    margin: 0 0 5px 0;
    display: inline-block;
}
.blog_pagination a, .blog_pagination span {
    color: #FFF;
}
.page-numbers.dots {
	color: #000 !important;
}
.blog_pagination a:hover {
	text-decoration: none;
	color: #FFF !important;
	opacity: .8;
}
.blog_pagination .page-numbers.current {
    background: #c8102e;
}
.page-numbers.dots {
    color: #000;
    background: none;
}
.blog_btn a.btn {
    font-size: .85rem;
    text-transform: uppercase;
}

/* #Blog Single
================================================== */
.blog-single-title {
    font-size: 2.5rem;
    margin: 0 0 1.5rem 0;
}
#single-prev-next-post-links .prev-post-link-wrapper a, #single-prev-next-post-links .next-post-link-wrapper a {
    background: #000;
    color: #FFF !important;
    display: block;
    padding: 5px 10px;
}
.wp-caption-text {
    font-size: 0.85rem;
}
.wp-caption, .wp-caption img {
    max-width: 100%;
    height: auto;
}

/* #About Us (Testimonial Section)
================================================== */
.testimonial-item-wrapper {
    border-left: 2px solid #d0d0d0;
    margin: 20px auto 20px auto;
    padding: 20px 0 20px 20px;
    color: #565656;
    width: 85%;
}
.testimonial-content {
    margin: 0 0 20px 0;
}
.testimonial-title {
    color: #d39134;
}
.slick-arrow.slick-prev, .slick-arrow.slick-next {
    display: inline-block;
    left: 0;
	top: 50%;
    margin-top: -25px;
    font-size: 0;
    padding: 0;
    border: none;
    letter-spacing: 0;
    z-index: 9980;
    transition: 500ms all;
}
.slick-arrow.slick-prev:hover, .slick-arrow.slick-next:hover {
	opacity: .5;
}
.slick-arrow.slick-prev {
    position: absolute;
    background: url(../images/carousel-prev.png) no-repeat center;
    width: 50px !important;
    height: 50px;
    left: 0;
}
.slick-arrow.slick-next {
    background: url(../images/carousel-next.png) no-repeat center;
    position: absolute;
    width: 50px !important;
    height: 50px;
    right: 0;
    left: unset !important;
}

/* #Sticky Social
================================================== */
.sticky-social-wrapper {
    position: fixed;
    top: 25%;
    z-index: 99;
}
.sticky-social-wrapper a {
    display: block;
	max-width: 40px;
    color: #FFF;
    padding: 10px;
    font-size: 20px;
}
.sticky-social-wrapper a:hover {
	color: #FFF;
	opacity: 0.8;
	max-width: unset;
	text-decoration: none;
}
.sticky-social-wrapper a:hover span {
	font-size: 18px;
	margin: 0 0 0 10px;
}
.sticky-social-wrapper a span {
    font-size: 0;
}
.show-sticky-social-wrapper {
	display: none;
}
.sticky-social-wrapper button {
    font-size: 14px;
    background: #CCC;
    border-radius: 0;
    border: 0;
    max-width: 40px;
    color: #222;
    padding: 5px 10px;
    line-height: 20px;
    height: auto;
}
.sticky-social-wrapper a:first-child {
    background: #4267B2;
}
.sticky-social-wrapper a:nth-child(2) {
	background: #55acee;
}
.sticky-social-wrapper a:nth-child(3) {
	background: #0077b5;
}
.sticky-social-wrapper a:nth-child(4) {
	background: #7d7d7d;
}

/* #Footer
================================================== */
.footer {
	background: #333333;
	text-align: center;
	color: #ffffff99;
	font-size: 0.875rem;
	padding: 2em;
}
.footer a {
	color: #FFF;
}
.footer a:hover {
    color: #ffffff99;
}

/* #Footer Nav
================================================== */
.footer-nav {
    background: #000;
    color: #FFF;
    text-align: center;
    position: relative;
    padding: 20px 0 80px 0;
    margin: 60px 0 0 0;
}
.footer-nav a {
	color: #FFF !important;
}
.footer-nav .footer_logo {
	position: absolute;
    left: 50%;
    margin-left: -86px;
    bottom: 30px;
}
.footer-nav .menu {
    margin: 0;
}
.footer-nav .menu li {
    display: inline-block;
    margin: 0;
}
.footer-nav .menu li a {
    padding: 5px 10px;
    display: block;
}
.menu-left-footer-nav-container {
	text-align: left;
}
.menu-right-footer-nav-container {
	text-align: right;
}