<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* ------------------------------ GENERAL ------------------------------ */

body {
	font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a {
	color:#000;
}

h1{
	display:none;
}

p {
	font-size: 1.25em;
	margin-bottom: 1.25em;	
}

#tbs-ros-main-container ul {
	padding-left: 1em;
}
#tbs-ros-main-container ul li {
	margin-bottom: 0;
	font-size: 1.5em;
    padding-left: 0.5em;
    margin-left: 0.4em;
}

#tbs-ros-main-container ul li span {
	font-size: 0.83em;
}

a:hover,
a:visited {
    color: inherit;
}

p a {
	text-decoration: underline;
	color: #000;
}

.tbs-ros-breadcrumb  {
    background: #1E3541;
	
}

.tbs-ros-breadcrumb p {
    position: relative;
    margin-bottom: 0;
	color: white;
	font-size: 0.75em;
	padding: 0.5em 0;
}

.tbs-ros-breadcrumb p span {
	padding: 0 0.25em;
	color: #A8E6CF;
}

.tbs-ros-breadcrumb a,
.tbs-ros-breadcrumb a:hover,
.tbs-ros-breadcrumb a:active,
.tbs-ros-breadcrumb a:visited {
	color: white;
}

/* ------------------------------ HEADER ------------------------------ */

.canada-workmark-tbs {
    float: right;
    margin-top: -1.75em;
}

#tbs-ros-main-container.homepage {
    /* border-top: 15px solid #1E3541; */
}

#tbs-ros-banner {
	background-color:#fff;
}

#tbs-ros-banner img#tbs-logo {
	width:300px;
	height:auto;
	display: block;
	padding-top: 28px;
}


#tbs-ros-banner .container {
	/*width: 1410px;*/
}

#tbs-ros-banner .col-left,
#tbs-ros-banner .col-right {
	height:75px;
}

#tbs-ros-navmenus {
	/* margin-left: 32px; */
}

#tbs-ros-navmenus h2 {
	display:none;
}


/* main menu */

.mobile-menu {
	display:none;
	margin: 2.5em 0 1.5em;
}

.mobile-menu summary {
	display:block;
	overflow:hidden;
	background-color:#1E3541;
	text-decoration:none;
	padding: 12px 16px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color:#FFF;
	text-align: center;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 1.5em;
	font-weight: 700;
}

.mobile-menu summary:hover,
.mobile-menu summary:focus {
	color: #1E3541;
	background-color:#46B29D;
}

.mobile-menu .tbs-ros-mainmenu,
.mobile-menu .dropdown-menu,
.mobile-menu .tbs-ros-mainmenu li {
	display: block !important;
	width: 100%;
	position: relative !important;
	text-align: left;
}

.mobile-menu .tbs-ros-mainmenu {
    padding-top: 0 !important;
}

.mobile-menu .tbs-ros-mainmenu li br {
	display: none;
}

.mobile-menu .dropdown-menu {
	box-shadow: none;
	margin-bottom: 1em;
}
.mobile-menu .dropdown ul li a {
    background-color: #fff !important;
    color: #1E3541 !important;
	font-size: 1em !important;
}

.mobile-menu .tbs-ros-mainmenu li a {
    font-size: 1.1em !important;
    padding: 0.6em !important;
}


#tbs-ros-navmenus ul.tbs-ros-mainmenu {
	 /* display: table; */
    /* float: left; */
    width: 100%;
    padding-top: 38px;
    padding-left: 0;
    margin-bottom: 0;
    text-align: left;
    margin-left: -32px;	
}

html:lang(fr) #tbs-ros-navmenus ul.tbs-ros-mainmenu {
    margin-left: -16px;	
}

#tbs-ros-navmenus ul.tbs-ros-mainmenu li {
	display:inline-block;
	/*vertical-align:bottom;*/
}

#tbs-ros-navmenus ul.tbs-ros-mainmenu li a {
    font-size: 0.9em;
    color: #000;
    text-decoration: none;
    font-weight: 800;
    text-align: center;
	display: inline-block;
	padding: 1em 2em;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;		
}

html:lang(fr) #tbs-ros-navmenus ul.tbs-ros-mainmenu li a {
		padding: 1em 0.8em;
}

#tbs-ros-navmenus ul.tbs-ros-mainmenu li:first-child a,
html:lang(fr) #tbs-ros-navmenus ul.tbs-ros-mainmenu li:first-child a {
}

#tbs-ros-navmenus ul.tbs-ros-mainmenu li a:focus,
#tbs-ros-navmenus ul.tbs-ros-mainmenu li a:hover {
	background: #F0CA4D;

}


.dropdown:hover .dropdown-menu,
.dropdown a:focus .dropdown-menu {
  display: block;
}

#tbs-ros-navmenus .dropdown ul {
	padding: 0;
	margin-top: 1px;
}


#tbs-ros-navmenus .dropdown ul li {
	display:block;
	padding-bottom: 0;
}

#tbs-ros-navmenus .dropdown ul li a {
	display:block;
	background-color: #1E3541;
	padding:15px;
	border-bottom: 1px solid #46B29D;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	text-align: left;
}

#tbs-ros-navmenus .dropdown ul li a:hover,
#tbs-ros-navmenus .dropdown ul li a:focus {
	background-color: #46B29D;
}

.dropdown-menu {
	border-radius:0;
	border: 0;
	padding: 0;
	margin: 0;
}


/* hamburger menu

#tbs-ros-navmenus .tbs-ros-hamburger-menu {
	position:relative;
	float: right;
	padding-top: 27px;
	margin-bottom: -1px;
}

#tbs-ros-navmenus .tbs-ros-hamburger-menu a.ham-toggle {
	display:block;
	overflow:hidden;
	background-color:#1E3541;
	text-decoration:none;
	padding: 12px 16px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color:#FFF;
}

#tbs-ros-navmenus .tbs-ros-hamburger-menu .ham-margin-adjust {
	margin-left:30px;
}

#tbs-ros-navmenus .tbs-ros-hamburger-menu a.ham-toggle span {
	float:left;
	font-size: 1em;
	font-weight: 800;
	padding-left:12px;
}

#tbs-ros-navmenus .tbs-ros-hamburger-menu a.ham-toggle img {
	float:left;
	width: 35px;
	height:auto;
}

#tbs-ros-navmenus .tbs-ros-hamburger-menu .ham-positioner {
	display:block;
	position:absolute;
	z-index:9999;
	right: 0;
}


#tbs-ros-navmenus .tbs-ros-hamburger-menu ul {
	display:none;
	width: 240px;
	padding:0
}

#tbs-ros-navmenus .tbs-ros-hamburger-menu ul li {
	display:block;
}

#tbs-ros-navmenus .tbs-ros-hamburger-menu ul li a {
	display:block;
	background-color: #1E3541;
	padding:15px;
	border-bottom: 1px solid #46B29D;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	text-align: left;
}

#tbs-ros-navmenus .tbs-ros-hamburger-menu ul li a:hover,
#tbs-ros-navmenus .tbs-ros-hamburger-menu ul li a:focus {
	background-color: #46B29D;
}

#tbs-ros-navmenus .tbs-ros-hamburger-menu ul li:last-child a {
	border-bottom: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
*/

#tbs-ros-navmenus .nav-wrapper {
	display:table;
	width: 100%;
}

#tbs-ros-navmenus .nav-wrapper .nav-wrapper-inner {
	display:table-cell;
	text-align:center;
}


/* ------------------------------ SECTION TITLES ------------------------------ */


.homepage #tbs-ros-title-section {
    padding-bottom: 2em;
}

#tbs-ros-title-section {
	display: table;
	width: 100%;
}

#tbs-ros-title-section .container {
    width: 1380px;
}

#tbs-ros-title-section .container .col {
    padding:0;
	display: table-cell;
	height: 100%;
	vertical-align: top;
}



#tbs-ros-title-section .container .col.title {
	width:15%;
	text-align:right;
}

.homepage #tbs-ros-title-section .container .col.subtitle {
	width:43.5%;
}

#tbs-ros-title-section .container .col.subtitle {
	width:42.5%;
}

#tbs-ros-title-section .container .col.title-image {
    width: 36.5%;
    padding-left: 3em;
}



#tbs-ros-title-section .container h2.main {
	display: inline-block;
	padding: 12px;
	background-color:#F0CA4D;
	font-size: 1.25em;
	color:#000;
	text-align: right;
}

#tbs-ros-title-section .container .col.subtitle h2.sub {
	font-size:3.5em;
	color:#000;
	display: block;
	margin-left: 20px;
	margin-bottom: 1em;
}


#tbs-ros-title-section .container .col.title-image img {
	width:100%;
	height:auto;
}

#tbs-ros-title-section .container .col.title-image-inside {
	text-align: center;
	vertical-align: bottom;
	padding-top: 1.5em;
}



html:lang(fr) #tbs-ros-title-section .container .col.title-image-inside {
    padding-top: 6.5em;
}

#tbs-ros-title-section .container .col.title-image-inside img {
	width:auto;
	height: 300px;
	
}



/* ------------------------------ BODY ------------------------------ */

main{
	padding-bottom:0;
}

.tbs-ros-body-section h3 {
	font-size:2.75em;
	margin-top: 1em;
}

.tbs-ros-body-section {
	padding-bottom: 2em;
}

.tbs-ros-body-section.padding-bottom-none {
	padding-bottom: 0;
}

.section-green {
	background-color:#A8E6CF;
}

.section-white {
	background-color:#FFF;
}

.section-yellow {
	background-color:#F0CA4D;
}

.section-blue {
	background-color:#56B2D2;
}

.section-teal {
	background-color: #A8E6CF;
}


.text-blue {
	color: #1E3541;
}


/* Quote Box*/

.quotebox {
	width:100%;
}

.quotebox .quotebox-banner {
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	background-color:#1E3541;
	font-size: 1.5em;
	color:#fff;
	padding: 10px 10px 10px 35px;
	font-weight: bold;
}

.quotebox .quotebox-allcontent-wrapper {
	display:block;
	overflow:hidden;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	background-color:#D5F8EB;
	font-size:2em;
	color:#000;
	padding: 15px;
	position: relative;
	height: 230px;
}

.quotebox .quotebox-allcontent-wrapper .quotebox-content {
	position: absolute;
	display: none;
}

.quotebox .quotebox-content blockquote {
	display:table;
	border-left:none;
}

.quotebox .quotebox-content blockquote img.quotebox-leftquote {
	display:table-cell;
	vertical-align:top;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 5rem;
	color:#46B29D;
	width:20px;
	height:auto;
}

.version-fr .quotebox .quotebox-content blockquote img.quotebox-leftquote,
.version-fr .quotebox .quotebox-content blockquote img.quotebox-rightquote{
	width: 25px !important;
    margin-top: 0.17em;
}

.quotebox .quotebox-content blockquote p {
	display:table-cell;
	vertical-align:top;
	font-size: 1.5em;
    font-weight: 400;
	padding-left: 10px;
}

.quotebox .quotebox-content blockquote p span.accessible-quotemark {
	display:none;
}

.quotebox .quotebox-content blockquote p span.quote-container {
	display:block;
}

.quotebox .quotebox-content blockquote p span.quote-container span.quote {
	display:inline;
}

.quotebox .quotebox-content blockquote p span.quote-container img.quotebox-rightquote {
	display:inline;
	vertical-align:top;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 5rem;
	color:#46B29D;
	width:20px;
	height:auto;
}

.quotebox-buttons {
	display:block;
	margin-top: 160px;
}

.quotebox-buttons ul {
	margin:0 auto;
	display:table;
	padding: 0 !important;
}

.tbs-ros-button {
	font-size: 1.25em;
	font-weight: 800;
	padding: 0.65em 1.25em;
	background-color: #ddd;
	color: #1E3541;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;	
	
}

.tbs-ros-button:hover {
	color: inherit;
	text-decoration: none;
}

.teal-button,
.teal-button:focus {
	background-color: #46B29D;
	border: 0;
}

.teal-button:hover {
	background-color: #4cbfa9;
}


/* ------------------------------ INSIDE PAGES ------------------------------ */

.brackets-border {
	margin: 2.25em 0;
	padding: 3em;
	position: relative;
}

.vertical-border,
.short-horizontal-border {
	position: absolute;
}

.short-horizontal-border {
	height: 25px;
	width:60px;
}

.vertical-border {
	width: 25px;
	height:100%;
	top:0;
}

.brackets-border .vertical-border:nth-of-type(1) {
	left: 0;
}
.brackets-border .vertical-border:nth-of-type(2) {
	right: 0;
}

.brackets-border .short-horizontal-border:nth-of-type(3) {
	left: 0;
	top:0;
}

.brackets-border .short-horizontal-border:nth-of-type(4) {
	right: 0;
	top:0;
}

.brackets-border .short-horizontal-border:nth-of-type(5) {
	left: 0;
	bottom:0;
}

.brackets-border .short-horizontal-border:nth-of-type(6) {
	right: 0;
	bottom:0;
}

.brackets-border p:last-of-type {
	margin-bottom: 0;
}

aside {
	width:100%;
	margin-bottom: 2em;
}

aside header {
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	background-color:#1E3541;
	font-size: 1.5em;
	color:#fff;
	padding: 10px 10px 10px 16px;
	font-weight: 800;
}

aside blockquote {
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-left:none;
	background-color:#D5F8EB;
	font-size:2em;
	color:#000;
	padding: 15px 30px 10px 15px;
	margin: 0;
}

aside blockquote:last-child {
	padding-bottom: 20px;
}

aside blockquote p {
 	font-size: 0.65em;
 	line-height: 1.8em;
}

aside blockquote p span {
    font-size: 2em;
    font-weight: 900;
    display: block;
    background: #E05B49;
    border-radius: 3px;
    padding: 10px;
	width: 100%;
}

aside blockquote p span.more-leading {
    line-height: 1.05em;
}

aside blockquote p span.small-text {
    font-size: 1.5em;
}

.inside-pages .col-md-8 h3:first-child {
	margin-top: 0;
}

aside blockquote ul {
    font-size: 0.5em;
}

aside blockquote ul li span {
    line-height: 1.8em;
}

.brackets-border h3:first-of-type {
	margin-top: 0;
}
.brackets-border h4 {
	font-size: 1.88em;
	font-weight: 400;
}

.brackets-border aside {
	border-left: 10px #DDDDDD solid;
	padding-left: 2em;
}

.brackets-border aside header {
	background-color: transparent;
	color: black;
	padding-left: 0;
}

.brackets-border aside ul li span {
    font-size:0.9em !important;
	font-weight: 500;
}

.brackets-border aside ul li {
	margin-bottom: 0.5em !important;
}

.brackets-border .col-md-8 {
    padding-right: 6em;
}

.nice-ol {
	list-style-type: none;
	padding-left: 0;
}
.nice-ol li {
    font-size: 0.75em;
    font-weight: 400;
	margin-bottom: 0.5em;
}

.nice-ol span {
    border-radius: 50px;
    background: #E05B49;
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    padding-top: 5px;
    margin-right: 13px;
	float: left;
}

.nice-ol li:after {
	content: ' ';
	clear: both;
	display: block;
}

.nice-ol li p {
    display: inline-block;
    width: 75%;
	font-size: 0.85em;
	line-height: 1.4em
}

.quotebox-buttons ul li {
	display:table-cell;
	width:33%;
	padding-left: 5px !important;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.quotebox-buttons ul li a {
	display:block;
	width: 35px;
	height:35px;
	background-image:url(../images/quotebox-buttons-green-200x200.png);
	background-size: cover;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
	
}

.quotebox-buttons ul li a.active {
	background-image:url(../images/quotebox-buttons-red-200x200.png);
}

.quotebox-buttons ul li a span {
	display:none;
}

article::after,
article header::after {
	content: ' ';
	display: block;
	clear: both;
}

article {
	border-bottom: 1px solid #707070;
	padding-bottom: 2em;
	margin-bottom: 2.5em;
}

article:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0.5em;
}

article header div {
	padding: 0 !important;
	margin-bottom: 10px;
}
article header p,
.alternate-fill article h4 {
	font-size: 2em;
	font-weight: 400;
	margin: 0;
	line-height: 1.1em;
}

article header p {
	margin-left: -0.75em;
}

article p {
	margin: 0;
}
.alternate-fill article h4 {
	margin-bottom: 0.5em;
}


.alternate-fill article {
	display: table;
}
.alternate-fill article div:first-of-type {
	text-align: center;
}

.alternate-fill article div {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

.alternate-fill article {
	border: 0;
	margin-bottom: 2em;
	background: #fff;
	border-radius: 3px;
	padding: 2em;
}

.alternate-fill article:nth-of-type(2n+2) {
	background: #D5F8EB;
	direction: rtl;
}

.alternate-fill article:nth-of-type(2n+2) div {
	direction: ltr;
}


.ytp-large-play-button.ytp-button {
	display: none !important;
}


.brackets-border.video-wrapper h4 {
	margin-top: 0;
	margin-bottom: 0.65em;
}

.wb-mltmd {
	width: 100%;
}

figcaption,
.wb-mm-ctrls {
	/* display: none; */
}

#inline-captions p {
	font-size: 1.125em;
}

#inline-captions ul li {
	font-size: 1.125em;
}

details summary,
details summary:visited,
details summary:active,
details summary:focus,
details summary:hover {
	color: black;
}

.brackets-border.video-wrapper .col-md-8 {
    padding-right: 15px;
	padding-bottom: 1.5em;
}

.brackets-border.video-wrapper aside {
	margin-left: 0;
	border-left: 0;
	padding-left: 0.5em;
}

.brackets-border.video-wrapper aside header {
	padding-top: 0;
}

.collabwidely-topmargin {
	padding-top:2em;
}

/*

.play-video {
    position: absolute;
    z-index: 99;
	cursor: pointer;
}

.play-video:hover::before,
.wb-mltmd.video.waiting .display:hover::before, 
.wb-mltmd.video:not(.playing):not(.waiting) .display:hover::before {
	border-color: #56B2D2;
}

.play-video img {
	width: 100%;
}

.play-video:before,
.wb-enable .wb-twitter .twitter-timeline:before, 
.wb-mltmd.video.waiting .display:before, 
.wb-mltmd.video:not(.playing):not(.waiting) .display:before {
    background: rgba(0,0,0,0.20);
    border-radius: 90px;
    border: 8px solid white;
    width: 120px;
    height: 120px;
	bottom: 0;
    content: " ";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;	
	
}

.play-video:after {
    color: #fff;
    content: "\e072";
    font-family: "Glyphicons Halflings";
    font-size: 65px;
    text-align: center;
	bottom: 0;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;	
}

*/


.play-video:before,
.wb-enable .wb-twitter .twitter-timeline:before, 
.wb-mltmd.video.waiting .display:before, 
.wb-mltmd.video:not(.playing):not(.waiting) .display:before {
    border-radius: 90px;
    border: 8px solid white;
    width: 120px;
    height: 120px;
	bottom: 0;
    content: " ";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;	
	
}

.play-video:after {
    color: #fff;
    content: "\e072";
    font-family: "Glyphicons Halflings";
    font-size: 65px;
    text-align: center;
	bottom: 0;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;	
}



.col-md-8 .nextsteps-container .brackets-border {
	margin: 1.25em 0 2.25em 0;
}

.col-md-8 .nextsteps-container .brackets-border aside {
	border-left: 0;
    border-top: 10px #DDDDDD solid;
	padding-left: 0;
	padding-top: 1em;
    margin-top: 2em;	
}

.nextsteps-container h4 {
	margin-top:0;
}

.next-steps-hasvideo {
	padding-left:30px;
}

.wb-mm-ctrls,
.glyphicon-pause:before,
.glyphicon-play:before,
.glyphicon-volume-up:before,
.glyphicon-subtitles:before {
    color: #666;
	background-color: white;
}

.wb-mm-ctrls progress {
    color: #56B2D2;
    border: 1px solid #666;
    background: #fff;
    height: 23px;
    padding: 5px;
    border-radius: 0;
}
.wb-mm-ctrls progress::-moz-progress-bar { background: #fff; }
.wb-mm-ctrls progress::-webkit-progress-bar { background: #fff; }
.wb-mm-ctrls progress::-webkit-progress-value { background: #56B2D2; }


/* ------------------------------ FOOTER ------------------------------ */

.tell-us-what-you-think {
    width: 420px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;	
	
}

.tell-us-what-you-think[open] {
    width: 100%;
}

html:lang(fr) .tell-us-what-you-think {
    margin-bottom: 3em;
}

.tell-us-what-you-think * {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;	
}

.tell-us-what-you-think .well {
    background-color: #a8e6cf;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
	margin: 0;
    transition: max-height 0.15s ease-out;

}

.tell-us-what-you-think&gt;summary {
    margin-left: 0;
    margin-right: 0;
}

.tell-us-what-you-think[open]&gt;summary {
    border: 0;
    border-bottom:0;
    margin-bottom: 0;
}

.tell-us-what-you-think .form-note {
	font-size: 0.8em;
	margin: 1em 0 0 0;
	font-style:italic;
}

.tell-us-what-you-think .form-group {
    margin-left: 0;
    margin-right: 0;
}

.tell-us-what-you-think .form-control {
    width: 100%;
	border: 1px solid #85bca8;
}

.tell-us-what-you-think legend {
    border-bottom: 0 !important;
    margin-bottom: 0.25em !important;
    font-size: 1.3em;
}

.tell-us-what-you-think button {
    background-color: #1E3541;
    font-weight: bold;
    padding: 0.5em;
    font-size: 1em;
    width: 60%;
    margin-top: 0.75em;
    text-align: center;
}

.tell-us-what-you-think button:hover,
.tell-us-what-you-think button:focus {
    background-color: #2A4A5B;
}

#tbs-ros-footer .container {
	overflow:hidden;
	width: 1380px;
	background-color:#FFF;
	padding-top:40px;
	padding-bottom:40px;
}

#tbs-ros-footer .container .share-this-page-container {
	text-align:right;
}

#tbs-ros-footer .container .report-a-problem-container .reportaproblem-emailinput .reportaproblem-emailinput-legend {
	margin-bottom:0 !important;
}

#tbs-ros-footer .container .report-a-problem-container .reportaproblem-emailinput .reportaproblem-emailinput-legend .control-label {
	font-size:0.8em;
}

#tbs-ros-footer .container .report-a-problem-container .reportaproblem-emailinput input#inputEMailReportaproblem {
	width:100%;
}

#tbs-ros-footer .container .report-a-problem summary,
#tbs-ros-footer .container a.shr-opn {
	display:inline-block;
	background-color:#E05B49;
	color:#000;
	font-weight:500;
	font-size:1em;
	text-decoration:none !important;
	padding:10px;
	border-radius:3px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;		
}

#tbs-ros-footer .container .report-a-problem:hover summary,
#tbs-ros-footer .container a.shr-opn:hover {
	background-color:#FD6E5B;
}

#tbs-ros-footer ul.tbs-ros-footermenu {
	display:table;
	float:left;
	padding-top: 20px;
	padding-left: 0;
}

#tbs-ros-footer ul.tbs-ros-footermenu li {
	display:table-cell;
	vertical-align:middle;
}

#tbs-ros-footer ul.tbs-ros-footermenu li a {
	font-size: 0.9em;
	color:#000;
	padding: 10px 14px;
}

#tbs-ros-footer ul.tbs-ros-footermenu li.first a {
	padding-left:0;
}

#tbs-ros-footer .container .date-modified-container {
	padding-top: 20px;
}

#tbs-ros-footer .container .date-modified-container p {
	font-size:0.9em;
}

.what-you-think img.what-do-you-think {
	width:636px;
}


/* ------------------------------ HOME ------------------------------ */

/* Answering the call */
.answering-call {
	padding-top: 2.5em;
	padding-bottom: 3.5em
}

.answering-call h3 {
	margin-top: 0.75em;
}

.featured-image {
    width: 200px;
    float: left;
    margin-right: 35px;
}

.version-fr .featured-image {
    margin-top: 3em;
}

.answering-call .calls-container {
	border-radius:3px;
	background-color: #1E3541;
	width: 100%;
	display: table;	
}

.answering-call .row {
	display: table-row;
}

.answering-call .row .box {
	border-bottom: 1px solid #fff;
	display: table-cell;	
	color: white;
	font-size: 1.6em;
  	text-align: left;
	height: 150px;
	width: 50%;
	float: none;
	padding-left:0;
	padding-right:0;
}

.answering-call .box a {
    width: 100%;
    height: 149px;
    z-index: 2;
    position: absolute;
    top: 0;
	left:0;
	display: table;	
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;	
}

.answering-call .box a span.wrapper {
	display: table-cell;
	vertical-align: middle;
	padding-left:50px; 
}


.answering-call .box a span.text {
	padding-left: 0.5em;
	color: white;
	display: inline-table;
    vertical-align: middle;
	font-weight: 600;
}

.answering-call .box img {
	width: 130px;
}

.answering-call .box p,
.answering-call .box img {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;	
	margin: 0;
}

.answering-call .box a:hover {
	background-color: #122129;
}

.answering-call .box a:hover img {
	margin-left: -10px;	
}

.answering-call .box a:hover p {
	margin-left: 4px;	
}



.answering-call .row:last-child .box {
	border-bottom: none;
}


.answering-call .row .box:first-child {
	border-right: 1px solid #fff;
}

.answering-call .row .box:first-child::after {
	content: ' ';
	position: absolute;
	background: #1E3541;
	width: 24px;
	height: 24px;
	bottom:-12px;
	right:-12px;
	z-index: 1;
}

.answering-call .row:last-child .box:first-child::after {
	display: none;
}


/* Tell Us What You Think */
.what-you-think {
    padding-bottom: 0;
}

.what-you-think p {
	font-size: 1.5em;
}

.what-you-think img {
	padding: 2em 0;
}

/* Serve You Better */
.serve-better {
    padding-bottom: 0;
}

.serve-better .col-md-4 {
	background: white;
	padding: 1.5em;
	float: none;
	display: table-cell;
	border-right: 30px solid #F0CA4D;
}

.serve-better .row {
    margin-bottom: 2em;
}

.serve-better .row:last-of-type {
    margin-bottom: 3em;
}


.serve-better .col-md-4:last-child {
    border-right: 0;
}

.serve-better img {
    margin: auto;
    display: block;
}

.serve-better h4 {
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 0.75em;
	text-align: center;
}

.serve-better .col-md-4 p {
	margin-bottom: 0;
}

.serve-better .col-md-12 {
    margin-bottom: 2em;
}

.serve-better .wrapper {
	display: table;
	margin-bottom: 3em;
}

/* Did you know */
.did-you-know img {
    margin: 2em 1em;
}

.did-you-know h3 {
    margin-top: 2.5em;
	float: left;
}

.did-you-know .sources {
	padding-left: 2em;
}

.did-you-know .col-md-3 p {
	border-top:20px solid black;
	padding-top: 25px;
}

.did-you-know .container .col-md-3:nth-child(1) p {
	border-color: #A8E6CF; 	
}
.did-you-know .container .col-md-3:nth-child(2) p {
	border-color: #56B2D2; 	
}
.did-you-know .container .col-md-3:nth-child(3) p {
	border-color: #DE5B49; 	
}
.did-you-know .container .col-md-3:nth-child(4) p {
	border-color: #F0CA4D; 
	margin-right: 0;
}

.sources {
	font-style: italic;
	font-size: 1em;
	line-height: 1.75em;
    padding-top: 1.5em;
}

.light-divider {
	display: table;
	width:100%;
	border-collapse: collapse;	
}

.light-divider .row {
	border-bottom: 1px solid #707070;
	margin: auto;
	text-align: center;
}


.light-divider .row:last-of-type {
	border-bottom: 0;
}

.light-divider .cell {
	display: inline-block;
	width: 33%;
	text-align: center;
	position: relative;
}

.light-divider .cell::after {
	content: ' ';
    position: absolute;
    right: 0;
    top: 30px;
    color: #000;
    height: 75%;
    border-right: 1px solid #707070;
}

.light-divider .cell:last-of-type::after {
	display: none;
}

.light-divider .cell p {
	font-weight: 700;
	font-size: 2em;
	color: #1E3541;
}

.light-divider .cell img {
	padding: 1em;
}

.overlay-def .modal-title {
    color:#fff;
}


/* ------------------------------ MEDIA QUERIES ------------------------------ */


/* special queries for top menus only */

@media (max-width: 1399px) {
	
	
	#tbs-ros-banner .col-left,
	#tbs-ros-banner .col-right {
		width:100%;
		height:auto;
		clear:both;
	}
	
	#tbs-ros-navmenus {
		margin-left:0;
	}
	
	
	#tbs-ros-footer .container {
		width: 100%;
	}
	
	
	
}

@media (max-width: 1398px) {
	
	#tbs-ros-title-section .container {
		width:100%;
	}
	
}

@media (max-width: 1375px) {
	.homepage #tbs-ros-title-section .container .col.subtitle {
		width: 46.5%;
	}
	.homepage #tbs-ros-title-section .container .col.subtitle h2.sub {
		font-size: 3.25em;
	}	
}


@media (max-width: 1175px) {
	.homepage #tbs-ros-title-section .container .col.subtitle {
		width: 50.5%;
	}
}

@media (max-width: 1111px) {
	.homepage #tbs-ros-title-section .container .col.subtitle {
		width: 55.5%;
	}
	
	.homepage #tbs-ros-title-section .container .col.title-image {
		width: 28.5%;
	}

}






@media (max-width: 1400px) {
	#tbs-ros-title-section .container .col.title,
	#tbs-ros-title-section .container .col.subtitle{
		width: min-content;
		width: -moz-min-content;
		width: -webkit-min-content
	}
}

@media (max-width: 549px) {

	#tbs-ros-banner img#tbs-logo {
		width:100%;	
	}

}






/* standard bootstrap-grid queries */


@media (max-width: 1199px) {
	
	#tbs-ros-banner .container {
		width:inherit;
	}

	#tbs-ros-navmenus ul.tbs-ros-mainmenu {
    	display: table;
	}
	
	#tbs-ros-navmenus ul.tbs-ros-mainmenu li {
		display: table-cell;
	}
	
	#tbs-ros-navmenus ul.tbs-ros-mainmenu .dropdown ul li {
		display:block;
	}
	
	
	aside blockquote p span.small-text {
		font-size: 1em;
		line-height: 1.5em;
	}
	
	
	.what-you-think {
		text-align: center;
	}

	.tell-us-what-you-think {
		margin: auto;
	}	
	aside blockquote p span {
		font-size: 1.5em;
		padding: 0px 10px;
	}
	

	.quotebox .quotebox-allcontent-wrapper {
		height: 290px;
	}
	
	.quotebox br {
		display: none;
	}
	
	.quotebox-buttons {
		margin-top: 220px;
	}
	
	.answering-call .box a span.wrapper {
		padding-left: 20px;
	}	
	
	.answering-call .box img {
		width: 100px;
	}	
	
	.answering-call .box a span.text {
		font-size: 0.85em;
	}	
	
	#tbs-ros-title-section .container .col.title-image-inside {
		width: 30%;
	}	
	
	
	
}

@media (max-width: 991px) {
	
	.answering-call .box a span.text {
		font-size: 1em;
	}		
	
	.mobile-menu,
	.mobile-menu .nav-wrapper {
		display:block !important;
	}
	
	.nav-wrapper {
		display:none !important;
	}
	
	.tell-us-what-you-think {
		width: 100%;
	}
	aside blockquote p span.small-text {
		font-size: 1.5em;
		line-height: 1.5em;
	}
	
	
	.quotebox .quotebox-allcontent-wrapper {
		height: 210px;
	}
	
	.quotebox-buttons {
		margin-top: 140px;
	}
	
		
	.homepage #tbs-ros-title-section .container .col.subtitle,
	.homepage #tbs-ros-title-section .container .col.title-image {
		width: 100%;
	}

	#tbs-ros-title-section .container .col.title {
		width:inherit;
		text-align:left;	
	}
	
	#tbs-ros-title-section .container .col.subtitle {
		width:inherit;
	}
	
	#tbs-ros-title-section .container h2.main {
		text-align: center;
	}
	
	#tbs-ros-title-section .container h2.main br {
		display: none;
	}	
	
	#tbs-ros-title-section .container .col.subtitle h2.sub {
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	#tbs-ros-title-section .container .col.title-image {
		width:inherit;
	}
	
	#tbs-ros-footer .container .report-a-problem-container {
		text-align:center;
		margin-bottom:20px;
	}
	
	#tbs-ros-footer .container .share-this-page-container {
		text-align:center;
	}
	
	#tbs-ros-footer ul.tbs-ros-footermenu {
		margin:0 auto;
		float:none;
	}
	
	#tbs-ros-footer .container .date-modified-container {
		text-align:center;
	}
	
	#tbs-ros-footer .container .date-modified-container p {
		display:inline-block;
	}
	
	/* Answering the call */
	
	.answering-call .row {
		display:block;
		margin-left:0;
		margin-right:0;
	}
	
	.answering-call .row .box {
		border-bottom: 1px solid #fff;
		display: block;	
		color: white;
		font-size: 2em;
		text-align: left;
		height: 150px;
		width: 100%;
		float: none;
	}
	
	.answering-call .row .box p br {
		display: none;
	}
	
	.answering-call .row .box:first-child::after {
		display: none;
	}

	.answering-call .row .box:first-child {
		border-right: 0px;
	}

	.answering-call .row:last-child .box {
		border-bottom: 1px solid #fff;
	}
	
	.answering-call .box a {
		height: auto;
		position: relative;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}

	.answering-call .row .box {
		height: auto;
		padding: 0;
		font-size: 1.5em;
	}
	
	.answering-call .box a span.wrapper {
		padding-left:20px;
	}
	
	.answering-call .box a span br {
		display:none;
	}
	
	.answering-call .box img {
		height: 70px;
		width: auto;
	}
	
	.what-you-think img {
		width: 480px;
	}
	
	/* Serve You Better */
	.serve-better .col-md-4 {
		margin-bottom: 2px;
		display: block;
		border-right: 0;
	}
	
	aside blockquote p span {
		display: inline;
	}
	
	.brackets-border .col-md-8 {
		padding-right: 15px;
		padding-bottom: 2em;
	}
	
	.brackets-border aside {
		border-left: 0;
		border-top: 10px #DDDDDD solid;
		padding-left: 15px;
		padding-top: 1.5em;
	}	
	
	.serve-better .row {
		margin-bottom: 0;
	}	
	
	
	.light-divider .cell {
		width: 100%;
   		border-bottom: 1px solid #707070;	
	}
	
	.light-divider .row {
		border-bottom: 0;
	}	
	
	.light-divider .cell::after {
		border-right: 0;
	}	
	
	.light-divider img {
		width: 160px;
		margin-top: 1em;
		padding: 0 !important;
	}	
	
	#tbs-ros-title-section .container .col {
		display: table;
		width: 100% !important;
		text-align: center !important;
		padding: 0 4em;
	}	
	
	#tbs-ros-title-section .container .col.title-image-inside {
		padding-top: 0.5em;
	}	
	#tbs-ros-title-section .container .col.title-image-inside img {
		/* width: 300px; */
	}	
	
	#tbs-ros-title-section .container .col.title-image img {
		width: 300px;
		padding-bottom: 3em;
	}	
	
	aside {
		margin-top: 2em;
	}
	
	.canada-workmark-tbs {
		float: none;
		margin-top: 0;
	}
	
	.brackets-border.video-wrapper {
		padding-bottom:inherit;
	}
	
	.play-video {
		padding-right: 30px;
	}
	
	
	#tbs-ros-navmenus ul.tbs-ros-mainmenu li a {
		text-align:left;
	}
	
	
	
}		


@media (max-width: 767px) {
	
	

	
	#tbs-ros-title-section .container .col.subtitle h2.sub,
	.homepage #tbs-ros-title-section .container .col.subtitle h2.sub {
		font-size: 2.5em;
	}
	
	
	
	#tbs-ros-title-section .container {
		width: inherit;
	}
	
	.tbs-ros-body-section {
		font-size: 0.88em;
	}
	#tbs-ros-footer ul.tbs-ros-footermenu {
		display:block;
	}
	
	#tbs-ros-footer ul.tbs-ros-footermenu li {
		display: block;
		text-align:center;
	}
	
	#tbs-ros-footer ul.tbs-ros-footermenu li a {
		display:inline-block;
		padding-top:0;
		padding-bottom:0;
	}
	
/* Answering the call */
	.answering-call .row .box img {
		display: none;
	}

/* Did you know */ 
	.featured-image,
	.title-image img,
	.did-you-know img,
	.what-you-think img,
	.answering-call .row .box img,
	.alternate-fill article div:first-of-type,
	article header div:first-child,
	article header p br {
		display: none;
	}
	
	.what-you-think {
		padding-bottom: 2.5em;
	}

	.did-you-know h3 {
		margin: 1em 0.6em 0.75em;
	}
	
	article header p {
		margin-left: 0;
	}
		
	#tbs-ros-title-section .container .col.title-image-inside,	
	.serve-better img,
	.light-divider img {
		display: none;
	}	
	
	.serve-better h4 {
		font-size: 1.75em;
	}
	
	.light-divider .cell p {
		font-size: 1.75em;
		margin: 1em 0;
	}
	
	#tbs-ros-title-section .container .col {
		display: block;
		padding: 0;
	}	
	
	
	
	.wb-mm-ctrls .frstpnl, 
	.wb-mm-ctrls .lastpnl, 
	.wb-mm-ctrls .tline {
		display: block;
	}
	
	
	.xxsmallview .wb-mm-ctrls .wb-mm-txtonly {
		margin-top: 0;
		position: relative;
	}

}

@media (max-width: 479px) {
	.tbs-ros-body-section h3 {
    	font-size: 2em;
	}
	
	p {
    	font-size: 1.125em;
	}

}

</pre></body></html>