@charset "UTF-8";

.ribbon2{
  margin: 3em;
  /* IE10 Consumer Preview */ 
  background-image: -ms-radial-gradient(center top, circle farthest-side, #eb343b 0%, #990000 100%);
  /* Mozilla Firefox */ 
  background-image: -moz-radial-gradient(center top, circle farthest-side, #eb343b 0%, #990000 100%);
  /* Opera */ 
  background-image: -o-radial-gradient(center top, circle farthest-side, #eb343b 0%, #990000 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #eb343b), color-stop(1, #990000));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-radial-gradient(center top, circle farthest-side, #eb343b 0%, #990000 100%);
  /* W3C Markup, IE10 Release Preview */ 
  background-image: radial-gradient(circle farthest-side at center top, #eb343b 0%, #990000 100%);
  width: 5em;
  height: 6em;
  position: relative;
  border-top-right-radius: .2em;
  border-top-left-radius: .2em;
  margin: auto;
  font-family: 'Kite One', sans-serif;
}

.ribbon2 i span{
  color: #FFF;
  display: block;
  text-align: center;
  top: 50%;
  margin-top: -2em;
  position: relative;
  text-shadow: 0.0625em 0.0625em 0.0625em #333;
  font-style: normal;
  font-weight: bold;
}

.ribbon2 i{
  width: 90%;
  height: 120%;
  display: block;
  margin: auto;
  z-index: 100;
  position: relative;
  overflow: hidden;
  font-size:18px;
}

.ribbon2:before{
  content: "";
  position: absolute;
  bottom: -.95em;
  left: 0;
  width: 0;
    height: 0;
    border-top: 1em solid #990000;
    border-right: 2.4em solid transparent;
}
.ribbon2:after{
  content: "";
  position: absolute;
  bottom: -.95em;
  right: 0;
  width: 0;
    height: 0;
    border-top: 1em solid #990000;
    border-left: 2.4em solid transparent;
}

#mainRibbon { 
  width: 100%; 
  max-width: 1200px; 
  height: 80px; 
  background-color: #2a334f; 
  color: white; 
  padding: 0px; 
  margin: 50px auto;
}
#mainRibbon h1 { 
  text-transform: uppercase; 
  font-weight: bold; 
  font-size: 25px; 
  margin-top: 15px; 
  text-align: center;
  margin-bottom: 0px; 
}
#mainRibbon h2, #mainRibbon .display-2 { 
  text-transform: uppercase; 
  font-size: 20px; 
  margin: 0px; 
  text-align: center; 
  display: block;
  /*font-weight: lighter; */
}
#mainRibbon .ribbon-call { 
  text-align: right; 
  margin-top: 18px; 
  font-size: 20px;
  width: 100%;
  display: block;
  line-height: 1.1em;
}
#mainRibbon .ribbon-call mark { 
  background-color: transparent; 
  color: #fbd337; color: white; 
  font-style: italic; 
  text-decoration: underline; 
  font-weight: bold; 
  display: inline; 
  padding: 0px; 
}

#mainRibbon.main .row {
  max-width: 1200px;
  margin: 0px auto !important;
}

#mainRibbonCross { 
  background-color: #28304b; 
}
#mainRibbonCross h2, #mainRibbonCross .display-2 { 
  width: 100%; 
  color: white; 
  margin: 0px; 
  padding: 15px; 
  display: inline-block; 
  font-size: 30px;
  text-transform: uppercase;
}
#mainRibbonCross h2 strong, #mainRibbonCross .display-2 strong { 
  color: #f8c740; 
}
#mainRibbonCross button { 
  display: inline-block; 
  margin-top: 8px; 
  float: right; 
  margin-right: 40px; 
  background-color: #eb343b; 
  text-transform: uppercase; 
  font-weight: bold; 
  font-size: 14px; 
  padding:5px 40px; 
}
#mainRibbonCross button strong { 
  font-size: 18px; 
}

#mainRibbonRed { 
  background-color: #ea343b; 
  margin-top: 0px; 
}
#mainRibbonRed .row { 
  margin: 0px auto; 
}
#mainRibbonRed img { 
  max-height:130px; 
  margin: 0 auto; 
} 
#mainRibbonRed h2, #mainRibbonRed .display-2 { 
  color: white; 
  margin: 0px; 
  padding: 15px 0px; 
  display: inline-block; 
  float: left;
  font-size: 30px;
  line-height: 1.5em;
  text-transform: uppercase;
}
#mainRibbonRed h2 strong, #mainRibbonRed .display-2 strong { 
  color: #f8c740; 
  font-size: 60px; 
  margin:0 auto; 
  display: block; 
}
#mainRibbonRed button { 
  display: inline-block; 
  margin-top: 8px; 
  float: right; 
  margin-right: 40px; 
  background-color: #eb343b; 
  text-transform: uppercase; 
  font-weight: bold; 
  font-size: 14px; 
  padding:5px 40px; 
}
#mainRibbonRed button strong { 
  font-size: 18px; 
}

.cribbon {
  position: absolute;
  left: 10px; top: 25px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.cribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#EB343B 0%, #EB343B 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.cribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #EB343B;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #EB343B;
}
.cribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #EB343B;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #EB343B;
}
