/*---------- Custom Texas Lottery CSS ----------*/
        
html,
body {
width: 100%;
height: 100%;
}

@media (min-width: 320px) {
body {
background-image: none;
background-color: #FFFFFF;
}
}

@media (min-width: 460px) {
body {
background-image: none;
background-color: #FFFFFF;
}
}

@media (min-width: 720px) {
body {
background-image: none;
background-color: #FFFFFF;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover; 
background-size: cover; 
}
}

@media (min-width: 980px) {
body {
background-image: none;
background-color: #FFFFFF;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover; 
background-size: cover; 
}
}

@media (min-width: 1240px) {
body {
background-image: none;
background-color: #FFFFFF;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover; 
background-size: cover; 
}
}

@media (min-width: 1500px) {
body {
background-image: none;
background-color: #FFFFFF;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover; 
background-size: cover; 
}
}

@media (min-width: 1760px) {
body {
background-image: none;
background-color: #FFFFFF;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover; 
background-size: cover; 
}
}

.red {
	color: red;
}

.redAllCaps {
    color:red;
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

.jackpotAlertLogo {
text-align:center;
margin-left:auto;
margin-right:auto;
}

/* Read More */

.read-more-content,
.read-more {
  display: none;
  margin-top: 1rem;
}

.button-rounded-hover {
  border: 0;
  border-radius: 5000px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.button-rounded-hover:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
 border-radius: inherit;
  background-color: #000000;
  transition: all 0.3s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.button-rounded-hover:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  
  content: '';
 border-radius: inherit;
}

.button-rounded-hover:hover,
.button-rounded-hover:focus {
  background-color: #000000;
}

.button-rounded-hover:hover:before,
.button-rounded-hover:focus:before {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 0.25;
}


/* END Read More */





/* Winners Cards */

.card-winners {
 border-radius: 15px;
 border: 3px solid #e6e6e6;
 background: #fefefe;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
          box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
 
/* submenu styles */

.submenuBar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:black;
	padding:5px;}
	
@media (min-width: 320px) {
.submenuBar a {
font-size:75%;
}
}

@media (min-width: 460px) {
.submenuBar a {
font-size:75%;
}
}

@media (min-width: 720px) {
.submenuBar a {
font-size:90%;
}
}

@media (min-width: 980px) {
.submenuBar a {
font-size:90%;
}
}

@media (min-width: 1240px) {
.submenuBar a {
font-size:100%;
}
}

@media (min-width: 1500px) {
.submenuBar a {
font-size:100%;
}
}

@media (min-width: 1760px) {
.submenuBar a {
font-size:100%;
}
}

.submenuBar a {
	color:white;
}

.submenuBar a:hover {
	color:orange;
}

.submenuBar a:active {
	color:orange;
	text-decoration:underline;
}

.submenuBar a:focus {
	color:orange;
	text-decoration:underline;
}

.submenuBar #dropdown a {
	color:#002776;
}

.submenuBar #dropdown a:hover {
	color:orange;
}

.submenuBar #dropdown a:active {
	color:orange;
	text-decoration:underline;
}

ul.submenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #555;
}

ul.submenu li a {
  display: block;
  color: white;
  padding: 8px 24px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

ul.submenu li a.submenuFeature {
  display: block;
  color: white;
  padding: 8px 32px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

ul.submenu li a:hover {
  background-color: #ccc;
  color: #002776;
}

.alertBar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:red;
	padding:5px;}
	
.alertBar .message {
	color: white;
	}
	
.alertBar .message a {
	color: #002776;
	text-decoration: underline;
	}

.alertBar .message a:hover {
	color: lightblue;
	text-decoration: none;
	}

.launchPadItem {
	background:#002776;
}

.launchPadItemLink {
	text-transform: uppercase;
	color:white;
	font-size:large;
}

.launchPadItemLink:hover {
	text-transform: uppercase;
	color:black;
}


@media screen and (max-width: 0em), screen and (max-width: 40em) {
  .title-bar-title {
    width: 200px; } }
	
/* Texas Lottery logo */
.texas-lottery-logo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 350px;
  height: 40px;
  cursor: pointer;
  background-image: url(texas_lottery_logo_black.svg);
  background-repeat: no-repeat;}

/* Menu bar css */
.tlBlue {
	background-color: #002776;
}

/* Player icon */
.player-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-image: url(player-icon.svg);}

.player-icon:hover {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-image: url(player-icon-orange.svg);}

.title-bar .player-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

/* accessibility 
----------------------------------------------------------------------------------------------------*/

.skip {
position: absolute;
left: 0px;
top: -500px;
width: 1px;
height: 1px;
overflow: hidden;
}

a.skipNav {
display: none;
}

/* Content container styles */
.jackpotPadding {
	padding-top:150px;
	text-align:center;
}

@media (min-width: 320px) {
.jackpotPadding {
padding-top:35px;
}
.jackpotPadding h1 {
color: white;
font-size:250%;
line-height: 90%;
}
.jackpotPadding p {
color: white;
}
}

@media (min-width: 460px) {
.jackpotPadding {
padding-top:35px;
}
.jackpotPadding h1 {
color: white;
font-size:250%;
line-height: 90%;
}
.jackpotPadding p {
color: white;
}
}

@media (min-width: 720px) {
.jackpotPadding {
padding-top:70px;
}
.jackpotPadding h1 {
color: white;
font-size:250%;
line-height: 90%;
}
.jackpotPadding p {
color: white;
}
}

@media (min-width: 980px) {
.jackpotPadding {
padding-top:140px;
}
.jackpotPadding h1 {
color: white;
font-size:500%;
line-height: 90%;
}
.jackpotPadding p {
color: white;
}
}

@media (min-width: 1240px) {
.jackpotPadding {
padding-top:140px;
}
.jackpotPadding h1 {
color: white;
font-size:500%;
line-height: 90%;
}
.jackpotPadding p {
color: white;
}
}

@media (min-width: 1500px) {
.jackpotPadding {
padding-top:140px;
}
.jackpotPadding h1 {
color: white;
font-size:500%;
line-height: 90%;
}
.jackpotPadding p {
color: white;
}
}

@media (min-width: 1760px) {
.jackpotPadding {
padding-top:140px;
}
.jackpotPadding h1 {
color: white;
font-size:500%;
line-height: 90%;
}
.jackpotPadding p {
color: white;
}
}

.tlcPadding {
	padding-top:150px;
}

@media (min-width: 320px) {
.tlcPadding {
padding-top:35px;
}
.tlcPadding h1 {
color: white;
font-size:250%;
line-height: 90%;
}
.tlcPadding p {
color: white;
}
}

@media (min-width: 460px) {
.tlcPadding {
padding-top:35px;
}
.tlcPadding h1 {
color: white;
font-size:250%;
line-height: 90%;
}
.tlcPadding p {
color: white;
}
}

@media (min-width: 720px) {
.tlcPadding {
padding-top:70px;
}
.tlcPadding h1 {
color: white;
font-size:250%;
line-height: 90%;
}
.tlcPadding p {
color: white;
}
}

@media (min-width: 980px) {
.tlcPadding {
padding-top:100px;
}
.tlcPadding h1 {
color: white;
font-size:500%;
line-height: 90%;
}
.tlcPadding p {
color: white;
}
}

@media (min-width: 1240px) {
.tlcPadding {
padding-top:100px;
}
.tlcPadding h1 {
color: white;
font-size:500%;
line-height: 90%;
}
.tlcPadding p {
color: white;
}
}

@media (min-width: 1500px) {
.tlcPadding {
padding-top:100px;
}
.tlcPadding h1 {
color: white;
font-size:500%;
line-height: 90%;
}
.tlcPadding p {
color: white;
}
}

@media (min-width: 1760px) {
.tlcPadding {
padding-top:100px;
}
.tlcPadding h1 {
color: white;
font-size:500%;
line-height: 90%;
}
.tlcPadding p {
color: white;
}
}

/* slideshow / topper css */
.topperImage {
	width:100%;
	height:auto;
}

/* Home Page Cell Box and Shadow */
div.homePageCell {
border: 1px solid #efefef;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-webkit-box-shadow: -15px 15px 25px -5px rgba(153,153,153,1);
-moz-box-shadow: -15px 15px 25px -5px rgba(153,153,153,1);
box-shadow: -15px 15px 25px -5px rgba(153,153,153,1);
padding: 20px;
margin: 20px;
background-image: url(cellBGgradient.png);
}

div.homePageCell img.decreaseSize {
	width:75%;
}

a.black {
	color: black;
}

a.black:hover {
	color:black;
	text-decoration:none;
}


a.black:active {
	color:black;
	text-decoration:none;
}

/* homepage jackpots */
@media (min-width: 320px) {
.homePageCell h1 {

}
}

@media (min-width: 460px) {
.homePageCell h1 {

}
}

@media (min-width: 720px) {
.homePageCell h1 {

}
}

@media (min-width: 980px) {
.homePageCell h1 {
font-size: 100%;
}
}

@media (min-width: 1240px) {
.homePageCell h1 {
font-size: 150%;
}
}

@media (min-width: 1500px) {
.homePageCell h1 {
font-size: 200%;
}
}

@media (min-width: 1760px) {
.homePageCell h1 {
font-size: 300%;
}
}

#content {
	background-color: white;
}

#content .side-nav ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#content .side-nav li {
list-style-type: none;
padding-top:10px;
}

#content .side-nav li a {
color: #FF6600;
text-decoration: none;
}

#content .side-nav li a:hover {
text-decoration: underline;
}

#content .side-nav li.divider {
list-style-type: none;
border-bottom: 1px solid #cccccc;
}

/* Tabs CSS */
.tabsLottoTexas {
	text-transform: uppercase;
	outline: 0
}
.tabsLottoTexas > a:hover {
      /*background-color: #F0F8FF;*/
	  background: url(tabsLottoTexasBorder.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}
.tabsLottoTexas > a:focus, .tabsLottoTexas > a[aria-selected='true'] {
      /*background-color: #F0F8FF;*/
	  background: url(tabsLottoTexasBorder.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}

.tabsPowerball {
	text-transform: uppercase;
	outline: 0
}
.tabsPowerball > a:hover {
      /*background-color: #F0F8FF;*/
	  background: url(tabsPowerballBorder.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}
.tabsPowerball > a:focus, .tabsPowerball > a[aria-selected='true'] {
      /*background-color: #F0F8FF;*/
	  background: url(tabsPowerballBorder.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}

.tabsMegaMillions {
	text-transform: uppercase;
	outline: 0
}
.tabsMegaMillions > a:hover {
      /*background-color: #F0F8FF;*/
	  background: url(tabsMegaMillionsBorder.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}
.tabsMegaMillions > a:focus, .tabsMegaMillions > a[aria-selected='true'] {
      /*background-color: #F0F8FF;*/
	  background: url(tabsMegaMillionsBorder.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}

.tabsTexasTwoStep {
	text-transform: uppercase;
	outline: 0
}
.tabsTexasTwoStep > a:hover {
      /*background-color: #F0F8FF;*/
	  background: url(tabsTexasTwoStepBorder.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}
.tabsTexasTwoStep > a:focus, .tabsTexasTwoStep > a[aria-selected='true'] {
      /*background-color: #F0F8FF;*/
	  background: url(tabsTexasTwoStepBorder.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}

.tabsPick3 {
	text-transform: uppercase;
	outline: 0
}
.tabsPick3 > a:hover {
      /*background-color: #F0F8FF;*/
	  background: url(tabsPick3Border.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}
.tabsPick3 > a:focus, .tabsPick3 > a[aria-selected='true'] {
      /*background-color: #F0F8FF;*/
	  background: url(tabsPick3Border.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}

.tabsDaily4 {
	text-transform: uppercase;
	outline: 0
}
.tabsDaily4 > a:hover {
      /*background-color: #F0F8FF;*/
	  background: url(tabsDaily4Border.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}
.tabsDaily4 > a:focus, .tabsDaily4 > a[aria-selected='true'] {
      /*background-color: #F0F8FF;*/
	  background: url(tabsDaily4Border.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}

.tabsCashFive {
	text-transform: uppercase;
	outline: 0
}
.tabsCashFive > a:hover {
      /*background-color: #F0F8FF;*/
	  background: url(tabsCashFiveBorder.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}
.tabsCashFive > a:focus, .tabsCashFive > a[aria-selected='true'] {
      /*background-color: #F0F8FF;*/
	  background: url(tabsCashFiveBorder.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}

.tabsAllOrNothing {
	text-transform: uppercase;
	outline: 0
}
.tabsAllOrNothing > a:hover {
      /*background-color: #F0F8FF;*/
	  background: url(tabsAllOrNothingBorder.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}
.tabsAllOrNothing > a:focus, .tabsAllOrNothing > a[aria-selected='true'] {
      /*background-color: #F0F8FF;*/
	  background: url(tabsAllOrNothingBorder.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}

.tabsScratch {
	text-transform: uppercase;
	outline: 0
}
.tabsScratch > a:hover {
      /*background-color: #F0F8FF;*/
	  background: url(tabsScratchBorder.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}
.tabsScratch > a:focus, .tabsScratch > a[aria-selected='true'] {
      /*background-color: #F0F8FF;*/
	  background: url(tabsScratchBorder.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}

.tabsRetailers {
	text-transform: uppercase;
	outline: 0
}
.tabsRetailers > a:hover {
      /*background-color: #F0F8FF;*/
	  background: url(tabsRetailerBorder.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}
.tabsRetailers > a:focus, .tabsRetailers > a[aria-selected='true'] {
      /*background-color: #F0F8FF;*/
	  background: url(tabsRetailerBorder.png) repeat-x #F0F8FF;
	  /*border-top: #B72055 5px solid;*/
      color: #1779ba;
	  outline: 0;
}



@media (min-width: 320px) {
.cynLogo {
	width:100%;height:auto;
}
}

@media (min-width: 460px) {
.cynLogo {
	width:100%;height:auto;
}
}

@media (min-width: 720px) {
.cynLogo {
	width:100%;height:auto;
}
}

@media (min-width: 980px) {
.cynLogo {
	width:100%;height:auto;
}
}

@media (min-width: 1240px) {
.cynLogo {
	width:100%;height:auto;
}
}

@media (min-width: 1500px) {
.cynLogo {
	width:100%;height:auto;
}
}

@media (min-width: 1760px) {
.cynLogo {
	width:100%;height:auto;
}
}

/* Games */
ol.winningNumberBalls { margin-left:0px; margin-right:0px; }

ol.winningNumberBalls li { display: inline; list-style-type: none; }

ol.winningNumberBallsAon { margin-left:0px; margin-right:0px; }

ol.winningNumberBallsAon li { display: inline; list-style-type: none; }

ol.winningNumberBallsCombos { margin-bottom:0px; margin-top:0px; }

ol.winningNumberBallsCombos li { display: inline; list-style-type: none; }

ol.winningNumberBalls span { background: url(ball_background.png) no-repeat scroll 14px 4px transparent; color: #000000; display: inline-block; font-family: 'Roboto Condensed'; font-size: 175%; font-style: normal; font-weight: bold; height: 62px; line-height: 175%; margin-left: -16px; margin-right: -11px; text-align: center; width: 68px; }

ol.winningNumberBallsAon span { background: url(ball_background.png) no-repeat scroll 14px 4px transparent; color: #000000; display: inline-block; font-family: 'Roboto Condensed'; font-size: 175%; font-style: normal; font-weight: bold; height: 62px; line-height: 175%; margin-left: -16px; margin-right: -13px; text-align: center; width: 68px; }

ol.winningNumberBallsCombos span { background: url(ball_background.png) no-repeat scroll 16px 9px transparent; color: #000000; display: inline-block; font-family: 'Roboto Condensed'; font-size: 200%; font-style: normal; font-weight: bold; height: 62px; line-height: 175%; margin-left: -16px; margin-right: -11px; text-align: center; width: 68px; }

ol.winningNumberBalls span.fireball { background: url(fireball_background.png) no-repeat scroll 16px 5px transparent; color: #FFFFFF; display: inline-block; font-family: 'Roboto Condensed'; font-size: 175%; font-style: normal; font-weight: bold; height: 62px; line-height: 175%; padding-top: 8px; padding-right: 5px; margin-left: -15px; margin-right: -17px; text-align: center; width: 78px; }

ol.winningNumberBalls span.powerball { background: url(ball_background_pb.png) no-repeat scroll 14px 4px transparent; color: #FFFFFF; display: inline-block; font-family: 'Roboto Condensed'; font-size: 175%; font-style: normal; font-weight: bold; height: 62px; line-height: 175%; margin-left: -16px; margin-right: -11px; text-align: center; width: 68px; }

ol.winningNumberBalls span.megaball { background: url(ball_background_mm.png) no-repeat scroll 14px 4px transparent; color: #233B96; display: inline-block; font-family: 'Roboto Condensed'; font-size: 175%; font-style: normal; font-weight: bold; height: 62px; line-height: 175%; margin-left: -16px; margin-right: -11px; text-align: center; width: 68px; }

ol.winningNumberBalls span.bonusball { background: url(ball_background_tts.png) no-repeat scroll 14px 4px transparent; color: #FFFFFF; display: inline-block; font-family: 'Roboto Condensed'; font-size: 175%; font-style: normal; font-weight: bold; height: 62px; line-height: 175%; margin-left: -16px; margin-right: -11px; text-align: center; width: 68px; }

ol.winningNumberBallsCombos span.fireball { background: url(fireball_background.png) no-repeat scroll 16px 9px transparent; color: #FFFFFF; display: inline-block; font-family: 'Roboto Condensed'; font-size: 200%; font-style: normal; font-weight: bold; height: 62px; line-height: 175%; padding-top: 8px; padding-right: 5px; margin-left: -15px; margin-right: -17px; text-align: center; width: 78px; }

ol.winningNumberBallsCombos span.fireball01 { background: url(fireball_background.png) no-repeat scroll 16px 9px transparent; color: #FFFFFF; display: inline-block; font-family: 'Roboto Condensed'; font-size: 200%; font-style: normal; font-weight: bold; height: 62px; line-height: 175%; padding-top: 8px; padding-right: 5px; margin-left: -15px; margin-right: 0px; text-align: center; width: 78px; }

ol.winningNumberBallsCombos span.fireball02 { background: url(fireball_background.png) no-repeat scroll 16px 9px transparent; color: #FFFFFF; display: inline-block; font-family: 'Roboto Condensed'; font-size: 200%; font-style: normal; font-weight: bold; height: 62px; line-height: 175%; padding-top: 8px; padding-right: 5px; margin-left: -15px; margin-right: 0px; text-align: center; width: 78px; }

ol.winningNumberBallsCombos span.fireball03 { background: url(fireball_background.png) no-repeat scroll 16px 9px transparent; color: #FFFFFF; display: inline-block; font-family: 'Roboto Condensed'; font-size: 200%; font-style: normal; font-weight: bold; height: 62px; line-height: 175%; padding-top: 8px; padding-right: 5px; margin-left: -15px; margin-right: 0px; text-align: center; width: 78px; }

ol.winningNumberBallsCombos span.fireball04 { background: url(fireball_background.png) no-repeat scroll 16px 9px transparent; color: #FFFFFF; display: inline-block; font-family: 'Roboto Condensed'; font-size: 200%; font-style: normal; font-weight: bold; height: 62px; line-height: 175%; padding-top: 8px; padding-right: 5px; margin-left: -15px; margin-right: 0px; text-align: center; width: 78px; }

div.fireballCombos {
border: 1px solid #efefef;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-webkit-box-shadow: -15px 15px 25px -5px rgba(153,153,153,1);
-moz-box-shadow: -15px 15px 25px -5px rgba(153,153,153,1);
box-shadow: -15px 15px 25px -5px rgba(153,153,153,1);
padding: 20px;
background-image: url(cellBGgradient.png);
}

/* Breadcrumb */
#breadcrumb {
	background-color:#faa61a;
}

.breadcrumb {
	padding: 15px 15px 15px 30px;
}

/* Footer styles */
#footer {
background-color: #002776;
}

#footer .footHead {
color: white;
font-size: large;	
font-weight: bold;
text-transform: uppercase;
margin-top:25px;
margin-left:20px;
}

#footer p {
color: white;	
}

#footer a {
color: white;
text-decoration: underline;	
}

#footer a:hover {
color: orange;
text-decoration: none;
}

#footer .footer ul {
color: white;
margin-left: 0;
padding-left: 0;
}

#footer li {
list-style: none;
}

/* Video responsive wrapper */
@media (min-width: 320px) {
.videoWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%; /* 1:1 Aspect Ratio */
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 130%;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
}

@media (min-width: 460px) {
.videoWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%; /* 1:1 Aspect Ratio */
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 130%;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
}

@media (min-width: 720px) {
.videoWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%; /* 1:1 Aspect Ratio */
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 130%;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
}

@media (min-width: 980px) {
.videoWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%; /* 1:1 Aspect Ratio */
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 130%;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
}

@media (min-width: 1240px) {
.videoWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 62.5%; /* 8:5 Aspect Ratio */
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 130%;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
}

@media (min-width: 1500px) {
.videoWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 62.5%; /* 8:5 Aspect Ratio */
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 130%;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
}

@media (min-width: 1760px) {
.videoWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 130%;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
}


/* NCshare CSS
----------------------------------------------------------------------------------------------------*/

#share-box {background:white;width:150px;z-index:1000;position:absolute;border:1px solid #cccccc;margin-top:-2px;padding:5px;}
#share-box ul {list-style-type:none;padding:0;margin:0;}
#share-box ul li a,#share-box ul li a:link,#share-box ul li a:visited,#share-box ul li a:hover,#share-box ul li a:active {text-decoration:none !important;}
#share-box ul li a {width:140px;height:36px;display:block;}
#share-box img {vertical-align:middle;width:32px;height:32px;border:0;margin-right:5px}
#ncshare  div.ncshare {padding: 5px;}
#ncshare  div.ncshare img.ncshareicon {margin-right:5px;}

/* Hide Robots input field for forms
----------------------------------------------------------------------------------------------------*/
.robots {
display:none;
}

/* font scaling CSS on Winners page
----------------------------------------------------------------------------------------------------*/
@media (min-width: 1550px) {
  .scaleHeader h1 {
    font-size: 72px;
  }
}
@media (max-width: 1549px) {
  .scaleHeader h1 {
    font-size: 42px;
  }
}

#warning {
      color: red;
      font-size: 0.9em;
      display: none;
      margin-top: 5px;
}