a {
  color: #0f4d93;
  text-decoration: none;
}

#tabs a{
  color: #0f4d93 !important;
  text-decoration: none !important;
}

a:hover {
  color: #0f4d93;
  text-decoration: underline;
}

a:visited {
  color: #669;
}



audio {
  margin: 1rem 0;
  /*border: 1px solid #ccc;*/
  width: 70%;
}

body {
  background: #a8b1a7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px; /*font-size: 13px;*/ 
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

footer {
  background: #004b62;
  border-top: 7px solid #007b6c;
  color: #FFF;
  font-size: 0.9rem;  /*font-size: 11px;*/
  padding: 10px 20px;
  min-width: 960px
}

footer .grid-25.left.En {
    padding-left: 20px;
    width: auto;
    padding-right: 100px;

}

footer .grid-25.left.Fr {
    padding-left: 20px;
    width: auto;
    padding-right: 50px;

}

input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="number"],
select,
textarea,
.textarea,
button {
  border: 1px solid;
  border-color: #bfbfbf #dedede #dedede #bfbfbf;
  font: 1em Arial, Helvetica, Verdana, sans-serif;
  padding: 5px 1px
}

input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  border: 1px solid;
  border-color: #c8c9ca #9e9e9e #9e9e9e #c8c9ca;
  color: #34404f;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: 1px 1px #FFF;
  width: auto
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:hover {
  border-color: #627782;
  color: #369
}

input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:focus {
  border-color: #555
}

input[type="image"] {
  background: transparent none;
  border: 0;
  padding: 0;
}

.QSIFeedbackButton {

}

.QSIFeedbackButton > button { 
  font-weight: normal;
  text-shadow: none;
}

footer .twitter, footer .linkedin, footer .youtube {
  max-width: 16px;
  max-height: 16px;
  margin-right: 5px;
}

h1 {
  border-bottom: 1px solid #004b62;
  font-size: 1.9rem;
} 
h2 {
  font-size: 1.5rem;
} 
h3 {
  font-size: 1.2rem;
}  
h4 {
  font-size: 1rem;
} 
h5 {
  font-size: 0.9rem;
} 
h6 {
  font-size: 0.8rem;
}  
h1, h2, h3, h4, h5, h6 {
  margin: 0.25em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #004b62;
}

hr {
  border-top: 1px dotted #bfbfbf;
}

ol {
  list-style: decimal outside;
}

ol, ul, dl {
  margin-left: 2em;
}

p, ul, ol {
  margin-bottom: 1em;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  clear:both
}

th {
  font-size:16px;
  color:white;
  background-color:#667775
}

th[scope] {
  background-color:#bec5bc;
  font-weight:normal;
    color:black;
}

th,td {
  padding:5px 10px;
  border: 1px solid #a8b1a7;
}

tr:nth-child(even) {
  background-color:#f8f6f5
}



ul {
  list-style-type: square;
  margin-left: 1.3em;
}

ul ul {
  list-style-type: square;
  margin: 1em;
}

kbd {
	display: inline-block;
    margin: 0 .1rem;
    padding: .05rem .6rem 0 .6rem;
    font-family: "Times New Roman", Times, serif;
    font-size: 0.8rem;   
    border-radius: 3px;
    border: 1px solid #ccc;
	background-color: #f8f6f5;
    white-space: nowrap;
}


#breadcrumbs {
  display: inline-block;
}

#content {
  margin-top: 10px;
  display: inline-block;
}




#pageNotFoundMessage {
  padding: 10px;
  font-style: italic;
}

#page-tools {
  display: inline-block;
  vertical-align: top;
}

#ref {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

#wrapper {
  background: white;
  border: 1px solid #a8b1a7;
  border-top: 0;
  border-bottom: 0;
  padding: 0 20px 20px 20px;
} 

.accordion-toggle:hover {
  text-decoration: underline;
}

.accordion-toggle {
  cursor: pointer;
  background: url(/static-assets/images/system/arrow-light-blue-down.png) 99% 50% no-repeat;
  border-bottom: 1px dotted black;
  color: #0f4d93;
  font-size: 1rem;
  font-weight: normal;
  padding: 10px 5% 10px 1%;
  margin: 0;
  outline: 0;
}

.accordion-toggle.selected {
  background-image: url(/static-assets/images/system/arrow-dark-blue-up.png);
  font-weight: bold;
}

.accordion-content {
  display: none;
  background-color: #ebecea;
  padding: 15px;
}

.accordion-content.default {
  display: block;
}

.act-of-incorporation th[scope] {
  text-align:left;
  background-color:#fff;	
  color:#000;	
  font-size:13px;
  font-weight:bold;
}

.act-of-incorporation thead {
  background-color:#fff;	
  color:#000;
  font-size:13px;
  font-weight:bold;
}

.act-of-incorporation td {
  background-color:#fff;	
}

.alert-container {
  margin-bottom: 0 !important;
  clear: both;
}

.align-right-unbold {
	text-align:right !important;
    font-weight: normal;
    font-size:14px;
}

.previous-editions {
	padding: 0 0 1rem 0;  
}
.previous-editions::after {
	content: "";
	display: table;
	clear: both;
	height: 1px;
}
.previous-editions section {
	float: left;   
}
.previous-editions section:not(:last-of-type) {
	padding: 0 1.5rem 0 0;
}
/*.ar-thumb {
  float: left;
  width: 
  padding: 0 3rem 2rem 0;
  margin-right: 25px;
  height: 200px; 
} 
.ar-text { 
  float: left;
  height: 200px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}*/

.article-callout {
  width: 200px;
  float: right;
  margin: 10px 0 10px 10px;
}

.article-callout h2{
  font-size: 16px;
}

.article-abstract-box {
  border-style: solid;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-width: 1px;
  border-color: #004b62;
  background: white;
  margin-left: 10px
}

.breadcrumbs-horizontal:last-of-type a {
  color: black;
}

.breadcrumbs-pagetools {
  width: 100%;
  float: none;
  display: inline-block;
  margin-bottom: 10px;
}

/* S: For browser-visible.js */
.browser-hidden {
	display: none;
}

.browser-visible {
	display: block;
}
/* E: For browser-visible.js */

.category-buttons {
  margin: 10px 0 0 0;
}

.category-buttons .cmpa-button {
  margin-right: 10px;
}

.category-description {
  font-style: italic;
  margin: 0;
  display: inline-block;
}

.category-header-container {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.category-header {

}

.category-header h1 {
  margin: 0;
  border: none;
}

.category-select-container {
  display: flex;
}

.category-select-container .category-select-browse {
  margin: 0 10px 0 0;
  flex-grow: 1;
  max-width: 350px;
}

.category-select-container .cmpa-button {
  padding: 3px 20px;
  cursor: pointer;
}

.category-topic > h2 {
  display: inline-block;
  font-size: 1em;
}

.callout-right {
  width: 170px;
  float: right;
  padding: 15px;
  background-color: #f8f6f5;
  margin-left: 20px;
  margin-bottom: 15px;
}

.callout-right h2 {
  font-size: 16px;
}

.callout-right-container {
  width: 200px;
  float: right;
  margin-left: 20px;
}

.carousel {
  background: #a8b1a7 -webkit-linear-gradient(left, #a8b1a7, #3b3b39);
  background: #a8b1a7 -moz-linear-gradient(left, #a8b1a7, #3b3b39);
  background: #a8b1a7 -o-linear-gradient(left, #a8b1a7, #3b3b39);
  background: #a8b1a7 linear-gradient(to right, #a8b1a7, #3b3b39);
  height: 216px;
  margin-bottom: 25px;
  position: absolute;
}

#carousel-container {
  height: 216px;
  margin-bottom: 25px;
}

#carousel-nav { 
  display: none;
}

#carousel-nav > #carousel-next, #carousel-nav > #carousel-prev {
  background-color: #000; 
  color: #fff; 
  cursor: pointer;
  width: 35px; 
  text-align: center;
  position: absolute;
  opacity: 0.075;
  height: 180px;
  line-height: 180px;
  font-size: 42px;
  z-index: 1;
}

#carousel-nav > #carousel-next:hover, #carousel-nav > #carousel-prev:hover {
  opacity: 0.2;
}

#carousel-next {
  /*margin-left: 685px;*/
  margin-left: 840px;
}

#carousel-prev {

}

#carousel-nav > #carousel-index {
  margin-top: 180px;
  margin-left: 750px;
  width: 100px;
  height: 36px;
  text-align: center;
  position: absolute;
  z-index: 1;
}

#carousel-index > div {
  display: inline;
  font-size: 22px;
  color: #000;
  padding: 0 3px;
  cursor: pointer;
}

div[id^="c-index"]:after {
  content: '\25A1';
  color: #fff;
}

#carousel-index > .carousel-selected:after {
  content: '\25A0';
  color: #fff;
}

.carousel-description-container {
  background: #bcc3bb -webkit-linear-gradient(left, #bcc3bb, #e5efea);
  background: #bcc3bb -moz-linear-gradient(left, #bcc3bb, #e5efea);
  background: #bcc3bb -o-linear-gradient(left, #bcc3bb, #e5efea);
  background: #bcc3bb linear-gradient(to right, #bcc3bb, #e5efea); 
  width: 500px;
  /*width: calc(100% - 367px); */ 
  height: 180px;
  float: left;
}

.carousel-multi .carousel-description { 
  margin: 20px 20px 20px 50px; 
  font-size: 1rem;
  line-height: 1.7rem;
}

.carousel-description {
  margin: 40px 20px 20px 20px;
  /*font-size: 14px;*/
  font-size: 1rem;
  line-height: 1.7rem;
}

.carousel-image-container {
  height: 180px;
  float: left;
}

.carousel-image-container img {
    width: 376px;
    height: 180px;
}

.carousel-title-container {
  background: #007b6c -webkit-linear-gradient(left, #007b6c, #042623);
  background: #007b6c -moz-linear-gradient(left, #007b6c, #042623);
  background: #007b6c -o-linear-gradient(left, #007b6c, #042623);
  background: #007b6c linear-gradient(to right, #007b6c, #042623);
  clear: both;
  width: 100%;
}

.carousel-title {
  color: #fff;
  text-transform: uppercase;
  padding: 3px 0 3px 25px;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  border: none;
  height: 30px;
}

.case-block {
  margin-bottom: 15px;
}

.center {
  margin: auto;
}

.center-text {
  text-align: center;
}

/* S: Disclosing harm article */

.text-circle {
    height: 200px;
    width: 200px;
    font-size: 50px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #008582;
    color: #fff;
}

.desktop-only-view {
	display: inline-block;
}

.only-phone-tablet-view {
	display: none;
}

/* E: Disclosing harm article */



.clear {
  clear: both;
}
/*S: Year 2019 */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
	height: 1px;	
}
.sr-only { 
	position: absolute;
	overflow: hidden;
	clip-path: inset(100%);
	clip: rect(1px 1px 1px 1px); /* IE 6/7 */
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	border: 0;
	padding: 0; 
	white-space: nowrap; /* added line */ 
	opacity: 0;
	pointer-events: none;
	background-color: #fff;
	color: #000;
}
.deco-check li  {
   list-style-type: none;  
	padding: 2px 0;
} 
.deco-check li:before {
    content:'✔';
	margin: 0 5px 0 -15px;
}
.img-border {
	border: 1px solid #a8b1a7; 
}
.multi-col-box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;  
	flex-direction: row; 		
	margin-bottom: 0.3rem;  
} 
.multi-col-box div {
	border-right: 1px solid #ccc;
} 
.multi-col-box div:last-child {
	border-right: none;
	border-bottom: none;
}
.navid {
    position: absolute;
    left: -1000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
.navid:focus-within {
  left: 0;
  top: auto;
  width: auto;
  height: auto;
  overflow: hidden;
  color: #004b62;
  background-color: #d9ebf9;
  padding: 3px 5px;
}
.button-disabled, .button-disabled:hover {
    color: #000000;
    background-color: #EBECEA;
    border-color: #BEC5BC;
    font-size: 13px; 
	cursor: default;
	padding: 5px 20px;
}
.cards-box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;  
	flex-direction: row;  
	flex-wrap: wrap;
	margin-bottom: 10px; 
	justify-content: space-between; 
}
.cards-box-three div { 
	width: calc(1/3*100% - (1 - 1/3)*10px); 
	width: 32.5%;  
}
.cards-box-two div { 
	width: calc(1/2*100% - (1 - 1/2)*10px); 
	width: 49.3%;
}
.cards-box div {
	background-color: #EBECEA;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 10px;
	align-items: stretch;  
	display: flex;  
	flex-direction: column;
}   
.cards-box div h2 {
	padding: 10px 12px;
}
.cards-box div .sub-title {
	font-weight: bold;
}
.cards-box div span.poster { 
	display: block;
	background-repeat: no-repeat;  
	width: 100%;
	max-height: 160px;
	min-height: 160px;  
	/*object-fit: cover; */
	background-size: cover; 
}
/*
.cards-box div span.poster-testresult { 
	background-position: left -140px bottom 0;
}
*/
.cards-box div div.hr-adjust { 
	flex-grow: 1;
	border: none;
}
.cards-box div p { 
	padding: 1px 12px;  
}
.cards-box div ul li,
.cards-box div ol li { 
	margin: 0 12px;  
}

.cards-box div a.read-more { 
	display: inline;
	font-size: 110%;
	font-weight: bold;
	margin: 0 12px 20px 12px; 
}

.news-notices {
	padding: 10px 0px;
}

.responsive-embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.responsive-embed-container iframe, 
.responsive-embed-container object, 
.responsive-embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
/*S: responsive-grid: used = /en/covid19 */
.responsive-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.responsive-grid-content {
    display: flex;
}
.responsive-grid-section {
    flex: 0 48%;
    padding: 5px;
    margin: 0 0 10px 0;
}
.responsive-grid-image {
    width: 140px;
    height: auto;
    flex: 0 0 auto;
}
.responsive-grid-text {
    width: 60%;
    display: flex;
    align-items: center;
    padding: 0 4%;
}
.responsive-grid-pic {
    width:100%;
}
/*E: responsive-grid (continued in @media 729px) */

.responsive-image {
	max-width: 100%;
    height: auto;
}
/*S: table-style-content: last reference== /en/about/council/2020-report-of-the-nominating-committee */
.table-style-content h2,
.table-style-content h3 {
	padding: 1% 1.2%;
	margin: 0;
	}
.table-style-content  .title,
	.table-style-content h2 {
	background-color: #667775;	
	color: #FFF;
	font-weight: 700;
	font-size: 1rem;
}	 
.table-style-content  ul, 
.table-style-content  dl {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;  
	flex-direction: row;  
	margin: 0; 
}
.table-style-content  dt,
.table-style-content  dd {
	padding: 1%;
}	
.table-style-content  ul.sub-li-style {
	display: block;
	margin-left: -10px;
}
.table-style-content  li {
	list-style: none;
	display: inline-block;
	padding: 8px 10px;
	margin: 0 1px 0 0;
}
.table-style-content  .content-row-a,
.table-style-content h3 {
	background-color: #a8b1a7; 
	color: #000;	
}
.table-style-content  .content-row-b {
	background-color: #FFF;  
}
.table-style-content .alt-bg-color ul:nth-child(even),
.table-style-content .alt-bg-color dl:nth-child(even) {
		background-color: #eee;
}
.table-style-content .close {
	border-bottom: 1px solid #a8b1a7;
}  
/*E: table-style-content */
/*S: scheule-two-col */
	.scheule-two-col { 
	width: 100%;
  	overflow: hidden;
	border: 0;
	margin: 0;
		
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
		
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	} 
	.scheule-two-col dt:first-of-type,
	.scheule-two-col dd:first-of-type {
		border-top: 1px solid #eee; 
	}
	.scheule-two-col dt,
	.scheule-two-col dd {
		border-bottom: 1px solid #eee;
		padding: 10px 0;
	}
	.scheule-two-col dt {   
	   flex-grow: 0;
	   flex-shrink: 0;
	   flex-basis: 22%;
	   padding-right: 3%;
		
	}
	.scheule-two-col dd {  
		flex-grow: 0;
	   flex-shrink: 0;
	   flex-basis: 75%; 
	}
/*E: scheule-two-col */
/*apply to only small and temporary text*/
.red-text { 
color: #FF0000; 
}
/*E: Year 2019 */  
/*S: Year 2020 */  
	/*S: Table */ 
    .table-caption {
		font-size: 1.1rem; 
        color: rgba(255, 255, 255, 1); 
        background-color: rgba(102, 119, 117, 1); 
        font-weight: 600; 
        padding: 10px;
	}
    /*E: Table */
    /*S: Banner with text*/   
.banners-v1 {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex; 
        margin: 0 0 2rem 0;
	} 
	.banners-v1 section {
		background-color: #EBECEA;		
		flex: 1;
		padding: 1rem 3%; 
		/*height: 227px;*/
        height: 220px;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex; 
		flex-direction: column;
		justify-content: center; 
	}
	.banners-v1 section h2 {
    font-size: 1.7rem;
    line-height: 2.2rem;
    font-weight: normal;
	color: #333;
	} 
	.banners-v1 picture {
		flex: 1.9;  
		background-repeat: no-repeat;
		background-size: cover;
		background-position: -90000px -90000px;
	}
	.banners-v1 picture img {  
		width: 100%;
		/*height: 100%; /*required for old CSS*/ 
	}
	.banners-v1-text-left section {
		order: 1;
		border-left: 10px solid #004B62;
    	border-right: 2px solid #FFF;
	}
	.banners-v1-text-left picture {
		order: 2;
	}	
	.banners-v1-text-right section {
		order: 2;
		border-right: 10px solid #004B62;
    	border-left: 2px solid #FFF;
		text-align: right;
	}
	.banners-v1-text-right picture {
		order: 1;
	} 
    /*E: Banner with text*/
    .date-published {
    display: inline;
    background-color: #f8f6f5;
    padding: 3px 10px;
    font-size: 0.9rem;
    margin: 5px 0 0 0;
    max-height: 20px;
    }
    a span.date-published  {
		color: #000000;
	}
    
    .toggle-button-closed, .toggle-button-open {
        color: #0f4d93;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        margin-bottom: 10px;
        padding-left: 20px;
        background: url(/static-assets/images/system/arrow-dark-blue-down.png) 0% 50% no-repeat;
     }

     .toggle-button-open {
        background: url(/static-assets/images/system/arrow-dark-blue-up.png) 0% 50% no-repeat !important;
        font-weight: bold;
     }

     .toggle-text {
        display: none;
        padding: 10px;
     }
/*E: Year 2020 */     
	
	
@media only screen and (max-width : 960px) {  
		/*S: Banner with text*/
		.banners-v1 picture {   
			 background-position: 0 0;
		}
		.banners-v1 picture img {
			display: none; 
		}   
		/*E: Banner with text*/
	}
	.br-desktop {
		display: block;
		height: 1px;
	}
	/*E: Banner with text*/
    
    .flex-content-middle {
       display: flex; 
       justify-content: center;
       align-items: center; 
    }
    /*S: Article page reference link */  
	a[href="#ref"] sup,
	sup a[href="#ref"] {
		background-color: #eee;
		padding: 2px;
	}  
	a[href="#ref"] sup:before,
	sup a[href="#ref"]:before {
		content: "[";  
		padding-right: 5px;  
	}
	a[href="#ref"] sup:after,
	sup a[href="#ref"]:after {
		content: "]"; 
		padding-left: 5px; 
	}   
    /*E: Article page reference link */  

	/*S: Floating box to right */  
	.box-float-right {
		float: right;	
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-width: 25%;
		margin: 0 0 0.6rem 1rem; 
	} 
    /*E: Floating box to right */

/*E: Year 2020 */ 


.cmpa-article-list-item {
  padding: 7px 0;
  clear: both;
}

.cmpa-button {
  background: #004b62 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  /*font-size: 12px;
  font-weight: bold;*/
  line-height: 25px;
  /*padding: 5px 20px;*/
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
}  

.cmpa-login {
  background: #004b62 !important;
  border: 0 !important;
  border-radius: 4px !important;
  color: #FFF !important;
  /*font-size: 12px !important;
  font-weight: bold !important;*/
  text-shadow: none !important;
  padding: 8px 20px !important;
  /*margin-right: 10px !important;
  margin-top: 7px !important;*/ 
  margin: 3px 20px 10px 0; 
  float:left !important; 
} 

.cmpa-button:hover {
  background: #2d6a7d none repeat scroll 0 0;
  text-decoration: none;
  color: #fff;
}

.cmpa-button:visited {
  background: #004b62 none repeat scroll 0 0;
  text-decoration: none;
  color: #fff;
}

.cmpa-breadcrumbs {
  font-size: 0.9rem; /*font-size: 11px;*/
  margin-left: 5px;
  display: inline-block;
  width: 80%;
}

.cmpa-breadcrumbs .breadcrumbs-horizontal {
  background: url(/static-assets/images/system/breadcrumbs-arrow@2.png) no-repeat;
  background-size: 5px 6px;
  background-position: 0 5px;
  padding-left: 10px;
  margin-left: 5px;
  vertical-align: top;
}

.column10 {
  width: 10%;
  float: left;
}

.column20 {
  width: 20%;
  float: left;
}

.column30 {
  width: 30%;
  float: left;
}

.column33 {
  width: 33.3333%;
  float: left;
}

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

.column70 {
  width: 70%;
  float: left;
}

.column80 {
  width: 80%;
  float: left;
}

.column90 {
  width: 90%;
  float: left;
}

.column100 {
  width: 100%;
  float: left;
}

.contact-callout {
  width: 230px;
  float: right;
  margin: 10px 0 10px 10px;
  background-image: url(/static-assets/images/connect/contact-us.jpg);
  background-repeat: no-repeat;
  padding: 100px 10px 15px !important;
}

.contact-icons {
  padding: 7px 7px 0 0 !important;	
}

.council-image img {
  border-width: 1px;
  border-style: solid;
  float: left;
  margin: 0 15px 0 15px;
}

.council-table {
  width: 100%;
  font-size: 13px;
  text-align: left;
}

.council-table th[scope] {
  font-size: 13px;
}

.council-table td + td {
  width: 70px;
}

.council-table th {
  text-align: left;
  border: none;
}

.council-table td {
  vertical-align: top;
  border: none;
}


/*---Current profiles---*/
.council-profile {
  width: 100%;
  border: none;
}

.council-table th[scope] {
  font-size: 13px;
}

.council-profile td + td {
  width: 70px;
}

.council-profile th {
  text-align: left;
  border: none;
}

.council-profile td + td {
    width: 70px;
}
.council-profile td {
    vertical-align: top;
    border: none;
}

.council-header {
  min-height: 150px;
}

/*---ELECTION---*/

.council-election-header h1 {
	border: none;
    padding-left: 152px;
    margin:0;
}

.council-election-header h2 {
    padding-left: 152px;
    margin: 0;
    font-weight: normal;
}

.council-election-desc {
	clear: both;
}

.council-election-profile .profile-appointments h2 {
  color: #004b62;
  background: none;
}

.council-election-image,
.council-member-image {
  float: left;
  margin-bottom: 10px;
}
.council-election-image img,
.council-member-image img {
  /*border: 1px solid #ccc;
  float: left;*/
  margin: 0 15px 0 0;
  width: 160px;
  height: auto;
}

.council-election-info {
	display: inline-block;
    vertical-align: top;
}

.council-election-info p {
    margin-bottom: 8px;
}

.council-election-email {
  padding-left: 152px;
  display: block;
  margin-bottom: 5px;
}

.council-election-profile #profileHeaderSection {
  margin-bottom: 12px;
}

.disclaimer {
 font-size: .8em;
 font-style: italic;
}

/*---COUNCIL---*/

.council-candidate-header h1 {
	border: none;
    padding-left: 152px;
    margin:0;
}

.council-candidate-header h2 {
    padding-left: 152px;
    margin: 0;
    font-weight: normal;
}

.council-candidate-desc {
	clear: both;
}

.council-candidate .profile-appointments h2 {
	background-color: #bec5bc;
    padding: 3px 0 3px 5px;
    margin: 0;
    color: #333;
}

.profile-appointments h2 {
  padding: 3px 0 3px 5px;
  margin: 0;
  color: #333;
  background-color: #bec5bc;
}

.council-candidate-image {
  float: left;
}

.council-candidate-info {
	display: inline-block;
    vertical-align: top;
    }

.council-candidate-info p {

    margin-bottom: 8px;
}

.council-candidate-email {
  padding-left: 152px;
  display: block;
  margin-bottom: 5px;
}

.council-candidate-profile #profileHeaderSection {
  margin-bottom: 12px;
}

.profile-appointments {
  clear: both;
}

/* appt row for ID and Class temporarily */

.profile-appointments #apptRow div {
  display: inline-block;
  padding: 3px 0;
}

.profile-appointments #apptRow div:nth-child(1) {
  width: 89%;
  padding-left: 5px;
}

.profile-appointments #apptRow div:nth-child(2) {
  width: 9%;
  vertical-align: top;
}

.profile-appointments .apptRow div {
  display: inline-block;
  padding: 3px 0;
}

.profile-appointments .apptRow div:nth-child(1) {
  width: 89%;
  padding-left: 5px;
}

.profile-appointments .apptRow div:nth-child(2) {
  width: 9%;
  vertical-align: top;
}

/* appt row for ID and Class temporarily */

.profile-appointments h3 {
  background-color: #f8f6f5;
  padding: 3px 0 3px 5px;
  color: #000;
}

.council-election-profile .profile-appointments h3 {
  padding: 3px 0 3px 5px;
  margin: 0;
  color: #333;
  background-color: #bec5bc;
}

.council-election-profile .profile-appointments h4 {
  background-color: #f8f6f5;
  padding: 3px 0 3px 5px;
  color: #000;
}


/*---NOMINATING COMMITTEE CANDIDATE---*/
.profile-appointments .council-nom-header-2 h2 {
  color: #004b62;
  background: none;
}

.council-nom-profile .profile-appointments h3 {
  margin: 0;
  padding: 3px 0 3px 5px;
  background-color: #b7d7f3;
}

.council-nom-profile .profile-appointments h4 {
  background-color: #f8f6f5;
  padding: 3px 0 3px 5px;
  color: #000;
}

.council-nom-table {
  width: 100%;
}

.council-nom-table th {
  text-align: left;
}

.council-nom-table td {
  background-color:	#fff !important;
}

.council-nom-skills-title {
  font-size: 13px;
  font-weight: bold;
}

.council-nom-skills-container {
  width: 342px; 
  background-color: #f6f6f7; 
  padding: 10px; 
  margin-bottom: 10px; 
  font-size: 10px; 
  text-align: center;
  vertical-align: top;
  display: inline-block;
  float:right;
}

.council-nom-skills {
  width: calc(90% / 4); 
  display: inline-block; 
  vertical-align: top;
}

.council-nom-skills-caption {
  display: block; 
}

.council-nom-header {
  margin-bottom: 5px;
}

.council-nom-header h1, .council-nom-header h2 {
  border: none;
  color: #fff;
  background-color: #3382b0;
  padding: 1px 10px;
  margin: 0;
}

.council-nom-image {
  display: inline-block;
}

.council-nom-image img {
  border: 1px solid #ccc;
  float: left;
  margin: 0 15px 0 0;
  width: 140px;
}

.council-nom-info {
  display: inline-block;
  vertical-align: top;
  margin: 30px 5px 0 0;
}

.council-nom-skills-title {
  font-weight: bold;
  font-size: 13px;
}

.council-nom-desc, .council-desc, .council-election-desc {
  clear: both;
  margin: 20px 0;
}

.council-container {
  width:100%; 
}
.council-container div.council-row:nth-of-type(2n) {
  background-color: #f8f6f5;
	
}

.council-container div.council-row.council-row-head {
  font-size: 16px;
  color: white;
  background-color: #667775;
}

.council-container div.council-row.council-row-subhead {
  background-color: #bec5bc;
  font-weight:bold;
}

.council-row div {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  padding: 5px;
}

.council-row div:nth-child(1) {
  width: 25%;
}
.council-row div:nth-child(2) {
  width: 13%;
}
.council-row div:nth-child(3) {
  width: 13%;
}
.council-row div:nth-child(4) {
  width: 25%;
}
.council-row div:nth-child(5) {

}

.council-row.council-row-head div:nth-child(1) {
  width: 50%;
  font-weight:bold;
}
.council-row.council-row-head div:nth-child(2) {
  width: 44%;
  font-size: 13px;
  text-align:right;
}

.do-dont-container > div {
  width: calc(49% - 10px);
  display: inline-block;
  vertical-align: top;
}

.do-dont-left {
  margin-right: 5px;
  border-right: 1px solid #ccc;
  padding-right: 10px;
}

.do-dont-right {
  margin-left: 5px;
}

div.do-dont-header {
  background-color: #f8f6f5;
  width: 100%;
  padding: 0;
  margin: 0 0 5px;
}

.do-dont-header h3 {
  padding: 0;
  margin: 0;
}

.event-container div.event-schedule:nth-of-type(2n) {
  background-color: #f8f6f5;
}

.event-schedule div {
  display: inline-block;
  margin: 0;

  vertical-align: middle;
  padding: 5px;
}

.event-schedule div:nth-child(1) {
  width: 13%;
}
.event-schedule div:nth-child(2) {
  width: 10%;
}
.event-schedule div:nth-child(3) {
  width: 15%;
}
.event-schedule div:nth-child(4) {
  width: 25%;
}
.event-schedule div:nth-child(5), .event-schedule div:nth-child(6) {
  width: 13%;
  font-weight: bold;
}

.faculty-dev .event-schedule div:nth-child(1) {
  width: 13%;
}

.faculty-dev .event-schedule div:nth-child(2) {
  width: 11%;
}

.faculty-dev .event-schedule div:nth-child(3) {
  width: 25%;
}

.faculty-dev .event-schedule div:nth-child(4) {
  width: 25%;
  font-weight: normal;
}

.faculty-dev .event-schedule div:nth-child(5) {
  width: 13%;
}

footer.static-server {		
  border-top: 20px solid #007b6c;		
}

.gpg-preview {
  width: 220px;
  float: right;
  margin: 0 0 10px 10px;
}

.green-block {
  background-color: #007b6c;
  padding: 15px 20px;
  margin-left: 10px;
  height: 185px;
  color: #fff;
  /*font-size: 15px;
  margin-bottom: 20px;*/
}
.green-block-sm {
    background-color: #007b6c;
    padding: 15px;
    margin-left: 5px;
    color: #fff;
    font-size: 15px;
	float:left;
	width:110px;
	height:90px;
}
.grey-block {
  background-color: #f8f6f5;
  padding: 10px 20px;
  margin-bottom:1em;
}
.grey-block-50 {
  background-color: #f8f6f5;
  border: 1px solid #efe8e5;
  padding: 10px;
  display: inline-block;
  width:46%;
  min-height: 115px;
  vertical-align: middle;
}
.grey-block.error-page-block {
  width: 250px;
  display: inline-block;
  margin: 10px 0 10px 10px;
  vertical-align: top;
  min-height: 70px;
  padding: 10px 20px;
}
.grey-block.contact-us {
  margin: 0 2px 0 2px;
  min-height: 135px;
}
 
.grid-full {
  /*width: 960px;*/
  width: 1170px; /*1200px;*/
}
.grid-80 {    
    width: 80%;/*width: 768px*/
}
.grid-76 {
  /*width: 729.6px;*/
  width: 76%;
}
.grid-75 {
  /*width: 720px;*/
  width: 75%;
}
.grid-70 {
  /*width: 672px;*/
  width: 70%;
}
.grid-65 { 
  width: 65%;
}
.grid-50 {
  /*width: 480px;*/
  width: 50%;
}
.grid-35 { 
  width: 35%;
}
.grid-30 {
  /*width: 288px;*/
  width: 30%;
} 
.grid-25 {
  /*width: 240px;*/
  width: 25%;
}  
.grid-24 {
  /*width: 230.4px;*/
  width: 24%;
} 
.grid-20 {   
  width: 20%; /* width: 192px*/
}
 

.halfBox1{
	width: 49.8%;
    border-right: 1px solid white;
    display: inline-block;
    float: left;
}
.halfBox2{
	width: 50%;
    display: inline-block;
    float: left;
}
.halfBoxTitle{
	width: 100%; 
    display: block; 
    padding: 5px 0;
    padding: 5px 0;
    margin-bottom: 5px;
}
.halfBoxQuaterLeft{
	min-height: 155px; 
    width: calc(49.7% - 10px);
    display: block; 
    float: left; 
    border-right: 1px solid white; 
    padding: 10px 5px 0 5px;
}
.halfBoxQuaterRight{
	min-height: 155px; 
    width: calc(50% - 10px); 
    display: block; 
    float: left; 
    padding: 10px 5px 0 5px;
}
.halfBlock1Colours{
    background-color: #b1d3d1; 
    color: #00867b;
}
.halfBlock2Colours{
    background-color: #b7d7f3; 
    color: #004b62;
}
.boxColor1Active{
	background-color: #00867b;
    color: #fff;
}
.boxColor2Active{
	background-color: #3382b0;
    color: #fff;
}

.homepage .section-container {
  margin-bottom: 25px;
}

.homepage .cmpa-image {
  margin-right: 15px; 
}

.homepage .cmpa-alert p {
  margin-bottom: 0.6em;
}

.has-webmail-msgs .member-dock .webmail {
    font-weight: bold
}

.iframe-form {
  display: block;
  width: 100%;
  border: none;
}

.in-focus-photo {
    border: 1px #d6ccc7 solid;
    max-width: 180px;
}

.in-focus-photo-box {
    text-align:center;
    margin-left:20px;
}

.in-focus-quote {
    display: flex;
}

.info-msg {
    background-color: #ECFBFF !important;
    border: 1px solid #b3dae5 !important;
    color: #666 !important;
    margin: 10px 0;
    padding: 10px 20px;
}

input[type=button],input[type=button]:focus{
  background: #004b62;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  padding: 5px 20px;
  text-shadow: 0 0 #fff;
  text-align: center;
  border:0;
}

input[type="button"]:hover{
	background: #2d6a7d;color: #fff;
}

input[type=button], input[type=button]:focus{
	margin-bottom:10px;
}

.joining-callout-text {
  float: left;
  display: inline-block;
}

.landing-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.landing-card {
  flex: 0 370px;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 0 0 10px 0;
}
.landing-card-header {
  background-color: #667775;
  color: #fff;
  padding: 6px;
  margin-bottom: 10px;
}
.landing-card-header h3 {
  display: inline;
  color: white;
  font-weight: normal !important;
}
.landing-card-icon {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.landing-card-content {
  flex: 1;
  padding: 10px;
}

.joining-video-container {
  min-width: 410px;
}

.joining-video {
  height: 222px;
  width: 395px;
}

.landing-callout.joining-callout {
  color: #000;
}

.landing-callout {
  background-color: #eeeae8;
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 10px 0;
  width: calc(100% - 2px);
  color: #0f4d93;
  border: 1px solid #d6ccc7;
}

.landing-callout.category-callout {
  min-height: 115px;
  width: calc(100% - 12px);
  color: #000;
}

.landing-callout.event-callout {
  width: calc(100% - 18px);
  color: #000;
  padding: 8px;
  margin-bottom: 5px;
}

.landing-callout.event-callout p {
  margin-bottom: 0;
}

.landing-callout.event-callout:hover {
  background-color: #f8f6f5;
}

.landing-callout.category-callout.category-callout-right {
  margin-left: 10px;
}

.landing-callout.category-callout.category-callout-left {
  margin-right: 10px;
}

.left {
  float: left
}

.link-icon {
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 20px
}

.link-icon-pdf {
  background-image: url(/static-assets/images/system/pdf.png)
}

.link-list {
  margin: 0;
  list-style: none;
}

.link-list-item {
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px dotted #bfbfbf;
}

.login-input {
  font-weight: normal;
  margin: 10px 0;
  width: 250px;
}

.login-block {
  padding: 20px 30px;
  background: #eeeae8;

  border: 1px solid #d6ccc7;
  display: inline-block;
  margin: 5px;
  min-height: 298px;
}

.login-block-left {
  padding: 20px 80px;
  width: calc(100% - 172px);
}

.login-block-internal {
  padding: 20px;
  background: #eeeae8;
  border: 1px solid #d6ccc7;
  display: inline-block;
  margin: 5px;
  min-height: 198px;
  width: calc(100% - 172px);
}

.member-dock {
    /*font-size: 12px*/
}

.member-dock .sign-in-button {
    background: #007b6c;
    border-radius: 2px;
    /*color: white !important;
    font-weight: bold;*/
    color: #FFF;
	padding: 5px 10px;
    text-decoration: none;  		
}
.member-dock .sign-in-button:hover {
    background: #005C51;
}
.member-dock ul {
    margin-top: 10px
}
.member-dock ul li {
    border-left: 2px solid black;
    font-weight: bold;
    padding: 0 10px
}
.member-dock ul li:first-child {
    border: 0
}
.member-dock ul li a {
    color: black
}
.member-dock ul li .webmail, .member-dock div .webmail  {
    background: url(/static-assets/images/system/webmail.png) no-repeat;
   /* background-size: 23px; */
    font-weight: normal;
    padding-left: 26px;
    position: relative
}

.member-dock .sign-in-link {
  color: #0f4d93 !important;
  text-decoration: none;
  /*font-size: 14px;*/
  font-size: 1.1rem;
}


.my-membership-self-service ul {
  margin-left: 0;
}

.my-membership-self-service ul li {
  background: url(/static-assets/images/system/arrow-dark-blue-right@2.png) no-repeat 100%;
  background-size: 6px 12px;
  border-bottom: 1px solid #a8b1a7;
  padding: 5px 15px 5px 0;
  margin-right: 10px;  
  list-style: none;
}

.my-membership-callout-title {
  margin-left: 15px;
}

.nav-menu .level-2 li a {
  margin-left: 10px;
}

.nav-link{
	color:black;
    text-decoration:none;
}

.nav-link:link {
  color: black;
}

.nav-link:visited {
  color: black;
}

.nav-link:hover {
  color: black;
}

.nav-link:active {
  color: black;
}

.nested-box-container {
  background-color: #ebecea;
  margin-bottom: 10px;
  min-height: 100px;
}

.nested-box-title {
  background-color: #667775;
  border: 0;
  font-size: 1rem;
  padding: 5px 10px;
  display: block; 
  color: #fff;
}

.nested-box-content-container {
  padding: 12px 10px 10px;	
}

.nested-sections {
  width: 100%;
  clear: both;
}

.new-window-icon {
  padding: 0 0 0 0 !important;
  vertical-align: top;
  width: 12px !important;
}

.no-borders th, .no-borders td {
  border: none;
}

.page-not-found {
  border: none;
}

.password-reveal {
  display: inline-block;
  height: 24px;
  position: relative;
  right: 30px;
  top: 0px;
  vertical-align: middle;
  width: 31px;
}

.password-reveal.hidden {
  display: none;
  visibility: hidden;
}

.password-reveal-img {
  height: 48%;
  opacity: 0.6;
  vertical-align: middle;
}

.password-reveal-img.hidden {
  display: none;
  visibility: hidden;
}

.password-reveal-img.visible {
  display: inline-block;
  visibility: visible;
}

.program {
  border-top: 1px solid #a8b1a7;
}

.program div {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  padding: 5px;
}

.program div:nth-child(1) {
  width: 20%;
  
}

.program div:nth-child(2) {
  width: 70%;
}

.readTextArrow{
	border: none;
	background-position: left;
	padding-left: 20px;
}
.resident-schedule {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  padding: 5px;
  width:165px;
}

.resident-toprow {
  background-color: #666;
  border-right:1px solid #fff;
  color:#fff;
  margin: 0 0 10px 0;
  vertical-align: top;
  padding: 5px;
  width:165px;
}

.right {
  float: right
}

.right-column {
  padding-left: 20px;
}

.section-button {
  margin-top: -25px;
}

.section-container {
  padding: 0 10px 10px; 
}

.search input[type="image"] {
  position: absolute;
  right: 5px;
  top: 6px;
}

.section-title {
  font-size: 18px;
  border-bottom: 1px solid #004b62;
  color: #004b62;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.section-subtitle {
  margin-bottom: 10px;
}

.symposia{
  padding: 5px 10px;
  margin: 5px;
  width: 25%;
  float: left;
  min-width: 205px;
  margin-top:-10px;
}

.terms-of-use-message {
  font-size: 0.9rem;
  float: left;
  width: 80%;
  margin: 1px 0 0 0;
}

.text-right {
  text-align: right;
}

.title-description {
    font-style: italic;
    display: block
}

.title-description-last {
    margin-bottom: 20px
}

.tech-help-block {
  background-color: #f8f6f5 ;
  padding: 5px;
  margin: 10px;
  width: 29%;
  float: left;
  min-width: 205px;
  height:110px;
  text-align:center;
}

.tech-help-block.fr {
  height: 140px;
}

.tech-help-block .inner {
  padding: 10px 0;
}

.third-block-row{
	display: inline-block; 
    width: 100;
}
.third-one-box{
	float: left; 
    width: 45%; 
    display: block;
    margin-right: 1%;
}
.third-two-box{
	float: left; 
    width: 50%; 
    display: block; 
    padding-left: 2%;
    border-left: 1px solid #d7cece;
}

.toggle-button {
  display: inline-block;
  background-color: #ddd;
  padding: 5px;
  margin: 5px 0;
  border-radius: 3px;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
}

.toggle-button.active, .toggle-button:hover {
  background-color: #666;
  color: #fff;
}

.toggle-text {
  display: none;
}

.toggle-text.active {
  display: block;
}

.toprow {
  border-bottom: 1px solid #a8b1a7;
}

.single-toggle-btn {
	cursor: pointer;
	display: block;
	width: 100px;
	text-align: center;
	background-color: #f8f6f5;
	padding: 0.5rem;
	margin-bottom: -1rem;
}

.single-toggle-content {
  display: none;
  background-color: #f8f6f5;
  padding: 15px;
}

.v-align-container {
  display: table;
}
    
.v-align-content {
  display: table-cell;
  vertical-align: middle;
}

.video-section {
  display: flex;
}

.session-warning {
  position: fixed;
  top: 0;
  background-color: #ffc;
  border: 1px solid #fc0;
  text-align: center;
  font-size: 1.1em;
  padding: 10px 0px 10px 0px;
  left: 50%;
  max-width 1020px;
  transform: translate(-50%, 0);
  width:  1000px;
}

.btn-cmpa-alt {
    color: #000000;
    background-color: #EBECEA;
    border-color: #BEC5BC;
    font-size: 13px;
    margin-left: 15px;
    font-weight: normal;
    height:31px;
}

.btn-cmpa-alt:hover {
	color: #000000;
    background-color: #f8f6f5;
    border-color: #BEC5BC;
}

.bold {
	font-weight: bold;
}

.member-num {
	font-weight: normal;
}

.tabListItem {
padding-bottom: 5px;
}

#tabs .ui-tabs-active {
    background: white;
    border: 1px solid #c5c5c5;
    border-bottom: none;
}

.hidden {
	display: none;
}

/* Smaller than iPad */
@media only screen  and (max-width : 760px) {
	audio { 
      width: 98%;
    }
	/*S: Banner with text*/  
		.banners-v1 {
			display: block; 		
		}
		.banners-v1 section { 
			height: auto; 
		}
		.banners-v1 section h2 {
		font-size: 1.4rem;
		line-height: 1.7rem; 
		}
		.banners-v1-text-right section { 
			text-align: left;
		} 
		.banners-v1 picture {   
			 background-position: -90000px -90000px;
		}
		.banners-v1 picture img {
			display: block;
		}  
		.banners-v1-text-left section,
		.banners-v1-text-right section { 
		border: none;
		} 
		.br-desktop {
			display: inline;
		}
	/*E: Banner with text*/  
    
	 
	 
	
}


@media only screen and (max-width: 729px) {  
	.multi-col-box { 
		/*flex-direction: column;*/  
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	} 
	.multi-col-box div {
		box-sizing: border-box;
		min-width: 100%;
		border-right: none; 
		border-bottom: 1px solid #ccc; 
	} 
	.cards-box { 
		flex-direction: column; 
	}
	.cards-box div { 
		width: 100%;
		margin-bottom: 10px;
	}
	.cards-box div span.poster {   
		max-height: 100px;
		min-height: 100px;   
	} 
    .box-float-right {
		float: none;	
		margin: 1rem 0 1rem 0;
		width: 100%; 
	}
    .box-float-right[style] { 
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}
    .responsive-grid-section {
        flex: 0 100%;
    }
    
/* S: Disclosing harm article */
    
.desktop-only-view {
	display: none;
}

.only-phone-tablet-view {
	display: inline-block;
}

/* E: Disclosing harm article */


    
    
@media only screen and (max-width:702px) {
/*@media (max-width: 702px) {*/

.halfBox1{
	width: 100%;
    border-right: none;
}
.halfBox2{
	width: 100%;
}
.third-one-box{
    width: 100%; 
    padding-right: 0;
}
.third-two-box{
    width: 100%; 
    padding-left: 0;
    border: none;
}
}
 


@media only screen and (max-width: 500px)  {
	 	/*S: scheule-two-col */
		.scheule-two-col dd:first-of-type {
		border-top: none; 
		}
		.scheule-two-col dt  {
			border-bottom: none; 
		}
		
		.scheule-two-col dt {  
		   flex-basis: 100%;
		   padding: 3px 0;
			background-color: #f8f6f5;;
		}
		.scheule-two-col dd {   
		   flex-basis: 100%; 
		   padding: 5px 0 20px 0;
		}
		/*E: scheule-two-col */ 
        
        
        
        
        
	}	


	
/* Smaller screen */ 	
@media only screen  and (max-width : 480px) {
	h1 {
		line-height: 2.2rem;
	} 
}
 




@media only screen and (max-width: 414px) {   
	.table-style-content  ul {	
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}  
	.table-style-content  li {
		min-width: 90%;	
	}
	.table-style-content  .content-row-a {	 
		margin-top: 20px;
	}   
}



@media only screen and (max-width:380px) {
/*@media (max-width:380px) {*/
.halfBox1{
	margin-bottom: 5px;
}
.halfBox2{
	margin-bottom: 5px;
}
.halfBoxTitle{
    margin-bottom: 1px;
}
.halfBoxQuaterLeft{
	min-height: 130px; 
    width: 100%;
    border-right: none;
    margin-bottom: 1px;
}
.halfBoxQuaterRight{
	min-height: 130px; 
    width: 100%;
    border-right: none;
}
}

