/*
#83211f Maroon
#d1c46c Gold Light
#b4a74e Gold Dark
*/

body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
}

body::after {
	position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
	content:
	url('/images/social/facebook_hover.png');
	url('/images/social/twitter_hover.png');
	url('/images/social/google_hover.png');
	url('/images/social/linkedin_hover.png');
	url('/images/social/youtube_hover.png');
	url('/images/social/pinterest_hover.png');
    url('/images/social/instagram_hover.png');
	url('/images/social/chat_hover.png');
}

#error {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	font-size: 1.3em;
	background-color: #83211f;
	text-align: center;
	animation: 1s ease-out 0s 1 slideInFromTop;
	box-shadow: 0 0 15px #000;
	z-index: 2;
}

#error p {
	display: inline-block;
	margin: 3px;
	color: #fff;
}

#error a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

#header_strip {
	min-height: 115px;
	background-color: #fff;
}

#header_strip .logo_container {
	margin-top: 25px;
}

#header_strip .logo_title {
	display: inline-block;
	margin: 0;
	font-size: 30pt;
	font-weight: 200;
	vertical-align: bottom;
	padding-top: 30px;
}

@media only screen and (max-width:1394px) {
	#header_strip .logo_title {padding-top: 0;}
}

#header_strip .logo_container img {
	height: 75px;
}

#header_strip .nav_container {
	position: relative;
	text-align: right;
	margin-top: 90px;
}

#header_strip .nav_container .social {
	position: absolute;
	top: -40px;
	right: 0;
}

#header_strip .nav_container .social a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: 25px;
	transition: all .2s ease;
}

#header_strip .nav_container .social a.facebook        {background-image: url(/images/social/facebook.png);}
#header_strip .nav_container .social a.facebook:hover  {background-image: url(/images/social/facebook_hover.png);}
#header_strip .nav_container .social a.twitter         {background-image: url(/images/social/twitter.png);}
#header_strip .nav_container .social a.twitter:hover   {background-image: url(/images/social/twitter_hover.png);}
#header_strip .nav_container .social a.google          {background-image: url(/images/social/google.png);}
#header_strip .nav_container .social a.google:hover    {background-image: url(/images/social/google_hover.png);}
#header_strip .nav_container .social a.linkedin        {background-image: url(/images/social/linkedin.png);}
#header_strip .nav_container .social a.linkedin:hover  {background-image: url(/images/social/linkedin_hover.png);}
#header_strip .nav_container .social a.youtube         {background-image: url(/images/social/youtube.png);}
#header_strip .nav_container .social a.youtube:hover   {background-image: url(/images/social/youtube_hover.png);}
#header_strip .nav_container .social a.pinterest       {background-image: url(/images/social/pinterest.png);}
#header_strip .nav_container .social a.pinterest:hover {background-image: url(/images/social/pinterest_hover.png);}
#header_strip .nav_container .social a.instagram       {background-image: url(/images/social/instagram.png);}
#header_strip .nav_container .social a.instagram:hover {background-image: url(/images/social/instagram_hover.png);}

#header_strip .nav_container .social a.chat:hover 	   {background-image: url(/images/chat_hover.png);}

#header_strip .nav_container .social a.chat {
	background-image: url(/images/chat.png);
	height: 37px;
	width: 100px;
	background-size: 100px 37px;
	margin-bottom: -12px;
	margin-left: 40px;
	cursor: pointer;
}

#header_strip .nav_container .nav_link {
	display: inline-block;
	margin: 0 2%;
	font-weight: 600;
	color: #777;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s ease;
	font-size: 16px;
}

#header_strip .nav_container .nav_link:hover {
	color: #83211f;
	box-shadow: 0 2px #83211f;
}

#header_strip .nav_container .nav_link sup {
	display: inline-block;
	color: #fff;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	background-color: #83211f;
	border-radius: 9px;
}

#header_strip .nav_container .dropdown {
	display: none;
	position: absolute;
	top: 35px;
	right: 19.5%;
	width: 50%;
	background-color: #fefefe;
	text-align: left;
	box-shadow: 0 3px 15px #222;
	z-index: 3;
}

#header_strip .nav_container .dropdown .drop_link {
	display: block;
	width: 80%;
	margin: 0;
	padding: 10px 5%;
	color: #555;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	border-left: 5px solid transparent;
	transition: all .2s ease;
}

#header_strip .nav_container .dropdown .drop_link:hover {
	border-left: 5px solid #83211f;
}

#header_strip .nav_container .dropdown hr {
	height: 2px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #e6e6e6;
	background-color: #e6e6e6;
}

#header_strip .nav_container .dropdown.industries {
	right: 30%;
}

#header_strip .nav_container .dropdown.store {
	right: 14%;
}

#header_strip .nav_container .dropdown.tools {
	right: 4%;
}

#header_strip .nav_container .dropdown.profile {
	right: 1%;
}

#header_ribbon_strip {
	height: 10px;
	background-color: #83211f;
}

#header_ribbon {
	height: 25px;
	background-color: #83211f;
	background-image: url('/images/banner/medical.png');
	background-size: 1920px;
	background-repeat: no-repeat;
	transition: background 0.5s ease;
}

#header_ribbon.home {
	height: 450px;
	box-shadow: inset 0 0 30px #000;
}

#footer {
	height: 25px;
	background-color: #fff;
	text-align: center;
	margin-top: 20px;
}

.footer_link {
	display: inline-block;
	margin: 0 2%;
	font-weight: 600;
	color: #777;
	text-decoration: none;
	transition: all .3s ease;
}

.footer_link:hover {
	color: #83211f;
	box-shadow: 0 2px #83211f;
}

#main {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	min-height: 720px;
}

.maroon {
	color: #83211f;
}

.gold {
	color: #b4a74e;
}

#jsLogIn {
	display: none;
}

.login_dropdown {
	display: block;
	position: absolute;
	top: 65px;
	right: 0;
	width: 35%;
	//height: 325px;
	height: auto;
	margin-top: 50px;
	margin-right: 5.5%;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	border: 10px solid #83211f;
	box-shadow: 1px 6px 30px #000;
	z-index: 3;
}

.login_dropdown input[type="text"] {
	display: block;
	width: 84%;
	height: 30px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px 3%;
	font-size: 24px;
	border-radius: 5px;
	border: 2px solid #d1c46c;
}

.login_dropdown input[type="password"] {
	display: block;
	width: 84%;
	height: 30px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px 3%;
	font-size: 24px;
	border-radius: 5px;
	border: 2px solid #d1c46c;
}

.login_dropdown input[type="submit"] {
	display: block;
	width: 90%;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #83211f;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	box-shadow: 0 5px 10px #000;
	transition: all .3s ease;
}

.login_dropdown input[type="submit"]:hover {
	box-shadow: 0 5px 15px #000;
	transform: translate(0,-2px);
}

@media only screen and (max-width: 991px) {
	#header_strip .nav_container {
		margin-top: 40px;
	}
	#industries {
		margin-top: 300px;
	}
	.login_dropdown {
		width: 90%;
		top: 160px;
	}
	#header_strip .logo_title {
		margin: 0;
	}
	#header_strip .nav_container .dropdown {
		top: 32px;
	}
}

@media only screen and (max-width: 768px) {
	#header_strip .logo_title {
		font-size: 25pt;
		text-align: center;
	}
	#header_strip .nav_container {
		margin-top: 60px;
		padding: 0;
	}
	#header_strip .nav_container .dropdown {
		width: 98%;
	}
	#header_strip .nav_container .dropdown.industries,
	#header_strip .nav_container .dropdown.store,
	#header_strip .nav_container .dropdown.tools,
	#header_strip .nav_container .dropdown.profile {
		right: 1%;
	}
	#header_strip .nav_container .dropdown .drop_link {
		width: 100%;
	}
	.logo_container a {
		padding-left: 0;
	}
	#industries {
		margin-top: 0;
	}
}

@media only screen and (max-width: 480px) {
	.image {
		height: 100%;
	}
}