@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);


/* MENU CONFIGURATION
**********************************************************/
.jetmenu{
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	list-style: none; /*#333*/
	background-color: #DF223A;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #58585B;
	max-width: 1300px;

}

.jetmenu li{
	display: inline-block;
	float: left;

}
.jetmenu li li {
	margin-left: 20px;
	line-height: normal;
	color:#58585B;
}


.jetmenu li > .megamenu ul li.title{
	font-size: 13px;
	color: #DF223A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
}

.jetmenu a{
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	outline: none;
	z-index: 100;

}
.jetmenu > li > a{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #fff; /*#999*/
    text-decoration: none;
    display: inline-block;
    padding-top: 8px;
    padding-right: 9px;
    padding-bottom: 8px;
    padding-left: 9px;
}
.jetmenu > li:hover > a,
.jetmenu > li.active > a{
	color: #333;
}


/* DROPDOWN CONFIGURATION
**********************************************************/
.jetmenu ul.dropdown, 
.jetmenu ul.dropdown li ul.dropdown {
  list-style: none;
    margin: 0;
    padding: 0;   
  display: none;
    position: absolute;
    z-index: 99;
  width: 200px;
}
.jetmenu ul.dropdown{
	top: 35px;
}
.jetmenu ul.dropdown li ul.dropdown{
    left: 200px;
  top: inherit;
}
.jetmenu ul.dropdown li{
	clear: both;
	width: 100%;
	font-size: 12px;
}
.jetmenu ul.dropdown li a{
	width: 100%;
	padding: 10px 18px 10px;
	display: inline-block;
	float: left;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.jetmenu ul.dropdown li:hover > a{
  background: #e0e0e0;
  color: #555;
}

/* SUBMENU INDICATORS
**********************************************************/
.jetmenu .indicator{
  position: relative;
  left: 3px;
  top: 1px;
  font-size: 14px;
  float: right;
}
.jetmenu ul li .indicator{
  font-size: 12px;
  top: 1px;
  left: 10px;
}

/* MEGAMENU
**********************************************************/
.jetmenu > li > .megamenu{
	position: absolute;
	display: none;
	min-width: 50%;
	top: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #DF223A;
	z-index: 99;
	padding: 15px 30px 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7A9AB;	
-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.75);
}

/* megamenu list */
.jetmenu li > .megamenu ul{
  margin: 0 0 20px 0;
  float: left;
  padding: 0;
  display: block;
  position: relative;
}
.jetmenu li > .megamenu ul li{
  width: 100%;
  padding: 4px 0;
}


/* megamenu h5 */
.jetmenu li > .megamenu h5{
  width: 100%;
  margin: 0;
  padding: 0;
}

/* megamenu links */
.jetmenu li > .megamenu a{
	color: #58585B;
	text-decoration: none;
	font-size: 12px;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.jetmenu li > .megamenu a:hover{
	color: #DF223A;
}

/* megamenu images */
.jetmenu  .megamenu img{
  width: 100%;
  -webkit-transition: border 0.3s linear; 
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
}

/* MEGAMENU WIDTHS
**********************************************************/
.jetmenu > li > .megamenu.half-width{
  width: 50%;
}
.jetmenu > li > .megamenu.twothirds-width{
  width: 66%;
  left: 0;
}
.jetmenu > li > .megamenu.full-width{
  width: 100%;
  left: 0;
}

/* MEGAMENU FORM CONFIGURATION
**********************************************************/
.jetmenu li > .megamenu form{
  width: 100%;
}
#jetmenu #giving a {
    font-style: normal;
    font-weight: 400;
    background-color: rgba(255,255,255,1.00);
    color: #000000;
}
#jetmenu #giving a:hover {
    color: #DF223A;
}

/* megamenu inputs */
.jetmenu li > .megamenu form input[type="text"],
.jetmenu li > .megamenu form textarea{
  padding: 5px;
  color: #999;
  background: #444;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  border: solid 1px transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.3s linear; 
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
.jetmenu li > .megamenu form input[type="text"]:focus,
.jetmenu li > .megamenu form textarea:focus{
  border-color: #e0e0e0;
}
.jetmenu li > .megamenu form input[type="text"]{
  width: 100%;
  margin-top: 10px;
}
.jetmenu li > .megamenu form textarea{
  width: 100%;
  margin-top: 10px;
}
.jetmenu li > .megamenu form input[type="submit"]{
  width: 25%;
  float: right;
  height: 30px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  background: #444;
  color: #777;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-transition: background 0.2s linear; 
  -moz-transition: background 0.2s linear; 
  -o-transition: background 0.2s linear; 
  transition: background 0.2s linear; 
}
.jetmenu li > .megamenu form input[type="submit"]:hover{
  background: #e0e0e0;
  color: #555;
}

/* MEGAMENU GRID SYSTEM
**********************************************************/
.megamenu .row{
  width: 100%;
  margin-top: 15px;
}
.megamenu .row:first-child {
  margin-top: 0;
}
.megamenu .row:before,
.megamenu .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.megamenu .row:after {
  clear: both;
}
.megamenu .row .col1,
.megamenu .row .col2,
.megamenu .row .col3,
.megamenu .row .col4,
.megamenu .row .col5,
.megamenu .row .col6{
  display: block;
  width: 100%;
  min-height: 20px;
  float: left;
  margin-left: 2.127659574468085%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.megamenu .row [class*="col"]:first-child {
  margin-left: 0;
}
.megamenu .row .col1{
	width: 15%;
}
.megamenu .row .col2{
	width: 20%;
}
.megamenu .row .col3{
	width: 25%;
}
.megamenu .row .col4{
	width: 65.95744680851064%;
}
.megamenu .row .col5{
	width: 82.97872340425532%;
}
.megamenu .row .col6{
	width: 100%;
}

/* RIGHT ALIGNMENT (MENU ITEM)
**********************************************************/
.jetmenu > li.right{
  float: right;
}
.jetmenu > li.right > .megamenu{
  right: 0;
}

/* COLLAPSIBLE MENU
**********************************************************/
.jetmenu > li.showhide{
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color: #fff;
	background: #DF223A;
}
.jetmenu > li.showhide span.title{
  margin: 17px 0 0 17px;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
}
.jetmenu > li.showhide span.icon{
  margin: 17px 20px;
  float: right;
}
.jetmenu > li.showhide .icon em{
  margin-bottom: 3px;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
}


/* lcc-red */
.lcc-red > li:hover > a, .lcc-red > li.active > a{
	background: #fff;
	color: #000;
}
.lcc-red ul.dropdown li:hover > a{
	color: #000;
}
.lcc-red li > .megamenu form input[type="text"]:focus, .lcc-red li > .megamenu form textarea:focus{
	border-color: #DF223A;
	font-weight: bold;
}
.lcc-red li > .megamenu form input[type="submit"]:hover{ background: #fff; color: #000; }
.lcc-red li > .megamenu a:hover{
	color: #DF223A;
}

.lcc-red {
	color: #DF223A;
}


/* RESPONSIVE LAYOUT
**********************************************************/
@media (max-width: 768px) {
  .jetmenu > li{
    display: block;
    width: 100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;
  }
  .jetmenu > li > a{
    padding: 15px 25px;
  }
  .jetmenu a{
    width: 100%;
    background: #333;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
  }
  .jetmenu ul.dropdown, 
  .jetmenu ul.dropdown li ul.dropdown{
    width: 100% !important;
    left: 0;
    position: static !important;
    border: none;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
  }
  .jetmenu ul.dropdown li {
    background: #fff !important;
    border: none;
  }
  .jetmenu ul.dropdown > li > a{
	padding-left: 40px !important;
  }
  .jetmenu > li > .megamenu{
    width: 100% !important;
    position: static;
    border-top: none;
  }
  .megamenu .row [class*="col"]{
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .megamenu .row:first-child  [class*="col"]:first-child {
    margin-top: 0;
  }
  .megamenu .row{
    margin-top: 0;
  }
  .jetmenu > li > ul.dropdown > li > a{
	padding-left: 40px !important;
}
  .jetmenu > li > ul.dropdown > li > ul.dropdown > li > a{ padding-left: 60px !important; }
  .jetmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a{ padding-left: 80px !important; }
}
