
@media (min-width: 768px)
{
	.jcSecondaryColumn,.jcConferenceColumn
	{
		float:right;
			margin-left: 2%;
		width: 31%;
	}
}
@media (max-width: 767px)
{
	.jcSecondaryColumn,.jcConferenceColumn
	{
		display: inline-block;
    width: 100%;

	}
}

.btn, .TextButton,.TextButtonNoImage, .TextButtonWithImage, .ruButton, #masterHeaderActionArea a, .RadGrid input.TextButton, a.TextButton, .TextButton:visited {
    background-color: #1eaebd;
    border: medium none;
    color: #FFF;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    padding-right: 3em!important;
    background-image: url(images/icons/arrow.png);
    background-repeat: no-repeat;
    background-position: 90% 48%;
    background-size: 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 1.25em;
    border-radius: 10px;
	transition: all .2s ease-in-out;
}
.TextButtonNoImage
{
	background-image:none!important;
	padding: .5em 1.25em!important;
	text-decoration: none;
}
.btn:hover, .btn:focus, .btn:active, .btn:visited,
.TextButton:hover,.TextButtonNoImage:hover,
.TextButton:focus,
.TextButton:active,
.TextButtonWithImage:hover,
.TextButtonWithImage:focus,
.TextButtonWithImage:active,
.TextButtonWithImage:visited,
.ruButton:hover,
.ruButton:focus,
.ruButton:active,
.ruButton:visited,
#masterHeaderActionArea a:hover,
#masterHeaderActionArea a:focus,
#masterHeaderActionArea a:active,
#masterHeaderActionArea a:visited,
.RadGrid input.TextButton:hover,
.RadGrid input.TextButton:focus,
.RadGrid input.TextButton:active,
.RadGrid input.TextButton:visited {
  color: #fff;
  background-color: #1eaebd;
      /* border-color: transparent!important; */
  -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.btn:hover,
.TextButton:hover,.TextButtonNoImage:hover,
.TextButtonWithImage:hover,
.ruButton:hover,
#masterHeaderActionArea a:hover,
.RadGrid input.TextButton:hover
{
  color: #fff;
  background-color: #1eaebd;
      /* border-color: transparent!important; */
  -webkit-box-shadow: none!important;
    box-shadow: none!important;
	transform: scale(1.1) perspective(1px)
}

.PrimaryButton:active,
.SaveAndClose:active,
.SaveAs:active,
.UsePrimaryButton .TextButton:active,.TextButtonNoImage:active,
.UsePrimaryButton .TextButtonWithImage:active,
#masterHeaderActionArea a:active,
.RadGrid input.PrimaryButton:active
{
	border-color:#07171c!important;
	 -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.PrimaryButton[disabled], .PrimaryButton[disabled]:hover, .PrimaryButton[disabled]:focus, .PrimaryButton[disabled]:active, fieldset[disabled] .PrimaryButton, fieldset[disabled] .PrimaryButton:hover, fieldset[disabled] .PrimaryButton:focus, fieldset[disabled] .PrimaryButton:active, .PrimaryButton.aspNetDisabled, .PrimaryButton.aspNetDisabled:hover, .PrimaryButton.aspNetDisabled:focus, .PrimaryButton.aspNetDisabled:active, .SaveAndClose[disabled], .SaveAndClose[disabled]:hover, .SaveAndClose[disabled]:focus, .SaveAndClose[disabled]:active, fieldset[disabled]
 .SaveAndClose, fieldset[disabled]
 .SaveAndClose:hover, fieldset[disabled]
 .SaveAndClose:focus, fieldset[disabled]
 .SaveAndClose:active, .SaveAndClose.aspNetDisabled, .SaveAndClose.aspNetDisabled:hover, .SaveAndClose.aspNetDisabled:focus, .SaveAndClose.aspNetDisabled:active, .SaveAs[disabled], .SaveAs[disabled]:hover, .SaveAs[disabled]:focus, .SaveAs[disabled]:active, fieldset[disabled]
 .SaveAs, fieldset[disabled]
 .SaveAs:hover, fieldset[disabled]
 .SaveAs:focus, fieldset[disabled]
 .SaveAs:active, .SaveAs.aspNetDisabled, .SaveAs.aspNetDisabled:hover, .SaveAs.aspNetDisabled:focus, .SaveAs.aspNetDisabled:active, .UsePrimaryButton .TextButton[disabled], .UsePrimaryButton .TextButton[disabled]:hover, .UsePrimaryButton .TextButton[disabled]:focus, .UsePrimaryButton .TextButton[disabled]:active, fieldset[disabled]
 .UsePrimaryButton .TextButtonNoImage,
 .UsePrimaryButton .TextButton, fieldset[disabled]
 .UsePrimaryButton .TextButton:hover, fieldset[disabled]
 .UsePrimaryButton .TextButton:focus, fieldset[disabled]
 .UsePrimaryButton .TextButton:active, .UsePrimaryButton .TextButton.aspNetDisabled, .UsePrimaryButton .TextButton.aspNetDisabled:hover, .UsePrimaryButton .TextButton.aspNetDisabled:focus, .UsePrimaryButton .TextButton.aspNetDisabled:active, .UsePrimaryButton .TextButtonWithImage[disabled], .UsePrimaryButton .TextButtonWithImage[disabled]:hover, .UsePrimaryButton .TextButtonWithImage[disabled]:focus, .UsePrimaryButton .TextButtonWithImage[disabled]:active, fieldset[disabled]
 .UsePrimaryButton .TextButtonWithImage, fieldset[disabled]
 .UsePrimaryButton .TextButtonWithImage:hover, fieldset[disabled]
 .UsePrimaryButton .TextButtonWithImage:focus, fieldset[disabled]
 .UsePrimaryButton .TextButtonWithImage:active, .UsePrimaryButton .TextButtonWithImage.aspNetDisabled, .UsePrimaryButton .TextButtonWithImage.aspNetDisabled:hover, .UsePrimaryButton .TextButtonWithImage.aspNetDisabled:focus, .UsePrimaryButton .TextButtonWithImage.aspNetDisabled:active, #masterHeaderActionArea a[disabled], #masterHeaderActionArea a[disabled]:hover, #masterHeaderActionArea a[disabled]:focus, #masterHeaderActionArea a[disabled]:active, fieldset[disabled]
 #masterHeaderActionArea a, fieldset[disabled]
 #masterHeaderActionArea a:hover, fieldset[disabled]
 #masterHeaderActionArea a:focus, fieldset[disabled]
 #masterHeaderActionArea a:active, #masterHeaderActionArea a.aspNetDisabled, #masterHeaderActionArea a.aspNetDisabled:hover, #masterHeaderActionArea a.aspNetDisabled:focus, #masterHeaderActionArea a.aspNetDisabled:active, .RadGrid input.PrimaryButton[disabled], .RadGrid input.PrimaryButton[disabled]:hover, .RadGrid input.PrimaryButton[disabled]:focus, .RadGrid input.PrimaryButton[disabled]:active, fieldset[disabled]
 .RadGrid input.PrimaryButton, fieldset[disabled]
 .RadGrid input.PrimaryButton:hover, fieldset[disabled]
 .RadGrid input.PrimaryButton:focus, fieldset[disabled]
 .RadGrid input.PrimaryButton:active, .RadGrid input.PrimaryButton.aspNetDisabled, .RadGrid input.PrimaryButton.aspNetDisabled:hover, .RadGrid input.PrimaryButton.aspNetDisabled:focus, .RadGrid input.PrimaryButton.aspNetDisabled:active {
    background-color: #11426b;
    border-color: #11426b;
}

.JC_VOLCol1
{
    width:30%;
    float:left;
}
.JC_VOLCol1 label
{
    font-size:14px;
    font-weight:normal;
}
.JC_VOLContainer
{
    padding:5px;
}
.DataRow .FullRow .myImage
{
    
    height:180px;  
    display:table-cell; 
    vertical-align: middle;
    float:left;
    margin-right:20px;
}
.FullRow td
{
	padding-bottom:.5em;
	
}
.kbCategories .FullRow .Grid td:nth-child(6)
{

	display:none!important
}
.jcBoard .jcHidden 
{
	display:none;

}
.Error
{
	display:inline;
}	
.GridRow td
{
	height:100%!important;

}
.jcBoard .FullRow .Grid td:nth-child(6),.jcBoard .FullRow .Grid td:nth-child(7)
{

	display:none!important
}
.jcSoftware #KBAuthor,.jcSoftware #KBDate
{
	display:none;

}
.jcBoard .rgHeader
{
	display:none;
}
.jcBoard td:nth-child(2)
{
	
	width:30%;
}
.jcBoard td:nth-child(5)
{
	
	width:20%;
}
.jcBoard td
{
	vertical-align:top;
}
.kbCategories #kbCategories,.kbCategories #jcCategories
{
	display:none;

}
.kbCategories .SixtyRow
{
	width:90%;
}
td.jcEditCol
{
   
    table-layout:fixed;
    display:table-cell;
}
.scrollingControlContainer
{
    overflow-x: hidden;
    overflow-y: scroll;
    
}
div.ComboBox table
{
   top:0px!important;
}

.scrollingCheckBoxList
{
    border: 1px #808080 solid;
    margin-top:0px;
    height: 125px;
    display: block;
    width:auto;
    padding:2px;
    color:#000!important;
    
}
.scrollingCheckBoxList2
{
    border: 1px #808080 solid;
    margin-top:5px;
    height: 120px;
    display: block;
    width:200px;
    padding:2px;
    
}
.Error
{
    color:Red;
       
}


.ConfirmBox
{
    position:relative;
    top:30px;
    width:300px;
    display:inline;
    height:200px;
    border:2px raised solid;   
    
}
.MyCombo ul
{

	top:auto!important;
	left:auto!important;
    position:absolute!important;
    padding-left:2px;
    padding-right:2px;
}
/*
.FullRow .RowItem .MyCombo input, .FullRow .RowItem .MyCombo .rcbInputCell.rcbInputCellLeft 
,.FullRow .RowItem .MyCombo .rcbArrowCell.rcbArrowCellRight
{
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: inline-block;
    font-size: 100%;
    height: 39px;
    line-height: 1.6;
    padding: 5px 10px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}*/
.MyCombo table
{
    top:0px!important;
    
}
.MyCombo button div ul
{
    vertical-align:top!important;
}
.MyCombo button
{
    vertical-align:top!important;
}
.MyChkList label, .FullRow table label
{
    font-weight:normal!important; 
    
     color:#000!important;
}
.MyChkList input
{
	margin-left:5px;

}
.SearchCol 
{
    width:265px!important;float:right;text-align:left;padding-left:5px; height:25px;
    
}
.SearchCol input
{
    width:215px;
}
.LabelCol
{
    width:140px;float:left;text-align:right; height:25px;   
    
}
.LabelCol2
{
    width:100px;float:left;text-align:right; height:25px;
}
.SearchCol2
{
    width:210px;float:right;text-align:left;padding-left:5px; height:25px;vertical-align:bottom;
    
}

/* New Styles for custom iParts */
td.jcEditCol
{
    width:65px!important;
    max-width:65px!important;
    table-layout:fixed;
    display:table-cell;
}

.scrollingControlContainer
{
    overflow-x: hidden;
    overflow-y: scroll;
    
}
div.ComboBox table
{
   top:0px!important;
}

.scrollingCheckBoxList
{
    border: 1px #808080 solid;
    margin-top:0px;
    height: 125px;
    display: block;
    width:auto;
    padding:2px;
    color:#000!important;
    
}
.scrollingCheckBoxList2
{
    border: 1px #808080 solid;
    margin-top:5px;
    height: 120px;
    display: block;
    width:200px;
    padding:2px;
    
}
.Error
{
    color:Red;
       
}


.ConfirmBox
{
    position:relative;
    top:30px;
    width:300px;
    display:inline;
    height:200px;
    border:2px raised solid;   
    
}
.MyCombo ul
{

	top:auto!important;
	left:auto!important;
    position:absolute!important;
    padding-left:2px;
    padding-right:2px;
}
.MyCombo table
{
    top:0px!important;
    
}
.MyCombo button div ul
{
    vertical-align:top!important;
}
.MyCombo button
{
    vertical-align:top!important;
}
.MyChkList label, .FullRow table label
{
    font-weight:normal!important; 
    padding-left: 10px;
    padding-right: 1em;
     color:#000!important;
}

.SearchCol 
{
    width:265px!important;float:right;text-align:left;padding-left:5px; height:25px;
    
}
.SearchCol input
{
    width:215px;
}
.LabelCol
{
    width:140px;float:left;text-align:right; height:25px;   
    
}
.LabelCol2
{
    width:100px;float:left;text-align:right; height:25px;
}
.SearchCol2
{
    width:210px;float:right;text-align:left;padding-left:5px; height:25px;vertical-align:bottom;
    
}

/* New Styles for custom iParts */

select.SmallText
{
    font-size:80%;
    font-weight:normal;   
}


.HeaderRow,.FullRow,.HalfRow,.TwoThirdRow,.ThirdRow,.QuarterRow
{
    text-align:left;
    padding-top:1px;
    padding-bottom:1px;
    padding-left:5px;
    padding-right:5px;
}

.HeaderRow
{
    font-size:16px;
    font-weight:bold;
    margin-top:5px;
    border-bottom:1px dotted #ccc;
    margin-bottom:5px;
    
}
.CenteredRow
{
    margin-top:5px;
    text-align:center;
}
.RightCol
{
   
    text-align:right;
}
.FullRow
{
    
    width:100%;
    
    display:table;
	
}
.FullRow table
{
    margin-top:3px;
    
}
.FullRow .Error
{
    margin:0;
    padding:0;   
}
.DottedBorder
{
     border-bottom: 1px dotted #CCCCCC;
    border-left: 1px dotted #CCCCCC;
    border-right: 1px dotted #CCCCCC;
    padding-bottom:5px;
    
}
.HalfRow
{
    display:inline;
    width:48%;
    float:left;
}
.ThirdRow
{
    display:inline;
    width:33%;
    float:left;
}
.QuarterRow
{
    display:inline;
    width:24%;
    float:left;
}
.SixtyRow
{
    display:inline;
    width:58%;
    float:left;
    /*padding-left:3px;*/
}
.FortyRow
{
    display:inline;
    width:38%;
    
    float:left;
    padding-left:3px;
}
.LabelRow
{
    border:1px solid #333333;
    padding-top:5px;
    padding-bottom:5px;
    text-indent:5px;
    margin-right:1px;
    font-weight:bold;
}
.FourthRow
{
    display:inline;
    width:24%;
    float:left;
}
.HalfRow p
{
  
}
.ButtonRow
{

    margin: 5px;
    text-align: center;
    width: 99%;
   
}
.RowLabelBig
{
    
   
    word-wrap: break-word;
    width:18em;
	float:left;
	padding-top:3px;
	padding-bottom:3px;
	text-indent:0px;

}
.RowLabel
{
    
   
    word-wrap: break-word;
    width:12em;
	float:left;
	padding-top:3px;
	padding-bottom:3px;
	text-indent:0px;

}
.RowLabelSmall
{
    
    
    
    width:8em;
	float:left;
	padding-top:3px;
	padding-bottom:3px;
	text-indent:0px;
    Font-weight:bold;
    font-size:14px;
}
.RowLabelTiny
{
    
    
    Font-weight:bold;
    font-size:16px;
    width:6em;
	float:left;
	padding-top:3px;
	padding-bottom:3px;
	text-indent:0px;

}
.RowItem
{
    width:100%;
    display: table-cell;
    vertical-align: middle;
	padding-top:3px;
	padding-bottom:3px;
}
.RowItem input
{
    vertical-align:middle;   
}
.RowItem label
{
    font-weight:normal;
    font-size:90%;
}

.RowItem .ajax__combobox_textboxcontainer input,.RowItem .BigText
{
	
	min-width:18em;
	width:18em;
}
.JoeFill
{
    min-width:180px;
}
.RowItem div ul
{
    left:auto!important;
	top:auto!important;
}



.HeaderRow
{
    font-size:36px!important;
    
    margin-top:5px;
    border-bottom:1px dotted #ccc;
    margin-bottom:5px;
    
}
.BreakWrap
{
    display:inline;
}
.FullRow.FullImage
{
	width:100%;
	    margin-left: auto;
    margin-right: auto;
    max-width: 1150px;
	
}
.FullRow.FullImage img
{
    background-size: cover;
    margin-bottom: -42%;
    margin-top: -9%;
    width: 100%;
}
.FullRow.FullImage .OverlayText
{
	color: #fff;
    float: right;
    position:relative!important;
    
    width: 40%;
	background-color:#000;
	opacity:.7!important;
	padding:20px;
	
	font-family:'Open Sans',sans-serif;
	font-size:20px;
	color:#FFF;
	line-height:28px;
	background: -moz-linear-gradient(right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);/* For Opera 11.1 to 12.0 */
	top:-100px;
	background: linear-gradient(to left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* Standard syntax */
}
.FullRow.FullImage .OverlayText strong,.FullRow.FullImage .OverlayText b
{
	display:block;
	font-family: "Arvo",serif;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 10px;
}

.SubHdr_Small
{
	font-family:'Open Sans',sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#979797;
	text-transform:uppercase;
}
.txtBodyCopy,.SubHdr_Small
{
    display: block;
    min-height:0px;   
}


.FullRow table.Grid tr.GridHeader td
{
    border-style:none;
    font-size:22px;
    
}
.FullRow table.Grid tr.GridHeader td:nth-child(8),.FullRow table.Grid td:nth-child(8),.FullRow table.Grid tr.GridHeader td:nth-child(7),.FullRow table.Grid td:nth-child(7)
{
    display:none;
    
}
@media (max-width: 995px)
{
    
	
	
}

@media (max-width: 768px)
{
    
    .HalfRow,.ThirdRow,.SeventyFiveRow,.TwentyFiveRow,.SixtyRow,.FortyRow
    {
        width:100%!important;
    }
	
}

@media (max-width: 580px)
{
	.RowItem
	{
		
		display:inline-block;
	}
	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
	{
		
		font-size:80%;
		letter-spacing:-1px;
	}
	
}








