/*
 * 		Express Scripts Canada Theme - Styles
 * 		v1.4
 */

/* ---------------------------------------------------------------- */
/*

	CSS Reset (Modified)

*/
/* ---------------------------------------------------------------- */
html, body, div, span, applet, object,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
center, dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
sup {
  font-size:9px!important;
  vertical-align: super!important;
}
.italic
{
  font-style: italic;
}
#menu li,
#menu li li,
nav,
nav li,
nav ul li,
nav { list-style: none!important; list-style-image: none !important; display:block; }
hr {
  height:1px;
  background:#DDD;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/*

	INSTALL FONTS (If Needed)

*/
/* ---------------------------------------------------------------- */
@font-face {
  font-family: 'helvetica-light';
  src: url('/sites/all/themes/express/font/helvetica-light/helvetica-light.eot');
  src: url('/sites/all/themes/express/font/helvetica-light/helvetica-light.eot?#iefix') format('embedded-opentype'),
  url('/sites/all/themes/express/font/helvetica-light/helvetica-light.woff') format('woff'),
  url('/sites/all/themes/express/font/helvetica-light/helvetica-light.ttf') format('truetype'),
  url('/sites/all/themes/express/font/helvetica-light/helvetica-light.svg#source_sans_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*region Bootstrap 4*/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 0 0;
  overflow: hidden;
}
.video_devider{
    margin-top: 10px;
    border-top: 5px solid #0066A4;
}
.embed-responsive::before {
  display: block;
  content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
/*endregion*/

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/*

	MAIN WEBSITE STYLES

		//	These are the main website framework styles.

*/
/* ---------------------------------------------------------------- */
body,html {
  margin:0 auto;
  width:100%;
  overflow-x:hidden;
  font-family:"helvetica-light",Helvetica,Arial,Verdana,sans-serif;
  -webkit-font-smoothing:antialiased!important;
}

a {
  color:#0066A4;
  text-decoration:none;
}


/* -- Configurations: --*/
#page-body {
  margin-top:0px;
}

header,
#header-ie {
  position:relative!important;
  display:table!important;
  top:0;
  left:50%;
  width:1400px;
  margin-left:-700px;
  margin-right:auto;
  z-index:9;
}
header,
#header-ie {
  margin-top:15px;
}


#page-body {
  position:relative;
  display:block;
  width:1400px;
  margin-left:auto;
  margin-right:auto;
  z-index:2;
}


/*
 * 		Header Elements		//---/
 */
#header-txtsize,
#menubar,
#secondary-bar {
  position:relative;
  width:100%;
  padding:1px 0;

}
#header-txtsize {
  text-align:right;
  font-size:12px;
  margin-left:-15px;
}
#header-ts-left {
  margin-right:5.4rem;
}
#header-ts-right {
  float:right;
  overflow-x:auto;
  margin:-1.375rem 0 0 25px;
}
#header-ts-right a {
  display:inline-block;
}
#header-ts-right img {
  position:relative;
  width:100%;
}
.smtxt {
  font-size:11px;
}
.medtxt {
  font-size:13px;
}
.lgtxt {
  font-size:14px;
  padding-right:1.285714286em;
}

#esc-logo,
#search-bar {
  float:left;
  width:400px;
  margin-right:5px;
}
#esc-logo {
  margin-top:25px;
}
#esc-logo img {
  width:55%;
  margin-top:25px;
  margin-left:15px;
}

#sb-left:hover > #secondary-bar {
  height:90%!important;
}

/*
 * 		Menu Elements		//---/
 */
#menu {
  float:left;
}

#menu a {
  color:#FFF;
  font-weight:bold;
  text-decoration:none!important;
}
#menu ul li.active-trail {
  background:#f7941d;
}
#menu ul li.active-trail a {
  color:#000;
}

#menu a[title]:hover:after,
#menu a[title]:focus:after {
  content: attr(title);
  padding: 0 0 0 16px;
  font-size:12px;
  line-height:25px;
  width:95%;
  width:calc(100% - 22px);
  color: #000;
  position: absolute;
  font-weight:normal;
  left: 0;
  top: 80%;
  margin-top:-1px;
  margin-left:3px;
  z-index: 20;
  white-space: nowrap;
  background:#f7941d;
}

#secondary-bar {
  margin-top:-5px;
}
#search-bar {
  background:#f9f9fa;
  padding:15px 0;
  height:30px;
}
#mobi-search {
  margin-left:15px;
  padding:15px 0;
  overflow:hidden!important;
  height:60px;
  width:92%;
  width:calc(93% - 15px)!important;
  border-bottom:1px rgba(255,255,255,0.15) solid;
}
#ms-right {
  overflow-x:hidden!important;
}
#sb-left,
#ms-left {
  float:left;
  margin-top:12px;
  margin-left:15px;
  font-size:11px;
}
#ms-left {
  color:#FFF;
}

#sb-left a {
  color:#333;
  text-decoration:none;
}
#sb-right {
  float:right;
  width:73%;
  margin-right:15px;
  overflow-y:auto;
}
#ms-right {
  float:right;
  width:88%;
  margin-right:15px;
  overflow-y:auto;
}
#ms-right input#edit-keys--2 {
  width:230px!important;
  margin-left:-1px;
}
#ms-right input#edit-submit--4 {
  margin-left:-10px!important;
}
#sb-right label,
#ms-right label {
  padding-right:10px;
  font-size:11px;
}

#secondary-menu,
#menu-ie {
  float:left;
  margin-left:-3px;
  margin-top:-15px;
}
#menu-ie {
  margin-top:-95px!important;
}


/* HEADER NAVIGATION ----- */
#menu {
  margin: 0px auto 0 10px;
  text-align: center;
  overflow-y:hidden;
}
#menu-block ul ul {
  display: none;
}
#menu-block ul li:hover > ul {
  display: block;
}
#menu-block ul {
  background:#FFF;
  padding:0;
  font-size:14px;
  list-style: none!important;
  text-align:left;
  position: relative;
  display: inline-table;
}
#menu-block ul:after {
  content: ""; clear: both; display: block;
}

#menu-block ul li {
  float: left;
  width:156px;
  height:120px;
  background:#0066A4;
  margin:0 3px;
  overflow-y:hidden;
}
/* No Longer Needed
#menu-block ul li.last {
	width:317px!important;
}*/
#menu-block ul li:hover,
#menu-block ul li a:focus {
  transition:100ms;
  background: #f7941d;
}
#menu-block ul li:hover a,
#menu-block ul li a:focus {
  transition:100ms;
  color: #000;
}
#menu-block ul li a {
  display: block; padding: 55px 20px;
  color: #FFF;
  text-decoration: none;
}
#menu-block ul ul {
  background: #5f6975; border-radius: 0px; padding: 0;
  position: absolute;
  top: 100%;
}
#menu-block ul ul li {
  float: none;
  background:#5f6975;
  border-top: 1px solid #6b727c;
  border-bottom: 1px solid #575f6a;
  position: relative;
}
#menu-block ul ul li a {
  padding: 15px 20px;
  color: #fff;
}
#menu-block ul ul li a:hover {
  background: #4b545f;
}
#menu-block ul ul ul {
  position: absolute;
  left: 100%; top:0;
}

#mobile-menu-block {
  position:relative;
  display:none;
  width:100%;
}
#mobile-menu-icon {
  display:none;
  position:absolute;
  left:10px;
  top:10px;
  width:25px;
  z-index:95px;
}
#mobile-menu-icon span {
  position:relative;
  display:block;
  width:100%;
  padding:5px 10px;
  border:1px #CCC solid;
  border-radius:5px;
  background:#FFF;
}
#mobile-menu-icon span div {
  position:relative;
  display:block;
  width:100%!important;
  height:3px;
  background-color:#333;
  margin:3px 0;
}

#mobile-menu-hidden-frame {
  position:fixed;
  left:0;
  top:0;
  margin-left:-350px;
  width:300px;
  background:#0066A4;
  height:100%;
  overflow-y:auto;
  overflow-x:hidden;
  z-index:100;
  box-shadow:5px 2px 5px 0 rgba(0,0,0,0.25);
}
#mobile-menu-hidden-frame ul,
#mobile-menu-hidden-frame li {
  position:relative;
  width:95%!important;
  list-style:none!important;
  margin-bottom:3px!important;
}

#mobile-menu-hidden-frame ul li a {
  display:block;
  position:relative;
  width:95%;
  width:calc(100% - 20px)!important;
  padding:15px 0 10px 15px;
  font-size:14px;
  color:#FFF;
  margin:2px 0 2px -35px;

  border-bottom:1px rgba(255,255,255,0.15) solid;

  border-left:2px #FFF solid;
  padding-left:15px;
  line-height:20px!important;

}


#mobile-menu-hidden-frame ul li ul li a {
  margin-left:-71px;
  width:100%!important;

  border-left:1px #FFF solid;
  padding-left:15px;
  line-height:20px!important;



  /*margin:-1px 0 0px -75px;
  padding-left:25px;
  width:calc(100% - 20px)!important;*/
}
/*
#mobile-menu-hidden-frame ul li ul li a:before {
	content: ' ';
*/
#mobile-menu-hidden-frame ul li ul li ul li a {
  margin-left:-105px;
  width:100%!important;


  /*margin:-1px 0 0px -105px;
  padding-left:25px;
  width:calc(100% - 20px)!important;*/
}
/*
#mobile-menu-hidden-frame ul li ul li ul li a:before {
	content: ' ';
}*/
.mobi-menu-img {
  position:relative;
  margin:15px 0 0 15px;
  padding:15px 30px;
  border:1px rgba(255,255,255,0.5) solid;
  opacity:0.7;
}
#mobi-esc-logo {
  float:left;
  width:30%;
}
#mobi-esc-logo img {
  position:relative;
  width:65%;
  margin-left:10%;
}
#mobi-menu-frame {
  float:right;
  width:65%;
  margin-top:10px;
}

#mm-quick {
  background:#00639c;
  color:#FFF;
}
#mm-menu {
  margin:5px 0;
  background:#F9F9FA;
  border:1px rgba(0,0,0,0.15) solid;
}
#mm-menu a {
  color:#333!important;
}
.mm-frame {
  position:relative;
  width:97%;
  overflow:hidden!important;
  padding:3px 0;
}
.mm-frame span {
  position:relative;
  display:block;
  width:100%;
  overflow-y:auto;
}
.mm-left {
  float:left;
  width:70%;
  color:#FFF;
  font-size:12px;
  margin-left:15px;
  margin-top:10px;
  text-align:left;
}
.mm-left-dark {
  color:#333;
}
.mm-right {
  float:right;
  width:20px;
  padding:6px 0 5px 0;
  border-left:rgba(255,255,255,0.05);
  margin-right:10px;
}
.mm-right img {
  position:relative;
  width:50%;
}
#mm-links,
#mm-links-menu {
  display:none;
  position:relative;
  width:100%!important;
}
#mm-links ul,
#mm-links li,
#mm-links-menu ul,
#mm-links-menu li {
  position:relative;
  width:98%!important;
  list-style:none!important;
}
#mm-links a[title]:after {
  content: attr(title);
  padding: 0 0 0 16px;
  font-size:11px;
  line-height:12px;
  width:90px;
  width:calc(100% - 12px)!important;
  color: #000;
  position: absolute;
  font-weight:normal;
  left: 0;
  top: 80%;
  margin-top:-17px;
  margin-left:-10px;
  z-index: 20;
  /*background:#f7941d;*/
}

#mm-links ul li a,
#mm-links-menu ul li a {
  display:block;
  position:relative;
  width:98%!important;
  background:#F9F9FA;
  padding:10px 0 30px 5px;
  font-size:14px;
  color:#333;
  border:1px rgba(0,0,0,0.15) solid;
  margin:3px 0 3px -35px;

}

#mm-links-menu ul li ul li a {
  margin:3px 0 3px -65px;
}
#mm-links-menu ul li ul li ul li a {
  margin:3px 0 3px -95px;
}


/* MAIN NAVIGATION ----- */
nav,
#menu-ie {
  position:relative;
  padding:1px 0;
  margin: 100px auto 0 auto;
  text-align: center;
}
nav ul ul,
#menu-ie ul ul {
  display: none;
  background:transparent;
}
nav ul li:hover > ul,
  /*nav ul li a:focus + ul*/
#menu-ie ul li:hover > ul{
  display: block;
}
nav ul,
#menu-ie ul {
  background:#FFF;
  padding: 0 10px;
  font-size:13px;
  list-style: none!important;
  text-align:left;
  position: relative;
  display: inline-table;
}
nav ul:after,
#menu-ie ul:after {
  content: ""; clear: both; display: block;
}

nav ul li,
#menu-ie ul li {
  float: left;
  width:149px;
  height:60px;
  background: #f9f9fa;
  margin:0 3px 0 0;
}
nav ul li:hover,
#menu-ie ul li:hover
{
  transition:250ms;
  background: #4b545f;
}
nav ul li:hover a,
#menu-ie ul li:hover a {
  transition:250ms;
  color: #fff;
}
nav ul li a,
#menu-ie ul li a {
  display: block;
  padding: 25px 10px;
  color: #333;
  text-decoration: none;
}
nav ul ul,
#menu-ie ul ul {
  background: #5f6975;
  border-radius: 0px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:0!important;
  /*
  border-top:5px #f9f9fa solid;
  border-bottom:5px #f9f9fa solid;
  */
  position: absolute;
  top: 100%;
}
nav ul ul li,
#menu-ie ul ul li {
  float: none;
  height:50px;
  padding:0 10px 10px 0;
  margin-left:0!important;
  background:#5f6975;
  border-top: 1px solid #6b727c;
  border-bottom: 1px solid #575f6a;
  position: relative;
}
nav ul ul li a,
#menu-ie ul ul li a {
  padding: 15px 20px;
  color: #fff;
  background:transparent;
}
nav ul ul li a:hover,
#menu-ie ul ul li a:hover {
  background: #4b545f;
}
nav ul ul ul,
#menu-ie ul ul ul {
  position: absolute;
  left: 100%;
  top:0;
  margin-left:3px;
  margin-top:-5px;
  background:transparent;
}
nav ul ul ul ul,
#menu-ie ul ul ul ul {
  margin-left:1px;
}

/* Alignment Fixes */
nav ul li a,
nav ul ul,
nav ul ul li,
#menu-ie ul ul a,
#menu-ie ul ul,
#menu-ie ul ul li
{
  width:250px;
}
nav ul ul li a,
#menu-ie ul ul li a
{
  width:210px;
}


/*
 * 		Page Elements		//---/
 */
#edit-keys,
#edit-keys--2,
.form-txt {
  float:left;
  width:190px!important;
}
.form-submit {
  float:right;
  margin-left:5px;
  font-size:12px;
  width:80px;
  padding-top:6px;
  padding-bottom:6px;
}
.form-item label {
  float:left;
  display:block;
  width:50px;
  margin-right:-100px;
}


#body-content {
  position:relative;
  width:100%;
  overflow-y:hidden;
}
#bc-left {
  float:left;
  width:25%;
  width:calc(30% - 20px);
  border-right:20px #FFF solid;
  background: #f9f9fa;
}
#bc-left-title {
  position:relative;
  width:98%;
  width:calc(100% - 5px);
  padding:10px 0 10px 5px;
  font-family:"Helvetica";
}
#bc-left-title sup {
  font-size:12px!important;
}
#bc-left-sub_content_title {
  position:relative;
  width:98%;
  font-size:18px;
  font-weight:bold;
  width:calc(100% - 5px);
  padding:10px 0 10px 5px;
  font-family:"Helvetica";
  background:#0066A4;
  color:#FFF;
}
#bc-left-title {
  background:#f7941d;
  color:#000;
}
#bc-right {
  float:left;
  width:69%;
  width:calc(69% - 3px);
}
#bcr-left {
  float:left;
  width:48%;
  width:calc(50% - 3px);
  margin-right:3px;
  background:#F9F9FA;
}
#bcr-full {
  position:relative;
  width:100%;
  background:#F9F9FA;
  overflow-y:auto;
  min-height:650px;
}
#bcr-left,
#bcr-right {
  min-height:450px;
  padding-bottom: 2000px;
  margin-bottom: -2000px;
}
#bcrl-img {
  width:100%;
}
#bcrl-img img {
  width:100%;
}
.bcrl-content {
  position:relative;
  width:90%;
  margin:0 auto;
}
#bcr-left a,
#bcr-right a {
  font-weight:bold!important;
}
.full-image-right {
  float:right;
  margin:0 0 15px 15px;
}
.full-image-left {
  float:left;
  margin:0 15px 15px 0;
}
.full-image-right,
.full-image-left {
  width:50%;
}
.bcrl-content li,
.bcr-full li {
  border-left:1px #f7941d solid;
  padding-left:15px;
  line-height:20px!important;
}
.bcrl-content p {
  color:#5C666F;
  line-height:20px;
}
.bcrl-content blockquote p {
  color:#0066A4;
}
img.raising-health-logo {
  margin-top:-25px;
  margin-bottom:15px;
}




.bcrl-content h1,
.bcrl-content h2 {
  padding-top:25px;
  line-height:26px;
  color:#5C666F;
}
.bcrl-content h1 span,
.bcrl-content h2 span {
  font-family:'Helvetica';
  color:#5C666F;
  font-size:26px;
  font-weight:bold;
}
.bcrl-content h1 sup {
  font-size:14px!important;
}
.bcrl-content ul,
.bcrl-content li,
.bcrl-content ul li,
.bcrl-content blockquote ul,
.bcrl-content blockquote ul li,
.bcrl-content blockquote li,
.bcrl-content div ul,
.bcrl-content div ul li,
.bcrl-content div li {
  display:block;
  list-style:circle!important;
  list-style-type: circle!important;
  color:#5C666F;
  /*list-style-position: outside!important;*/
  margin:12px 0;
}
.bcrl-content {
  padding-bottom:25px;
}

.prev-nxt {
  position:relative;
  box-sizing:border-box;
  padding:25px 0 15px;
}
.prev-nxt.bottom {
  padding:15px 0 45px;
}
.prev-rh {
  float:left;
}
.prev-rh a,
.next-rh a{
  color:#333;
  font-size:14px;
}
.next-rh {
  float:right;
}
.prev-rh a span,
.next-rh a span {
  font-size:20px;
  margin-top:-3px;
}

.blog-sharer {
  position:relative;
  width:100%;
  padding:15px 0;
  border-top:1px #BBB solid;
}
.blog-sharer.top {
  padding-bottom:0;
  border:0;
  text-align:right;
}
.blog-sharer a {
  display:inine-block;
}
.blog-sharer_left,
.blog-sharer a img {
  display:inline-block;
  vertical-align:top;
  margin:0;
}
.blog-sharer a img {
  margin-right:-3px!important;
}
.blog-sharer_left {
  padding:7px 15px 7px;
}
.blog-sharer_left.linkedin {
  background:#335c96;
  color:#FFF;
}
.blog-sharer_left.twitter {
  background:#22c4f7;
  color:#000;
}
.well-logo {
  position:relative;
  max-width:55%;
  margin:10px auto 0 auto;
}

#bcr-right {
  float:right;
  width:48%;
  width:calc(50% - 3px);
  margin-left:2px;
  background:#F9F9FA;
}

#bcr-left,
#bcr-right,
#bcr-full,
.fp-bordertop {
  box-sizing:border-box!important;
  -moz-box-sizing:border-box!important;
  -webkit-box-sizing:border-box!important;
  border-top:5px #f7941d solid!important;
  overflow-x:hidden!important;
}
.fp-bordertop {
  position:relative;
  width:100%!important;
}

#bc-left-subcontent {
  position:relative;
  font-size:14px;
  border-left:1px #999 solid;
  border-right:1px #999 solid;
  border-bottom:1px #999 solid;
  padding:5px 25px 5px 5px;
  line-height:20px;
  margin-bottom:10px;
  width:95%;
  width:calc(100% - 32px);
}

#bc-left-subcontent img { display:block; margin:5px auto 5px auto!important; max-width:80%; max-height:60px; }
#bc-left-subcontent img.rh-sublogo { max-height:100px; }

#bc-left-divide,
.bc-left-divide,
#bc-left-divide-secondary {
  position:relative;
  margin:10px 0;
  width:100%;
  height:1px;
  background:#999;
}

#bc-left-submenu {
  position:relative;
}
#bc-left-submenu,
#bc-left-submenu ul,
#bc-left-submenu-secondary,
#bc-left-submenu-secondary ul {
  margin:0!important;
  padding:0!important;
}
#bc-left-submenu .links li,
#bc-left-submenu-secondary .links li,
#benefit-cta-blocks a,
.faq-list li {
  position:relative;
  display:block;
  color:#FFF;
}
#bc-left-submenu .links li a,
#bc-left-submenu-secondary .links li a,
#benefit-cta-blocks a,
.faq-list li a  {
  display:block;
  color:#FFF;
  font-weight:bold;
  text-decoration:none;
  padding:10px 0 10px 5px;
  background:#0066A4;
  width:98%;
  width:calc(100% - 5px);
  margin:1px 0;
}
#benefit-cta-blocks a {
  box-shadow:5px 5px 0px #e1e1e2;
  margin:10px 0;
}
#benefit-cta-blocks {
  position:relative;
  width:98%;
  margin-top:25px;
  border-top:1px #DDD solid;
  padding-top:10px;
}

#bc-left-submenu .links li.active a,
#bc-left-submenu-secondary .links li.active a,
.faq-list ul li a.active {
  color:#000;
  background:#f7941d;
}
/* Orange Option:
#bc-left-submenu-secondary .links li a {
	display:block;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	padding:10px 0 10px 5px;
	background:#f7941d;
	width:98%;
	width:calc(100% - 5px);
	margin:1px 0;
}*/

footer {
  overflow-y:auto;
  padding-bottom:10px;
}
#footer-left {
  float:left;
  background:#0066A4;
  color:#FFF;
  /*width:32%;
width:calc(33% - 5px);*/
  width:25%;
  width:calc(30% - 20px);
  border-right:20px #FFF solid;
}
#footer-left h2 {
  margin:15px 0 15px 20px!important;
  padding:0!important;
  color:#FFF;
}
#footer-left h2 span {
  font-weight:bold;
  font-size:28px;
  font-family:"Helvetica";
}

#footer-right {
  float:left;
  width:69%;
  width:calc(69% - 1px);
  min-height:60px;
  background:#fafafb;
}

#footer-full {
  width:calc(100% - 15px);
  min-height:60px;
  background:#fafafb;
  overflow:hidden;
}

#footer-menu {
  float:left;
  margin-top:8px;
}
#footer-menu ul li {
  float:left;
  display:block;
  padding:0 5px;
}
#footer-menu a {
  text-decoration:none;
  color:#888;
  margin-top:9px;
  font-size:12px;
}
#footer-social {
  float:right;
  margin:15px 25px 0 0;
  text-align:right;
}
#footer-social a {
  text-decoration:none;
}
#footer-social img {
  display:inline-block;
  text-decoration:none;
}
.member-faq-question {
  position:relative;
  display:block;
  padding:5px 0 3px 0;
  font-size:14px;
}
.faq-hidden {
  display:none;
  border-bottom:1px #DDD solid;
}
.faq-hidden h1 {
  line-height:28px;
  border-top:1px #DDD solid;
}


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/*

	NIHB Warning Frame

		//	These styles are in relation to the pop-up
        //  warning frame (on exit).

*/
/* ---------------------------------------------------------------- */
#nihb-warning {
  position:fixed;
  display:none;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.65);
  top:0;
  left:0;
  z-index:5000;
}
#nihb-alert-frame {
  position:relative;
  width:600px;
  margin:15% auto 0 auto;
  background:#FFF;
  border:rgba(0,0,0,0.6);
}
#nihb-alert-header {
  position:relative;
  width:90%;
  width:calc(100% - 40px);
  padding:20px;
  background:#00639c;
  font-weight:bold;
  font-size:16px;
  color:#FFF;
}
#nihb-alert-content {
  position:relative;
  width:90%;
width(100% - 40px);
  padding:15px 20px;
  color:#222;
}
#nihb-alert-btns {
  position:relative;
  width:100%;
  text-align:center;
  margin:25px 0;
}
.nihb-ab {
  display:inline-block;
}
.nihb-ab a {
  position:relative;
  width:100px;
  margin:15px 5px;
  padding:10px 45px;
}
.nihb-ab-ok a {
  background:#00639c;
  color:#FFF;
  font-weight:bold;
}
.nihb-ab-cancel a {
  background:#EEE;
  color:#333;
  font-weight:bold;
}


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/*

	FRONT-PAGE STYLES

		//	These are the main website framework styles.

*/
/* ---------------------------------------------------------------- */
.content-block {
  position:relative;
  width:1400px;
  margin:0 auto;
  overflow-x:hidden;
  overflow-y:auto;
}

#front-scroller {
  position:relative;
  overflow-x:hidden;
  width:1385px;
  margin:0;
}
#fs-panel {
  width:3200px;
}
.scrollpane-front {
  float:left;
  width:1400px;
  height:350px;
  background:transparent url('/sites/default/files/express-scripts-canada-welcome-1503.jpg') no-repeat center center;
  background-size:cover;
}
.scrollpane-panel {
  float:left;
  color:#5C666F;
  min-height:350px;
}
.scrollpane-panel h1 {
  position:relative;
  width:80%;
  margin:95px auto 10px auto;
  color:#5C666F;
}
.scrollpane-panel h1 span {
  color:#434D54;
  font-size:32px;
  font-family:'Helvetica';
}
.scrollpane-panel p {
  width:80%;
 /* height:120px;*/
  min-height: 85px; /*BY HP*/
  margin:15px auto;
}
.panel1 {
  width:33%;
  margin-left: 0px;
}
.panel2 {
  width:32%;
  width:calc(33% - 3px);
  border-left:2px #FFF solid;
  border-right:1px #FFF solid;
}
.panel3 {
  width:32%;
  width:calc(33% - 3px);
  border-left:1px #FFF solid;
  border-right:2px #FFF solid;
}
.panel1,
.panel3 {
  background:rgba(255,255,255,0.9);
}
.scrollpane-panel.panel3 h1 {
  margin:0 auto 10px;
}
.scrollpane-panel.panel3 p {
  height:auto;
}

/* -- @@ White Concept:
.alert-panel {
    padding:25px 0;
    border-top:5px #f7941d solid;
    border-bottom:5px #f7941d solid;
    margin:65px auto 0;
    background:#FFF;
}
*/

/* -- @@ Blue Concept: -- */
.alert-panel {
  padding:25px 0;
  border-top:5px #FFF solid;
  border-bottom:5px #FFF solid;
  margin:65px auto 0;
  background:#0066A4;
}
.scrollpane-panel.panel3 h1,
.scrollpane-panel.panel3 span {
  color:#FFF;
}
.scrollpane-panel.panel3 p {
  color:#FFF;
}
.scrollpane-panel.panel3 a {
  box-shadow:0;
  background:#FFF;
  color:#0066A4;
}

#front-scrollbar,
.section-divider {
  width:1383px;
  margin:5px 0;
  background:#f0f0f0;
  border:1px #ebebeb solid;
  padding:15px 0;
}
#front-blocks {
  position:relative;
  width:1390px;
  padding:1px 0;
  overflow-x:hidden!important;
  overflow-y:auto;
}
#front-blocks.front-blocks-demo-aap {
  display:table;
  table-layout:fixed;
}
.fp-block {
  display:inline-block;
  vertical-align:top;
  width:32%;
  width:calc(33% - 2px);
  border-right:2px #FFF solid;
  background:#fafafb;
}
.fp-block-demo-aap {
  /*width:calc(25% - 4px);*/
  display:table-cell;
  box-sizing:border-box;
}
#fp-block-ask-a-pharmacist img {
  position:relative;
  max-width:59%;
  margin:42px 0 8px;
  display:block;
  float:right;
}
#fp-block-ask-a-pharmacist img ~ p{
  clear:both;
}
.fp-block h2,
.fp-block p,
.fp-block a {
  position:relative;
  width:90%;
  margin-left:auto;
  margin-right:auto;
}
.fp-block h2 {
  min-height:30px;
  padding-top:25px;
  color:#5C666F;
}
.fp-block h2 span {
  font-family:'Helvetica';
  color:#5C666F;
  font-size:28px;
  font-weight:bold;
}
.fp-block p {
  color:#5C666F;
  height:90px;
  font-size:13px;
  line-height:16px;
}
.cta-btn {
  position:relative;
  width:90%;
  margin:0 auto 15px auto;
  padding-bottom:30px;
  text-align:right;
}
.bottom-push {
  padding-bottom:45px;
}
.cta-btn a {
  float:right;
  width:150px;
  margin-left:10px;
  font-size:13px;
  font-weight:bold;
  padding:10px 0;
  display:block;
  color:#FFF;
  background:#0066A4;
  text-align:center;
  text-decoration:none;
  box-shadow:5px 5px 0px #e1e1e2;
}
.white-block {
  background:#FFF;
  margin-top:-1px!important;
  border:1px #FAFAFB solid;
}
/*
.white-block img {
    position:relative;
    max-width:70%;
    margin:42px 0 8px 20px;
}*/

.white-block img {
  position:relative;
  max-width:59%;
  margin:42px 0 8px 20px;
}


.white-block em {
  position:relative;
  display:block;
  width:100%;
  margin-top:15px;
  padding:5px 0;
  border-top:1px #EEE solid;
  text-align:right;
}
.fp-membertxt {
  position:relative;
  width:50%;
  min-height:16px;
  margin:-32px 0 35px 25px;
  font-size:13px;
  color:#5C666F;
}
.white-block .fp-membertxt {
  min-height:12px!important;
}
.white-block .cta-btn {
  /* margin-top:-17px; */
  margin-top:-25px;
  margin-bottom:24px;
}
.fp-tagline {
  position:relative;
  color:#222;
  font-size:12px;
  background-color:#f7941d;
  padding:5px 0 7px;
  width:80px;
  margin-bottom:-22px;
  text-align:center;
}
.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/*

	FORM STYLES

		//	These are the main email form styles.

*/
/* ---------------------------------------------------------------- */
label {
  position:relative;
  margin-bottom:-15px!important;
}
input,
textarea {
  position:relative;
  width:95%;
  background:#EEE;
  border:1px #CCC solid;
  outline:none;
  font-size:14px;
  padding:5px;
  margin-bottom:5px!important;
}
textarea {
  height:150px!important;
}
select {
  position:relative;
  width:98%;
  margin-top:3px!important;
  font-size:14px!important;
}
#form-submit {
  position:relative;
  width:95%;
  margin:0 auto 10px auto;
  padding-bottom:35px;
  text-align:right;
}
#form-submit a {
  float:right;
  width:150px;
  font-size:13px;
  font-weight:bold;
  padding:10px 0;
  display:block;
  color:#FFF;
  background:#0066A4;
  text-align:center;
  text-decoration:none;
}
#captcha {
  position:relative;
  overflow-y:auto;
  width:100%;
  margin-top:-10px;
  padding:0 0 25px 0;
}
#captcha label {
  position:relative;
  width:100%;
  display:block;
}
.captcha-data {
  position:relative;
  width:100%;
}
.captcha-txt {
  float:left;
  text-align:center;
  width:85px;
  border:1px #333 solid;
  background:#FFF;
  padding:6px 0 5px 0;
  margin-right:5px;
}
#esc-captcha {
  float:left;
  width:90%;
  width:calc(100% - 120px);
}

.view-client-list {
  position:relative;
  width:100%;
  padding:25px 0;
  border-top:1px #CCC solid;
  overflow-y:auto;
  text-align:center;
}
.client-list {
  display:inline-block;
  width:20%;
  font-size:12px;
  margin-bottom:15px;
  vertical-align:top;
}
.client-list div img {
  position:relative;
  max-width:100%;
  background:#FFF;
  height:auto!important;
  margin:0 auto 15px 0;
  padding:5px;
  box-shadow:0 2px 1px rgba(0,0,0,0.05);
}
#err-frame {
  display:none;
  width:calc(100% - 30px);
  padding:15px 15px;
  border:1px #FF0000 solid;
  font-size:12px;
  line-height:14px;
}
.search-result-item {
  position:relative;
  margin:15px 0;
  border-top:1px #EEE solid;
  padding:15px 0;
}
.sr-title {
  position:relative;
  padding-bottom:15px;
  font-size:18px;
  line-height:22px;
}
.sr-preview {
  position:relative;
  font-size:12px;
  font-style:italic;
  line-height:16px;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/*

	KNOWLEDGE BANK

		//	The following are related to the knowledge bank
        //  and their formatting.

*/
/* ---------------------------------------------------------------- */
.view-knowledge-bank,
.view-knowledge-bank .view-content {
  position:relative;
  display:block;
  width:100%;
  overflow-y:auto;
  padding:5px 0;
  text-align:left;
}
.kb-elem {
  display:inline-block;
  vertical-align:top;
  width:30%;
  margin:15px 1%;
}
.kb-top {
  position:relative;
  width:100%;
  background:#636466;
  color:#FFF;
  font-weight:bold;
  box-shadow:0 2px 0 rgba(0,0,0,0.15);
}
.kb-top h3 {
  padding:15px 20px 0;
  font-size:20px;
}
.kb-tweet p {
  color:#FFF!important;
  font-size:14px;
  line-height:16px;
  padding:0 20px 15px;
  height:100px;
}
.kb-tweet p a {
  color:#FFF;
  text-decoration:underline;
}
.kb-desc p {
  font-size:14px;
  line-height:16px;
}
.element-invisible { display:none; }

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/*

	HEALTH AND WELLNESS CORNER

		//	The following are related to the health and wellness
        //  corner and their formatting.

*/
/* ---------------------------------------------------------------- */
.view-health-and-wellness-documents {
  position:relative;
  display:block;
  width:40%;
  text-align:left;
}
.view-health-and-wellness-documents .haw-view-cover {
  display:inline-block;
  vertical-align:top;
  width:30%;
  margin:15px 1%;
}
.view-health-and-wellness-documents img {
  position:relative;
  display:block;
  width:100%;
  height:auto;
  box-shadow:0 0 10px rgba(0,0,0,0.25);
}
.wellness-bg {
  background-image:url('/sites/all/themes/express/images/ESC-Brochure.jpg')!important;
  background-position:385px 90px!important;
  background-repeat:no-repeat!important;
  background-size:80%!important;
}
.wellness-bg h1 {
  padding-top:0px!important;
  font-size:55px;
  line-height:53px;
  width:50%;
  display:block;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/*

	LEADERSHIP BLOCK STYLES

		//	The following are related to the leadership bios
		//	and their formatting.

*/
/* ---------------------------------------------------------------- */
.views-content {
  position:relative;
  width:96%;
  overflow-y:auto;
}
.leadership-item,
.nr-item {
  position:relative;
  width:100%;
  overflow-y:auto;
  padding:15px 0 5px 0;
  border-top:1px #ebebeb solid;
}
.nr-date {
  position:relative;
  display:block;
  width:100%;
  text-align:left;
  padding:5px 0 20px 0;
  font-size:11px;
  font-style:italic;
}
.leadership-item h3 {
  display:block;
  width:100%;
}
.leadership-image {
  float:left;
  margin-right:2.5%;
  width:15%;
}
.leadership-image img {
  position:relative;
  width:100%!important;
  height:auto!important;
}
.leadership-bio {
  float:left;
  width:80%;
  margin-top:-15px;
}

#submenu-mobile {
  display:none;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/*

	HEALTH NEWSFLASH LIST

		//	The following are related to the health newsflash
        //  list and their formatting.

*/
/* ---------------------------------------------------------------- */
.view-health-newsflash {
  position:relative;
}
.views-row {
  position:relative;
  width:100%;
  border-top:1px #DDD solid;
  padding:15px 0;
  color:#333;
  font-size:11px;
}
.view-health-newsflash .hcnf-title a {
  position:relative;
  width:100%;
  display:block;
  font-size:16px!important;
  line-height:18px;
  padding-bottom:5px;
}


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/*

	WELCOME KIT

		//	Styles specifically for the Welcome Kit.

*/
/* ---------------------------------------------------------------- */
.pharma-body.wk {
  background:url('/sites/all/themes/express/images/ESC-WK_Background.jpg') no-repeat 170% top;
}
.wk-section-top,
.wk-section-bottom {
  position:relative;
  width:50%;
  overflow-y:auto;
  padding:0 0 15px;
}
.wk-section-top h1,
.wk-section-bottom h2 {
  color:#0066A4;
}
.wk-section-top h1 {
  font-size:45px;
}
.wk-section-top h1 span,
.wk-section-bottom h2 span {
  font-family:"Helvetica";
  font-weight:bold;
}
.wk-section-top {
  border-bottom:1px #DDD solid;
}
.wk-section-bottom {
  padding-bottom:100px;
}
.wk-section-bottom ul {
  list-style-type:none;
  margin-left:0;
  margin-top:-10px;
}
.wk-section-bottom ul li {
  display:block;
  border-left:3px #f7941d solid;
  padding-left:10px;
  margin:20px 0;
}
.wk-section-bottom ul li ul {
  margin-top:10px;
}
.wk-section-bottom ul li ul li {
  border-left:0;
  padding-left:0;
  margin:10px 0;
}
.wksb-left,
.wksb-right {
  display:inline-block;
  vertical-align:top;
}
.wksb-left {
  width:125px;
}
.wksb-left img {
  width:100%;
}
.wksb-right {
  width:50%;
  width:calc(100% - 135px);
}
#canada-flag {
     position: absolute;
     margin: -9px 0 0px 75.5%;
  }
#canada-flag img {
    width: 32px;
    height: 16px;
    padding: 10px 0 0 0;
}

/***********************************Indigenous page css**************************************/
#indigenous h1{
  margin: 0;
}
#indigenous h3{
  color: #57575a;
  margin-bottom: 0;
  line-height: 22px;
}
#indigenous h1 span{
  color: #57575a;
  font-size: 24px;
  font-family: "helvetica-light",Helvetica,Arial,Verdana,sans-serif;
}
#indigenous p{
  line-height: 20px;
  color: #5C666F;
}
.ind-parent-1{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  color: #57575a;
  padding-top: 10px;
  border: 1px solid #e5e0e0;
  margin-bottom: 20px;
}
.ind-left-1{
 /* border: 1px solid;*/
  width: 60%;
  padding: 20px;
}
.ind-head-text{
  border-bottom: 6px solid orange;
}
.ind-left-2{
 /* border: 1px solid red;*/
  width: 39%;
  text-align: center;
  /*padding: 20px;*/
  padding: 0 0 20px 0;

}
.ind-left-2 img{
  /*width: 80%;*/
}
.ind-parent-2{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  background-color: #dfdada;
  color: #57575a;
  /*border-bottom: 6px solid orange;*/
}
.ind-video-left{
  /*border: 1px solid;*/
  width: 53%;
  padding : 10px 0 10px 0;
}
.ind-video{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.ind-video-text-right{
  /*border: 1px solid red;*/
  /*width: 30%;*/
  font-size: 24px;
 /* padding: 114px;*/
}
.ind-video-text-right span{
    width: 50%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 110px;
}

.ind-parent-3{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  color: #57575a;
  margin-top: 20px;
  border-top: 6px solid orange;
  background-color: #f8f6f6;
}
/*.ind-thumb-text-right-4 p{
  margin-top: 5px;
}*/
.ind-footer-thumb-left-3{
  /*border: 1px solid;*/
  width: 35%;
}
.ind-footer-thumb-left-3 img{
  width: 90%;
  padding: 10px 0 10px 37px;
}
.ind-thumb-text-right-3{
  /*border: 1px solid red;*/
  width: 72%;
  padding: 20px 40px 0 40px;
}
/*.ind-thumb-text-right-3 p{
  margin-top: 5px;
}*/
.ind-parent-4{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  color: #57575a;
}

.ind-footer-thumb-left-4{
  /*border: 1px solid;*/
  width: 35%;
}
.ind-footer-thumb-left-4 img{
  width: 90%;
  padding: 10px 0 10px 37px;
}

.ind-thumb-text-right-4{
  /*border: 1px solid red;*/
  width: 72%;
  padding: 50px 40px 0 40px;
}
.curr-opening{
  margin-top: 50px;
}
.sub-head-ind{
  font-size: 22px;
  font-weight: bolder;
}
.footer-ind{
  background-color: #0066A4;
  width: 99%;
  display: flex;
  margin-top: 20px;
}
.ind-fotter-1{
  width: 20%;
  font-size: 22px;
  line-height: 26px;
  text-align: right;
  color: #fff;
  padding: 20px;
  font-weight: bolder;
}
.ind-fotter-2{
  width: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 20px 40px 20px 40px;
  text-align: left;
}
.ind-fotter-3{
  width: 20%;
}
.ind-fotter-3 img{
  padding: 10px;
}

#fp-block-putting-members-first .fp-header-img{
    height: 100%!important;
    text-align: center;
    
}
#fp-block-putting-members-first .fp-header-img{
  margin-top: 15px!important;
}
#fp-block-putting-members-first img{
  width: 40%;
}
#fp-block-putting-members-first p{
  height: auto!important;
}
/* End of Indigenous page css*/
/*For Video Display in active pharmacy page*/
.video-content{
  display: none;
}
/*End of video decorate*/
.welcome-cls{
    width: 100%; 
    height: 1000px;  
    overflow: hidden;
}
@media only screen and (max-width: 2500px) {
      .welcome-cls{
        height: 1400px;  
      }
      
    }
    @media only screen and (max-width: 1920px) {
      .welcome-cls{
        height: 1050px;  
      }
      
    }
    @media only screen and (max-width: 1680px) {
      .welcome-cls{
        height: 1025px;  
      }
      
    }
    @media only screen and (max-width: 1600px) {
      .welcome-cls{
        height: 875px;  
      }
      
    }
    @media only screen and (max-width: 1536px) {
      .welcome-cls{
        height: 800px;  
      }
      
    }
    @media only screen and (max-width: 1440px) {
      .welcome-cls{
        height: 875px;  
      }
      
    }
    @media only screen and (max-width: 1360px) {
      .welcome-cls{
        height: 744px;  
      }
      
    }
    @media only screen and (max-width: 1280px) {
      .welcome-cls{
        height: 776px;  
      }
      
    }
    @media only screen and (max-width: 1024px) {
      .welcome-cls{
        height: 744px;  
      }
      
    }
    @media only screen and (max-width: 600px) {
      .welcome-cls{
        height: 615px;  
      }
      
    }
    @media only screen and (max-width: 414px) {
      .welcome-cls{
        height: 615px;  
      }      
    }
    @media only screen and (max-width: 375px) {
      .welcome-cls{
        height: 650px;  
      }      
    }


@media only screen and (max-width:1650px){
  .pharma-body.wk {
    background:url('/sites/all/themes/express/images/ESC-WK_Background.jpg') no-repeat 280% top;
  }
    #canada-flag {
     position: absolute;
     margin: -9px 0 0px 70.5%;
  }

  .ind-video-text-right span{
    margin-top: 75px;
  }

}
@media only screen and (max-width:1201px){
  .pharma-body.wk {
    background:none;
  }
  .wk-section-top,
  .wk-section-bottom {
    width:100%;
  }
#canada-flag {
     position: absolute;
     margin: -9px 0 0px 77%;
  }
}
@media only screen and (max-width:567px){
  .wksb-left,
  .wksb-right {
    width:100%;
  }
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/*

	RESPONSIVE STYLES

		//	Website Responsive Elements.

*/
/* ---------------------------------------------------------------- */
@media only screen and (max-width:1650px){
  header {
    width:1200px;
    margin-left:-595px;
  }
  .scrollpane-front {
    width:1200px;
    margin-left:auto;
    margin-right:auto;
  }


  #esc-logo,
  #search-bar {
    float:left;
    width:380px;
    margin-right:5px;
  }

  #sb-right {
    float:right;
    width:76%;
    margin-right:15px;
    overflow-y:auto;
  }

  #menu ul li a {
    padding-top:25px;
  }
  nav ul ul li {
    vertical-align:middle;
  }

  nav ul {
    font-size:12px;
  }

  #front-scroller {
    position:relative;
    overflow-x:hidden;
    width:1185px;
    margin:0;
  }
  #page-body {
    width:1200px;
  }

  #menu ul li {
    width:126px;
  }
  /* Not needed:
  #menu ul li.last {
    width:252px!important;
  }*/
  nav ul li { width:120px; }


  /* Alignment Fixes */
  nav ul li a,
  nav ul ul,
  nav ul ul li {
    width:210px;
  }
  nav ul ul li a {
    width:170px;
  }


  #front-scrollbar,
  .section-divider {
    width:1190px;
    width:1180px;
    padding:15px 0;
  }

  .content-block {
    width:1190px;
  }

  #front-blocks {
    width:1198px;
  }
  #bc-left {
    width:30%;
    width:calc(33% - 17px);
    margin-left:5px;
  }
  #footer-left {
    width:30%;
    width:calc(33% - 17px);
  }
  #footer-right {
    width:66%!important;
    width:calc(67% - 5px)!important;
  }
  #bc-right {
    width:65%;
    width:calc(66% - 9px);
  }

  #footer-right {
    width:67%;
  }

  #footer-full {
    width:1182px;
  }

  .client-list {
    width:20%;
    margin-right:20px;
  }


  .fp-block h2 {
    height:45px;
  }
  .fp-block p {
    height:90px;
  }

  .wellca-block img {
    width:20%;
    margin:45px auto 15px 20px;
  }

  .pager-item a,
  .pager-previous a,
  .pager-next a,
  .pager-first a,
  .pager-last a {
    font-size:12px;
  }

  .white-block .cta-btn {
    margin-top:-5px!important;
    margin-bottom:24px!important;
  }

}
@media only screen and (max-width:1201px){
  header {
    width:1003px;
    margin-left:-495px;
  }
  .scrollpane-front {
    width:1003px;
    margin-left:auto;
    margin-right:auto;
  }
  #front-scroller {
    position:relative;
    overflow-x:hidden;
    width:1185px;
    margin:0;
  }
  .fp-block-demo-aap h2 {
    height:auto;
  }
  #page-body {
    width:1003px;
  }
  #menu {
    margin-left:6px;
  }
  #menu ul li {
    width:130px;
    font-size:14px;
    margin-left:2px;
    margin-right:2px;
  }
  /* Not Needed
  #menu ul li.last {
    width:195px!important;
  }*/
  nav ul li {
    width:124px;
    margin-left:2px!important;
    margin-right:2px!important;
    font-size:13px }
  nav ul li.last {
    margin-right:0!important;
  }
  #front-scrollbar,
  .section-divider {
    width:990px;
    padding:15px 0;
  }

  .content-block {
    width:990px;
  }

  #front-blocks {
    width:998px;
  }
  .scrollpane-panel p {
    height:100px;
  }

  #footer-left h2 {
    font-size:18px;
  }
  #footer-left h2 span {
    font-weight:bold;
    font-size:22px;
    font-family:"Helvetica";
  }
  #footer-full {
    width:990px;
  }

  #bc-left {
    width:30%;
    width:calc(33% - 17px);
    margin-left:5px;
  }
  #bc-right {
    float:left;
    width:65%;
    margin-left:-13px;
    width:calc(67% - 5px);
  }

  #bcr-left,
  #bcr-right {
    float:none;
    width:100%;
  }
  #bcr-left,
  #bcr-right {
    padding-bottom: 25px;
    margin-bottom: 0px;
  }
  #bcr-left {
    margin-top:-20px;
  }

  #esc-logo {
    width:173px;
  }
  #esc-logo img {
    width:80%;
    margin-top:65px;
  }
  /*#search-bar { display:none; }*/
  #search-bar {
    width:170px;
    background:transparent;
    margin-right:0;
  }
  #sb-left,
  #sb-right {
    display:none;
  }
  #search-bar #sb-right{
    display:block;
    width:100%;
    margin-right:0;
  }
  #search-bar #sb-right input[type=text]{
    width:58% !important;
  }
  #search-bar #sb-right input[type=submit]{
    width:30% !important;
    margin:0 3px 0 0!important;
  }

  #secondary-bar {float:right; padding-left:2px!important; }

  .fp-block p {
    height:90px;
  }
  .fp-block .cta-btn {
    width:100%;
    margin-left:-10px;
  }
  .cta-btn
  {
    margin: 0px -20px 15px;
  }
  .wellca-block img {
    width:20%;
    margin:50px auto 15px 20px;
  }
  .scrollpane-panel h1 {
    position:relative;
    width:80%;
    margin:55px auto 10px auto;
    color:#5C666F;
  }

  .kb-elem {
    width:46%;
    margin:15px 1%;
  }

}

@media only screen and (max-width:1024px){
  #menubar,
  #menu-block,
  #secondary-bar {
    display:none;
  }
  #mobile-menu-icon,
  #mobile-menu-block {
    display:block;
    z-index:1000000!important;
  }
  .content-block {
    width:96%;
    overflow-y:auto;
  }
  header {
    top:0;
    left:0;
    width:100%;
    margin-left:0;
    margin-top:1.25em;
    margin-bottom:10px;
  }
  #body-content,
  #page-body {
    position:relative;
    width:99%;
    margin-right:auto!important;
    margin-left:auto!important;
    overflow-x:hidden!important;
  }

  #menu {
    position:relative;
    width:98%;
    margin-left:1%;
  }
  #bc-left-subcontent {
    width:85.9%;
    width:calc(100% - 42px);
  }
  #mobi-esc-logo {
    margin-top:1.875rem; /* social icon height 30px*/
    margin-left:25px;
  }
  #footer-full {
    width:100%;
  }
  #canada-flag {
     position: absolute;
     margin: -13px 0 0px 64%;
  }
  /*indigemous page css*/
  .ind-left-2{
    width: 50%;
  }
  .ind-fotter-2{
    width: 46%;
  }
  .ind-fotter-1{
    width: 17%;
  }
  .ind-video-text-right span{
    margin-top: 55px;
  }
  #fp-block-putting-members-first img{
    width: 50%;
  }
  #fp-block-putting-members-first .fp-header-img{
    margin-top: 40px;
  }
  #fp-block-putting-members-first p{
    margin-bottom: 32px;
  }

}

@media only screen and (max-width:867px){
  #bc-right,
  #footer-left,
  #footer-right,
  #footer-menu,
  #footer-social {
    float:none;
    width:100%;
  }
  #bc-left,
  #bc-right {
    position:relative;
    width:96%!important;
    margin:5px auto 5px auto!important;
    overflow-x: hidden!important;
  }
  #bc-left {
    margin-left:10px!important;
  }
  #bc-right {
    padding-top:15px!important;
    margin-top:35px!important;
    overflow-y:auto!important;
  }
  #mobi-esc-logo {
    float:none;
    width:100%;
    text-align:center;
  }
  #mobi-esc-logo img {
    position:relative;
    width:50%;
    margin-top:-25px!important;
    margin-bottom:15px;
    margin-left:-7%!important;
    margin-right:0!important;
  }
  #mobi-menu-frame {
    float:none;
    width:95%;
    margin-top:10px;
    margin-left:13px;;
    margin-right:auto!important;
  }
  #bc-left-subcontent {
    width:92.9%;
    width:calc(100% - 42px);
  }
  #footer-left,
  #footer-right,
  #footer-full {
    padding:15px 0;
  }
  #footer-left,
  #footer-right,
  #footer-menu,
  #footer-social {
    text-align:center;
    width: 99%!important;
    width: calc(100% - 1px)!important;
    margin: 0!important;
  }
  #footer-menu,
  #footer-social {
    overflow-y:auto;
    float: none;
  }
  #footer-menu ul li,
  #footer-social {
    text-align: center;
    float: none;
  }
  #footer-menu ul.links
  {
    padding: 0!important;
  }
  #footer-social a img {
    display: inline-block!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  #footer-menu,
  #footer-social {
    overflow-y:auto;
    padding:2px 0;
  }

  #front-blocks {
    width:100%;
  }
  #front-blocks.front-blocks-demo-aap {
    display:block;
    table-layout:auto;
  }
  .fp-block {
    float:none;
    width:100%;
  }
  .fp-block-demo-aap {
    display:block;
  }

  .leadership-image,
  .leadership-bio {
    position:relative;
    float:none;
    width:96%;
    margin-left:auto!important;
    margin-right:auto!important;
    overflow-y:auto;
  }
  .leadership-image img {
    position:relative;
    width:50%!important;
    margin:0 auto 15px auto!important;
  }

  #submenu-non_mobile {
    display:none;
  }
  #submenu-mobile {
    display:block;
  }
  .kb-elem {
    width:100%;
    margin:15px 0;
  }
  #canada-flag {
     position: absolute;
     margin: -9px 0 0px 55.5%;
  }
}
@media only screen and (max-width:812px){
   #canada-flag {
     position: absolute;
     margin: -9px 0 0px 55.5%;
  } 
  .ind-parent-1{
    display: block;
  }
  .ind-left-1{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .ind-left-2{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .ind-left-2 img{
    width: 100%;
  }
  .ind-parent-2{
    display: block;
    width: 95%;
    padding: 20px;
  }
  .ind-video-left{
    width: unset;
    padding: 0;
  }
  .ind-video-text-right span{
      width: 70%;
      margin-top: 24px;
      margin-bottom: 10px;
  }
  .ind-thumb-text-right-4{
    padding-top: 30px;
  }
  .ind-fotter-1{
    width: 19%;
  }
  .ind-fotter-2{
    width: 40%;
    padding: 20px 30px 20px 30px;
  }
  .ind-fotter-3{
    padding-top: 20px;
  }
  .ind-fotter-3 img{
    padding: 16px;
    width: 100%;
  }
  .video-content{
      display: block;
      margin: 0px 0 20px 0;
      border: 1px solid grey;
    }
}

@media only screen and (max-width:736px){
    #canada-flag {
     position: absolute;
     margin: -9px 0 0px 40.5%;
  }
    
}

@media only screen and (max-width:667px){
    #canada-flag {
     position: absolute;
     margin: -9px 0 0px 32.5%;
  }
    
}



@media only screen and (max-width:640px){
  #mobi-esc-logo img {
    position:relative;
    width:80%;
    margin-top:15px!important;
    margin-bottom:10px;
    margin-left:-17%!important;
    margin-right:0!important;
  }

  #footer-left h2 {
    margin:15px 0 15px -5px!important;
  }

  #bcr-left,
  #bcr-right {
    min-height:0;
  }
  #canada-flag {
        display: none;
  }
  /*Responsive css for indigenous page*/
   .ind-parent-1{
      display: block;
   }
   .ind-left-1{
      width: unset;
   }
   .ind-left-2{
      width: unset;
   }
   .ind-left-2 img{
    width: 90%;
   }
   .ind-parent-2{
    display: block;
    padding: 10px;
   }
   .ind-video-left{
    width: unset;
   }
   .ind-video-text-right span{
      margin: 20px;
      width: unset;
   }
   .ind-parent-3{
      display: block;
   }
   .ind-footer-thumb-left-3{
      width: unset;
   }
   .ind-footer-thumb-left-3 img{
      width: 95%;
      padding: 10px 10px 10px 10px;
   }
   .ind-thumb-text-right-3{
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
   }
   .ind-parent-4{
      width: unset;
      display: block;
   }
   .ind-footer-thumb-left-4{
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      text-align: center;
   }
   .curr-opening{
    margin-top: 40px;
   }
   .ind-footer-thumb-left-4 img{
      width: 100%;
      padding: 0;
      /*padding: 10px 10px 10px 10px;*/
   }
   .ind-thumb-text-right-4{
      width: 87%;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
   }
   .footer-ind{
      display: block;
   }
   .ind-fotter-1{
      width: 80%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
   }
   .ind-fotter-2{
      width: 80%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
   }
   .ind-fotter-3{
      width: 80%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      
   }
   .ind-fotter-3 img{
      width: unset;
   }
   /*End of Responsive css for indigenous page*/
   .video-content{
      display: block;
      margin: 0px 0 20px 0;
      border: 1px solid grey;
    }
}
@media only screen and (max-width:587px){
  img.raising-health-logo {
    max-width:95%;
  }
}

@media only screen and (max-width:320px){
  header {
    margin-top:0.625rem;
  }
  #header-txtsize{
    display:flex;
    flex-flow:row wrap;
    justify-content:flex-end;
  }
  #header-ts-left{
    margin:0;
    order:2;
    width:100%;
  }
  .lgtxt {
    padding-right:0;
  }
  #header-ts-right{
    margin:0;
    order:1;
  }

}
