/**
 * General styles
 */
html, body {
  width: auto !important;
  overflow-x: hidden !important;
}

body {
    color: #333;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    color: #003366;
	margin: 0 0 20px;
}

h3, h5 {
	margin: 0 2% 20px;
}

#footer .container a {
	color: #C00;
}

#footer .container a:hover {
	color: #F00;
}

/*
.translate-esp, .translate-eng {
position: fixed;
right: 15px;
top: 15px;
color: #d2d2d2;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 25px;
font-size: 14px;
padding: 5px 12px;
z-index: 10000;
transition: all .3s linear;
-ms-transition: all .3s linear;
-moz-transition: all .3s linear;
-webkit-transition: all .3s linear;
}

.translate-esp:hover, .translate-eng:hover {
cursor: pointer;
color: #fff;
background-color: rgba(0,0,0,.95);
}
*/

/*
.translate-div {
	float: right !important;
	padding: 0px;
	margin: 0px;
}
*/

#translator_408 {
	float: right !important;
	padding: 0px;
	margin: 0px;
}

.translate-esp, .translate-eng {
position: fixed;
right: 15px;
top: 15px;
color: #d2d2d2;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 25px;
font-size: 14px;
padding: 5px 12px;
z-index: 10000;
transition: all .3s linear;
-ms-transition: all .3s linear;
-moz-transition: all .3s linear;
-webkit-transition: all .3s linear;
}

.translate-esp:hover, .translate-eng:hover {
cursor: pointer;
color: #fff;
background-color: rgba(0,0,0,.95);
}


#embedCode {
	width: 88%;
	color: white;
	background-color: #c42e2d;
	border-radius: 25px;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 1% 20px;
	padding: 10px 5%;
}
#embedCode:hover {
	background-color: #ab1616;
	margin: 2px 1% 18px;
}

xmp {
	margin: 0;
	padding: 0;
}

/**
 * Forms
 */
input,
button,
select,
textarea {
    font-family: Helvetica, Arial, sans-serif;
}
input[type=text],
input[type=text]:focus,
.form-search .input-append .search-query {
    border: none;
    border-radius: 0px;
    -moz-box-shadow: inset 0 3px 5px -3px rgba(0,0,0,0.9);
    -webkit-box-shadow: inset 0 3px 5px -3px rgba(0,0,0,0.9);
    box-shadow: inset 0 3px 5px -3px rgba(0,0,0,0.9);
    color: #000;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 0;
    behavior: url(../../js/frcsimulcast/PIE.htc);
}
input::-webkit-input-placeholder {
    color: #000;
    text-transform: uppercase;
}
input:-moz-placeholder {
    color: #000;
    text-transform: uppercase;
}
input:-ms-input-placeholder {
    color: #000;
    text-transform: uppercase;
}


/**
 * Share This link
 */

.share-this {
    background-color: black;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0;
    display: inline-block;
    font-size: 13px;
    position: relative;
    behavior: url(../../js/frcsimulcast/PIE.htc);
	/* ADDED*/
	position: fixed;
	right: 0px;
	top: 75px;
	z-index: 10000;
	transition: all .3s linear;
	-ms-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.share-this, .share-this a {
    color: #369;
}
.share-this .share-links {
    /*background-color: #b2cbe5;*/
    background-color: black;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: block;
    width: auto;
    /*height: 22px;*/
    line-height: 26px;
    padding: 5px 5px 0px 5px;
    position: relative;
    behavior: url(../../js/frcsimulcast/PIE.htc);
}
.share-this .share-text {
    display: block;
    float: left;
}
.share-this .share-links ul {
    float: left;
    width: 36px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.share-this .share-links li {
    /* display: inline; */
    width: 36px;
    height: 36px;
    margin: 0 0 5px;
}
.share-this .share-links a {
    /* background: url(../../img/domain/frc/share-icons.png) no-repeat center; */
    background: url(../../img/domain/frcsimulcast/socmed/socmed36.png) no-repeat center;
    display: block;
    float: left;
    height: 36px !important;
    margin: 0 0 5px;
    text-indent: -9999px;
    border: 0px solid red;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.share-this .share-links .share-twtr {
    background-position: -36px top;
    width: 36px;
}
.share-this .share-links .share-fb {
    background-position: 0 0;
    width: 36px;
}
.share-this .share-links .share-fb-thumb {
    background-position: 0 0;
    width: 36px;
}
.share-this .share-links .share-email {
    background-position: -108px top;
    width: 36px;
}
.share-this a.last {
    padding-right: 10px;
}
.share-page {
    /*background-color: #ffffff;
    border: 1px solid #c5dbf2;*/
    background-color: black;
    border: 0px solid #c5dbf2;
}
.share-page .share-links {
    float: left;
    line-height: 22px;
}
.share-page .share-text {
    display: none;
}
.share-page .share-links a {
    height: 36px;
}



/**
 * Buttons
 */
.btn-large,
.btn-group > .btn-large {
    border: none;
    color: #fff;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
}
@media (max-width: 767px) {
	.btn-large,
	.btn-group > .btn-large {
	    font-size: 12px;
	}
}
@media (min-width: 768px) {
	.btn-large,
	.btn-group > .btn-large {
	    font-size: 14px;
	}
}

.btn-large {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    z-index: 0;
    behavior: url(../../js/frcsimulcast/PIE.htc);
}
.btn-group > .btn:first-child {
    -moz-border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    border-radius: 12px 0 0 12px;
    border-right: 1px solid rgba(0,0,0,0.4);
    z-index: 2;
    position: relative;
    behavior: url(../../js/frcsimulcast/PIE.htc);
}
.btn-group > .btn:nth-child(2) {
    border-right: 1px solid rgba(0,0,0,0.4);
    z-index: 1;
    position: relative;
    behavior: url(../../js/frcsimulcast/PIE.htc);
}
.btn-group > .btn:last-child {
    -moz-border-radius: 0 12px 12px 0;
    -webkit-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0;
    position: relative;
    z-index: 0;
    behavior: url(../../js/frcsimulcast/PIE.htc);
}
.btn.blue {
    background: url(../../img/domain/starspangledsunday/btn_b_bg.gif) repeat-x center;
    position: relative;
    z-index: 0;
}
.btn.green {
    background: url(../../img/domain/starspangledsunday/btn_g_bg.gif) repeat-x center;
    position: relative;
    z-index: 0;
}
.btn.blue:hover {
    background: url(../../img/domain/starspangledsunday/btn_g_bg.gif) repeat-x center;
    color: #fff;
}
.btn.green:hover {
    background: url(../../img/domain/starspangledsunday/btn_b_bg.gif) repeat-x center;
    color: #fff;
}
.btn.darkblue,
.user-actions .btn-toolbar .btn {
    background: #316597;
    border: none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: inset 0 -30px 15px -18px #036;
    -webkit-box-shadow: inset 0 -30px 15px -18px #036;
    box-shadow: inset 0 -30px 15px -18px #036;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
}
/**
 * Responsive Utility Classes
 */
.visible-widescreen {
  display: none !important;
}
.hidden-widescreen {
  display: inherit !important;
}

@media (min-width: 768px) {
    .row-fluid-if-mobile {
        clear: none;
    }
}
@media (min-width: 1200px) {
  .visible-widescreen {
    display: inherit !important;
  }
  .hidden-widescreen {
    display: none !important;
  }
}
@media (min-width: 980px) {
  .visible-widescreen {
    display: inherit !important;
  }
  .hidden-widescreen {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-widescreen {
    display: none !important;
  }
  .hidden-widescreen {
    display: inherit !important;
  }
  .fill-width-if-lt-desktop {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .visible-widescreen {
    display: none !important;
  }
  .hidden-widescreen {
    display: inherit !important;
  }
  .full-width-if-mobile {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .row-fluid-if-mobile {
    clear: both;
  }
  .row-fluid-if-mobile .span6 {
    width: 48.45354447606087%;
  }
  .row-fluid-if-mobile .offset3:first-child {
    margin-left: 25.773227761969565%;
  }
}



/*--------------- VIDEO CSS ---------------*/
.video {
    clear: both;
    margin-top: -10px;
    max-width: 100%;
}
.video-container {
    height: 0;
    /*overflow: hidden;*/
    padding-bottom: 56.25%;
    position: relative;
    border: 0px solid green;
}
.video-container > div {
    /*height: 100% !important;*/
    /*padding-top: 56.25%; */
    position: absolute !important;
    width: 100% !important;
}

.video-container iframe,
.video-container object,
.video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: 0px solid red;
}
/* Workarounds for jwplayer html5 player */
.video-container > a {
    height: 100% !important;
    position: static !important;
    width: 100% !important;
}
.video-container img[id*="jwplayer_display_image"] {
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
}
.video-container div[id*="jwplayer_display_iconBackground"] {
    left: 50% !important;
    margin: -25px 0 0 -25px !important;
    top: 50% !important;
}

iframe {
	margin-top: 20px;
}
/*--------------- END VIDEO CSS ---------------*/

.speakersRow {
    clear: both;
    margin: 0;
    padding: 0;
}

/*---- TESTING ROTATOR ------------*/
.featured-content {
    clear: both;
    margin: 0;
    padding: 0;
}
.featured-content .tab-content {
    display: none;
    overflow: hidden;
}
.featured-content .tab-content.active {
    display: block;
}
.featured-content time {
    color: #036;
    font-size: 12px;
    font-weight: bold;
}
.featured-content h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}

.featured-nav-buttons {
    list-style: none;
    margin: 0 0;
}
.featured-nav-buttons a {
    background: #036;
    color: #fff;
    display: block;
    font: bold 18px/42px 'Open Sans', Helvetica, Arial, sans-serif;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.featured-nav-buttons a:hover,
.featured-nav-buttons .active a {
    background: #c62c27;
    color: #FFF;
    text-decoration: none;
}


/*--- BUTTONS ---*/
.button {
    list-style: none;
    margin: 0 0;
}
.button a {
    background: #c42e2d;
    color: #fff;
    display: block;
    font: bold 16px/42px 'Open Sans', Helvetica, Arial, sans-serif;
    margin: 0;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.button a:hover,
.button .active a {
    background: #ab1616;
    color: #FFF;
    text-decoration: none;
}

.button2L {
    list-style: none;
    margin: 0 0;
}
.button2L a {
    background: #c42e2d;
    color: #fff;
    display: block;
    font: bold 16px/24px 'Open Sans', Helvetica, Arial, sans-serif;
    margin: 0;
    margin-bottom: 0px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.button2L a:hover,
.button2L .active a {
    background: #ab1616;
    color: #FFF;
    text-decoration: none;
}

.buttonViews {
    background: #CCC;
    float: left;
    width: 100%;
    color: #333;
    display: block;
    font: bold 12px/36px 'Open Sans', Helvetica, Arial, sans-serif;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}



/*--- FORM CSS ---*/
label#error {
	color: #C00;
	font-weight: 700;
}

.dntFrm .btn-group .btn {
    max-width: 31%;
    padding-left: 1%;
    padding-right: 1%;
    width: 33%;
}

.dntFrm .btn-group {
    max-width: 100% !important;
    width: 100%;
}

.dntFrm select {
    background-color: #FFF;
    border: 1px solid #CCC;
}

.dntFrm input[type=text] {
    /*background-color: #fdf7ec;*/
    border: none;
    color: #036;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #CCC;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: inset 0 0 5px #e5e5e5;
    -webkit-box-shadow: inset 0 0 5px #e5e5e5;
    box-shadow: inset 0 0 5px #e5e5e5;
}

/**
 * Small-screen
 */
@media (max-width: 767px) {
	body {
		padding: 0;
		border-top: 0px solid red;
	} 
/* Header */
    #header {
		background: #FFF;
		height: auto;
		margin: 0;
		padding: 0;
		min-height: 125px;
		max-height: 175px;
        border: 0px solid red;
    }
    #header .logo {
    	text-align: center;
        float: none;
        margin: 15px auto;
		padding: 0;
		height: 100px !important;
        border: 0px solid red;
    }
    #header .logo img {
		height: 100px;
    }
	#header .logo a {
	    height: 100px;
	    text-indent: -9999px;
		margin: 0;
		padding: 0;
	    width: 90%;
        border: 0px solid red;
	}
	.socMed {
		display: none;
	}
/* dateTime */
    #dateTime {
        /*height: auto;*/
	    border: 0px solid fuchsia;
    }
    #dateTime .container {
	    background: #CCC;
    	width: 100%;
        /*height: auto;*/
        padding: 3px 0;
    	margin: 0;
	    border: 0px solid red;
    }
    .dateTimeInfo {
    	text-align: center;
    	color: #333;
    	width: 100%;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
    .dateTimeInfo .dateTimeLft {
    	float: left;
    	width: 100%;
        border: 0px solid yellow;
    }
    .dateTimeInfo .dateTimeLft h1 {
		color: #333;
		font-weight: bold;
		font-size: 21px;
		margin: 0;
		padding: 0;
    }
    .dateTimeInfo .dateTimeRgt {
    	float: right;
    	width: 100%;
    	margin: 0;
    	padding: 0;
        border-left: 0px solid #f7e4c1;
    }
    .dateTimeInfo .dateTimeRgt p {
		color: #333;
		font-weight: bold;
		font-size: 12px;
		margin: 0;
		padding: 0;
    }
    .dateTimeInfo .dateTimeReg {
    	float: left;
    	text-align: center !important;
    	width: 80%;
    	font-size: 14px;
    	margin: 8px 0;
    	padding: 0 10%;
        border: 0px solid #1c2351;
    }
/* Video Row */
    #videoRw {
        height: auto !important;

		background: #e5e5e5; /* Old browsers */
		background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 25%, #ffffff 95%, #e5e5e5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(25%,#ffffff), color-stop(95%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

        border: 0px solid yellow;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
    }
    /*#videoRw .container {
        height: auto !important;
        padding: 20px 0 0;
        border: 0px solid yellow;
    }*/
    .videoInfo {
    	text-align: left;
    	width: 94%;
    	margin: 0 3%;
    	padding: 0;
	    border: 0px solid red;
    }
    #videoRw .vidLft {
    	width: 100%;
    	height: inherit !important;
    	float: left !important;
    	clear: left;
    	margin: 0 0 15px;
    	padding: 0;
        border: 0px solid red;
    }
    #videoRw .vidRgt {
    	width: 100%;
    	float: left !important;
    	height: inherit !important;
    	clear: left;
    	margin: 10px 0 15px;
		padding: 0;
        border: 0px solid blue;
    }
    #videoRw .vidRgt h2 {
	    float: left;
    	font-size: 24px;
    	line-height: 28px;
    	margin: 0 0 10px;
    	color: #c62c27;
    }
    #videoRw .vidRgt p {
	    float: left;
    	color: #333;
    	font-size: 12px;
    	line-height: 14px;
    	margin-bottom: 15px;
    }
    #videoRw .vidRgt button {
	    float: left;
    	width: 96%;
    	margin: 0 2%;
    	padding: 5px 0;
        border: 0px solid yellow;
    }
	#embedCodeHm {
		width: 100%;
		color: white;
		background-color: #c42e2d;
		border-radius: 25px;
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		margin: 0px 0% 12px;
		padding: 5px 5%;
	}
	#embedCodeHm:hover {
		background-color: #ab1616;
		margin: 0px 0% 12px;
	}
	#embedCodeHmBlu {
		width: 88%;
		color: white;
		background-color: #1c2351;
		border-radius: 25px;
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		margin: 0px 1% 12px;
		padding: 10px 5%;
	}
	#embedCodeHmBlu a {
		color: white;
	}
	#embedCodeHmBlu:hover, #embedCodeHmBlu a:hover {
		background-color: #30386b;
		color: white;
		margin: 0px 1% 12px;
	}
	
/* Listen Now */
    #listenNow {
        /*height: 60px;*/
	    border: 0px solid fuchsia;
    }
    #listenNow .container {
	    background: #FFF;
    	width: 100%;
    	padding: 15px 0;
    	margin: 0;
	    border-top: 1px solid #999;
	    border-bottom: 1px solid #999;
    }
    .listenInfo {
    	text-align: center;
    	color: #1c2351;
    	width: 100%;
    	padding: 0;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
    .listenInfo .listenLftBttn {
    	text-align: center;
    	width: 290px;
    	margin: 0 auto 20px auto;
    	padding: 0;
        border: 0px solid yellow;
    }
    .listenInfo .listenLft {
    	text-align: center;
    	width: 200px;
    	margin: 0 auto 20px auto;
    	padding: 0;
        border: 0px solid yellow;
    }
    .listenInfo .listenRgt {
    	width: 200px;
    	margin: 0 auto;
    	padding: 0 0 0 0;
        border-left: 0px solid #999;
    }

/* Speakers Row */
    #speakersRow {
	    border: 0px solid fuchsia;
	    background: #CCC;
    }
    #speakersRow .container {
	    background: #CCC;
    	width: 96%;
        height: auto;
    	padding: 0;
    	margin: 0 2%;
	    border: 0px solid red;
    }
    .speakersInfo {
    	text-align: left;
    	color: #333;
    	width: 96%;
    	margin: 0 2% 2%;
	    border: 0px solid yellow;
    }
	h2.speaker-header {
		float: left;
		width: 100%;
		color: #333;
		font-size: 18px;
		line-height: 0px;
		font-weight: bold;
		margin: 5px 0 !important;
		padding: 0;
	}
	p.speaker-text {
		float: left;
		width: 94%;
		color: #333;
		font-size: 12px;
		margin: 0 0 20px 0;
		padding: 0 3%;
	}
	.speaker-div {
		float: left;
		text-align: center;
		display: block;
		width: 29.33333334%;
		height: 125px;
		padding: 0;
		margin: 0 2% 10px;
		border: 0px solid red;
	}
	img.speaker-img {
		border-radius: 200px;
		max-width: 75px;
		border: solid 3px #333;
		margin-bottom: 10px;
	}
	div.caption p strong {
		font-size: 12px;
		line-height: 12px;
		font-weight: bold;
		padding-bottom: 0px;
	}
	div.caption p {
		display: none;
		font-size: 10px;
		line-height: 10px;
		font-style: italic;
		margin-bottom: 3px;
	}	
	
/* Buttons Bar */
    #buttonBar {
        /*height: auto;*/
	    border: 0px solid fuchsia;
    }
    #buttonBar .container {
	    background: #1c2351;
    	width: 100%;
        /*height: auto;*/
        padding: 3px 0;
    	margin: 0;
	    border: 0px solid red;
    }
    .buttonBarInfo {
    	text-align: center;
    	color: #333;
    	width: 90%;
    	margin: 15px 5%;
	    border: 0px solid yellow;
    }
	.buttonBarInfo .tabButtons {
	    list-style: none;
	    margin: 0;
	}
	.buttonBarInfo .tabButtons a {
		float: left;
	    background: #c62c27;
	    color: #fff;
	    display: block;
	    font-size: 14px;
	    font-weight: bold;
	    margin: 0 0 15px 0;
	    padding: 8px 0;
	    width: 100%;
	    text-align: center;
	    text-transform: uppercase;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
	}
	.buttonBarInfo .tabButtons a:hover,
	.buttonBarInfo .tabButtons .active a {
	    background: #a9191d;
	    color: #FFF;
	    text-decoration: none;
	}
	
	
/* Content Row */
    #contentRw {
        height: 100%;
        padding: 30px 0 50px;
	    background: #FFF;
    }
    #contentRw .cntntLft {
    	float: left;
    	width: 94%;
    	margin: 0 3%;
    	color: #333;
        border: 0px solid yellow;
    }    
    #contentRw .cntntLft > article > h2 {
    	float: left;
    	width: 100%;
		margin: 0 0 10px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #contentRw .cntntLft > article > h3 {
    	float: left;
    	width: 100%;
    	font-size: 21px;
		margin: 0 0 20px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #contentRw .cntntLft > article > h4 {
    	float: left;
    	width: 100%;
    	font-size: 18px;
		margin: 0 0 15px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #contentRw .cntntLft > article > p {
    	float: left;
    	width: 100%;
		margin: 0 0 20px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #contentRw .cntntLft ul#resourceBx50 {
    	float: left;
    	text-align: left;
    	margin: 0;
    	padding: 0;
	    width: 100%;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx50 > li {
    	float: left;
    	text-align: center;
    	margin: 0;
    	padding: 0;
	    width: 100%;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx50> li a {
    	float: left !important;
		clear: left;
    	color: white;
    	background: #333;
    	text-align: center;
    	width: 94%;
    	margin: 2px 3% 3px;
    	padding: 10px 0;
	    border: 0px solid red !important;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
    }
    #contentRw .cntntLft ul##resourceBx50 > li > a:hover {
    	margin: 3px 3% 2px;
    }
    #contentRw .cntntLft ul#resourceBx li {
    	float: left;
    	text-align: center;
    	list-style-type: none;
    	margin: 0 3% 20px;
    	padding: 0;
	    width: 94%;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx > li#twoThirds {
    	float: left;
    	text-align: left;
    	margin: 0 3%;
    	padding: 0;
	    width: 94%;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx > li > img {
		max-height: 130px;
    	margin: 0 0 10px;
    	padding: 0;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx > li a {
    	float: left !important;
		clear: left;
    	color: white;
    	background: #333;
    	text-align: center;
    	width: 94%;
    	margin: 2px 3% 3px;
    	padding: 10px 0;
	    border: 0px solid red !important;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
    }
    #contentRw .cntntLft ul#resourceBx > li a:hover {
    	margin: 3px 3% 2px;
    }
    #contentRw .cntntLft ul#resourceBx > li > ul {
		list-style: disc;
		padding-left: 10px;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx > li > ul > li {
		list-style: disc;
		margin-left: 20px;
	    border: 0px solid red !important;
    }


    #contentRw h2 {
    	font-size: 32px;
    	line-height: 36px;
    	margin-bottom: 25px;
    	color: #c62c27;
    }
    #contentRw p {
    	line-height: 18px;
    	margin-bottom: 15px;
    }
	
    #contentRw ul#contentList {
	    margin: 0 0 20px 20px;
	}
	
    #contentRw ul#contentList li {
	    line-height: 22px;
	    text-transform: none;
	    font-weight: normal;
	    list-style-type: disc;
	}
    #contentRw .cntntRgt {
    	float: right;
    	clear: left;
    	width: 94%;
    	margin: 0 3%;
        border: 0px solid yellow;
    }
/* Form */
	.dntFrm {
		width: 96%;
		padding: 0 2%;
		clear: left;
	}
	.dntFrm .dntCSml {
		float: left;
		padding: 7px 5px 5px;
		margin: 5px 0;
		width: 25%;
	}
	.dntFrm .dntCLrg {
		float: left;
		padding: 0 5px 7px;
		margin: 5px 0;
		width: 100%;
	}
	.dntCLrg input[type=text] {
	    width: 60%;
	}
	.dntFrm input[type=radio] {
		margin: 0 0 5px;
	}
	.dntFrm input[type=text] {
	    height: 22px;
	    padding: 3px 10px;
	}
	.dntFrm50, .dntFrm100 {
		width: 96%;
		padding: 0 2%;
		margin: 0 0 20px;
	}
	.dntFrm50 input[type=text] {
	    width: 96%;
	}
	.dntFrm50 select {
		width: 49%;
	}
	.dntFrm25 {
		text-align: center;
		float: left;
		width: 48%;
		padding: 5px 0;
	}
/* Footer */
    #footer {
        height: 200px;
		/*
		background: #e5e5e5; /* Old browsers *
		background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 25%, #ffffff 95%, #e5e5e5 100%); /* FF3.6+ *
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(25%,#ffffff), color-stop(95%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ *
		background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ *
		background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* Opera 11.10+ *
		background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* IE10+ *
		background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* W3C *
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 *
		*/
        border: 1px solid yellow;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
    }
    #footer .container {
    	width: 100%;
    	height: 200px;
    	padding: 0px auto;
    }
    .footerInfo {
    	text-align: center;
    	font-size: 12px;
    	line-height: 18px;
    	font-weight: bold;
    	color: #FFF;
    	width: 94%;
    	margin: 20px 3% 0;
    }
    .footerInfo p {
    	margin: 0 0 10px;
    }

/* Twitter Tag */
    #twittertag {
        /*height: 60px;*/
	    border: 0px solid fuchsia;
    }
    #twittertag .container {
	    background: #1c2351;
    	width: 100%;
    	padding: 0;
    	margin: 0;
	    border: 0px solid red;
    }
    .twittertagInfo {
    	text-align:center;
    	color: #fff;
    	width: 300px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
    .twittertagInfo h1 {
		color: #f7e4c1;
		font-weight: bold;
		font-size: 16px;
		line-height: 16px;
		margin: 12px 0 16px;
		padding: 0;
    }
    .twittertagInfo h1:hover {
		color: white;
		margin: 14px 0 14px;
    }

/* newsconf */
    #newsconf {
        /*height: 60px;*/
	    border: 0px solid fuchsia;
    }
    #newsconf .container {
	    background: #c62c27;
    	width: 100%;
    	padding: 0;
    	margin: 0;
	    border: 0px solid red;
    }
    .newsconfInfo {
    	text-align:center;
    	color: #fff;
    	width: 300px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
    .newsconfInfo h1 {
		color: #f7e4c1;
		font-weight: bold;
		font-size: 16px;
		line-height: 16px;
		margin: 12px 0 16px;
		padding: 0;
    }
    .newsconfInfo h1:hover {
		color: white;
		margin: 14px 0 14px;
    }
/* spnsorBx */
    .spnsrInfo {
    	text-align: left;
    	width: 100%;
    	height: inherit;
    	clear: left !important;
    	padding: 0;
    	margin: 15px auto;
	    border-top: 2px solid #999;
    }
    .spnsrInfo h2 {
    	font-size: 21px !important;
    	line-height: 23px !important;
    	color: #036 !important;
    	text-align: center;
    	padding: 0;
    	margin: 10px 0 10px !important;
	    border: 0px solid yellow;
    }
	.spnsrBx {
		float: left;
		width: 94%;
		margin: 0 3%;
		padding: 0;
	    border: 0px solid yellow;
	}
	
	.spnsr {
		float: left;
		text-align: center !important;
		width: 48%;
		height: 50px;
		margin: 1px 1% 20px;
		padding: 0 auto !important;
		border: 0px solid red;
	}
	.spnsr img {
		float: none;
		width: auto;
		height: 60px !important;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	.spnsr:hover {
		margin: 2px 1% 19px;
	}
/* scmdBx */
    .scmdInfo {
    	text-align: left;
    	width: 160px;
    	padding: 0;
    	margin: 5px auto;
	    border: 0px solid #999;
    }
	.scmdBx {
		width: 160px;
		margin: 0 auto;
		padding: 0;
	    border: 0px solid yellow;
	}
	
	.scmd {
		float: left;
		width: 30px;
		height: 30px;
		margin: 1px 10px 1px 0;
		padding: 0 0;
		border: 0px solid red;
	}
	.scmd img {
		width: 30px;
		height: 30px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.scmd:hover {
		margin: 2px 10px 0px 0;
	}
}


/**
 * Tablet (768)
 */
@media (min-width: 768px) {
	body {
		border-top: 0px solid green;
	} 
/* Header */
    #header {
		background: #FFF;
		height: 175px;
        border: 0px solid red;
    }
    #header .logo {
	    /* background: url(../../img/domain/starspangledsunday/logo_lg.png) no-repeat center top; */
        float: none;
        height: 135px;
        margin: 10px auto;
        width: 385px;
    }
	#header .logo a {
	    height: 135px;
	    text-indent: -9999px;
	    width: 385px;
        border: 0px solid red;
	}
	.socMed {
		display: none;
	}
/* dateTime */
    #dateTime {
        /*height: 60px;*/
	    border: 0px solid fuchsia;
    }
    #dateTime .container {
	    background: #CCC;
    	width: 100%;
        /*height: 60px;*/
    	padding: 0;
    	margin: 0;
	    border: 0px solid red;
    }
    .dateTimeInfo {
    	text-align: left;
    	color: #333;
    	width: 745px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
    .dateTimeInfo .dateTimeLft {
    	float: left;
    	text-align: right;
    	width: 200px;
        border: 0px solid yellow;
    }
    .dateTimeInfo .dateTimeLft h1 {
		color: #333;
		font-weight: bold;
		font-size: 21px;
		margin: 10px 0;
		padding: 0 10px 0 0;
    }
    .dateTimeInfo .dateTimeRgt {
    	float: left;
    	width: 370px;
    	margin: 8px 0 0;
    	padding: 0 0 0 10px;
        border-left: 2px solid #333;
    }
    .dateTimeInfo .dateTimeRgt p {
		color: #333;
		font-weight: bold;
		font-size: 12px;
		margin: 0;
		padding: 0;
    }
    .dateTimeInfo .dateTimeReg {
    	float: right;
    	width: 160px;
    	font-size: 14px;
    	margin: 8px 0;
    	padding: 0 0;
        border: 0px solid #1c2351;
    }
/* Video Row */
    #videoRw {
        min-height: 270px !important;

		background: #e5e5e5; /* Old browsers */
		background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 25%, #ffffff 95%, #e5e5e5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(25%,#ffffff), color-stop(95%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

        border: 0px solid yellow;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
    }
    .videoInfo {
    	float: left;
    	text-align: left;
    	width: 700px;
    	margin: 0 auto;
    	padding: 10px 0 25px;
	    border: 0px solid red;
    }
    #videoRw .vidLft {
    	float: left;
    	width: 390px;
    	margin: 0 20px 0 0;
    	padding: 0;
        border: 0px solid red;
    }
    #videoRw .vidRgt {
    	float: left;
    	height: inherit !important;
    	color: #333;
    	width: 290px;
    	margin: 0;
    	padding: 0;
        border: 0px solid red;
    }
    #videoRw .vidRgt h2 {
    	font-size: 21px;
    	line-height: 24px;
    	margin: 0 0 10px;
    	color: #c62c27;
    }
    #videoRw .vidRgt p {
    	font-size: 12px;
    	line-height: 14px;
    	margin-bottom: 15px;
    }
    #videoRw .vidRgt button {
    	float: right;
    	width: 96%;
    	margin: 0 2%;
		padding: 5px 0;
        border: 0px solid yellow;
    }
	#embedCodeHm {
		width: 100%;
		color: white;
		background-color: #c42e2d;
		border-radius: 25px;
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		margin: 0px 0% 10px;
		padding: 5px 5%;
	}
	#embedCodeHm:hover {
		background-color: #ab1616;
		margin: 0px 0% 10px;
	}
	#embedCodeHmBlu {
		width: 88%;
		color: white;
		background-color: #1c2351;
		border-radius: 25px;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		margin: 0px 1% 10px;
		padding: 5px 5%;
	}
	#embedCodeHmBlu a {
		color: white;
	}
	#embedCodeHmBlu:hover, #embedCodeHmBlu a:hover {
		background-color: #30386b;
		color: white;
		margin: 0px 1% 10px;
	}
	
/* Listen Now */
    #listenNow {
        /*height: 60px;*/
	    border: 0px solid fuchsia;
    }
    #listenNow .container {
	    background: #FFF;
    	width: 100%;
    	padding: 15px 0;
    	margin: 0;
	    border-top: 1px solid #999;
	    border-bottom: 1px solid #999;
    }
    .listenInfo {
    	text-align: left;
    	color: #1c2351;
    	width: 442px;
    	padding: 0;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
    .listenInfo .listenLftBttn {
    	float: left;
    	text-align: right;
    	width: 442px;
    	margin: 0 0 20px 0;
    	padding: 0;
        border: 0px solid yellow;
    }
    .listenInfo .listenLft {
    	float: left;
    	text-align: right;
    	width: 200px;
    	margin: 0 20px 0 0;
    	padding: 0;
        border: 0px solid yellow;
    }
    .listenInfo .listenRgt {
    	float: right;
    	width: 200px;
    	margin: 0 0 0 0;
    	padding: 0 0 0 20px;
        border-left: 2px solid #999;
    }

/* Speakers Row */
    #speakersRow {
	    border: 0px solid fuchsia;
    }
    #speakersRow .container {
	    background: #CCC;
    	width: 100%;
    	padding: 0;
    	margin: 0;
	    border: 0px solid red;
    }
    .speakersInfo {
    	text-align: left;
    	color: #333;
    	width: 728px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
	h2.speaker-header {
		float: left;
		width: 94%;
		color: #333;
		font-size: 28px;
		line-height: 0;
		font-weight: bold;
		margin: 10px 0 !important;
		padding: 0 3%;
	}
	p.speaker-text {
		float: left;
		width: 94%;
		color: #333;
		font-size: 12px;
		margin: 0 0 20px 0;
		padding: 0 3%;
	}
	.speaker-div {
		float: left;
		display: block;
		text-align: center;
		width: 23%;
		height: 180px;
		padding: 0;
		margin: 0 1% 2%;
		border: 0px solid red;
	}
	img.speaker-img {
		border-radius: 200px;
		max-width: 60%;
		border: solid 3px #333;
		margin-bottom: 10px;
	}
	div.caption p strong {
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		padding-bottom: 3px;
	}
	div.caption p {
		font-size: 9px;
		line-height: 9px;
		font-style: italic;
		margin-bottom: 3px;
	}	
	
/* Buttons Bar */
    #buttonBar {
        /*height: auto;*/
	    border: 0px solid fuchsia;
    }
    #buttonBar .container {
	    background: #1c2351;
    	width: 100%;
        /*height: auto;*/
        padding: 3px 0;
    	margin: 0;
	    border: 0px solid red;
    }
    .buttonBarInfo {
    	text-align: center;
    	color: #333;
    	width: 90%;
    	margin: 15px 5%;
	    border: 0px solid yellow;
    }
	.buttonBarInfo .tabButtons {
	    list-style: none;
	    margin: 0;
	}
	.buttonBarInfo .tabButtons a {
		float: left;
	    background: #c62c27;
	    color: #fff;
	    display: block;
	    font-size: 14px;
	    font-weight: bold;
	    margin: 0 0 15px 0;
	    padding: 8px 0;
	    width: 100%;
	    text-align: center;
	    text-transform: uppercase;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
	}
	.buttonBarInfo .tabButtons a:hover,
	.buttonBarInfo .tabButtons .active a {
	    background: #a9191d;
	    color: #FFF;
	    text-decoration: none;
	}

	
/* Content Row */
    #contentRw {
        height: 100%;
	    padding: 30px 0 30px;
	    background: #FFF;
    }
    .contentInfo {
    	text-align: left;
    	width: 728px;
    	margin: 0 auto;
	    border: 0px solid red;
    }
    #contentRw .cntntLft {
    	float: left;
    	color: #333;
    	width: 94% !important;
    	padding: 0 3%;
        border: 0px solid yellow;
    }

    
    #contentRw .cntntLft > article > h2 {
    	float: left;
    	width: 100%;
		margin: 0 0 10px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #contentRw .cntntLft > article > h3 {
    	float: left;
    	width: 100%;
    	font-size: 21px;
		margin: 0 0 20px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #contentRw .cntntLft > article > h4 {
    	float: left;
    	width: 100%;
    	font-size: 18px;
		margin: 0 0 15px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #contentRw .cntntLft > article > h4 {
    	float: left;
    	width: 100%;
    	font-size: 18px;
		margin: 0 0 15px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #contentRw .cntntLft > article > p {
    	float: left;
    	width: 100%;
		margin: 0 0 20px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #contentRw .cntntLft ul#resourceBx50 {
    	float: left;
    	text-align: left;
    	margin: 0;
    	padding: 0;
	    width: 100%;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx50 > li {
    	float: left;
    	text-align: center;
    	margin: 0;
    	padding: 0;
	    width: 50%;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx50> li a {
    	float: left !important;
		clear: left;
    	color: white;
    	background: #333;
    	text-align: center;
    	width: 94%;
    	margin: 2px 3% 3px;
    	padding: 10px 0;
	    border: 0px solid red !important;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
    }
    #contentRw .cntntLft ul##resourceBx50 > li > a:hover {
    	margin: 3px 3% 2px;
    }
    #contentRw .cntntLft ul#resourceBx > li {
    	float: left;
    	text-align: center;
    	list-style-type: none;
    	margin: 0;
    	padding: 0;
	    width: 33%;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx > li#twoThirds {
    	float: left;
    	text-align: left;
    	margin: 0;
    	padding: 0;
	    width: 67%;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx > li > img {
    	margin: 0 0 10px;
    	padding: 0;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx > li a {
    	float: left !important;
		clear: left;
    	color: white;
    	background: #333;
    	text-align: center;
    	width: 94%;
    	margin: 2px 3% 3px;
    	padding: 10px 0;
	    border: 0px solid red !important;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
    }
    #contentRw .cntntLft ul#resourceBx > li a:hover {
    	margin: 3px 3% 2px;
    }
    #contentRw .cntntLft ul#resourceBx > li > ul {
		list-style: disc;
		padding-left: 10px;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx > li > ul > li {
		list-style: disc;
		margin-left: 20px;
	    border: 0px solid red !important;
    }


    #contentRw h2 {
    	font-size: 32px;
    	line-height: 36px;
    	margin-bottom: 25px;
    	color: #c62c27;
    }
    #contentRw p {
    	line-height: 18px;
    	margin-bottom: 15px;
    }
	
    #contentRw ul#contentList {
	    margin: 0 0 20px 20px;
	}
	
    #contentRw ul#contentList li {
	    line-height: 22px;
	    text-transform: none;
	    font-weight: normal;
	    list-style-type: disc;
	}
    #contentRw .cntntRgt {
    	float: left;
    	width: 94% !important;
    	padding: 0 3%;
        border: 0px solid yellow;
    }
/* From */
	.dntFrm {
		width: 96%;
		padding: 0 2%;
		clear: left;
	}
	.dntFrm .dntCSml {
		float: left;
		padding: 7px 5px 5px;
		margin: 5px 0;
		width: 9%;
	}
	.dntFrm .dntCLrg {
		float: left;
		padding: 0 0 5px 5px;
		margin: 5px 0;
		width: 35%;
	}
	.dntCLrg input[type=text] {
	    width: 60%;
	}
	.dntFrm input[type=radio] {
		margin: 0 0 5px;
	}
	.dntFrm input[type=text] {
   		height: 22px;
	    padding: 3px 10px;
	}
	.dntFrm100 {
		width: 96%;
		padding: 0 2%;
		margin: 0 0 20px;
	}
	.dntFrm50 {
		width: 45.75%;
		display: inline-block;
		margin: 0 0 20px;
		padding: 0 2%;
	}
	.dntFrm50 input[type=text] {
	    width: 96%;
	}
	.dntFrm50 select {
		width: 49%;
	}
	.dntFrm25 {
		text-align: center;
		width: 24.5%;
		display: inline-block;
	}
/* Footer */
    #footer {
        height: 200px;
		/*
		background: #e5e5e5; /* Old browsers *
		background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 25%, #ffffff 95%, #e5e5e5 100%); /* FF3.6+ *
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(25%,#ffffff), color-stop(95%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ *
		background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ *
		background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* Opera 11.10+ *
		background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* IE10+ *
		background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* W3C *
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 *
		*/
    }
    #footer .container {
    	width: 100%;
    	height: 200px;
    	padding: 0px auto;
    }
    .footerInfo {
    	text-align: center;
    	color: #FFF;
    	width: 500px;
    	margin: 20px auto 0;
    	font-size: 12px;
    	line-height: 18px;
    	font-weight: bold;
    }
    .footerInfo p {
    	margin: 0 0 5px;
    }

/* Twitter Tag */
    #twittertag {
        /*height: 60px;*/
	    border: 0px solid fuchsia;
    }
    #twittertag .container {
	    background: #1c2351;
    	width: 100%;
    	padding: 0;
    	margin: 0;
	    border: 0px solid red;
    }
     .twittertagInfo {
    	text-align:center;
    	color: #fff;
    	max-width: 700px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
    .twittertagInfo h1 {
		color: #f7e4c1;
		font-weight: bold;
		font-size: 18px;
		line-height: 18px;
		margin: 12px 0 16px;
		padding: 0;
    }
    .twittertagInfo h1:hover {
		color: white;
		margin: 14px 0 14px;
    }

/* newsconf */
    #newsconf {
        /*height: 60px;*/
	    border: 0px solid fuchsia;
    }
    #newsconf .container {
	    background: #c62c27;
    	width: 100%;
    	padding: 0;
    	margin: 0;
	    border: 0px solid red;
    }
    .newsconfInfo {
    	text-align:center;
    	color: #fff;
    	width: 460px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
    .newsconfInfo h1 {
		color: #f7e4c1;
		font-weight: bold;
		font-size: 18px;
		line-height: 18px;
		margin: 12px 0 16px;
		padding: 0;
    }
    .newsconfInfo h1:hover {
		color: white;
		margin: 14px 0 14px;
    }
/* spnsorBx */
    .spnsrInfo {
    	text-align: left;
    	width: 729px;
    	height: inherit;
    	clear: left !important;
    	padding: 0;
    	margin: 15px auto;
	    border-top: 2px solid #999;
    }
    .spnsrInfo h2 {
    	font-size: 21px !important;
    	color: #036 !important;
    	text-align: center;
    	padding: 0;
    	margin: 10px 0 0 !important;
	    border: 0px solid yellow;
    }
	.spnsrBx {
		width: 700px;
		margin: 0 auto;
		padding: 0;
	    border: 0px solid yellow;
	}
	
	.spnsr {
		float: left;
		width: auto;
		margin: 1px 2.25% 1px;
		padding: 0 0;
		border: 0px solid red;
	}
	.spnsr img {
		float: left;
		width: auto;
		height: 60px !important;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	.spnsr:hover {
		margin: 2px 2.25% 0px;
	}
/* scmdBx */
    .scmdInfo {
    	text-align: center;
    	width: 160px;
    	padding: 0;
    	margin: 5px auto;
	    border: 0px solid #999;
    }
	.scmdBx {
		width: 160px;
		margin: 0 auto;
		padding: 0;
	    border: 0px solid yellow;
	}
	
	.scmd {
		float: left;
		width: 30px;
		height: 30px;
		margin: 1px 10px 1px 0;
		padding: 0 0;
		border: 0px solid red;
	}
	.scmd img {
		width: 30px;
		height: 30px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.scmd:hover {
		margin: 2px 10px 0px 0;
	}
}


/**
 * Desktop (980)
 */
@media (min-width: 980px) {
	body {
		border-top: 0px solid fuchsia;
	} 
/* Header */
    #header {
		background: #FFF;
		height: 265px;
        border: 0px solid red;
        z-index: 0;
    }
    #header .container {
        border: 0px solid red;
    }
    #header .row-fluid {
        border: 0px solid red;
    }
    #header .span12 {
        border: 0px solid red;
    }
    #header .logo {
        height: 225px;
        width: 597px;
        margin: 25px auto 0;
        border: 0px solid red;
    }
    #header .logo img {
        height: 225px;
        width: 597px;
        margin: 0;
        padding: 0;
    }
	#header .logo a {
	    height: 225px;
	    text-indent: -9999px;
        border: 0px solid red;
	}
	.socMed {
		display: block;
	}

/* dateTime */
    #dateTime {
        /*height: 60px;*/
	    border: 0px solid fuchsia;
    }
    #dateTime .container {
	    background: #CCC;
    	width: 100%;
    	padding: 0;
    	margin: 0;
	    border: 0px solid red;
    }
    .dateTimeInfo {
    	text-align: left;
    	color: #333;
    	width: 940px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
    .dateTimeInfo .dateTimeLft {
    	float: left;
    	text-align: right;
    	width: 280px;
        border: 0px solid yellow;
    }
    .dateTimeInfo .dateTimeLft h1 {
		color: #333;
		font-weight: bold;
		font-size: 24px;
		margin: 10px 0;
		padding: 0 10px 0 0;
    }
    .dateTimeInfo .dateTimeRgt {
    	float: left;
    	width: 440px;
    	margin: 8px 0 0;
    	padding: 0 0 0 10px;
        border-left: 2px solid #333;
    }
    .dateTimeInfo .dateTimeRgt p {
		color: #333;
		font-weight: bold;
		font-size: 14px;
		margin: 0;
		padding: 0;
    }
    .dateTimeInfo .dateTimeReg {
    	float: right;
    	width: 185px;
    	margin: 8px 0;
    	padding: 0 0;
        border: 0px solid #1c2351;
    }
/* Video Row */
    #videoRw {
        min-height: 345px !important;

		background: #e5e5e5; /* Old browsers */
		background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 25%, #ffffff 95%, #e5e5e5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(25%,#ffffff), color-stop(95%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

        border: 0px solid yellow;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
    }
    .videoInfo {
    	text-align: left;
    	width: 940px;
    	margin: 0 auto;
    	padding: 10px 0;
	    border: 0px solid yellow;
    }
    #videoRw .vidLft {
    	float: left;
    	width: 550px;
    	margin: 0 20px 0 0;
    	padding: 0;
        border: 0px solid yellow;
    }
    #videoRw .vidRgt {
    	float: left;
    	width: 345px;
    	height: inherit !important;
    	margin: 0;
    	padding: 0;
        border: 0px solid yellow;
    }
    #videoRw .vidRgt h2 {
    	font-size: 24px;
    	line-height: 24px;
    	margin: 0 0 10px;
    	color: #c62c27;
    }
    #videoRw .vidRgt p {
    	color: #333;
    	font-size: 14px;
    	line-height: 16px;
    	margin-bottom: 15px;
    }
    #videoRw .vidRgt button {
    	float: right;
    	width: 96%;
    	margin: 0 2%;
		padding: 5px 0;
        border: 0px solid yellow;
    }
	#embedCodeHm {
		width: 100%;
		color: white;
		background-color: #c42e2d;
		border-radius: 25px;
		font-size: 16px;
		line-height: 18px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		margin: 0px 0% 10px;
		padding: 5px 5%;
	}
	#embedCodeHm:hover {
		background-color: #ab1616;
		margin: 0px 0% 10px;
	}
	#embedCodeHmBlu {
		width: 88%;
		color: white;
		background-color: #1c2351;
		border-radius: 25px;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		margin: 0px 1% 10px;
		padding: 5px 5%;
	}
	#embedCodeHmBlu a {
		color: white;
	}
	#embedCodeHmBlu:hover, #embedCodeHmBlu a:hover {
		background-color: #30386b;
		color: white;
		margin: 0px 1% 10px;
	}
	
/* Listen Now */
    #listenNow {
        /*height: 60px;*/
	    border: 0px solid fuchsia;
    }
    #listenNow .container {
	    background: #FFF;
    	width: 100%;
    	padding: 15px 0;
    	margin: 0;
	    border-top: 1px solid #999;
	    border-bottom: 1px solid #999;
    }
    .listenInfo {
    	text-align: left;
    	color: #1c2351;
    	width: 442px;
    	padding: 0;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
    .listenInfo .listenLftBttn {
    	float: left;
    	text-align: right;
    	width: 300px;
    	margin: 0 20px 0 0;
    	padding: 0;
        border: 0px solid yellow;
    }
    .listenInfo .listenLft {
    	float: left;
    	text-align: right;
    	width: 200px;
    	margin: 0 20px 0 0;
    	padding: 0;
        border: 0px solid yellow;
    }
    .listenInfo .listenRgt {
    	float: right;
    	width: 200px;
    	margin: 0 0 0 0;
    	padding: 0 0 0 20px;
        border-left: 2px solid #999;
    }

/* Speakers Row */
    #speakersRow {
	    border: 0px solid fuchsia;
    }
    #speakersRow .container {
	    background: #CCC;
    	width: 100%;
    	padding: 0 0 0;
    	margin: 0;
	    border: 0px solid red;
    }
    .speakersInfo {
    	text-align: left;
    	color: #333;
    	width: 940px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
	h2.speaker-header {
		float: left;
		width: 94%;
		color: #333;
		font-size: 28px;
		line-height: 0px;
		font-weight: bold;
		margin: 10px 0 !important;
		padding: 0 3%;
	}
	p.speaker-text {
		float: left;
		width: 94%;
		color: #333;
		font-size: 12px;
		margin: 0 0 20px 0;
		padding: 0 3%;
	}
	.speaker-div {
		float: left;
		display: block;
		text-align: center;
		width: 14.666666667% !important;
		height: 190px;
		padding: 0;
		margin: 0 1% 2%;
		border: 0px solid red;
	}
	img.speaker-img {
		border-radius: 200px;
		max-width: 70%;
		border: solid 3px #333;
		margin-bottom: 10px;
	}
	div.caption p strong {
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		padding-bottom: 3px;
	}
	div.caption p {
		display: block;
		font-size: 10px;
		line-height: 10px;
		font-style: italic;
		margin-bottom: 3px;
	}	
	
/* Buttons Bar */
    #buttonBar {
        /*height: auto;*/
	    border: 0px solid fuchsia;
    }
    #buttonBar .container {
	    background: #1c2351;
    	width: 100%;
        /*height: auto;*/
        padding: 3px 0;
    	margin: 0;
	    border: 0px solid red;
    }
    .buttonBarInfo {
    	text-align: center;
    	color: #333;
    	width: 900px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
	.buttonBarInfo .tabButtons {
	    list-style: none;
	    margin: 0;
	}
	.buttonBarInfo .tabButtons a {
		float: left;
	    background: #c62c27;
	    color: #fff;
	    display: block;
	    font-size: 14px;
	    font-weight: bold;
	    margin: 15px .5%;
	    padding: 8px .5%;
	    width: 18%;
	    text-align: center;
	    text-transform: uppercase;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
	}
	.buttonBarInfo .tabButtons a:hover,
	.buttonBarInfo .tabButtons .active a {
	    background: #a9191d;
	    color: #FFF;
	    text-decoration: none;
	}

	
/* Content Row */
    #contentRw {
        height: 100%;
	    padding: 30px 0 50px;
	    background: #FFF;
    }
    .contentInfo {
    	text-align: left;
    	width: 940px;
    	margin: 0 auto;
	    border: 0px solid red;
    }
    #contentRw .cntntLft {
    	color: #333;
    	float: left;
    	width: 680px !important;
    	padding: 0;
    	margin: 0;
        border: 0px solid yellow;
    }
    #contentRw .cntntLft > article > h2 {
    	float: left;
    	width: 100%;
		margin: 0 0 10px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #contentRw .cntntLft > article > h3 {
    	float: left;
    	width: 100%;
    	font-size: 21px;
		margin: 0 0 20px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #contentRw .cntntLft > article > h4 {
    	float: left;
    	width: 100%;
    	font-size: 18px;
		margin: 0 0 15px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #contentRw .cntntLft > article > p {
    	float: left;
    	width: 100%;
		margin: 0 0 20px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #contentRw .cntntLft ul#resourceBx50 {
    	float: left;
    	text-align: left;
    	margin: 0;
    	padding: 0;
	    width: 100%;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx50 > li {
    	float: left;
    	text-align: center;
    	margin: 0;
    	padding: 0;
	    width: 50%;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx50> li a {
    	float: left !important;
		clear: left;
    	color: white;
    	background: #333;
    	text-align: center;
    	width: 94%;
    	margin: 2px 3% 3px;
    	padding: 10px 0;
	    border: 0px solid red !important;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
    }
    #contentRw .cntntLft ul##resourceBx50 > li > a:hover {
    	margin: 3px 3% 2px;
    }
    #contentRw .cntntLft ul#resourceBx > li {
    	float: left;
    	text-align: center;
    	list-style-type: none;
    	margin: 0;
    	padding: 0;
	    width: 33%;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx > li#twoThirds {
    	float: left;
    	text-align: left;
    	margin: 0;
    	padding: 0;
	    width: 67%;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx > li > img {
    	margin: 0 0 10px;
    	padding: 0;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx > li a {
    	float: left !important;
		clear: left;
    	color: white;
    	background: #333;
    	text-align: center;
    	width: 94%;
    	margin: 2px 3% 3px;
    	padding: 10px 0;
	    border: 0px solid red !important;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
    }
    #contentRw .cntntLft ul#resourceBx > li a:hover {
    	margin: 3px 3% 2px;
    }
    #contentRw .cntntLft ul#resourceBx > li > ul {
		list-style: disc;
		padding-left: 10px;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx > li > ul > li {
		list-style: disc;
		margin-left: 20px;
	    border: 0px solid red !important;
    }


    #contentRw h2 {
    	font-size: 32px;
    	line-height: 36px;
    	margin-bottom: 25px;
    	color: #c62c27;
    }
    #contentRw p {
    	line-height: 18px;
    	margin-bottom: 15px;
    }
	
    #contentRw ul#contentList {
	    margin: 0 0 20px 20px;
	}
	
    #contentRw ul#contentList li {
	    line-height: 22px;
	    text-transform: none;
	    font-weight: normal;
	    list-style-type: disc;
	}
    #contentRw .cntntRgt {
    	float: right;
    	width: 240px !important;
    	padding: 0;
    	margin: 0;
        border: 0px solid yellow;
    }
/* Form */
	.dntFrm {
		width: 96%;
		padding: 0 2%;
		clear: left;
	}
	.dntFrm .dntCSml {
		float: left;
		padding: 7px 5px 5px;
		margin: 5px 0;
		width: 10%;
	}
	.dntFrm .dntCLrg {
		float: left;
		padding: 0 0 5px 5px;
		margin: 5px 0;
		width: 29%;
	}
	.dntCLrg input[type=text] {
	    width: 40%;
	}
	.dntFrm input[type=radio] {
		margin: 0 0 5px;
	}
	.dntFrm input[type=text] {
	    height: 22px;
	    padding: 3px 10px;
	}
	.dntFrm100 {
		width: 96%;
		padding: 0 2%;
		margin: 0 0 20px;
	}
	.dntFrm50 {
		width: 45.75%;
		padding: 0 2%;
		margin: 0 0 20px;
		display: inline-block;
	}
	.dntFrm50 input[type=text] {
	    width: 96%;
	}
	.dntFrm50 select {
		width: 49%;
	}
	.dntFrm25 {
		text-align: center;
		width: 24.5%;
		display: inline-block;
	}
/* Footer */
    #footer {
        height: 200px;
		/*
		background: #e5e5e5; /* Old browsers *
		background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 25%, #ffffff 95%, #e5e5e5 100%); /* FF3.6+ *
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(25%,#ffffff), color-stop(95%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ *
		background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ *
		background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* Opera 11.10+ *
		background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* IE10+ *
		background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* W3C *
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 *
		*/
    }
    #footer .container {
    	width: 100%;
    	height: 200px;
    	padding: 0px auto;
    }
    .footerInfo {
    	text-align: center;
    	color: #FFF;
    	width: 500px;
    	margin: 20px auto 0;
    	font-size: 12px;
    	line-height: 18px;
    	font-weight: bold;
    }
    .footerInfo p {
    	margin: 0 0 5px;
    }
/* Twitter Tag */
    #twittertag {
        /*height: 60px;*/
	    border: 0px solid fuchsia;
    }
    #twittertag .container {
	    background: #1c2351;
    	width: 100%;
    	padding: 0;
    	margin: 0;
	    border: 0px solid red;
    }
    .twittertagInfo {
    	text-align: center;
    	color: #fff;
    	width: 900px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
    .twittertagInfo h1 {
		color: #f7e4c1;
		font-weight: bold;
		font-size: 21px;
		line-height: 21px;
		margin: 12px 0 16px;
		padding: 0;
    }
    .twittertagInfo h1:hover {
		color: white;
		margin: 14px 0 14px;
    }
/* newsconf */
    #newsconf {
        /*height: 60px;*/
	    border: 0px solid fuchsia;
    }
    #newsconf .container {
	    background: #c62c27
    	width: 100%;
    	padding: 0;
    	margin: 0;
	    border: 0px solid red;
    }
    .newsconfInfo {
    	text-align: center;
    	color: #fff;
    	width: 940px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
    .newsconfInfo h1 {
		color: #f7e4c1;
		font-weight: bold;
		font-size: 21px;
		line-height: 21px;
		margin: 12px 0 16px;
		padding: 0;
    }
    .newsconfInfo h1:hover {
		color: white;
		margin: 14px 0 14px;
    }
/* spnsorBx */
    .spnsrInfo {
    	text-align: left;
    	width: 940px;
    	height: inherit;
    	clear: left !important;
    	padding: 0;
    	margin: 15px auto;
	    border-top: 2px solid #999;
    }
    .spnsrInfo h2 {
    	font-size: 21px !important;
    	color: #036 !important;
    	text-align: center;
    	padding: 0;
    	margin: 10px 0 0 !important;
	    border: 0px solid yellow;
    }
	.spnsrBx {
		width: 800px;
		margin: 0 auto;
		padding: 0;
	    border: 0px solid yellow;
	}
	
	.spnsr {
		float: left;
		width: auto;
		margin: 1px 2.75% 1px;
		padding: 0 0;
		border: 0px solid red;
	}
	.spnsr img {
		float: left;
		width: auto;
		height: 75px !important;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	.spnsr:hover {
		margin: 2px 2.75% 0px;
	}
/* scmdBx */
    .scmdInfo {
    	text-align: center;
    	width: 160px;
    	padding: 0;
    	margin: 5px auto;
	    border: 0px solid #999;
    }
	.scmdBx {
		width: 160px;
		margin: 0 auto;
		padding: 0;
	    border: 0px solid yellow;
	}
	
	.scmd {
		float: left;
		width: 30px;
		height: 30px;
		margin: 1px 10px 1px 0;
		padding: 0 0;
		border: 0px solid red;
	}
	.scmd img {
		width: 30px;
		height: 30px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.scmd:hover {
		margin: 2px 10px 0px 0;
	}
}

/**
 * Desktop (1200px and up)
 */
@media (min-width: 1200px) {
	body {
		border-top: 0px solid purple;
	} 
/* Header */
    #header {
		background: #FFF;
		height: 265px;
        border: 0px solid red;
        z-index: 0;
    }
    #header .logo {
	    /* background: url(../../img/domain/starspangledsunday/logo-lg.png) no-repeat center top;*/
        float: none;
        width: 597px !important;
        height: 225px !important;
        margin: 15px auto 0;
        z-index: 0;
    }
	#header .logo a {
	    width: 597px;
	    height: 225px;
	    text-indent: -9999px;
	}
	.socMed {
		display: block;
	}

/* dateTime */
    #dateTime {
        /*height: 60px;*/
	    border: 0px solid fuchsia;
    }
    #dateTime .container {
	    background: #CCC;
    	width: 100%;
    	padding: 10px 0;
    	margin: 0;
	    border: 0px solid red;
    }
    .dateTimeInfo {
    	text-align: left;
    	color: #1c2351;
    	width: 900px;
    	padding: 0;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
    .dateTimeInfo .dateTimeLft {
    	float: left;
    	text-align: right;
    	width: 240px;
    }
    .dateTimeInfo .dateTimeLft h1 {
		color: #1c2351;
		font-weight: bold;
		font-size: 24px;
		margin: 0;
		padding: 0 10px 0 0;
    }
    .dateTimeInfo .dateTimeRgt {
    	float: left;
    	width: 460px;
    	margin: 0;
    	padding: 0 0 0 10px;
        border-left: 2px solid #1c2351;
    }
    .dateTimeInfo .dateTimeRgt p {
		color: #1c2351;
		font-weight: bold;
		font-size: 14px;
		margin: 0;
		padding: 0;
    }
    .dateTimeInfo .dateTimeReg {
    	float: right;
    	width: 185px;
    	margin: 0;
    	padding: 0 0;
        border: 0px solid #1c2351;
    }
/* Video Row */
    #videoRw {
        min-height: 445px !important;

		background: #e5e5e5; /* Old browsers */
		background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 25%, #ffffff 95%, #e5e5e5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(25%,#ffffff), color-stop(95%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

        border: 0px solid yellow;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
    }
    /*#videoRw .container {
        height: 445px !important;
        padding: 20px 0;
        border: 0px solid yellow;
    }*/
    .videoInfo {
	    float: left;
    	text-align: left;
    	width: 1110px;
    	margin: 0 auto;
    	padding: 10px 0;
	    border: 0px solid yellow;
    }
    #videoRw .vidLft {
    	float: left;
    	width: 720px;
    	margin: 0 20px 0 0;
    	padding: 0;
        border: 0px solid yellow;
    }
    #videoRw .vidRgt {
    	float: leftt;
    	width: 360px;
    	margin: 0;
    	padding: 0;
    	height: inherit !important;
        border: 0px solid yellow;
    }
    #videoRw .vidRgt h2 {
    	font-size: 32px;
    	line-height: 36px;
    	margin: 0 0 10px;
    	color: #c62c27;
    }
    #videoRw .vidRgt p {
    	color: #333;
    	font-size: 14px;
    	line-height: 18px;
    	margin-bottom: 15px;
    }
    #videoRw .vidRgt button {
    	float: right;
    	width: 96%;
    	margin: 0 2%;
		padding: 5px 0;
        border: 0px solid yellow;
    }
	#embedCodeHm {
		width: 100%;
		color: white;
		background-color: #c42e2d;
		border-radius: 25px;
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		margin: 0px 0% 20px;
		padding: 10px 5%;
	}
	#embedCodeHm:hover {
		background-color: #ab1616;
		margin: 0px 0% 20px;
	}
	#embedCodeHmBlu {
		width: 88%;
		color: white;
		background-color: #1c2351;
		border-radius: 25px;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		margin: 0px 1% 20px;
		padding: 10px 5%;
	}
	#embedCodeHmBlu a {
		color: white;
	}
	#embedCodeHmBlu:hover, #embedCodeHmBlu a:hover {
		background-color: #30386b;
		color: white;
		margin: 0px 1% 20px;
	}
	
/* Listen Now */
    #listenNow {
        /*height: 60px;*/
	    border: 0px solid fuchsia;
    }
    #listenNow .container {
	    background: #FFF;
    	width: 100%;
    	padding: 15px 0;
    	margin: 0;
	    border-top: 1px solid #999;
	    border-bottom: 1px solid #999;
    }
    .listenInfo {
    	text-align: left;
    	color: #1c2351;
    	width: 442px;
    	padding: 0;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
    .listenInfo .listenLftBttn {
    	float: left;
    	text-align: right;
    	width: 300px;
    	margin: 0 20px 0 0;
    	padding: 0;
        border: 0px solid yellow;
    }
    .listenInfo .listenLft {
    	float: left;
    	text-align: right;
    	width: 200px;
    	margin: 0 20px 0 0;
    	padding: 0;
        border: 0px solid yellow;
    }
    .listenInfo .listenRgt {
    	float: right;
    	width: 200px;
    	margin: 0 0 0 0;
    	padding: 0 0 0 20px;
        border-left: 2px solid #999;
    }

/* Speakers Row */
    #speakersRow {
	    border: 0px solid fuchsia;
    }
    #speakersRow .container {
	    background: #CCC;
        /*height: 590px;*/
    	padding: 0 0 0px 0;
    	margin: 0;
	    border: 0px solid red;
    }
    .speakersInfo {
    	text-align: left;
    	color: #333;
    	width: 100%;
    	max-width: 1170px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
	h2.speaker-header {
		float: left;
		width: 94%;
		color: #333;
		font-size: 28px;
		line-height: 0px;
		font-weight: bold;
		margin: 10px 0 !important;
		padding: 0 3%;
	}
	p.speaker-text {
		float: left;
		width: 94%;
		color: #333;
		font-size: 12px;
		margin: 0 0 20px 0;
		padding: 0 3%;
	}
	.speaker-div {
		float: left;
		display: block;
		text-align: center;
		width: 14.666666667% !important;
		height: 210px;
		padding: 0;
		margin: 0 1% 2%;
		border: 0px solid red;
	}
	img.speaker-img {
		border-radius: 200px;
		max-width: 80%;
		border: solid 3px #333;
		margin-bottom: 10px;
	}
	div.caption p strong {
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		padding-bottom: 3px;
	}
	div.caption p {
		display: block;
		font-size: 10px;
		line-height: 8px;
		font-style: italic;
		margin-bottom: 3px;
	}	
	
/* Buttons Bar */
    #buttonBar {
        /*height: auto;*/
	    border: 0px solid fuchsia;
    }
    #buttonBar .container {
	    background: #1c2351;
    	width: 100%;
        /*height: auto;*/
        padding: 3px 0;
    	margin: 0;
	    border: 0px solid red;
    }
    .buttonBarInfo {
    	text-align: center;
    	color: #333;
    	width: 1100px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
	.buttonBarInfo .tabButtons {
	    list-style: none;
	    margin: 0;
	}
	.buttonBarInfo .tabButtons a {
		float: left;
	    background: #c62c27;
	    color: #fff;
	    display: block;
	    font-size: 14px;
	    font-weight: bold;
	    margin: 15px .5%;
	    padding: 8px .5%;
	    width: 18%;
	    text-align: center;
	    text-transform: uppercase;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
	}
	.buttonBarInfo .tabButtons a:hover,
	.buttonBarInfo .tabButtons .active a {
	    background: #a9191d;
	    color: #FFF;
	    text-decoration: none;
	}
	
/* Content Row */
    #contentRw {
        height: 100%;
        padding: 30px 0;
	    background: #FFF;
    }
    .contentInfo {
    	text-align: left;
    	width: 1160px;
    	margin: 0 auto;
    	padding: 0;
	    border: 0px solid red;
    }
    #contentRw .cntntLft {
    	float: left;
    	width: 820px !important;
    	color: #333;
        border: 0px solid yellow;
    	padding: 0;
    	margin: 0;
    }
    #contentRw .cntntLft > article > h2 {
    	float: left;
    	width: 100%;
		margin: 0 0 10px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #contentRw .cntntLft > article > h3 {
    	float: left;
    	width: 100%;
    	font-size: 21px;
		margin: 0 0 20px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #contentRw .cntntLft > article > h4 {
    	float: left;
    	width: 100%;
    	font-size: 18px;
		margin: 0 0 15px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #contentRw .cntntLft > article > p {
    	float: left;
    	width: 100%;
		margin: 0 0 20px 0 !important;
		padding: 0;
	    border: 0px solid red !important;
	}
    #contentRw .cntntLft ul#resourceBx50 {
    	float: left;
    	text-align: left;
    	margin: 0;
    	padding: 0;
	    width: 100%;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx50 > li {
    	float: left;
    	text-align: center;
    	margin: 0;
    	padding: 0;
	    width: 50%;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx50> li a {
    	float: left !important;
		clear: left;
    	color: white;
    	background: #333;
    	text-align: center;
    	width: 94%;
    	margin: 2px 3% 3px;
    	padding: 10px 0;
	    border: 0px solid red !important;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
    }
    #contentRw .cntntLft ul##resourceBx50 > li > a:hover {
    	margin: 3px 3% 2px;
    }
    #contentRw .cntntLft ul#resourceBx > li {
    	float: left;
    	text-align: center;
    	list-style-type: none;
    	margin: 0;
    	padding: 0;
	    width: 33%;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx > li#twoThirds {
    	float: left;
    	text-align: left;
    	margin: 0;
    	padding: 0;
	    width: 67%;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx > li > img {
    	margin: 0 0 10px;
    	padding: 0;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx > li a {
    	float: left !important;
		clear: left;
    	color: white;
    	background: #333;
    	text-align: center;
    	width: 94%;
    	margin: 2px 3% 3px;
    	padding: 10px 0;
	    border: 0px solid red !important;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
    }
    #contentRw .cntntLft ul#resourceBx > li a:hover {
    	margin: 3px 3% 2px;
    }
    #contentRw .cntntLft ul#resourceBx > li > ul {
		list-style: disc;
		padding-left: 10px;
	    border: 0px solid red !important;
    }
    #contentRw .cntntLft ul#resourceBx > li > ul > li {
		list-style: disc;
		margin-left: 20px;
	    border: 0px solid red !important;
    }


    #contentRw h2 {
    	font-size: 32px;
    	line-height: 36px;
    	margin-bottom: 25px;
    	color: #c62c27;
    }
    #contentRw p {
    	line-height: 18px;
    	margin-bottom: 15px;
    }
	
    #contentRw ul#contentList {
	    margin: 0 0 20px 20px;
	}
	
    #contentRw ul#contentList li {
	    line-height: 22px;
	    text-transform: none;
	    font-weight: normal;
	    list-style-type: disc;
	}
    #contentRw .cntntRgt {
    	float: right;
    	width: 310px !important;
        border: 0px solid yellow;
    	padding: 0;
    	margin: 0;
    }
/* Form */
	.dntFrm {
		width: 96%;
		padding: 0 2%;
		clear: both;
	}
	.dntFrm h5 {
		text-transform: uppercase;
	}
	.dntFrm .dntCSml {
		float: left;
		padding: 7px 5px 5px;
		margin: 5px 0;
		width: 9%;
	}
	.dntFrm .dntCLrg {
		float: left;
		padding: 0 5px 7px;
		margin: 5px 0;
		width: 36%;
	}
	.dntFrm .dntCLrg input[type=text] {
	    width: 60%;
	}
	.dntFrm input[type=radio] {
		margin: 0 0 5px;
	}
	.dntFrm input[type=text] {
	    height: 22px;
	    padding: 3px 10px;
	}
	.dntFrm100 {
		width: 96%;
		margin: 0 0 20px;
		padding: 0 2%;
	}
	.dntFrm50 {
		width: 45.75%;
		margin: 0 0 20px;
		padding: 0 2%;
		display: inline-block;
	}
	.dntFrm50 input[type=text] {
	    width: 96%;
	}
	.dntFrm50 select {
		width: 49%;
	}
	.dntFrm25 {
		text-align: center;
		width: 24.5%;
		display: inline-block;
	}
/* Footer */
    #footer {
        height: 200px;
		/*
		background: #e5e5e5; /* Old browsers *
		background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 25%, #ffffff 95%, #e5e5e5 100%); /* FF3.6+ *
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(25%,#ffffff), color-stop(95%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ *
		background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ *
		background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* Opera 11.10+ *
		background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* IE10+ *
		background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 25%,#ffffff 95%,#e5e5e5 100%); /* W3C *
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 *
		*/
    }
    #footer .container {
    	width: 100%;
    	height: 200px;
    	padding: 0 auto 0;
	    border: 0px solid red;
    }
    .footerInfo {
    	text-align: center;
    	color: #FFF;
    	width: 500px;
    	margin: 20px auto 0;
    	font-size: 12px;
    	line-height: 18px;
    	font-weight: bold;
    }
    .footerInfo p {
    	margin: 0 0 5px;
    }
/* Twitter Tag */
    #twittertag {
        /*height: 60px;*/
	    border: 0px solid fuchsia;
    }
    #twittertag .container {
	    background: #1c2351;
    	width: 100%;
    	padding: 0;
    	margin: 0;
	    border: 0px solid red;
    }
    .twittertagInfo {
    	text-align: center;
    	color: #fff;
    	width: 1100px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
    .twittertagInfo h1 {
		color: #f7e4c1;
		font-weight: bold;
		font-size: 24px;
		line-height: 24px;
		margin: 12px 0 16px;
		padding: 0;
    }
    .twittertagInfo h1:hover {
		color: white;
		margin: 14px 0 14px;
    }
/* newsconf */
    #newsconf {
        /*height: 60px;*/
	    border: 0px solid fuchsia;
    }
    #newsconf .container {
	    background: #c62c27;
    	width: 100%;
    	padding: 0;
    	margin: 0;
	    border: 0px solid red;
    }
    .newsconfInfo {
    	text-align: center;
    	color: #fff;
    	width: 940px;
    	margin: 0 auto;
	    border: 0px solid yellow;
    }
    .newsconfInfo h1 {
		color: #f7e4c1;
		font-weight: bold;
		font-size: 24px;
		line-height: 24px;
		
		margin: 12px 0 16px;
		padding: 0;
    }
    .newsconfInfo h1:hover {
		color: white;
		margin: 14px 0 14px;
    }
/* spnsorBx */
    .spnsrInfo {
    	text-align: left;
    	width: 1170px;
    	clear: left !important;
    	height: inherit;
    	padding: 0;
    	margin: 15px auto;
	    border-top: 2px solid #999;
    }
    .spnsrInfo h2 {
    	font-size: 21px !important;
    	color: #036 !important;
    	text-align: center;
    	padding: 0;
    	margin: 10px 0 0 !important;
	    border: 0px solid yellow;
    }
	.spnsrBx {
		width: 1000px;
		margin: 0 auto;
		padding: 0;
	    border: 0px solid yellow;
	}
	
	.spnsr {
		float: left;
		width: auto;
		margin: 1px 2.75% 21px;
		padding: 0 0;
		border: 0px solid red;
	}
	.spnsr img {
		float: left;
		width: auto;
		height: 75px !important;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	.spnsr:hover {
		margin: 2px 2.75% 20px;
	}
/* scmdBx */
    .scmdInfo {
    	text-align: left;
    	width: 160px;
    	padding: 0;
    	margin: 5px auto;
	    border: 0px solid #999;
    }
	.scmdBx {
		width: 160px;
		margin: 0 auto;
		padding: 0;
	    border: 0px solid yellow;
	}
	
	.scmd {
		float: left;
		width: 30px;
		height: 30px;
		margin: 1px 10px 1px 0;
		padding: 0 0;
		border: 0px solid red;
	}
	.scmd img {
		width: 30px;
		height: 30px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.scmd:hover {
		margin: 2px 10px 0px 0;
	}
}

.clearall {
	float: left;
	clear: left;
	width: 100%;
	height: 30px;
	margin: 10px 0;
	padding: 0;
	border: 0px solid red;
}