@import url('https://fonts.googleapis.com/css?family=Amaranth&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
body {
	background:url(../get-well-soon-bg.jpg) #dec8cd;
	color:#333333;
	font-family: 'Mulish', sans-serif;
	font-size:16px;
}

h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
	}
h2 {
	color:#582242;
	text-align:center;
	font-weight:400;
	margin-bottom:30px;
	}
h3 {
	color:#645e4a;
	margin-bottom:20px;
	}
a, a:link {
	color:#007e74;
	transition: all 0.5s ease 0s;
	}
a:hover {
	color:#009c8f;
	text-decoration:none;
	transition: all 0.5s ease 0s;
	}
.topStruc {
	margin:0 0 5px;
	background-color:#ac9385;
	color:#f6e9e2;
	border-bottom:4px outset #ab8875;
	-webkit-box-shadow: 0 6px 6px -6px black;
	   -moz-box-shadow: 0 6px 6px -6px black;
	        box-shadow: 0 6px 6px -6px black;
}
.logoStruc {
	overflow:hidden
}
.logoStruc img {
	background: -webkit-linear-gradient(#fc9803, #fc9803, #ffd200, #ffd200, #ffd200, #fc9803); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fc9803, #fc9803, #ffd200, #ffd200, #ffd200, #fc9803); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fc9803, #fc9803, #ffd200, #ffd200, #ffd200, #fc9803); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fc9803, #fc9803, #ffd200, #ffd200, #ffd200, #fc9803); /* Standard syntax */
	padding:4px
}
/*** NAVIGATION **/
#cssmenu {
  line-height: 15px;
  /*text-transform: uppercase;*/
  text-align: left;
}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;  
  margin-top:12px;
  margin-bottom:4px;
  float:right;
  /*background: #ffffff;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #d9ced2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;*/
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */
}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #d9ced2;
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('/img/caret.png');
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  background: #711800 url('/img/caret.png') no-repeat;
  background-position: 90% 195%;
}
#cssmenu > ul li a {
  display: block;
  padding: 12px 22px 11px 22px;
  text-decoration: none;
  color: #fff;
  background-color:#6A5143;
  margin:0 2px;
  transition: all 0.5s ease 0s;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: #711800;
  color: #FF9;
  text-shadow: 0px 1px 0px #000;
  transition: all 0.5s ease 0s;
}
@media (max-width: 600px) {
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
	background-color:#de302b	
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('/img/menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #711800;
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}
/** END NAVIGATION **/

.contWrap {
	background: rgba(255, 255, 255, .95);
	color:#272727;
	margin-top:15px;
	border:4px solid #818e97;
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, .5); 
}
.introLft {
	padding:6px;
	background-color:#fff;
}
.introTxt {
	background: rgba(255, 255, 255, .40);
	padding:6px;
	font-size: 1.1em;
    line-height: 128%;
	/*margin-top:10px*/
}
.introTxt h1 {
	text-align:center;
	margin-top:0px;
	color:#006954;
}
.introTxt h2{
	margin-bottom:15px;
	}
.contMain {
	overflow:hidden;
	margin:15px 0px;
}
.lftCont, .rhtCont {
	border:1px solid #fff;
	min-height:1px;
	background: rgba(255, 255, 255, .30);
}
.lftCont ul li, .lftCont ol li {
	margin-bottom:10px;
	}
.card-wrap {
	border-bottom: 5px ridge #dcdfd6;
	padding:14px 6px 10px;
	margin-bottom: 12px;
	}
a.copy-text {
	text-align: center;
	font-size: 13px;
    text-transform: uppercase;
    background-color: #005A61;
    padding: 4px 17px;
    border-radius: 20px;
    color: #fff;
    font-weight: 400;
}
@media (min-width:401px) and (max-width:500px) {
	.copy-text {
		margin-left:0;
		padding: 4px 9px;
	}
}

.copy-text:hover, .copy-text:active, .copy-text:focus {
	color:#edf8ff;
	 background-color: #33668a;
	 }
.card-wrap p {
	font-size:20px;
	padding: 0 20px;
	}
@media (max-width:767px) {
.card-wrap p {
		font-size: 17px;
		padding: 0 9px;
	}
}
.img-wrap {
	display:table;
	background-color:#f4f4f4;
	padding:10px;
	border:1px solid #ededed;
	margin:0 auto 20px;
	-webkit-box-shadow: 0 6px 6px -6px black;
	   -moz-box-shadow: 0 6px 6px -6px black;
	        box-shadow: 0 6px 6px -6px black;
}
.share-wrap {
	text-align:left;
	}
.download-wrap {
	text-align:right;
	padding-top:6px;
	}
a.download-btn {
	background-color: #375967;
    padding: 4px 18px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
	text-decoration:none;
    font-size: 13px;
	transition: all 0.5s ease 0s;
	}
.download-btn:hover, .download-btn:active, .download-btn:focus {
	color:#fff;
	background-color:#4c80a4;
	text-decoration:none
	}
@media (max-width:767px) {
	.share-wrap {
		text-align:center;
		margin-bottom:6px;
		}
	.download-wrap {
		text-align:center;
		}
}
/*** SHARE BUTTONS **/
.share-buttons {
	/*text-align: center;
	display: table;*/
	padding: 6px 4px 0;
	border-radius: 20px;
	border-top:unset; 
	border-bottom:unset;
}

.share-buttons p {
	font-weight:600;
	font-size:11px;
	margin-bottom:0;
	float: left;
	margin-top: 11px;
	text-align:left;
	padding:0 6px 0 0
	}
.share-buttons img {
	padding:8px 4px;
	width:unset;
	border:none;
	max-width: 30px;
	}
		@media (max-width:767px) {
			.share-buttons img {
				padding:6px 4px;
				max-width: 26px;
				}
		}
.share-buttons a, .share-buttons a:active, .share-buttons a:hover {text-decoration:none}
.share-wrap .share-buttons {
    margin: 0 0 -11px;
	background:none;
	border:none;
}

		@media (max-width:767px) {
			.share-wrap .share-buttons {
				margin: 4px auto 5px;
				margin-top:0;
				border: none;
				}
			.share-buttons p {
				margin-top: 8px;
				}
		}

.rhtCont {
	padding-bottom:10px;
	line-height: 150%;
}
.rhtCont a, .rhtCont a:link,.rhtCont a:active, .rhtCont a:visited {
    padding: 3px;
	background: rgba(255, 255, 255, .40);
	margin-bottom:4px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    display: block;
	color:#938b6e;
	line-height:120%;
	}
.rhtCont a:hover {
	background: rgba(255, 255, 255, .80);
	}
.rhtCont br {display:none}

.bannWrap {
	width:92%;
	overflow:hidden;
	/*float:left;
	padding:10px;*/
	text-align:center;
	min-height:90px;
	margin:6px 15px;
}
.searchWrap {
	width: 98%;
    max-width: 250px;
    padding: 16px 10px;
    margin: 6px auto;
    line-height: 150%;
    text-align: center;
}
.searchWrap  input[type='text'] {
	width:100%;	
  }
/*@media (min-width:320px) and (max-width:800px) {
.bannWrap2 {
	width:auto;
	max-width:200px;
	padding:4px;
}
.bannWrap {
	display:none;
}
}*/

/*********** FOOTER ***/
.footStruc {
	overflow:hidden;
	margin:5px 15px;
}
.bannerFoot {
	padding:6px;
	text-align:center;
	margin:15px 0px;
}
.bannerFoot2 {
	padding:6px;
	width:auto;
	max-width:200px;
	text-align:center;
	margin:15px 0px;
}

.footNav, .backNav {
	clear:both;
	overflow:hidden;
	padding:10px;
	display:table;
	margin:0 auto;
	text-align:center;
}
	.footNav ul, .backNav ul {
		padding-left:0
	}
	.footNav ul, .footNav li  {
		list-style-type:none;
		display:inline-block;
		list-style:none;
	}
	.footNav li {
		background-color:#864204;
		margin:4px;
		padding:4px 10px;
		color:#FEFDF1;
		transition: all 0.5s ease 0s;
		display:inline-block
	}
	.footNav li a {
		color:#FDF3C0;
		text-decoration:none;
	}
	.footNav li:hover {
		background-color:#dc3704;
		color:#FFED00
	}
	.backNav ul, .backNav li  {
		list-style-type:none;
		display:inline-block;
		list-style:none;
	}
	.backNav li {
		background-color:#9E2E00;
		border-bottom:4px solid #993d00;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin: 0px 3px;
		text-align:center;
		color:#FEFEF6;
		line-height: 150%;
		-webkit-box-shadow: 0 4px 6px -6px black;
		   -moz-box-shadow: 0 4px 6px -6px black;
				box-shadow: 0 4px 6px -6px black;
		transition: all 0.5s ease 0s;
	}
	.backNav li a {
		color:#FDF3C0;
		padding:10px 20px;
		text-decoration:none;
	}
	.backNav li:hover {
		background-color:#dc3704;
		border-bottom:4px solid #922200;
		color:#FFED00;
		text-decoration:none
	}
.button {
	 display: block;
    margin: 8px auto 0;
    max-width: 140px;
    transition: all 0.5s ease 0s;
    background-image: linear-gradient(#ee5e05, #792410);
    font-size: 17px;
    color: #FFFF99 !important;
    padding: 8px 0;
	}
.button:hover {
	transition: all 0.5s ease 0s;
	text-decoration:none;
	background-image: linear-gradient(#792410, #ee5e05);
	}
.center-block {
	display:block;
	margin-left:auto;
	margin-right:auto;
	float:none;
	}
.text-right {text-align:right;}
.text-left {text-align:left;}