/* Laya Colours
midblue         #00679A   0,103,154
brightBlue      #4CC2F1   76,194,241
darkBlue        #004c71   0,76,113
pink            #D60570   214,5,112
dark pink       #6a0036   106,0,54
grey1           #f5f5f5   245,245,245
grey2           #eeeeee   238,238,238
grey3           #dddddd   221,221,221
grey4           #666666   102,102,102
black           #444444   68,68,68
limegreen       #B5BD00   181,189,0
darkgreen       #827A04   130,122,4
orange          #DC6B2F   220,107,47
darkorange      #864A33   134,74,51
yellow          #EFDF00   239,223,0
darkyellow      #CFB500   207,181,0
*/

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

.main{
  width:100%;
  max-width:940px;
  margin-left:auto;
  margin-right:auto;
  padding: 0;
}

header{
  width:100%;max-width:100%;
  margin-left:auto;
  margin-right:auto;
}

a{
  text-decoration: none;
  color: #D60570;
}

a:hover {
  text-decoration: none;
  color: #4CC2F1;
}
.login-section
{
  float:right;
  margin-top: 28px;
}
.login-section .btn
{
  font-size: 14px;

  padding: 5px 16px;

  border-radius: 50vh;
}



button {
  margin: 0;
}

h1 {
  color:#20C7F1;
  float:none;
  /*t4 type="media" id="20981" formatter="path/*"/>);*/
  background-image: url(/media/layacommon/images/icons/h1_border.png);
  background-repeat:repeat-x;
  background-position:left bottom;
  padding-bottom: 30px;
  width:100%;
  font-size:36px;
  line-height:36px;
  margin: 0px;
}

h1, h2{
  font-family: Conv_CoconPro-Regular, arial, sans-serif;
  font-weight:normal;
}

h3, h4, h5 {
  margin:0;
  font-family:Conv_SariOT-Bold, arial, sans-serif;
  font-weight:normal;
}

p{
  margin:0 0 18px 0;
  font-family:arial, helvetica, sans-serif;
  color: #1B355F;
  font-size: 13px;
  line-height: 18px
}

h1 {
  margin-top: 16px;
}

h2 {
  font-size: 20px;
  line-height:22px;
  color: #00679A;
  margin: 0 0 20px 0;
}

h3{
  font-size: 18px;
  line-height:20px;
  color: #1C3660;
  margin-bottom:8px;
}

h4 {
  font-size: 17px;
  line-height:18px;
  color: #1C3660;
}

ul {
  padding: 0;
  margin: 16px 0px;
  -webkit-padding-start: 0px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #1C3660;
}

.bullet-list li {
  /*t4 type="media" id="1062" formatter="path/*"/>);*/
  background: url(/media/layahealthcare/desktopsite/styleassets/images/tick_bullet.gif) no-repeat 0 0;
  line-height: 25px;
  padding-left: 14px;
}

ul li {
  list-style:none;
}

.bullet {  }

.bullet li {
  /*t4 type="media" id="27086" formatter="path/*"/>);*/
  background:url(/media/layacommon/images/icons/check.png)  no-repeat 0 0;
  line-height: 1.5;
  padding-left: 22px;
}

.bullet li p {
  padding: 0;
  margin: 0!important;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.0;
  margin-left: auto;
  margin-right: auto;
}

td {
  vertical-align: top;
}

/* Fonts */

@font-face {
  font-family: 'Conv_SariOT-Bold';
  /*
        t4 type="media" id="20982" formatter="path/*"/>);
        t4 type="media" id="20982" formatter="path/*"/>?#iefix) format('embedded-opentype'),
        t4 type="media" id="29297" formatter="path/*"/>) format('woff'),
        t4 type="media" id="20983" formatter="path/*"/>) format('truetype'),
        t4 type="media" id="20984" formatter="path/*"/>) format('svg');
  */
             src: url(/media/layacommon/fonts/SariOT-Bold.eot);
             src: url(/media/layacommon/fonts/SariOT-Bold.eot?#iefix) format('embedded-opentype'),
             url(/media/layacommon/fonts/SariOT-Bold.woff) format('woff'),
             url(/media/layacommon/fonts/SariOT-Bold.ttf) format('truetype'),
             url(/media/layacommon/fonts/SariOT-Bold.svg) format('svg');
             font-weight: normal;
             font-style: normal;
           }

@font-face {
	font-family: 'SariPro-Regular';
  /*
        t4 type="media" id="29398" formatter="path/*"/>);
        t4 type="media" id="29398" formatter="path/*"/>?#iefix) format('embedded-opentype'),
		t4 type="media" id="29401" formatter="path/*"/>) format('woff'),
		t4 type="media" id="29400" formatter="path/*"/>) format('truetype'),
		t4 type="media" id="29399" formatter="path/*"/>) format('svg');
  */
		src: url(/media/layacommon/fonts/SariPro-Regular.eot);
		src: url(/media/layacommon/fonts/SariPro-Regular.eot?#iefix) format('embedded-opentype'),
		url(/media/layacommon/fonts/SariPro-Regular.woff) format('woff'),
		url(/media/layacommon/fonts/SariPro-Regular.ttf) format('truetype'),
		url(/media/layacommon/fonts/SariPro-Regular.svg) format('svg');
		font-weight: normal;
		font-style: normal;
	}

           @font-face {
            font-family: 'Conv_CoconPro-Regular';
  /*
        t4 type="media" id="20985" formatter="path/*"/>);
        t4 type="media" id="20985" formatter="path/*"/>?#iefix) format('embedded-opentype'),
        t4 type="media" id="29296" formatter="path/*"/>) format('woff'),
        t4 type="media" id="20986" formatter="path/*"/>) format('truetype'),
        t4 type="media" id="20987" formatter="path/*"/>) format('svg');
  */
             src: url(/media/layacommon/fonts/CoconPro-Regular.eot);
             src: url(/media/layacommon/fonts/CoconPro-Regular.eot?#iefix) format('embedded-opentype'),
             url(/media/layacommon/fonts/CoconPro-Regular.woff) format('woff'),
             url(/media/layacommon/fonts/CoconPro-Regular.ttf) format('truetype'),
             url(/media/layacommon/fonts/CoconPro-Regular.svg) format('svg');
             font-weight: normal;
             font-style: normal;
           }

        @font-face {
          font-family: 'open_sansregular';
          src: url('/common/fonts/open-sans/opensans-regular-webfont.woff2') format('woff2'),
            url('/common/fonts/open-sans/opensans-regular-webfont.woff') format('woff');
          font-weight: normal;
          font-style: normal;
        }

.text_and_media {
  width:100%;
  margin: 50px 0;
}

.text_and_media iframe {
  border-style: none;
}

.left_media {
  float: left;
  margin-right: 20px;
}

.right_media {
  float: right;
  margin-left: 20px;
}

iframe {
  max-width: 100%;
  border-style: none;
}

.nodeHidden {
  left: -15999px;
  position: fixed;
  top: -15999px;
}

#skip {
  position: absolute;
  top: -999px;
}

.brandtext {
  font-family:Conv_SariOT-Bold, arial, sans-serif;
}


/* Cookie Notice */
#cookie_notice {
  width: 100%;
  background-color: #00679a;
  overflow: hidden;
  z-index: 9999;
}

#cookie_notice p {
  padding: 0.33em 0;
  font-family: open_sansregular,sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  text-align: center;
}

#cookie_notice a {
  font-weight: bold;
  color: #fff;
}

#cookie_notice button {
  min-width: 150px;
  border-radius: 248px;
  display: inline-block;
  font-family: open_sansregular,sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 15px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #7a2a7a;
  line-height: 21px;
  background: #d60570;
  color: #fff;
  border: 1px solid #d60570;
  margin-left: 1em;
}

#cookie_notice button:hover {
    color: #fff;
    background-color: #b1045c;
    border-color: #a40456;
}
/* End Cookie notice */

/* Emergency Notice */
#emergency-notice {
  width: 100%;
  background-color: #d60570;
  overflow: hidden;
  z-index: 9999;
  padding: 15px 0;
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
}
/* End Emergency notice */

.oldbrowser {
  width: 100%;
  background-color: #1C3660;
  overflow: hidden;
  z-index: 9999;
  color: white;
  font-weight: bold;
  text-align: center;
}

.sitemap li{margin-left:40px;margin-top:5px;}


/* Reminder */

#reminder {
  background-color: #eee;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  height: 70px;
}

#reminder .row {
  padding: 5px 15px 0 15px;
}

#reminder h2 {
  font-size: 22px;
  color: #D60570;
  background-image: none;
  margin: 4px 10px 0 0;
  float: left;
}

#reminder .welcome {
  float: left;
  color: #333;
  font-family: Conv_SariOT-Bold, arial, sans-serif;
  font-size: 16px;
  margin: 10px 10px 0 0;
}

#reminder .btn {
  font-size: 14px;
  margin: 2px 0 0 0;
}

#reminder #reminder-close {
  color: #333;
  float: right;
  margin-top: -10px;
}

#reminder .btn-primary {
  border: 1px solid #810344;
  float: left;
}

@media (max-width: 767px) {
  #reminder {
    height: auto;
  }
  
  #reminder h2 {
    float: none;
    margin: 0;
  }
  
  #reminder .welcome {
    float: none;
    margin: 0;
  }
  
  #reminder .btn-primary {
    float: none;
    margin: 10px 0 4px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #reminder-no-thanks {
    display: none;
  }
}

@media (max-width: 991px) {
  #reminder h2 {
    font-size: 18px;
  }
}

#reminder #reminder-benefit {
  margin: 8px 10px 0 -4px !important;
}


/*Company nav tabs */
.companies {
  float:right;
  font-family: Conv_CoconPro-Regular, arial, sans-serif;
  overflow:hidden;
  display: inline;
  margin: 0px;
}

.companies ul {
  margin: 0px;
}

.company {
  font-family: Conv_CoconPro-Regular, arial, sans-serif;
  float: left;
  padding-right: 5px;
  text-align: center;
  margin: 0;
  width: 185px;
  display: inline;
  margin-left: -20px;
}

.gsc-wrapper table {
  border-collapse: initial;
}

.company  a {
  background-color:#4CC2F1;
  border-left-style: solid;
  border-left-width: 2px;
  border-radius:0px 0px 0px 50vh;
  color:#FFF;
  text-align:center;
  text-decoration:none;
  display: inline-block;
  font-size: 16px;
  height: 25px;
  width: 100%;
}

.first_company {
  margin-left: 0px;
}

.first_company a{
  border-left-style: none;
}

.last_company {
  padding-right: 0px;
}

.last_company a {
  border-radius:0px 0px 50vh 50vh;
}

.company a:hover {
  background-color:#00679A;
  color: #ffffff;
  text-decoration:none;
}

/* Header Logo */
.header_logo {
  display:block;
  float: left;
  margin: 20px 0 20px 0;
}

/* Contact Info */
.contact_info{
  float:left;
  text-align:left;
  margin-top: 15px;
  margin-left: 15px;
}

/* Social Media links*/
.social {
  height:50%;
  min-width:95px;
  margin-bottom:-10px;
  margin-top: 10px;
  padding-bottom: 10px;
  overflow: auto;
}

.social a{
  padding-left: 9px;
  float: left;
}

.social a:empty{
  display: none;
}

.social img{
  width:20px !important;
  height: 20px !important;
}

.footer-social {
  width: 335px;
}

.footer-list {
  width: 490px;
  width: calc(100% - 545px);
  min-width: 490px;
}

/* Telephone Numbers */
.tel{
  color: #D60570;
  font-family: Conv_SariOT-Bold, arial, sans-serif;
  margin-top:0;
}

.tel_number {
  font-size: 16px;
  color: #D60570;
}

.tel_menu_number {
	display: none;
}

/* Login Pages */

.login_pages {
  float: right;
  min-width: 200px;
  margin-top: 7px;
}

.login_pages ul{
  text-align: right;
  margin-top: 0px; 
}

.login a{
  text-decoration:none;
  font-family: Conv_SariOT-Bold, arial, sans-serif;
  color: #D60570;
  font-size: 16px;
  text-align: right;
}

span#nav{position:absolute; top: 17px; z-index:50; right:30px;}

span#nav a{
  width:20px;
  height:19px;
  display:block;
  text-indent:-9999px;
  /*t4 type="media" id="20988" formatter="path/*"/>);*/
  background-image: url(/media/layacommon/images/icons/pager_off.png);
  background-repeat:no-repeat;
  float:left;
  margin-right:6px;
}

span#nav a.activeSlide{
  /*t4 type="media" id="20989" formatter="path/*"/>);*/
  background-image: url(/media/layacommon/images/icons/pager_on.png);
  background-repeat:no-repeat;
}

.pagecontent {
  width: 100%;
  overflow: auto;
}

.left_box {
  float: left;
  max-width: 575px;
  width: 100%;
}

.right_box {
  float: right;
  padding: 10px 30px;
  margin: 0px 10px 10px 0px;
  border-style: solid;
  border-color: #00679A;
  border-width: 1px;
  border-radius: 15px;
  box-shadow: 5px 6px 8px grey;
}



.floatcontainer:after {
  content: "";
  display: table;
  clear: both;
}

.call_to_action_bar {
  background-color: #F1F1F1;
  margin: 10px 0 20px 0;
  width: 100%;
  text-align: center;
  font-size: 19px;
  line-height: 2;
  vertical-align: middle;
  padding: 10px 20px;
  border-width: 1px;
}

.call_to_action_bar .tel{
  font-size: 20px;
}

.btn {
  font-family: Conv_CoconPro-Regular, arial, sans-serif;
}

.btn-primary {
  background-color: #D60570;
  color: white;
  border: 1px solid #d60570;
  font-size: 16px;
  border-radius: 50vh;
  box-shadow: inset 0px 1px 0px 0px #D60570;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 25px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.btn-primary:hover {
  background-color: #991636;
  color: white;
  border-color: #a40456;
}

.btn-secondary {
    background: #ffffff;
    color: #d60570;
    border: 1px solid #d60570;
    border-radius: 50vh;
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: #fff;
    background-color: #b1045c;
    border-color: #a40456;
}

.btn_back  {
  /*t4 type="media" id="21039" formatter="path/*"/>);*/
  background: url(/media/layacommon/images/icons/left_arrow_white.png) no-repeat 10% 50%, linear-gradient(#D60570, #991636);
  width: 100px;
  padding: 5px 15px 5px 30px;
  display: block;
  color: white;
  margin: 10px;
}


.btn_back:hover {
  /*t4 type="media" id="21039" formatter="path/*"/>);*/
  background: url(/media/layacommon/images/icons/left_arrow_white.png) no-repeat 10% 50%, linear-gradient(#991636, #D60570);
  color: white;
}

.box_right {
  float: right;
  border-width: 1px;
  border-style: solid;
  background-color: #F1F1F1;
  border-radius: 10px;
  padding: 10px;
  margin: 40px;
  width: 100%;
  max-width: 300px;
}

.boardmembers { overflow: auto; }
.boardmember { height: 360px; overflow: auto; }
.boardmember_picture { float: left; width: 222px; }
.boardmember_desc { float: right; width: 706px; padding: 5px; padding-top: 40px; }
#all-board { margin:auto; }
#all-board img { width: 100%; }

.press_release_content { overflow: auto; }
.press_release_content .right_box {
  float: right;
}
.press_releases_list { float: left; font-size: 13px; line-height: 25px; margin-top: 1em; }
/*4 type="media" id="21060" formatter="path/*"/>*/
.press_releases_list li { background:url(/media/layacommon/images/icons/Tick.jpg)  no-repeat 0 5px; padding-left: 14px; }


.answer {
  padding: 3px;
  display: none;
}

.nav-background
{
  background: #1c3660; /* Old browsers */
  background: -moz-linear-gradient(left,  #1c3660 0%, #00679a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1c3660), color-stop(100%,#00679a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #1c3660 0%,#00679a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #1c3660 0%,#00679a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #1c3660 0%,#00679a 100%); /* IE10+ */
  background: linear-gradient(to right,  #1c3660 0%,#00679a 100%); /* W3C */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3660', endColorstr='#00679a',GradientType=1 )"; /* IE6-9 */
}
.laya-mobile-nav.navbar{
 box-shadow:none; 
}
.laya-mobile-nav.navbar .navbar-collapse
{
  padding-left: 0;
}
.laya-mobile-nav.navbar  .navbar-nav > li > a
{
  font-family: Conv_CoconPro-Regular, arial, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  padding-top:15px;
  padding-bottom:15px;
  color: #fff;;
}

.laya-mobile-nav.navbar  .navbar-nav > li > a .caret
{
  margin-left: 8px;

  color: #4cc2f1;
  border-top-color: #4cc2f1;
  border-bottom-color: #4cc2f1;
}
.laya-mobile-nav.navbar .search-form{
  box-shadow:none; 
}
.laya-mobile-nav.navbar .search
{
  height: 30px;
  margin-top: 3px;
  margin-right: 0;

  color: #fff;
  border: 1px solid #347ba3;
  background-color: #4485aa;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size:16px;
  line-height:18px;
  
}
.laya-mobile-nav.navbar .search::-ms-clear {
 display:none; 
}
.laya-mobile-nav .search-input-wrapper{
  position: relative;
}
.laya-mobile-nav .google-search-form button {
  padding: 0;
  border: none;
  background: none;
  color: white;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  width: 10%;
  position: absolute;
  top: 9px;
  right: 5px;
}
.laya-mobile-nav.navbar .search::-webkit-input-placeholder
{
  color: #fff;
}

.laya-mobile-nav.navbar .search:-moz-placeholder
{
  /* Firefox 18- */
  color: #fff;
}

.laya-mobile-nav.navbar .search::-moz-placeholder
{
  /* Firefox 19+ */
  color: #fff;
}

.laya-mobile-nav.navbar .search:-ms-input-placeholder
{
  color: #fff;
}

.laya-mobile-nav.navbar .search-form
{
  padding-right: 0;
}
.laya-mobile-nav.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}
.laya-mobile-nav.navbar.navbar-default .navbar-nav > .open > a,
.laya-mobile-nav.navbar.navbar-default .navbar-nav > .open > a:hover,
.laya-mobile-nav.navbar.navbar-default .navbar-nav > .open > a:focus
{
  color: #fff;
  background-color: #00679a;
  background-image: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}
.laya-mobile-nav.navbar .dropdown-menu
{
  min-width: 265px;
  z-index:1039;
}
.laya-mobile-nav.navbar .dropdown-menu > li{
  position: relative;
}
.laya-mobile-nav.navbar .dropdown-menu > li > a
{
  font-size: 16px;

  margin-top: 15px;
  margin-bottom: 10px;

  color: #1C3660;
}

.laya-mobile-nav.navbar .dropdown-menu
{
  padding-left: 16px;

  text-align: left;

  background: white;
}
.laya-mobile-nav.navbar ul
{
  overflow: visible;
}

.laya-mobile-nav.navbar .dropdown-menu > li:before
{
  content:"\e072";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  line-height: 26px;
  color: #D60570;
  font-size:8px;
}
.laya-mobile-nav.dropdown-menu > li > a:hover, .laya-mobile-nav.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #D60570;
  background-color: transparent;
}
/* Start blue dropdown*/
.laya-mobile-nav.dropdown-menu > li > a:hover, .laya-mobile-nav.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #D60570;
  background-color: transparent;
}
.laya-mobile-nav.navbar .dropdown-menu{
  padding-left:0;
}
.laya-mobile-nav.navbar .dropdown-menu > li{
  padding-left:15px;
}
.laya-mobile-nav.navbar .dropdown-menu > li > a{
  margin-top:0;
  margin-bottom:0;
  padding-top: 15px;
  padding-bottom: 10px;
}
.laya-mobile-nav.navbar .dropdown-menu > li:hover > a{
 background-image:none;
 color:#FFF;
 background-color: transparent;
}
.laya-mobile-nav.navbar .dropdown-menu > li:before{
  line-height:50px;
}
.laya-mobile-nav.navbar .dropdown-menu > li:hover:before{
  color:#FFF;
}
.laya-mobile-nav.navbar .dropdown-menu > li:hover{
  background-color: #0088cc;
}
.laya-mobile-nav.navbar .dropdown-menu > li > a:hover{
  background-color:transparent;
  background-image:none;
}
/*End blue Dropdown */

.laya-mobile-nav.navbar .dropdown-menu
{
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

.contact_info
{
  float: right;
  margin-top: 28px;
}
.contact_info li
{
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;

  display: inline;

  /* padding-right: 20px; */
  padding-left: 20px;

  color: #1C3660;
}
.contact_info .show_mobile
{
  border-left: 1px solid #1c3660;
}
.contact_info .pre
{
  font-weight: normal;
}
.opening-hours
{
  font-size: 11px;
  line-height: 13px;
  display: block;
  color: #8c9bae;
  font-family:  Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.contact-icon
{
  margin-right: 10px;
}
.contact-icon img
{
  width: 20px;
  height: 20px;
}
.tel_number .contact-icon{
  color: #D60570;
  font-size: 16px;
}

.faq .question {
  max-width: 680px;
  margin: 0 auto;
  color: #1C3660;
  font-size: 18px;
  font-family: Conv_CoconPro-Regular, arial, sans-serif;
  /*t4 type="media" id="7581" formatter="path/*"/>*/
  background-image: url(/media/layahealthcare/desktopsite/newhomepage/css/cssimages/select_child_arrow_off.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
  font-weight:normal;
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
}

/* FAQ styling using detail/summary tags */
/* Same CSS class above but removing triangle twistie as the details tag already displays triangle */
.faq details.question {
  max-width: 680px;
  margin: 0 auto;
  color: #1C3660;
  font-size: 18px;
  font-family: Conv_CoconPro-Regular, arial, sans-serif;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 4px;
  font-weight:normal;
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
}
.faq summary { outline: none; cursor: pointer; }
.faq details p {
  /* max-width: 680px;
  margin: 0 auto;
  color: #1C3660;
  padding: 10px;
  background-color: #DBF2FC;
  padding: 20px 20px 20px 80px;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  position: relative; */
}

.faq details[open]:not(summary) {
    /* the style goes here */
	max-width: 680px;
	margin: 0 auto;
	color: #1C3660;
	padding: 10px;
	background-color: #DBF2FC;
	padding: 20px 20px 20px 80px;
	font-size: 14px;
	border-bottom: 1px solid #cccccc;
	position: relative;
}
/* End FAQ styling using detail/summary tags */

.faq .question h6 {
  font-size: 18px;
  margin: 11px 0px 11px 20px;
  font-family: Conv_CoconPro-Regular;
  font-weight: 300;
  line-height: 1.1;
  color: #1c3660;
}

.faq .answer {
  max-width: 680px;
  margin: 0 auto;
  color: #1C3660;
  padding: 10px;
  background-color: #DBF2FC;
  padding: 20px 20px 20px 80px;
  display: none;
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
@media only screen and (max-width: 767px){
  .faq .answer {	
  	padding: 5px;
  }
}
.faq .answer .triangle {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #DBF2FC;
  width: 0;
  height: 0;
  position: absolute;
  top: -8px;
  left: 80px;
}


.laya-mobile-nav .navbar-header
{
  display: none;
}

/* Footer */
footer{
  padding: 23px 0 0 0;
  margin-top: 10px;
  /*t4 type="media" id="20990" formatter="path/*"/>) #F1F1F1 repeat-x left top;*/
  background: url(/media/layacommon/images/icons/dots_bg.jpg) #F1F1F1 repeat-x left top;
  color: #555555;
}
@media only screen and (max-width: 1200px){
  img {
    max-width: 100%;
    height: auto !important;
  }
}
@media only screen and (max-width: 767px){

  h1 {
    font-size: 40px;
  }
  
  /* Correct the fact T4 sets image sizes */
  img {
    max-width: 100%;
    height: auto !important;
  }
  
  .main {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  #cookie_notice button {
    width: 100px;
    display:block;
    margin: 5px auto;
    min-width: 150px;
    padding: 0.33em;
  }
  
  header {
    margin-bottom: 25px;
    min-height: 80px;
  }
  
  .companies {
    z-index: 1;
    /*top: 65px;*/
    left: 0;
    width: 100%;
    font-size: 48px;
    position: relative;
  }
  
  .company {
    width: 50%;
    margin: 0;
    padding: 0;
  }
  
  .company a {
    border-radius:0;
    height: 35px;
    line-height: 35px;
    color: #00679A;
    text-decoration: none;
  }
  .company a {
   background-color: transparent;
   color: #00679A;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-left:none;

 }
 .first_company {
  margin-left: 0px;
}


.last_company {
  padding-right: 0px;
  border-right: none;
  border-left: solid 1px #00679A;;
}

.last_company a {
  border-radius:0;
}

.company a:hover {
  background-color:#00679A;
  color: #ffffff;
  text-decoration:none;
}

.tel {
  padding: 0 10px;
  display: none;
}

.tel a.tel_number {
  display: none;
}

.tel a.show_mobile {
  background-color:#991636;
  background: linear-gradient(#991636, #D60570);
  background-repeat: no-repeat;
  background-position: 20%;
  color:#FFF;
  display:inline-block;
  text-align:center;
  text-decoration:none;
  width:100%;
  border-radius:10px;
  margin:10px 0 15px;
  padding:8px 0 14px;
  vertical-align: middle;
  font-size: 24px;
}

.tel a:hover,.tel a:focus {
  background: linear-gradient(#D60570, #991636);
}

.tel a:empty {
  display: none;
}

.mid_topics {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.mid_topics ul {
  margin: 0;
}

.mid_topic {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
  background: #B5B000;
  border-width: 1px;
  border-top-style: solid;
  border-radius:0;
}

.mid_topic2 {
  border-bottom-style: solid;
}

.mid_topic h2 {
  width: 100%;
  display: inline-block;
  height: 60px;
  padding: 0;
  color: #00679A;
  line-height: 60px;
  text-align: left;
  /*t4 type="media" id="21000" formatter="path/*"/>);*/
  background-image: url(/media/layacommon/images/icons/right_arrow_white.png);
  background-repeat:no-repeat;
  background-position:95% 50%;
}

.mid_topic h2:hover {
  color: #fff;
  background-color: #555555;
}

.mid_topic h2 img{
  float:left;
  padding: 5px 10px;
}

.mid_topic_text {
  display: none;
}

.mid_topic_button {
  display: none;
}

.mid_buttons {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.mid_button {
  width: calc(100% - 20px);
  float: none;
  margin: 10px;
}

.mid_last {
  float: none;
}

.call_to_action_bar {
  margin: 0;
}

.call_to_action_bar .btn {
  width: 100%;
  display: block;
  color: white;
}

.call_to_action_bar .tel {
  display: block;
  background-color: #D60570;
  background: linear-gradient(#D60570, #991636);
  color: #ffffff;
  border-radius: 10px;
  font-family: Conv_SariOT-Bold, arial, sans-serif;
  font-size: 19px;
  text-align: left;
  font-weight: bold;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  line-height: normal;
}

.call_to_action_bar .tel:hover {
  background-color: #00679A;
  background: linear-gradient(#991636, #D60570);
}

.call_to_action_bar .tel a {
  color: white;
  width: 100%;
}

.call_to_action_bar .tel a:hover{
  background-image: none;
}


.right_box {
  float: none;
  max-width: 270px;
  margin: 10px auto;
}

.left_box {
  float: none
}

.text_and_media {
  width:100%;
  margin: 0;
}

.left_media {
  float: none;
  margin: 20px auto;
  text-align: center;
}

.right_media {
  float: none;
  margin: 20px auto;
  text-align: center;
}


header
{
  margin-bottom: 0;
  min-height: 50px;
}
.nav-container{
  padding-left:0;
  padding-right:0;
}
.laya-mobile-nav.navbar .dropdown-menu
{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.nav-background{
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}
.laya-mobile-nav.navbar .navbar-nav > li > a {
  color: #fff;
}
.laya-mobile-nav.navbar  .navbar-nav > li > a .caret
{
  float:right;
}
.laya-mobile-nav.navbar .dropdown-menu > li{
  border-top: 1px solid #f2f2f2;
}
.laya-mobile-nav.navbar .dropdown-menu > li:first-child{
  border-top:none;
}
.laya-mobile-nav.navbar .nav{
 float:none;

}
.laya-mobile-nav.navbar .nav li{
 float:none;

}
.login-section
{
  display: none;
}
.companies
{
  display: none;
}
.laya-mobile-nav.navbar
{
  min-height: 0;
  margin-bottom:0;
}
.laya-mobile-nav .navbar-header
{
  display: block;
}
.laya-mobile-nav .navbar-header .navbar-toggle
{
  z-index: 1039;

  float: left;

  margin-top: 10px;
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 5px;

}
.laya-mobile-nav.navbar .callbutton {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  width: 40px;
  border: 1px solid #d2d3d5;
  text-align: center;
  font-size: 21px;
  float: right;
  color: #D60570;
  text-decoration: none;
  margin-top: 10px;
  margin-right: 5px;
}
.laya-mobile-nav.navbar .callbutton:after {
  font-family: 'Glyphicons Halflings';
  content: "\e182";
}
.laya-mobile-nav .navbar-header .navbar-toggle .icon-bar{
  background-color:#00679A;
}
.logo-row{
 position:relative;
}
.logo-wrapper
{
  position: absolute;
  top: 0;

  width: 100%;
  margin: auto;
}
.logo-wrapper .header_logo{
  width: 160px;
  margin: 10px auto 0;
  position: relative
}
.contact_info
{
  margin-top: 0;
}
.laya-mobile-nav.navbar .search
{
  width: 95%;
}
.laya-mobile-nav .google-search-form button {
  right:15px;
  top:7px;
}
.laya-mobile-nav.navbar .search::-webkit-input-placeholder
{
  color: #fff;
}

.laya-mobile-nav.navbar .search:-moz-placeholder
{
  /* Firefox 18- */
  color: #fff;
}

.laya-mobile-nav.navbar .search::-moz-placeholder
{
  /* Firefox 19+ */
  color: #fff;
}

.laya-mobile-nav.navbar .search:-ms-input-placeholder
{
  color: #fff;
}

.laya-mobile-nav.navbar .navbar-collapse
{
  padding-left: 2.5%;
  background: #1c3660; /* Old browsers */
  background: -moz-linear-gradient(left,  #1c3660 0%, #00679a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1c3660), color-stop(100%,#00679a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #1c3660 0%,#00679a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #1c3660 0%,#00679a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #1c3660 0%,#00679a 100%); /* IE10+ */
  background: linear-gradient(to right,  #1c3660 0%,#00679a 100%); /* W3C */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3660', endColorstr='#00679a',GradientType=1 )"; /* IE6-9 */

}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color:#1C3660;

}
.header_logo
{
  margin-top: 0;
  position: absolute;
  float: none;
  top: 0;
  z-index: 9;
}
.laya-mobile-nav .dropdown-menu
{
  background: #fff;
}
.laya-mobile-nav{
  border:none;
}

.laya-mobile-nav.navbar .dropdown-menu > li > a
{
  margin-top: 0;
  margin-bottom: 0;
}   
.laya-mobile-nav.navbar .nav > li{
  border-top: 1px solid #1C3660;
}
.laya-mobile-nav ul.nav>li:first-child{
  border-top: none;
}
.laya-mobile-nav ul.nav>li:last-child{
  border-bottom: 1px solid #1C3660;
}
.laya-mobile-nav .navbar-form {
  border: none;
}
}
/* Breakpoint sm */
@media only screen and (min-width:768px) and (max-width: 992px){
  .laya-mobile-nav.navbar .search
  {
    max-width: 100px;
  }
  .laya-mobile-nav.navbar .search-form
  {
    width: 100px;
  }
}
@media only screen and (min-width:767px){
  .laya-mobile-nav.navbar
  {
    margin-top: 0;
    margin-bottom: 0;

    color: #fff;
    border: none;
    background-color: transparent;
    background-image: none;
  }
  .laya-mobile-nav.navbar  li.dropdown:hover .dropdown-menu{
    display:block;
  }
  .laya-mobile-nav.navbar  li.dropdown:hover{
    color: #fff;
    background-color: #00679a;
    background-image: none;
  }
  .laya-mobile-nav.navbar .nav>li>.dropdown-menu:after{
  	content: '';
   display: inline-block;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-bottom: 6px solid #ffffff;
   position: absolute;
   top: -6px;
   left: 10px;
 }
}
@media only screen and (min-width:1200px){
}
/* Footer styling */
footer
{
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  margin-top:0;
  /*t4 type="media" id="20990" formatter="path/*"/>) #F1F1F1 repeat-x left top;*/
  background: url(/media/layacommon/images/icons/dots_bg.jpg) repeat-x left top;
}
footer .footer-wrapper
{
  padding-top: 15px;
  padding-bottom: 20px;

  background: #1c3660; /* Old browsers */
  background: -moz-linear-gradient(left,  #1c3660 0%, #00679a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1c3660), color-stop(100%,#00679a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #1c3660 0%,#00679a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #1c3660 0%,#00679a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #1c3660 0%,#00679a 100%); /* IE10+ */
  background: linear-gradient(to right,  #1c3660 0%,#00679a 100%); /* W3C */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3660', endColorstr='#00679a',GradientType=1 )"; /* IE6-9 */

}

footer .footer-legal p,
footer .footer-award p
{
  margin-top: 10px;

  color: #747474;
}
footer .footer-content
{
  padding-top: 15px;
  padding-bottom: 10px;

  color: #fff;
}

footer .footer-content .footer-section
{
  display: inline-block;

  height: 95px;
  padding: 10px 10px;

  vertical-align: top;

  border-left: 2px solid #3e6288;
}
footer .footer-content .first-section
{
  border-left: none;
}
footer .footer-content .footer-section li
{
  display: inline;

  margin-right: 0;
  padding-left: 5px;

  border-left: 2px solid #3e6288;
}
footer .footer-content .footer-section li.first-item
{
  border-left: none;
  padding-left: 0px;
}
footer .footer-content h5
{
  font-size: 14px;

  margin-bottom: 10px;

  color: #4CC2F1;
}
footer .footer-content .footer-social h5
{
  margin-bottom: 8px;
}

footer .footer-content  .footer-social li
{
  border: none;
}
footer .footer-content  .footer-social li a
{
  text-decoration: none;
}

footer .footer-content a
{
  font-size: 14px;

  color: #fff;
}
a.top{
  display:none;
}
footer .mobile-only-menu{
 padding-top:0; 
}
footer .mobile-only-menu ul{
 margin-top:0; 
}
@media only screen and (max-width: 767px){
  footer .footer-content .footer-section
  {
    width: 100%;
    border:none;
  }
  footer .footer-content .first-section
  {
    padding-left: 20px;
  }
  a.top{
    position: relative;
    display: block;
    margin-bottom: 20px;
    color: #1C3660;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
  }
  a.top:before {
    font-family: 'Glyphicons Halflings';
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -5px;
    content: "\e113";
  }
  .mobile-nav-top{
    text-align: center;
    position: relative;
    margin-top: 10px;
  }
  footer .footer-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  footer .footer-content .footer-social{
    text-align: center;
    height:auto;
    padding-top:0;
    padding-bottom:0;
  }
  footer .footer-content .footer-social li
  {
    margin: 0 1%;
  }
  
  footer .footer-award {
   text-align: center;
 }
}
@media only screen and (max-width: 480px){
  footer .footer-content .footer-section li
  {
    display: block;
    padding-right: 5px;
    padding-left: 0;

    border-left: none;
  }
  footer .footer-content .footer-social li
  {
    display: inline;
  }

}

@media only screen and (max-width: 360px){
  footer .footer-content .footer-section li
  {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width:992px){
  footer .footer-content .footer-list{
    border-left:none;
  }
}

/* Existing content fixes*/
@media (min-width: 940px){
  .w755 {
    width: 80%;
  }
  .w160{
    width:17%;
  }
}
#freeheart .col {
  font-size: 16px;
  margin-right: 11px;
  margin-top: 10px;
  height: 330px;
  width: 100%;
  padding: 30px 15px 20px 25px;
  background: #e4f6fd;
  color: #1c3660;
  line-height: 20px;
  box-sizing:  border-box;
}
#freeheart .banner-container img{
  width:100%;
}
#banner.hero-area{
  border-radius: 0px 0px 20px 20px;
  margin-bottom:20px;
}
#banner.hero-area .blerb p{
  padding-top:20px;
}
.hospital-header-container .collapse,#premium-accordion-row .accordion .collaspe, #accordion-column .collapse{
  visibility:visible;
}
.laya-mobile-nav.navbar .navbar-nav > li > a{
 text-shadow:none !important; 
}
.laya-mobile-nav.navbar .dropdown-menu > li > a:hover,.laya-mobile-nav.navbar .dropdown-menu > li > a:focus{
 background-image:none;
 background-color: transparent;
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

/*Alternate header Menu*/
/* inverted header styling*/

.header-invert #memberName {
  font-size: 14px;
}

.header-invert #buttonDropAccount {
  border: none;
  border-radius: 0px;
  background: transparent !important;
}

.header-invert #buttonDropAccount:hover {
  background: transparent;
}

.header-invert #buttonDropAccount:active {
  background: transparent;
  outline: none;
  box-shadow: none;
}

.header-invert #memberWidget .glyphicon-user {
  font-size: 44px !important;
  opacity: 0.5;
}

.header-invert #memberMenu {
  position: relative;
  top: 7px;
  left: 12px;
}

.header-invert .dropdown-menu {
  font-family: Arial, sans-serif;
}

.header-invert .contact_info .show_mobile {
  border-left: 1px solid #00679A;
}

@media(min-width: 992px) {
  .header-invert .contact_info {
    margin-top: 20px;
  }
  .header-invert #memberWidget {
    margin-top: -10px;
  }
}

.header-invert .contact_info li {
  font-size: 12px;
  padding-right: 7px;
  padding-left: 7px;
}

.header-invert .contact_info {
  margin-right: 30px;
}

@media(max-width: 991px) {
  .header-invert .lock-icon {
    display: none;
  }
}

@media (min-width: 768px) {
  header.header-invert {
    background: #1c3660;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1c3660 0%, #00679a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1c3660), color-stop(100%, #00679a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #1c3660 0%, rgba(0, 103, 154, 0.1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #1c3660 0%, #00679a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #1c3660 0%, #00679a 100%);
    /* IE10+ */
    background: linear-gradient(to right, #1c3660 0%, #00679a 100%);
    /* W3C */
    -ms-filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#1c3660', endColorstr='#00679a', GradientType=0)";
    /* IE6-9 */
    /*background: #00679a;*/
    /*background-image:none;*/
    transition: background 0.2s ease-in;
  }
  .header-invert .tel_number .glyphicon {
    color: #4CC2F1;
  }
  .header-invert .tel_number a {
    color: #4CC2F1;
  }
  .header-invert .tel_number .pull-left,
  .header-invert li.tel_number,
  .header-invert #divMemberMenu,
  .header-invert #buttonDropAccount {
    color: white;
  }
  .header-invert #spanLinkMember a {
    color: #4CC2F1;
  }
  .header-invert .full-width.nav-background {
    /* background: linear-gradient(to bottom, #1c3660 0%,#00679a 100%); */
  }
  .header-invert .logo-wrapper img {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background: url('4 type="media" id="30054" formatter="path/*"/>') no-repeat; */
    background: url(/media/layahealthcare/desktopsite/newhomepage/images/white-laya-logo.png) no-repeat; 
    width: 310px;
    /* Width of new image */
    height: 86px !important;
    /* Height of new image */
    padding-left: 310px;
    /* Equal to width of new image */
  }
  .header-invert #nav-memberarea {
    box-shadow: 0px -15px 30px rgba(65, 182, 230, 0.2);
    border-top: 1px solid #00679A;
  }
}



/*Tiny MCE styles*/
.laya-pink-text-overide,.laya-pink-text-overide a{
	color:#D60570!important;
}
.laya-navy-blue-text-overide,.laya-navy-blue-text-overide a{
	color:#1B355F!important;
}
.laya-white-text-overide,.laya-white-text-overide a{
	color:#FFF!important;
}


/* Marketing Pages */

.marketing-page {
  padding-top: 15px;
}

.marketing-page h1,
.marketing-page h2,
.marketing-page h3,
.marketing-page h4,
.marketing-page h5,
.marketing-page h6 {
  background-image: none;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.marketing-page h1 > a,
.marketing-page h2 > a,
.marketing-page h3 > a,
.marketing-page h4 > a,
.marketing-page h5 > a,
.marketing-page h6 > a {
   font-size: inherit !important;
}

.marketing-page .marketing-main h1,
.marketing-page .marketing-main h2,
.marketing-page .marketing-main h3,
.marketing-page .marketing-main h4,
.marketing-page .marketing-main h5,
.marketing-page .marketing-main h6 {
  background-image: none;
  padding-bottom: 8px;
  color: #4CC2F1;
}

.marketing-page .marketing-main h1 {
  font-size: 30px;
  padding-bottom: 8px;
  color: #4CC2F1 ;
}
.marketing-page .marketing-main h2 {
  font-size: 30px;
  padding-bottom: 8px;
  color: #4CC2F1;
}
.marketing-page .marketing-main h3 {
  font-size: 20px;
  padding-bottom: 8px;
  color: #D60570 ;
}
.marketing-page .marketing-main h4,
.marketing-page .marketing-main h5,
.marketing-page .marketing-main h6 {
  font-size: 18px;
  padding-bottom: 8px;
  color: #00679A  ;
}

.marketing-page.container h2 {
  margin: 40px 0px 20px 0px;
}

.marketing-page ul {
  display: block;
  width: 100%;
}

.marketing-page li {
  line-height: 20px;
  margin-left: 2.2em;
  padding-left: 0.3em;
}

.marketing-page ul:not(.blank-list) li,
.marketing-page ul.bullet-list li {
  background-image: none;
  list-style-type: disc;
}
.marketing-page ul.check-list li {
  background-image: url(/media/layacommon/images/icons/Tick.jpg);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 1.5em;
  margin-left: 1em;
  list-style-type: none;
}
.marketing-page ul.check-list.pink li {
    background-image: url(/media/layacommon/images/icons/check.png);
    font-size: 16px;
    font-family: Conv_CoconPro-Regular, arial, sans-serif;
    color: #00679A;
}
.marketing-page ul.number-list li {
  list-style-type: decimal;
}
.marketing-page ul.alpha-list li {
  list-style-type: lower-alpha;
}

.marketing-page p,
.marketing-page li,
.marketing-page a,
.marketing-page td {
  font-size: 14px;
  line-height: 150%;
}

.marketing-page .lead {
  font-weight: 200;
  font-size: 18px;
  color: #00679A;
  margin-top: 8px;
}

.marketing-page .marketing-aside p,
.marketing-page .marketing-aside li,
.marketing-page .marketing-aside td {
  font-size: 12px;
}

.marketing-page .image-banner {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  background-size: cover;
  background-position: center bottom;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-top: -15px;
}

.marketing-page .image-banner img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.marketing-page .image-banner .text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 2;
  padding: 20px 20px;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.marketing-page .image-banner h1 {
  font-size: 48px;
  line-height: 48px;
  color: #D60570 ;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.marketing-page .image-banner .lead {
  color: white;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 rgba(0, 0, 0, 0.3), -1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.3);
  font-family: Conv_SariOT-Bold, arial, sans-serif;
  font-size: 24px;
}

.marketing-page .panel {
  padding: 0px;
  margin: 0px;
  margin-bottom: 22px;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
}

.marketing-page .panel .panel-heading {
  background-color: #00679A;
  background-image: linear-gradient(to left, #4CC2F1 0%, #00679A 100%);
  color: #FFFFFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.marketing-page .panel .panel-heading * {
  text-align: center;
}


.marketing-page .panel .panel-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.marketing-page .panel .panel-body {
  background-color: white;
}

.marketing-page .call-to-action-no-border {
  padding: 20px 8px;
  margin: 10px 0px;
  text-align: center;
}
.marketing-page .call-to-action {
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
  background: #FBFBFB;
  padding: 20px 8px;
  margin: 10px 0px;
  text-align: center;
}
.marketing-page .call-to-action-no-border .cta-text,
.marketing-page .call-to-action .cta-text {
  font-size: 16px;
  font-family: Conv_CoconPro-Regular;
  color: #D60570 ;
  text-align: center;
  margin-bottom: 0px;
}

.marketing-page .call-to-action-no-border .cta-text button,
.marketing-page .call-to-action .cta-text button {
  font-family: Conv_CoconPro-Regular;
  font-weight: normal;
  margin: 0px 5px;
}

.marketing-page .why-laya {
  background: #00679a;
  background: -moz-radial-gradient(center,ellipse cover,#4cc2f1 0%,#00679a 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#4cc2f1),color-stop(100%,#00679a));
  background: -webkit-radial-gradient(center,ellipse cover,#4cc2f1 0%,#00679a 100%);
  background: -o-radial-gradient(center,ellipse cover,#4cc2f1 0%,#00679a 100%);
  background: -ms-radial-gradient(center,ellipse cover,#4cc2f1 0%,#00679a 100%);
  background: radial-gradient(ellipse at center,#4cc2f1 0%,#00679a 100%);
  border-radius: 30px;
  margin-bottom: 22px;
  padding: 14px;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
  color: white;
  margin-left: 0px;
  width: 100%;
  transition: opacity 2500ms;
}
.marketing-page .why-laya .dotted-border {
  border: 2px dotted white;
  border-radius: 20px;
  padding: 28px;
}
.marketing-page .why-laya * {
  color: white;
}
.marketing-page .why-laya h3 {
  font-family: 'Conv_CoconPro-Regular',Arial,sans-serif;
  text-shadow: 2px 2px 8px #1C3660;
  margin-bottom: 16px;
}
.marketing-page .marketing-media {
  margin: 12px 0px;
}
.marketing-page .legal * {
  font-size: 12px;
  color: #999;
  line-height: 150%;
  margin-bottom: 22px;
}
.marketing-page .marketing-aside.legal * {
  font-size: 10px;
}
.marketing-page .marketing-aside.html-block {
  margin-bottom: 22px;
}
.marketing-page .marketing-aside.html-block img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.marketing-page .marketing-aside.html-block .fixed-size-img img {
  display: inline !important;
  width: inherit !important;
  height: auto !important;
}
.marketing-page .img-max-width-100pc {
	max-width: 100%;
	height: auto;
}
.marketing-page .img-margin-left-bottom {
  margin: 0 0 5px 5px;
}

.marketing-page .jumbotron.static {
	position: static;
}
.marketing-page .marketing-red-header {
	margin-top: -200px;
    padding: 0px 10px;
}
.marketing-page .marketing-red-header > div {
    background: rgba(153, 22, 54, 0.75);
    border-radius: 15px;
    padding: 9px 10px;
}
.marketing-page .marketing-red-header > div h1 {
    border: 2px dotted rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 10px;
    color: white;
    margin: 0px;
}
.marketing-page .call-to-action {
    margin: 20px 10px;
}
.marketing-page .call-to-action .cta-summary {
    font-family: Conv_CoconPro-Regular;
    font-weight: normal;
    font-size: 18px;
    padding-top: 18px;
    margin-bottom: 0px;
}

.marketing-page .marketing-accordion {
  display: block;
  cursor: pointer;
  text-decoration: none;
}

.marketing-page .marketing-accordion input {
  display: none;
}

.marketing-page .marketing-accordion svg {
	height: 20px;
    width: 20px;
    position: relative;
    top: 3px;
	transition: transform 500ms;
    transform-origin: 50% 50%;
}

.marketing-page .marketing-accordion h3 {
	display: inline;
	user-select: none;
}

.marketing-page .marketing-accordion-content {
	display: none;
}

.marketing-page .marketing-accordion input:checked ~ svg {
	transform: rotate(90deg);
}

.marketing-page .marketing-accordion input:checked ~ .marketing-accordion-content {
	display: block;
}

.marketing-page label.marketing-accordion {
    display: block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: normal;
}

/* **************************************** */
/* A CSS Override for the laya life FAQ. There is logic tied to the generic laya marketing faq so adding the custom life styling here */
.marketing-page .laya-life-faq {
	padding: 2rem;
	border-radius: 0.625rem;
	background: #fff;
	box-shadow: 0px 4px 40px 0px rgba(79, 108, 129, 0.12);
}

.marketing-page .laya-life-faq h3 {
	font-size: 20px;
	color: #36383a;
	margin-bottom: 24px;
	line-height: 120%;
}
.marketing-page .laya-life-faq #laya-life-faq-h3 {
	font-size: 28px;
}
.marketing-page .laya-life-faq label.marketing-accordion {
	margin: 16px 0;
}
/* **************************************** */


@media print{
  header, footer, #star-rating-section, div[id^="LPMcontainer"] {
   display: none !important;
 }
}
@media(max-width:1024px){
	.logo-row .company{
		width:120px;
	}
	.logo-row .company.layahealthcarecompany{
		width: 170px;
	}
}

@media only screen and (max-width: 1200px){
	.logo-wrapper img {
		max-width: 150%; 
	}
}
@media only screen and (max-width: 767px){
	.logo-wrapper img {
		max-width: 100%; 
	}
}
footer .mobile-only-menu {
	padding: 0px 15px 15px 15px;
}

span.example-receipt {
    display: inline-block;
    height: 60px;
    border: 1px solid #ddd;
    padding: 5px;
    transform: rotate(2deg);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    background: #fefefe;
    width: 60px;
    margin-right: 10px;
    font-family: cursive;
    font-size: 14px;
    text-align: center;
    color: #666;
}

#star-rating-feedback-modal .help-block {
  margin-top: 0px;
}

#star-rating-feedback-modal .help-block small a {
	font-size: 100%;
}

.marketing-page .marketing-3-doors {
	position: relative;
}

.marketing-page .marketing-3-doors img {
	width: 100% !important;
	height: auto !important;
}

.marketing-page .marketing-3-doors button {
	position: absolute;
    bottom: 40px;
    left: 50%;
    width: 200px;
    border-radius: 10px;
    border: none;
    height: 70px;
    margin-left: -100px;
	background-color: rgba(214,5,112,0.8);
}

.marketing-page .marketing-3-doors button span {
    border: 1px dashed rgba(255, 255, 255, 0.5);
    height: 58px;
    display: inline-block;
    width: 188px;
    border-radius: 6px;
    font-family: Conv_SariOT-Bold, arial, sans-serif;
    font-weight: normal;
    color: white;
    font-size: 26px;
    padding-top: 12px;
}

@media only screen and (max-width: 767px){
	.marketing-page .marketing-3-doors col-sm-4 {
		margin-bottom: 24px;
	}
}

.marketing-page .marketing-3-benefits {
	position: relative;
}

.marketing-page .marketing-3-benefits svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.marketing-page .marketing-3-benefits img {
	width: 100% !important;
	height: auto !important;
	border-top-left-radius: 25px;
}

.marketing-page .marketing-3-benefits .marketing-3-benefits-content {
	position: absolute;
    top: 15px;
    left: 40px;
	width: 100%;
}

.marketing-page .marketing-3-benefits h3 {
    color: #1c3660;
    text-shadow: 1px 0 hsla(0,0%,100%,.5), -1px 0 hsla(0,0%,100%,.5), 0 1px hsla(0,0%,100%,.5), 0 -1px hsla(0,0%,100%,.5);
    width: calc(100% - 80px);
    font-size: 32px;
}

.marketing-page .marketing-3-benefits p {
	color: #00679A;
    width: calc(100% - 80px);
    text-shadow: 1px 0 hsla(0,0%,100%,.15), -1px 0 hsla(0,0%,100%,0.15), 0 1px hsla(0,0%,100%,0.15), 0 -1px hsla(0,0%,100%,.15);
    font-family: Sari Pro Medium;
}

.marketing-page .marketing-3-benefits .marketing-find-out-more-pink {
	position: absolute;
    bottom: 0px;
    right: 15px;
	border-top-left-radius: 40px;
    height: 40px;
    background: #d60570;
    box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.3);
    font-family: Conv_CoconPro-Regular, arial, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 16px 16px 28px 32px;
    font-weight: 400;
    transition: background .25s;
    z-index: 5;
}

@media only screen and (max-width: 767px){
	.marketing-page .marketing-3-benefits .col-sm-4 {
		margin-bottom: 12px;
	}
}

.marketing-page .marketing-benefits-card {
  border: 1px solid #D9E1E2;
  border-radius: 10px;
  background: radial-gradient(#FFFFFF 50%, #D9E1E2);
  margin-bottom: 12px;
}

.marketing-page .marketing-benefits-card img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid white;
  border-top: none;
  width: 100% !important;
  height: auto !important;
}

.marketing-page .marketing-benefits-card h3 {
  color: #D60570;
  font-size: 22px;
  margin: 12px 0 5px 0;
}

.marketing-page .marketing-benefits-card p.card-text {
  color: #1C3660;
}

.marketing-page .marketing-benefits-card p.card-action {
  margin-bottom: 5px;
  color: #D60570;
  font-family: Conv_SariOT-Bold, arial, sans-serif;
  font-size: 16px;
}

.marketing-page .marketing-benefits-card .card-body {
  padding: 0px 20px 12px 20px;
}

@media only screen and (max-width: 767px){
  .marketing-page .marketing-benefits-card {
    margin-bottom: 0px;
  }
  .marketing-page .col-sm-4:not(:last-child) > .marketing-benefits-card,
  .marketing-page .col-sm-4:not(:last-child) > a > .marketing-benefits-card {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
	.nav_thrive {
		background-color: #DDDDDD;
		background: linear-gradient(to TOP, #DDDDDD 0%, #ccc 100%);
		color: #00679A !important;
	}
}

#register-panel {
	position: absolute;
	z-index: 100;
	width: 100%;
    pointer-events: none;
}

#register-panel .panel {
	width: 350px;
    float: right;
    height: 322px;
    margin-top: -48px;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    background-color: rgba(246,246,246,0.7);
    border-radius: 0px;
    pointer-events: auto;
}

#register-panel .panel-body {
	padding: 35px 40px;
}

#register-panel #register-heading-panel {
	color: #D60570;
    background-image: none;
    padding-bottom: 0px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    font-family: Conv_CoconPro-Regular, arial, sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    font-size: 22px;
}

#register-panel ul {
	zoom: 0.9;
}

#register-panel li {
	background: url(/media/layacommon/images/icons/check.png) no-repeat 0 5px;
	padding-left: 1.75em;
	font-size: 14px;
	line-height: 24px;
}

#register-panel #register-link {
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}

#register-panel #register-link a {
	text-decoration: underline;
    color: #00679A;
}

@media screen and (max-width: 992px){
	#register-panel .panel {
		margin-top: -20px;
	}
	#register-panel .panel-body {
	    padding-top: 8px;
	}
}

@media screen and (min-width: 767px){
	#healthcare-quick-quote {
		height: 400px;
	}

	#healthcare-quick-quote .panel-quick-quote {
		position: absolute;
		z-index: 100;
    	width: 100%;
	}
}

.home-banner .text-content .btn-default {
	font-family: Conv_CoconPro-Regular, arial, sans-serif;
	color: #4CC2F1;
}

/* TEMPORARY FIX TO RIGHT ALIGN IMAGE ON WINNOW TOOL: 08 DEC 2016 */
.bg-container, .bg-container-mirror {
  background-position: center right !important;
}

.disclaimer {
	line-height: 160% !important;
	margin-bottom: 0px !important;
}




.alert.alert-laya {
  background: #00679a;
  background: linear-gradient(to right, #991636 0%, #D60570  25%, #D60570  75%, #991636 100%);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
  color: white;
  margin-left: 0px;
  width: 100%;
  transition: opacity 2500ms;
}
.alert.alert-laya-info {
  background: linear-gradient(to right, #00679a 0%, #4cc2f1 25%, #4cc2f1 75%, #00679a 100%);
}
.alert.alert-laya > div {
  border: 2px dotted white;
  border-radius: 5px;
  padding: 15px 15px 8px;
}
.alert.alert-laya * {
  color: white;
}
.alert.alert-laya p {
  font-family: 'Conv_CoconPro-Regular',Arial,sans-serif;
  font-size: 12px;
  margin-bottom: 6px;
}
.alert.alert-laya h1 {
  font-family: 'Conv_CoconPro-Regular',Arial,sans-serif;
  font-size: 24px;
}
.alert.alert-laya h2 {
  font-family: 'Conv_CoconPro-Regular',Arial,sans-serif;
  font-size: 20px;
}
.alert.alert-laya h3 {
  font-family: 'Conv_CoconPro-Regular',Arial,sans-serif;
  font-size: 18px;
}
.alert.alert-laya h4 {
  font-family: 'Conv_CoconPro-Regular',Arial,sans-serif;
  font-size: 16px;
}
.alert.alert-laya h5 {
  font-family: 'Conv_CoconPro-Regular',Arial,sans-serif;
  font-size: 14px;
}
.alert.alert-laya a {
  text-decoration: underline;
  font-size: 13px;
  color: #4CC2F1;
}
.alert-laya-info a {
  color: #D60570;  
}

/* disables tel links except on phones  */
@media (min-width: 768px) {
	a[href^=tel\:] {
		color: inherit;
		cursor: default;
		pointer-events: none;
	}	
}


/* SOB List of query emails and description table styling */
.submit-query {
	margin-top: 28px;
	border: none;
}
.submit-query table {
	margin: 20px 0;
}
.submit-query table td {
	vertical-align: middle;
	padding: 28px 16px 8px 16px;
}
.submit-query table td.col-md-4 {
	padding: 12px 16px 4px 16px;
}
.submit-query table h4 {
	color: #666666;
	text-transform: uppercase;
}
.submit-query table p {
	color: #666666;
	font-size: 14px;
	line-height: 22px;
}
.submit-query tr {
	border-bottom: 1px solid #eeeeee;
}
.submit-query tr:nth-child(even) { background: #ffffff; }
.submit-query tr:nth-child(odd) { background: #f5f5f5; }

/* Its Good to Live Banner fixes */

.home-banner {
  cursor: pointer;
}
.home-banner .text-content {
  display: none !important;
}
@media (max-width: 768px) {
  .banner-large .banner-div {
    background-position: left center;
    background-size: auto 100%;
  }
}
.home-banner .panel {
  cursor: default;
}

/* Quick quote */

#healthcare-quick-quote {
  transition: 750ms;
  transition-timing-function: ease-in-out;
}
#healthcare-quick-quote.qq-collapsed {
  height: 250px;
}

@media screen and (max-width: 767px){
  #healthcare-quick-quote.qq-collapsed {
  height: 475px;
  }
}

/* Hide Wellbeing menu by default */
html body .wellbeing-content {
	display: none;
}





/* Mobile side scrolling (used on benefits page) */

@media (max-width:767px) {
  .mobile-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .mobile-scroll > div {
    white-space: normal;
    display: inline-block;
    float: none;
    width: 80%
  }  
}

.btn-filters {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;  
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
}

.btn-filters > button {
  float: none !important;
}


input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}
















































