/* New Great American Song Site CSS */
html {
overflow-y: scroll;
}
body{
	background: #d5e3ef;
	margin: 0px;overflow-x: hidden;
}

.mastercontainer {
  	width: 100%;
  	padding-right: 0px;
  	padding-left: 0px;
  	margin: 0px;
  	background: #fff;
	border-top: solid 4px #a91e21;
}
/* End Body Styles */
/* Start header Styles*/

.topnav {
  overflow: hidden;
	margin-left: 4.2%;
}

.topnav a {
  float: left;
  display: block;
  color: #33669a;
  text-align: center!important;
  padding: 5px 22px;
  text-decoration: none;
  font-size: 15px;
	font-weight: bold;
}
.topnav a:hover {
  color: #990000;
}
.active {
  color: #990000;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.rcontest{
	background-color: #a91e21;
	color: #fff!important;
}
.rcontest a:hover{
	color: #fff!important;
}
@media screen and (max-width: 1199px) {
  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
	.topnav {
background-color: #33669a;
		margin-left: 0%;
}
	.topnav a{
color: #fff;
}
	
}

@media screen and (max-width: 1199px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	 
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
	  background-color: #33669a;
  }
}
.carousel-inner {
	background-color: #d5e3ef;
}
.centerblock {
max-width: 1200px!important;
	margin-left: auto;
	margin-right: auto;
}
.centerblock4 {
max-width: 1100px!important;
	margin-left: auto;
	margin-right: auto;
	padding-left: 6%;
	padding-top: 10px;
	text-align: center!important;
}

.centerblockboxes {
max-width: 1050px!important;
	margin-left: auto;
	margin-right: auto;
}


.centerblocklightblue {
	border-top: solid 1px #33669b;
	width: 100%;
	background-color: #d5e3ef;
	text-align: center;
}
.centerblockfull {
	border-top: solid 1px #33669b;
	width: 100%;

}
.centerblockdarkblue {
	width: 100%;
	 background-color: #33669a;
	margin-bottom: 10px;
}



.gatopbar {position: relative; width: 100%;padding: 0px 15px 0px 15px;}
@media all and (max-width: 1199px) and (min-width: 1px){

.gatopbar {position: relative; width: 100%!important;}
.container, .container-sm, .container-md, .container-lg {
    max-width: 1200px!important;
}
 }
.galogo { position: relative; float:left; width: 50%; text-align: left;}
.gatopright {position: relative; float:right; width: 50%;}
.garedbanner {height: 85px;background-color: #a91e21; position:relative; float:left; width: 265px; text-align: center;padding-top: 5px; color: #fff;line-height: 24px; font-size: 18px;
-moz-box-shadow: 0px 3px 8px rgb(100,100,100);
-webkit-box-shadow: 0px 3px 8px rgb(100,100,100);
box-shadow: 0px 3px 8px rgb(100,100,100);}

.gasongreminder {padding: 10px 0px 0px 0px; position: relative; float:right;}
.ganavigation{width: 100%;background-color: #000;position: relative;}
/*header mobile*/
@media all and (max-width: 800px) and (min-width: 1px){
	.garedbanner {float: none; margin-left:auto;margin-right:auto;}
	.gasongreminder {float:none;}
.galogo {text-align: center; width: 100%;}
.gatopright {text-align: center; width: 100%;}
	.centerblock4 {
	padding-left: auto!important;
}
}
/* End  header Styles */


/* Start Home Page Styles */

.gabluebar {background-color: #33669b;color: #fff; padding: 5px 5px 20px 5px; line-height: 21px;}
.gablueleft{
	width: 50%; float: left;height: 50px;
}
.gablueright{
	width: 50%; float: right;height: 50px; font-size: 12px;line-height: 14px;
}
.gablocks {
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.gablok {
	background-color: #d6e4f1;
	margin-left: 11px;margin-right:11px;
padding: 0px 0px 8px 0px;
	line-height: 16px;
	font-size: 14px;
	max-width: 211px;
}
.gablok h1{
	padding-top: 5px;
font-size: 15px;
	color: #993333;
	line-height: 16px;
	font-weight: bold;
}
* {
  box-sizing: border-box;
}


.boxreverse {
display: flex;
width: 100%;
flex-wrap: wrap;
}

.boxreverse:nth-of-type(1) {
  order: 1;
}

.boxreverse:nth-of-type(2) {
  order: 2;
}
@media all and (max-width: 970px) and (min-width: 1px){
	
.boxreverse {
/* WAS NOT WRAPPING PROPERLY */
/* display: grid; */
}

	
.boxreverse:nth-of-type(1) {
  order: 2;
}

.boxreverse:nth-of-type(2) {
  order: 1;
}

 }
/* Container for flexboxes */
.winnersfeaturebox {
	width: 70%;
	margin: 20px auto 10px auto;
	background-color: #e6e7e7;
	border: solid 1px #33669a;
	padding: 10px 5px 20px 5px;
}
.winnertitle{
width: 100!important;
	font-size: 18px;font-weight: bold;color: #993333;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px!important;
} 

.winnerrow {  display: flex;
  flex-wrap: wrap;}
.winnerbadge {
justify-content: center;
}
.winnerbox.pic{
justify-content: center;
}
.winnerbox.text{
justify-content: center;text-align: center!important;
}
.winnerbox {
	 display: flex;
	flex: 33.3333333%;
  flex-wrap: wrap;
}

.runnerow {  display: flex;
  flex-wrap: wrap;width: 100%;margin-top:20px;}
.runnerbox {
	 display: flex;
	flex: 50%;
  flex-wrap: wrap;
}
.runnerbox {
	 display: flex;
	flex: 50%;
  flex-wrap: wrap;
}
.runnerbox.pic {
justify-content: center;
}
.runnersplit img{
	border: solid 2px #000!important;
}

.runnersplit {
position: relative;
	float: left;
	width: 40%;
}
.runnersplit2 {
position: relative;
	float: right;
	width: 60%;
	padding-right: 5%;
}
@media all and (max-width: 915px) and (min-width: 1px){
	.runtitle h1 {
		text-align: center!important;}
		.runnersplit img{
	text-align: center;justify-content: center;
}
	
.runnersplit {
	float: none;
	width: 100%;
	text-align: center;justify-content: center;
}
.runnersplit2 {
	float: none;
	width: 100%;
	padding-right: 0%;
} }

.winnersrunnerbox {
	width: 98%;
	margin: 20px auto 10px auto;
	padding: 5px;
}
.runtitle h1 {
	line-height: 10px;
	font-size: 15px;
	text-align: left;
	padding-top: 10px;
}

.runnerbox h2 {
	line-height: 16px!important;
	color: #000!important;
	font-weight: 400!important;
	text-align: center;
	width: 100%;
	margin-top: 25px!important;
}
.runnerbox h3 {
	line-height: 5px!important;
	color: #000!important;
	font-size: 16px!important;
	text-align: center;
	width: 100%;
}
.runnerbox h4 {
	line-height: 5px!important;
	color: #941a1d!important;
	font-size: 16px;
	text-align: center;
	width: 100%;
	text-decoration: underline;
}

@media all and (max-width: 700px) and (min-width: 1px){
.winnerbox {
	flex: 100%;line-height: 10px;
}
.winnerbox h1 {
padding-top: 10px!important;	
}
	.winnerbox h2{
padding-top: 15px!important;
padding-bottom: 15px!important;		
}
		.winnerbox h4{
padding-bottom: 15px!important;		
}
.winnerbox.text h1 {
	text-align: center!important;
}
	
	
}


.winnerbox.pic img{
border: solid 2px #000!important;
}
.winnerbox.win{
text-align: center!important;
}
.winnerbox h1 {
	line-height: 10px;
	font-size: 15px;
	text-align: center;
	width: 100%;
}
.winnerbox.text h1 {
	line-height: 10px;
	font-size: 15px;
	text-align: left;
	width: 100%;
	padding-top: 10px;
}
.winnerbox h2 {
	line-height: 16px!important;
	color: #000!important;
	font-weight: 400!important;
	text-align: center;
	width: 100%;
	margin-top: -15px!important;
}
.winnerbox h3 {
	line-height: 5px!important;
	color: #000!important;
	font-size: 16px!important;
	text-align: center;
	width: 100%;
}
.winnerbox h4 {
	line-height: 5px!important;
	color: #941a1d!important;
	font-size: 16px;
	text-align: center;
	width: 100%;
	text-decoration: underline;
}


.garow {
  display: flex;
  flex-wrap: wrap;
	text-align: center;
}
.garowinner{
  display: flex;
  flex-wrap: wrap;
	text-align: left;
}
.successrow {width: 90%;margin: 15px auto 15px auto;text-align: left;padding-top:20px; font-size: 15px; line-height: 18px;}
.successleft {
	position: relative;
	float: left;
	width: 25%;
}
.successright {
	position: relative;
	float:right;
	width:75%;
	font-size: 14px;
	line-height: 16px;
}
 .rulesbox {width: 96%;margin: 15px 1% 15px 3%;text-align: left;padding-top:20px; font-size: 15px; line-height: 18px;}
.rulesboxleft {	position: relative;
	float:left;
	width:75%;
}
.rulesboxleft h1{
    font-size: 18px;
    font-weight: bold;
    color: #993333;
    text-align: center!important;
}
.rulesboxleft h2{font-size: 16px;font-weight: bold;color: #33669a; }
.rulesboxleft ul{list-style: none;}
.rulesboxleft ul li::before{  content: "\2022";
  color: #33669a;
  font-weight: bold;
  display: inline-block; 
  width: .8em;
  margin-left: -.8em;
font-size: 1.3em;}

.rulesboxright {	position: relative;
	float:right;
	width:25%;
}

@media all and (max-width: 715px) and (min-width: 1px){
	.rulesboxleft {	position: relative;
	float:none;
	width:100%;
}
.rulesboxright {	position: relative;
	float:none;
	width:100%;
}}


.clearboth {
	clear: both;
}
@media all and (max-width: 990px) and (min-width: 1px){
	.successleft {
	position: relative;
	float: none;
	width: 100%;
}
.successright {
	position: relative;
	float: none;
	width: 100%;
}

 }
/* Create columns */
.gacolumn {
  flex: 25%;
  padding: 5px;
}
.gahometext {width: 90%;margin-left:auto;margin-right:auto;text-align: left;padding-top:20px; font-size: 15px; line-height: 18px;}
.gahometext h1{font-size: 18px;font-weight: bold;color: #993333; }
.gahometext h2{font-size: 16px;font-weight: bold;color: #33669a; }
.gahometext ul{list-style: none;}
.gahometext ul li::before{  content: "\2022";
  color: #33669a;
  font-weight: bold;
  display: inline-block; 
  width: .8em;
  margin-left: -.8em;
font-size: 1.3em;}

.gafooter {
	background-color: #d6e4f1;
width: 100%;
}

/* End Home Page Styles */

/*home mobile*/
@media all and (max-width: 800px) and (min-width: 1px){
	  .gacolumn {
    flex: 100%;	  
  }
	.gablok {
	max-width: 211px;
   margin: auto;
}
	.gabluebar {height: auto;}
.gablueleft{
	width: 100%; float: none;height: auto;
}
.gablueright{
	width: 100%; float: none;height: auto;
}
.gacolumn{float:right!important;}
	.gahometext {float:none!important;}
}
/* End  home mobile */


/*footer*/
.gafooter {
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #d6e4f1;
}
#redbottom {
	width: 100%;
	color: #fff!important;
	padding: 5px;
	background-color: #a91e22;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
}
.ga-list {
    list-style: none;
    padding-left: 0;
}
.custom-list li {
    position: relative;
    padding-left: 20px;
}
.custom-list li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-image: url('img/bullet.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.gfrow {
  display: flex;
  flex-wrap: wrap;
}

/* Create four equal ⁭gfcolumns */
.⁭gfcolumn {
  flex: 16.6666667%;
  padding: 20px;
	font-size: 11px;
	color: #33669a;
}

.⁭gfcolumn p{

	line-height: 14px;
}
.⁭gfcolumn h1{
	font-size: 12px;
	text-transform: uppercase;
	color: #33669a;
	font-weight: bold;
}
.gfrow a{
color: #33669a!important;
text-decoration: none!important;
}
.gfrow a:hover{
color: #ff0000!important;
text-decoration: none!important;
}
/* On screens that are 992px wide or less, go from four ⁭gfcolumns to two ⁭gfcolumns */
@media screen and (max-width: 992px) {
  .⁭gfcolumn {
    flex: 100%;
	  text-align: center;
	    padding: 0px;
  }
	.gafooter {
	padding-top: 15px;;
}
}

/* On screens that are 600px wide or less, make the ⁭gfcolumns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .gfrow {
    flex-direction: ⁭gfcolumn;
  }
}


/* ====================================================================== */
.nav-item {
	text-align: center;
}
.nav-link {
	padding-top:15px;
}
.galogo {
    height: 60px;
    width: 140px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

html {
 font-size: 100%;
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
 scroll-behavior: smooth;
}

*,
*::before,
*::after {
 padding: 0;
 margin: 0;
 -webkit-box-sizing: inherit;
         box-sizing: inherit;
 list-style: none;
 list-style-type: none;
 text-decoration: none;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 text-rendering: optimizeLegibility;
}

body {
 font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 font-size: 1rem;
 font-weight: 400;
 line-height: 1.5;
 color: #121212;
 background: #ffffff;
}

body.scrolling {
 overflow-y: hidden;
}

a,
button {
 font-family: inherit;
 font-size: inherit;
 line-height: inherit;
 cursor: pointer;
 border: none;
 outline: none;
 background: none;
 text-decoration: none;
}

@media only screen and (max-width: 768px) {
 a,
 button {
   cursor: default !important;
   border: none;
   outline: none;
 }
}

img,
video {
 display: block;
 max-width: 100%;
 height: auto;
 -o-object-fit: cover;
    object-fit: cover;
}


.brand {
 font-family: inherit;
 font-size: 1.75rem;
 font-weight: 700;
 line-height: inherit;
 border: none;
 outline: none;
 color: #e91e63;
 text-transform: uppercase;
 text-rendering: optimizeLegibility;
}

.header {
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 height: auto;
 z-index: 999;
 border: none;
 outline: none;
 background: #ffffff;
 -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
         box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.header .wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 2rem;
 max-width: 100%;
 height: auto;
 padding: 0.75rem 0;
}

.header .navbar {
 max-width: 100%;
 height: auto;
}

.header .menu > .menu-item {
 position: relative;
 display: inline-block;
 margin: 0 0.75rem;
}

.header .menu > .menu-item > a {
 display: flex;
 align-items: center;
 font-family: inherit;
 font-size: 1rem;
 font-weight: 600;
 line-height: inherit;
 padding: 1rem 0;
 border: none;
 outline: none;
 color: #121212;
 text-transform: capitalize;
 text-rendering: optimizeLegibility;
 -webkit-transition: all 0.35s ease;
 -o-transition: all 0.35s ease;
 transition: all 0.35s ease;
}

.header .menu > .menu-item > a .expand {
 position: relative;
 display: inline-block;
 height: 0.75rem;
 width: 0.75rem;
 margin-left: 0.35rem;
 border: none;
 outline: none;
 pointer-events: none;
}

.header .menu > .menu-item > a .expand:before, .header .menu > .menu-item > a .expand:after {
 position: absolute;
 -webkit-box-sizing: inherit;
         box-sizing: inherit;
 content: '';
 left: 50%;
 top: 50%;
 width: 100%;
 height: 2px;
 background: #121212;
 -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
 -webkit-transition: all 0.35s ease;
 -o-transition: all 0.35s ease;
 transition: all 0.35s ease;
}

.header .menu > .menu-item:hover > a {
 color: #a91e21;
}

.header .menu > .menu-item:hover > a .expand::before, .header .menu > .menu-item:hover > a 
.expand::after {
 background: #a91e21;
}

.header .menu > .menu-item > a .expand::after {
 -webkit-transform: translate(-50%, -50%) rotate(-90deg);
     -ms-transform: translate(-50%, -50%) rotate(-90deg);
         transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu > .menu-item > .sub-menu > .menu-item > a:hover {
 color: #a91e21;
}

.header .menu > .menu-item > .sub-menu {
 position: absolute;
 left: -1rem;
 top: 100%;
 width: 13rem;
 height: auto;
 padding: 0.75rem 0;
 border: none;
 outline: none;
 opacity: 0;
 visibility: hidden;
 border-top: 3px solid #e91e63;
 background: #ffffff;
 -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
         box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
 -webkit-transform: translateY(1rem);
     -ms-transform: translateY(1rem);
         transform: translateY(1rem);
 -webkit-transition: all 0.35s ease;
 -o-transition: all 0.35s ease;
 transition: all 0.35s ease;
}

.header .menu > .menu-item > .sub-menu > .menu-item {
 display: block;
}

.header .menu > .menu-item > .sub-menu > .menu-item > a {
 display: block;
 font-family: inherit;
 font-size: 1rem;
 font-weight: 600;
 line-height: inherit;
 padding: 0.5rem 1.25rem;
 color: #121212;
 text-transform: capitalize;
 text-rendering: optimizeLegibility;
 -webkit-transition: all 0.35s ease;
 -o-transition: all 0.35s ease;
 transition: all 0.35s ease;
}

.header .opened-menu {
 position: relative;
 display: none;
 cursor: pointer;
 width: 2rem;
 height: 1rem;
 border: none;
 outline: none;
 opacity: 0;
 visibility: hidden;
 background: none;
 -webkit-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
         transform: rotate(0deg);
 -webkit-transition: all 0.35s ease;
 -o-transition: all 0.35s ease;
 transition: all 0.35s ease;
}

.header .opened-menu span {
 display: block;
 position: absolute;
 width: 100%;
 height: 2px;
 left: 0;
 border: none;
 outline: none;
 opacity: 1;
 border-radius: 0.25rem;
 background: #121212;
 -webkit-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
         transform: rotate(0deg);
 -webkit-transition: all 0.25s ease;
 -o-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.header .opened-menu span:nth-child(1) {
 top: 0;
}

.header .opened-menu span:nth-child(2), .header .opened-menu span:nth-child(3) {
 top: 0.5rem;
}

.header .opened-menu span:nth-child(4) {
 top: 1rem;
}

.header .closed-menu {
 display: none;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 cursor: pointer;
 width: 2.5rem;
 height: 2.5rem;
 border: none;
 outline: none;
 background: none;
}

.header .closed-menu img.closed-icon {
 display: block;
 width: 1rem;
 height: auto;
}

.header .overlay {
 position: fixed;
 left: 0;
 top: 0;
 height: 100%;
 width: 100%;
 z-index: 999;
 opacity: 0;
 visibility: hidden;
 background: rgba(0, 0, 0, 0.6);
 -webkit-transition: all 0.35s ease;
 -o-transition: all 0.35s ease;
 transition: all 0.35s ease;
}

@media only screen and (min-width: 993px) {
 .header .menu > .menu-item-has-children:hover > .sub-menu {
   display: block;
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateY(0);
       -ms-transform: translateY(0);
           transform: translateY(0);
 }
 .header .menu > .menu-item-has-children:hover > a .expand::after {
   -webkit-transform: translate(-50%, -50%) rotate(0deg);
       -ms-transform: translate(-50%, -50%) rotate(0deg);
           transform: translate(-50%, -50%) rotate(0deg);
 }
}

#gared-banner-container { margin-top: 90px; }
@media only screen and (max-width: 1265px) {
 #gared-banner-container { margin-top: 80px; }
 .header .overlay.active {
   display: block;
   opacity: 1;
   visibility: visible;
 }
 .header .navbar {
   position: fixed;
   top: 0;
   left: -18rem;
   width: 18rem;
   height: 100%;
   padding: 1rem 0;
   z-index: 999;
   opacity: 0;
   overflow-y: auto;
   visibility: hidden;
   background: #ffffff;
   -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
           box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
   -webkit-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 .header .navbar.active {
   left: 0rem;
   opacity: 1;
   visibility: visible;
 }
 .header .navbar::-webkit-scrollbar {
   width: 5px;
 }
 .header .navbar::-webkit-scrollbar-thumb {
   border-radius: 1rem;
   background: #e6e6e6;
   -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
           box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
 }
 .header .menu {
  width: 100%;
  height: auto;
  margin-top: 0;
  top: 70px;
  position: absolute;
 }
 .header .menu > .menu-item {
   display: block;
   margin: 0;
 }
 .header .menu > .menu-item-has-children > a {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 .header .menu > .menu-item > a {
   padding: 0.75rem 1rem;
   color: #121212;
   border-bottom: 1px solid #f2f2f2;
 }
 .header .menu > .menu-item:first-child > a {
   border-top: 1px solid #f2f2f2;
 }
 .header .menu > .menu-item > a .expand::before, .header .menu > .menu-item > a .expand::after {
   background: #121212;
 }
 .header .menu > .menu-item-has-children.active > a .expand:after {
   -webkit-transform: translate(-50%, -50%) rotate(0deg);
       -ms-transform: translate(-50%, -50%) rotate(0deg);
           transform: translate(-50%, -50%) rotate(0deg);
 }
 .header .menu > .menu-item > .sub-menu {
   position: relative;
   top: auto;
   left: auto;
   width: 100%;
   max-height: 0;
   padding: 0px;
   border: none;
   outline: none;
   opacity: 1;
   overflow: hidden;
   visibility: visible;
   background: transparent;
   -webkit-box-shadow: none;
           box-shadow: none;
   -webkit-transform: translateY(0px);
       -ms-transform: translateY(0px);
           transform: translateY(0px);
 }
 .header .menu > .menu-item > .sub-menu > .menu-item > a {
   padding: 0.75rem 2rem;
   color: #121212;
   border-bottom: 1px solid #f2f2f2;
 }
 .header .opened-menu {
   display: block;
   opacity: 1;
   visibility: visible;
 }
 .header .closed-menu {
   position: absolute;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   top: 1rem;
   right: 0.5rem;
 }
}
.menu { margin: 0px !important; }

.fa.fa-chevron-down {
	padding-left: 5px;
}

.opened {
	max-height: 100% !important;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
