/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

#header {
	width: 100%;
	/*height: 133px;*/
	position: fixed;
	background-color: rgba(255, 255, 255, 1);
	z-index: 2000;
	top:0;
}

#navigation{
    z-index: 3000;
	width: 100%;
	margin-top: 33px;
}

.slicknav_menu {
	display:none;
}

.nav {
	margin:0px auto;
}

.search {
	text-align: right;
}

#dnn_dnnSearch_txtSearch {
	border-top:#a3a1a4 solid 1px;
	border-bottom:#a3a1a4 solid 1px;
	border-left:#a3a1a4 solid 1px;
	border-right:#1e9cd0 solid 1px;
	border-radius: 0px;
	padding: 5px;
}

.header_btn, .do_search {
	z-index: 1000;
	display: inline-block;
    padding: 5px 15px 2px;
    margin-left: -2px;
  	color: #ffffff !important;
  	text-align: center;
  	font-size: 12px;
  	font-weight: 600;
  	text-transform: uppercase;
  	text-decoration: none;
  	white-space: nowrap;
  	background-color: #1e9cd0;
  	border-top:#a3a1a4 solid 1px;
	border-bottom:#a3a1a4 solid 1px;
	border-left:#1e9cd0 solid 1px;
	border-right:#a3a1a4 solid 1px;
  	cursor: pointer;
  	box-sizing: border-box;
}

.header_btn:hover, .do_search:hover {
  	text-decoration: none;
}

.top_bar {
	padding-top: 25px;
}

.top_bar .button {
	font-size: 14px;
	padding: 5px 20px;
	margin-bottom: 0;
	background: #0099a8;
	color: #fff !important;
}

.top_bar .button:hover {
	background: #fff;
	color: #0099a8 !important;
}

a.header_links, a.header_links:link, a.header_links:visited, a.header_links:active {
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 15px;
}

a.header_links:hover {
	font-size: 14px;
	color: #0099a8;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 15px;
}

a.header_links img {
	display: inline-block;
    vertical-align: middle;
}

#body_content {
	width:100%;
	margin-top: 60px;
	position: relative;
}

#footer {
	width:100%;
	font-size: 14px;
	color: #ffffff;
	margin-top: 25px;
	background: #0099a8;
	padding: 40px 0px 20px 0px;
}

#footer p {
	font-size: 14px;
	color: #ffffff;
}

a.footer_link, a.footer_link:link, a.footer_link:visited, a.footer_link:active, a.footer_link:hover {
	color: #ffffff;
	font-size: 14px;
}

a.social_media, a.social_media:link, a.social_media:visited, a.social_media:active {
	color:#0099a8;
	font-weight: normal;
	text-decoration:none !important;
	border-radius: 50%;
	border: #ffffff solid 2px;
	padding: 4px;
	display: inline-block;
	font-size: 16px;
    background: #ffffff;
    margin-left: 10px;
}

a.social_media:hover {
	font-weight: normal;
	text-decoration: none;
	background: #3d5b58;
	border: #3d5b58 solid 2px;
	color:#0099a8;
}

.hidden_link, a.hidden_link:link, a.hidden_link:hover, a.hidden_link:visited {
	color:#0099a8 !important;	
}

#page_title {
	width: 100%;
	background: #3d5b58;
	color: #ffffff;
	font-size: 1.86em;
	font-weight: 500;
	padding: 20px 0px;
	margin-top: 175px;
}

.call_out {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	font-style: italic;
	color: #3d5b58;
	margin-left: 17px;
}

.call_out::before  {
    content: open-quote;
	color: #fbb827;
	font-weight: 800;
    padding: 0 5px 0px 0px;
    margin-left: -17px;
}

.call_out::after  {
    content: close-quote;
	color: #fbb827;
	font-weight: 800;
    padding: 0 5px 0px 0px;
}

.youtube_wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;    
}

.youtube_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hdn{
display:none
}

video {
    max-width: 100%;
    height: auto;
}

#video-container {
    text-align:center;
    margin-bottom: 25px;
}

/* Live Tabs Styles
---------------------------------------------------------*/
.livetabsdefault .ui-widget {
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}

.livetabsdefault .ui-tabs {
	padding: 0;
	border-radius: 0;
	border: none;
}

.livetabsdefault .ui-widget-header {
	border-bottom: 1px solid #aaaaaa;
	background: #fff;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
}

.livetabsdefault .ui-tabs .ui-tabs-nav {
	margin-bottom: 40px;
	padding: 0;
}

.livetabsdefault .ui-tabs .ui-tabs-nav li {
	width: auto;
	text-align: center;
	margin: 0 auto;
	padding: 10px 60px !important;
	opacity: .6;
	border-bottom: 5px solid #fff;
}

.livetabsdefault .ui-tabs .ui-tabs-nav li:hover {
	background: #f3f3f3;
	border-bottom: 5px solid #f3f3f3;
	opacity: 1;
}

.livetabsdefault .ui-state-default a,
.livetabsdefault .ui-state-default a:link,
.livetabsdefault .ui-state-default a:visited {
	color: #000;
}

.livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #000;
}

.livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.livetabsdefault .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	border-bottom: 5px solid #0099a8;
	opacity: 1;
}

.livetabsdefault .ui-tabs .ui-tabs-nav li a {
	padding: 0;
	text-align: center;
	width: 100%;
}

.livetabsdefault .ui-state-active,
.livetabsdefault .ui-widget-content .ui-state-active {
	border: none;
	background: #fff;
}

.livetabsdefault .ui-state-default,
.livetabsdefault .ui-widget-content .ui-state-default {
	border: none;
	background: #fff;
}

.livetabsdefault .ui-tabs .ui-tabs-panel {
	padding: 0;
}

/* Landing Page Styles
---------------------------------------------------------*/

#landing_hero {
	width: 100%;
	min-height: 400px;
	background: url("../images/home_hero.jpg") no-repeat top center;
	background-size: cover;
   	padding: 170px 0px 0px;
    box-sizing: border-box;
}

#landing_hero.Learn {
	background: url("../images/learn_hero.jpg") no-repeat top center;
}

#landing_hero.Advance {
	background: url("../images/advance_hero.jpg") no-repeat top center;
}

#landing_hero.Connect {
	background: url("../images/connect_hero.jpg") no-repeat top center;
}

#landing_hero.Conference {
	background: url("../images/Conf_Hero_edit.png") no-repeat top center;
}

#landing_hero h1 {
	font-size: 52px;
	letter-spacing: 5px;
	margin-bottom: 10px;
}

#landing_hero.Learn h1 {
	color: #9251a0;
}

#landing_hero.Connect h1 {
	color: #0099a8;
}

#landing_hero.Advance h1 {
	color: #fbb827;
}

#landing_hero h2 {
	font-size: 28px;
	color: #3d5b58;
	margin-bottom: 5px;
}

/*.icon_container {
	float: left;
	text-align: center;
	width: 150px;
	color: #3d5b58;
	font-weight: 500;
	font-size: 20px;
	margin: 0px 5px;
}*/

.icon_container, .icon_container_learn, .icon_container_connect, .icon_container_conference {
	float: left;
	text-align: center;
	width: 150px;
	color: #5e0632;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	margin: 0px 20px;
}

.landing_icon {
	width: 150px;
	height: 150px;
	display: block;
	padding: 25px;
	border-radius: 50%;
	margin-bottom: 20px;
}

.landing_icon.learn:hover {
	width: 150px;
	height: 150px;
	display: block;
	padding: 25px;
	background: #9251a0;
}

.landing_icon.advance:hover {
	width: 150px;
	height: 150px;
	display: block;
	padding: 25px;
	background: #fbb827;
}

.landing_icon.connect:hover {
	width: 150px;
	height: 150px;
	display: block;
	padding: 25px;
	background: #0099a8;
}

.landing_icon.conference:hover {
	width: 150px;
	height: 150px;
	display: block;
	padding: 25px;
	background: #5e0632;
}

.landing_icon:hover img {
	filter: brightness(0) invert(1);
}


/* Conference Styles
---------------------------------------------------------*/

#conference_hero {
	width: 100%;
	min-height: 275px;
	background: url("../images/2022_conf_Subhero_top2.png") no-repeat top center;
	background-size: cover;
   	padding: 170px 0px 0px;
    box-sizing: border-box;
}

#conf_hero_full {
	width: 100%;
	padding-top: 125px;
	margin-bottom: -5px;
}

#conference_navigation {
	width: 100%;
	background: #5e0632;
	color: #ffffff;
}

#conference_body_content {
	width:100%;
	margin-top: 60px;
	position: relative;
}

#conference_body_content h1 {
	font-weight: 700;
	color:  #5e0632;
}

#conference_body_content h2 {
	color:  #df4986;
}

#conference_body_content h3 {
	color: #d7754a;
	
}

#conference_body_content h4 {
	color: #2abcb7;
	
}


#conference_body_content h5 {
	color: #171717;
	
}

#conference_body_content .call_out {
	font-size: 22px;
	font-family: Avenir Next Demi Bold Italic;
	line-height: 30px;
	font-weight: 600;
	font-style: italic;
	color: #2abcb7;
	margin-left: 17px;
}

#conference_body_content a, #conference_body_content a:link, #conference_body_content a:visited {
	color:  #df4986;
}

#conference_body_content .button {
    color: #df4986 !important;
    border: 2px solid #df4986;
}

#conference_body_content .button:hover {
    border-color: #df4986;
    background-color: #df4986;
	color: #fff !important;
}

/* Homepage Styles
---------------------------------------------------------*/

#home_hero {
	width: 100%;
	min-height: 500px;
	background: url("../images/home_hero.jpg") no-repeat top center;
	background-size: cover;
   	padding: 225px 0px 0px;
    box-sizing: border-box;
	margin-top: 8px;
}

#home_hero p {
	font-size: 38px;
	line-height: 48px;
	font-weight: 300;
	font-style: italic;
	color: #3d5b58;
	margin-bottom: 35px;
}

#home_callout {
	width: 100%;
	min-height: 350px;
	background: url("../images/homepage/top_callout.jpg") top center no-repeat;
	background-color: #3d5b58;
	padding: 80px 0px 30px;
}

#home_quote {
	width: 100%;
	min-height: 350px;
	background: url("../images/homepage/top_quote.jpg") top center no-repeat;
	background-color: #9251a0;
	padding: 80px 0px 30px;
}

#home_events {
	width: 100%;
	min-height: 350px;
	background: url("../images/homepage/top_event.jpg") top center no-repeat;
	background-color: #a6cad8;
	padding: 80px 0px 30px;
}

#home_body_content, #home_modules, #home_almanac, #home_buckets {
	width:100%;
	padding: 30px 0px 20px;
	margin: 25px 0px;
}

#home_body_content {
	text-align: right;
	background: url(../images/homepage/line_bg.jpg) repeat-x 0px 30px;
}

#home_body_content h1 {
    color: #f0ab00;
    background: url(../images/homepage/arrow_bg.jpg) no-repeat right;
    width: 100%;
    height: 45px;
    text-align: right;
    padding-top: 10px;
    padding-right: 54px;
    display: block;
}

#home_body_content h2 {
	color: #0099a8;
}

#home_callout h1 {
	color: #ffffff;
	text-transform: uppercase;
}

#home_callout p {
	color: #ffffff;
}

#home_callout hr {
    border-width: 0;
    border-top: 2px solid #fff;
    width: 20%;
    margin: 15px auto;
}

#home_almanac h1 {
	text-align: right;
	color:#fbb827;
	margin-bottom: 40px;
	float: right;
}

#home_almanac h1 span a:after {
	display: block;
    content: '';
    border-bottom: solid 3px #fbb827;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: 0% 50%;
	width: 100%;
    float: right;
}

#home_almanac h1 span:hover a:after {
    transform: scaleX(1);
}

#home_quote p {
	color: #ffffff;
	font-weight: 600;
	margin-left: 17px;
}

#home_quote hr {
    border-width: 0;
    border-top: 2px solid #fff;
    width: 20%;
    margin: 15px 0px 15px 17px;
}

#home_events hr {
	border-width: 0;
    border-top: 2px solid #3d5b58;
    width: 15%;
    margin: 15px auto;
}

#home_events h1 {
	color: #3d5b58;
	text-transform: uppercase;
}

#home_events p {
	margin-bottom: 10px;
}

.event_title {
	color: #3d5b58;
	font-weight: 500;
	font-size: 20px;
}

.event_date {
	font-weight: 500;
}

.quote {
	font-size: 28px;
	line-height: 30px;
	font-weight: 300;
	font-style: italic;
	color: #ffffff !important;
	margin-left: 17px;
}

.quote::before  {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #fbb827;
    font-weight: 900;
    padding: 0 15px 0px 0px;
    margin-left: -41px;
}

.quote::after  {
     content: "\f10e";
    font-family: "Font Awesome 5 Free";
	color: #fbb827;
	font-weight: 900;
    padding: 0 0px 0px 8px;
}

.btn_learn {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 293px;
	height: 300px;
	background: url("../images/homepage/btn_learn.jpg") no-repeat;
}

.btn_learn span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/homepage/btn_learn.jpg") no-repeat;
	background-position: 0 -300px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.btn_connect {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 293px;
	height: 300px;
	background: url("../images/homepage/btn_connnect.jpg") no-repeat;
}

.btn_connect span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/homepage/btn_connnect.jpg") no-repeat;
	background-position: 0 -300px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.btn_advance {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 293px;
	height: 300px;
	background: url("../images/homepage/btn_advance.jpg") no-repeat;
}

.btn_advance span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../images/homepage/btn_advance.jpg") no-repeat;
	background-position: 0 -300px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.btn_learn:hover span, .btn_connect:hover span, .btn_advance:hover span {
	opacity: 1;
}

/* Almanac Styles
---------------------------------------------------------*/

.blog_article_card {
	width: 468px;
    height: 300px;
	margin-right: 2%;
	float: left;
    box-sizing: border-box;
	margin-bottom: 25px;
}

.blog_article_card:nth-child(2n) {
    margin-right: 0%;
}

.blog_article_card .main_info_container {
    padding: 20px 10px 10px;
    width: 468px;
    margin-top: -10px;
    height: 105px;
    box-sizing: border-box;
    background: #000;
}

.blog_article_card .title_link {
	font-weight: 800;
    font-size: 16px;
}

.blog_article_card .dept {
	color: #fff;
    font-size: 14px;
}

#home_almanac .slick-next {
    right: -40px;
    background: url(/Portals/_default/Skins/SiteSkin/images/homepage/next.jpg) no-repeat;
}

#home_almanac .slick-prev {
    left: -40px;
    background: url(/Portals/_default/Skins/SiteSkin/images/homepage/prev.jpg) no-repeat;
}

#home_almanac .slick-prev, #home_almanac .slick-next {
    top: 45%;
	width: 31px;
    height: 31px;
}

/* CPD Pulse points accordion
---------------------------------------------------------*/
#accordion .toggler {
        cursor: pointer;
        height: 55px;
}
    
#accordion .toggler h4 {
    padding: 0px 20px;
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
}

#accordion .toggle_info {
    display: none;
    padding: 25px 52px;
    background-color: #fff;
    width: 100%;
}

#accordion h4 i {
        left: 30px;
        top: 15px;
        margin: 10px;
}
    
#accordion .col-md-12 {
    background-color: #64bfc7;
    padding: 0;
    border-bottom: 3px solid #fff;
}

#accordion .fa-plus:before {
    content: "\f067";
}

#accordion .fa-minus:before {
    content: "\f068";
}

/* Calendar Styles
---------------------------------------------------------*/



/* Default Over-rides
-------------------------------------------------*/

#body_content ul, #event_body_content ul {
    list-style-type: none;
	margin-left: 17px;
}

#body_content ul li::before, #event_body_content ul li::before  {
    content: "\2022";
	color: #9251a0;
	font-weight: 800;
    padding: 0 5px 0px 0px;
    margin-left: -17px;
}

#body_content ol {
	margin-left: 17px;
}

#body_content ol li::before {
    content: none;
}


.row {
	margin-bottom: 25px;
}

.no-margin {
	margin: 0;
}

h1 {
	font-weight: 700;
	color: #0099a8;
}


h2 {
	color: #909192;
}

h3 {
	color: #9251a0;
	font-style: italic;
	text-transform: uppercase;
}

h4 {
	
}


#main_container {
	padding:0;
	margin:0;	
}

td #dnn_ContentPane {
	margin:0;
	padding:0;	
}

#body_content th, #body_content td {
    padding: 5px 10px;
}

#body_content th:first-child, #body_content td:first-child {
    padding-left: 5px; 
}

#ControlBar_ControlPanel {
	position:absolute !important;
	z-index:9000;	
	top:0;
}

#ControlPanelWrapper #dnnCPWrap{filter:none !important;}

/* Registry Tables */

table#registry { 
	width: 100%; 
	border-spacing: 0;
	border-collapse: collapse; 
}

table#registry.desktop tr:nth-of-type(odd) { 
	background: #f2f2f2; 
}
	
table#registry.mobile tr.odd {
 	background: #f2f2f2;
}	
	
table#registry.mobile tr.even {
 	background: #ccc;
}		
	
table#registry th { 
	padding: 5px !important;
	background: #4b4b4b; 
	color: #fff; 
	font-weight: bold; 
	text-align: center;
	border: 1px solid #fff;
}

table#registry.mobile th {
	text-align: left;
	background: inherit;
	color: #000000;
}		
	
table#registry td { 
	padding: 5px !important; 
	border: 1px solid #fff; 
	text-align: center; 
}
	
table#registry.desktop td {
	width: 20%;
}
	
table#registry.mobile td {
	text-align: left;
	width: auto;
}	
	
table#registry.desktop tr > td:nth-of-type(1) {
	text-align: left;
	width: 25%;
}	
	
table#registry.desktop tr > td:nth-of-type(2) {
	width: 15%;
}		

/* Panes - In Layout Mode */
.paneOutline{border:0;}
.paneOutline span.SubHead center{border:1px #ccc dotted;border-left:0;border-right:0;line-height:2.5em;}

.dnnEditState .DnnModule { 
opacity: 1.0; 
} 

.dnnSearchBox {
	width:80%;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.left{
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.dnnLogin .dnnPrimaryAction, .dnnLogin .dnnFormItem input[type="submit"], .dnnLogin a.dnnPrimaryAction, .dnnLogin .dnnSecondaryAction, .dnnLogin a.dnnSecondaryAction {
    border-color: #0099a8;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    display: inline-block;
    padding: 10px 30px;
    color: #0099a8 !important;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #ffffff;
    border-radius: 0px;
    border: 2px solid #0099a8;
    cursor: pointer;
    box-sizing: border-box;
    line-height: normal;
    margin-top: 15px;
}

.dnnLogin .dnnPrimaryAction:hover, .dnnLogin .dnnFormItem input[type="submit"]:hover, .dnnLogin a.dnnPrimaryAction:hover, .dnnLogin .dnnSecondaryAction:hover, .dnnLogin a.dnnSecondaryAction:hover {
    background: #0099a8;
    color: #ffffff !important;
    border-color: #0099a8;
    background-color: #0099a8;
    text-decoration: none;
    outline: 0;
}

.dnnLogin ul.dnnActions .dnnSecondaryAction, .dnnLogin ul.dnnActions a.dnnSecondaryAction {
	margin-top: 0;
}

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1335px) {
	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {

	.dnnFormItem > label.dnnFormLabel {
    	width: auto;
	}	
	
	.dnnLabel {
    	width: auto;
	}	
	
	#navigation, .top, .desktop {
		display:none;	
	}
	
	.slicknav_menu, .mobile {
		display:block;
	}
	
	.nav {
		width: 100%;
	}
	
	.left, .center, .right {
		text-align: center;
	}
	
	#header {
		width: 100%;
		height: auto;
		position: relative;
		background-color: #ffffff;
		z-index: 2000;
		top: 0;
	}
	
	#home_hero {
		width: 100%;
		min-height: auto;
		background: url(../images/home_hero.jpg) no-repeat top center;
		background-size: cover;
		padding: 10px 0px 0px;
		box-sizing: border-box;
	}
	#home_hero p {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 10px;
		color: #000000;
	}
	
	#home_callout, #home_almanac, #home_quote, #home_modules, #home_events, #home_body_content {
		opacity: 1 !important;
		 transition: all .5s;
	}
	
	#home_body_content {
		text-align: right;
		background: transparent;
	}
	
	#landing_hero {
		width: 100%;
		min-height: auto;
		padding: 10px 0px 0px;
		box-sizing: border-box;
	}
	.icon_container, .icon_container_learn, .icon_container_connect, .icon_container_conference {
		float: inherit;
		text-align: center;
		width: 100%;
		margin: 0px auto;
	}
	
	.landing_icon {
   	 	width: 100%;
	}
	
	#conferencemenu .topLevel li {
    	width: 100%;
		text-align: left;
	}
	
	#conf_hero_full {
		width: 100%;
		padding-top: 0px;
		margin-bottom: -5px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}


/* iPad in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { }

/* iPad in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {  }


