@import url('https://fonts.googleapis.com/css?family=Exo+2|Source+Sans+Pro');


#copyright a,
#copyright p a{font-size: 13px !important;}

#programWrap { display:block; width: 100%; overflow: hidden; overflow-x: scroll; max-width: 1200px; height: 330px;}

#topcontent {padding: 2%; font-size: 1.1em;}
/* Header example */
.controls {text-align: center; margin-left: -7%; display: block;}
.controls button { display: inline-block; width: 40px; height:40px; color:black; background-color: transparent;}
.controls2 {text-align: center; display: block;}
.controls2 button { position:relative; z-index: 100;  display: inline-block; width: 25px; height:25px; color:black; background-color: transparent;}

.example .frame {  white-space: normal; width: 100%; height: 370px;  max-width: 1300px; overflow: hidden; text-shadow: none; text-align: left; border: none;  background: gainsboro;}
.example .frame ul { list-style: none; margin: 0; padding: 0; height: 100%; width: 3000px;  }
.example .frame ul li { float: right; width: 275px; height: 370px; margin-right:2%; text-align: left; }

.example .scrollbar {  display:none; margin: 0 auto 30px; width: 3000px; height: 2px; line-height: 0; }
.example2 .scrollbar2 {  display:none; margin: 0 auto 30px; width: 3000px; height: 2px; line-height: 0; }
.example .scrollbar .handle { width: 100px; height: 100%; background: #fff; }
.example .scrollbar .handle .mousearea { position: absolute; top: -9px; left: 0; width: 100%; height: 20px; }


/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
	overflow: hidden !important;
}

#swipebox-overlay img {
	border: none !important;
}

#swipebox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999 !important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#swipebox-container {
	position: relative;
	width: 100%;
	height: 100%;
}

#swipebox-slider {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	display: none;
	cursor: pointer;
}
#swipebox-slider .slide {
	height: 100%;
	width: 100%;
	line-height: 1px;
	text-align: center;
	display: inline-block;
}
#swipebox-slider .slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
	background: none;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
#swipebox-slider .slide-loading {
	/*background: url(../img/loader.gif) no-repeat center center;*/
}

#swipebox-bottom-bar,
#swipebox-top-bar {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	left: 0;
	z-index: 999;
	height: 50px;
	width: 100%;
}

#swipebox-bottom-bar {
	bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
	top: -50px;
}
#swipebox-top-bar.visible-bars {
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}

#swipebox-title {
	display: block;
	width: 100%;
	text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
	/*background-image: url(../img/icons.png);*/
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	width: 50px;
	height: 50px;
	top: 0;
}

#swipebox-arrows {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 50px;
}

#swipebox-prev {
	background-position: -32px 13px;
	float: left;
}

#swipebox-next {
	background-position: -78px 13px;
	float: right;
}

#swipebox-close {
	top: 0;
	right: 0;
	position: absolute;
	z-index: 9999;
	background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
	display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
	opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
	-webkit-animation: rightSpring 0.3s;
	animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
	-webkit-animation: leftSpring 0.3s;
	animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	content: ' ';
	position: absolute;
	z-index: 999;
	top: 0;
	height: 100%;
	width: 20px;
	opacity: 0;
}
.swipebox-touch #swipebox-container:before {
	left: 0;
	-webkit-box-shadow: inset 10px 0px 10px -8px #656565;
	box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
	right: 0;
	-webkit-box-shadow: inset -10px 0px 10px -8px #656565;
	box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
	opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
	opacity: 1;
}

@-webkit-keyframes rightSpring {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@keyframes rightSpring {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}
@-webkit-keyframes leftSpring {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}
@keyframes leftSpring {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}
@media screen and (min-width: 800px) {
	#swipebox-close {
		right: 10px;
	}

	#swipebox-arrows {
		width: 92%;
		max-width: 800px;
	}
}
/* Skin
--------------------------*/
#swipebox-overlay {
	background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
	text-shadow: 1px 1px 1px black;
	background: #000;
	opacity: 0.95;
}

#swipebox-top-bar {
	color: white !important;
	font-size: 15px;
	line-height: 43px;
	font-family: Helvetica, Arial, sans-serif;
}


.snip1529 {
	background-color: #000000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	color: #ffffff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	display: inline-block;
	text-shadow: 1px 2px #1d1d18;
	margin: 10px;

	height: 330px;

	overflow: hidden;
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 98%;
}

.snip1529 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.snip1529 img {
	max-width: 100%;
	vertical-align: top;
	position: relative;
	opacity: 0.75;
}

.snip1529 figcaption {
	padding: 25px 20px 25px;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.snip1529 .date {
	background-color: #fff;
	color: #333;
	font-size: 18px;
	font-weight: 800;
	min-height: 48px;
	min-width: 48px;
	padding: 10px 0;
	position: absolute;
	right: 15px;
	text-align: center;
	text-transform: uppercase;
	top: 0;
}

.snip1529 .date span {
	display: block;
	line-height: 14px;
}

.snip1529 .date .month {
	font-size: 11px;
}

.snip1529 h3,
.snip1529 p {
	margin: 0;
	padding: 0;
}

.snip1529 h3 {
	font-weight: 800;
	letter-spacing: -0.4px;
}

.snip1529 .hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	background-color: rgba(206, 7, 26, 0.75);
	display: flex;
	font-size: 65px;
	justify-content: center;
	opacity: 0;
}

.snip1529 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

.snip1529:hover .hover,
.snip1529.hover .hover {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	opacity: 1;
}

.snip1529:hover figcaption,
.snip1529.hover figcaption {
	opacity: 0;
}

.snip1529:hover .date,
.snip1529.hover .date {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}



#Banner { width:105%; overflow: hidden;}
#Banner nav{background-color:transparent;}
#mobi {display:block;}
#content  {


	width: 95%;
margin-left:5%;
	background-color:white;
} #topBar{
	display:inline-block;
	position:absolute;
	z-index: 30000;
	float:right;
	font-size: 1.1em;
	background-color:#C00;
	padding:1%;
	color:white;
	font-weight:bold;
	right: 40px;
	top: 30px;
	font-family: 'Exo 2', sans-serif;
} #da-slider{display:none;}

h2 {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}


li {
	list-style-type: none
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #CC0033;
	border: solid thin #ccc;
	background: #e9e9e9;
	text-align: left;
	font-weight: bold;
	width: 100%;
	display: inline-block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 3%;
}

input[type=checkbox]{
    display: none;
}
input#reveal-email:checked ~ .remove-check{
    display: none;
}
input#reveal-email:checked ~ #menu1{
    display: block;
	text-align:center;
	text-decoration:none;
	font-size: 1.2em; 
	line-height: 2.5em;
	background-color: #F3F3F3;
} 
input#reveal-email2:checked ~ .remove-check{
    display: none;
}
input#reveal-email2:checked ~ #menu2{
    display: block;
	text-align:center;
	text-decoration:none;
	font-size: 1.2em; 
	line-height: 2.5em;
	background-color: #F3F3F3;
}  input#reveal-email3:checked ~ .remove-check{
    display: none;
}
input#reveal-email3:checked ~ #menu3{
    display: block;
	text-align:center;
	text-decoration:none;
	font-size: 1.2em; 
	line-height: 2.5em;
	background-color: #F3F3F3;
} 
input#reveal-email4:checked ~ .remove-check{
    display: none;
}
input#reveal-email4:checked ~ #menu4{
    display: block;
	text-align:center;
	text-decoration:none;
	font-size: 1.2em; 
	line-height: 2.5em;
	background-color: #F3F3F3;
} 
#nomobi { display:none;}
#menu1{
   display: none;
} #menu2{
   display: none;
} #menu3{
   display: none;
} #menu4{
   display: none;
}
#column1 {
	
}
#coverages {display:none;}
#number {color:black; float:left; font-weight:normal; margin-bottom:6%; font-size: .8em; width: 100%;text-align: center; margin-left:5%; padding-top: 1.4%; border-bottom: sold thin #ccc;}

 @media only screen and (min-width:630px) {
#content  {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%
background-color: white;}  #da-slider{display:none;} 
 } @media only screen and (min-width:1100px) {
#da-slider{display:block;}
#logo {
width: 30%;	
padding-left: 4%;
padding-bottom: 1%;
	padding-right: 1.1625%
}
	.snip1529 {
		background-color: #000000;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
		color: #ffffff;
		font-family: 'Open Sans', Arial, sans-serif;
		font-size: 16px;
		line-height: 1.6em;
		display: inline-block;
		text-shadow: 1px 2px #1d1d18;
		margin: 10px;

		height: 330px;

		overflow: hidden;
		position: relative;
		text-align: left;
		vertical-align: top;
		width: 100%;
	}
#topBar{
	display:inline-block;
	position:absolute;
	z-index: 30000;
	float:right;
	font-size: 1.1em;
	background-color:#C00;
	padding:1%;
	color:white;
	font-weight:bold;
	right: 40px;
	top: 30px;
	font-family: 'Exo 2', sans-serif;
}
#footer-1{ -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
	padding: 2%;
	background-color: rgba(0, 0, 0, 0.2); } #footer-1 a{color:black;}
	#footer-2{ -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
	padding: 2%;
	background-color: rgba(0, 0, 0, 0.2);} #footer-2 a {color:black;}
	#column1{
		margin-top: -35px;
		-webkit-column-count: 3; -webkit-column-gap: 20px;
    -webkit-column-rule-style: inset;
    -webkit-column-rule-color: #ddd;
 /* Chrome, Safari, Opera */
    -moz-column-count: 3; -moz-column-gap: 20px;
    -moz-column-rule-style: inset;
    -moz-column-rule-color: #ddd;/* Firefox */
    column-count: 3; column-gap: 20px;
    column-rule-style: inset;
    column-rule-color: #ddd;
	padding: 1%;
	  -webkit-column-rule-width: 1px; /* Chrome, Safari, Opera */
    -moz-column-rule-width: 1px; /* Firefox */
    column-rule-width: 1px;
	
	}
h2 {font-family: 'Exo 2', sans-serif;}

@charset "utf-8";
.ie6 img {
	width: 100%
}




li {
	list-style-type: none
}



nav {
  text-align:right;
 
  width: 100%;
  background: #bebebe;
  padding: 0;
  margin: 0;
  height: 60px;
  position:relative;
  font-weight:bold;
  font-size:1.4em;
  font-family: 'Exo 2', sans-serif;
}

nav ul {
 display:inline-block;
  list-style:none;
  padding:0 20px;
  margin: 0;
  height: 60px;
}


nav ul li {
  display: inline-block;

}


nav ul li a {
	color: #333333;
	display: block;
	text-decoration: none;
	float: left;
	height: 60px;
	line-height: 60px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

nav ul li:hover {
  background-color: rgba(0,0, 0, 0.3);
  color:white;
}


nav ul li:hover > a{
    color:white;
}

nav ul li:hover > ul {
	display: block;
	color:white;
}
nav ul li:hover > #menu1 {
	display: block;
	color:white;
}
nav ul li:hover > #menu2 {
	display: block;
	color:white;
}
nav ul li:hover > #menu3 {
	display: block;
	color:white;
}

nav ul li:hover > #menu4 {
	display: block;
	color:white;
}


nav ul ul {
 position: absolute;
 z-index: 100000;
	top: 45px; 
	left: 0px;color:white;
	background-color: #FF3333;
  padding:0; 
  color:white;
  text-align: center;
  display:none;
    width: 100%;
  
} nav ul ul a:visited{

  color:white;
 
} nav ul ul a:link{

  color:white;
 
} #nomobi { display:block;}

#coverages {display:block;  background-image: url(/images/debut_light.png);
	background-repeat: repeat;} #preferred { disply:block; width:100%; background-color:#FFF; padding:2%; }
#preferred img{ width:30%; display:inline-block; padding:1%; }
#mobi {display:none;}
#number {color:black; float:left; font-weight:normal; font-size: .8em; margin-left:5%; padding-top: 1.4%; width: 420px;}
}

