
/**************************************************
***************************************************
** GLOBAL **
***************************************************
***************************************************/

body { font-size: 100%; font-family: Georgia, "Times New Roman", Times, serif;}

p, ul, li {
    font-size: 1em;
    line-height: 1.4em;
    color: #666666;
}


a {
    color: #d33432;
    text-decoration: none;
}

h1,
h2,
h3 {
    font-weight: normal;
}

table td { vertical-align: top;  }

table tr { border-bottom: 1px solid #ccc }




/******************************************
** CLEARFIX **
******************************************/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



/******************************************
** STICKY FOOTER **
******************************************/

html, body {height: 100%;}

#container {min-height: 100%;}

#content-container  {
    overflow: auto;
    padding-bottom: 175px;
    height: 100%;
}  

#footer-container {
    position: relative;
    margin-top: -175px; 
    height: 105px;
    padding: 30px 0 40px;
    clear:both;
} 

/* Opera Fix */
body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/
}


/******************************************
** CLASSES **
******************************************/

.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

img.alignright { border: 5px solid #dfdfdf }

.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

.aligncenter { text-align: center }

.float-left { float: left }

.float-right { float: right }

.clear { clear: both }

#home-container .no-bullets li, #content .no-bullets li {
    list-style: none;
    margin: 0;
}

.width50 {
    float: left;
    width: 50%;
}

.inline { display: inline }



/******************************************
** MAIN BG **
******************************************/

#main-bg {
    background: #f9f9f9 url(../images/bg.jpg) center top no-repeat;
    width: 100%;
}


/******************************************
** HEADER **
******************************************/

#header-bg {
    background: #000 url(../images/bg-header.png) center bottom repeat-x;
    width: 100%;
}

#header {
    height: 150px;
    margin: 0 auto;
    width: 940px;
    position: relative;
}

#header a {
   outline: 0;
}

#header #logo {
    background: url(../images/logo.png) left top no-repeat;
    display: block;
    float: left;
    height: 131px;
    position: relative;
    top: 18px;
    width: 93px;
}

#header h1 {
    float: left;
    text-indent: -99999px;
    margin: 0;
}

#header #logo-title-en {
    background: url(../images/logo-title-en.png) left top no-repeat;
    float: left;
    margin-top: 40px;
    margin-left: -8px;
    height: 53px;
    width: 441px;

}

#header #logo-title-en h1 a {
    display: block;
    height: 53px;
    width: 441px;
}

#header #logo-title-fr {
    background: url(../images/logo-title-fr.png) left top no-repeat;
    display: block;
    float: left;
    height: 59px;
    margin-top: 30px;
    margin-left: -8px;
    width: 485px;
}

#header #logo-title-fr h1 a {
    display: block;
    height: 59px;
    width: 485px;
}

#header #lang-toggle {
    background-color: #2c2c2c;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    float: right;
    margin-bottom: 15px;
}

#header #lang-toggle a {
    color: #d3d3d3;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75em;
    padding: 15px 8px 8px;
    text-indent: 0;
}

#header #lang-toggle a:hover {
    color: #fff;
    text-decoration: none;
}

#header .searchform {
    background: transparent url(../images/bg-search.gif) left top repeat-x;
    border: 1px solid #fff;
    clear: right;
    float: right;
    height: 25px;
    margin-top: 10px;
}

#header .searchform #q {
    background-color: transparent;
    border: none;
    font-family: Georgia, "Times New Roman", Times, serif;
font-size: 0.8em;    
font-style: italic;
float: left;
    height: 20px;
line-height: 20px;
    padding: 3px 8px;
    width: 200px;
}

#header .searchform #submit {
    background: url(../images/btn-search.png) right top no-repeat;
    border: none;
    cursor: pointer;
    display: block;
    float: left;
    height: 25px;
line-height: 25px;
    outline: none;
    text-indent: -99999px;
    width: 35px;
}



#header #nav-main {
    float: right;
    height: 30px;
}

#header #nav-main ul li {
    display: block;
    float: left;
    height: 30px;
}


/******************************************
** NAVIGATION **
******************************************/

ul#nav { position: absolute; bottom: 0; right: 0; }

ul#nav,
ul#nav ul {
    background-color: transparent; 
    float: right;
    line-height: 1.5em;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 300;
}

ul#nav li {
    background: transparent url(../images/divider-nav.gif) bottom right no-repeat;
    float: left;
    position: relative;
}

ul#nav li.has-sub a {
    background: transparent url(../images/nav-arrow.png) bottom right no-repeat;
}

ul#nav li a { 
    color: #ffffff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75em;
    height: 25px;
    padding: 6px 19px 4px 17px;
    text-decoration: none;
    text-transform: uppercase;
}

ul#nav.fr-menu li a { 
    padding: 6px 13px 4px;
    font-size: 0.72em;
}

ul#nav li:hover { background-color: #721011; background-image: none; }

ul#nav li a:hover {
    background-color: #721011;
    background-image: none;
    color: #fff;
}

ul#nav li ul {
    background-color: #721011;
    padding: 5px 15px;
    top: auto;
    width: 175px;
    display: none;
    left: -1px;
    position: absolute;
    top: 35px;
    width: 12em;
}

ul#nav li ul li {
    background: none;
    border-bottom: 1px solid #A50401;
    width: 100%;
}

ul#nav li ul li:last-child { border: none; }

ul#nav li.has-sub ul li a { background: none; }

ul#nav li ul li a, ul#nav.fr-menu li ul li a {
    background: none;
    border-right: none;
    color: #ccc;
    display: block;
    height: auto;
    line-height: 1.3em;
    padding: 10px 15px;
    width: 145px;
}

ul#nav li ul li a:last-child { border-bottom: none }

ul#nav li ul li a:hover {
    background: transparent url(../images/subnav-arrow_nav_roll.png) 5px 15px no-repeat;
    color: #fff;
}

ul#nav ul ul li a:hover {
    background: transparent url(../images/subnav-arrow_nav_roll.png) 4px 12px no-repeat;
}

ul#nav li ul ul {
    left: 12em;
    margin: 0 0 0 10px;
}

ul#nav li:hover ul,
#dropmenu li li:hover ul,
#dropmenu li li li:hover ul,
#dropmenu li li li li:hover ul { display: block }

ul#nav li:hover ul ul,
#dropmenu li:hover ul ul ul,
#dropmenu li:hover ul ul ul ul { display: none }

ul#nav ul li:hover ul {
    display: block;
    font-size: 0.85em;
    right: 0;
    top: 0;
}



/******************************************
** FOOTER **
******************************************/

#footer-container {
    background-color: #000;
    clear:both;
}

#footer {
    color: #999;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0 auto;
    width: 940px;
}

#footer p.stay-connected {
    color: #fff;
    float: left;
    margin: 20px 10px 0 0;
}

#footer ul.social-icons {
margin: 0 0 0 20px;
padding: 17px 0 0 0;
}

#footer .social-icons li {
    float: left;
    margin: 0 5px;
}

#footer .fb-like {margin: 2px 0 0 8px; }

#footer #nav-footer {
    float: left;
    margin: 0 0 10px;
    width: 540px;
}

#footer #nav-footer li {
    border-left: 2px solid #d33432;
    float: left;
    font-size: 0.85em;
    margin: 0 10px 8px 0;
    width: 110px;
}

#footer #nav-footer li a {
    color: #bbb;
    display: block;
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 0 8px;
    text-decoration: none;
}

#footer #nav-footer li a:hover {
    background-color: #222;
    color: #fff;
    text-decoration: none;
}

#footer p.copyright { font-size: 0.75em }

#footer .color-red {
    color: #d33432;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.15em;
    font-weight: 600;
}

#footer hr {
    border: none;
    border-top: 1px solid #333;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer a { color: #f2f2f2 }

#footer a:hover { text-decoration: underline }

#footer p {
    font-size: 0.85em;
    margin: 0;
}

.footer-left {
    border-right: 1px solid #333;
    float: left;
    margin-right: 30px;
    width: 490px;
}

.footer-left  #nav-footer li a { font-size: 0.9em }

.footer-right {
    float: left;
    width: 400px;
}


/**************************************************
***************************************************
** HOME **
***************************************************
**************************************************/


#home-container {
    background: #fff url(../images/bg-stripes.gif) left top repeat-x;
    clear: both;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0 auto;
    overflow: auto;
    width: 940px;
}

#home-container ul li { line-height: 0.9em }

#home-container .soliloquy-container {
    margin: 20px auto;
}

#home-banner {
    height: 275px;
    width: 940px;
}

#home-content {
    margin-bottom: 25px;
    padding: 25px 20px 35px;
}

.intro-bucket {
    float: left;
    margin: 0 20px;
    width: 260px;
}

.intro-bucket h2 {
    background: url(../images/divider-home.png) bottom right no-repeat;
    color: #d33432;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.6em;
    margin: 0;
    padding-bottom: 10px;
    width: 100%;
}

.intro-bucket p {
    font-size: 0.9em;
    margin-top: 8px;
}

.intro-bucket a {
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    background-color: #e6e6e6;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    line-height: normal;
    margin-top: 5px;
    padding: 6px 14px 7px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    transition: 0.1s linear all;
}

.intro-bucket a:hover {
    background-position: 0 -15px;
    text-decoration: none;
}

.intro-bucket a:focus { outline: 1px dotted #666 }

.quotes {
    background: #f9f9f9 url(../images/quotes.png) 15px 15px no-repeat;
    border-bottom: 3px solid #ddd;
    border-top: 3px solid #ddd;
    clear: both;
    margin: 25px auto 20px;
    position: relative;
    width: 860px;
}

.quotes blockquote {
    color: #777;
    float: left;
    font-size: 1.2em;
    font-style: italic;
    line-height: 1.3em;
    margin-left: 75px;
    width: 560px;
}

.quotes blockquote span {
    color: #bcbcbc;
    display: block;
    font-size: 0.75em;
    margin: 2px 0 0;
}

.quotes img {
    bottom: 0;
    float: right;
    position: absolute;
    right: 20px;
}



/* BOTTOM BUCKETS */

.bottom-bucket {
    float: left;
    margin: 0 20px 30px;
    width: 260px;
}

.bottom-bucket ul { margin-bottom: 20px; padding: 0; }

.bottom-bucket li {
    font-size: 1.1em;
    list-style: outside;
    margin: 0 0 10px 25px;
}

.bottom-bucket h3 {
    background: url(../images/bucket-header.gif) left top repeat-x;
    border-bottom: 2px solid #c5161d;
    display: block;
    margin-bottom: 15px;
    padding: 10px 10px 5px;
    width: 240px;
}

.bottom-bucket ul#affiliated-sites li {
    list-style: none;
    margin: 0 0 15px 0;
}

.bottom-bucket p { }

.bottom-bucket a { font-size: 0.8em }


/* TABS */

#home-container ul.tabs {
    float: left;
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
}

#home-container ul.tabs li {
    float: left;
    height: 35px;
    line-height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

#home-container ul.tabs li a {
    background: #ccc url(../images/bucket-header-grey.gif) left top repeat-x;
    color: #fff;
    display: block;
    font-size: 0.93em;
    margin: 0 5px 0 0;
    outline: none;
    padding: 5px 20px 0;
    text-decoration: none;
}

#home-container ul.tabs li a:hover { background: #c5161d url(../images/bucket-header-red.gif) left top repeat-x }

#home-container ul.tabs li.active a { background: #c5161d url(../images/bucket-header-red.gif) left top repeat-x }

#home-container ul.tabs li.active a:hover { background: #c5161d url(../images/bucket-header-red.gif) left top repeat-x }

#home-container .tab_container {
    background: #fbfbfb;
    border-top: 2px solid #c5161d;
    clear: both;
    float: left;
    width: 100%;
}

#home-container .tab_container ul li { margin: 12px 15px; font-size: 0.9em; }

#home-container .tab_container ul li span.event-title {
font-size: 0.9em;
}

#home-container .tab_container ul li span.home-date {
    color: #666;
    display: block;
    font-size: 0.75em;
    font-style: italic;
    margin-top: 2px;
    
}

.tab_container #tab1 { padding: 10px 20px }

.tab_content {
    font-size: 1.2em;
    padding: 20px;
}



/**************************************************
***************************************************
** SECONDARY PAGES **
***************************************************
***************************************************/


/******************************************
** PAGE HEADER **
******************************************/

#page-header {
    /*background: url(../images/page-header.jpg) left top no-repeat;*/
    border-bottom: 3px solid #c32128;
    clear: both;
    height: 135px;
    margin: 0 auto;
    width: 940px;
}

#page-header h2 {
    color: #303030;
    display: table-cell;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2.5em;
    height: 125px;
    letter-spacing: -0.025em;
    padding: 0 0 10px 20px;
    vertical-align: bottom;
}



/******************************************
** SIDEBAR **
******************************************/

#sidebar {
    float: left;
    font-family: 'Open Sans', sans-serif;
    padding: 0 20px;
    width: 199px;
}


#sidebar ul.children li a:hover,
#sidebar ul.archives-sidebar li a:hover { background: #eee url(../images/subnav-arrow_roll.png) 185px center no-repeat }

#sidebar .contact-details {
    color: #333;
    font-size: 0.85em;
    margin: 30px 10px;
}

#sidebar .contact-details p { margin: 8px 0 }

#sidebar .widgettitle {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#sidebar ul.children {
    font-size: 0.9em;
    margin: 0 0 0 20px;
    padding: 0;
}

#sidebar ul.children li { padding: 0 0 0 25px }

#sidebar ul.children li a { padding: 0 }

#sidebar #subnav {
    margin: 0;
    padding: 15px 0 30px;
}

#sidebar #subnav .current_page_item a {
    background: #eee url(../images/subnav-arrow_roll.png) right center no-repeat;
    color: #333;
}

#sidebar #subnav li {
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
    margin: 0;
}

#sidebar #subnav li li {
    background: url(../images/subnav-dash.png) left 18px no-repeat;
    border: none;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}

#sidebar #subnav li a {
    background: url(../images/subnav-arrow.png) 185px center no-repeat;
    color: #d70802;
    display: block;
    font-size: 0.9em;
    outline: none;
    padding: 10px 20px;
    text-decoration: none;
}

#sidebar #subnav li a:hover { background: #eee url(../images/subnav-arrow_roll.png) right center no-repeat }

#sidebar p a { border-bottom: 1px dotted #999 }

#sidebar p a:hover {
    border: none;
    color: #f44644;
}


#sidebar ul#subnav.archives-sidebar li li {
    background: url(../images/subnav-dash.png) left 15px no-repeat;
    border: none;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}

#sidebar ul#subnav.archives-sidebar li ul {
    margin: 10px 0;
    padding: 0;
}

#sidebar ul#subnav.archives-sidebar li a {
    margin: 0;
    padding: 5px 0 5px 20px;
}

#sidebar ul.archives-sidebar li {
    color: #333;
    padding: 10px 20px;
}


/******************************************
** CONTENT **
******************************************/

#content-container {
    background: #fff url(../images/bg-content-container.gif) left top repeat-y;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0 auto;
    width: 940px;
}

#content-container #content {
    background: url(../images/bg-stripes.gif) left top repeat-x;
    float: left;
    margin-bottom: 30px;
    padding: 0 40px;
    width: 620px;
}

#content a { border-bottom: 1px dotted #999 }

#content a:hover { color: #f44644; border: none; }

#content a img  { border: none }

#content h2 {
    background: url(../images/content-h2-underline.png) left bottom no-repeat;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.9em;
    margin: 0 0 10px;
    padding-bottom: 20px;
    width: 100%;
    border: none;
}

#content h2 a { border: none; }

#content h2 a:hover { text-decoration: underline }

#content h3 {
    color: #111;
    display: block;
    font-size: 1.2em;
    margin: 30px 0 10px;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

#content h2 + #content h3 {
margin-top: 0 !important;
}

#content h4 {
    color: #111;
    font-size: 0.95em;
    font-weight: normal;
    margin: 25px 0 0;
    text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
}

#content p,
#content li {
    color: #555;
    font-size: 0.9em;
    line-height: 1.5;
    margin-bottom: 15px;
}

#content li {
    list-style: square;
    list-style-position: outside;
}

#content hr { border: none; border-top: 2px solid #ddd; margin: 25px 0; }

#content .short-list li { margin-bottom: 5px }

#content #breadcrumbs {
    font-size: 0.7em;
    margin: 0;
    padding: 0;
}

#content #breadcrumbs li a { margin-right: 5px }

#content #breadcrumbs {
    font-family: 'Open Sans', sans-serif;
    margin: 20px 0 25px;
}

#content .post {
    margin: 0 0 25px 0;
    padding-bottom: 10px;
border-bottom: 5px solid #ddd;
}

#content .post h2 {
font-size: 1.7em;
    background: none;
    margin-bottom: 8px;
    padding: 0;
}

#content .post-meta {
    border-bottom: 2px dotted #eee;
    color: #999;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-size: 0.8em;
}

#content .post-meta .post-categories {
    border-left: 1px solid #ddd;
    margin-left: 5px;
    padding-left: 5px;
}

#content .post-meta span { font-size: 0.9em }

#content div.post-header h2 {
    background: none;
    margin: 0 0 10px 0;
    padding: 0;
}

#content .post-header {
    background: url(../images/content-h2-underline.png) left bottom no-repeat;
    margin-bottom: 5px;
    padding-bottom: 15px;
}

#content .post-header .post-meta { border: none }

#content .addthis_toolbox span {margin-right: 5px; }
#content .addthis_toolbox a { border-bottom: none; }

#content .social-roll {margin: 8px 0 5px; border-bottom: 2px dotted #eee; padding-bottom: 5px; }
#content .social-single {margin: 0 0 8px; border-top: 2px dotted #eee; padding-top: 8px; }
#content .social-single-lrg { border-top: 2px dotted #eee; padding-top: 10px; margin: 30px 0 10px; }

#content .tags-container { border-top: 3px solid #eee; border-top: 3px solid #eee; padding-top: 15px; }
#content .tags-container .tags { color: #999; font-size: 0.8em; }

#content .wp-caption a { border: none; }

#content .wp-caption-text {
padding: 10px;
font-size: 0.8em;
background-color: #f6f6f6;
margin-top: 0;
color: #777;
}

/******************************************
** ABOUT - HISTORY **
******************************************/


#content .ol-history h4 {
background-color: #eee;
padding: 2px;
}

/******************************************
** ABOUT - Teams & Parnters **
******************************************/

#content ul.stakeholders { padding: 0 }

#content ul.stakeholders li {
    border-bottom: 3px solid #eee;
    display: inline-block;
    list-style: none;
    margin: 5px 0;
    padding: 0 0 10px;
    text-align: center;
    width: 45%;
}

#content ul.stakeholders li img { text-align: center }

#content ul.stakeholders li a { border: none }

 

/******************************************
** EVENTS **
******************************************/

.events-full { font-family: Georgia, "Times New Roman", Times, serif }

.events-full .event-contactnum {
    color: #aaa;
    font-size: 0.8em;
    font-style: italic;
}

.events-full .event-date-left {
    display: block;
    float: left;
    line-height: 0.9em;
    margin-right: 5px;
}

.events-full  span.event-day {
    color: #d33432;
    font-size: 1.65em;
    position: relative;
    top: 0;
}

.events-full .event-location {
    color: #999;
    font-size: 0.85em;
    font-style: italic;
}

.events-full .event-contact {
    color: #555;
    font-size: 0.85em;
}

.events-full .event-month,
.events-full .event-year {
    display: block;
    text-align: right;
    text-transform: uppercase;
}

.events-full .event-title { color: #d33432 }

.events-full .event-dash {
    color: #999;
    font-size: 1.2em;
    margin: 0 7px;
    position: relative;
    top: -5px;
}

.events-full .event-date { float: left }

.events-full .event-year {
    color: #999;
    font-size: 0.9em;
}

.events-full td {
    line-height: 1.1em;
    padding: 10px 10px;
    vertical-align: middle;
}

.events-full th {
    border-bottom: 3px solid #ccc;
    font-weight: normal;
    padding: 5px 10px;
    text-align: left;
}

#content ul.events-pagination { padding: 0 }

#content ul.events-pagination li.active { font-weight: bold }

#content ul.events-pagination li.next { border: none }

#content ul.events-pagination li {
    border-right: 1px solid #eee;
    display: inline-block;
    float: left;
    font-size: 1em;
    list-style: none;
    padding: 0 8px;
}

#content ul.events-pagination li a {
    border: none;
    display: block;
}
.events-gridview .tribe-events-category-ontario{
border-left:#2d51ef;
background:#e52b2b;
}
.events-gridview .tribe-events-category-west, .events-gridview .tribe-events-category-west-fr{
border-left:#2d51ef;
background:#f7f7f7;
}
.events-gridview .tribe-events-category-quebec, .events-gridview .tribe-events-category-quebec-fr{
border-left:#bc7a23;
background:#f7f7f7;
}
.events-gridview .tribe-events-category-maritimes{
border-left:#bc7a23;
background:#f7f7f7;
}

/*Timeline*/
h1.cd-timeline-title{display:none;}
h2.cd-timeline-item-title{background:none !important;}
.single-te_announcements .post-header{display:none;}
.single-te_announcements .social-single-lrg{display:none;}
/*Events 2016 & Timeline*/
.post-type-archive-tribe_events #sidebar, .single-tribe_events #sidebar, .page-id-10626 #sidebar, .page-id-10653 #sidebar{
display:none;
}
.post-type-archive-tribe_events #content-container #content, .single-tribe_events #content-container #content, .page-id-10626 #content-container #content, .page-id-10653 #content-container #content {
    background: none;
    float: none;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
	background-color:#FFF;
}
.page-id-10626 #content-container #content, .page-id-10653 #content-container #content {width: 96%;}
.post-type-archive-tribe_events #content-container, .single-tribe_events #content-container, .page-id-10626 #content-container , .page-id-10653 #content-container{
    background: none;
}
.post-type-archive-tribe_events h3.tribe-events-filters-group-heading{
        max-width: 204px;
}
.post-type-archive-tribe_events #tribe-bar-form , .single-tribe_events #content-container #content {
    width: 95%;
}
.post-type-archive-tribe_events.tribe-filters-open .tribe-events-filters-vertical+#tribe-events-content,   .post-type-archive-tribe_events.tribe-filters-open .tribe-events-filters-vertical+.tribe-bar-disabled+#tribe-events-content {
    width: 71%;
    padding-left: 18px!important;
    float: left;
}
.post-type-archive-tribe_events .tribe-events-event-meta address.tribe-events-address, .post-type-archive-tribe_events .tribe-events-list .tribe-events-venue-details {
    font-weight: 400;
    /* font-style: italic; */
    line-height: 23px;
    color: #333;
}
.tribe-events-list-event-title .tribe-event-url{background-color: transparent !important;}
.tribe-event-url{    background-color: #FFF;}
.tribe-events-calendar thead th{
font-weight:400;
}
#tribe-events #legend li{
font-size: 13px;
    padding: 0 6px;
    font-weight: 400;
}
.tribe-events-tooltip .tribe-events-event-body, .tribe-events-tooltip .tribe-events-event-body p{
font-size:13px !important;
}
.tribe-events-tooltip .tribe-events-event-body a{padding-left:5px;}
.teccc-legend{display:none;}
.tribe-bar-geoloc-filter{display:none;}
.tribe-bar-geoloc-filter, .tribe-events-uses-geolocation .tribe-bar-date-filter, .tribe-events-uses-geolocation .tribe-bar-search-filter, .tribe-events-uses-geolocation .tribe-bar-submit{width:32% !important;}
/************
**RSW 2016**
************/
.page-id-10661 #page-header h2{display:none;}
.page-id-10661 #page-header{background-image:url(http://operationlifesaver.ca/wp-content/uploads/2016/03/OL-RSWCarouselBanner2016_v1.jpg) !important;
    background-size: cover;
    height: 289px;
}

.page-id-10704 #page-header h2{display:none;}
.page-id-10704 #page-header{background-image:url(http://operationlifesaver.ca/wp-content/uploads/2016/03/OL-RSWCarouselBanner2016-FR_v1.jpg) !important;
    background-size: cover;
    height: 289px;
}
#sidebar img{max-width:100%;
height:auto;
}
.page-id-10661 blockquote, .page-id-10704 blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #d33432;
  border-right: 2px solid #d33432;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

.page-id-10661 blockquote::before, .page-id-10704 blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

.page-id-10661 blockquote::after, .page-id-10704 blockquote::after{
  /*Reset to make sure*/
  content: "";
}

.page-id-10661 blockquote a, .page-id-10704 blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

.page-id-10661 blockquote a:hover, .page-id-10704 blockquote a:hover{
 color: #666;
}

.fb-callout{
    border: none;
    background: #d33432;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 15px 30px;
}
.fb-callout.fb-blue{
background:#3b5998;
}
.fb-callout:hover{
background:#333;
}
/******************************************
** FACTS & STATS - Statistics **
******************************************/

.stat-list {
    float: left;
    margin-right: 20px;
    width: 290px;
}

#content .stat-list ul { padding: 0 }

#content .stat-list li {
    background: url(../images/pdf_icon.png) top left no-repeat;
    border-bottom: 1px solid #eee;
    list-style: none;
    margin: 0 0 10px;
    padding: 0 10px 10px 25px;
}


/******************************************
** FACTS & STATS - FAQs **
******************************************/

.faqs dt {
    background: url(../images/faq_plus.png) 5px 12px no-repeat;
    border-top: 1px solid #ddd;
    cursor: pointer;
    padding: 10px 0 10px 30px;
}

.faqs dt.active { background: url(../images/faq_minus.png) 5px 12px no-repeat }



/******************************************
** FACTS & STATS - Quiz **
******************************************/

#content .quiz-score { font-size: 1.3em; margin-top: -10px; color: #222; }
#content .quiz-score span { color: #d33432; font-size: 1.75em;}



/******************************************
** FACTS & STATS - Signs & Devices **
******************************************/

.sign-table img {
    border: none;
    margin-right: 20px;
}

#content table.sign-table td { border-bottom: none; border-top: 5px solid #eee; padding: 15px 0 }
#content table.sign-table tr { border: none; }
#content table.sign-table h4 { margin-top: 10px; }



/******************************************
** RESOURCES **
******************************************/

#content .resources td {
    color: #666;
    font-family: Georgia, Times New Roman, serif;
    font-size: 0.9em;
    line-height: 1.3em;
    padding: 10px 5px;
}

#content .resources h3 {
    background: none;
    margin: 18px 0 0;
}

#content .resources h4 {
    background: none;
    margin: 10px 0 0;
}

#content .resources td.resource-download {
    border-bottom: 3px solid #ddd;
    padding: 10px 5px 25px;
}

#content .resources td.resource-thumb { border-bottom: 3px solid #ddd }

#content .resources .resource-meta {
    color: #111;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.875em;
    font-style: italic;
}

#content .resources img {
    border: 4px solid #ccc;
    margin: 20px 10px;
}


/******************************************
** MULTIMEDIA - Audio **
******************************************/

#content ul#audio { padding: 0 }

#content ul#audio .audioplayer_container { margin-bottom: 20px }

#content ul#audio li {
    background: url(../images/icon_audio.png) 8px 22px no-repeat;
    border-top: 3px solid #eee;
    list-style: none;
    margin: 0 0 20px;
    padding: 0 0 10px 50px;
}


/******************************************
** CONTACT **
******************************************/

#content #contact-form .gform_wrapper {
    margin-right: 20px;
    width: 350px;
}

#content #contact-info h4 { margin: 20px 0 1px }



/******************************************
** ERROR 404 **
******************************************/

#content #error-404 { margin: 80px 60px }


/******************************************
** OLEV PAGE **
******************************************/

.olev-table td {
    border: 1px solid #ccc;
    padding: 1px 5px;
}

/******************************************
** NEWSLETTER PAGE **
******************************************/

.page-template-page-newsletter-php #content-container,
.page-template-page-newsletter-php #content-container #content {
    background-image: none;
}

.page-template-page-newsletter-php #content-container #content {
    width: auto;
    padding: 50px;
    position: relative;
}

.page-template-page-newsletter-php #content *  {
    font-family: 'Open Sans', sans-serif;
    background-image: none;
}

.page-template-page-newsletter-php #content h1 {
    font-weight: 700;
    font-size: 42px;
    margin: 0;
}

.page-template-page-newsletter-php #content h2 {
    font-weight: 300;
    font-style: italic;
    padding: 0;
    margin-bottom: 30px;
    color: #444;
    line-height: 1;
}

.page-template-page-newsletter-php #content p { 
    color: #444;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    width: 60%;
}

.page-template-page-newsletter-php #content img {
    position: absolute;
    top: 40px;
    right: 30px;
} 

#mc_embed_signup {
    width: 60%;
}

#mc_embed_signup label {
    font-weight: 300;
}

#mc_embed_signup form {
    padding: 0 !important;
}

#mc_embed_signup input {
    border-radius: 5px;
    border: 1px solid #ccc !important;
}

#mc_embed_signup .mc-field-group select { 
    width: auto !important;
}

#mc_embed_signup .button {
    background-color: #c82423 !important;
    margin: 10px 0 30px !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    height: auto !important;
    padding: 3px 20px !important;
    border-radius: 5px !important;
}

#mc_embed_signup .button:hover {
    background-color: #af0b0a !important;
}

#mc_embed_signup .mc-field-group {
    margin: 10px 0;
}

#mc_embed_signup .mc-field-group.mc-field-group-left,
#mc_embed_signup .mc-field-group.mc-field-group-right {
    float: left;
    width: 46%;
    clear: none;
}

#mc_embed_signup .mc-field-group.mc-field-group-left {
    margin-right: 10px;
}

#mc_embed_signup .mc-field-group.mc-field-group-right {
    margin-left: 10px;
}


#mc_embed_signup .mc-field-group.lang-select {
    padding-bottom: 0;
    margin-bottom: 20px;
}

#mc_embed_signup .mc-field-group.consent {
    padding-bottom: 0;
    margin-bottom: 5px;
}

#mc_embed_signup .mc-field-group.consent label {
    margin-left: 5px;
    font-weight: 400;
}

#mc_embed_signup small.footnote {
    color: #777;
}

.page-template-page-newsletter-php #mc_embed_signup div.mce_inline_error {
    background-color: #fdd0d0;
    color: #af3333;
    font-size: 12px;
    font-weight: 400;
}

.page-template-page-newsletter-php #mc_embed_signup #mce-success-response {
    color: #228942;
    background-color: #e9fdef;
    font-weight: 600;
    padding: 30px;
}

.page-template-page-newsletter-php #mc_embed_signup div#mce-responses {
    width: 100%;
    margin: 0;
}
/******************************************
** Gravity Forms Newsletter **
******************************************/
.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url],.gform_wrapper select {
	border-radius: 3px;
    border: 1px solid #999;
	color:#333;
	padding:5px !important;
}
.gform_wrapper select{padding:5px;}
#gform_18 .validation_error{
margin-top:60px;
}
#field_18_6 {padding-top:5px;}
#field_18_6 .gfield_label{display:none;}
#field_19_6 {padding-top:5px;}
#field_19_6 .gfield_label{display:none;}
.gform_footer.top_label{padding:0 !important;}
/******************************************
** Search Results **
******************************************/

.search-post {
    border-bottom: 1px dotted #ccc;
}

#content .search-post h3 {
    text-transform: none;
}

#content .search-post h3 a {
    border-bottom: none;
}
/*Hide Mobile Only Elements*/
.mobileview{display:none;}



/******************************************
** RSW Styling **
******************************************/
#sidebar-campaign h2 {
    font-size: 16px;
    margin: 30px 0 5px;
}

#sidebar-campaign ul {
    padding: 0 0 0 30px;
    margin-top: 5px;
}

#sidebar-campaign ul li {
    font-size: 14px;
    margin: 5px 0;
}

.rsw-video {
    float: right; 
    margin: 0 0 20px 20px;
}
/*YouTube Theatre Plugin Overrides*/
.wp-theater-bigscreen-options{display: none !important; }
.wp-theater-placeholder a:after{display: none !important;}
@media all and (max-width: 320px) {
    .rsw-video {
        float: none; 
        margin: 10px 0;
    }
}

.page-id-9253 #page-header h2,
.page-id-9251 #page-header h2, 
.page-id-9667 #page-header h2 {
    width: 300px;
    line-height: 1;
    font-size: 2.15em;
}