/* #Site Styles
末末末末末末末末末末末末末末末末末末末末末末末末末 */
* 
{
    /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/

    color: #333333;
    /*font-family: 'Open Sans 4', 'Open Sans', "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: "LatoLatinWeb", sans-serif;
    font-weight: normal;
}

body
{
    background-color: #efefef;
}

strong, b, strong > *, b > *
{
	font-family: "LatoLatinWebBold", sans-serif;
    font-weight:700;
}

.container img
{
	max-width:100%;
	height:auto;
}

h1, h1 > *
{
    color: #00929f;
	font-family: "LatoLatinWebLight", sans-serif;
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: normal;
    font-style: italic;
    letter-spacing: normal;
    margin-bottom: 10px;
}
h2, h2 > *
{
	font-family: "LatoLatinWebLight", sans-serif;
    color: #555555;
    font-size: 27px;
    font-size: 2.7rem;
    font-style: normal;
    letter-spacing: normal;
    /*border-bottom: 1px solid #d7d7d6;*/
    margin-bottom: 10px;
    /*padding-bottom: 1.0rem;*/
}
h3, h3 > *
{
	font-family: "LatoLatinWebBold", sans-serif;
    color: #555555;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: bold;
    letter-spacing: normal;
    margin-bottom: 10px;
}

p
{
    margin: 0px;
}

p, span, div
{
    font-size: 20px;
    font-size: 2.0rem;
}
a, p a, li a
{
	font-family: "LatoLatinWebBold", sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
}

ol
{
    font-size: 20px;
    font-size: 2.0rem;
    margin-left:20px;
}

ul
{
    /*list-style-image:url(/images/bruyere/bullets.png);*/
	list-style-image: none;
	list-style-type: none;
    font-size: 20px;
    font-size: 2.0rem;
    margin-left:20px;
    margin-bottom: 0px;
}

li
{
    background: none;
    padding-left: 19px;
    font-size: 20px;
    font-size: 2.0rem;
    list-style-position: outside;
    background: url(/images/HLnew/bullets.png) no-repeat 3px 7px;
    margin-bottom: 0px;
}
ol > li
{
    background: none;
    padding-left: 0px;
}
.container li{
    font-family:LatoLatinWebLight;
}

.ul-question-marks
{
    display: block;
    margin-left: 0px;
}
.ul-question-marks li
{
    display: block;
    width: auto;
    padding-left: 29px;
    padding-right: 0px;
    color: #555555;
	font-family: "LatoLatinWebLight", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    font-style:normal;
    line-height: normal;
    background: url(/images/HLnew/question-mark-green.png) no-repeat left top;
    text-align: left;
}
.ul-question-marks li:last-child
{
    padding-right: 0px;
}

table
{
    margin: 0px;
    /*padding: 0px;*/
}
td, th
{
    margin: 0px;
    /*padding: 0px;
    border: 0px;*/

    color: #323232;
	font-family: "LatoLatinWeb", sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-size: 2.0rem;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] 
{
	font-family: "LatoLatinWebLight", sans-serif;
    color: #265892;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    /*line-height:52px;*/
    /*padding: 0px 2.2rem;
    padding: 0px 7px;*/
    text-transform:none;
    height: auto;
    margin: 0px;
    border: 1px solid #265892;
    /*text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.19);*/
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
.button-rounded-green
{
    color:#FFF;
    background-color:#02808b;
    border-color:#02808b;
    padding: 0 20px;
    max-width: 280px;
    line-height:52px;

    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
.button-rounded-green:hover
,.button-rounded-green:focus
{
    color:#FFF;
    font-weight: bold;
	background: #02808b; /* Old browsers */
	background: #02808b -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: #02808b -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: #02808b -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: #02808b -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: #02808b -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: #02808b linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	-pie-background: #02808b linear-gradient(to bottom, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
}
.button-transparent
{
    color: #FFFFFF;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal;
    line-height: 33px;
    padding: 0 32px;
}
.button-transparent:hover
,.button-transparent:focus
{
    color:#FFF;
    font-weight: bold;
    border: 1px solid #FFFFFF;
	background: transparent; /* Old browsers */
	background: transparent -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: transparent -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: transparent -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: transparent -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: transparent linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	-pie-background: transparent linear-gradient(to bottom, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
}
.button-lightgray
{
    display: inline-block;
    color: #555555;
    background-color: #f8f8f8;
    border: 1px solid #ededed;
    padding-left: 63px;
    padding-right: 16px;
    margin: 5px 3px;
	font-family: "LatoLatinWebMedium", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    font-style:normal;
    text-transform: none;
    line-height: 59px;
}
.button-lightgray.brochure
{
    background: #f8f8f8 url(/images/HLnew/download-icon.png) no-repeat 19px center;
}
.button-lightgray.workshops
{
    background: #f8f8f8 url(/images/HLnew/pc-icon.png) no-repeat 19px center;
}
.button-gray, .button-violet, .button-darkcyan
{
    color:#FFF !important;
    background-color:#a4a4a4 !important;
    border-color:#a4a4a4 !important;
    padding: 0 30px !important;
    min-width: 190px;
	font-family: "LatoLatinWeb", sans-serif !important;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 38px !important;
    font-weight: normal !important;
    font-style:normal !important;
    text-transform: uppercase !important;
    
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -khtml-border-radius: 4px !important;
    border-radius: 4px !important;
}
.button-violet
{
    background-color:#672f6b !important;
    border-color:#672f6b !important;
}
.button-darkcyan
{
    background-color:#00929f !important;
    border-color:#00929f !important;
}

label
{
    display:inline;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0px;
}


/* header */
header h2
{
	font-family: "LatoLatinWebBold", sans-serif;
    display: inline-block;
    color: #265892;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 21px;
    margin: 0px;
    vertical-align: top;
}
/*header.mobile h1
{
	font-family: "LatoLatinWebBold", sans-serif;
    color: #265892;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 21px;
    margin: 0px;
    vertical-align: top;
}
header.mobile h2
{
    font-size: 18px;
    font-size: 1.8rem;
}*/
header p
{
    margin-bottom: 0px;
    line-height: normal;
}

header p, header a, header span
{
    font-size: 12px;
    font-size: 1.2rem;
    /*color: #FFFFFF;*/
}
.utilityLinks
{
    font-size: 12px;
    font-size: 1.2rem;
}
.utilityLinks a
{
    /*display: inline-block;
    min-height: 16px;
    padding-left: 18px;*/
    color: #424242;
}
.utilityLinks a:hover
{
    color: #265892;
}
/*header.mobile .utilityLinks a
{
    font-size: 0.8rem;
}
header a
{
    font-weight: bold;
}
header a:hover
{
    color: #FFFFFF;
}*/

/*header table
{
    margin: 0px;
    padding: 0px;
}
header td, header th
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}*/
header input
{
    margin: 0px;
    /*padding: 0px 5px 0px 5px!important;*/
    
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    border-radius: 0px !important;
    
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}


div#header
{
    /*background-color: #3b3b3b;*/
}

header.main
{
    /*-moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -khtml-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    
    behavior: url(/js/PIE-2.0beta1/PIE.htc);*/
}

/*header.main .columns:first-child
{
    padding-left: 14px;
    padding-top: 30px;
}

header.main .columns:nth-child(2)
{
    text-align: right;
}

header.main .columns.last
{
    padding-top: 3px;
    padding-bottom: 3px;
    text-align:left;
}

header.main .columns.last img
{
    vertical-align:middle;
}

header.main .column.last p
{
    text-align: center;
    padding-right:0px;
}*/
/*header.main .columns
{
    position: relative;
}*/
/*header.main*/ div.logo
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 225px;
    /*width: 50%;
    height: 149px;*/
    z-index: 200;
}
div.logo.inside
{
    padding-top: 20px;
}
div.logo a
{
    display: inline-block;
}
header.main div.header-row
{
    position: relative;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 10px;
}
header.main div.header-col
{
    display:inline-block;
    vertical-align:middle;
}
/*header.main div.header-col:last-child
{
    padding-left: 10px;
}*/

/*header.mobile
{
    padding-top: 30px;
    padding-bottom: 30px;
}*/
/*header.mobile .mobileLogo > div
{
    width:50%;
}*/

/*header.mobile .mobileLogo > div:first-child
{
    padding-right: 10px;
}*/

/*header.mobile #MenuMobileDDACC
{
    width:138px;
}*/

div.searchPanel
{
    position:relative;
    /*display: inline-block;
    width: 211px;
    padding-left: 20px;*/
}
#search
{
    position:relative;
    width:26px;
    height: 26px;
    padding-top: 3px;
    text-align:center;
    
    /*-moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 0px 6px 6px 0px;
    
    behavior: url(/js/PIE-2.0beta1/PIE.htc);*/
}
.jSearch
{
    display: inline-block;
}
.jSearchBox
{
    display: none;
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 200;
}

div.header-main
{
    display:none;
}
/*header.main
{
    display:none;
}
header.mobile
{
    display: block;
}
header.mobile .columns
{
    text-align: center;
}*/

.goog-te-gadget
{
    height: 31px;
}
.goog-te-gadget .goog-te-combo
{
    margin: 0px !important;
    padding: 0px;
    min-width: 168px;
    height: 31px;
}
.goog-logo-link {
   display:none !important;
} 
.goog-te-gadget{
   color: transparent !important;
}

/* navigation */
div#mainmenu
{
    /*background-color: #3b3b3b;*/
    padding: 0px;
}

nav.main /*, nav.mobile*/
{
    /*height:54px;*/
    /*border: 1px solid #c22030;

    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    
    behavior: url(/js/PIE-2.0beta1/PIE.htc);*/
}
nav.main
{
    display:none;
}
nav.main .columns
{
    position: relative;
    z-index: 101;
}
div.mainmenu
{
    position: relative;
    /*display: inline-block;*/
    /*background-color: #265892;*/
    /*padding-left: 265px;*/
    padding-left: 330px;
    z-index: 100;
}
nav.mobile
{
    display: block;
    padding-top: 60px;
    padding-bottom: 10px;
}

/* banner */
div#banner
{
    /*clear: both;*/
}
/*div.banner
{
    padding-top: 25px;
}
div.banner div.row
{
    overflow: hidden;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}*/
div.insideBanner
{
    background-color: #FFFFFF;
    padding-top: 45px;
}
div.insideBanner img
{
    display: block;
}
div.insideBanner p
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 6px 10px;
    background-color: #643b80;
    color: #FFFFFF;
	font-family: "LatoLatinWebMedium", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: normal;
}

/* breadcrumbs */
div#breadcrumbs
{
    /*background-color: #f0f0f0;
    padding-top: 30px;
    padding-bottom: 30px;*/
}
div.breadcrumbs-container
{
    position: relative;
    background-color: #FFFFFF;
    padding-top: 30px;
    /*padding-bottom: 30px;*/
    
    -webkit-box-shadow: 0px 0px 59px 17px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 59px 17px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 59px 17px rgba(0,0,0,0.1);
    border-collapse: separate;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
div#breadcrumbs h2
{
    margin: 0px;
}
div#breadcrumbs .page-title
{
    text-align: left;
}
/*div#breadcrumbs*/ .breadcrumbs-col
{
    text-align: left;
    border-bottom: 3px solid #d6d6d6;
    padding-bottom: 10px;
}
/*div#breadcrumbs .breadcrumbs-col table
{
    width: auto;
    float: left;
}*/

/* content */
div.content
{
    background-color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 40px;

    /*-webkit-box-shadow: -25px 0px 59px 0px rgba(0,0,0,0.1), 25px 0px 59px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -25px 0px 59px 0px rgba(0,0,0,0.1), 25px 0px 59px 0px rgba(0,0,0,0.1);
    box-shadow: -25px 0px 59px 0px rgba(0,0,0,0.1), 25px 0px 59px 0px rgba(0,0,0,0.1);*/
}
div.content.inside
,div.content.insideControl
{
    /*padding: 0px;*/
    padding-top: 45px;
    padding-bottom: 45px;
}
div.content .column, div.content .columns
{
    /*padding: 20px 10px 20px 10px;*/
}

div.content .leftmenu
{
    display: none;
    background-color: #f5f5f5;
    /*padding-left: 10px;
    padding-right: 10px;*/
}
div.content #MobileMenuSecundary
{
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
div.content .insideContent, div.content .insideContentNoLeftMenu
{
    margin: 0px;
    width: 100%;
    /*padding-top: 40px;
    padding-bottom: 40px;*/
}
div.content div.Responsive-Video-Wrapper
{
    text-align:center;
}

div.promo
{
    background-color: #FFFFFF;
}
div.promo .row
{
    position: relative;
    top: 0px;
}
.promo-col
{
    height: auto;
}
.promo-button-workshops, .promo-button-training
{
    /*padding-top: 45px;
    padding-bottom: 28px;
    padding-left: 30px;
    padding-right: 30px;*/

    padding-top: 30px;      
        padding-bottom: 20px;       
        padding-left: 30px; 
        padding-right: 30px;

    margin: 0px auto;
    margin-top: 20px;
    max-width: 400px;       /*265px;*/
    text-align: center;
    color: #FFFFFF;
	font-family: "LatoLatinWebLight", sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: normal;
    /*font-style: italic;*/
    line-height: normal;
}
.promo-button-workshops p, .promo-button-training p
{
    color: #FFFFFF;
	font-family: "LatoLatinWebLight", sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: normal;
    /*font-style: italic;*/
    line-height: normal;
}
.promo-button-workshops p:first-child, .promo-button-training p:first-child{
    font-size:25px;
    font-weight:600;
}
.promo-button-workshops p:hover, .promo-button-training p:hover{
    font-weight: normal;

}
.promo-button-workshops
{
    background-color: #643b80;
}
.promo-button-training
{
    background-color: #02808b;
}

div.register
{
    /*background: url(/images/HLnew/home-register-banner.jpg) no-repeat center center / 100% 100%;*/
    /*background: url(/images/HLnew/home-register-banner.jpg) no-repeat right center;*/
    /*background: url(/images/HLnew/home-register-banner.jpg) no-repeat center right / cover;
    background: url(/images/HLnew/middlebanner.jpg) no-repeat center right / cover;*/
    background: #efefef;
    min-height: 411px;
    /*padding-top: 85px;
    padding-bottom: 60px;*/
}
/*div.register .five.columns
{
    width: 100%;
}*/
div.register-col-text
,div.register-col-img
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 100%;
}
div.register-col-text
{
    padding-top: 56px;
    padding-bottom: 56px;
}
div.register-col-img img
{
    display: block;
    margin: 0 auto;
}
div.register p, div.register a
{
	color: #555555;
    font-family: "LatoLatinWebLight", sans-serif;
    font-size:20px;
    font-size: 2.0rem;
    font-weight: normal;
    font-style:normal;
    line-height: normal;
}
div.register a
{
    color: #643b80;
    font-family: "LatoLatinWebMedium", sans-serif;
    text-decoration: underline;
}

a.return-to-services
{
    background: url(/images/buttons/back-arrow-white.png) no-repeat 11px center;
    padding-left: 47px;
    font-size: 14px;
}

div.news
{
    background-color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 20px;
}
div.news div.columns
{
    width: 100%;
    margin-left: 0%;
    padding-top: 30px;
}
div.news h2
{
    border-bottom: 2px solid #ebebeb;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 17px;
}
div.news h3
{
    font-size: 14px;
    font-size: 1.4rem;
}
div.newsitem
{
    margin-bottom: 30px;
}
div.newsitem p, div.newsitem p a
{
    color: #555555;
    font-size: 18px;
    font-size: 1.8rem;
}
div.newsitem .news-item-date
{
    color: #909090;
	font-family: "LatoLatinWebSemibold", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    font-style:normal;
    line-height: normal;
}
/*div.news p
{
    margin: 0px;
    font-size: 1.2rem;
    color: #444444;
}*/

a#followTwitter
{
    position: absolute;
    /*top: 37px;*/
    top: 7px;
    right: 0px;
    
    color:#FFF;
    background-color:#777777;
    border: 1px solid #777777;
    padding: 0 11px;
	font-family: "LatoLatinWebSemibold", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    font-style:normal;
    line-height: 22px;
    text-transform: uppercase;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
#twitterWidget
{

}
#twitterWidget ul
{
    margin: 0px;
}
#twitterWidget li
{
    position: relative;
    display: block;
    background: none;
    padding: 10px 15px;
    margin: 12px 0px;
    font-size: 14px;
    font-size: 1.4rem;
    list-style-position: outside;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    border-collapse: separate; /* for IE9 */

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
#twitterWidget li p.timePosted
{
    color: #999999;
    font-size: 14px;
}
#twitterWidget li p.tweet
{
    color: #555555;
	font-family: "LatoLatinWebLight", sans-serif;
	font-weight:normal;
    font-size: 16px;
}
#twitterWidget li p.tweet a
{
    color: #643b80;
	font-family: "LatoLatinWeb", sans-serif;
	font-weight: normal;
    font-style: italic;
    font-size: 16px;
}

div.staff-directory-item-column
{
    text-align: center;
}

#resources-wrapper div.pnlSearch
{
    position: relative;
    border: 1px solid #999999;
    padding: 10px;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}

/* reCaptcha BEGIN */
#recaptcha_area
{
    position: relative;
    background-color: #DEDEDE;
    border: 2px solid #C0C0C0;
    
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
div.content #recaptcha_area, div.content #recaptcha_table
{
    width: 260px !important;
}
.recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 250px !important;
}
/*.recaptchatable #recaptcha_image img {
    max-width:100%;
}*/
.recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, /*.recaptchatable .recaptcha_r4_c4,*/ .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
    background: none !important;
}
div.content .recaptchatable .recaptcha_r4_c1, div.content .recaptchatable .recaptcha_r7_c1
{
    width: 141px !important;
}
div.content .recaptchatable .recaptcha_input_area, div.content .recaptchatable #recaptcha_response_field
{
    width: 123px !important;
}
div.content .recaptchatable #recaptcha_response_field
{
    height: auto !important;
}
div.content .recaptchatable .recaptcha_input_area
{
    background-color: #FFFFFF !important;
    border: 1px solid #C0C0C0;
    height: 45px !important;
    margin-left: 3px !important;
    margin-right: 0px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    /*padding-bottom: 4px !important;*/
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
.recaptchatable .recaptcha_r4_c4
{
    background: transparent url("//www.google.com/recaptcha/api/img/white/sprite.png") no-repeat scroll -214px 6px !important;
}
.recaptchatable a
{
    color: #265892 !important;
}
.recaptchatable a:hover
{
    color: #265892 !important;
}
/* reCaptcha END */

fieldset.fs-inline
{
    display: inline-block;
    margin: 0px;
}

div.row-violet *
{
    color: #FFFFFF;
}
div.row-violet
{
    position: relative;
    background-color: #643b80;
    border: 2px solid #4a4a4a;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
div.row-violet div.columns
{
    padding: 30px;
}

/* HL BEGIN */
.col-nav
{
    /*text-align: left;*/
}
.col-buttons
{
    text-align: center;
    padding-top: 40px;
}
.col-buttons input
{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.colored-box
{
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
.colored-box.green
{
    background-color: #c5f0a9;
}
.colored-box.blue
{
    background-color: #b2e9e4;
}

.gray-box
{
    position: relative;
    background-color: #f8f8f8;
    padding: 40px;
    /*margin: 13px 0;*/
    text-align: center;
}
.gray-box.narrowed-rows div.row
{
    /*max-width: 560px;*/
    max-width: 630px;
    margin: 0 auto;
}
.gray-box.narrowed-rows div.row.nav-buttons-row
{
    max-width: none;
}
#hcp-volunteer-signup-wrapper .wz-quicksteps a
{
    display: inline-block;
    margin: 0 9px;
}
#hl-volunteer-signup-wrapper .wz-quicksteps a
{
    display: inline-block;
    margin: 0 2px;
}
#hcp-volunteer-signup-wrapper .wz-quicksteps a:first-child
,#hl-volunteer-signup-wrapper .wz-quicksteps a:first-child
{
    margin-left: 0px;
}
#hcp-volunteer-signup-wrapper .wz-quicksteps a:last-child
,#hl-volunteer-signup-wrapper .wz-quicksteps a:last-child
{
    margin-right: 0px;
}
.wz-step-number
{
    position:relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #FFFFFF;
    background-color: #02808b;
	font-family: "LatoLatinWebBlack", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    text-align: center;
    /*vertical-align: middle;*/
    
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius:50%;
    
    behavior:url(/js/PIE-2.0beta1/PIE.htc);
}
.wz-quicksteps a[disabled=disabled] .wz-step-number
{
    background-color: #7a7a7a;
}
.wz-step-text
{
    display: inline-block;
    padding: 0px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    vertical-align: middle;
}
.wz-step-current .wz-step-number
{
    background-color: #02808b !important;
}
/*.wz-step-current .wz-step-text
{
    display: inline-block;
    padding-left: 10px;
	font-family: "LatoLatinWeb", sans-serif;
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}*/
.wz-step-current .wz-step-text
{
    padding: 0px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    vertical-align: middle;
}


#hcp-volunteer-signup-wrapper h2
,#hl-volunteer-signup-wrapper h2
,#hcp-participant-signup-wrapper h2
,#hl-participant-signup-wrapper h2
{
	font-family: "LatoLatinWeb", sans-serif;
    margin-bottom: 30px;
}
#hcp-volunteer-signup-wrapper h3
,#hl-volunteer-signup-wrapper h3
,#hcp-participant-signup-wrapper h3
,#hl-participant-signup-wrapper h3
{
    color: #672f6b;
	font-family: "LatoLatinWeb", sans-serif;
    font-size: 21px;
    font-weight: normal;
}
#hcp-volunteer-signup-wrapper .prompt
,#hl-volunteer-signup-wrapper .prompt
,#hcp-participant-signup-wrapper .prompt
,#hl-participant-signup-wrapper .prompt
{
    color: #555555;
	font-family: "LatoLatinWeb", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: normal;
}
#hcp-volunteer-signup-wrapper .wz-step-summary .prompt
,#hl-volunteer-signup-wrapper .wz-step-summary .prompt
{
    margin-top: 40px;
}
#hcp-volunteer-signup-wrapper .wz-step-summary p.summary-answer
,#hl-volunteer-signup-wrapper .wz-step-summary p.summary-answer
{
	font-family: "LatoLatinWebLight", sans-serif;
    font-size: 16px;
}
#hcp-volunteer-signup-wrapper .wz-step-summary li
,#hl-volunteer-signup-wrapper .wz-step-summary li
{
    background: none;
    padding-left: 0px;
	font-family: "LatoLatinWebLight", sans-serif;
    font-size: 16px;
}
p.volunteer-agreement
{
	font-family: "LatoLatinWebLight", sans-serif;
    font-size: 16px;
}

#hcp-volunteer-signup-wrapper input[type="text"]
,#hcp-volunteer-signup-wrapper textarea
,#hcp-volunteer-signup-wrapper select
,#hl-volunteer-signup-wrapper input[type="text"]
,#hl-volunteer-signup-wrapper textarea
,#hl-volunteer-signup-wrapper select
,#hcp-participant-signup-wrapper input[type="text"]
,#hcp-participant-signup-wrapper textarea
,#hcp-participant-signup-wrapper select
,#hl-participant-signup-wrapper input[type="text"]
,#hl-participant-signup-wrapper textarea
,#hl-participant-signup-wrapper select
{
    width: 100%;
    /*width: 95%;*/
    font-size: 18px;
}

#hcp-workshops-wrapper h2
,#hl-workshops-wrapper h2
{
    margin-top: 50px;
	font-family: "LatoLatinWeb", sans-serif;
    font-weight: normal;
    font-size: 34px;    /*24px;*/
    text-align: center;
    color:#74358b ;
}
#hcp-workshops-wrapper h3
,#hl-workshops-wrapper h3
{
    margin-top: 30px;
    text-align: center;
}
#hcp-workshops-wrapper select
,#hl-workshops-wrapper select
{
    width: 100%;
    font-size: 18px;
}
#hcp-workshops-wrapper select, #hcp-workshops-wrapper input
,#hl-workshops-wrapper select, #hl-workshops-wrapper input
{
    margin-bottom: 0;
}
div.ws-filter-col
{
    margin-bottom: 40px;
}
div.ws-filter-col div
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    vertical-align: middle;
}
.ws-filter-label-col
{
    width: 100%;
    text-align: left;
    padding-right: 15px;
    /*min-height: 38px;*/
}
.ws-filter-control-col
{
    width: 100%;
    text-align: center;
}
.ws-filter-label
{
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
#legend-toggle-row
,#legend-row
{
    max-width: 750px;
    margin: 0 auto;
}
#legend-toggle-row
{
    padding-bottom: 18px;
}
.legend-toggle-col
{
    background: url(/images/HLnew/legend-toggle-row-bg.png) repeat-x left center;
}
.ws-legend-button
{
	display: inline-block;
    color: #555555;
    font-family: "LatoLatinWebSemibold", sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 13px;
    padding-right: 30px;
    background: #F8F8F8 url(/images/HLnew/arrow-up-green.png) no-repeat 90% center;
}
.ws-legend-button.closed
{
    background: #F8F8F8 url(/images/HLnew/arrow-down-green.png) no-repeat 90% center;
}
#legend-row
{
}
#legend-row .columns
{
    padding: 17px 0px;
}
#legend-row .columns:nth-child(2n+1)
{
    margin-left: 0px;
}
#legend-row .legend-cell
{
    display: table-cell;
    vertical-align: middle;
    min-width: 34px;
}
#legend-row img
{
    /*float: left;
    margin-right: 5px;*/
}
#legend-row p
{
    /*display: inline;*/
    color: #555555;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    line-height: normal;
    /*vertical-align: middle;*/
    padding-left: 5px;
    /*min-height: 36px;*/

     /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;*/
}
.ws-filter-info
{
    background-color: #f3f3f3;
    text-align: center;
    padding: 17px 10px;
}
.ws-filter-info p
{
    color: #555555;
    font-family: "LatoLatinWebLight", sans-serif;
    font-weight: normal;
    font-size: 20px;
}
.ws-filter-info-phone
{
    color: #03808b;
    font-family: "LatoLatinWebMedium", sans-serif;
    font-weight: normal;
    font-size: 20px;
}
table.workshop-table
{
    width: 100%;
    border-collapse: separate !important;
    /*border-spacing: 0 30px;  this is the ultimate fix */
    border-spacing: 0 0px; /* this is the ultimate fix */
}
table.workshop-table td
{
    padding-top: 40px;
    padding-bottom: 40px;
}
.WorkHeader
{
    color: #555555;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
}

.WorkHeader th
{
    color: #555555;
    font-size: 14px;
    /*text-align: left;*/
    text-transform: uppercase;
}
tr.WorkRow1, tr.WorkRow2
{
    position: relative;
    /*margin-bottom: 20px;*/
    margin-bottom: 10px;
    /*background-image:url('/images/HealthyLife/workbg1.jpg'); background-repeat:no-repeat;*/

    /*-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    border-collapse: separate;  for IE9 

    behavior: url(/js/PIE-2.0beta1/PIE.htc);*/
}
tr.WorkRow1 td, tr.WorkRow2 td
{
    position: relative;
    background: url(/Images/HLnew/box-shadow-top.png) repeat-x center top, url(/Images/HLnew/box-shadow-bottom.png) repeat-x center bottom;
    -pie-background: url(/Images/HLnew/box-shadow-top.png) repeat-x center top, url(/Images/HLnew/box-shadow-bottom.png) repeat-x center bottom;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
tr.WorkRow1 td
{
    position: relative;
    /*background-image:url('/images/HealthyLife/workbg1.jpg'); background-repeat:no-repeat;
    background-color: #C5F0A9;*/
}
tr.WorkRow2 td
{
    position: relative;
    /*background-image:url('/images/HealthyLife/workbg2.jpg'); background-repeat:no-repeat;
    background-color: #B2E9E4;*/
}
table.workshop-table tr td:first-child
{
    position: relative;
    background: url(/Images/HLnew/box-shadow-top-left-corner.png) no-repeat left top, url(/Images/HLnew/box-shadow-bottom-left-corner.png) no-repeat left bottom, url(/Images/HLnew/box-shadow-left.png) repeat-y left center, url(/Images/HLnew/box-shadow-top.png) repeat-x center top, url(/Images/HLnew/box-shadow-bottom.png) repeat-x center bottom;
    -pie-background: url(/Images/HLnew/box-shadow-top-left-corner.png) no-repeat left top, url(/Images/HLnew/box-shadow-bottom-left-corner.png) no-repeat left bottom, url(/Images/HLnew/box-shadow-left.png) repeat-y left center, url(/Images/HLnew/box-shadow-top.png) repeat-x center top, url(/Images/HLnew/box-shadow-bottom.png) repeat-x center bottom;
        
    /*-moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -khtml-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;*/

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
table.workshop-table tr td:last-child
{
    position: relative;
    background: url(/Images/HLnew/box-shadow-top-right-corner.png) no-repeat right top, url(/Images/HLnew/box-shadow-bottom-right-corner.png) no-repeat right bottom, url(/Images/HLnew/box-shadow-right.png) repeat-y right center, url(/Images/HLnew/box-shadow-top.png) repeat-x center top, url(/Images/HLnew/box-shadow-bottom.png) repeat-x center bottom;
    -pie-background: url(/Images/HLnew/box-shadow-top-right-corner.png) no-repeat right top, url(/Images/HLnew/box-shadow-bottom-right-corner.png) no-repeat right bottom, url(/Images/HLnew/box-shadow-right.png) repeat-y right center, url(/Images/HLnew/box-shadow-top.png) repeat-x center top, url(/Images/HLnew/box-shadow-bottom.png) repeat-x center bottom;
        
    /*-moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -khtml-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;*/

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
table.workshop-table tr td.footable-row-detail-cell
{
    position: relative;
    background-color: #fbfcbb;
    padding-left: 10px;
    padding-right: 10px;
        
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
.workshop-table-date
{

}
.workshop-table-month
{
    color: #555555;
    font-family: "LatoLatinWebBold", sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.workshop-table-day
{
    color: #555555;
    font-family: "LatoLatinWebBold", sans-serif;
    font-weight: bold;
    font-size: 38px;
}
.workshop-table-eventname
{
    color: #333333;
    font-size: 18px;
}
.workshop-table-venue
{
    color: #666666;
    font-size: 16px;
}
.workshop-table-address
{
    color: #666666;
    font-family: "LatoLatinWebLight", sans-serif;
    font-size: 16px;
}
.workshop-table-language
{
    color: #666666;
    font-size: 16px;
}
.workshop-table-dayofweek
{
    color: #666666;
    font-size: 16px;
}
.workshop-table-dates
{
    color: #666666;
    font-size: 16px;
}
.workshop-table-times
{
    color: #666666;
    font-size: 16px;
}
.workshop-table-btnRegister
{
    position: relative;
    display: inline-block;
    top: 0px;
    /*right: -22px;*/
    right: -10px;
    z-index: 2;
}

.workshop-details-desc p
{
    font-family: "LatoLatinWebLight", sans-serif;
    font-size: 20px;
    text-align: center;
}
.workshop-details-prompt
{
    color: #919191;
    font-size: 14px;
    text-transform: uppercase;
}
.workshop-details-details
,.workshop-details-details li
{
    color: #555555;
    font-size: 16px;
}
ul.workshop-details-details
{
    margin-left: 0px;
}
.workshop-details-details li
{
    background-image: none;
    padding-left: 0px;
    font-size: 15px;
}
.workshop-details-map-row
{
    padding-top: 50px;
}
.workshop-details-map-row .four.columns
,.workshop-details-map-row .eight.columns
{
    width: 100%;
    margin-left: 0px;
}
.workshop-details-start-date-wrapper
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    position: relative;
    width: 100%;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 40px;
    background-color: #FFFFFF;
    text-align: center;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    border-collapse: separate; /* for IE9 */

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
.workshop-details-start-date
{
    /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/

    /*float: left;*/
    display: inline-block;
    padding: 15px;
    padding-bottom: 0;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.workshop-details-times
{
    /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/

    /*float: left;*/
    display: inline-block;
    color: #666666;
    font-size: 16px;
    /*width: 186px;*/
    padding: 15px;
    margin: 0 auto;
    text-align: left;
    vertical-align: middle;
}
.workshop-details-registration-info-wrapper
{
    /*padding: 40px 38px;*/
    text-align: center;
}
.workshop-details-registration-info-wrapper .workshop-details-prompt
{
    margin-top: 20px;
}
.workshop-details-registration-info-wrapper .workshop-details-prompt:first-child
{
    margin-top: 0px;
}
.workshop-details-dates
{
    text-align: center;
}
.workshop-details-date
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    position: relative;
    /*float: left;*/
    display: inline-block;
    width: 104px;
    padding-top: 16px;
    padding-bottom: 2px;
    margin: 0 6px;
    margin-bottom: 17px;
    background-color: #FFFFFF;
    text-align: center;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    border-collapse: separate; /* for IE9 */

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
.workshop-details-date-month
{
    color: #555555;
    font-family: "LatoLatinWebBold", sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.workshop-details-date-day
{
    color: #555555;
    font-family: "LatoLatinWebBold", sans-serif;
    font-weight: bold;
    font-size: 33px;
}
.workshop-details-map
{
    position: relative;
    padding: 8px;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    border-collapse: separate; /* for IE9 */

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
.map-responsive
{
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    /*padding-bottom:56.25%;*/ /* aspect ratio 16:9, 9/16x100 = 56.25 */
    overflow:hidden;
}
.workshop-details-map #map
{
    padding-bottom: 70%;
}
.workshop-details-buttons-row
{
    padding-top: 40px;
}
.workshop-details-buttons-row .columns
{
    text-align: center;
}
.workshop-details-buttons-row .button
, .workshop-details-buttons-row .button:hover
, .workshop-details-buttons-row .button:focus
{
    width: 90%;
    max-width: 360px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 13px;
    margin-right: 13px;
}
.view-workshop-list
{
    font-family: "LatoLatinWebMedium", sans-serif;
    font-size: 20px;
    text-decoration: underline;
}
a#slick-toggle
{
    font-family: "LatoLatinWebMedium", sans-serif;
    font-size: 18px!important;
    text-decoration: none;
}
#submit-row,
#submit-row input[type=checkbox] ~ label{
    font-size:18px!important;
    color:#000;
}
.fupload
{
    position:relative;
    width: 100%;
    max-width: 250px;
    /*height:38px;*/
    padding: 5px;
    margin: 10px 0;
    color:#434343;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    background-color:#fff;
    border:1px solid #dadada;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius:4px;
    box-shadow:none;
    box-sizing:border-box;
    
    behavior:url(/js/PIE-2.0beta1/PIE.htc);
}
.dd-watermarked
{
	font-size : 15px;
    font-style: normal;
    color: #999999;
	vertical-align:middle;
    text-align: center;
}

.left-checboxes-wrapper
,.right-checboxes-wrapper
{
    position: relative;
    float: left;
    width: 100%;
}
.right-checboxes-wrapper
{
    margin-left: 0;
}
.left-checboxes
,.right-checboxes
{
    display: block;
}

.lead-region-other-wrapper
{
    max-width: 402px;
    margin: 0 auto;
    text-align: left;
}
.cb-enhanced
{
    display: inline-block;
    text-align: left;
}
.cb-enhanced input
{
    display: none;
    margin-bottom: 0;
}
/*.cb-enhanced a
{
    top: 5px !important;
}*/
.cb-enhanced input + label
{
    display: inline-block;
    min-height: 18px;
    color: #999999;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding-left: 35px;
    background: url(/images/HLnew/cb-off-darker.png) no-repeat left 3px;
    cursor: pointer;
    text-transform: none !important;
}
.cb-enhanced input:checked + label
{
    color: #555555;
    background: url(/images/HLnew/cb-on-darker.png) no-repeat left 3px;
}
.cb-enhanced.nolabel input + label
{
    width: 0px;
    padding-left: 18px;
    overflow: hidden;
}
.cb-enhanced-left
{
}
.cb-enhanced-left input
{
    display: none;
}
.cb-enhanced-left input + label
{
    display: inline-block;
    min-height: 18px;
    color: #999999;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding-right: 35px;
    background: url(/images/HLnew/cb-off-darker.png) no-repeat right 3px;
    cursor: pointer;
    text-transform: none !important;
}
.cb-enhanced-left input:checked + label
{
    color: #555555;
    background: url(/images/HLnew/cb-on-darker.png) no-repeat right 3px;
}

.rb-enhanced
{
}
.rb-enhanced input
{
    display: none;
}
.rb-enhanced input + label
{
    display: inline-block;
    min-height: 18px;
    color: #999999;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding-left: 30px;
    margin-left: 10px;
    background: url(/images/HLnew/rb-off.png) no-repeat left 3px;
    cursor: pointer;
    text-transform: none !important;
}
.rb-enhanced input:checked + label
{
    color: #555555;
    background: url(/images/HLnew/rb-on.png) no-repeat left 3px;
}
.participant-signup-gender-col .rb-enhanced input + label
{
    margin-left: 44px;
}
.participant-signup-gender-col .rb-enhanced input:first-child + label
{
    margin-left: 0px;
}
.datepicker-wraper
{
    position:relative;
    display: inline-block;
    min-width: 127px;
    height:38px;
    padding:6px 10px;
    /*margin: 10px 0;*/
    margin-bottom: 15px;
    color:#434343;
    font-size: 14px;
    font-weight: normal;
    background-color:#fff;
    border:1px solid #dadada;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius:4px;
    box-shadow:none;
    box-sizing:border-box;
    
    behavior:url(/js/PIE-2.0beta1/PIE.htc);
}
.datepicker-wraper > input[type="text"]
{
    width:80px;
    height:26px;
    padding: 0px;
    /*padding:6px 10px;
    margin: 10px 0;*/
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 5px;
    /*color:#434343;*/
    font-size: 14px;
    font-weight: normal;
    background-color:transparent;
    border:0px;
    vertical-align: top;
}

.tblLanguages
{
    margin: 0 auto;
    margin-bottom: 15px;
}
.tblLanguages .tdSpoken, .tblLanguages .tdWritten
{
    text-align: center;
    vertical-align: middle;
}
.tblLanguages input, .tblLanguages select
{
    margin: 0px;
}
.tblLanguages input[type="text"], .tblLanguages select
{
    max-width: 160px;
}
.tblAvailability
{
    margin: 0 auto;
    margin-bottom: 15px;
}
.tblAvailability td, .tblAvailability th
{
    text-align: center;
    vertical-align: middle;
    border: 1px solid #D1D1D1;
}
.tblAvailability input
{
    margin-bottom: 0px;
}
.tblAvailabilityHeader
{
    width: 30px;
    background-color: #11827e;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.tblAvailabilityLabel
{
    background-color: #11827e;
    color: #ffffff;
	font-family: "LatoLatinWebBold", sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 0px 5px;
}
.tblAvailabilityHeader.monday
{
    background: #11827e url(/images/healthylife/cal-mo.png) no-repeat center center;
}
.tblAvailabilityHeader.tuesday
{
    background: #11827e url(/images/healthylife/cal-tu.png) no-repeat center center;
}
.tblAvailabilityHeader.wednesday
{
    background: #11827e url(/images/healthylife/cal-we.png) no-repeat center center;
}
.tblAvailabilityHeader.thursday
{
    background: #11827e url(/images/healthylife/cal-th.png) no-repeat center center;
}
.tblAvailabilityHeader.friday
{
    background: #11827e url(/images/healthylife/cal-fr.png) no-repeat center center;
}
.tblAvailabilityHeader.saturday
{
    background: #11827e url(/images/healthylife/cal-sa.png) no-repeat center center;
}
.tblAvailabilityHeader.sunday
{
    background: #11827e url(/images/healthylife/cal-su.png) no-repeat center center;
}
/*.tblAvailabilityHeader div
{
    background-color:#11827e;
    color:#ffffff;
    font-size:13px;
    font-weight:bold;
    width: 28px;
    text-align:center;
    overflow: hidden;
}*/
/* HL END */

/* pre footer */
div#prefooter
{
    background-color: #643b80;
    color: #FFFFFF;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
}
div.footer-spacer
{
    display: none;
    height: 50px;
    background-color: #FFFFFF;
}
div#prefooter div.prefooter
{
    padding-bottom: 45px;
}
div#prefooter div.get-in-touch, div#prefooter div.copyright
{
    padding-top: 30px;
    text-align: center;
}
div#prefooter div.copyright a
{
    margin: 0 8px;
}
div#prefooter div.copyright a:last-child
{
    margin: 0px;
}
div#prefooter .prefooter-col
{
    float: left;
    width: 100%;
    margin: 0px;
}
div#prefooter h1
{
    color: #FFFFFF;
    font-family: "LatoLatinWebThin", sans-serif;
    font-style: normal;
    font-size: 38px;
    letter-spacing: normal;
    margin-bottom: 10px;
}
div#prefooter h2
{
    color: #FFFFFF;
	font-family: "LatoLatinWeb", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 400;
    font-style:normal;
    line-height: 40px;
    border-bottom: 1px solid #656565;
    /*margin: 0px;
    padding: 0px;*/
}
div#prefooter h3
{
    color: #FFFFFF;
    font-size: 14px;
    font-size: 1.4rem;
    font-style:normal;
    border: 0px;
    margin: 0px;
    padding: 0px;
}
div#prefooter p, div#prefooter a
{
    color: #FFFFFF;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
}
div#prefooter div.get-in-touch div p:nth-child(2)
, div#prefooter div.get-in-touch div p:nth-child(2) a
{
    font-size: 20px;
    font-size: 2.0rem;
}
div#prefooter a
{
    text-decoration: underline;
}

/* footer */
div#footer
{
    /*color: #FFFFFF;
    background-color: #3b3b3b;*/
    padding-top: 23px;
    padding-bottom: 23px;
}
/*div#footer .columns
{
    margin: 0px;
}*/
div#footer p
{
    display: block;
    color: #4d4d4d;
    margin: 0px;
}
div#footer a, div#footer a:hover, div#footer a:visited
{
    color: #265892;
}
div#footer div.footer, div#footer div.social
{
    text-align: center;
}
div#footer div.social
{
    padding: 0px;
}

/* #Page Styles
末末末末末末末末末末末末末末末末末末末末末末末末末 */

/* Media Queries
末末末末末末末末末末末末末末末末末末末末末末末末末 */

/* Larger than mobile */
@media (min-width: 400px) 
{
    /*header.mobile #MenuMobileDDACC
    {
        width:150px;
    }*/
    div.insideBanner
    {
        padding-left: 71px;
        padding-right: 71px;
    }
    div.breadcrumbs-container
    {
        padding-left: 71px;
        padding-right: 71px;
    }
    div.content, /*div.register,*/ div.news
    {
        padding-left: 60px;
        padding-right: 60px;
    }
    div.content.insideControl
    {
        padding-left: 60px;
        padding-right: 60px;
    }
    div.content.inside
    {
        padding-left: 100px;
        padding-right: 100px;
    }
    div.register-col-text
    {
        padding-left: 60px;
        padding-right: 60px;
    }
    div#prefooter div.prefooter
    {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) 
{
    /*header.mobile h1
    {
        font-size: 37px;
        font-size: 3.7rem;
        line-height: 40px;
    }
    header.mobile h2
    {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px;
    }*/
    /*header.mobile #MenuMobileDDACC
    {
        width:150px;
    }*/
    /*header.mobile .utilityLinks a
    {
        font-size: 12px;
        font-size: 1.2rem;
    }*/
    /*div#breadcrumbs .breadcrumbs-col table
    {
        width: auto;
        float: right;
    }*/
    
    div.content.inside
    ,div.content.insideControl
    {
        padding-bottom: 0px;
    }
    div.promo .row
    {
        top: -100px;
    }
    .promo-col
    {
        /*height: 99px;*/
        height:200px;
    }
    .promo-button-workshops
    {
        margin: 0 auto;
        margin-right: 0px;
        min-height: 130px!important;
    }
    .promo-button-training {
        margin: 0 auto;
        margin-left: 0px;
        min-height: 130px !important;
    }
    
    .button,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] 
    {
        font-size: 20px;
        font-size: 2.0rem;
    }
    .button-rounded-green
    ,.button-rounded-green:hover
    ,.button-rounded-green:focus
    {
        max-width: none;
        padding: 0 50px;
    }

    a#followTwitter
    {
        top: 37px;
    }

    /*.workshop-details-buttons-row .columns
    {
        text-align: left;
    }
    .workshop-details-buttons-row .columns:first-child
    {
        text-align: right;
    }*/

    div.staff-directory-item-column:first-child
    {
        text-align: left;
    }
    div.staff-directory-item-column:nth-child(3)
    {
        text-align: right;
    }
    
    div.footer-spacer
    {
        display: block;
    }
    div#prefooter div.get-in-touch
    {
        text-align: left;
    }
    div#prefooter div.copyright
    {
        text-align: right;
    }
}

/* Larger than tablet */
@media (min-width: 750px) 
{
    /*header.main .column.last
    {
        padding-top: 30px;
    }

    header.main .column.last p
    {
        text-align: right;
        padding-right:30px;
    }*/

    /*nav.mobile
    {
        display:none;
    }*/

    div.insideBanner p
    {
        padding: 16px 20px;
        font-size: 24px;
        font-size: 2.4rem;
    }

    .wz-step-current .wz-step-text
    {
        display: inline-block;
        padding-left: 10px;
	    font-family: "LatoLatinWeb", sans-serif;
        color: #555555;
        font-size: 14px;
        font-weight: normal;
        line-height: normal;
        text-transform: uppercase;
    }

    div#footer p
    {
        display: inline-block;
    }
    div#footer p:first-child
    {
        display: block;
    }
    div#footer div.footer
    {
        text-align: left;
    }
    div#footer div.social
    {
        text-align: right;
    }
}

/* Larger than desktop */
@media (min-width: 1000px) 
{
    div.header-main
    {
        display:block;
    }
    /*header.main
    {
        display:block;
    }
    header.mobile
    {
        display: none;
    }*/
    /*header.main*/ div.logo
    {
        /*width: 200px;*/
        width: auto;
    }

    nav.main
    {
        display:block;
    }
    nav.mobile
    {
        display: none;
    }
    div#mainmenu
    {
        padding-top: 13px;
        padding-bottom: 23px;
    }

    div.content .leftmenu
    {
        display: block;
    }
    div.content #MobileMenuSecundary
    {
        display:none;
    }
    div.content .insideContent
    {
        margin-left: 4%;
        width: 74.0%;
    }

    .promo-button-workshops, .promo-button-training
    {
        /*padding-top: 45px;
        padding-bottom: 28px;
        padding-left: 70px;
        padding-right: 30px;*/

        padding-top: 30px;      
        padding-bottom: 20px;       
        padding-left: 30px; 
        padding-right: 30px;
    }

    /*.button-transparent{
        margin-top:10px!important;
    }*/
    .ul-question-marks
    {
        display: table;
        margin-left: 0px;
    }
    .ul-question-marks li
    {
        display: table-cell;
        width: 20%;
        padding-left: 29px;
        padding-right: 2.5%;
    }
    .ul-question-marks li:last-child
    {
        padding-right: 0px;
    }
    div.news div.columns
    {
        width: 48%;
        margin-left: 4%;
    }
    div.news div.columns:first-child
    {
        margin-left: 0px;
    }

    #hcp-volunteer-signup-wrapper .wz-quicksteps a
    ,#hl-volunteer-signup-wrapper .wz-quicksteps a
    {
        margin: 0 30px;
    }

    .left-checboxes-wrapper
    ,.right-checboxes-wrapper
    {
        width: 48%;
    }
    .right-checboxes-wrapper
    {
        margin-left: 4%;
    }

    .tblAvailabilityHeader
    {
	    font-family: "LatoLatinWebBold", sans-serif;
        background-color: #11827e;
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
        /*width: 70px;*/
        padding: 0px 5px;
    }
    .tblAvailabilityHeader.monday
    ,.tblAvailabilityHeader.tuesday
    ,.tblAvailabilityHeader.wednesday
    ,.tblAvailabilityHeader.thursday
    ,.tblAvailabilityHeader.friday
    ,.tblAvailabilityHeader.saturday
    ,.tblAvailabilityHeader.sunday
    {
        background-image: none;
    }
    
    div.ws-filter-col div
    {
        display: inline-block;
    }
    .ws-filter-label-col
    {
        width: 30%;
        text-align: right;
    }
    .ws-filter-control-col
    {
        width: 70%;
        text-align: left;
    }
    


    div#prefooter .prefooter-col
    {
        width: 48%;
        margin-left: 4%;
    }
}
@media (min-width: 1025px) 
{
    /*div.register
    {
        background: url(/images/HLnew/middlebanner.jpg) no-repeat center right / cover;
    }
    div.register .five.columns
    {
        width: 39.3333333333%;
    }*/
    div.register-col-text
    {
        width: 37.5%;
        padding-right: 0;
    }
    div.register-col-img
    {
        width: 62.5%;
    }
    .workshop-details-map-row .four.columns
    {
        width: 30.6666666667%;
    }
    .workshop-details-map-row .eight.columns
    {
        width: 65.3333333333%;
        margin-left: 4%;
    }
    .workshop-details-registration-info-wrapper
    {
        text-align: left;
    }
}
/* Larger than Desktop HD */
@media (min-width: 1200px) 
{
}

/* #CMS Styles
末末末末末末末末末末末末末末末末末末末末末末末末末 */

.Tibby_Bottom_Button_Enabled_Highlighted
{
	font-size:12px;
	font-family:Arial, calibri;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}

.Tibby_Bottom_Button_Enabled_NotHighlighted
{
	font-size:12px;
	font-family:Arial, calibri;
	text-decoration:none;
	color: #ffffff;
}

.Tibby_Bottom_Button_Disabled
{
	font-size:12px;
	font-family:Arial, calibri;
	color: #96aaba;
	text-decoration:none;
	font-weight:bold;
}

.fixedtopcenter
{
    position:absolute;
    left:0px;
    right:0px;
    border:0px;
}

.admin_overlay
{
    background-color:#2f8dcb;/*#1370ab;*/
    width:100%;
    /*height:30px;*/
    margin:auto;
    padding:0px 10px 0px 10px;
    
    filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
    
}

.admin_bodytext_white
{
	font-family:arial;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}

.admintable
{
	height:30px;
}

.admintable td
{
	padding-left:5px;
	padding-right:5px;
}

.nosize {
	position:absolute;
	width:0px;
	height:0px;
	overflow:hidden;
}

.al
{
    text-align:left;
}
.ar
{
    text-align:right;
}
.ac
{
    text-align:center;
}
.toUpper
{
    text-transform: uppercase;
}
.toLower
{
    text-transform: lowercase;
}
.watermarked
{
	/*background-color:Transparent;
	border:0;*/
	/*font-family:Arial, Verdana, Tahoma, Sans-Serif;*/
	font-size : 18px;
    font-style: italic;
    color: Gray;
	vertical-align:middle;
}
.watermarked-centered
{
	/*background-color:Transparent;
	border:0;*/
	/*font-family:Arial, Verdana, Tahoma, Sans-Serif;*/
	font-size : 18px;
    font-style: normal;
    color: #999999;
	vertical-align:middle;
    text-align: center;
}

.hide, .hidden
{
    display:none;
}
.required, .required-abs
{
    color: #FF0000;
    font-size: medium;
    font-weight: bold;
    padding-right: 5px;
}
#hcp-volunteer-signup-wrapper div
,#hl-volunteer-signup-wrapper div
,#hcp-participant-signup-wrapper div
,#hl-participant-signup-wrapper div
{
    position: relative;
}
#hcp-volunteer-signup-wrapper .required-abs
,#hl-volunteer-signup-wrapper .required-abs
,#hcp-participant-signup-wrapper .required-abs
,#hl-participant-signup-wrapper .required-abs
{
    display: block;
    position: absolute;
    top: 10px;
    left: -12px;
}
.has-error {
    /*background-color: #ffcccc !important;*/
    background-color: #FBE3E4 !important;
    border: 1px solid #ff0000 !important;
}

.SemiTransparentBg
{
    /*background-color: #FFFFFF;*/
    background-image: url('../Images/inactive-bg.gif');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position: absolute;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: -1;
}
/*.left-right-shadows
{
    position: relative;
    -webkit-box-shadow: -25px 0px 59px 0px rgba(0,0,0,0.1), 25px 0px 59px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -25px 0px 59px 0px rgba(0,0,0,0.1), 25px 0px 59px 0px rgba(0,0,0,0.1);
    box-shadow: -25px 0px 59px 0px rgba(0,0,0,0.1), 25px 0px 59px 0px rgba(0,0,0,0.1);
    border-collapse: separate;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}*/
.left-right-shadows:before
{
    content:" ";
    display:block;
    clear:both;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    height: 100%;
    /*background-color: red;*/

    -webkit-box-shadow: -17px 0px 59px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -17px 0px 59px 0px rgba(0,0,0,0.1);
    box-shadow: -17px 0px 59px 0px rgba(0,0,0,0.1);
    border-collapse: separate;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);

    overflow:hidden;
    z-index: -1;
}
.left-right-shadows:after
{
    content:" ";
    display:block;
    clear:both;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 68px;
    height: 100%;
    /*background-color: red;*/

    -webkit-box-shadow: 17px 0px 59px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 17px 0px 59px 0px rgba(0,0,0,0.1);
    box-shadow: 17px 0px 59px 0px rgba(0,0,0,0.1);
    border-collapse: separate;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);

    overflow:hidden;
    z-index: -1;
}
.ajax__calendar_container
{
    z-index: 10;
}
.ajax__calendar_container TABLE
,.ajax__calendar_container th
,.ajax__calendar_container td
,.ajax__calendar_container div
{
    font-size: 12px !important;
}
#servicesGlossary
{
    padding-bottom:20px;
}

#servicesGlossary h2
{
	font-family: "LatoLatinWebBold", sans-serif;
    display:inline-block;
    font-size:22px;
    font-weight:700;
    border: 0px;
    min-width:inherit;
}

#servicesGlossary h2.inactive
{
    color:Silver;
}

#servicesWrapper
{
    position:relative;
    overflow:hidden;
}

#servicesWrapper .serviceitem
{
    position:relative;
    display:block;
	/*float:left;*/
    width:301px;
    margin-right:30px;
    padding-bottom:10px;
}

#servicesWrapper .serviceitem:nth-child(3n+3)
{
    margin-right:0px;
}

#servicesWrapper h2
{
	font-family: "LatoLatinWebBold", sans-serif;
    font-weight:700;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #0092d0;
}

#servicesWrapper ul
{
    padding-left:15px;
}

#servicesWrapper li
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    line-height:40px;
}

#servicesWrapper li a
{
    color: #333333;
}

#To-register-for-an-online-workshop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content:center;
    margin: 10px 0;
}

div.hcp-mail-address {
    /*max-width: 60%;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top:30px;
    margin-bottom:30px;
}
div.rbsameaddres{
    display: flex;
    justify-content:center;
}

/* #Site Styles
末末末末末末末末末末末末末末末末末末末末末末末末末 */
* 
{
    /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/

    color: #333333;
    /*font-family: 'Open Sans 4', 'Open Sans', "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: "LatoLatinWeb", sans-serif;
    font-weight: normal;
}

body
{
    background-color: #efefef;
}

strong, b, strong > *, b > *
{
	font-family: "LatoLatinWebBold", sans-serif;
    font-weight:700;
}

.container img
{
	max-width:100%;
	height:auto;
}

h1, h1 > *
{
    color: #00929f;
	font-family: "LatoLatinWebLight", sans-serif;
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: normal;
    font-style: italic;
    letter-spacing: normal;
    margin-bottom: 10px;
}
h2, h2 > *
{
	font-family: "LatoLatinWebLight", sans-serif;
    color: #555555;
    font-size: 27px;
    font-size: 2.7rem;
    font-style: normal;
    letter-spacing: normal;
    /*border-bottom: 1px solid #d7d7d6;*/
    margin-bottom: 10px;
    /*padding-bottom: 1.0rem;*/
}
h3, h3 > *
{
	font-family: "LatoLatinWebBold", sans-serif;
    color: #555555;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: bold;
    letter-spacing: normal;
    margin-bottom: 10px;
}

p
{
    margin: 0px;
}

p, span, div
{
    font-size: 20px;
    font-size: 2.0rem;
}
a, p a, li a
{
	font-family: "LatoLatinWebBold", sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
}

ol
{
    font-size: 20px;
    font-size: 2.0rem;
    margin-left:20px;
}

ul
{
    /*list-style-image:url(/images/bruyere/bullets.png);*/
	list-style-image: none;
	list-style-type: none;
    font-size: 20px;
    font-size: 2.0rem;
    margin-left:20px;
    margin-bottom: 0px;
}

li
{
    background: none;
    padding-left: 19px;
    font-size: 20px;
    font-size: 2.0rem;
    list-style-position: outside;
    background: url(/images/HLnew/bullets.png) no-repeat 3px 7px;
    margin-bottom: 0px;
}
ol > li
{
    background: none;
    padding-left: 0px;
}
.container li{
    font-family:LatoLatinWebLight;
}

.ul-question-marks
{
    display: block;
    margin-left: 0px;
}
.ul-question-marks li
{
    display: block;
    width: auto;
    padding-left: 29px;
    padding-right: 0px;
    color: #555555;
	font-family: "LatoLatinWebLight", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    font-style:normal;
    line-height: normal;
    background: url(/images/HLnew/question-mark-green.png) no-repeat left top;
    text-align: left;
}
.ul-question-marks li:last-child
{
    padding-right: 0px;
}

table
{
    margin: 0px;
    /*padding: 0px;*/
}
td, th
{
    margin: 0px;
    /*padding: 0px;
    border: 0px;*/

    color: #323232;
	font-family: "LatoLatinWeb", sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-size: 2.0rem;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] 
{
	font-family: "LatoLatinWebLight", sans-serif;
    color: #265892;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    /*line-height:52px;*/
    /*padding: 0px 2.2rem;
    padding: 0px 7px;*/
    text-transform:none;
    height: auto;
    margin: 0px;
    border: 1px solid #265892;
    /*text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.19);*/
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
.button-rounded-green
{
    color:#FFF;
    background-color:#02808b;
    border-color:#02808b;
    padding: 0 20px;
    max-width: 280px;
    line-height:52px;

    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
.button-rounded-green:hover
,.button-rounded-green:focus
{
    color:#FFF;
    font-weight: bold;
	background: #02808b; /* Old browsers */
	background: #02808b -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: #02808b -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: #02808b -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: #02808b -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: #02808b -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: #02808b linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	-pie-background: #02808b linear-gradient(to bottom, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
}
.button-transparent
{
    color: #FFFFFF;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal;
    line-height: 33px;
    padding: 0 32px;
}
.button-transparent:hover
,.button-transparent:focus
{
    color:#FFF;
    font-weight: bold;
    border: 1px solid #FFFFFF;
	background: transparent; /* Old browsers */
	background: transparent -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: transparent -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: transparent -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: transparent -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: transparent linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	-pie-background: transparent linear-gradient(to bottom, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
}
.button-lightgray
{
    display: inline-block;
    color: #555555;
    background-color: #f8f8f8;
    border: 1px solid #ededed;
    padding-left: 63px;
    padding-right: 16px;
    margin: 5px 3px;
	font-family: "LatoLatinWebMedium", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    font-style:normal;
    text-transform: none;
    line-height: 59px;
}
.button-lightgray.brochure
{
    background: #f8f8f8 url(/images/HLnew/download-icon.png) no-repeat 19px center;
}
.button-lightgray.workshops
{
    background: #f8f8f8 url(/images/HLnew/pc-icon.png) no-repeat 19px center;
}
.button-gray, .button-violet, .button-darkcyan
{
    color:#FFF !important;
    background-color:#a4a4a4 !important;
    border-color:#a4a4a4 !important;
    padding: 0 30px !important;
    min-width: 190px;
	font-family: "LatoLatinWeb", sans-serif !important;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 38px !important;
    font-weight: normal !important;
    font-style:normal !important;
    text-transform: uppercase !important;
    
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -khtml-border-radius: 4px !important;
    border-radius: 4px !important;
}
.button-violet
{
    background-color:#672f6b !important;
    border-color:#672f6b !important;
}
.button-darkcyan
{
    background-color:#00929f !important;
    border-color:#00929f !important;
}

label
{
    display:inline;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0px;
}


/* header */
header h2
{
	font-family: "LatoLatinWebBold", sans-serif;
    display: inline-block;
    color: #265892;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 21px;
    margin: 0px;
    vertical-align: top;
}
/*header.mobile h1
{
	font-family: "LatoLatinWebBold", sans-serif;
    color: #265892;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 21px;
    margin: 0px;
    vertical-align: top;
}
header.mobile h2
{
    font-size: 18px;
    font-size: 1.8rem;
}*/
header p
{
    margin-bottom: 0px;
    line-height: normal;
}

header p, header a, header span
{
    font-size: 12px;
    font-size: 1.2rem;
    /*color: #FFFFFF;*/
}
.utilityLinks
{
    font-size: 12px;
    font-size: 1.2rem;
}
.utilityLinks a
{
    /*display: inline-block;
    min-height: 16px;
    padding-left: 18px;*/
    color: #424242;
}
.utilityLinks a:hover
{
    color: #265892;
}
/*header.mobile .utilityLinks a
{
    font-size: 0.8rem;
}
header a
{
    font-weight: bold;
}
header a:hover
{
    color: #FFFFFF;
}*/

/*header table
{
    margin: 0px;
    padding: 0px;
}
header td, header th
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}*/
header input
{
    margin: 0px;
    /*padding: 0px 5px 0px 5px!important;*/
    
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    border-radius: 0px !important;
    
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}


div#header
{
    /*background-color: #3b3b3b;*/
}

header.main
{
    /*-moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -khtml-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    
    behavior: url(/js/PIE-2.0beta1/PIE.htc);*/
}

/*header.main .columns:first-child
{
    padding-left: 14px;
    padding-top: 30px;
}

header.main .columns:nth-child(2)
{
    text-align: right;
}

header.main .columns.last
{
    padding-top: 3px;
    padding-bottom: 3px;
    text-align:left;
}

header.main .columns.last img
{
    vertical-align:middle;
}

header.main .column.last p
{
    text-align: center;
    padding-right:0px;
}*/
/*header.main .columns
{
    position: relative;
}*/
/*header.main*/ div.logo
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 225px;
    /*width: 50%;
    height: 149px;*/
    z-index: 200;
}
div.logo.inside
{
    padding-top: 20px;
}
div.logo a
{
    display: inline-block;
}
header.main div.header-row
{
    position: relative;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 10px;
}
header.main div.header-col
{
    display:inline-block;
    vertical-align:middle;
}
/*header.main div.header-col:last-child
{
    padding-left: 10px;
}*/

/*header.mobile
{
    padding-top: 30px;
    padding-bottom: 30px;
}*/
/*header.mobile .mobileLogo > div
{
    width:50%;
}*/

/*header.mobile .mobileLogo > div:first-child
{
    padding-right: 10px;
}*/

/*header.mobile #MenuMobileDDACC
{
    width:138px;
}*/

div.searchPanel
{
    position:relative;
    /*display: inline-block;
    width: 211px;
    padding-left: 20px;*/
}
#search
{
    position:relative;
    width:26px;
    height: 26px;
    padding-top: 3px;
    text-align:center;
    
    /*-moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 0px 6px 6px 0px;
    
    behavior: url(/js/PIE-2.0beta1/PIE.htc);*/
}
.jSearch
{
    display: inline-block;
}
.jSearchBox
{
    display: none;
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 200;
}

div.header-main
{
    display:none;
}
/*header.main
{
    display:none;
}
header.mobile
{
    display: block;
}
header.mobile .columns
{
    text-align: center;
}*/

.goog-te-gadget
{
    height: 31px;
}
.goog-te-gadget .goog-te-combo
{
    margin: 0px !important;
    padding: 0px;
    min-width: 168px;
    height: 31px;
}
.goog-logo-link {
   display:none !important;
} 
.goog-te-gadget{
   color: transparent !important;
}

/* navigation */
div#mainmenu
{
    /*background-color: #3b3b3b;*/
    padding: 0px;
}

nav.main /*, nav.mobile*/
{
    /*height:54px;*/
    /*border: 1px solid #c22030;

    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    
    behavior: url(/js/PIE-2.0beta1/PIE.htc);*/
}
nav.main
{
    display:none;
}
nav.main .columns
{
    position: relative;
    z-index: 101;
}
div.mainmenu
{
    position: relative;
    /*display: inline-block;*/
    /*background-color: #265892;*/
    /*padding-left: 265px;*/
    padding-left: 330px;
    z-index: 100;
}
nav.mobile
{
    display: block;
    padding-top: 60px;
    padding-bottom: 10px;
}

/* banner */
div#banner
{
    /*clear: both;*/
}
/*div.banner
{
    padding-top: 25px;
}
div.banner div.row
{
    overflow: hidden;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}*/
div.insideBanner
{
    background-color: #FFFFFF;
    padding-top: 45px;
}
div.insideBanner img
{
    display: block;
}
div.insideBanner p
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 6px 10px;
    background-color: #643b80;
    color: #FFFFFF;
	font-family: "LatoLatinWebMedium", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: normal;
}

/* breadcrumbs */
div#breadcrumbs
{
    /*background-color: #f0f0f0;
    padding-top: 30px;
    padding-bottom: 30px;*/
}
div.breadcrumbs-container
{
    position: relative;
    background-color: #FFFFFF;
    padding-top: 30px;
    /*padding-bottom: 30px;*/
    
    -webkit-box-shadow: 0px 0px 59px 17px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 59px 17px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 59px 17px rgba(0,0,0,0.1);
    border-collapse: separate;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
div#breadcrumbs h2
{
    margin: 0px;
}
div#breadcrumbs .page-title
{
    text-align: left;
}
/*div#breadcrumbs*/ .breadcrumbs-col
{
    text-align: left;
    border-bottom: 3px solid #d6d6d6;
    padding-bottom: 10px;
}
/*div#breadcrumbs .breadcrumbs-col table
{
    width: auto;
    float: left;
}*/

/* content */
div.content
{
    background-color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 40px;

    /*-webkit-box-shadow: -25px 0px 59px 0px rgba(0,0,0,0.1), 25px 0px 59px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -25px 0px 59px 0px rgba(0,0,0,0.1), 25px 0px 59px 0px rgba(0,0,0,0.1);
    box-shadow: -25px 0px 59px 0px rgba(0,0,0,0.1), 25px 0px 59px 0px rgba(0,0,0,0.1);*/
}
div.content.inside
,div.content.insideControl
{
    /*padding: 0px;*/
    padding-top: 45px;
    padding-bottom: 45px;
}
div.content .column, div.content .columns
{
    /*padding: 20px 10px 20px 10px;*/
}

div.content .leftmenu
{
    display: none;
    background-color: #f5f5f5;
    /*padding-left: 10px;
    padding-right: 10px;*/
}
div.content #MobileMenuSecundary
{
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
div.content .insideContent, div.content .insideContentNoLeftMenu
{
    margin: 0px;
    width: 100%;
    /*padding-top: 40px;
    padding-bottom: 40px;*/
}
div.content div.Responsive-Video-Wrapper
{
    text-align:center;
}

div.promo
{
    background-color: #FFFFFF;
}
div.promo .row
{
    position: relative;
    top: 0px;
}
.promo-col
{
    height: auto;
}
.promo-button-workshops, .promo-button-training
{
    /*padding-top: 45px;
    padding-bottom: 28px;
    padding-left: 30px;
    padding-right: 30px;*/

    padding-top: 30px;      
        padding-bottom: 20px;       
        padding-left: 30px; 
        padding-right: 30px;

    margin: 0px auto;
    margin-top: 20px;
    max-width: 400px;       /*265px;*/
    text-align: center;
    color: #FFFFFF;
	font-family: "LatoLatinWebLight", sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: normal;
    /*font-style: italic;*/
    line-height: normal;
}
.promo-button-workshops p, .promo-button-training p
{
    color: #FFFFFF;
	font-family: "LatoLatinWebLight", sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: normal;
    /*font-style: italic;*/
    line-height: normal;
}
.promo-button-workshops p:first-child, .promo-button-training p:first-child{
    font-size:25px;
    font-weight:600;
}
.promo-button-workshops p:hover, .promo-button-training p:hover{
    font-weight: normal;

}
.promo-button-workshops
{
    background-color: #643b80;
}
.promo-button-training
{
    background-color: #02808b;
}

div.register
{
    /*background: url(/images/HLnew/home-register-banner.jpg) no-repeat center center / 100% 100%;*/
    /*background: url(/images/HLnew/home-register-banner.jpg) no-repeat right center;*/
    /*background: url(/images/HLnew/home-register-banner.jpg) no-repeat center right / cover;
    background: url(/images/HLnew/middlebanner.jpg) no-repeat center right / cover;*/
    background: #efefef;
    min-height: 411px;
    /*padding-top: 85px;
    padding-bottom: 60px;*/
}
/*div.register .five.columns
{
    width: 100%;
}*/
div.register-col-text
,div.register-col-img
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 100%;
}
div.register-col-text
{
    padding-top: 56px;
    padding-bottom: 56px;
}
div.register-col-img img
{
    display: block;
    margin: 0 auto;
}
div.register p, div.register a
{
	color: #555555;
    font-family: "LatoLatinWebLight", sans-serif;
    font-size:20px;
    font-size: 2.0rem;
    font-weight: normal;
    font-style:normal;
    line-height: normal;
}
div.register a
{
    color: #643b80;
    font-family: "LatoLatinWebMedium", sans-serif;
    text-decoration: underline;
}

a.return-to-services
{
    background: url(/images/buttons/back-arrow-white.png) no-repeat 11px center;
    padding-left: 47px;
    font-size: 14px;
}

div.news
{
    background-color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 20px;
}
div.news div.columns
{
    width: 100%;
    margin-left: 0%;
    padding-top: 30px;
}
div.news h2
{
    border-bottom: 2px solid #ebebeb;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 17px;
}
div.news h3
{
    font-size: 14px;
    font-size: 1.4rem;
}
div.newsitem
{
    margin-bottom: 30px;
}
div.newsitem p, div.newsitem p a
{
    color: #555555;
    font-size: 18px;
    font-size: 1.8rem;
}
div.newsitem .news-item-date
{
    color: #909090;
	font-family: "LatoLatinWebSemibold", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    font-style:normal;
    line-height: normal;
}
/*div.news p
{
    margin: 0px;
    font-size: 1.2rem;
    color: #444444;
}*/

a#followTwitter
{
    position: absolute;
    /*top: 37px;*/
    top: 7px;
    right: 0px;
    
    color:#FFF;
    background-color:#777777;
    border: 1px solid #777777;
    padding: 0 11px;
	font-family: "LatoLatinWebSemibold", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    font-style:normal;
    line-height: 22px;
    text-transform: uppercase;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
#twitterWidget
{

}
#twitterWidget ul
{
    margin: 0px;
}
#twitterWidget li
{
    position: relative;
    display: block;
    background: none;
    padding: 10px 15px;
    margin: 12px 0px;
    font-size: 14px;
    font-size: 1.4rem;
    list-style-position: outside;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    border-collapse: separate; /* for IE9 */

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
#twitterWidget li p.timePosted
{
    color: #999999;
    font-size: 14px;
}
#twitterWidget li p.tweet
{
    color: #555555;
	font-family: "LatoLatinWebLight", sans-serif;
	font-weight:normal;
    font-size: 16px;
}
#twitterWidget li p.tweet a
{
    color: #643b80;
	font-family: "LatoLatinWeb", sans-serif;
	font-weight: normal;
    font-style: italic;
    font-size: 16px;
}

div.staff-directory-item-column
{
    text-align: center;
}

#resources-wrapper div.pnlSearch
{
    position: relative;
    border: 1px solid #999999;
    padding: 10px;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}

/* reCaptcha BEGIN */
#recaptcha_area
{
    position: relative;
    background-color: #DEDEDE;
    border: 2px solid #C0C0C0;
    
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
div.content #recaptcha_area, div.content #recaptcha_table
{
    width: 260px !important;
}
.recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 250px !important;
}
/*.recaptchatable #recaptcha_image img {
    max-width:100%;
}*/
.recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, /*.recaptchatable .recaptcha_r4_c4,*/ .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
    background: none !important;
}
div.content .recaptchatable .recaptcha_r4_c1, div.content .recaptchatable .recaptcha_r7_c1
{
    width: 141px !important;
}
div.content .recaptchatable .recaptcha_input_area, div.content .recaptchatable #recaptcha_response_field
{
    width: 123px !important;
}
div.content .recaptchatable #recaptcha_response_field
{
    height: auto !important;
}
div.content .recaptchatable .recaptcha_input_area
{
    background-color: #FFFFFF !important;
    border: 1px solid #C0C0C0;
    height: 45px !important;
    margin-left: 3px !important;
    margin-right: 0px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    /*padding-bottom: 4px !important;*/
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
.recaptchatable .recaptcha_r4_c4
{
    background: transparent url("//www.google.com/recaptcha/api/img/white/sprite.png") no-repeat scroll -214px 6px !important;
}
.recaptchatable a
{
    color: #265892 !important;
}
.recaptchatable a:hover
{
    color: #265892 !important;
}
/* reCaptcha END */

fieldset.fs-inline
{
    display: inline-block;
    margin: 0px;
}

div.row-violet *
{
    color: #FFFFFF;
}
div.row-violet
{
    position: relative;
    background-color: #643b80;
    border: 2px solid #4a4a4a;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
div.row-violet div.columns
{
    padding: 30px;
}

/* HL BEGIN */
.col-nav
{
    /*text-align: left;*/
}
.col-buttons
{
    text-align: center;
    padding-top: 40px;
}
.col-buttons input
{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.colored-box
{
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
.colored-box.green
{
    background-color: #c5f0a9;
}
.colored-box.blue
{
    background-color: #b2e9e4;
}

.gray-box
{
    position: relative;
    background-color: #f8f8f8;
    padding: 40px;
    /*margin: 13px 0;*/
    text-align: center;
}
.gray-box.narrowed-rows div.row
{
    /*max-width: 560px;*/
    max-width: 630px;
    margin: 0 auto;
}
.gray-box.narrowed-rows div.row.nav-buttons-row
{
    max-width: none;
}
#hcp-volunteer-signup-wrapper .wz-quicksteps a
{
    display: inline-block;
    margin: 0 9px;
}
#hl-volunteer-signup-wrapper .wz-quicksteps a
{
    display: inline-block;
    margin: 0 2px;
}
#hcp-volunteer-signup-wrapper .wz-quicksteps a:first-child
,#hl-volunteer-signup-wrapper .wz-quicksteps a:first-child
{
    margin-left: 0px;
}
#hcp-volunteer-signup-wrapper .wz-quicksteps a:last-child
,#hl-volunteer-signup-wrapper .wz-quicksteps a:last-child
{
    margin-right: 0px;
}
.wz-step-number
{
    position:relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #FFFFFF;
    background-color: #02808b;
	font-family: "LatoLatinWebBlack", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    text-align: center;
    /*vertical-align: middle;*/
    
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius:50%;
    
    behavior:url(/js/PIE-2.0beta1/PIE.htc);
}
.wz-quicksteps a[disabled=disabled] .wz-step-number
{
    background-color: #7a7a7a;
}
.wz-step-text
{
    display: inline-block;
    padding: 0px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    vertical-align: middle;
}
.wz-step-current .wz-step-number
{
    background-color: #02808b !important;
}
/*.wz-step-current .wz-step-text
{
    display: inline-block;
    padding-left: 10px;
	font-family: "LatoLatinWeb", sans-serif;
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}*/
.wz-step-current .wz-step-text
{
    padding: 0px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    vertical-align: middle;
}


#hcp-volunteer-signup-wrapper h2
,#hl-volunteer-signup-wrapper h2
,#hcp-participant-signup-wrapper h2
,#hl-participant-signup-wrapper h2
{
	font-family: "LatoLatinWeb", sans-serif;
    margin-bottom: 30px;
}
#hcp-volunteer-signup-wrapper h3
,#hl-volunteer-signup-wrapper h3
,#hcp-participant-signup-wrapper h3
,#hl-participant-signup-wrapper h3
{
    color: #672f6b;
	font-family: "LatoLatinWeb", sans-serif;
    font-size: 21px;
    font-weight: normal;
}
#hcp-volunteer-signup-wrapper .prompt
,#hl-volunteer-signup-wrapper .prompt
,#hcp-participant-signup-wrapper .prompt
,#hl-participant-signup-wrapper .prompt
{
    color: #555555;
	font-family: "LatoLatinWeb", sans-serif;
    font-size: 18px;            /*14px;*/
    text-transform: none!important; /*uppercase;*/
    letter-spacing: normal;
}
#hcp-volunteer-signup-wrapper .wz-step-summary .prompt
,#hl-volunteer-signup-wrapper .wz-step-summary .prompt
{
    margin-top: 40px;
}
#hcp-volunteer-signup-wrapper .wz-step-summary p.summary-answer
,#hl-volunteer-signup-wrapper .wz-step-summary p.summary-answer
{
	font-family: "LatoLatinWebLight", sans-serif;
    font-size: 16px;
}
#hcp-volunteer-signup-wrapper .wz-step-summary li
,#hl-volunteer-signup-wrapper .wz-step-summary li
{
    background: none;
    padding-left: 0px;
	font-family: "LatoLatinWebLight", sans-serif;
    font-size: 16px;
}
p.volunteer-agreement
{
	font-family: "LatoLatinWebLight", sans-serif;
    font-size: 16px;
}

#hcp-volunteer-signup-wrapper input[type="text"]
,#hcp-volunteer-signup-wrapper textarea
,#hcp-volunteer-signup-wrapper select
,#hl-volunteer-signup-wrapper input[type="text"]
,#hl-volunteer-signup-wrapper textarea
,#hl-volunteer-signup-wrapper select
,#hcp-participant-signup-wrapper input[type="text"]
,#hcp-participant-signup-wrapper textarea
,#hcp-participant-signup-wrapper select
,#hl-participant-signup-wrapper input[type="text"]
,#hl-participant-signup-wrapper textarea
,#hl-participant-signup-wrapper select
{
    width: 100%;
    /*width: 95%;*/
    font-size: 18px;
}

#hcp-workshops-wrapper h2
,#hl-workshops-wrapper h2
{
    margin-top: 50px;
	font-family: "LatoLatinWeb", sans-serif;
    font-weight: normal;
    font-size: 34px;
    text-align: center;
}
#hcp-workshops-wrapper select
,#hl-workshops-wrapper select
{
    width: 100%;
    font-size: 18px;
}
#hcp-workshops-wrapper select, #hcp-workshops-wrapper input
,#hl-workshops-wrapper select, #hl-workshops-wrapper input
{
    margin-bottom: 0;
}
div.ws-filter-col
{
    margin-bottom: 40px;
}
div.ws-filter-col div
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    vertical-align: middle;
}
.ws-filter-label-col
{
    width: 100%;
    text-align: left;
    padding-right: 15px;
    /*min-height: 38px;*/
}
.ws-filter-control-col
{
    width: 100%;
    text-align: center;
}
.ws-filter-label
{
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
#legend-toggle-row
,#legend-row
{
    max-width: 750px;
    margin: 0 auto;
}
#legend-toggle-row
{
    padding-bottom: 18px;
}
.legend-toggle-col
{
    background: url(/images/HLnew/legend-toggle-row-bg.png) repeat-x left center;
}
.ws-legend-button
{
	display: inline-block;
    color: #555555;
    font-family: "LatoLatinWebSemibold", sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 13px;
    padding-right: 30px;
    background: #F8F8F8 url(/images/HLnew/arrow-up-green.png) no-repeat 90% center;
}
.ws-legend-button.closed
{
    background: #F8F8F8 url(/images/HLnew/arrow-down-green.png) no-repeat 90% center;
}
#legend-row
{
}
#legend-row .columns
{
    padding: 17px 0px;
}
#legend-row .columns:nth-child(2n+1)
{
    margin-left: 0px;
}
#legend-row .legend-cell
{
    display: table-cell;
    vertical-align: middle;
    min-width: 34px;
}
#legend-row img
{
    /*float: left;
    margin-right: 5px;*/
}
#legend-row p
{
    /*display: inline;*/
    color: #555555;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    line-height: normal;
    /*vertical-align: middle;*/
    padding-left: 5px;
    /*min-height: 36px;*/

     /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;*/
}
.ws-filter-info
{
    background-color: #f3f3f3;
    text-align: center;
    padding: 17px 10px;
}
.ws-filter-info p
{
    color: #555555;
    font-family: "LatoLatinWebLight", sans-serif;
    font-weight: normal;
    font-size: 20px;
}
.ws-filter-info-phone
{
    color: #03808b;
    font-family: "LatoLatinWebMedium", sans-serif;
    font-weight: normal;
    font-size: 20px;
}
table.workshop-table
{
    width: 100%;
    border-collapse: separate !important;
    /*border-spacing: 0 30px;  this is the ultimate fix */
    border-spacing: 0 0px; /* this is the ultimate fix */
}
table.workshop-table td
{
    padding-top: 40px;
    padding-bottom: 40px;
}
.WorkHeader
{
    color: #555555;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
}

.WorkHeader th
{
    color: #555555;
    font-size: 14px;
    /*text-align: left;*/
    text-transform: uppercase;
}
tr.WorkRow1, tr.WorkRow2
{
    position: relative;
    /*margin-bottom: 20px;*/
    margin-bottom: 10px;
    /*background-image:url('/images/HealthyLife/workbg1.jpg'); background-repeat:no-repeat;*/

    /*-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    border-collapse: separate;  for IE9 

    behavior: url(/js/PIE-2.0beta1/PIE.htc);*/
}
tr.WorkRow1 td, tr.WorkRow2 td
{
    position: relative;
    background: url(/Images/HLnew/box-shadow-top.png) repeat-x center top, url(/Images/HLnew/box-shadow-bottom.png) repeat-x center bottom;
    -pie-background: url(/Images/HLnew/box-shadow-top.png) repeat-x center top, url(/Images/HLnew/box-shadow-bottom.png) repeat-x center bottom;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
tr.WorkRow1 td
{
    position: relative;
    /*background-image:url('/images/HealthyLife/workbg1.jpg'); background-repeat:no-repeat;
    background-color: #C5F0A9;*/
}
tr.WorkRow2 td
{
    position: relative;
    /*background-image:url('/images/HealthyLife/workbg2.jpg'); background-repeat:no-repeat;
    background-color: #B2E9E4;*/
}
table.workshop-table tr td:first-child
{
    position: relative;
    background: url(/Images/HLnew/box-shadow-top-left-corner.png) no-repeat left top, url(/Images/HLnew/box-shadow-bottom-left-corner.png) no-repeat left bottom, url(/Images/HLnew/box-shadow-left.png) repeat-y left center, url(/Images/HLnew/box-shadow-top.png) repeat-x center top, url(/Images/HLnew/box-shadow-bottom.png) repeat-x center bottom;
    -pie-background: url(/Images/HLnew/box-shadow-top-left-corner.png) no-repeat left top, url(/Images/HLnew/box-shadow-bottom-left-corner.png) no-repeat left bottom, url(/Images/HLnew/box-shadow-left.png) repeat-y left center, url(/Images/HLnew/box-shadow-top.png) repeat-x center top, url(/Images/HLnew/box-shadow-bottom.png) repeat-x center bottom;
        
    /*-moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -khtml-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;*/

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
table.workshop-table tr td:last-child
{
    position: relative;
    background: url(/Images/HLnew/box-shadow-top-right-corner.png) no-repeat right top, url(/Images/HLnew/box-shadow-bottom-right-corner.png) no-repeat right bottom, url(/Images/HLnew/box-shadow-right.png) repeat-y right center, url(/Images/HLnew/box-shadow-top.png) repeat-x center top, url(/Images/HLnew/box-shadow-bottom.png) repeat-x center bottom;
    -pie-background: url(/Images/HLnew/box-shadow-top-right-corner.png) no-repeat right top, url(/Images/HLnew/box-shadow-bottom-right-corner.png) no-repeat right bottom, url(/Images/HLnew/box-shadow-right.png) repeat-y right center, url(/Images/HLnew/box-shadow-top.png) repeat-x center top, url(/Images/HLnew/box-shadow-bottom.png) repeat-x center bottom;
        
    /*-moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -khtml-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;*/

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
table.workshop-table tr td.footable-row-detail-cell
{
    position: relative;
    background-color: #fbfcbb;
    padding-left: 10px;
    padding-right: 10px;
        
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
.workshop-table-date
{

}
.workshop-table-month
{
    color: #555555;
    font-family: "LatoLatinWebBold", sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.workshop-table-day
{
    color: #555555;
    font-family: "LatoLatinWebBold", sans-serif;
    font-weight: bold;
    font-size: 38px;
}
.workshop-table-eventname
{
    color: #333333;
    font-size: 18px;
}
.workshop-table-venue
{
    color: #666666;
    font-size: 16px;
}
.workshop-table-address
{
    color: #666666;
    font-family: "LatoLatinWebLight", sans-serif;
    font-size: 16px;
}
.workshop-table-language
{
    color: #666666;
    font-size: 16px;
}
.workshop-table-dayofweek
{
    color: #666666;
    font-size: 16px;
}
.workshop-table-dates
{
    color: #666666;
    font-size: 16px;
}
.workshop-table-times
{
    color: #666666;
    font-size: 16px;
}
.workshop-table-btnRegister
{
    position: relative;
    display: inline-block;
    top: 0px;
    /*right: -22px;*/
    right: -10px;
    z-index: 2;
}

.workshop-details-desc p
{
    font-family: "LatoLatinWebLight", sans-serif;
    font-size: 20px;
    text-align: justify!important; /*center;*/
}
.workshop-details-prompt
{
    color: #919191;
    font-size: 14px;
    text-transform: uppercase;
}
.workshop-details-details
,.workshop-details-details li
{
    color: #555555;
    font-size: 16px;
}
ul.workshop-details-details
{
    margin-left: 0px;
}
.workshop-details-details li
{
    background-image: none;
    padding-left: 0px;
    font-size: 15px;
}
.workshop-details-map-row
{
    padding-top: 50px;
}
.workshop-details-map-row .four.columns
,.workshop-details-map-row .eight.columns
{
    width: 100%;
    margin-left: 0px;
}
.workshop-details-start-date-wrapper
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    position: relative;
    width: 100%;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 40px;
    background-color: #FFFFFF;
    text-align: center;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    border-collapse: separate; /* for IE9 */

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
.workshop-details-start-date
{
    /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/

    /*float: left;*/
    display: inline-block;
    padding: 15px;
    padding-bottom: 0;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.workshop-details-times
{
    /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/

    /*float: left;*/
    display: inline-block;
    color: #666666;
    font-size: 16px;
    /*width: 186px;*/
    padding: 15px;
    margin: 0 auto;
    text-align: left;
    vertical-align: middle;
}
.workshop-details-registration-info-wrapper
{
    /*padding: 40px 38px;*/
    text-align: center;
}
.workshop-details-registration-info-wrapper .workshop-details-prompt
{
    margin-top: 20px;
}
.workshop-details-registration-info-wrapper .workshop-details-prompt:first-child
{
    margin-top: 0px;
}
.workshop-details-dates
{
    text-align: center;
}
.workshop-details-date
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    position: relative;
    /*float: left;*/
    display: inline-block;
    width: 104px;
    padding-top: 16px;
    padding-bottom: 2px;
    margin: 0 6px;
    margin-bottom: 17px;
    background-color: #FFFFFF;
    text-align: center;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    border-collapse: separate; /* for IE9 */

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
.workshop-details-date-month
{
    color: #555555;
    font-family: "LatoLatinWebBold", sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.workshop-details-date-day
{
    color: #555555;
    font-family: "LatoLatinWebBold", sans-serif;
    font-weight: bold;
    font-size: 33px;
}
.workshop-details-map
{
    position: relative;
    padding: 8px;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    border-collapse: separate; /* for IE9 */

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
.map-responsive
{
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    /*padding-bottom:56.25%;*/ /* aspect ratio 16:9, 9/16x100 = 56.25 */
    overflow:hidden;
}
.workshop-details-map #map
{
    padding-bottom: 70%;
}
.workshop-details-buttons-row
{
    padding-top: 40px;
}
.workshop-details-buttons-row .columns
{
    text-align: center;
}
.workshop-details-buttons-row .button
, .workshop-details-buttons-row .button:hover
, .workshop-details-buttons-row .button:focus
{
    width: 90%;
    max-width: 360px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 13px;
    margin-right: 13px;
}
.view-workshop-list
{
    font-family: "LatoLatinWebMedium", sans-serif;
    font-size: 20px;
    text-decoration: underline;
}
a#slick-toggle
{
    font-family: "LatoLatinWebMedium", sans-serif;
    font-size: 18px!important;
    text-decoration: none;
}
#submit-row,
#submit-row input[type=checkbox] ~ label {
    font-size: 18px !important;
    color: #555555;     /*#999999;*/
}
.pnl-thankyou li {
    font-family: "LatoLatinWeb", sans-serif!important;
}
#submit-row p {
    text-align: left;
}
#div-terms {
    text-align: left;
}
.fupload {
    position: relative;
    width: 100%;
    max-width: 250px;
    /*height:38px;*/
    padding: 5px;
    margin: 10px 0;
    color: #434343;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    background-color: #fff;
    border: 1px solid #dadada;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
.dd-watermarked
{
	font-size : 15px;
    font-style: normal;
    color: #999999;
	vertical-align:middle;
    text-align: center;
}

.left-checboxes-wrapper
,.right-checboxes-wrapper
{
    position: relative;
    float: left;
    width: 100%;
}
.right-checboxes-wrapper
{
    margin-left: 0;
}
.left-checboxes
,.right-checboxes
{
    display: block;
}

.lead-region-other-wrapper
{
    max-width: 402px;
    margin: 0 auto;
    text-align: left;
}
.cb-enhanced
{
    display: inline-block;
    text-align: left;
}
.cb-enhanced input
{
    display: none;
    margin-bottom: 0;
}
/*.cb-enhanced a
{
    top: 5px !important;
}*/
    .cb-enhanced input + label {
        display: inline-block;
        min-height: 18px;
        color: #555555; /*#999999;*/
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        padding-left: 35px;
        background: url(/images/HLnew/cb-off-darker.png) no-repeat left 3px;
        cursor: pointer;
        text-transform: none !important;
    }
.cb-enhanced.italic input + label{
    font-style:italic;
}

.cb-enhanced input:checked + label
{
    color: #555555;
    background: url(/images/HLnew/cb-on-darker.png) no-repeat left 3px;
}
.cb-enhanced.nolabel input + label
{
    width: 0px;
    padding-left: 18px;
    overflow: hidden;
}
.cb-enhanced-left
{
}
.cb-enhanced-left input
{
    display: none;
}
    .cb-enhanced-left input + label {
        display: inline-block;
        min-height: 18px;
        color: #555555; /*#999999;*/
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        padding-right: 35px;
        background: url(/images/HLnew/cb-off-darker.png) no-repeat right 3px;
        cursor: pointer;
        text-transform: none !important;
    }
.cb-enhanced-left input:checked + label
{
    color: #555555;
    background: url(/images/HLnew/cb-on-darker.png) no-repeat right 3px;
}

.rb-enhanced
{
}
.rb-enhanced input
{
    display: none;
}
.rb-enhanced input + label
{
    display: inline-block;
    min-height: 18px;
    color: #999999;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding-left: 30px;
    margin-left: 10px;
    background: url(/images/HLnew/rb-off.png) no-repeat left 3px;
    cursor: pointer;
    text-transform: none !important;
}
.rb-enhanced input:checked + label
{
    color: #555555;
    background: url(/images/HLnew/rb-on.png) no-repeat left 3px;
}
.participant-signup-gender-col .rb-enhanced input + label
{
    margin-left: 44px;
}
.participant-signup-gender-col .rb-enhanced input:first-child + label
{
    margin-left: 0px;
}
.datepicker-wraper
{
    position:relative;
    display: inline-block;
    min-width: 127px;
    height:38px;
    padding:6px 10px;
    /*margin: 10px 0;*/
    margin-bottom: 15px;
    color:#434343;
    font-size: 14px;
    font-weight: normal;
    background-color:#fff;
    border:1px solid #dadada;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius:4px;
    box-shadow:none;
    box-sizing:border-box;
    
    behavior:url(/js/PIE-2.0beta1/PIE.htc);
}
.datepicker-wraper > input[type="text"]
{
    width:80px;
    height:26px;
    padding: 0px;
    /*padding:6px 10px;
    margin: 10px 0;*/
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 5px;
    /*color:#434343;*/
    font-size: 14px;
    font-weight: normal;
    background-color:transparent;
    border:0px;
    vertical-align: top;
}

.tblLanguages
{
    margin: 0 auto;
    margin-bottom: 15px;
}
.tblLanguages .tdSpoken, .tblLanguages .tdWritten
{
    text-align: center;
    vertical-align: middle;
}
.tblLanguages input, .tblLanguages select
{
    margin: 0px;
}
.tblLanguages input[type="text"], .tblLanguages select
{
    max-width: 160px;
}
.tblAvailability
{
    margin: 0 auto;
    margin-bottom: 15px;
}
.tblAvailability td, .tblAvailability th
{
    text-align: center;
    vertical-align: middle;
    border: 1px solid #D1D1D1;
}
.tblAvailability input
{
    margin-bottom: 0px;
}
.tblAvailabilityHeader
{
    width: 30px;
    background-color: #11827e;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.tblAvailabilityLabel
{
    background-color: #11827e;
    color: #ffffff;
	font-family: "LatoLatinWebBold", sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 0px 5px;
}
.tblAvailabilityHeader.monday
{
    background: #11827e url(/images/healthylife/cal-mo.png) no-repeat center center;
}
.tblAvailabilityHeader.tuesday
{
    background: #11827e url(/images/healthylife/cal-tu.png) no-repeat center center;
}
.tblAvailabilityHeader.wednesday
{
    background: #11827e url(/images/healthylife/cal-we.png) no-repeat center center;
}
.tblAvailabilityHeader.thursday
{
    background: #11827e url(/images/healthylife/cal-th.png) no-repeat center center;
}
.tblAvailabilityHeader.friday
{
    background: #11827e url(/images/healthylife/cal-fr.png) no-repeat center center;
}
.tblAvailabilityHeader.saturday
{
    background: #11827e url(/images/healthylife/cal-sa.png) no-repeat center center;
}
.tblAvailabilityHeader.sunday
{
    background: #11827e url(/images/healthylife/cal-su.png) no-repeat center center;
}
/*.tblAvailabilityHeader div
{
    background-color:#11827e;
    color:#ffffff;
    font-size:13px;
    font-weight:bold;
    width: 28px;
    text-align:center;
    overflow: hidden;
}*/
/* HL END */

/* pre footer */
div#prefooter
{
    background-color: #643b80;
    color: #FFFFFF;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
}
div.footer-spacer
{
    display: none;
    height: 50px;
    background-color: #FFFFFF;
}
div#prefooter div.prefooter
{
    padding-bottom: 45px;
}
div#prefooter div.get-in-touch, div#prefooter div.copyright
{
    padding-top: 30px;
    text-align: center;
}
div#prefooter div.copyright a
{
    margin: 0 8px;
}
div#prefooter div.copyright a:last-child
{
    margin: 0px;
}
div#prefooter .prefooter-col
{
    float: left;
    width: 100%;
    margin: 0px;
}
div#prefooter h1
{
    color: #FFFFFF;
    font-family: "LatoLatinWebThin", sans-serif;
    font-style: normal;
    font-size: 38px;
    letter-spacing: normal;
    margin-bottom: 10px;
}
div#prefooter h2
{
    color: #FFFFFF;
	font-family: "LatoLatinWeb", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 400;
    font-style:normal;
    line-height: 40px;
    border-bottom: 1px solid #656565;
    /*margin: 0px;
    padding: 0px;*/
}
div#prefooter h3
{
    color: #FFFFFF;
    font-size: 14px;
    font-size: 1.4rem;
    font-style:normal;
    border: 0px;
    margin: 0px;
    padding: 0px;
}
div#prefooter p, div#prefooter a
{
    color: #FFFFFF;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
}
div#prefooter div.get-in-touch div p:nth-child(2)
, div#prefooter div.get-in-touch div p:nth-child(2) a
{
    font-size: 20px;
    font-size: 2.0rem;
}
div#prefooter a
{
    text-decoration: underline;
}

/* footer */
div#footer
{
    /*color: #FFFFFF;
    background-color: #3b3b3b;*/
    padding-top: 23px;
    padding-bottom: 23px;
}
/*div#footer .columns
{
    margin: 0px;
}*/
div#footer p
{
    display: block;
    color: #4d4d4d;
    margin: 0px;
}
div#footer a, div#footer a:hover, div#footer a:visited
{
    color: #265892;
}
div#footer div.footer, div#footer div.social
{
    text-align: center;
}
div#footer div.social
{
    padding: 0px;
}

/* #Page Styles
末末末末末末末末末末末末末末末末末末末末末末末末末 */

/* Media Queries
末末末末末末末末末末末末末末末末末末末末末末末末末 */

/* Larger than mobile */
@media (min-width: 400px) 
{
    /*header.mobile #MenuMobileDDACC
    {
        width:150px;
    }*/
    div.insideBanner
    {
        padding-left: 71px;
        padding-right: 71px;
    }
    div.breadcrumbs-container
    {
        padding-left: 71px;
        padding-right: 71px;
    }
    div.content, /*div.register,*/ div.news
    {
        padding-left: 60px;
        padding-right: 60px;
    }
    div.content.insideControl
    {
        padding-left: 60px;
        padding-right: 60px;
    }
    div.content.inside
    {
        padding-left: 100px;
        padding-right: 100px;
    }
    div.register-col-text
    {
        padding-left: 60px;
        padding-right: 60px;
    }
    div#prefooter div.prefooter
    {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) 
{
    /*header.mobile h1
    {
        font-size: 37px;
        font-size: 3.7rem;
        line-height: 40px;
    }
    header.mobile h2
    {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px;
    }*/
    /*header.mobile #MenuMobileDDACC
    {
        width:150px;
    }*/
    /*header.mobile .utilityLinks a
    {
        font-size: 12px;
        font-size: 1.2rem;
    }*/
    /*div#breadcrumbs .breadcrumbs-col table
    {
        width: auto;
        float: right;
    }*/
    
    div.content.inside
    ,div.content.insideControl
    {
        padding-bottom: 0px;
    }
    div.promo .row
    {
        top: -100px;
    }
    .promo-col
    {
        /*height: 99px;*/
        height:200px;
    }
    .promo-button-workshops
    {
        margin: 0 auto;
        margin-right: 0px;
        min-height: 130px!important;
    }
    .promo-button-training {
        margin: 0 auto;
        margin-left: 0px;
        min-height: 130px !important;
    }
    
    .button,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] 
    {
        font-size: 20px;
        font-size: 2.0rem;
    }
    .button-rounded-green
    ,.button-rounded-green:hover
    ,.button-rounded-green:focus
    {
        max-width: none;
        padding: 0 50px;
    }

    a#followTwitter
    {
        top: 37px;
    }

    /*.workshop-details-buttons-row .columns
    {
        text-align: left;
    }
    .workshop-details-buttons-row .columns:first-child
    {
        text-align: right;
    }*/

    div.staff-directory-item-column:first-child
    {
        text-align: left;
    }
    div.staff-directory-item-column:nth-child(3)
    {
        text-align: right;
    }
    
    div.footer-spacer
    {
        display: block;
    }
    div#prefooter div.get-in-touch
    {
        text-align: left;
    }
    div#prefooter div.copyright
    {
        text-align: right;
    }
}

/* Larger than tablet */
@media (min-width: 750px) 
{
    /*header.main .column.last
    {
        padding-top: 30px;
    }

    header.main .column.last p
    {
        text-align: right;
        padding-right:30px;
    }*/

    /*nav.mobile
    {
        display:none;
    }*/

    div.insideBanner p
    {
        padding: 16px 20px;
        font-size: 24px;
        font-size: 2.4rem;
    }

    .wz-step-current .wz-step-text
    {
        display: inline-block;
        padding-left: 10px;
	    font-family: "LatoLatinWeb", sans-serif;
        color: #555555;
        font-size: 14px;
        font-weight: normal;
        line-height: normal;
        text-transform: uppercase;
    }

    div#footer p
    {
        display: inline-block;
    }
    div#footer p:first-child
    {
        display: block;
    }
    div#footer div.footer
    {
        text-align: left;
    }
    div#footer div.social
    {
        text-align: right;
    }
}

/* Larger than desktop */
@media (min-width: 1000px) 
{
    div.header-main
    {
        display:block;
    }
    /*header.main
    {
        display:block;
    }
    header.mobile
    {
        display: none;
    }*/
    /*header.main*/ div.logo
    {
        /*width: 200px;*/
        width: auto;
    }

    nav.main
    {
        display:block;
    }
    nav.mobile
    {
        display: none;
    }
    div#mainmenu
    {
        padding-top: 13px;
        padding-bottom: 23px;
    }

    div.content .leftmenu
    {
        display: block;
    }
    div.content #MobileMenuSecundary
    {
        display:none;
    }
    div.content .insideContent
    {
        margin-left: 4%;
        width: 74.0%;
    }

    .promo-button-workshops, .promo-button-training
    {
        /*padding-top: 45px;
        padding-bottom: 28px;
        padding-left: 70px;
        padding-right: 30px;*/

        padding-top: 30px;      
        padding-bottom: 20px;       
        padding-left: 30px; 
        padding-right: 30px;
    }

    /*.button-transparent{
        margin-top:10px!important;
    }*/
    .ul-question-marks
    {
        display: table;
        margin-left: 0px;
    }
    .ul-question-marks li
    {
        display: table-cell;
        width: 20%;
        padding-left: 29px;
        padding-right: 2.5%;
    }
    .ul-question-marks li:last-child
    {
        padding-right: 0px;
    }
    div.news div.columns
    {
        width: 48%;
        margin-left: 4%;
    }
    div.news div.columns:first-child
    {
        margin-left: 0px;
    }

    #hcp-volunteer-signup-wrapper .wz-quicksteps a
    ,#hl-volunteer-signup-wrapper .wz-quicksteps a
    {
        margin: 0 30px;
    }

    .left-checboxes-wrapper
    ,.right-checboxes-wrapper
    {
        width: 48%;
    }
    .right-checboxes-wrapper
    {
        margin-left: 4%;
    }

    .tblAvailabilityHeader
    {
	    font-family: "LatoLatinWebBold", sans-serif;
        background-color: #11827e;
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
        /*width: 70px;*/
        padding: 0px 5px;
    }
    .tblAvailabilityHeader.monday
    ,.tblAvailabilityHeader.tuesday
    ,.tblAvailabilityHeader.wednesday
    ,.tblAvailabilityHeader.thursday
    ,.tblAvailabilityHeader.friday
    ,.tblAvailabilityHeader.saturday
    ,.tblAvailabilityHeader.sunday
    {
        background-image: none;
    }
    
    div.ws-filter-col div
    {
        display: inline-block;
    }
    .ws-filter-label-col
    {
        width: 30%;
        text-align: right;
    }
    .ws-filter-control-col
    {
        width: 70%;
        text-align: left;
    }
    


    div#prefooter .prefooter-col
    {
        width: 48%;
        margin-left: 4%;
    }
}
@media (min-width: 1025px) 
{
    /*div.register
    {
        background: url(/images/HLnew/middlebanner.jpg) no-repeat center right / cover;
    }
    div.register .five.columns
    {
        width: 39.3333333333%;
    }*/
    div.register-col-text
    {
        width: 37.5%;
        padding-right: 0;
    }
    div.register-col-img
    {
        width: 62.5%;
    }
    .workshop-details-map-row .four.columns
    {
        width: 30.6666666667%;
    }
    .workshop-details-map-row .eight.columns
    {
        width: 65.3333333333%;
        margin-left: 4%;
    }
    .workshop-details-registration-info-wrapper
    {
        text-align: left;
    }
}
/* Larger than Desktop HD */
@media (min-width: 1200px) 
{
}

/* #CMS Styles
末末末末末末末末末末末末末末末末末末末末末末末末末 */

.Tibby_Bottom_Button_Enabled_Highlighted
{
	font-size:12px;
	font-family:Arial, calibri;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}

.Tibby_Bottom_Button_Enabled_NotHighlighted
{
	font-size:12px;
	font-family:Arial, calibri;
	text-decoration:none;
	color: #ffffff;
}

.Tibby_Bottom_Button_Disabled
{
	font-size:12px;
	font-family:Arial, calibri;
	color: #96aaba;
	text-decoration:none;
	font-weight:bold;
}

.fixedtopcenter
{
    position:absolute;
    left:0px;
    right:0px;
    border:0px;
}

.admin_overlay
{
    background-color:#2f8dcb;/*#1370ab;*/
    width:100%;
    /*height:30px;*/
    margin:auto;
    padding:0px 10px 0px 10px;
    
    filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
    
}

.admin_bodytext_white
{
	font-family:arial;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}

.admintable
{
	height:30px;
}

.admintable td
{
	padding-left:5px;
	padding-right:5px;
}

.nosize {
	position:absolute;
	width:0px;
	height:0px;
	overflow:hidden;
}

.al
{
    text-align:left;
}
.ar
{
    text-align:right;
}
.ac
{
    text-align:center;
}
.toUpper
{
    text-transform: uppercase;
}
.toLower
{
    text-transform: lowercase;
}
.watermarked
{
	/*background-color:Transparent;
	border:0;*/
	/*font-family:Arial, Verdana, Tahoma, Sans-Serif;*/
	font-size : 18px;
    font-style: italic;
    color: Gray;
	vertical-align:middle;
}
.watermarked-centered
{
	/*background-color:Transparent;
	border:0;*/
	/*font-family:Arial, Verdana, Tahoma, Sans-Serif;*/
	font-size : 18px;
    font-style: normal;
    color: #999999;
	vertical-align:middle;
    text-align: center;
}

.hide, .hidden
{
    display:none;
}
.required, .required-abs
{
    color: #FF0000;
    font-size: medium;
    font-weight: bold;
    padding-right: 5px;
}
#hcp-volunteer-signup-wrapper div
,#hl-volunteer-signup-wrapper div
,#hcp-participant-signup-wrapper div
,#hl-participant-signup-wrapper div
{
    position: relative;
}
#hcp-volunteer-signup-wrapper .required-abs
,#hl-volunteer-signup-wrapper .required-abs
,#hcp-participant-signup-wrapper .required-abs
,#hl-participant-signup-wrapper .required-abs
{
    display: block;
    position: absolute;
    top: 10px;
    left: -12px;
}
.has-error {
    /*background-color: #ffcccc !important;*/
    background-color: #FBE3E4 !important;
    border: 1px solid #ff0000 !important;
}

.SemiTransparentBg
{
    /*background-color: #FFFFFF;*/
    background-image: url('../Images/inactive-bg.gif');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position: absolute;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: -1;
}
/*.left-right-shadows
{
    position: relative;
    -webkit-box-shadow: -25px 0px 59px 0px rgba(0,0,0,0.1), 25px 0px 59px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -25px 0px 59px 0px rgba(0,0,0,0.1), 25px 0px 59px 0px rgba(0,0,0,0.1);
    box-shadow: -25px 0px 59px 0px rgba(0,0,0,0.1), 25px 0px 59px 0px rgba(0,0,0,0.1);
    border-collapse: separate;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}*/
.left-right-shadows:before
{
    content:" ";
    display:block;
    clear:both;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    height: 100%;
    /*background-color: red;*/

    -webkit-box-shadow: -17px 0px 59px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -17px 0px 59px 0px rgba(0,0,0,0.1);
    box-shadow: -17px 0px 59px 0px rgba(0,0,0,0.1);
    border-collapse: separate;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);

    overflow:hidden;
    z-index: -1;
}
.left-right-shadows:after
{
    content:" ";
    display:block;
    clear:both;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 68px;
    height: 100%;
    /*background-color: red;*/

    -webkit-box-shadow: 17px 0px 59px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 17px 0px 59px 0px rgba(0,0,0,0.1);
    box-shadow: 17px 0px 59px 0px rgba(0,0,0,0.1);
    border-collapse: separate;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);

    overflow:hidden;
    z-index: -1;
}
.ajax__calendar_container
{
    z-index: 10;
}
.ajax__calendar_container TABLE
,.ajax__calendar_container th
,.ajax__calendar_container td
,.ajax__calendar_container div
{
    font-size: 12px !important;
}
#servicesGlossary
{
    padding-bottom:20px;
}

#servicesGlossary h2
{
	font-family: "LatoLatinWebBold", sans-serif;
    display:inline-block;
    font-size:22px;
    font-weight:700;
    border: 0px;
    min-width:inherit;
}

#servicesGlossary h2.inactive
{
    color:Silver;
}

#servicesWrapper
{
    position:relative;
    overflow:hidden;
}

#servicesWrapper .serviceitem
{
    position:relative;
    display:block;
	/*float:left;*/
    width:301px;
    margin-right:30px;
    padding-bottom:10px;
}

#servicesWrapper .serviceitem:nth-child(3n+3)
{
    margin-right:0px;
}

#servicesWrapper h2
{
	font-family: "LatoLatinWebBold", sans-serif;
    font-weight:700;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #0092d0;
}

#servicesWrapper ul
{
    padding-left:15px;
}

#servicesWrapper li
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    line-height:40px;
}

#servicesWrapper li a
{
    color: #333333;
}

#To-register-for-an-online-workshop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content:center;
    margin: 10px 0;
}

div.hcp-mail-address {
    max-width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top:30px;
    margin-bottom:30px;
}
div.rbsameaddres{
    display: flex;
    justify-content:center;
}
div.hcp-email-or-email {
    /*max-width: 60%;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top:30px;
    margin-bottom:1px;
}
div.rbsameaddress, .rbsmailoremail{
    display: flex;
    justify-content:center;
}

    /* FAQ PAGE */

 /*.accordion-wrapper h2 {
    display: none;
}*/

.FAQacc.paddTB60 {
    padding-top: 38px; /*70 - 32 to account for top margin on accordion lis*/
}

.accordion {
    overflow: hidden;
    border-radius: 0px;
    margin: 0px;
}

.accordion-section-title {
    width: 100%;
    padding: 15px;
    cursor: pointer;
}

.accordion-section-title {
    width: calc(100% - 100px);
    padding: 15px 70px 15px 30px;
    display: inline-block;
    /*background-color: #EAEAEA;*/
    border: 0;
    color: #444444;
    transition: all linear 0.1s;
    text-decoration: none;
    border-radius: 0px;
    font-size: 25px;
        
    background: url(/images/icons/more-collapse.png) no-repeat right center;
    padding: 10px 26px 10px 10px;
    border: 1px solid #bbb;
}

.accordion-wrapper a.accordion-section-title, .accordion-wrapper a.accordion-section-title h2 {
    width: 96%;
    color: #444444;
    margin-top: 18px;
    font-weight: 700;
    text-decoration: none;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    /*font-family: 'Fira Sans', Montserrat, sans-serif;*/
    text-decoration:none!important;

}
.accordion-wrapper a.accordion-section-title h2
{
	margin:5px 0!important;
}

.accordion-wrapper h3
{
    font-family: 'Muli', sans-serif;
    color: #333333;
    font-size: 18px!important;
    font-weight: 600;

    /*margin-bottom: 5px;
    margin-top: 5px;*/
    margin-bottom: 0px;
    margin-top: 0px;
}

.accordion-wrapper h4
{
	color: #4A5A64;
    font-family: 'Fira Sans', Montserrat, sans-serif;
    font-size: 19px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom:15px;
    margin-top: 0;
}
 

.accordion-section-title.active {
    /*background-color: #C3C1C1;
    text-decoration: none;
    background: url('/images/icons/less-collapse.png') no-repeat right 30px center #EAEAEA;*/
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 25px;
    text-decoration:none!important;

    background: url(/images/icons/less-collapse.png) no-repeat right center;
    padding: 10px 26px 10px 10px;
    border: 1px solid #bbb;

}

.accordion-section-title:hover {
    /*background-color: #C3C1C1;*/
    text-decoration: none;
    font-size: 25px;
}

.accordion-section:last-child .accordion-section-title {
    /*border-bottom: none;*/
}

.accordion-section-content {
    /*padding: 15px 30px;*/
    padding: 7px 14px;
    display: none;
    /*background: #F7F7F7;*/
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.accordion-section{
    margin-bottom:32px;
}
.accordion-wrapper h2{
    margin-bottom:0!important;
}
.accordion-section-content h2{
    margin-bottom:10px!important;
}
/* END FAQ PAGE */

