body {
	font-family: 'Helvetica Neue',Helvetica,sans-serif;
}
a, a:visited {
	font-weight: bold;
	color: #1C70C2;

}
#container {
	max-width: 1400px;
	min-width: 1200px;
	margin: 0px auto;
}

#header {
	border: 2px solid #1C70C2;
    	border-top-left-radius: 6px;
    	border-top-right-radius: 6px;
    	border-bottom: none;
}

#header img {
	width: 100%;
}
.menu {
	width: 100%;
    	display: table;
	text-align: center;
    	list-style: none;
    	padding: 0;
    	margin: 0;
	background: #a0c6eb;
	background: -moz-linear-gradient(top,  #a0c6eb 0%, #1c70c6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0c6eb), color-stop(100%,#1c70c6));
	background: -webkit-linear-gradient(top,  #a0c6eb 0%,#1c70c6 100%);
	background: -o-linear-gradient(top,  #a0c6eb 0%,#1c70c6 100%);
	background: -ms-linear-gradient(top,  #a0c6eb 0%,#1c70c6 100%);
	background: linear-gradient(to bottom,  #a0c6eb 0%,#1c70c6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0c6eb', endColorstr='#1c70c6',GradientType=0 );
	border-left: 2px solid #1C70C2;
	border-right: 2px solid #1C70C2;
	box-sizing: border-box;
	position: relative;
}
.menu li {
    	text-align: center;
    	line-height: 50px;
    	display: table-cell;
    	font-size: 1.4em;
    	color: #FFFFFF;
   	border-right: 1px solid #0267CA;
    	border-right-style: inset;
	transition: .3s background-color;
}
.menu li:last-child {
	border: none;
}
.menu a {
    	text-decoration: none;
    	color: #FFFFFF;	
}
.menu li:hover {
    	background-color: #2889E8;
}
.submenu {
	display: none;
	position: absolute; 
	top: 100%;
	z-index: 1000;
    	background-color: #444;
	padding: 0;
	margin: 0;
}
.submenu li {
	display: block;
	min-width: 250px;
    line-height: 40px;
	border-right: none;
	padding: 0 15px;
	border-bottom: 1px solid #A0C6EB;
}
.submenu li.unavailable
{
	opacity: .3;
}
.submenu a {
	display: block;
	font-size: .6em;
}
.menu li:hover > ul {
	display: block;
}

#content {
	width: 100%;
	background: #FFFFFF;
	padding: 3em 3.25em;
	border: 2px solid #1C70C2;
	box-sizing: border-box;
	border-top: none;
	border-bottom: none;
}

#footer {
	width: 100%;
	background: #A0C6EB;
	line-height: 40px;
	font-size: 1em;
	font-weight: bold;
	color: #1C70C2;
	border: 2px solid #1C70C2;
	border-radius: 6px;
	box-sizing: border-box;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;

}
.form-container {
   	border: 2px solid #1C70C2;
	margin: 0px auto;
	background: #eaf1f2;
	color: #1C70C2;
	background: -moz-linear-gradient(top,  #eaf1f2 0%, #a0c6eb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf1f2), color-stop(100%,#a0c6eb));
	background: -webkit-linear-gradient(top,  #eaf1f2 0%,#a0c6eb 100%);
	background: -o-linear-gradient(top,  #eaf1f2 0%,#a0c6eb 100%);
	background: -ms-linear-gradient(top,  #eaf1f2 0%,#a0c6eb 100%);
	background: linear-gradient(to bottom,  #eaf1f2 0%,#a0c6eb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf1f2', endColorstr='#a0c6eb',GradientType=0 );
   	-webkit-border-radius: 8px;
   	-moz-border-radius: 8px;
   	border-radius: 8px;
   	text-decoration: none;
   	min-width:350px;
   	padding:20px;
   	width:350px;
	box-sizing: border-box;
}
.form-container p {
	text-indent: 20px;
	margin: 0px;
	margin-bottom: 1em;
}
.form-container a, .form-container a:visited {
	font-weight: bold;
	color: #1C70C2;
}
.bgr {
	width: 100%;
	max-width: 1100px;
}
label {
	display: block;
	font-weight: bold;
   	margin-bottom: .25em;
   	color: #1C70C2;
}
.form-title {
	color: #1C70C2;
	font-size:18px;
   	margin: 0 0 10px 0;
   	font-weight:bold;
   	text-align:center;
}
.element-container {
	display: block;
	width: 100%;
}
.two-column {
	display: inline-block;
	vertical-align: top;
	width: 49%;

}
.three-column {
	display: inline-block;

	width: 32%;

}
.large-container {
	display: inline-block;
	vertical-align: middle;
	width: 85%;
}
.large-container-aside {
	display: inline-block;
	vertical-align: middle;
	width: 13%;
	text-align: center;
	
}
.vert-middle {
	display: inline-block;
	width: 49%;
	vertical-align: middle;
}
.cntr {
	text-align: center;
	display: block;
}
.alert-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
    	width: 0px;  
       height: 0px;
	background: red;
}
.alert {
	z-index: 100;
	display: none;
  	position: absolute;
	width: 250px;
	bottom: 8px;
	left: -40px;
	color: #000000;
  	border: 2px solid #1C70C2;
  	padding: 10px 12px;
  	background: #FFFAF0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.error {
	background: #ffbbbb;
	border-color: #FF0000;
}
.alert:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 13px 16px 0;
	border-color: #1C70C2 transparent;
	display: block;
	width: 0;
	z-index: 0;
	bottom: -15px;
	left: 9px;
}
.error:before {
	border-color: #FF0000 transparent;
}
.alert:after 
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 12px 15px 0;
	border-color: #FFFAF0 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -12px;
	left: 10px;
}
.error:after {
	border-color: #ffbbbb transparent;
}
.form-field {
   	border: 1px solid #1C70C2;
   	background: #ffffff;
   	-webkit-border-radius: 4px;
   	-moz-border-radius: 4px;
   	border-radius: 4px;
   	color: #000000;
   	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
   	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
   	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
   	padding:8px;
  	margin-bottom:20px;
   	width: 280px;
}
.small-select {
	width: auto;
}
.form-radio {
  	margin-bottom:20px;

}
.readonly {
	border: none;
	box-shadow: none;
	background: transparent;
	pointer-events: none;
}
.field-error {
	border: 2px solid #FF0000;
}
.textarea {
	clear: both;
	width: 95%;
	resize: none;
  	margin-bottom:20px;
}
.form-field:focus {
   	background: #fff;
	color: #000000;
}
.form-container h2 {
	text-shadow: #fdf2e4 0 1px 0;
	font-size:18px;
   	margin: 0 0 10px 0;
   	font-weight:bold;
   	text-align:center;
}
.submit-button {
	display: inline-block;
	border: 1px solid #1C70C2;
	background: #eaf1f2;
	color: #1C70C2;
	background: -moz-linear-gradient(top,  #eaf1f2 0%, #a0c6eb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf1f2), color-stop(100%,#a0c6eb));
	background: -webkit-linear-gradient(top,  #eaf1f2 0%,#a0c6eb 100%);
	background: -o-linear-gradient(top,  #eaf1f2 0%,#a0c6eb 100%);
	background: -ms-linear-gradient(top,  #eaf1f2 0%,#a0c6eb 100%);
	background: linear-gradient(to bottom,  #eaf1f2 0%,#a0c6eb 100%);
	ilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf1f2', endColorstr='#a0c6eb',GradientType=0 );
   	-webkit-border-radius: 4px;
   	-moz-border-radius: 4px;
   	border-radius: 4px;
   	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	font-weight: bold;
   	padding: 8.5px 18px;
   	font-size: 14px;
   	text-decoration: none;
   	vertical-align: middle;
  	margin-bottom:20px;
	cursor: pointer;
}
.submit-button:hover {
   	color: #FFFFFF;
	background: #a0c6eb;
	background: -moz-linear-gradient(top,  #a0c6eb 0%, #5ba5ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0c6eb), color-stop(100%,#5ba5ea));
	background: -webkit-linear-gradient(top,  #a0c6eb 0%,#5ba5ea 100%);
	background: -o-linear-gradient(top,  #a0c6eb 0%,#5ba5ea 100%);
	background: -ms-linear-gradient(top,  #a0c6eb 0%,#5ba5ea 100%);
	background: linear-gradient(to bottom,  #a0c6eb 0%,#5ba5ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0c6eb', endColorstr='#5ba5ea',GradientType=0 );
}
.form-range::-webkit-slider-runnable-track {
	height: 5px;
    background: #1C70C2;
    border: none;
    border-radius: 3px;
}
.form-range::-webkit-slider-thumb {
    margin-top: -7px;
}
.overlay {
	position:fixed;
   	top:0;
    	left:0;
    	width:100%;
    	height:100%;
    	display:none;
    	background-color:rgba(0,0,0,0.8);
    	text-align:center;
    	z-index:101;
}
.showModal {
	display: block;
}
.hidden {
	display: none;
}
.overlay > div {
	width: 400px;
	position: relative;
	margin: 15% auto;
	overflow: visible;
	text-align: left;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #eaf1f2;
	color: #1C70C2;
	background: -moz-linear-gradient(top,  #eaf1f2 0%, #a0c6eb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf1f2), color-stop(100%,#a0c6eb));
	background: -webkit-linear-gradient(top,  #eaf1f2 0%,#a0c6eb 100%);
	background: -o-linear-gradient(top,  #eaf1f2 0%,#a0c6eb 100%);
	background: -ms-linear-gradient(top,  #eaf1f2 0%,#a0c6eb 100%);
	background: linear-gradient(to bottom,  #eaf1f2 0%,#a0c6eb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf1f2', endColorstr='#a0c6eb',GradientType=0 );

}
.overlay.large > div {
	width: 800px;
	margin: 2% auto;
	max-height: 95%;
	overflow-x: visible;
	overflow-y: auto;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	cursor: pointer;
}
.close:hover { 
	background: #1C70C2; 
}
#nImage, #exImage, #nAudio, #exAudio, #nBanner, #exBanner {
	display: none;
	padding-top: 20px;
}
input[value="nImage"]:checked ~ #nImage, input[value="exImage"]:checked ~ #exImage, input[value="nAudio"]:checked ~ #nAudio, input[value="exAudio"]:checked ~ #exAudio, input[value="nBanner"]:checked ~ #nBanner, input[value="exBanner"]:checked ~ #exBanner {
	display:block;
}
.filedrag
{
	display: block;
	max-width: 500px;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}
.hover
{
	color: #83d2db;
	border-color: #83d2db;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}
.progress p
{
	display: block;
	width: 240px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
	background: #eee url("images/progress.png") 100% 0 repeat-y;
}

.progress p.success
{
	background: #0c0 none 0 0 no-repeat;
}

.progress p.failure
{
	background: #c00 none 0 0 no-repeat;
}

#messages {
	margin-bottom: 30px;
	text-indent: 20px;
}

.template-preview {
	width: 85%;
	margin: 20px;
	display: inline;
	vertical-align: middle;
}

.onoff-radio {
	display: none;
}

.onoffswitch {
    	position: relative;
	display: inline-block;
	width: 90px;
	height: 30px;
	padding: 0;
	margin-bottom: 20px;
	line-height: 30px;
    	font-size: 14px; 
	font-family: Trebuchet, Arial, sans-serif; 
	border: 2px solid #999999;
	border-radius: 20px;
	font-weight: bold;
	overflow: hidden;
}

.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 0px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
	pointer-events: none;
}

.onoffswitch-label {
	display: block; 
	float: left; 
	width: 100%;
	cursor: pointer;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.on-option-label {
	padding-left: 10px;
	background-color: #1C70C2; 
	color: #FFFFFF !important;  

}

.off-option-label {
	text-align: right;
	padding-right: 10px;
	background-color: #EEEEEE;
	color: #999999 !important;
}

.on-option:checked + .on-option-label {
	margin-left: -100%;
}

.on-option:checked ~ .onoffswitch-switch {
	right: 56px;
}

.preview-content {
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom: 20px;
}

.preview-content img {
	max-width: 80%;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, .49)
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h1.sectiontitle {
  background: #303030;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 20px 5px 20px 5px;
  text-align: -webkit-center;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.53);
  -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.53);
  box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.53);
}

h4.authordate {
  font-family: Arial, san-serif;
  font-size: 12px;
  color: #666666;
  padding: 10px 20px;
}

.main-left {
	width: 70%;
	float: left;
}

.main-right {
	width: 28%;
	float: right;
}

.main-right h2{
    display: inline;
    color: #000000;
    font-size: 1.25em;
    margin-left: 10px;
    font-weight: bold;	
}
.main-clear {
    content:'';
    display:block;
    clear: both;
}
.main-news {
	border: 2px solid #1C70C2;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.main-news h1, .main-right h1, .about-stats h1{
    color: #1C70C2;
    font-size: 2em;
    margin: 20px 0 10px 20px;
    font-weight: bold;	
}
.main-news h2 {
    display: inline;
    color: #000000;
    font-size: 1.25em;
    margin-left: 10px;
    font-weight: bold;
}

.main-news h3 {
	display: inline;
	font-family: Arial, san-serif;
	font-size: .75em;
	color: #B8B8B8;
	margin-left: 20px;
	
}
.main-news p {
	margin: 5px 10px;
	text-indent: 2em;
	font-size: 14px;
	text-align: justify;	
}
#remupcontainer {
      display: inline-block;
      position: relative;
      margin: 10px 0;
      width: 350px;
      background-color: #A0C6EB;
      border: 3px solid #1C70C2;
      border-radius: 7px; /* (height of inner div) / 2 + padding */
      vertical-align: middle;
      
}
    
#remuploadbar {
	position: absolute;
	top: 0;
	left: 0;
       background-color: #1C70C2;
       height: 25px;
	z-index: 5;
}

#remuploadtext {
	position: relative;
	color: white;
	line-height: 25px;
	font-size: 20px;
	z-index: 10;
	text-align: center;
}
.sort-link {
	padding: .5em;
}
.sort-link:hover {
	background: #A0C6EB;
}
a.active-sort {
	background: #A0C6EB;
	color: #FFFFFF;
	text-decoration: none;
}
.podcast-stats {
	width: 100%;
	border-spacing: 0;
       table-layout: fixed;
	padding: 0;
	margin: 0;
}

.podcast-name {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 71%;
	padding: 0;
	margin: 0;
}
.podcast-listens {
	display: inline-block;
	width: 20%;
	padding: 0;
	margin: 0;
	text-align: center;
}
.podcast-moreinfo {
	display: inline-block;
	width: 6%;
	height: 25px;
	padding: 0;
	margin: 0;
}
.podcast-stats th {
    font-size: 1.1em;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #1C70C2;
    color: #ffffff;
}

.podcast-stats tr.alt-row td {
	background-color: #A0C6EB;
	color: #FFFFFF;
}
.image-moreinfo {
	height: 20px;
	width: 20px;
	padding-top: 2px;
}

.podcast-stats tr {
	line-height: 25px;
}
.extrainfo div {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;

    overflow: hidden;
    text-overflow: ellipsis;
}
.hide {
    border: 2px solid transparent;
    max-height: 0;
    -webkit-transition: max-height .5s ease-in-out;
    -moz-transition: max-height .5s ease-in-out;
    -ms-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
}
.show {
    border: 2px solid #1C70C2;
    box-sizing: border-box;
    max-height: 150px;
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -ms-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out; 
}

.extrainfo h2{
	display: block;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
.extrainfo span {
	display: block;
	padding-left: 10px;
}
.tut-video {
	display: block;
	text-align: right;
}
.tut-video-icon {
	cursor: pointer;
}
.tut-video-list {
	list-style: none;
	padding-left: 10px;
}
.tut-video-item {
	align-items: flex-start;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #404040;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 10px;
    margin-bottom: 5px;
    outline: none;
}
.tut-video-item-active {
	color: #000000;
	background: #b3b3b3;
}

.pcbo-mc-wrapper {
   	border: 2px solid #b3b3b3;
	margin: 0px auto;
	background: #FFFFFF;
	color: #000000;
   	-webkit-border-radius: 8px;
   	-moz-border-radius: 8px;
   	border-radius: 8px;
   	text-decoration: none;
   	min-width:350px;
   	padding:10px;
   	max-width:600px;
	box-sizing: border-box;
	font-family: Arial;
}

.pcbo-mc-form input
{
	width: 75%;
	margin-bottom: 10px;
	display: block;
    padding: 10px;
    background: #fff;
    border: 2px solid #d0d0d0 !important;
    border-radius: 3px;
    -webkit-appearance: none;
}

input.pcbo-mc-date-input {
	display: inline;
	width: 35px;
	margin-right: 10px;
}

.mc-form-req-head{
	display: block;
	font-size: .8em;
	text-align: right;
	color: red;
}

.pcbo-mc-form input[type="submit"]{
	display: block;
	width: initial;
	margin: 0 auto;
	color: #000;
	font-size: 1.1em;
    border: solid 1px #494949;
    border-radius: 3px;
    padding: 8px 30px;
    cursor: pointer;
    font-weight: bold;
    background: #d9d9d9;
    background: -moz-linear-gradient(top, #d9d9d9 0, #bfbfbf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9d9d9), color-stop(100%, #bfbfbf));
    background: -webkit-linear-gradient(top, #d9d9d9 0, #bfbfbf 100%);
    background: -o-linear-gradient(top, #d9d9d9 0, #bfbfbf 100%);
    background: -ms-linear-gradient(top, #d9d9d9 0, #bfbfbf 100%);
    background: linear-gradient(to bottom, #d9d9d9 0, #bfbfbf 100%);

}
.pcbo-mc-form label {
	display: block;
    font-weight: bold;
    margin-bottom: .25em;
    color: #000000;
}
.mc-label-req {
	color: red;
}



