
body {
  font-family: "Open Sans", sans-serif;
  color: #313030;
}

a {
  color: #1f98d4;
}

a:hover {
  color: #ff7e54;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #ff5821;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #ff774a;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #39312f;
  font-size: 14px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}

#topbar .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#topbar .contact-info li {
  display: inline-block;
  padding: 8px 0;
}

#topbar .contact-info li + li {
  margin-left: 18px;
}

#topbar .contact-info a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #ff5821;
  padding-right: 4px;
}

#topbar .cta a {
  color: #fff;
  background: #ff5821;
  padding: 8px 20px;
  display: inline-block;
  transition: 0.3s;
}

#topbar .cta a:hover {
  background: #ff6b3b;
}

.ctas {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(230, 167, 86, 0.9);
}
.ctas .ctas-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
}

 .circle {
        border-radius: 50%;
        width: 34px;
        height: 34px;
        padding: 10px;
        background: #fff;
        border: 3px solid #15aabf;
        color: #000;
        text-align: center;
        font: 20px Arial, sans-serif;
      }

.ctas .ctas-inner:before {
  border-radius: 0.5rem;
  content: "";
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.85);
  z-index: -1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 8px 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #635551;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 53px;
}

#main {
  z-index: 3;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #635551;
  padding: 11px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.nav-menu .icofont-home {font-size: 24px;}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #ff5821;
  text-decoration: none;
}
li.active {font-weight: bold;}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 8px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: lightne(#473d3a, 10);
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ff5821;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}
.add {background-image: url( "../../Substance-use/images/addict.png");height: 100%;background-position: center;background-repeat: no-repeat;background-size: cover;}
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #ff5821;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #473d3a;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #ff5821;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(43, 37, 35, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Accordion panel
--------------------------------------------------------------*/

.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
	
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
.accordion > .card > .card-header {background: #fff;}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {width:100%;text-align: left;}
button.mobile-nav-toggle.d-lg-none {text-align: right;}
.card-header {background:#fff; }
img.panelimg {display:block;} 
.favalert {color:red;vertical-align: middle;padding-right:5px;}
.footnote {font-size:13px;}
#section-8:target, #section-8.show {display: block;}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 50vh;
  background: url("../img/mnh_support.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: -120px;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  z-index: 2;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .get-started-icon {
  font-size: 24px;
  background: #ff5821;
  padding: 14px;
  color: #fff;
  border-radius: 50px;
  position: relative;
  z-index: 5;
  box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.1);
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  transition: 0.5s;
  margin-left: -10px;
  padding: 8px 26px 8px 26px;
  color: #fff;
  background: #584b48;
  border-radius: 0 50px 50px 0;
  position: relative;
  z-index: 4;
}

#hero .btn-get-started:hover {
  background: #ff5821;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 1024px) {
  #hero {
    margin-bottom: -150px;
  }
}

@media (max-height: 768px) {
  #hero {
    margin-bottom: -150px;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fafafa;
}

.section-title {
  /*text-align: center;*/
  padding-bottom: 30px;
}


.section-title.intro {
  text-align: center!important;
	padding-bottom: 0px;
  
}

.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #635551;
}

.section-title p {
  margin-bottom: 10px;
	text-align: left;

}

#section-8 p {margin-bottom: 0;}
#section-8 h3 {margin-top:1rem;margin-bottom: 1rem;}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f4f2f2;
  margin-bottom: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #635551;
  content: "/";
}



.animation-element {
  opacity: 0;
  position: relative;
}

.animation-element {
  opacity: 0;
  position: relative;
}


select#stress {margin-bottom:2rem;}


#mpss {padding: 135px 0 0px;}

.mpss .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  height: 230px;
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.msspdetail.hp {margin-top:-5rem;}
.mpss .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  /*border: 6px solid #fff;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: /*#ff5821*//*#0070c0*/#15aabf;
}
.logo.mr-auto {margin-right:2rem!important;}
.mpss .icon i {
  color: #fff;
  font-size: 24px;
}

.mpss .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.mpss .title a {
  color: #343a40;
}

.mpss .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #ff5821;
}

.mpss .icon-box:hover .icon i {
  color: #ff5821;
}

.mpss .icon-box:hover .title a {
  color: #ff5821;
}

.mpss .description {
  line-height: 24px;
  font-size: 14px;
}
blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}
.block-info {text-align: center;max-width: 820px;margin: 40px auto;border-bottom: 1px solid #d8d9d9;}
.block-info.cyan {background: #15aabf;color:#fff;max-width: 100%;margin:20px auto;}
.block-info.cyan p {padding:0;text-align: left;}
.block-info.cyan i {color:#fff;padding:1rem;}
.block-info p {text-align: center;padding:2rem;font-size:1.3rem;}
.block-quote-column {padding: 10px 40px; max-width: 820px; margin: 40px auto; 	position: relative;}
.block-quote-column p {font-size:1.5rem; text-align: center;font-style: italic;}
.block-quote-wrapper {padding-top:1rem;padding-bottom:1.5rem; }
.block-quote-column:before {content: ""; display: block; width: 50%; max-width: 250px; height: 3px; margin: 0 auto 15px;background: #e73900;}
.block-quote-row {padding: 10px 10px;margin: 0 auto;text-align: center;margin-top:2rem;}
.block-quote-row p {padding-left:20px;padding-right:20px;font-weight: 600;}
.block-quote-row img {margin=top:2rem;margin-bottom: 1rem;}
.block-quote-column.hp {margin: 60px auto}
.block-quote-column:after {position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 50%;
    max-width: 250px;
    height: 3px;
    background: #e73900;
	z-index: 3;}


blockquote .quote-left {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 36px;
    color: #e7e7e7;
}


blockquote .quote-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 36px;
    color: #e7e7e7;
}


.rmodal {
  position: relative;
  background: #fff;
  color: #333;
  text-align: center;
  width: 75%;
  margin: 0 auto;
margin-bottom: 2rem;
  min-height: 5em;
  min-width: 15em;
  box-shadow: -0.3em 0.3em 0.9em rgba(0,0,0,0.2);
}
.close-ribbon{
  position: absolute;
  top: 0;
  right: 1em;
  z-index: 1;
  color: #eee;
  font-size: 2em;
  cursor: pointer;
  width: 1.5em;
  line-height: 0.5em;
  -webkit-transition: line-height 0.5s;
  transition: line-height 0.5s;
}
.close-ribbon:after {
  content: "";
  font-size: 0.5em;
  position: absolute;
  height: 4rem;
  border: 1.5em solid #F44336;
  z-index: -1;
  top: -1em;
  border-top-width: 1.5em;
  border-bottom-color: transparent;
  right: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.close-ribbon:before {
  content: "";
  font-size: 0.5em;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #B71C1C transparent;
  top: -1em;
  right: 3em;
  border-width: 0 0 1em 0.7em;
  z-index: -1;
}
.close-ribbon:hover:after{
  border: 1.5em solid #EF5350;
  border-bottom-color: transparent;
  height: 1.6em;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.modals-content{
  padding: 3rem;
  display: flex;
	flex-direction: column;
	
}
.modals-content h3 {padding-bottom: 2rem;}

.madal-cyan {background: #15aabf; padding:3rem;margin-bottom: 2rem;color:#fff;margin-top:2rem;box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, .2);}
.cyan {color:#15aabf;}
.red {color:#e73900;}
.cyanbg {background-color:#15aabf;color:white;}
.padd5 {padding:5px;}
.gg-col {display: table-cell;vertical-align: middle;}
.padding-left {padding-left:10px;}
.bd-callout-green {border-left-color: #15aabf!important;}
.bd-callout {padding: 2.25rem; margin-top: 1.25rem; margin-bottom: 1.25rem;border: 1px solid #eee;border-left-width: .25rem;border-radius: .25rem;box-shadow: -0.2em 0.2em 0.2em rgba(0,0,0,0.2);}
.bd-callout-img {display: flex;flex-direction: column; align-items: center;padding-top: 1rem;padding-bottom: 1rem;}
.numberCircle {border-radius: 50%; width: 120px;height: 120px;padding: 20px;margin-bottom:1.5rem;background: #15aabf;color: white;text-align: center;font: 64px Arial, sans-serif;font-weight: bold;box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);}
.prbsolv {min-height: 238px;}
p.intro {font-weight: bold; padding:10px;}
.btn-orange {background:#ff5821;border-color:#ff5821;color:#fff;margin-top:2rem;margin-bottom:2rem; }
.btn-orange:hover {color:#fff;}
.btn-orange:focus {box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)}
/*Table stying*/

h4.header {text-align: center;background: #15aabf; color: white;padding-top: 10px;padding-bottom: 15px;}
table.resp {margin-bottom:1rem;border: 1px solid #000000;border-collapse: collapse; margin: 0 auto;  padding: 0px;table.resp-layout: fixed;min-width: 100%;}table.resp th {text-align: center;padding: 8px;border: 1px solid #ababab;background:#f6fcfd;color:#313030;font-weight:bold;text-align:center}table.resp td{color:#313030;padding: 8px;border: 1px solid #ababab;}table.resp tr{background-color: #ffffff;color:#000000;text-align:left;}table.resp .mobile-head {display:none;}@media screen and (max-width: 600px) {table.resp {border: 1px solid #000000;border-collapse: collapse; margin: 0 auto;  padding: 0px;table.resp-layout: fixed;min-width: 100%;}table.resp td{padding: 8px;border: 1px solid #000000;display: block;text-align: right;width: 100%\9;  float: left\9;}table.resp tr{background-color: #dddddd;color:#000000;text-align:right;margin:8px}table.resp tr:first-child {display:none;}table.resp tr{display: block;}table.resp td:not(:first-child){border-top:0px;}table.resp .mobile-head{font-weight:bold;color:#000000;float:left;text-align:left;display:block}}

.rwd-table.plain tr, .rwd-table.plain tr:nth-child(odd):not(:first-child) {background: #fff;}

.rwd-table {
  margin: auto;
  min-width: 350px;
  max-width: 100%;
  border-collapse: collapse;
  margin-top:  50px;

}

.rwd-table tr:first-child {
  border-top: none;
  background: #15aabf;
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.rwd-table th {
  display: none;
  
  
}

.rwd-table td {
  display: block;
  padding: 0px;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  color: #000;
  width: 80px;  

  
}

.rwd-table th,
.rwd-table td {
  text-align: left;  

}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border: 1px solid rgba(29,150,178,1);
  color: rgba(94,93,82,1);
font-weight: bold;
}

.rwd-table th,
.rwd-table td {
  padding: .5em ;

}
@media screen and (max-width: 750px) {
  .rwd-table  {
    overflow: auto;
  }
}




@media screen and (min-width: 750px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}




.table-titles{
background-color: #1D96B2;
color: #ffffff;
}

.resptable{
    border: 1px solid rgba(29,150,178,1);
	display: block;
	margin-top: 2rem;
}

.resptable th {padding:1rem;}
.resptable td {
border: 1px solid rgba(29,150,178,1);
color: rgba(94,93,82,1);
font-weight: bold;
width:50%;
padding:1rem;
}

.even-row{
background-color: #EFEEED;
}


.form-check-input.indent {margin-left:0;}
.form-check-label.indent {text-indent:1.3rem;}







.center {text-align: center!important;}
.row.center {margin:0 auto;}
.row.center h3 {text-align: left;}
.toppad {padding-top:3rem;}
.paddbot2 {padding-bottom: 20px;}
.paddbot3 {padding-bottom: 30px;}
.toppad img {max-height: 225px;padding-bottom: 20px;}

ul.indent {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul.indent li {
  padding-left: 16px;
  text-indent: -14px;
  background: none;
	list-style: none;
   
}

ul.indent li:before {
  content: "\00BB";
  padding-right: 5px;
	color:#15aabf;
}
.section-header {margin-top:3rem;color:#e73900;font-weight: bold;}
.section-header.main {background:#e73900;color:#fff;padding:20px;width:95%;}
.section-header.main.brgt {background:#ffcf0c;color:#5f0a08;}
.botbor {border-bottom: 1px solid grey;margin-bottom: 2rem;padding-bottom: 2rem;}
.sp-header {font-weight:bold;text-align: center; padding-bottom:0.5rem;}

.msspdetail #msspdetail-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.msspdetail #msspdetail-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #313030;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}

.msspdetail #msspdetail-flters li:hover, .msspdetail #msspdetail-flters li.filter-active {
  color: #ff5821;
  background: #fff1ed;
}

.msspdetail #msspdetail-flters li:last-child {
  margin-right: 0;
}

.msspdetail .msspdetail-item {
  margin-bottom: 30px;
}

.msspdetail .msspdetail-item .msspdetail-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.msspdetail .msspdetail-item .msspdetail-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #473d3a;
}

.msspdetail .msspdetail-item .msspdetail-info p {
  color: #7f6d68;
  font-size: 14px;
  margin-bottom: 0;
}

.msspdetail .msspdetail-item .msspdetail-info .preview-link, .msspdetail .msspdetail-item .msspdetail-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #635551;
}

.msspdetail .msspdetail-item .msspdetail-info .preview-link:hover, .msspdetail .msspdetail-item .msspdetail-info .details-link:hover {
  color: #ff5821;
}

.msspdetail .msspdetail-item .msspdetail-info .details-link {
  right: 10px;
}

.msspdetail .msspdetail-item .msspdetail-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.msspdetail .msspdetail-item .msspdetail-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.msspdetail .msspdetail-item .msspdetail-links a:hover {
  color: #ffa587;
}

.msspdetail .msspdetail-item:hover .msspdetail-info {
  opacity: 1;
  bottom: 20px;
}


/*--------------------------------------------------------------
# Survey
--------------------------------------------------------------*/
.survey {
  padding: 60px 0 50px 0;
}


.main {
  padding: 60px 0 50px 0;
}
.container.survey {min-height: 800px;}
container.survey h4 {font-size: 1.2rem;}
.q1 p, .q2 p, .q3 p, .q4 p, .q5 p, .q6 p, .q7 p, .q8 p, .q9 p, .
p {padding-bottom: 1rem;}
p.suveryintro {padding-bottom: 1rem;}
.survey h4 {padding-top:1rem;padding-bottom: 1rem;font-size: 1.2rem;}
#nonemr, #mpsurvey, #onres, #mpsurveypart1, #suverpart2, .q1, .q2, .q3, .q4, .q5, .q6, .q7, .q8, .q9, .q9-1, .q10, .q10-1, .q5-1, .q8n, .q9n {display:none;padding:1rem;}
h3.main {line-height: 2.4rem;color: #565656;}
.feature {display: -webkit-box;display: -ms-flexbox; display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row; margin-top: 50px;align-items: center;}
.feature_ico {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;justify-content: center;-webkit-box-align: center; align-items: center;border-radius: 50%;width: 108px;height: 108px;min-width: 108px;min-height: 108px;background:#15aabf; /*#ff5821*/box-shadow:0px 2px 10px rgba(0, 0, 0, 0.5);}
.feature_content {padding-left: 20px;font-size: .875rem;line-height: 1.5rem;font-weight: 700;}
.feature_ico img {max-width: 64px;}
.factm {display:flex;padding: 50px 25px;background-color: #fafafa;margin-top:60px;align-items: center;}
.fact {padding: 75px 75px;background-color: #fafafa;margin-top:60px;}
.fctbiege {background: #f6f3ee;padding: 75px 75px;margin-top:20px; }
.fact p, .factm p, .fctbiege p {font-size: 1.5rem;line-height: 2.4rem; font-weight: 500; color: #313030;}
a#next, a#prev, a.next, a#secnext, a#secprev, a#language {background: #ff774a; padding:15px;margin-top:30px;color:#fff;cursor: pointer; border-radius: 0.25rem;font-weight: bold;box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, .2);}
a.next:hover {color:#fff;text-decoration: none;}
a#next, a.next, a#secnext, a#language {float: right;margin-right: 10px;} 
.lang {position:absolute;z-index: 999;top:0;right:9%;}
a#language {margin-top:15px;}
a#secnext, a#secprev {display: none;}
a#prev, a#secprev {float:left;}
.container.mps #section-1 a#prev {display:none!important;}
.bullet {position: relative;line-height: 21px;padding-left: 20px!important;margin-bottom: 30px;}
.listnone {list-style: none;padding: 0px;}
.listnone li {margin-bottom: 10px;}
.bullet-arrow li:before {font-family: 'FontAwesome';display: block;position: absolute;left: 0;font-size: 16px;color: #929495;content: "\f101";}
#stress {font-weight: bold;}
/*--------------------------------------------------------------
# Footer--------------------------------------------------------------*/
#footer {
  color: #313030;
  font-size: 14px;
  background: #eeeeee;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff9f7;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #656262;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #313030;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffa587;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #656262;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ff5821;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #313030;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #ffe2d9;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff5821;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #ed3b00;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #313030;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ff5821;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #ff7e54;
  color: #fff;
  text-decoration: none;
}

.speech-bubble {
	position: relative;
	background: #00aabb;
	border-radius: .4em;
	position: absolute;
    width: 50%;
    left: 40%;
    top: 16%;
    opacity: 0.9!important;
    padding: 10px;
    color: white;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 24px solid transparent;
	border-right-color: #00aabb;
	border-left: 0;
	margin-top: -24px;
	margin-left: -24px;
}



@media (max-width: 992px) {
	.container.d-flex {max-width: 1145px;}
	.prbsolv {min-height: 0;}
	.cyanbg {min-height: 85px;display: flex;align-content: center;align-items: center;}

}

@media (max-width: 1290px) {

.nav-menu > ul > li {max-width: 175px;white-space:pre-wrap;text-align:center;}	
	.nav-menu a {padding: 11px 9px;}
	.nav-menu {margin: 0 auto;}	
}



@media (max-width: 1100px) {
.nav-menu a {font-size:13px;padding:11px 4px;}
.nav-menu > ul > li {max-width: 140px;white-space:pre-wrap;text-align:center;}	
	.nav-menu {margin: 0 auto;}	
}