/* Google fonts - used for the Surf Ed section */
@import url(http://fonts.googleapis.com/css?family=Titan+One);
@import url(http://fonts.googleapis.com/css?family=Righteous);


/* Page */

#page
{
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    text-align: left;
    width: 960px;
    font-size: 1.3em;
    z-index: 1;
}

#top ul
{
    list-style: none;
    padding: 0px;
    margin: 0;
	
}
#top ul li
{
    float: left;
    margin: 0;
    padding: 0;
}
#top ul li a {
    font-size: 16px;
	padding: 12px;
	display: inline-block;
    text-transform: capitalize;
}
#siteSearch
{
    float: right;
    margin-top: 40px;
}

#siteSearch input[type='text']
{
    width: 120px;
}

#siteSearch input[type='image']
{
    position: relative;
    top: 4px;
}


/* Main Navigation */
#top {
    overflow: hidden;
}
#topnavigation
{
    border-bottom: 1px solid rgba(0, 0, 0, .1); 
    clear: both;
    padding-left: 20px;
}

#topnavigation:before,
#topnavigation:after {
    content: ' ';
    display: table;
}
#topnavigation:after {
    clear: both;
}

    #topnavigation a {
        text-decoration: none;
        font-size: 1.3em;
        font-weight: bold;
        position: relative;
    }
#topnavigation li a:hover {
    text-decoration: none;
}

#topnavigation li a:hover:before {
    content: '';
    height: 5px;    
    left: 0;
    position: absolute;
    top: -5px;
    width: 100%;
}

#topnavigation li.active a:hover:before {
    background-color: transparent;
}


#topnavigation li.active a
{
    text-decoration: none;
}



#banner
{
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
}

#banner img
{
    display: block;
}
#banner h1 {
    position: absolute;
    bottom: 0;
    left: 24px;
    background-color: #FFD900;
    padding: 6px 12px;
    font-size: 26px;
    margin: 0;
    color: #006BB6;
    text-transform: uppercase;
}




/* Footer */
#footer
{
    clear: both;
    margin-top: 18px;
    text-align: center;
    font-size: 0.9em;
    position: relative;
}

#footer .rule
{
    margin-bottom: 10px;
    height: 32px;
}

#footer:after
{
    height: 0;
    content: '';
    clear: both;
    display: block;
}

#footerContent > div
{
    min-height: 45px;
    position: relative;
}

#footerContent span, #footer img, #footer li
{
    vertical-align: middle;
}

#footerContent .left
{
    float: left;
}

#footerContent .right
{
    float: right;
}

#footerContent .sponsors
{
    display: inline-block;
    width: 180px;
    text-align: right;
    font-weight: bold;
    margin-right: 5px;
}

#footerContent .centre
{
    width: 370px;
    margin: 0 auto;
}

#footerContent .centre ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footerContent .centre li
{
    display: inline;
    white-space: nowrap;
    line-height: 45px;
}


/* Content layout */
#mainContent
{
    text-align: left;
    margin-top: 20px;
    margin-left: 156px;
}

#mainContent.simple-layout {
    margin-right: 156px;
}

#mainContent:before,
#mainContent:after {
    content: " ";
    display: table;
}
#mainContent:after {
    clear: both;
}

#mainContent img,
#mainContent p img {
    max-width: 100%;
    height: auto;
}



.no-banner .top-content
{
	margin: 20px 24px 0;
	text-align: left;
}

#mainContent p, #mainContent li
{
    line-height: 1.6em;
}
#mainContent p a {
    text-decoration: underline;
}

#centreColumn
{
    float: left;
    width: 444px;
}
#centreColumn.full-column{
    float: none;
    width: 100%;
}

#centreColumn p
{
    line-height: 1.4em;
}

#sidebar
{
    position: relative;
    float: right;
    margin: 0;
    margin-left: 30px;
    padding: 0;
    width: 290px;
    
    overflow: visible;
}

#leftContent
{
    float: left;
    width: 144px;
    margin: 0 12px 0 0;
}


#bottomContent
{
    clear: both;
    position: relative;
}

#bottomContent:after
{
    height: 0;
    content: '';
    clear: both;
    display: block;
}



#contentHeader:after
{
    height: 0;
    content: '';
    clear: both;
    display: block;
}

/*.pageBody img
{
    padding: 2px 10px;
}*/


/* Sub Navigation */
#homeNav, #sectionNav 
{
    padding: 18px 0;
}

#homeNav
{
    min-height: 200px;
}

#homeNav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#homeNav li
{
    padding: 7px 6px 7px 10px;
    position: relative;
}


#homeNav li a
{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-size: 1.1em;
}

#homeNav li a:hover
{
    text-decoration: underline;
}

#sectionNav 
{
}

#sectionNav h2
{
    font-size: 18px;
    margin: 4px 0 0 0;
}

#sectionNav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #ffffff;
}

#sectionNav ul ul
{
    margin-left: 10px;
}

#sectionNav li
{
    line-height: 1.2em;
    margin: 0;
    padding: 0;
}

#sectionNav>ul>li>a {
    border-top: 1px solid #e0e0e0;    
}

#sectionNav li a
{
    color: #666666;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
    padding: 10px 10px 10px 0;
    /*background: url('/images/arrow_nav.png') left 6px no-repeat;*/

}

/*#sectionNav li a:hover
{
    text-decoration: underline;
}*/

#sectionNav li a:hover:after {
	font-family: 'slsnz-icon-set';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    
    content: "\f04b";
    font-size: 10px;
    padding-left: 4px;
    position: absolute;
    bottom: 13px;

}


/* Sitemap */
.sitemap ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.sitemap > ul
{
    padding-top: 5px;
}

.sitemap ul ul
{
    padding-left: 10px;
}

.sitemap ul li
{
    padding-left: 14px;
}



/* Newsroom widget */
div#newsroom-widget .article a {
    color: #666;
}
div#newsroom-widget .article a:hover {
    color: #0070b8;
    text-decoration: none;
}
div#newsroom-widget .article a:hover h4{
    text-decoration: underline;
}

/* Document / Content styles */

.mceContentBody
{
    line-height: 20px;
    color: #666;
    text-align: left;
}


.article
{
    padding: 5px 10px;
    position: relative;
    left: -10px;
}

.article:hover
{
    background: #fafafa;
}

.article h2
{
    margin: 0.2em 0;
}

.article .meta
{
    display: block;
    margin: 4px 0;
    font-size: smaller;
    color: #A4A4A4;
}

.article .more
{
    font-size: smaller;
    
}

.page-right
{
    height: 855px;
    position: absolute;
    min-width: 960px;
    overflow: hidden;
    width: 100%;
    font-size: 1.3em;
    top: 0;
}

.page-right .right-floated-content {
    margin-right: 0;
    padding-right: 2%;
    padding-top: 9px;
}


.right-floated-content
{
	float: right;
	margin: 0 -25px 1em 1em;
}

#page.graphic-blue-content .bodyText{
    padding-right: 335px;
}
#page.show-text-background .bodyText {
	background: #4BA2D4;
	background-color: rgba(87,155,203,0.85);
	border-radius: 3px;
    box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.15);
    color: #fff;
    margin-left: -20px;
    max-height: 650px;
    overflow: auto;    
    padding: 10px 20px 20px;
    width: 73%;

}

    #page.show-text-background .bodyText p {
        color: #fff;
    }
    #page.show-text-background .bodyText ul li a,
    #page.show-text-background .bodyText ol li a,
    #page.show-text-background .bodyText p a {
        color: #ffce00;
    }

    #page.show-text-background .bodyText ul, 
    #page.show-text-background .bodyText ol,
    #page.show-text-background .bodyText h2,
    #page.show-text-background .bodyText h3,
    #page.show-text-background .bodyText h4 {
        color: #fff;
    }

#page.show-text-background .pageTitle {
    color: #ffce00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    margin-left: -20px;
    padding: 0 20px;
    width: 73%;
}

.graphic-blue-content{
    padding: 40px 25px;
	position: relative; 
    min-height: 855px;
}

.graphic-blue {
    position: relative;
}
.graphic-blue::after {
	clear: both;
	display: table;
	line-height: 0;
	content: "";
}

.graphic-blue, 
.graphic-blue div,
.graphic-blue p
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.graphic-blue h1
{
  	color: #ffce00;
	display: inline-block;
    font-family: 'Titan One', cursive, Helvetica, Verdana;
	font-size: 2.5em;
	font-weight: 400;
    letter-spacing: 0.05em;
	margin-top: 0.8em;
	text-transform: uppercase;
}

.graphic-blue h2
{
	color: #fff;
	font-size: 1.5em;
	margin: 0 0 0.5em;
}

.graphic-blue h3,
.graphic-blue ul, 
.graphic-blue ol
{
	color: #fff;
}

.graphic-blue p
{
	font-size: 1.154em;
	color: #fff;
	text-align: left;
	margin: 0 0 0.7em;
}

.graphic-blue li
{
	line-height: 1.4em;
}

.graphic-blue table{
    color: #fff;
	background: #4BA2D4;
	background-color: rgba(87,155,203,0.85);

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.graphic-blue a.download
{
	color: #fff;
	font-size: 1.3em;
}
.graphic-blue a.download::before
{    
    background: url('/images/download-arrow.png') no-repeat;
    background-position: -1px -1px;
    content: "";
    padding-left: 20px;
}

.graphic-blue .right-margin
{
	margin-right: 60px;
}
.graphic-blue .right-margin-inset40
{
	margin-right: 20px;
	position: relative;
	right: 40px;
}

.safety-flags {
    position: absolute;
    right: 0;
    bottom: 245px;
}
.flag-right {
    padding-left: 300px;
}

/* Column layout */
.column-container
{
	margin: 0 -0.5em;
}

.graphic-blue-content > .column-container
{
	width: 65%;
}

.column-half
{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 0 0.5em;
}

.column-half:first-child > div:first-child{
    margin-left: -5px;
    padding-left: 10px;
}
.column-half:first-child > div:nth-child(2){
    margin-left: 10px;
    margin-right: 20px;
    padding-left: 10px;
}

.column-half:nth-child(2) > div:nth-child(2){
    margin-left: 5px;
    max-width: 315px;
    width: 315px;
}
.column-half .inner-content h3 {
    color: #FDCC00;
}


.column-half .inner-content ul {
    list-style-type: none;
	position: relative;
	margin-left: 1em;
	padding-left: 0;    
}

.column-half .inner-content ul li:before {
    content: "\2022";    
    color: #FDCC00;
	position: absolute;
	left: -1em;	
	margin-right: 5px;
} 

/* Panel & sidebar components */

.panel-rotated-left, .panel-level, .panel-rotated-right
{
	background: #4BA2D4;
	background-color: rgba(87,155,203,0.85);
	border-radius: 3px;
	max-width: 277px;
	margin: 12px 0;
	padding: 8px 10px;
}
.panel-rotated-left h3,
.panel-level h3,
.panel-rotated-right h3
{
	margin: 0 0 2px;
}
.panel-rotated-left ul,
.panel-level ul,
.panel-rotated-right ul,
.sidebar-rotated ul
{
	margin: 0;
	padding-left: 9px;
}


.sidebar-rotated
{
	min-width: 300px;
    max-width: 480px;
	position: absolute;
	right: 0;
	bottom: 115px;
	margin: 0 -5px 2em 1em;
	background: #DEF3FC;
	background-color: rgba(255,255,255,0.85);
    z-index: 10;
}

.sidebar-rotated .inner-content
{
	/* margin: 25px 25px 25px 20px; */
    padding: 30px 80px 30px 30px;
}

.sidebar-rotated h3
{
	color: #4a4a49;
	font-size: 20px;
    margin-bottom: 10px;
}

.sidebar-rotated p, 
.sidebar-rotated ul, 
.sidebar-rotated ol
{
	color: #4a4a49;
    line-height: 1.25em;
    font-size: 16px;   
	text-align: left;
}

.sidebar-rotated ul {
    list-style-type: none;
	position: relative;
	margin-left: 1em;
	padding-left: 0;
    margin-bottom: 0.63em;
}

.sidebar-rotated ul li:before {
    content: "\2022";    
    color: #d9272e;
	position: absolute;
	left: -1em;	
	margin-right: 5px;
} 
.sidebar-rotated p.highlighted
{
	color: #d9272e;
}





.sidebar-rotated a,
.sidebar-rotated a:hover,
.sidebar-rotated a:active,
.sidebar-rotated a:visited
{
	color: #4a4a49;
	font-weight: bold;
	text-decoration: underline;
}

.sidebar-rotated a.highlighted, .sidebar-rotated .highlighted a,
.sidebar-rotated a.highlighted:hover, .sidebar-rotated .highlighted a:hover,
.sidebar-rotated a.highlighted:active, .sidebar-rotated .highlighted a:active,
.sidebar-rotated a.highlighted:visited, .sidebar-rotated .highlighted a:visited
{
	color: #d9272e;
	text-decoration: none;
}

.panel-rotated-left,
.panel-rotated-right .inner-content,
.sidebar-rotated
{
	-webkit-transform: rotate(-1.0deg); 
	-moz-transform: rotate(-1.0deg); 
	-o-transform: rotate(-1.0deg);
	-ms-transform: rotate(-1.0deg); 
	transform: rotate(-1.0deg);
}

.panel-rotated-right,
.panel-rotated-left .inner-content,
.sidebar-rotated .inner-content
{
	-webkit-transform: rotate(1.0deg); 
	-moz-transform: rotate(1.0deg); 
	-o-transform: rotate(1.0deg);
	-ms-transform: rotate(1.0deg); 
	transform: rotate(1.0deg);
}

.column-half .inner-content .column-half{
    width:49%;
}

/* Action link button */
.graphic-blue .action-link{
    font-family: 'Titan One', cursive, Helvetica, Verdana;
    padding-top: 10px;
    text-transform: uppercase;
    
	-webkit-transform: rotate(1.5deg); 
	-moz-transform: rotate(1.5deg); 
	-o-transform: rotate(1.5deg);
	-ms-transform: rotate(1.5deg); 
	transform: rotate(1.5deg);
    
}

.graphic-blue .action-link a {
    border: 2px solid #d9272e;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #d9272e;
    display: block;
    font-size: 1.2em;
    height: 32px;
    letter-spacing: 0.02em;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    width: 150px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) inset;
    -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) inset;
}

.graphic-blue .action-link a:hover {
    border: none;
    background-color: #d9272e;
    color: #fff !important;
    padding: 6px 0;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3) inset;
    -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3) inset;
}

/* Graphic page rotated navigation */

ul.graphic-nav
{
	bottom: 20px;
    font-family: 'Titan One', cursive, Helvetica, Verdana;
	list-style-type: none;
	margin: 0;	
	max-width: 520px;
    padding: 0;
    padding-right: 2%;
	position: absolute;
	right: 15px;
	text-align: center;
}

.graphic-nav .nav-rotated-left,
.graphic-nav .nav-rotated-right
{
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 2.8em;
    position: relative;
    z-index: 10;
}

    .graphic-nav .nav-rotated-left > a,
    .graphic-nav .nav-rotated-right > a {
        background: #CB242B;
        background: -moz-radial-gradient(center, ellipse cover, #d6262d 50%, #af1f25 100%);
        background: -webkit-radial-gradient(center, ellipse cover, #d6262d 50%,#af1f25 100%);
        background: -o-radial-gradient(center, ellipse cover, #d6262d 50%,#af1f25 100%);
        background: -ms-radial-gradient(center, ellipse cover, #d6262d 50%,#af1f25 100%);
        background: radial-gradient(ellipse at center, #d6262d 50%,#af1f25 100%);
        border-radius: 3px;
        box-shadow: 0 0 2px rgba(0,0,0,0.15);
        color: #FDCC00;
        letter-spacing: 0.05em;
        padding: 7px 1.1em;

    }

.graphic-nav .nav-rotated-left > a:hover,
.graphic-nav .nav-rotated-right > a:hover {
    text-decoration: none;
    color: #FDCC00 !important;
}

.graphic-nav .popup-container
{
	position: relative;
}

.graphic-nav .popup-container > a
{
	background: #00478B;
	background: -moz-radial-gradient(center, ellipse cover, #004A92 50%, #003C77 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #004A92 50%,#003C77 100%);
	background: -o-radial-gradient(center, ellipse cover, #004A92 50%,#003C77 100%);
	background: -ms-radial-gradient(center, ellipse cover, #004A92 50%,#003C77 100%);
	background: radial-gradient(ellipse at center, #004A92 50%,#003C77 100%);
}

.graphic-nav .popup-container .popup
{
	display: none;
	position: absolute;
	bottom: 38px;
	background: #00478B;
	background: rgba(0,71,139, 0.8);
    font-family: Arial, Helvetica, Verdana;
 	padding: 18px;
	text-align: left;
	width: 200px;
}
.graphic-nav .popup-container.open .popup
{
	display: block;
}

.graphic-nav .popup-container .popup h4
{
	color: #FFCE00;
    font-family: 'Titan One', cursive, Helvetica, Verdana;
	margin: 0 0 0.25em;
    letter-spacing: 0.05em;
	line-height: 1.25em;
	font-size: 1em;
}

.graphic-nav .popup-container .popup ul
{
	margin: 0 0 1em;
	padding-left: 9px;
	text-transform: none;
}

.graphic-nav .popup-container .popup ul:last-child
{
	margin-bottom: 0;
}

.graphic-nav .popup-container .popup a,
.graphic-nav .popup-container .popup a:hover,
.graphic-nav .popup-container .popup a:active,
.graphic-nav .popup-container .popup a:visited
{    
	color: #fff;
	font-weight: normal;
}

.graphic-nav .nav-rotated-left > span,
.graphic-nav .nav-rotated-right > span
{
	background: #FCC800;
	background: -moz-radial-gradient(center, ellipse cover, #FECD00 50%, #DFB400 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #FECD00 50%,#DFB400 100%);
	background: -o-radial-gradient(center, ellipse cover, #FECD00 50%,#DFB400 100%);
	background: -ms-radial-gradient(center, ellipse cover, #FECD00 50%,#DFB400 100%);
	background: radial-gradient(ellipse at center, #FECD00 50%,#DFB400 100%);
	border-radius: 3px;
	padding: 7px 1.1em;
	color: #CB242B;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
}

.graphic-nav .nav-rotated-left
{
	-webkit-transform: rotate(-1.5deg); 
	-moz-transform: rotate(-1.5deg); 
	-o-transform: rotate(-1.5deg);
	-ms-transform: rotate(-1.5deg); 
	transform: rotate(-1.5deg);
}
.graphic-nav .nav-rotated-left:hover
{
	-webkit-transform:scale(1.1) rotate(1deg); 
	-moz-transform:scale(1.1) rotate(1deg); 
	-o-transform:scale(1.1) rotate(1deg);
	-ms-transform: rotate(1.8deg); 
	transform:scale(1.1) rotate(1deg);
    z-index: 100;
}


.graphic-nav .nav-rotated-right
{
	-webkit-transform: rotate(1.5deg); 
	-moz-transform: rotate(1.5deg); 
	-o-transform: rotate(1.5deg);
	-ms-transform: rotate(1.5deg); 
	transform: rotate(1.5deg);
}
.graphic-nav .nav-rotated-right:hover
{
	-webkit-transform: scale(1.1) rotate(-1deg); 
	-moz-transform: scale(1.1) rotate(-1deg); 
	-o-transform: scale(1.1) rotate(-1deg);
	-ms-transform: scale(1.1) rotate(-1deg); 
	transform: scale(1.1) rotate(-1deg);
    z-index: 100;
    
}


/* Paging Navigation component */

.paging-navigation
{
    margin: 5px 0 0 0;
    padding: 5px 0;
	clear: both;	
}

.paging-navigation a, .paging-navigation span 
{
    padding: 5px 9px;
    border: 1px solid #DCDCDC;
    margin-bottom: 5px;
    display: inline-block;
}

.paging-navigation .disabled
{
    color: #DCDCDC;
}

.paging-navigation .current
{
    background-color: #DCDCDC;
}




/* Countdown Timer component */

.countdown-timer .cntSeparator
{
    color: black;
}

.countdown-timer .labels span
{
    font-size: 10px;
    display: inline-block;
}

.countdown-timer.small .labels span
{
    width: 54px;
}

.countdown-timer.small .cntSeparator
{
    font-size: 21px;
    margin: 2px 5px;
}

.countdown-timer.large .labels span
{
    width: 135px;
}

.countdown-timer.large .cntSeparator
{
    font-size: 48px;
    margin: 10px 7px;
}


/* Panels for Education section page */
.img-panel
{
	position: relative;
}
.img-panel h3, .img-panel p
{
	position: absolute;
}


.panel-member-ed, .panel-surf-ed, .panel-surf-safety
{
	width: 288px;
	height: 495px;
}

.panel-member-ed h3, .panel-surf-ed h3, .panel-surf-safety h3,
.panel-member-ed p, .panel-surf-ed p, .panel-surf-safety p
{
	color: transparent;
	opacity: 0;
	cursor: pointer;
	text-align: center;
	pointer-events: none;
}

.panel-member-ed h3 { top: 25px; left: 25px; right: 25px; }
.panel-member-ed p { top: 120px; left: 15px; right: 15px; }

.panel-surf-ed h3 { top: 60px; left: 45px; right: 22px; }
.panel-surf-ed p { top: 201px; left: 20px; right: 20px; }

.panel-surf-safety h3 { top: 20px; left: 30px; right: 30px; }
.panel-surf-safety p { top: 120px; left: 50px; right: 50px; }

.club-summary-logos img {
    margin-right: 12px;
    max-height: 100px;
    vertical-align: middle;
}

.club-details {
    float: left;
    width: 49%;
    margin-right: 2%;
}
.club-addresses {
    float: left;
    width: 49%;
}

.club-roles,
.club-details dl {
    clear: both;
    overflow: hidden;
}

.club-roles dt,
.club-details dt {
    clear: left;
    min-width: 6em;    
}
.club-roles dt,
.club-roles dd,
.club-details dt,
.club-details dd {
    float: left;
    margin: 0;
    padding: 0 0 4px;
}
.club-roles dt {
    min-width: 0;
    margin-right: 5px;
}

.club-location iframe {
    width: 100%;
    height: 340px;
}

/* cf */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}


/********************************/
/**** Pathway Graphics Wheel ****/
/********************************/

/*
 *  Tooltipser style overrides
*/
.tooltipster-base .tooltipster-box {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 6px 0 #555;
}

.tooltipster-base .tooltipster-content {
    padding: 0;
}

.tooltipster-base .tooltipster-content p
.tooltipster-base .tooltipster-content li {
    line-height: 1.6em;
}

.tooltipster-content .award-card {
    display: none;
}
.tooltipster-content h3 {
    font-size: 18px;   
}
.tooltipster-content h3 a {
    color: #fff;
}
.tooltipster-content .in-dev h3 {
    background-color: #FDB913;
}


/*
 * Jquery.Modal style overrides
*/
.modal {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.modal a.close-modal {
    background-size: 18px;
    top: -30px;
    left: 0;
    right: auto;
}


.entry-box {
    border-left: 8px solid #000;
    color: #666666;
    font-size: 1.3em;
    line-height: 18px;
    padding: 0;    
}
.seg-heading {
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    font-weight: 700;    
}


.pathway-graphic {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;    
    padding: 30px 10px;
    position: relative;  
}
.pathway-graphic:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sports-pathway .pathway-graphic:after {
    background-color: rgba(0,107,182,0.8);
}
.lifeguard-pathway .pathway-graphic:after {
    background-color: rgba(255,203,5,0.8);
}

.pathway-graphic .wheel {
    display: none;
}

.pathway-intro h1{
    color: #333;
    font-size: 36px;
    font-family: 'Helvetica Neue Black','Arial Black',Arial;
    line-height: 1.2;
}
.pathway-intro {
    color: #333;
}

.sports-pathway .pathway-intro,
.sports-pathway .pathway-intro h1 {
    color: #fff;
}

#Text_-_Outlines,
#Text,
#lp-text,
#sp-text,
#middle-text {
    pointer-events: none;
}


.pathway-graphic g[id^="arc-"] path,
.pathway-graphic g[id^="group-"] path
{
    transition: all 0.15s ease-in-out;
}
.pathway-graphic g[id^="arc-"] path:hover,
.pathway-graphic g[id^="group-"] path:hover,
#circle-award:hover,
#circle-member:hover{
    cursor: pointer;
    fill-opacity: 0.5;
}


.pathway-header {
    padding-top: 80px;
    border: 1px solid transparent;
    position: relative;
}

    .pathway-header:after {
        content: '';
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5Ljk2IDE2LjM4Ij48cG9seWdvbiBmaWxsPSIjZGRkIiBwb2ludHM9IjcuMTYgMCAyLjggMCAyLjggOC42NSAwIDguNjUgNC45OCAxNi4zOCA5Ljk2IDguNjUgNy4xNiA4LjY1IDcuMTYgMCIvPjwvc3ZnPg0KDQoNCg==') /*../images/down-arrow.svg*/;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 30px;
        width: 50px;
        position: absolute;
        top: 100%;
        margin: -15px auto 0;
        left: 0;
        right: 0;
    }

.pathway-header h2 {
    color: #333;
    margin: 50px 0;   
    position: relative;
    text-align: center;
    
}
.pathway-header h2 span {
    background-color: #f3f3f3;
    padding: 5px 0;
    position: relative;
    z-index: 1;
}
.pathway-header h2:after {
    content: '';
    width: 2px;
    position: absolute;
    height: 130px;
    background-color: #ddd;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.pathway-header h2:before {
    content: '';
    height: 11px;
    width: 11px;
    border-radius: 11px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: -60px;
    background-color: #fff;
    border: 2px solid #ddd;
    z-index: 1;   
}




.pathway-text-segment {
    overflow: hidden;
    position: relative;
}
.seg-rule {
    width: 2px;
    background-color: #ddd;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -1px;
}
.seg-rule:after {
    content: '';
    height: 11px;
    width: 11px;
    border-radius: 11px;
    background: #ddd;
    position: absolute;
    bottom: 20px;
    left: -5px;   
}
.seg-rule-mark {
    height: 11px;
    width: 11px;
    border-radius: 10px;
    background: #ddd;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;   
    
}

.pathway-texts {
    font-size: 1.3em;
    padding: 0 20px 60px;
    background-color: #f3f3f3;    
}    
.pathway-text-levels {
    padding-bottom: 30px;
    position: relative;
}
.pathway-text-levels,
.pathway-text-levels .entry-content,
.pathway-text-levels h3,
.pathway-header .entry-content,
.pathway-header h3 {
    display: none;
}

.pathway-texts .seg-heading {
    display: none;
}

.pathway-texts .pathway-text-segment h2 {
    background-color: #000;
    color: #fff;
    margin-bottom: 0;    
    padding: 10px;
    margin-top: 20px;
}
.pathway-texts .pathway-text-segment .seg-toggle {
    padding-right: 40px;    
    position: relative;    
}


.pathway-texts .pathway-text-segment .seg-toggle span{
    position: absolute;
    right: 10px;
    top: 10px;    
    transform: rotateZ(-90deg);
    transform-origin: 8px 8px;
    transition: all 0.2s linear;
    height: 16px;
    width: 16px;
}
.pathway-texts .pathway-text-segment .seg-toggle.seg-open span{
    transform: rotateZ(0deg);
}

.award-card {
    position: relative;
}
.award-card a {
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
    border-radius: 3px;
    color: #000;
    text-decoration: none;
    display: block;
    max-width: 160px;
    margin: 20px auto;
    font-size: 16px;
    background-color: #fff;
    padding: 15px 20px;
    min-height: 130px;
    box-sizing: border-box;
}
.pathway-text-group .pathway-text-cell:nth-child(1) .award-card:after,
.pathway-text-group .pathway-text-cell:nth-child(2) .award-card:before {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #ddd;
    position: absolute;
    top: 59px;
}
.pathway-text-group .pathway-text-cell:nth-child(1) .award-card:after {
    right: -27px;  
}

.pathway-text-group .pathway-text-cell:nth-child(2) .award-card:before {
    left: -26px;  
}
.lifeguard-pathway .award-card a {
    border-bottom: 5px solid #B7202E;
}
.sports-pathway .award-card a {
    border-bottom: 5px solid #005899;
}
.lifeguard-pathway .award-card.in-dev a,
.sports-pathway .award-card.in-dev a {
    border-bottom: 5px solid #FDB913;
}




.pathway-texts .pathway-text-level {
    background-color: transparent;    
    margin: 15px 0;
}
.pathway-texts .pathway-text-level h3 {
    padding: 10px;
}


.pathway-text-level {
    color: #666666;     
}
.pathway-text-level .entry-content {
    padding: 15px;
}
.pathway-text-level p a {
    color: inherit;
    text-decoration: underline;
}


.pathway-text-group {
    margin: 15px -20px;
}

.pathway-text-group .pathway-text-level {
    margin: 0;
    position: relative;
}

.pathway-text-cell {
    width: 50%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;    
}


.pathway-text-level h3 {
    color: #fff;
    margin: 0;
    padding: 15px;    
}
.pathway-text-level.ring1 h3 {
    background-color: #B7202E;
}

.pathway-text-level.ring2 h3{
    background-color: #DA2032;
}

.pathway-text-level.ring3 h3{
    background-color: #E4413E;
}

.pathway-text-level.ring4 h3{
    background-color: #E65A4F;
}

.sports-pathway .ring1 h3 {
    background-color: #005899;
}
.sports-pathway .ring2 h3 {
    background-color: #006BB6;
}
.sports-pathway .ring3 h3 {
    background-color: #1378BE;
}
.sports-pathway .ring4 h3 {
    background-color: #4F89C7;
}
.sports-pathway .ring5 h3 {
    background-color: #749CD2;	
} 

.pathway-text-level.in-dev h3 {
    background-color: #FDB913;
}

.panel-feature-single a,
.panel-feature-single .panel-info,
.panel-feature-single .panel-info h2
{
    background-color: #CB242B;
    color: #fff;
}
.first .panel-feature-single a,
.first .panel-feature-single .panel-info,
.first .panel-feature-single .panel-info h2,
.last .panel-feature-single a,
.last .panel-feature-single .panel-info,
.last .panel-feature-single .panel-info h2

{
    background-color: #FDCC00;
    color: #CB242B;
}


/* Three image links */

.tile-link-short {    
    background-color: #006BB6;
    height: 140px;
    overflow: hidden;
    position: relative;

}
.tile-link-short a {
    display: block;
    width: 100%;
    height: 100%;    
}

.tile-link-short a,
.tile-link-short h2 {    
    color: #fff;
    font-weight: normal;
}
.tile-link-short.middle-tile {
    margin: 15px 0;
}

.tile-image {
    background-color: #FDCC00;
    width: 50%;
    float: left;
}
.tile-image-wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;    
}
.tile-image-wrapper img {
    backface-visibility: hidden;
    width: 100%;
    position: absolute;
    left: -999px;
    right: -999px;
    margin: auto;    
}

.tile-content {
    background-color: #006BB6;
    height: 0;
    padding-bottom: 48.8%;
    position: absolute;
    right: 0;
    width: 50%;
    transition: all 0.3s ease-out;
}
.tile-content h2 {
    font-size: 20px;
    max-width: 140px;
}
.tile-content p {
    color: #fff;
    visibility: hidden;
    opacity: 0;
    
}
.tile-content-wrapper {
    padding: 12px;
}

.tile-link-short a:hover .tile-content {
    width: 90%;
}
.tile-link-short a:hover .tile-content p{
    transition: all 0.6s ease-in;
    visibility: visible;
    opacity: 1;
}


.pathway-key {
    bottom: -125px;
    display: inline-block;
    position: absolute;
}

.pathway-key > div {
    background-color: #da2032;
    color: #fff;
    font-size: 10px;
    padding: 7px 10px;
    border: 2px solid #000;    
}
.pathway-key.sports-pathway > div:first-child {
    background-color: #006BB6;
}
.pathway-key > div + div {
    background-color: #FDCC00;
    color: #000;
    border-top-width: 0;
}
.pathway-key span {
    color: #000;
    display: block;
    font-size: 10px;
    padding: 2px 10px;
}

@media all and (max-width: 768px) {
    .pathway-graphic {
        background: none !important;
    }   
}

@media all and (min-width: 769px) {

    .pathway-graphic {
        padding: 30px 0;
    }   

    .pathway-graphic .wheel{
        display: block;
        margin: 0 auto;        
        padding-top: 30px;
        width: 80%;        
    }
    .pathway-texts {
        display: none;
    }
    .pathway-key {
        bottom: 0;
    }
}

@media all and (min-width: 1120px) {

    .pathway-graphic {
        padding: 0 0 60px 0;
    }       
    .pathway-intro {
        padding-right: 30px;
        max-width: 30%;        
    }
    .pathway-graphic .wheel {
        padding-top: 60px;     
    }
    .pathway-graphic-content {
        display: flex;
        align-items: center;
    }
}


@keyframes grow {
	0% { 
		transform: scale(0, 0);
	}
	100% { 
		transform: scale(1,1);
	}
}	

@keyframes pulse {
    0% {  transform: scale(1); }
	40% { transform: scale(1.08); }
	70% { transform: scale(1.05); }
	80% { transform: scale(1); }	
}	

@keyframes red-flash {
    0% {  fill: #ed9099; }
	100% { fill: #da2032 }	
}	
@keyframes blue-flash {
    0% {  fill: #80b5db; }
	100% { fill: #006bb6 }	
}	


#center-arrows{
	transform-origin: 50% 50% 0px;				
	animation: grow 1s 0.5s linear;
	animation-fill-mode: backwards;
    animation-delay: 0.2s; 				
}

#text-start-here {
	transform-origin: 50% 50% 0px;				
	animation: pulse 1s 0.5s linear;
    animation-delay: 0.2s; 				    
}

.lifeguard-pathway #circle-award {
	animation: red-flash 1s 0.5s linear;    
}
.sports-pathway #circle-award,
.sports-pathway #circle-member {
    animation: blue-flash 1s 0.5s linear;    
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
