@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Source+Serif+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');

/*

font-family: 'Source Serif Pro', serif;
font-family: 'Roboto', sans-serif;

*/

/* Color Replace
#723A7A with #723A7A

*/
#masterContentArea ul {
    list-style: none; /* Remove default bullets */
  }
  
#masterContentArea ul li::before, ol li::before 
{
  list-style: none; /* Remove default bullets */
}

#masterContentArea ul li::before,#masterContentArea ol li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #1054A1; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  margin-right: .25em;
    vertical-align: middle;
}
#masterContentArea ol li 
{
    counter-increment: count-me;
    list-style: none;
}
#masterContentArea ol li::before
{
    content: counter(count-me) ". ";
}
.overlay 
{

    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.banner-overlay
{
    background: rgba(0,75,142,0.4);
    background: -moz-linear-gradient(top, rgba(0,75,142,0.7) 0%, rgba(0,23,43,0.6) 46%, rgba(0,23,43,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,75,142,0.7) 0%,rgba(0,23,43,0.6) 46%,rgba(0,23,43,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,75,142,0.7) 0%,rgba(0,23,43,0.6) 46%,rgba(0,23,43,0.7) 100%);
}
#hd
{
    background-color:#fff;
    min-height: 145px;
}
.footer-content a {
    color: #a2a2a2;
    margin: 0em 0.5em;
}
.container, .header-container, .SliderPage1 
{
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 225px;
    padding-right: 225px;
}
.jcFullWidth
{
    padding-left: 225px;
    padding-right: 225px;
    margin-left: -225px;
    width: auto;
    margin-right: -225px;
}

.jcOverlay {
    position: absolute;
    top: 0px;
    z-index: 5;
    
    height: 100%;
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
}
.jcFullWidth .jcOverlay,.jcCapital
{
    padding-left: 225px;
    padding-right: 225px;
}
.header-logo-container {
    float: left;
    margin: 0;
    background-color: transparent;
    padding: 0px;
    margin-top: -15px
}
.header-logo-container div 
{
	padding:0px!important;
	margin:0px!important;
}

.header-container #masterHeaderImage {
    background-position: 0;
    width: auto;
    height: auto;
    background-size: 100%;
    background-image: none;
    text-indent: 0px;
    text-align: center;
}

.header-container #masterHeaderImage img 
{
	max-height: 175px;
    width: auto!important;
    margin: 0px;
    transition: all .5s;
    max-width: 10vw;
}

.header-search {
    padding: 7.5px 0px;
}
.SimpleSearchBlock .search-field 
{
    background-image: url(images/template/ico_magglass_grey.svg);
    background-position: left center!important;
    height: 27px;
    width: 110px;
    box-shadow: none;
    color: #666;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    padding-top: 0px;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    letter-spacing: .6px;
    padding-left: 27px!important;
    background-size: 20px;
}
.navbar-toggle .icon-search {
   
    background: transparent url(images/template/ico_magglass_grey.svg) 0 0 no-repeat;
    width: 22px;
    height: 19px;
    margin: 0;
}
.nav-auxiliary .UtilityAuthentication
{
    margin-right:1vw;
    margin-bottom: 5px;;
}
.nav-auxiliary .UtilityAuthentication:before
{
	display:inline-block;
	content:" ";
	background-image:url(images/template/ico_key_grey.svg);
    width: 22px;
    height: 22px;
    
    background-size: 100%;
    background-position: left 2.5px;
    background-repeat: no-repeat;
}
.UtilityNavigationList .NavigationUnorderedList > li.jcAccount:before 
{
    display:inline-block;
	content:" ";
	background-image:url(images/template/ico_user_grey.svg);
    width: 20px;
    height: 22px;
    
    background-size: 100%;
    background-position: left 2.5px;
    background-repeat: no-repeat;
}
.UtilityNavigationList .NavigationUnorderedList > li.jcContact:before 
{
    display:inline-block;
	content:" ";
	background-image:url(images/template/ico_contact_grey.svg);
    width: 18px;
    height: 20px;
    background-size: 100%;
    background-position: left 2.5px;
    background-repeat: no-repeat;
}
.UtilityNavigationList .NavigationUnorderedList > li.jcCart:before 
{
    display:inline-block;
	content:" ";
	background-image:url(images/template/ico_cart_grey.svg);
    width: 22px;
    height: 22px;
   
    background-size: 100%;
    background-position: left 2.5px;
    background-repeat: no-repeat;
}
.UtilityNavigationList .NavigationUnorderedList > li > a {
    
    height: 25px;
    vertical-align: text-bottom;
    margin-right: 1vw;
}
.UtilityNavigationList .NavigationUnorderedList > li > a:hover 
{
    text-decoration: underline;
}
.navbar-toggle .icon-search {
   
    background: transparent url(images/template/ico_magglass_grey.svg) 0 0 no-repeat;
    width: 25px;
    height: 27px;
    margin-top: -1px;
    background-size: 100%;
}
hr {
    margin-left: 0px;
    margin-right: 0px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #d8d8d8;
}
/*
.body-container 
{
    margin-top:36px;
}
*/
@media (min-width: 992px)
{
    .header .header-bottom-container 
    {
        background-color: transparent;
        position: absolute;
        min-height:auto;
        z-index: 101!important;
        top:75px;
        bottom:auto;
        
    }


    .header .header-bottom-container .RadMenu .rmGroup .rmText {
        padding: 10px 0px;
        margin: 0px;
        text-align: center;
    }
    .RadMenu .rmVertical .rmLink, .RadMenu .rmHorizontal .rmVertical .rmLink {
        font-size: 21px;
        font-weight: 400;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        letter-spacing: .15px;
        color: #fff;
    }

    .RadMenu .rmHorizontal .rmRootLink > .rmToggle {
    
        display: none;
    }

    .header-top-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1100;
        background-color: #723A7A;
        
        padding-top: 15px;
        background-size: 33.3vw 15px;
        background-repeat: no-repeat;
        background-position: right top;
        height: 15px;
    }
    .RadMenu .rmSlide, .RadMenu_Context {
       
        margin-left: 0em;
    }
    .header-search .search-field:hover {
        cursor: pointer;
        background-color: transparent;
        box-shadow: 0px 0px 5px 0px rgb(255 255 255 / 75%);
        -webkit-box-shadow: 0px 0px 5px 0px rgb(255 255 255 / 75%);
        -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.75);
    }
    .header .primary-navigation-area .nav-primary {
        text-align: right;
        float: right;
        display: flex!important;
        justify-content: flex-end;
        min-height: 60px;
        border-top: 1px solid #d8d8d8;
        padding-top: 8px;
        text-align: right;
        min-width: 90%;
        align-content: center;
        border-bottom: 1px solid #d8d8d8;
    }
    .navbar-header.nav-auxiliary
    {
        
        display: flex;
        flex-wrap: nowrap;
        height: 65px;
        align-items: flex-end;
        max-width: calc(100% - 10vw);
    }
    .primary-navigation-area
    {
        float:right;
        max-width: calc(100% - 10vw);
        width: 100%;
    }
    .RadMenu.RadMenu_GreatBarrierReef .rmRootGroup > .rmItem > .rmLink 
    {
        text-transform: none;
        color:#1D4B8E;
        font-family: 'Roboto',sans-serif;
        font-size: 21px;
        font-weight: normal;
        padding: 0px 1vw;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: .18px;
        border-bottom: 8px solid #fff;
        border-top: 8px solid #fff;
    }
    .RadMenu.RadMenu_GreatBarrierReef .rmRootGroup > .rmItem > .rmLink:hover
    {
        background-color:#1D4B8E;
        color:#fff;    
        border-color: #1D4B8E;
    }
    .RadMenu.RadMenu_GreatBarrierReef .rmRootGroup > .rmItem > .rmLink:hover .rmText
    {
        border-color:#1D4B8E;
      
    }
    .RadMenu.RadMenu_GreatBarrierReef .rmRootGroup > .rmItem > .rmLink .rmText {
        padding: 7.5px 0px;
    }

    .RadMenu.RadMenu_GreatBarrierReef .rmRootLink.rmSelected 
    {
        border-bottom-color: #1D4B8E!important;
    }

    .RadMenu.RadMenu_GreatBarrierReef .rmGroup {
        background-color: #1D4B8E;
        padding: 1.5em 2.5em!important;
        padding-bottom: 2.5em!important;
    }
    .RadMenu_GreatBarrierReef .rmSlide .rmLink:hover, .RadMenu_GreatBarrierReef .rmSlide .rmLink:focus, .RadMenu_GreatBarrierReef .rmSlide .rmLink.rmFocused, .RadMenu_GreatBarrierReef .rmSlide .rsmLink:hover, 
    .RadMenu_GreatBarrierReef .rmSlide .rsmLink:focus, .RadMenu_GreatBarrierReef .rmSlide .rsmLink.rmFocused, .RadMenu_GreatBarrierReef .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:hover, 
    .RadMenu_GreatBarrierReef .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:focus, .RadMenu_GreatBarrierReef .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink.rmFocused
    {
        
        color:#fff!important;
        text-decoration: underline;
        
    }


}
.navbar-header > div, .navbar-header > a, .navbar-header .NavigationUnorderedList, .navbar-header .NavigationLink {
    color: #666;
   
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    padding-top: 0px;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    letter-spacing: .6px;
}

p {
   
    color: #555;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.jcProductSearch .rgHeader, .jcStyledIQA .rgHeader, .jcProductSearch .rgNoRecords, .jcStyledIQA .rgNoRecords {
    display: none;
}
/* Begin Session CSS */

.jcSchedule .jcButton.collapsed,.jcSchedule .jcButton 
{
    background-image: none;
	    font-size: 1.25em;
}

.jcPrintIQA .rgMasterTable a
{
	    width: 35px;
    height: 35px;
    background-image: url(images/template/printericon.jpg);
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 76px;
    z-index: 12;
    font-size: .001px;
    color: transparent!important;
}
.jcPrintIQA .rgMasterTable a:hover
{
	opacity:.7;
}
.jcPrintIQA {

    position:relative;
	z-index:12;
}
.jcPrintIQA .rgMasterTable td:last-child 
{
	display:none;
}
.RadWindow_MetroTouch .rwTitleRow .rwTitlebar, .RadWindow_MetroTouch .rwTitleRow .rwTopLeft, .RadWindow_MetroTouch .rwTitleRow .rwTopRight {
    
    background-color: #1D4271!important;
}
.jcConfSpeakers .panel-body
{
	padding:0px;
}

.CLEGrid 
{
	margin-top: 3em;
	border: 1px solid;
	background-color: lightgray;
}


.CLEGrid .RadGrid .rgHeader a:visited
 {
    color: #FFF!important;
}

.CLEGrid .RadGrid_MetroTouch .rgHeader,.CLEGrid .RadGrid_MetroTouch th.rgResizeCol,.CLEGrid .RadGrid_MetroTouch .rgHeaderWrapper {
    background-color: #df6900!important;
    /* COLOR: #fff!important; */
}

.jcConfSpeakers 
{
	margin-top:2em;
}
.jcConfSpeakers h2.panel-title
{
	    margin-top: 0px;
    padding-top: 0px;
}
.jcConfSpeakers .RadGrid .rgMasterTable .rgRow, .jcConfSpeakers .RadGrid .rgMasterTable .rgAltRow
{
	    width: calc(50% - 30px)!important;
    float: left;
	background: #fff;
	padding: 0.5em;
	   margin: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
} 
.jcConfSpeakers .RadGrid .rgMasterTable .rgRow:hover, .jcConfSpeakers .RadGrid .rgMasterTable .rgAltRow:hover
{
	transform: scale(1.03);
	box-shadow: 0px 7px 30px -10px rgb(0 0 0 / 20%);
}

.jcConfSpeakers .RadGrid .rgMasterTable .rgRow td, .jcConfSpeakers .RadGrid .rgMasterTable .rgAltRow td
{
	    padding: 5px;
    display: inline;
	 
}
.jcConfSpeakers .H3 
{
	font-size:20px;
	font-weight:500;
}
.jcConfSpeakers .jcPadTop10 {
    padding-top: 1em;
    padding-right: 1em;
}
.jcConfSpeakers .jcImgDiv .image 
{
    height: calc(120px + 5vw);

}

.jcConfSpeakers .RadGrid .rgMasterTable tr td:nth-child(3)
{
	Display:none;
	
}
.jcConfSpeakers .RadGrid .rgMasterTable tr td:nth-child(1)
{
	    width: 125px;
    float: left;
    display: flex;
	height:150px;
}
.jcConfSpeakers .RadGrid .rgMasterTable tr td:nth-child(2)
{
	display: flex;
    justify-content: flex-start;
    
    height: 150px;
}

.jcConfSpeakers .RadGrid .rgMasterTable tr td:nth-child(1) img
{
   height: 133.3px!important;
    width: 100px!important;
    object-fit: cover;
	    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.jcConfSpeakers p 
{
	margin: 0 0 0.25em;
}
.jcConfSpeakers .H4 
{
	/*color: #6CAEFF;
    color: #df6900;
    color: #48773c;
    
    color: #E62051;
    color: #323e48;
    color: #1D4271;
	*/
	color: #72002b;
	    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.jcConfSpeakers p a  
{
	color:#1D4271;
	text-decoration:none;
	font-weight:700;
}
.jcConfSpeakers p a:hover  
{
	    color: #6CAEFF!important;
}
.jcConfSpeakers .h6 
{
	font-size: 100%;
    font-family: 'Arvo';
    font-weight: 500;
    color: #353535;
}


.jcSchedule .rgMasterTable
{
	margin-left:-15px;
}

.jcSchedule .RadGrid_MetroTouch td.rgGroupCol,
.jcSchedule .RadGrid_MetroTouch td.rgExpandCol {
    border-color: transparent;
    background: transparent;
}
.jcSchedule .RadGrid_MetroTouch .rgAltRow {
    background-color: #fff!important;
}
.jcSchedule .RadGrid_MetroTouch input[type="submit"]
{
    /* background-position: -62px -68px; */
    display: none!important;
}
.jcSchedule .RadGrid .rgMasterTable .rgDetailTable, .ChildGridWrapper .rgMasterTable {
    border: 0px;
    border-bottom: 2px solid #ddd;
}
.jcSchedule .RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell, 
.jcSchedule .RadGrid.RadGrid_MetroTouch .rgSelectedRow, 
.jcSchedule .RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow, 
.jcSchedule .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted, 
.jcSchedule .RadGrid.RadGrid_MetroTouch th.rgSorted, 
.jcSchedule .RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell, 
.jcSchedule .RadGrid.RadGrid_Metro .rgSelectedRow, 
.jcSchedule .RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow, 
.jcSchedule .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted, 
.jcSchedule .RadGrid.RadGrid_Metro th.rgSorted, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td
{
	background-color: #fff;
    border-color: #fff;
	color:#353535;
}

.jcSchedule .rgRow td[role="gridcell"],.jcSchedule .rgAltRow td[role="gridcell"] {
    background-color: #860038;
	color:#fff;
	font-weight:700;
}
.jcSchedule .rgDetailTable .rgRow  td[role="gridcell"],.jcSchedule .rgDetailTable .rgAltRow  td[role="gridcell"]
{
	background-color:transparent;
	color:#353535;
	font-weight: 500;
	    border-bottom: 2px solid #ddd;
    padding: 0.75em;

}
.jcTimes 
{
	Float:left;
	display:inline;
	width:30%;
}
.jcSession
{
	float:left;
	display:inline;
	width:70%;
	    line-height: 2em;
	font-size: 18px;
    font-weight: 500;
}
.jcSession b 
{
	    margin-left: 1em;
    font-weight: 600;
    padding-left: 1em;
    border-left: 2px solid;
}

.jcButton
{
	width:100%;
	background-color:transparent;
	border:none;
	    text-align: left;
    float: left;
	position:relative;
	font-family: 'Open Sans', sans-serif;
}

.jcButton.collapsed:after {
    content: "+";
    transition: all .5s;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 1s;
}

.jcButton:after {
    content: "--";
    padding-left: 5px;
    font-size: 30px;
    color: #df6900;
    letter-spacing:-3px;
    font-weight: 900;
    position: relative;
    top: 0.05em;
    transition: all .5s;
	position: absolute;
    top: 5px;
    line-height:1em;
    right: 5px;
}
.SessionType,.SessionType2,.SessionType3,.SessionType4 {
    background-color: #df6900;
    padding: 7.5px 12.5px;
    color: #fff;
    border-radius: 15px;
    margin-right: 0.75em;
    float: left;
    line-height: 1.25em;
    font-size: 14px!important;
    text-transform: uppercase;
    font-weight: 600;
}
.SessionType2
{
	background-color:#48773c;
	
}
.SessionType3
{
	background-color:#72002b;
	
}
.SessionType4
{
	background-color:#323e48;
	
}
.SessionSponsor
{
	    color: #E62051;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75em;
    /* margin-top: -0.25em; */
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.SessionSponsor:before
{
	content:"Sponsor: ";
	display:flex;
	margin-right:.25em;
	float:left;
}
.jcText p 
{
	margin-bottom:0px;
}
.jcFood, .jcRecorded {
    display: inline-flex;
    height: 30px;
    width: 35px;
    margin: 0;
    background-image: url(images/template/recording2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5px;
	margin-right:10px;
}
.jcFood
{
	background-image: url(images/template/coffeecup.jpg);
	height: 35px;
    width: 40px;
}
.RadGrid.RadGrid_MetroTouch .rgSelectedRow .jcSpeakerList a,.RadGrid.RadGrid_MetroTouch .jcSpeakerList a
{
	color:#6CAEFF!important;
	text-decoration:none;
}
.RadGrid.RadGrid_MetroTouch .rgSelectedRow .jcSpeakerList a:hover,.RadGrid.RadGrid_MetroTouch .jcSpeakerList a:hover
{
	text-decoration:underline;
}
.jcSpeakerList
{
	display: inline-block;
   
    vertical-align: top;
    padding: 0.5em 0px;
    font-weight: 600;
}
.jcSpeakerList span 
{
	color:#6CAEFF;
}
.jcSchedule.jcByDay .rgRow td[role="gridcell"], .jcSchedule.jcByDay .rgAltRow td[role="gridcell"]
{
	background-color:transparent!important;
	font-weight:400;
	border-bottom: 2px solid #ddd;
    padding: 0.75em;
}
.jcSchedule.jcByDay .rgMasterTable
{
	margin-left:0px;
}
/* End Session CSS */

.Wrapper-HomePage .HomePageFullWidthArea .jcHomeSlideshow .carousel-inner .item {
    height: calc(500px + 10vw) !important;
	min-height: 350px!important;
}
.fixed-top .AsiError {
   
    position: fixed;
    z-index: 99999999999;
    top: 150px;
}
.jcHiddenAsset  .panel-body-container
{
	display:none;
}
.Wrapper-HomePage .HomePageFullWidthArea .jcHomeSlideshow  .carousel-inner:before,.jcHomeSlideshow .carousel-control.left,.jcHomeSlideshow .carousel-control.right
{
	background-image:none!important;
	
}
.jcProfileButtons .rgHeader, .jcProfileButtons .rgNoRecords
{
	display:none;
}
.jcProfileButtons .RadGrid_MetroTouch
{
	border:none;
	
}
.jcProfileButtons .panel-body,.jcProfileButtons .RadGrid.RadGrid_MetroTouch .rgRow td
{
	padding:0px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.67em;
    font-weight: 400;
    overflow-x: hidden!important;
    color:#555;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
   
    font-family: 'Source Serif Pro', serif;
    
}
h1 {
    font-size: 64px;
    line-height: 1.1em;
    color: #333;
    font-weight: 400;
    margin: 0.25em 0px;
    
}
h2, h3, h4, h5
{
    color: #1D4B8E;
}
h2{

    font-weight: 400;
    font-size: 56px;
    margin: .25em 0px;
}
h3{

    font-weight: 600;
    font-size: 28px;
    margin: .5em 0px;
}
h4{

    font-weight: 600;
    font-size: 24px;
    margin: .25em 0px;
}
h5{

    font-weight: 700;
    font-size: 20px;
    margin: .25em 0px;
    font-family: 'Roboto', sans-serif;
}
h6{

    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    margin: .25em 0px;
}
h1:after, h1.panel-title:after
{
    display:none;

}

h2 {
    font-size: 42px;
    line-height: 1.3em;
}
h3 {
    font-size: 28px;
    line-height: 1.3em;
    font-weight: 600;
}
h4 
{
    font-size: 20px;
    font-weight: 600;
    
}
h5
{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    line-height: 1.4em;
}

.jcRed 
{
    color: #723A7A!important;
}
.jcChar{
    color:#333!important;
}
.jcBlue{
    color:#14498D!important;
}
.jcCharcoal 
{
    color:#333!important;
}
.jcCallout 
{
    color: #333;
    font-size: 28px;
    line-height: 1.33em;
    font-family: 'Source Serif Pro', serif;
    font-style: italic;
    font-weight: 600;
    
}
.jcCallout.jcBorderLeft
{
    line-height: 1.67em;
    padding-bottom: 0.75em;
    margin-bottom: 0.75em;
    padding-left: 25px;
    border-left: 3px solid #666;
    padding-right: 1em;
}
.jcCities .jcCallout
{
    max-width: 80%;
    margin: 0 auto 1em auto;
}
.jcCaption 
{
    color: #555;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.67em;
}
.jcBlueBG
{
    background-color: #1D4B8E;
    padding:1em 2em;
    margin: 1em 0em;
}
a, p a {
    color: #0092DC;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover {
    text-transform: underline;
}
.jcHomeSlideshow .carousel-caption {
    padding: 10px;
    top: 225px;
    font-family: 'Roboto',sans-serif;
    background-color: transparent;
    left: 20vw;
    width: 60vw;
    text-align: center!important;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
.jcHomeSlideshow .jcCenter .carousel-caption {
    left: 30vw;
    text-align: center!important;
}
.jcHomeSlideshow .jcLowerRight .carousel-caption {
    padding-top: 10vw;
    margin-left: 45vw;
    width: 40vw;
    text-align: center!important;
}
.jcHomeSlideshow .carousel-indicators
{
	display:block;
}
.jcHomeSlideshow .carousel-indicators .active {
    margin: 2px;
    width: 4px;
    height: 23px;
    background-color: #fff;
}
.jcHomeSlideshow .carousel-indicators li {
    display: inline-block;
    width: 4px;
    height: 10px;
    margin: 5px 2px 7px;
    text-indent: -999px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(255,255,255,0.5);
}
.jcHomeSlideshow .carousel-caption h3
{
	color: rgb(255, 255, 0);
		border: rgb(134, 134, 134);
    line-height: 2.75vw;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 2.25vw;
    font-family: 'Source Serif Pro', serif;
    text-shadow: none;
    letter-spacing: 1px;	
}

.jcHomeSlideshow .carousel-caption h1
{
    border: rgb(134, 134, 134);
    line-height: .9em;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: calc(45px + 2vw);
    font-family: 'Source Serif Pro', serif;
    text-shadow: none;
    
    letter-spacing: 1px;
}

.jcHomeSlideshow .carousel-control .icon-prev
{
    height: 85px;
    width: 85px;
}
.jcHomeSlideshow .carousel-control .icon-next
{
    height: 85px;
    width: 85px;
}
.jcHomeSlideshow .carousel-control:hover .icon-prev:before,.jcHomeSlideshow .carousel-control:hover .icon-next:before 
{
	background-color:#333;
}
.jcHomeSlideshow .carousel-caption p {
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    /* text-align: left; */
    color: #fff;
    line-height: 1.4em;
}
hr.jcNarrow
{
	margin-left: 40%;
    margin-right: 40%;
    border-width: 2px 0 0 0;
    border-style: solid;
    border-color: #fff;
	margin-top: 1em;
    margin-bottom: 1em;
}
.carousel-control .icon-prev::before, .carousel-control .icon-next::before {
    content: '';
    display: block;
    width: 30px;
    height: 35px;
}
.carousel-control .icon-prev::before {
    background: url(images/template/bu_left.svg) 0 0px no-repeat;
    background-size: 100%;
    height: 85px;
    width: 85px;
}
.carousel-control .icon-next::before {
    background: url(images/template/bu_right.svg) 0 0px no-repeat;
    background-size: 100%;
    height: 85px;
    width: 85px;
}
.HomePageFullWidthArea
{
    margin-bottom:-28px;
}
#masterContentArea {
    margin-top: 28px;
}
.OnBehalfOfContainer {
    width: 90%;
    height: 0px;
    position: relative;
    right: 25px;
    
}


.header-container .nav-auxiliary .UtilityAuthentication a, .nav-auxiliary .nav-aux-button.nav-aux-account .nav-text {
    color: #666;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    padding-top: 0px;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    letter-spacing: .6px;
}


.nav-auxiliary .nav-aux-button.nav-aux-account:hover
{
	text-decoration:underline;
}

.has-secondary-col.col-on-right .col-primary {
    float: left;
    margin-right: 0px;
    width: 100%;
}
.has-secondary-col.col-on-right .col-secondary {
    float: right;
    display: none;
}

.InternalHeaderArea {
    background: #fff;
    overflow: hidden;
    height: 0em;
}
.footer-nav-copyright .footer-copyright {
    display: inline-block;
    background-image: url(images/template/img_logo_footer.svg);
    background-repeat: no-repeat;
    background-size: 70px;
    min-height: 110px;
    padding-left: 110px;
    background-position: left bottom 20px;
    padding-top: 25px;
}
.footer-content,.footer-nav-copyright 
{
    background-color: #051D40;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-top: 0px;
}
.footer-nav-copyright 
{
    position: relative;
    top: 144px;
}
.footer-copyright
{
    float: none;
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
}
.footer-content 
{
    padding-top: 0px;
    background-image: url(images/template/img_footer_stars_white_45.svg);
    height: 200px;
    background-size: 100%;
    position: absolute;
    right: 20%;
    width: 200px;
    background-color: transparent;
    z-index: 999;
    top: 50px;
    background-repeat: no-repeat;
}
.footer-nav-copyright a:hover, .footer-nav-copyright a:active {
    color: #fff;
}
.footer-content h2 {
    margin-top: 0;
    color: #a2a2a2;
}
.jcFootLeft {
    text-align: left;
    display: flex;
    flex-direction: column;
    min-height: 100px;
    justify-content: flex-end;
}
.jcFootLeft img
{
	width:160px;
}

#ft p {
    color: #899DBA;
    font-size: 14px;
    line-height: 1.5em;
}
#ft strong 
{
    font-size: 18px;
    font-weight: 500;
}
.jcFootRight 
{
    text-align: right;
    display: flex;
    flex-direction: row;
    height: 115px;
    justify-content: center;
    align-items: flex-end
}
.footer-nav-copyright a, .footer-nav-copyright a:visited {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 1em;
    white-space: nowrap;
    
}
#ft 
{
    background-image: url(images/template/img_footer_photostrip-ct.jpg);
    height: 144px;
    display: block;
    background-size: cover;
    position: relative;
}
    

.mkdf-social-icon-widget-holder.mkdf-icon-predefined-style {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background-color: #356bf8;
    text-align: center;
    -webkit-transition: background-color .23s;
    -moz-transition: background-color .23s;
    transition: background-color .23s;
    position: relative;
    display: inline-block;
    vertical-align: middle;
	padding-top: 2px;
	text-decoration: none;
	margin: 0px 0px 0px 0px!important;
}
.mkdf-raw-html-widget
{
	float:left;
	width: 85%;
	text-align: right;
    line-height: 2.6em;
}
.mkdf-social-icon-widget-holder.mkdf-icon-predefined-style i, .mkdf-social-icon-widget-holder.mkdf-icon-predefined-style span {
    font-size: 17px;
    color: #fff;
}
.social_facebook:before {
    content: "\e093";
}
.mkdf-social-icon-widget-holder.mkdf-icon-predefined-style:hover {
    background-color: #ee0034;
	text-decoration: none;
}
.footer-content  .textwidget
{
	text-align: right;
    margin-top: 1em;
}
.footer-content .col-md-4:nth-child(3)
{
	text-align: right;
    
}
.backToTop
{
	display:none;
	
}
.jcGrayBar
{
	padding-top: 35pt !important;
    padding-right: 5% !important;
    padding-bottom: 45pt !important;
    padding-left: 5% !important;
    background-color: #eeeeee !important;
	margin-bottom: 2em;
}
.jcRedBar 
{
	padding-top: 40px !important;
    padding-right: 5% !important;
    padding-bottom: 40px !important;
    padding-left: 5% !important;
	background-color: #860038;
}
.jcRedBar h1 
{
	color:#fff;
	line-height:1.2em;
	margin-bottom:0px;
}
.jcRedBar h1:after 
{
	display:none;
}
.jcRedBar li 
{
	font-size:18px;
	line-height:1.4em;
	font-weight:400;
	color:#fff;
}


.jcButton {
    width: 100%;
    text-align: left;
    font-weight: 700;
    padding: 10px 45px;
    color: #666;
    font-size: 24px;
    background-color: #f8f8f8;
    /* border: none; */
    margin: 3px 0px;
    border: 1px solid #f0f0f0;
    font-family: Roboto,sans-serif;
	 
    background-repeat: no-repeat;
   
	background-size: 25px 25px;
	background-position:8px;
}
.jcButton.collapsed
{
	
	background-size: 30px 30px;
	 background-position: left center;
	 background-position:5px;
}
.jcButton:hover 
{
	background-color:#f0f0f0;
}
.collapse.in {
    
    padding: 10px;
}

input, button, select, textarea {
    font-family: "Roboto", Arial, sans-serif;
}

html body .container .btn, html body .container .TextButton,
html body .HomePageFullWidthArea .TextButton
{
    background: url(images/template/right-arrow-dkblue.svg) no-repeat center right 10px !important;
    background-size: 18px !important;
    padding: 7.5px 15px !important;
    background-color: transparent!important;
    border-color: #1D4B8E;
    color: #1D4B8E;
    border-radius: 25px;
    padding-right: 30px!important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid;
    display: inline;
    line-height: 26px;
    vertical-align: baseline;
    display: inline-block;
    margin: 5px;
}

html body .HomePageFullWidthArea .TextButton
{
    background: url(images/template/right-arrow-white.svg) no-repeat center right 10px !important;
    border-color: #fff;
    color: #fff;
    background-size: 20px!important;
}
html body .container .btn, html body .container .TextButton.LargeButton  
{
    background: url(images/template/right-arrow-dkblue.svg) no-repeat center right 20px !important;
    padding: 15px 30px !important;
    padding-right: 40px!important;
    background-size: 18px!important;

}
html body .container .btn, html body .container .TextButton.PrimaryButton
{
    background: url(images/template/right-arrow-white.svg) no-repeat center right 20px !important;
    padding: 15px 30px !important;
    padding-right: 40px!important;
    background-size: 18px!important;
    color: #FFF!important;
    background-color: #1D4B8E!important;
    border-color: #1D4B8E!important;
}



html body .PrimaryButton, html body .SaveAndClose, html body .SaveAs,
 html body .UsePrimaryButton .TextButton, html body .UsePrimaryButton 
 .TextButtonWithImage, html body #masterHeaderActionArea a, html body .TextButton:visited,
 html body .RadGrid input.PrimaryButton, html body .Spotlight .TextButton, 
 html body .BigButtonPanelArea2 .btn, html body .RadUpload .ruButton, 
 html body .ruButton,html body .RadUpload .ruButton:visited, 
 html body .btn:visited,html body .TextButtonWithImage:visited,
 html body .RadUploadProgressArea .ruButton:visited,
 html body .ruFileInput {
    background: url(images/template/right-arrow-blue.svg) no-repeat center right 22px !important;
    padding: 10px 35px !important;
    padding-right: 45px!important;
    border-color: #0092DC;
    color: #0092DC!important;
    background-color: transparent!important;
    text-transform: uppercase;
    background-size: 20px !important;
}
html body .btn:hover,html body .btn:focus,
html body .TextButton:hover,html body .TextButton:focus, 
html body .PrimaryButton:hover,html body .PrimaryButton:focus,
html body .TextButtonWithImage:hover,
html body .TextButtonWithImage:focus, 
html body .RadUpload .ruButton:hover, 
html body .RadUpload .ruButton:focus, 
html body .RadUploadProgressArea .ruButton:hover,html body .RadUploadProgressArea .ruButton:focus,
html body .container .btn, html body .container .TextButton.PrimaryButton:hover,
html body .container .btn, html body .container .TextButton.LargeButton:hover 
{
    
    transform: none;
    color: #fff!important;
    background-color: #0092DC!important;
    border-color: #0092DC!important;
    background-image: url(images/template/right-arrow-white.svg)!important;
    transform: none!important;
}
.btn, .TextButton, .ruButton
{
    transform:none;

}
html body div .jcBlueBG .TextButton,html body div .jcBlueBG .TextButton.PrimaryButton, html body div .jcBlueBG .TextButton.LargeButton  
{
    border-color:#fff!important;
    color:#fff!important;
    background-image: url(images/template/right-arrow-white.svg)!important;
}
html body div .jcBlueBG .TextButton:hover,html body div .jcBlueBG .TextButton:focus 
{
    border-color:#fff!important;
    background-color:#fff!important;
    color:#0092DC!important;
    background-image: url(images/template/right-arrow-blue.svg)!important;
}
.SignIn {
    max-width: 30em;
    margin-left: auto;
    margin-right: auto;
}
.RadTabStrip_MetroTouch.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #1D4B8E!important;
}
.RadTabStrip_MetroTouch.RadTabStrip_MetroTouch .rtsLevel1 {
    border-color: #F1F9FF;
    background-color: #0092DC!important;
}
html body .RadTabStrip_MetroTouch .rtsLevel1 .rtsLink{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.RadTabStrip_MetroTouch.RadTabStrip, .RadTabStrip_MetroTouch.RadTabStripVertical .rtsUL {
    background-color: #1D4B8E;
}
.RadTabStrip.RadTabStrip_MetroTouch 
{
    font-size: 18px !important;
    clear: both;
   
    font-family: 'Roboto', sans-serif!important;
}
.RadGrid .rgHeader a {
    text-decoration: none !important;
}
.RadGrid .rgHeader a:hover {
	
	text-decoration:underline!important;
}
.SearchField 
{
    display: block;
    background-color: #DFE6EA!important;
    padding: 8px 12px;
}
.SearchField label {
    font-size: 120%;
    color: #FFB331;
}
.RadGrid_MetroTouch .rgAltRow {
    background: #eeeeee !important;
}
.SearchResultSummary .ListItemTitle a {
    text-decoration: none;
    color: #0092DC!important;
    font-family: 'Roboto',sans-serif;
    font-size: 21px;
}
/* FAL Styles */
.RadTabStrip_MetroTouch .rtsLevel1 .rtsLink {
    background-color: #0092DC !important;
    border-color: #0092DC !important;
}
.jcMargin2
{
max-width: 1500px;
margin: auto;
}
.RadMultiPage .FilterPanel {
    --bs-gutter-x: 0px;
    margin: 5px 15px;
    padding: 10px;
}
.FilterPanel {
    background-color: #F1F9FF;
}
.ListSearchPrompt 
{
    padding: 5px 0;
    color: #555;
    margin: 15px;
}
.RadGrid a, .RadToolTip a, .k-grid a {
    color: #1D4B8E !important;
    text-decoration: underline;
}
.CartCharges {
    background-color: #F1F9FF;
}

.EmptyMasterContentPanel
{
overflow:hidden;
}
.jcDistance .FilterPanel div.PanelField:last-of-type, .jcDistance .FilterPanel div.PanelField:nth-of-type(3)
{
display:none;
}
.H4 {
float: left;
margin-top: 20px;
font-weight: bold;
font-size: 24px;
color: #004a89;
}
.H4 a
{
color:#004a89;
}
.jcImage
{
width: 100%;
text-align: center;
}
.jcFALRow
{
padding: 0px 15px;
background-color: #fff;
overflow: hidden;
margin: 5px 0px;
}
.jcImgDiv
{
padding: 15px 0px;
}
.jcFALRow .jcImgDiv .image
{
height: calc(25vw - 50px);
max-height: 312.5px;
background-size: 100%;
background-position: top center;
display: block;
background-repeat: no-repeat;
overflow: hidden;
width: 100%;
object-fit: cover;
}
.row.collapse,.row.collapsing
{
margin-right:0px;
display:none;
}
.jcText {
border-bottom: 1px dashed #333;
margin-bottom: 1em;
padding: 10px 0px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
}
.jcText p
{
margin-bottom:.5em;
margin-top: 0px;
}
.jcText H3
{
font-size: 18px;
color: #004a89;
font-weight: 600;
margin-bottom: 0px;
}
/* New Directory */
.ShowBlueBorder,.ShowNoBorder
{
min-height:250px;
display:inline-block;
}
.ShowBlueBorder
{
border:10px solid #c4e2fe;
width:100%;
}
.ShowNoBorder
{
border-bottom: 1px solid lightgray;
width:100%;
}
.ButtonBar
{
min-height: 50px;
vertical-align: middle;
width: 75%;
float: left;
}
.ButtonBar a
{
background-color: #69aee9;
color: #fff;
display: inline-block;
font-size: 15px;
font-weight: bold;
margin-top: 5px;
padding: 5px 10px 5px 35px;
}
.ButtonBar a.EmailLink
{
background-image: url("images/template/icon_mail_white.png");
background-position: 5px 5px;
background-repeat: no-repeat;
background-size: 25px 25px;
}
.ButtonBar a.HideEmail
{
display:none!important;
}
.ButtonBar a.PhoneLink
{
background-image: url("images/template/icon_phone_white.png");
background-position: 5px 5px;
background-repeat: no-repeat;
background-size: 25px 25px;
}
.ButtonBar a.WebsiteLink
{
background-image: url("images/template/icon_screen_white.png");
background-position: 5px 5px;
background-repeat: no-repeat;
background-size: 25px 25px;
}

html body .RadTabStrip_MetroTouch .rtsLink {
padding: 0 10px;
color: #fff;
}
.RadTabStrip_MetroTouch.RadTabStrip_MetroTouch .rtsLevel1 {
border-color: #c4e2fe;
background-color: #00377a!important;
}
html .RadTabStrip_MetroTouch.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected, html .RadTabStrip_MetroTouch.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover
{
border-color: #fff;
background-color: #fff;
}
html body .RadTabStrip_MetroTouch .rtsLevel1 .rtsLink:hover {
border-color: #fff;
color: #fff;
}
.jcFALHeader
{
padding: 0px 10px;
}
.jcFALHeader H1
{
margin-bottom: 0px;
}
.jcFALHeader H4
{
margin-top: 0px;
display: inline;
}
.jcFALHeader strong
{
float: right;
}
.jcLawyerDirectory .RadTabStrip_MetroTouch .rtsLevel1 .rtsLink:hover
{
border-color: #fff;
color: #fff;
}
.jcDirectoryCCO .RadMultiPage
{
padding:0px;
}
.jcDirectoryCCO .rmpView .col-sm-12,.jcLawyerDirectory .col-sm-12
{
padding:0px;
}
.jcLawyerDirectory .rgNoRecords
{
display:block!important;
}
.jcLawyerDirectory .rgNoRecords td
{
display:block;
}
.jcLawyerDirectory .rgNoRecords td:before
{
display:block;
content:"Your search returned no results. Please try again.";
font-weight:600;
}
.jcLawyerDirectory .rgNoRecords td div
{
display:none!important;
}
.jcLawyerDirectory .RadGrid .rgSelectedRow td
{
border:none;
}
.jcDistance .FilterPanel div.PanelField:last-of-type,.jcDistance .FilterPanel div.PanelField:nth-of-type(3)
{
display:none;
}
.jcLawyerDirectory .FilterPanel .PanelField
{
width:49%;
float:left;
clear: none;
}
.jcLawyerDirectory .FilterPanel input[type="submit"]
{
font-size: 110%;
padding: 5px 20px;
font-weight: bold;
margin-top: 10px;
}
.jcLawyerDirectory .PanelField label,.jcLawyerDirectory .PanelField .Label
{
width: auto!important;
min-width: 11em;
}
.jcLawyerDirectory.jcStyledIQA .rgMasterTable tr td:nth-child(2), .jcLawyerDirectory.jcStyledIQA .rgMasterTable tr td:nth-child(3)
{
display:none;
}
.jcLawyerDirectory .RadGrid_MetroTouch .rgAltRow
{
background-color:#fff;
}
.jcLawyerDirectory .RadGrid_MetroTouch tr td
{
border-bottom: 1px solid #333
}
.jcLawyerDirectory .RadGrid_MetroTouch .rgSelectedRow
{
color:#333;
background-color: #fff;
border-color: #fff;
}
.jcLawyerDirectory .RadGrid.RadGrid_MetroTouch .rgSelectedRow a
{
color: #00377a !important;
}
.jcFALRow {
padding: 0px;
}
.myBody
{
width: 100%;
float: left;
}
.jcFALRow .DetailArea h3 {
font-weight: bold;
font-size: 18px;
color: #004a89;
font-weight: bold;
font-family: 'Lora', serif;
text-transform: capitalize;
}
.jcButton {
background-color: transparent;
color: #590022;
font-family: 'Roboto', sans-serif;
font-weight: 600;
font-size: 16px;
border: none;
padding: 0px;
text-transform: uppercase;
}
.jcButton:after {
content: "-";
padding-left: 5px;
font-size: 20px;
color: #e67f2b;
line-height: 1em;
font-weight: 900;
position: relative;
top: 0.05em;
transition: all .5s;
}
.jcButton.collapsed:after {
content: "+";
transition: all .5s;
transition-duration: 2s;
transition-timing-function: linear;
transition-delay: 1s;
}
.jcLawyerDirectory .RadGrid_MetroTouch tr td {
padding: 0px!important;
}
.LocRight
{
background-image: url("images/template/icon_map_blue.png");
background-position: 0 1px;
background-repeat: no-repeat;
background-size: 25px 25px;
color: #004a89;
float: right;
font-size: 16px;
font-weight: bold;
margin-top: 15px;
padding-left: 25px;
}
.LocRight .Proximity
{
color: #999;
font-size: 14px;
font-style: italic;
}
.jcProductSearch .rgHeader, .jcStyledIQA .rgHeader, .jcProductSearch .rgNoRecords, .jcStyledIQA .rgNoRecords
{
display:none;
}
.row.collapse.in {
display: block;
padding-left: 10px;
}
/* End FAL Styles */

.carousel-control .icon-prev {
	margin-left: 0px;
}
.carousel-control .icon-next {
	margin-right: 0px;
}

/* Design Content Styles */
.jcSmallBox1 img 
{
    width: 100%;
    max-height: 50vw;
    object-fit: cover;
    object-position: top;
}
.jcStrikeThrough
{
    color: #723A7A;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Source Serif Pro', serif;
    text-transform: uppercase;
    text-align: center;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 6px;
    margin: 0 auto;
    letter-spacing: 2px;
    height: 6px;
    background-color: #d8d8d8;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 175px;
}
.jcIntro
{
    letter-spacing: 2px;
   
    margin-top:0px;
}
/*
.jcStrikeThrough:before, .jcStrikeThrough:after,.jcStrikeRight:after {
    content: "-------------";
    letter-spacing: -4px;
    color:#56A3D7;
    vertical-align: bottom;
    font-size: 24px;
    vertical-align: bottom;
    margin: 0em .5em;
    font-weight: bold;
}
*/
.jcFlushTop 
{
    margin-top: -28px;
}
.jcFullWidth.jcFlushTop
{
    padding:0px;
}
.jcHeaderTop
{
    position: relative;
}
.jcHeaderTop img 
{
    min-width: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: 80% 20%;
    min-height: 150px;
}
.jcOverlay 
{
    position: absolute;
    top: 0px;
    z-index: 5;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    display: flex;
    align-items: flex-end;
}


.jcOverlay h2, .jcOverlay h5,.jcOverlay h1,.jcOverlay h3
{
    color:#fff;
    
}
.jcMarginTop35
{
    margin-top:3.5em;
}
.jcSmallBox1
{
    background-color:#1D4A8D;
    min-height:150px;
    margin-bottom: 2em;
    border-top: 8px solid #723A7A;
}
.jcSmallBox3 
{
    background-color: #f5f5f5;
    min-height: 150px;
    margin-bottom: 2em;
    border-top: 8px solid #723A7A;
    
}
.jcSmallBox1 > div 
{
    padding:2em 1.5em;
    background-image:none;
}
.jcSmallBox3 > div 
{
    padding:2em 1.5em;
    
}
.jcSmallBox1 h1, .jcSmallBox1 h2, .jcSmallBox1 h3, .jcSmallBox1 h4, .jcSmallBox1 h5, .jcSmallBox1 p 
{
    color:#fff;
    margin-top: 0px;
}
.jcSmallBox3 h1, .jcSmallBox3 h2, .jcSmallBox3 h3, .jcSmallBox3 h4, .jcSmallBox3 h5, .jcSmallBox3 p 
{
    color:#333;
    margin-top: 0px;
}
html body .jcSmallBox3 .TextButton:visited, html body .jcSmallBox3 .TextButton,
html body .jcSmallBox2 .TextButton:visited, html body .jcSmallBox2 .TextButton
{
    color: #1D4B8F!important;
    border-color: #1D4B8E;
    /* line-height: 1em; */
    /* display: inline-flex; */
    padding-bottom: 5px!important;
}
html body .jcSmallBox3 .TextButton.PrimaryButton:visited, html body .jcSmallBox3 .TextButton.PrimaryButton,
html body .jcSmallBox2 .TextButton:visited.PrimaryButton, html body .jcSmallBox2 .TextButton.PrimaryButton
{
    color: #fff!important;
    border-color: #fff;
}

.jcSmallBox2 
{
    border-top: 8px solid #723A7A;
    padding: 2em 1.5em;
    background-image: none;
    min-height: 150px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #f5f5f5;
    margin-bottom: 2em;
}
.jcSmallBox2 h1,.jcSmallBox2 h2, .jcSmallBox2 h3
{
    color:#1D4B8E;
    
}
.jcSmallBox2 h4, .jcSmallBox2 h5
{
    color:#555;
}
html body .jcSmallBox2 .TextButton:visited,html body .jcSmallBox2 .TextButton 
{
    color: #0092DC!important;
    border-color:#0092DC!important;
    
} 
.OnBehalfOfContainer
{
    position: relative;
    height: 0px; 
}
.OnBehalfOf
{
    display:block;
}
html body .jcSmallBox2 .TextButton:hover
{
 color:#fff!important;
}
.OnBehalfOf .obo-panel {
   
    position: absolute;
    z-index: 6;
    background-color: #F1F9FF;
}
html body .jcSmallBox1 .TextButton:visited,html body .jcSmallBox1 .TextButton 
{
    background-image:url(images/template/right-arrow-white.svg)!important;
    border: 1px solid #fff!important;
}
.jcCityScape 
{
    background-image: url(images/template/)
}
.jcCapital
{
    background-image: url(images/template/img_bg.gif);
    background-size:cover;
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: 2em;
    height: 30vw !important;
    min-height: 350px!important;
}
/*
.jcCities {
    background-size: cover;
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: 2em;
    
    min-height: 300px;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(images/template/img_texture_sand_01.jpg);
}
.jcCities.img1 
{
    background-image: url(images/template/img_texture_sand_02.jpg);
}
.jcCities.img2 
{
    background-image: url(images/template/img_texture_sand_03.jpg);
}
.jcCities.img3 
{
    background-image: url(images/template/img_texture_sand_04.jpg);
}
.jcCities.img4 
{
    background-image: url(images/template/img_texture_sand_05.jpg);
}
*/
.jcBlueFolks
{
    background-image: url(images/template/img_textureblue.gif);
    background-size:cover;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 10px;
}
.jcBlueFolks H1,.jcBlueFolks H2,.jcBlueFolks H3,.jcBlueFolks H4,.jcBlueFolks H5
{
    color:#fff;
}
.jcBlueFolks H5 
{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}
html body .container .jcBlueFolks .TextButton
{
    color:#fff!important;
    border-color:#fff!important;
    background: url(images/template/right-arrow-white.svg) no-repeat center right 12px !important;
    background-size: 20px!important;
}
html body .container .jcBlueFolks .TextButton:hover
{
    color:#0092DC!important;
}

.jcForest
{
    background-image: url(images/template/img_trees.png);
    background-size:cover;
    min-height:150px;
}
.jcCenter 
{
    text-align: center;
}
.jcBubbleBox
{
    text-align: center;
    margin-bottom: 1em;
}
.jcBubbleBox img 
{
    border-radius: 50%;
}
.jcCase 
{
    margin-bottom: 0px;
    font-weight: 500;
    color: #000;
}
.jcCase H5 a 
{
 font-size: 21px;

}
.jcListItem 
{
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.jcCategoryList .panel-title 
{
    font-size: 24px;
    color: #1D4B8E;
    font-family: 'Roboto', sans-serif;;
}
.BlockTLItem h4, .BlockList h4 {
    font-size: 21px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}
.jcLibrary .RadGrid_MetroTouch .rgHeader a 
{
    font-size: 24px;
    color: #1D4B8E!important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.jcCategoryList .panel-heading.Distinguish
{
    border-bottom: 1px dashed #333!important;
}
.jcCategoryList
{
    border:1px solid #333;
}
.jcLibrary .RadGrid_MetroTouch .rgHeader
{
    background-color: transparent;
}

.jcLibrary .RadGrid_MetroTouch .rgHeader
{
    border-bottom: 1px dashed #333;
}
    
.jcLibrary
{
border: 1px solid #333;
} 
.jcLibrary .panel-body
{
    padding: 0px;
}
.jcLibrary .RadGrid.RadGrid_MetroTouch .rgHeader, 
.jcLibrary .RadGrid.RadGrid_MetroTouch .rgRow td, 
.jcLibrary .RadGrid.RadGrid_MetroTouch .rgAltRow td,.jcLibrary .RadGrid.RadGrid_MetroTouch .rgEditRow > td,
.jcLibrary .RadGrid.RadGrid_Metro .rgHeader,.jcLibrary .RadGrid.RadGrid_Metro .rgRow td,
.jcLibrary .RadGrid.RadGrid_Metro .rgAltRow td,.jcLibrary .RadGrid.RadGrid_Metro .rgEditRow > td
{
    border:none;
    padding: 6px 10px!important;
    border-bottom: 1px solid #ddd;
}
.jcLibrary .RadGrid.RadGrid_MetroTouch .rgRow td, 
.jcLibrary .RadGrid.RadGrid_MetroTouch .rgAltRow td
{
    padding: 12px 10px!important;
}
.jcLibrary .RadGrid.RadGrid_MetroTouch
{
    border:none!important;
}
.jcLibrary .RadGrid_MetroTouch .rgRow a,.jcLibrary .RadGrid_MetroTouch .rgAltRow a
{
    font-size: 21px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
.jcLibrary .RadGrid.RadGrid_MetroTouch .rgHeader
{
    border-bottom:1px dashed #333;
}

.jcSuperImg
{
    position: relative;
    top: -6vw;
    object-fit: contain;
    
    margin-bottom: -4vw;
    padding: 11px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(85,85,85,0.7);
    -moz-box-shadow: 0px 0px 3px 0px rgba(85,85,85,0.7);
    box-shadow: 0px 0px 3px 0px rgba(85,85,85,0.7);
}
.jcSuperImg img 
{
    object-fit: cover;
    min-height: auto;
    width: 100%;
}
.jcDCContainer {
       
    margin-top: 0px;
    background-image: url(images/Template/img_texture_purple_01.jpg);
    background-size: contain;
    margin-top: calc(9vw + 2em);
}
.jcDCContainer {
    margin-top: 0px;
    background-image: url(images/Template/img_texture_purple_01.jpg);
    background-size: contain;
    margin-top: calc(4vw + 4em);
    background-color: #fff;
}
.jcDCContainer:before {
    content: " ";
    width: 100vw;
    border-top: 8px solid #d8d8d8;
    height: 8px;
    margin-bottom: 0px;
    position: absolute;
    left: 0px;
    /* top: -8px; */
    background-color: #fff;
}
.jcDCContainer H1, .jcDCContainer H2,.jcDCContainer H3,.jcDCContainer H4,.jcDCContainer H5,.jcDCContainer H6,
.jcDCContainerp,.jcDCContainer,.jcDCContainer p
{
    color:#fff;
    font-family: 'Source Serif Pro', serif;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 15px;

}
.jcDCContainer h3,.jcDCContainer h2 
{
    font-size: calc(48px - .25vw);

    
}
.jcDCContainer .CaptionBlock 
{
    margin-top: 4vw;
}
.jcDCContainer .jcBorderLeft::before
{
    display:none;
}
.jcDCContainer p {
    line-height: 1.67;
    margin-bottom: 1.5em;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
}
.jcDCContainer p.jcLawyer 
{
    line-height: 1em;
    font-family: 'Source Serif Pro';
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 10px;
    margin-left: 1vw;
}
.jcDCContainer p.jcFirm 
{
    line-height: 1.2em;
    /* font-family: 'Source Serif Pro'; */
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-left: 1vw;
}
.jcDCContainer .jcBorderLeft 
{
    line-height: 1.67em;
    padding-bottom: 0.75em;
    margin-bottom: 0.75em;
    padding-left: 25px;
    border-left: 3px solid #666;
    padding-right: 1em;
}
.jcDCContainer .jcBorderLeft:before 
{
    display:none;
}

.CaptionBlock
{
    margin-top: 1.5em;
    margin-bottom: 1em;
}
.jcDCContainer .CaptionBlock 
{
    margin-top: 4vw;
    padding-left: 0.75vw;
}
.CaptionBlock
{
    margin-top: 1.5em;
    margin-bottom: 1em;
}

html body .container .btn, html body .container .jcDCContainer .TextButton, 
html body .container .btn, html body .container .jcDCContainer .TextButton:visited {
    background: url(images/template/right-arrow-white.svg) no-repeat!important;
    border-color: #FFF;
    color: #FFF!important;
    font-weight: 500;
    background-size: 18px!important;
    background-size: 18px!important;
    padding-left: 25px!important;
    padding-right: 45px!important;
    background-position: right 24px center!important;
}
html body .container .btn, html body .container .jcDCContainer .TextButton:hover {
    /* background-color: #0092DC!important; */
    border-color: #0092DC!important;
    /* background: url(images/template/right-arrow-dkblue.svg) no-repeat center right 10px !important; */
    background-color: #0092DC!important;
    background-size: 18px!important;
    padding-left: 25px!important;
    padding-right: 45px!important;
    background-position: right 24px center!important;
}


/* Fixed Header Styles */
#hd.fixed-header .navbar-header > div, .navbar-header > a,#hd.fixed-header .navbar-header .NavigationUnorderedList,#hd.fixed-header .navbar-header .NavigationLink {
    
   color:inherit;
}
#hd.fixed-header {
   
    top: 0;
    width: 100%!important;
   
	min-height:25px;
}
#hd.fixed-header .header-social
{
	display: none;
}

#hd.fixed-header .header-top-container {
    background-color: #723A7A;
    z-index: 105;
    position: fixed;
}
#hd.fixed-header .header-bottom-container {
    background-color: #fff;
   
    z-index: 99!important;
    top: 65px;
    margin-right: 0px;
    
    position: fixed;
  
    width: 100%;
    
    height: 62px;
    border-bottom: 1px solid #051D40;
}
#hd.fixed-header .Wrapper-HomePage .HomePageFullWidthArea .carousel-inner:before
{
    display:none;
}
#hd.fixed-header .nav-primary
{
	margin-top:0px!important;
}
#hd.fixed-header .InternalHeaderArea 
{
    background: transparent;
    overflow: hidden;
    height: 125px;
}
/*
#masterContentArea.fixed-top
{
    margin-top:125px;

}*/
.HomePageFullWidthArea.fixed-top 
{
     margin-top: 70px;
}
#hd.fixed-header .RadMenu.RadMenu_London .rmRootGroup > .rmItem > .rmLink
{    
   
    line-height: 1.25em;
	
}
#hd.fixed-header #masterLogoArea {

	transition: all .5s;
    z-index: 105;
    position: fixed;
}
#hd.fixed-header .SimpleSearchBlock .search-field {
    background-image: url(images/template/ico_magglass.png);
   
    color: #666;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    padding-top: 0px;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    letter-spacing: .6px;
    padding-left: 30px!important;
    background-size: 24px;
}
#hd.fixed-header .nav-auxiliary .UtilityAuthentication:before {
   
    background-image: url(images/template/ico_key_grey.svg);

}
#hd.fixed-header .UtilityNavigationList .NavigationUnorderedList > li.jcAccount:before {
  
    background-image: url(images/template/ico_user_grey.svg);
  
}
#hd.fixed-header .UtilityNavigationList .NavigationUnorderedList > li.jcCart:before {
    
    background-image: url(images/template/ico_cart_grey.svg);
   
}
#hd.fixed-header .SimpleSearchBlock .search-field {
    background-image: url(images/template/ico_magglass.png);
   
}
#hd.fixed-header .header-container #masterHeaderImage img {
    max-height: 134px;
   
}
#hd.fixed-header .RadMenu.RadMenu_GreatBarrierReef .rmRootGroup > .rmItem > .rmLink
{
    border-top:0px;

}
#hd.fixed-header .RadMenu.RadMenu_London .rmRootGroup > .rmItem::before 
{
    top: 33%;
}
#hd.fixed-header .RadMenu.RadMenu_London .rmRootGroup > .rmItem.rmLast > .rmLink
{
	margin: 12px 15px;
    padding: 0px 40px 0px 15px;
    /* background-image: url(images/template/bu_orangearrow_small.png); */
    background-position: 95% 1px;
    background-repeat: no-repeat;
    background-color: #df6900;
    border-bottom: 1px solid #071c35;
    background-size: 25px 25px;
    line-height: 1.25em;
}
#hd.fixed-header #masterHeaderImage 
{
    background-size: 90%;
    
    background-image: none;
}

#hd.fixed-header .HeaderLinks
{
	line-height:1em;
}

#hd.fixed-header .navbar-header {
    
    padding-top: 0px;
  
    text-align: right;
    width: 100vw;
    max-width: 100vw;
    position: fixed;
    float: right;
    display: flex;
    z-index: 99;
    background-color: #fff;
    height: 50px;
    flex-direction: row-reverse;
    left: 0;
    padding-right: 225px;

}
#hd.fixed-header .header-container .nav-auxiliary .UtilityAuthentication a {
    padding-top: 0px;
}
#hd.fixed-header .header-container .nav-auxiliary .UtilityAuthentication a, 
#hd.fixed-header .RadMenu.RadMenu_GreatBarrierReef .rmRootGroup > .rmItem > .rmLink,
#hd.fixed-header .header-container .nav-auxiliary .UtilityAuthentication a,
#hd.fixed-header .nav-auxiliary .nav-aux-button.nav-aux-account .nav-text
{
	    color: inherit;
}
#hd.fixed-header .RadMenu.RadMenu_GreatBarrierReef .rmRootGroup > .rmItem > .rmLink:hover 
{
    color:#fff;
}
#hd.fixed-header .RadMenu.RadMenu_London .rmRootGroup > .rmItem.rmLast > .rmLink {
    margin: 12px 15px;
    padding: 0px 40px 0px 15px;
    
    background-position: 95% 1px;
    background-repeat: no-repeat;
    background-color: #df6900;
    border-bottom: 1px solid #071c35;
    background-size: 25px 25px;
	line-height: 27px;
}

/* End Fixed Header */

/* Board of Directors */
.jcBOD .rgHeader
{
	display:none;
}

.jcBOD .rgMasterTable img {
    border-radius: 50%;
    height: 100%!important;
    width: 100%!important;
    min-height: auto!important;
    max-height: 100%;
    object-fit: cover;
    object-position: top;
    background-image: url(/assets/images/default/default.png);
    background-size: 100%;
}

.jcBOD .jcImage 
{
    padding: 0px;
    width: 30%;
    float: left;
    display: inline;
}

.jcBOD p 
{
	    margin-top: 0;
  
    margin-bottom: .5em;
    font-family:'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    font-weight: 500;
    width: 100%;
}
.jcBOD .H4 
{
	 font-family: 'Lora', serif;
    color: #72002b;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.25em;
    margin-top: .25em;
    margin-bottom: .25em;
    width: 100%;
}
.jcBOD .H5
{
	    color: #1882EE;
    
    margin-top:.25em;
    margin-bottom: .25em;
    font-weight: 700;
    font-size: calc(11px + 1vw);
    line-height: 1em;
    width: 100%;

}
.jcBOD .panel-heading.Distinguish
{
	border:none;
	padding: 0px 15px;

}
.jcBOD .panel-heading.Distinguish h2 
{
	margin-bottom: 0px;
    padding-bottom: 0px;
}
.jcBOD .h6
{
	font-size: 18px;
    margin-bottom: 0.25px;
    color: #e67f2b;
    font-weight: 600;
}
.jcBOD .RadGrid .rgRow,.jcBOD .RadGrid .rgAltRow
{
	float:left;
	display:inline;
	width: 50%;
    padding-top: 2%;
    min-height: 275px;
    padding-bottom: 2%;
}
.jcBOD .RadGrid tr td 
{
	
	    display: block;
		float:left;
}
.jcBOD .RadGrid tr td[role="gridcell"]:first-child {
    width: calc(200px - 2vw);
    height: calc(200px - 2vw);
}
.jcBOD .RadGrid tr td[role="gridcell"]:nth-child(2) {
    width: calc(100% - 220px + 2vw)!important;
    padding-right: 0px;
}
.jcBOD .rgSelectedRow,.jcBOD .rgAltRow,.jcBOD .rgSelectedRow td
{
	background-color:#fff!important;
	border-color:transparent!important;
}

.jcBOD .rgAltRow,.jcBOD .rgRow
{
	border-bottom:1px dashed #000!important;
	    display: block;
}


.jcBOD a,.jcBOD a:visited,.jcBOD .rgSelectedRow a, .jcBOD .rgSelectedRow a:visited
{
	color:#00377a!important;
	text-decoration:none;
}

.jcBOD .RadGrid_MetroTouch,.jcBOD .rgMasterTable
{
	border:none!important;
	
}
.jcBOD .rgMasterTable
{
	
	border-top:2px solid #000!important;
	padding-bottom: 1em;
}

/* End Board */

@media (max-width:1500px)
{
	.container, .header-container, .SliderPage1
    {
       
        padding-left: 175px;
        padding-right: 175px;
    }
    .jcFullWidth
    {
        margin-left: -175px;
        margin-right: -225px;
        padding-left: 175px;
        padding-right: 175px;
    }
    
    .UtilityNavigationList .NavigationUnorderedList > li > a,.header-container .nav-auxiliary .UtilityAuthentication a, 
    .nav-auxiliary .nav-aux-button.nav-aux-account .nav-text,.SimpleSearchBlock .search-field {
       
        font-size: 1.1vw;
    }
    .RadMenu.RadMenu_GreatBarrierReef .rmRootGroup > .rmItem > .rmLink {
        color: #1D4B8E;
        font-size: 1.6vw;
    }
    .RadMenu .rmVertical .rmLink, .RadMenu .rmHorizontal .rmVertical .rmLink {
        font-size: 1.3vw;
    }
    
	
}
@media (max-width:1200px)
{
	.header .header-bottom-container
	{
		right:0px;
	}
    .jcHomeSlideshow .carousel-caption h1 {
       
        font-size: 75px;
    }
    .jcHomeSlideshow .carousel-caption p {
        font-size: 18px;
    }
    .jcHomeSlideshow .carousel-caption {
       
        top: 200px;
        left: 15vw;
        width: 70vw;
    }

	.container, .header-container, .SliderPage1 {
        padding-left: 100px;
        padding-right: 100px;
    }
    .jcFullWidth
    {
        padding-left: 100px;
        padding-right: 100px;
        margin-left: -100px;
        margin-right: -100px;
    }
    .jcFullWidth .jcOverlay,.jcCapital
    {
        padding-left: 100px;
        padding-right: 100px;
    }
    #masterHeaderImage img {
       
        max-width: 14vw;
    }
    .primary-navigation-area,.navbar-header.nav-auxiliary {
     
        max-width: calc(100% - 14vw);
    }
    .UtilitySTEToggle.ste-section
    {
        position: absolute;
        right: 5px;
        top: 20px;

    }
    .UtilityNavigationList .NavigationUnorderedList > li > a,.header-container .nav-auxiliary .UtilityAuthentication a, 
    .nav-auxiliary .nav-aux-button.nav-aux-account .nav-text,.SimpleSearchBlock .search-field {
       
        font-size: 1.25vw;
    }
    .RadMenu.RadMenu_GreatBarrierReef .rmRootGroup > .rmItem > .rmLink {
        color: #1D4B8E;
        font-size: 1.6vw;
    }
    .RadMenu .rmVertical .rmLink, .RadMenu .rmHorizontal .rmVertical .rmLink {
        font-size: 1.45vw;
    }
}
@media (max-width:991px)
{
    .jcHomeSlideshow .carousel-caption h1 {
       
        font-size: 50px;
    }
    .jcHomeSlideshow .carousel-caption p {
        font-size: 18px;
    }
    .jcHomeSlideshow .carousel-caption {
       
        top: 150px;
        left: 15vw;
        width: 70vw;
    }

	.header-container #masterHeaderImage img {
       
        max-width: 18vw;
    }
    .primary-navigation-area,.navbar-header.nav-auxiliary {
     
        max-width: calc(100% - 18vw);
    }
	.jcBOD .RadGrid .rgRow, .jcBOD .RadGrid .rgAltRow
	{
		display:block;
		width:100%;
        min-height: auto;
	}
	.jcBOD .row {
		min-height: auto;
		width:100%;
	}
    .container, .header-container, .SliderPage1 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .jcFullWidth
    {
        padding-left: 25px;
        padding-right: 25px;
        margin-left: -25px;
        margin-right: -25px;
    }
    .jcFullWidth .jcOverlay,.jcCapital
    {
        padding-left: 25px;
        padding-right: 25px;
    }
    .UtilityNavigationList .NavigationUnorderedList > li > a,.header-container .nav-auxiliary .UtilityAuthentication a, 
    .nav-auxiliary .nav-aux-button.nav-aux-account .nav-text,.SimpleSearchBlock .search-field {
       
        font-size: 1.25vw;
    }
    .RadMenu.RadMenu_GreatBarrierReef .rmRootGroup > .rmItem > .rmLink {
        color: #1D4B8E;
        font-size: 1.75vw;
    }
    .RadMenu .rmVertical .rmLink, .RadMenu .rmHorizontal .rmVertical .rmLink {
        font-size: 1.45vw;
    }
    .OnBehalfOfContainer {
     
        display: none;
    }
}
@media (max-width:991px)
{
    .jcBOD .H5
    {
       font-size: 21px;

    }
    .jcBOD .RadGrid tr td[role="gridcell"]:first-child {
        width:200px;
        height: 200px;
    }
    .jcBOD .RadGrid tr td[role="gridcell"]:nth-child(2) {
        width: calc(100% - 220px)!important;
       
    }


    .header-container .nav-auxiliary .UtilityAuthentication a {
    background-image: url(/App_Themes/WINAELA-GBR/images/template/ico_key.svg);
    }
    .UtilityNavigationList .NavigationUnorderedList > li.jcAccount {
    background-image: url(/App_Themes/WINAELA-GBR/images/template/ico_user.svg);
    }
    .UtilityNavigationList .NavigationUnorderedList > li.jcContact {
    background-image: url(/App_Themes/WINAELA-GBR/images/template/ico_contact.svg);
    }
    .UtilityNavigationList .NavigationUnorderedList > li.jcCart {
    background-image: url(/App_Themes/WINAELA-GBR/images/template/ico_cart.svg);
    }
    .navbar-toggle .icon-bar {
    background-color: #fff;
    }
    .navbar-toggle .icon-search {
    background: transparent url(/App_Themes/WINAELA-GBR/images/template/ico_magglass_white.svg) 0 0px no-repeat;
    }
    .HomePageFullWidthArea .row
    {
        width:100%;
    }
    .jcHomeSlideshow
    {
        width: 100vw;
    }
    .jcDCContainer {
       
        margin-top: 4em;
    }
    .jcDCContainer .jcBorderLeft::before
    {
        display:none;
    }
    h1 {
        font-size: 48px;
        line-height: 1.2em;
    }
   
    h2 {
        font-size: 36px;
        line-height: 1.3em;
    }
    h3 {
        font-size: 24px;
        line-height: 1.3em;
        font-weight: 600;
    }
    h4 
    {
        font-size: 20px;
        font-weight: 600;
        color:#333;
    }
    h5
    {
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        color:#333;
    }
    
    .jcFALRow .jcImgDiv .image {
        height: 50vw;
    }

    .jcHomeSlideshow .carousel-caption {
        top: 150px;
        left: 10vw;
        width: 80vw;
    }
    .jcImgDiv {
        width: 50vw;
    
        margin-left: auto;
        margin-right: auto;
    }
    jcFALRow .jcImgDiv .image {
        height: 50vw;
        width: 100%;
    }
    
    .jcHomeSlideshow .carousel-caption p {
        font-size: 18px;
       
        line-height: 1.1em;
    }
    .header .header-bottom-container
    {
        position: absolute;
        top: 155px;
    }
    
    .collapse.in {
        padding: 0px;
    }
    .RadMenu, .RadMenu ul.rmHorizontal {
        float: none!important;
    }
    .RadMenu .rmHorizontal .rmRootLink .rmToggle {
        /* margin-left: -12px; */
        /* float: left; */
        position: inherit!important;
    }
    .RadMenu .rmText {
       
        width: 80vw!important;
    }
    .RadMenu.RadMenu_GreatBarrierReef .rmRootGroup > .rmItem > .rmLink {
        color: #fff;
        /* font-size: 1.75vw; */
        font-size: 21px;
        padding: 0.5em 1em;
        display: block;
        
    }
    .RadMenu.RadMenu_GreatBarrierReef .rmRootGroup > .rmItem.rmLast > .rmLink {
       
        border-bottom:none;
    }
    .RadMenu .rmSlide, .RadMenu_Context {
        position: relative!important;
        top: 0px!important;
    }

    .RadMenu .rmToggle .rmIcon, .RadMenu .rmRootGroup .rmRootLink .rmToggle .rmIcon {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        display: block;
        width: 20px;
        height: 12px;
        background-image: url(images/template/triangle.png);
        background-repeat: no-repeat;
       
        background-size: 100%;
        background-position: center;
        transition: all .5s;
    }
    .RadMenu.RadMenu_London .rmRootGroup .rmExpanded .rmToggle .rmIcon
    {
        transform: rotate(180deg);

    }
    .RadMenu .rmGroup .rmText {
        padding: 5px 5px 5px 28px!important;
        margin: 0 0 0 4px;
    }
    .RadMenu .rmVertical .rmLink, .RadMenu .rmHorizontal .rmVertical .rmLink {
        font-size: 18px;
        color: #fff;
        /* padding: 10px; */
    }
    .navbar-collapse, .searchbar-collapse {
        background-color:  #1D4B8E;
    }
    .primary-navigation-area .RadMenu .RadMenu,  .primary-navigation-area .RadMenu .rmHorizontal .rmItem {
        float: left;
        display: block;
        width: 100%;
        border-bottom: 1px dashed #fff;
    }

    .primary-navigation-area, .navbar-header.nav-auxiliary {
        max-width: 100%;
        position: relative;
        z-index: 9999;
    }
	.Wrapper-HomePage .HomePageFullWidthArea .jcHomeSlideshow .carousel-inner .item {
		
		min-height: 400px!important;
	}
	
	.wrapper .header-top-container .nav-auxiliary .nav-aux-button.nav-aux-account .nav-text
	{
		background: transparent url(images/ResponsiveHeaderSprite.png) 2px -125px no-repeat!important;
	}

	
	.container, .header-container, .SliderPage1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .jcFullWidth
    {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .jcFullWidth .jcOverlay,.jcCapital
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-container #masterHeaderImage img
    {
        max-width: 25vw;
        min-width: 100px;
        max-height: 155px;
        width: 100px!important;
        margin-top: 15px;
    }
	.search-container {
		
		padding: 0px;
	}
	.searchbar-collapse .header-search {
		padding: 0px;
	}
	#hd {
        background-color: #1D4B8E!important;
        min-height: auto!important;
	}
    .SimpleSearchBlock .search-field
    {
        font-size: 16px;
        font-size: 16px;
        width: calc(100% - 2em);
        margin: 1em;
        padding: 0px;
    }
	
    .UtilityNavigationList .NavigationUnorderedList > li > a, 
    .header-container .nav-auxiliary .UtilityAuthentication a, 
    .nav-auxiliary .nav-aux-button.nav-aux-account .nav-text
    { font-size: 0px
    
    }
	.nav-auxiliary .UtilityAuthentication {
       
        margin: 0px;
        padding: 0px;
       
    }
    .nav-auxiliary .UtilityAuthentication:before
    {
        display:none;
    }
    .header-container .nav-auxiliary .UtilityAuthentication a
    {
        display: inline-block;
        content: " ";
        background-image: url(images/template/ico_key_grey.svg);
        width: 33px;
        height: 33px;
        background-size: 100%;
        background-position: top;
        margin-right:10px;
        background-repeat: no-repeat;

    }
    .UtilityNavigationList .NavigationUnorderedList > li
    {
        margin-right:10px;
    }
    .UtilityNavigationList .NavigationUnorderedList > li.jcAccount
    {
        display: inline-block;
        content: " ";
        background-image: url(images/template/ico_user_grey.svg);
        width: 30px;
        height: 33px;
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
    }
    .UtilityNavigationList .NavigationUnorderedList > li.jcContact 
    {
        display: inline-block;
        content: " ";
        background-image: url(images/template/ico_contact_grey.svg);
        width: 28px;
        height: 33px;
        background-size: 100%;
        background-position: right bottom;
        background-repeat: no-repeat;
    }
    .UtilityNavigationList .NavigationUnorderedList > li.jcCart 
    {
        display: inline-block;
        content: " ";
        background-image: url(images/template/ico_cart_grey.svg);
        width:33px;
        height: 33px;
        background-size: 100%;
        background-position: left 2.5px;
        background-repeat: no-repeat;
    }
   .nav-auxiliary .UtilityAuthentication a:before, .UtilityNavigationList .NavigationUnorderedList > li.jcContact:before,
    .UtilityNavigationList .NavigationUnorderedList > li.jcAccount:before,
    .UtilityNavigationList .NavigationUnorderedList > li.jcCart:before
    {
        display:none;
    }
    .navbar-toggle .icon-bar {
        background-color: #666;
        width: 30px;
        height: 3px;
        
    }
	.navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }
	
    .header-container .nav-auxiliary .TextButton, .header-container .nav-auxiliary .navbar-toggle {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 10px;
    }
	.navbar-toggle {
       
        padding: 7.5px;
    }
    .jcHomeSlideshow .carousel-control .icon-prev {
        
        left: 0px;
    }
    .jcHomeSlideshow .carousel-control .icon-next {
       
        right: 0px;
    }
    .navbar-toggle.collapsed {
        background-color: transparent;
    }
	.jcHomeSlideshow .carousel-caption h3 {
		
		line-height: 24px;
		font-size: 21px;
	}
	.jcHomeSlideshow .carousel-caption h1 {
		
		line-height: 32px;
		
		font-size: 30px;
	}
	.jcHomeSlideshow .carousel-caption {
		
		
        position: absolute;
        
	}
	.jcHomeSlideshow .jcLowerRight .carousel-caption {
		
		width: 50vw;
	}
		.jcTimes {
		
		width: 100%;
		font-size: 14px;
	}
	.jcSession
	{
		width: 100%;
		line-height: 1.4em;
		font-size: 16px;
	}
	.jcSchedule .rgDetailTable .rgRow td[role="gridcell"], 
	.jcSchedule .rgDetailTable .rgAltRow td[role="gridcell"] 
	{	
		padding: 5px 0px;
	}
	.jcSession b {
		margin-left: 0px;
		font-weight: 600;
		padding-left: 0px;
		border-left: none;
		display: block;
	}
	.SessionSponsor 
	{
		font-size: 15px;
		line-height: 1.4em;
		display: block;
		    width: 100%;
    float: left;
	}
	.jcSchedule .rgRow td.rgExpandCol, .jcSchedule .rgAltRow td.rgExpandCol
	{
		width:0px;
		position:absolute;
	}
	.jcSchedule .panel-body 
	{
		padding:0px;
	}
	.jcButton:after {
		
		top: -5px;
		
		right: 0px;
	}
	.SessionType, .SessionType2, .SessionType3, .SessionType4
	{
		margin-bottom:.5em;
	}
    .body-container
    {
        margin-top:0px;
    }
    .jcLawyerDirectory .FilterPanel .PanelField {
        width: 100%;
    }
    .navbar-toggle .icon-search {
        background: transparent url(images/template/ico_magglass_grey.svg) 0 0 no-repeat;
        width: 25px;
        height: 28px;
        margin-top: 0;
        background-size: 100%!important;
    }
	
}
@media (max-width:767px)
{
    .jcDCContainer {
        margin-top: 0px;
    }
}
@media (max-width:500px)
{
    .header .header-bottom-container {
        position: absolute;
        top: 30vw;
    }
    .header-container .nav-auxiliary .UtilityAuthentication a,.UtilityNavigationList .NavigationUnorderedList > li
    {
        margin-right: 0.5vw;
    }
    .header-container .nav-auxiliary .TextButton, .header-container .nav-auxiliary .navbar-toggle {
        margin-left: 0px;
        margin-right: 0px;
    }
    .navbar-toggle {
        padding: 0.5vw;
    }
    .jcBOD .RadGrid tr td[role="gridcell"] {
        width: 100%!important;
        height: auto!important;
        text-align: center;
    }
    .jcBOD .rgMasterTable img {
       
        height: 50vw!important;
        width: 50vw!important;
    }
    .jcBOD .RadGrid tr td[role="gridcell"]:nth-child(2)
    {
        width:100%!important;
    }
}