*, *:after, *:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body{
	margin:0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
	font-size: medium;				
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'PT Sans', sans-serif;
	background-color:#999;		
}
h1{
	color:#007852;
}
h2, h3, h4, h5, h6{
	color:#426876;
}
#contact-table .heading{
	color:#27296e;
}
.wrapper{
	/*
	background-image:url(/microfiles/assets/images/layout/wrapper_bg.png);	
	background-repeat:repeat-y;
	background-position:top center;
	*/
	
	width:700px;
}

.header-top-wrapper{
	width:100%;
	height:auto;
	overflow:visible;
	display:inline-block;
	text-align:left;
	background-image:none;
	padding-bottom:20px;
	/*
	height:437px;
	background-image:url(../../assets/images/top-ad.jpg);	
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
	*/
}
.header-top-wrapper img.logo{
	width:500px;	
}
.header-top-wrapper .siteTitle{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight:bold; 
	padding-left:75px;	
}




.header-top-flash-wrap{
	display:none;
	
}

.benefit-grid-mod{
	margin:10px;	
}

.benefit-title{
	color:#fff; 
	padding:10px; 
	cursor:pointer;
	margin-bottom:10px;
	font-weight:bold;
	text-shadow: 1px 1px 2px #000;
}

.benefit-content-wrapper{
	display:none;	
	
}

#benefit-1{
	background-color:#27296e; 
}
#benefit-2{
	background-color:#27296e; 
}
#benefit-3{
	background-color:#27296e; 
}
#benefit-4{
	background-color:#27296e; 
}
#benefit-6{
	background-color:#27296e; 
}
#benefit-5{
	background-color:#27296e; 
}

ul.benefit-buttons-ul{
	list-style:none;
	margin:0px;
	padding:0px;
	
}
ul.benefit-buttons-ul li{
	float:left;
	width:270px;		
	margin-left:30px;
}
.benefit-buttons-ul li.resident{
	margin-left:50px;
}

.benefit-buttons-ul li.non-resident{
	
}

ul.benefit-buttons-ul a{
	text-decoration:none;	
}

.formOuterWrapper{
	float:left;
	width:100%;
	height:auto;
	background-color:#e7e7e7;
	 -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	
	clear:both;
	display:inline-block;
	position:relative;
}

.formMidWrapper{
	margin:10px;	
}

.formContentWrapper {
	clear:both;
	display:block;
	position:relative;
	width:100%;
	height:auto;

	border:1px solid #999;
	background-color:#ffffff;
	
 /* Inner Shadow */
   /*
   -moz-box-shadow:inset 0 0 1px #000000;
   -webkit-box-shadow:inset 0 0 1px #000000;
   box-shadow:inset 0 0 3px #000000;
   */

/* Rounded Corners */	 	
	 -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

.formContentHeader {
	padding:5px;

	/*border-left:1px solid  #999;
	border-right:1px solid #999;
	border-top:1px solid #999;*/
	
 /* BG Gradient*/
	background: #f0f1f1;
	background: -moz-linear-gradient(top,  #f0f1f1 0%, #d8dcda 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f1f1), color-stop(100%,#d8dcda));
	background: -webkit-linear-gradient(top,  #f0f1f1 0%,#d8dcda 100%);
	background: -o-linear-gradient(top,  #f0f1f1 0%,#d8dcda 100%);
	background: -ms-linear-gradient(top,  #f0f1f1 0%,#d8dcda 100%);
	background: linear-gradient(top,  #f0f1f1 0%,#d8dcda 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f1f1', endColorstr='#d8dcda',GradientType=0 );
	
/* Rounded Corners */	 	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0;
	clear:both;
}

.formContentHeader p{
	font-size:18px;
    font-family: 'NobileBold';
	color:#555555;
	text-shadow: 1px 1px 1px  #FFFFFF;
	text-align:center;	
	margin-bottom:0px;
	margin-top:5px;
	margin-bottom:5px;
}
.formContentInnerText {
	font-size:16px;
	color:#555555;
	margin:10px;
}

.formContentWrapper .text{
	margin:10px;
	font-size:20px;	
	text-align:center;
}

.formContentWrapper .text .note{
	font-style:italic;
	font-size:70%;
	font-weight:bold;
	color:#999;
	margin-top:10px;
}


.header-top-menu{
	/*background-color:#002A5C;*/
	background-color:#524f86;
	/*border-top: 3px solid #D3262C;*/
	-webkit-box-shadow: inset 0px 4px 0px 0px #D3262C;
    box-shadow: inset 0px 4px 0px 0px #D3262C;
	}
.header-top-menu ul.nav-2 li:hover{
	/*background-color:#00469B;*/
	background-color:#27296e;
	-webkit-box-shadow: inset 0px 4px 0px 0px #D3262C;
    box-shadow: inset 0px 4px 0px 0px #D3262C;
}

.header-top-menu ul.nav-2 li a{
	border-left:1px solid #27296e;
}
.header-top-menu ul.nav-2 li.home a{
	border-left:none;
}
.header-top-logo img {
	border: none;
	padding: 0px;
	margin: 0px;
	margin-top: 45px;
	margin-left: 20px;
}
.badge{
	margin-left:30px;
}

ul.side-menu li.title{
	background-color:#999;
	background-image:none;
	font-weight:bold;
}

.main-content-home-center-wrap #home-welcome-txt {
	border: solid 2px #A4A4A4;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	-moz-box-shadow: 1px 7px 8px #ccc;
	-webkit-box-shadow: 1px 7px 8px #ccc;
	box-shadow: 1px 7px 8px #ccc;
	margin-bottom:15px;
	}
.main-content-home-center-wrap #home-welcome-txt #home-welcome-txt-align p{
	color:black;
	padding:15px;
	margin:0px;
}
.main-content-home-center-wrap #home-welcome-txt #home-welcome-txt-align h1{
	padding:15px;
	margin:0px;
}

.home-welcome-txt-align{
	padding:10px;
}
.highlight{
	background-color:yellow;
}
#content-header{
	background-color:#8a8a8d;
	background-image:none;
	width:100%;
	display:inline-block;
	/*background-image:url(../../assets/images/header-top-menu-bg1.jpg);
	background-repeat:no-repeat;
	background-position:top center;*/
}
.idCard-wrapper{
	border:3px solid #ccc;
	-webkit-border-radius: 20px;
    border-radius:20px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	font-size:120%;
	text-align:center;
	margin-bottom:15px;
	-webkit-box-shadow:  1px 3px 3px 3px # 909090;
    box-shadow:  1px 3px 3px 3px #909090;
	position:relative;
}
.idCard-wrapper .idCard-front{
	padding:20px 20px 0px 20px;
}
.idCard-wrapper .idCard-front a{
	color:black;
	text-decoration:none;
}
.idCard-wrapper .idCard-front .CD-wrapper{
	padding-bottom:10px;
}
.idCard-wrapper .idCard-front .A{
	float:left;
}
.idCard-wrapper .idCard-front .B{
	text-align:right;
	margin-right:20px;
}
.idCard-wrapper .idCard-front .C{
	float:left;
}
.idCard-wrapper .idCard-front .D{
	text-align:right;
}
.idCard-wrapper .idCard-front .E{
	text-align:left;
}
.idCard-wrapper .idCard-front .F{
	text-align:right;
}
.idCard-wrapper .idCard-back{
	padding:20px 20px 0px 20px;
}
.idCard-wrapper .idCard-back .H{
	text-align:left;
}
.idCard-wrapper .idCard-back .I{
	text-align:left;
	display:inline-block;
	font-size:100%;	
	padding-left:50px;
}
.idCard-wrapper .idCard-back .J{
	float:right;
}
.idCard-wrapper .idCard-back .IJ-wrapper{
	margin-bottom:10px;
}
.idCard-wrapper .idCard-back .K{
	border:4px solid black;
	display:inline-block;	
	width:75%;
}
.idCard-wrapper .idCard-back .L{
	text-align:left;
	float:right;
}
.idCard-wrapper .idCard-back .KL-wrapper{
	margin-bottom:10px;
}
.stJohns{
	color:#FFFFFF;
	background-color:#0276BF;
	border:3px solid #00619e;
	-webkit-border-radius: 20px;
    border-radius:20px;
	padding:10px;
}
.stFran{
	color:#FFFFFF;
	background-color:#F1C9B9;
	border:3px solid #d4b1a3;
	-webkit-border-radius: 20px;
    border-radius:20px;
	padding:10px;
}
.greenImage{
	clear:both;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
.inner-content-heading{
	display:block;
}
.ad-1{
	float:right;
	width:350px;
	background-color: #99CF00;
	
	/*gradient styles*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CF00), to(#6DB700));
	background: -moz-linear-gradient(19% 75% 90deg,#6DB700, #99CF00);
 
	/*border styles*/
	border-left: solid 3px #c3f83a;
	border-top: solid 3px #c3f83a;
	border-right: solid 3px #c3f83a;
	border-bottom: solid 3px #c3f83a;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CF00), to(#6DB700))

}
.ad-1 p{
	padding:10px;
	text-align:center;
	color:#ffffff;
	font-size:11px;	
}
.weissContainer{
	display: block;
	width:100%;
}

.weiss{
	width:150px;
	margin-left:10px;
}
.weissAward{
	float:right;
	margin-right:10px;
}
.content1{
	margin-right:40%;
}



.tip-target{
	background-image:url(/microfiles/assets/images/tip-target.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:23px;
	height:23px;
	display:inline-block;
	position:absolute;
}
#tipTarget1{top:20px;right:40px;}
#tipTarget2{bottom:60px; left:220px;}
#tipTarget3{bottom:70px; right:10px;}
#tipTarget4{top:130px; left:80px;}
#tipTarget5{bottom:60px; left:220px;}

#tipTarget6{top:150px;left:5px;}
#tipTarget7{top:190px;right:20px;}
#tipTarget8{bottom:78px; left:150px;}
#content-body-2 ul{
	list-style:none;
}
#content-body-2 .pdf {
background: url(http://www.ccok.com/assets/images/icons/pdf_sm.png) no-repeat 0px 2px;
padding-left: 22px;
}
#content-body-2 .link {
background: url(http://www.ccok.com/assets/images/icons/page-mod-bullet-1.png) no-repeat 0px 2px;
padding-left: 22px;
}
.site-content-wrapper{
	background-image:none;
}
.main-content-full-wrap {
	clear: both;
	width: 100%;
	height: auto;
	display: inline-block;
	margin-left: 0px;
	overflow-y: visible;
}
.main-content-full-wrap h1{
	width:500px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.main-content-full-wrap .event-content-wrapper{
	width:550px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:50px;
}




.event-content-wrapper .e-note{	
	font-size:90%;
	border-color:#007852;
	border-style:double;
	padding:10px;	
	background-color:#f7f7f7;
	
}
.event-content-wrapper .e-note .e-note-title{
	font-weight:bold;
	font-size:110%;	
}


.main-content {
clear: both;
display: block;
padding: 0 0 0 0;
overflow: visible;
}

.registration-tbl td.info{
	font-size:80%;	
}

.registration-class-schedule,
.seminar-location{
	text-align:center;
	font-weight:bold;	
}

.registration-tbl{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;	
}
.registration-tbl td.submitnow{
	text-align:center;
	padding-top:20px;
}
.thank-you-wrapper{
	font-size:130%;
	text-align:center;
	color:#007852;	
	margin-top:20px;
	margin-bottom:20px;
}

.other-call-to-action{
	text-align:center;	

}


.other-call-to-action a {
	background-color: #007852;
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	text-align:center;
	display: inline-block;
	
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.other-call-to-action a:hover{
	background-color: #5bbf21;
}



.registration-full-note{
	text-align:center;
	color:#C00;
	font-weight:bold;
}
.footer-content-wrapper {	
	display:inline-block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: left;
	overflow: hidden;
}
.server-info{
	font-size: 10px;
	color: #038367;
	text-align: center;
}


.series-container{
	display:inline-block;
	width:100%;
		
}

.series-container .series-item{
	display:inline-block;
	width:49%;
	margin:.5%;
	padding:3px;

	
}





.series-container .full-series{
	width:98%;
}


.series-container .series-item .series-datetime-wrap{
	margin-bottom:10px;	
	display:inline-block;
	width:100%;
	text-align:center;
}
.series-container .series-item .series-reg-time,
.series-container .series-item .series-reg-day{
	text-align:center;	
	font-size:110%;
	font-weight:bold;

}


.registration-option-wrapper{
	margin-top:20px;	
}

.registration-title{
	font-size:140%;
	color:#007852;
	margin:30px 0px 20px 0px;	
	font-weight:bold;
	text-align:center;
}










.series-selection{
	display:inline-block;
	width:100%;
	height:100%;
	padding:6px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color:#000;
	text-align:center;
}
.series-selection:hover{
-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.3);
box-shadow: 0 0 2px 0 rgba(0,0,0,.3);
background-color:#f7f7f7;
}



.series-selection .other-call-to-action{
	text-align:center;	

	background-color: #007852;
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	text-align:center;
	display: inline-block;
	
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.series-selection .other-call-to-action:hover{
	background-color: #5bbf21;
}

.back-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.back-link a {
    text-decoration: none;
    background-color: #007852;
    color: #fff;
    padding: 8px 16px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-shadow: 1px 1px 0 #000000;
}

.back-link-bottom {
    margin-top: 30px;
}

.seminar-footer-img{
	width:100%;	
	display:inline-block;
	
}

#content-header{
	display:none;
}




.special-header{
	background-color:pink; 
	display:inline-block;
	width:100%;
	height:480px;
	margin-bottom:20px;
	
	background-image: url('../../assets/images/SuzanneAnest.jpg');
	
    background-position: -30px -30px;
    background-size: 50% cover;
    background-repeat: no-repeat;
	font-family: 'Nunito Sans', sans-serif !important;
	position:relative;
	
	overflow:hidden;
	
}




.special-header .content-area {
	float:right; 
	width:730px;
	height:470px;
	
	
background: #004f3a;
background: -moz-linear-gradient(-45deg,  #004f3a 20%, #037753 75%, #037753 79%, #037753 100%);
background: -webkit-linear-gradient(-45deg,  #004f3a 20%,#037753 75%,#037753 79%,#037753 100%);
background: linear-gradient(135deg,  #004f3a 20%,#037753 75%,#037753 79%,#037753 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f3a', endColorstr='#037753',GradientType=1 );


	padding:0px;

	-moz-transform:  rotate(61deg);
	-webkit-transform:  rotate(61deg);
	-o-transform:  rotate(61deg);
	-ms-transform:  rotate(61deg);
	transform:  rotate(61deg);
	
	position:absolute;
	right:-215px;
	top:-37px;
	
	border-bottom:18px solid #007852;
	
	-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.5);
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.5);	
	
	
	overflow:hidden;
	
}

.special-header .content-area .content-sticky{
	position:absolute;
	bottom:-141px;
	right:94px;
	-moz-transform:  rotate(-61deg);
	-webkit-transform:  rotate(-61deg);
	-o-transform:  rotate(-61deg);
	-ms-transform:  rotate(-61deg);
	transform:  rotate(-61deg);		
	width:560px;
	/*
	background-color:pink;
	*/
	
}


.special-header .content-area h1{
	color:#fff; 
	text-align:right;
	font-family: 'Nunito Sans', sans-serif !important;
	font-weight: normal;
	font-size:2.2em;
	line-height:1.4em;
	/*
	margin-top:50px;
	padding-left:20px;
	*/
	margin-bottom:44px;
	padding-right:20px;
	width:500px;
	height:200px;
	
}

.special-header .content-area .logo-area{
	background-color:#fff; 
	text-align:center;
	padding-bottom:55px;
	padding-top:40px;
	height:200px;

}
.special-header .content-area .logo-content{
	width: 46%;
    margin-left: 49%;
}

.special-header .content-area .logo-area .sponsor-note{
	color:#8a8a8d; 
	font-size:.75em;
	font-family: 'Nunito Sans', sans-serif !important;
}














