html {
  scroll-behavior: smooth;
}
body {
	font-family: korolev, sans-serif !important;
	font-weight: 300 !important;
	font-style: normal !important;
	background-color: black !important;
	position: relative;
	background-image: linear-gradient(to right, #008699, #2384c4, #008692);
}

h1 {
	margin-top: 40px !important;
}
/*ORDER ONLINE PAGE STYLES*/

.orderbox {
	padding: 20px;
	box-shadow: 1px 1px 6px gray;
	margin: 10px;
	background-color: #f3f3f3;
	cursor: pointer;
}
.orderbox img {
	width: 100%;
	max-width: 200px;
	border: thin solid #bdbcbc;
}
.orderbox p {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: -8px !important;
	text-align: center;
	color: #646464;
}
.orderbox:hover > img {
	opacity: 0.80;
	transition: ease .5s;
}
.orderbox:hover {
	transition: ease .3s;
	box-shadow: 1px 1px 2px gray;
}
.orderbox:hover > p {
	color: #7c7c7c;
}
#orderonlinepage a {
	text-decoration: none;
}

/*END*/
#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 10000;
	transition: ease .5s;
	background-color: orange !important;
}
#nav {
	position: relative;
	z-index: 1000;
	background-image: linear-gradient(to right, #008699, #2384c4, #008692);
	height: 165px;
	box-shadow: 0px 5px 30px black;
}
.blog-items > .blog-item:nth-child(odd) img {
	float:right;
	margin-left:12px;"
}
.blog-items > .blog-item:nth-child(odd) .btn-secondary {
	float:left;
	margin-top: 20px;
}
.items-leading > .blog-item:nth-child(odd) img {
	float: left;
	margin-right:12px;
}
.items-leading > .blog-item:nth-child(odd) .btn-secondary {
	float: right;
}
#logo {
	text-align: center;
}
#logo img {
	margin-left: 20px;
	width: 100%;
	max-width: 500px;
	margin-top: 30px;
}
@media (max-width: 525px) {
	#logo {
		padding: 0px 40px;
		text-align: left;
	}
	#logo img {
		width: 75%;

	}
}
.close {
	cursor: pointer;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
#scrollToTop {
    opacity: 0.75;
}
#n2-ss-4-arrow-previous img, #n2-ss-4-arrow-next img {
	opacity: 0.5;
	transition: ease .5s;
}
#n2-ss-4-arrow-previous:hover > img, #n2-ss-4-arrow-next:hover > img {
	opacity: 1;
}
div.empty:empty {
    display: none !important;
}
.userdata {
	width: 100%;
}
#form-login-username, #form-login-password, #form-login-remember, #form-login-submit {
	display: block;
	margin-top: 10px;
	width: 100%;
	clear: both;
	text-align: center;
}
#login-form {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#login-form input, #login-form label {
	margin-top: 7px;
}
#login-form label {
	margin-right: 10px;
}
.posttext {
	text-align: center;
	width: 100%;
}
.posttext p {
	width: 100%;
	text-align: center;
}

.ordernow:hover {
	color: white !important;
}
.ordernow {
      background-color: #ff7b19;
      border-radius: 60px;
      border: none;
      color: white !important;
      cursor: pointer;
      display: inline-block;
      font-family: sans-serif;
      font-size: 22px;
      /*padding: 5px 15px;*/
      text-align: center;
      text-decoration: none;
      animation: glowing 1300ms infinite;
      text-shadow: 1px 1px 5px black;
      height: 28px;
    }
    .ordernow:hover {
    	color: lightgray !important;
    }
@keyframes glowing {
	0% {
	background-color: #ff7b19;
	box-shadow: 1px 1px 3px #2e2e2e;
	}
	50% {
	background-color: #ff7b19;
	box-shadow: 1px 1px 3px #2e2e2e;
	}
	100% {
	background-color: #ff7b19;
	box-shadow: 1px 1px 3px #2e2e2e;
	}
}


/******** PARENT MENU ITEMS ********/
#parentmenu ul {
	display: block !important;
	width: 100%;
	/*height: 70px;*/
	text-align: center;
	font-family: korolev-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: white;
}
#navmenu #parentmenu > ul {
    list-style-type: none;
    margin: 0;
    margin-top: 37px;
    text-align: center;
}
#navmenu li {
    position: relative;
	display: inline;
}
#navmenu ul li a, #navmenu ul .parent {
	display: inline-block;
	transition: ease .25s;
	color: white;
	padding-left: 25px;
	padding-right: 25px;
	height: 70px;
	padding-top: 25px;
	font-size: 20px;
	text-decoration: none;
	text-shadow: 1px 1px 3px #3d3d3d;
}
#navmenu ul li a, #navmenu ul .parent {
	display: inline-block;
	transition: ease .25s;
	color: white;
	padding-left: 25px;
	padding-right: 25px;
	height: 70px;
	padding-top: 25px;
	font-size: 20px;
	text-decoration: none;
	text-shadow: 1px 1px 3px #3d3d3d;
}
#navmenu ul li ul .parent {
	padding-left: 0px !important;
	padding-right: 0px !important;
	height: 30px !important;
	padding-top: 0px !important;
}
.parent {
	cursor: pointer;
}
#slider {
	/*margin-top: -160px;   when using office closed message */
	margin-top: 0px;  /* when NOT using office closed message */
}
div#slider:empty {
	margin-top: 0px;
}
#navmenu li a:hover, #navmenu ul .parent:hover {
	color: #ff8400 !important;
	text-shadow: none;
}
#parentmenu ul > li:hover > a
{
	color: #ff8400 !important;
	text-shadow: none;
}
#parentmenu ul li.active > a, #parentmenu ul li.active > span, #sitemap li.active > a {
	color: #ff8400 !important;
}
/* OVERRIDE NAV.SCSS */
.nav {
	display: block !important;
	padding-left: 40px !important;
}
/******** SUB MENU ITEMS ********/

#navmenu ul li:hover ul.mod-menu__sub {
    left: 0px;
    width: 270px;
}
#parentmenu ul.mod-menu__sub li:hover ul.mod-menu__sub{
    left: 190px;
    width: 270px;
}
#parentmenu ul.mod-menu__sub li ul.mod-menu__sub {
	left: -9999px;
	top: -15px;
}
#parentmenu ul.mod-menu__sub {
	left: -9999px;
	margin-top: 15px;
    position: absolute;
    padding: 10px;
    padding-top: 7px;
    box-shadow: 0px 0px 7px black;
    z-index: 100;
    background-color: #1b84bf;
    color: white;
    border-radius: 7px;
}
#parentmenu ul.mod-menu__sub li {
    display: block;
    float: left;
    clear: both;
    text-align: left;
    border-bottom: thin solid #8f8f8f;
    width: 100%;
}
#parentmenu ul.mod-menu__sub li a {
	display: block;
	height: 30px !important;
	padding: 0px !important;
}
/*******************************/

/******** MOBILE MENU ITEMS ********/
#navmenu {
	position: relative;
}
#sandwich {
    display: none;
}
.sandwich {
	position: absolute;
	top: 150px;
	right: 20px;
	z-index: 1000;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-image: url(../imgs/template/sandwich-lg.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.sandwich:hover {
    background-image: url(../imgs/template/sandwich-lgH.png);
}


#mySidenav ul {
    list-style: none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  background-image: linear-gradient(to right, #008699, #2384c4, #008692);;
  overflow-x: hidden;
  transition: 1s;
  padding-top: 60px;
}
.sidenav a, .sidenav li {
  text-decoration: none !important;
  font-size: 25px;
  color: #f3dcae;
  display: block;
  transition: 0.5s;
}
.sidenav a:hover, .sidenav li:hover {
  color: #fff;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    border-bottom: 0px;
}
#mySidenav ul.mod-menu__sub {
  transition: .5s;
  font-weight: 200;
  padding-left: 20px;
}
#mySidenav ul.mod-menu__sub li {
	line-height: 1.2em;
}
#mySidenav ul li.parent:hover > ul.mod-menu__sub {
	display: block;
}
@media (max-width: 469px) {
	.nav, #extrbtns-mobile {
		padding-left: 20px !important;
	}
	#nav {
		height: auto !important;
	}
}
#mySidenav ul.mod-menu__sub li a {
	height: auto;
}

#mySidenav a:hover, .nav-header:hover {
	color: orange;
}

/******** SUB MENU ITEMS ********/

#mySidenav ul.mod-menu__sub {
    display: none;
    z-index: 100;
    color: white;
}
#mySidenav ul.mod-menu__sub li {
    display: block;
    float: left;
    clear: both;
    text-align: left;
    border-bottom: thin solid #8f8f8f;
    width: 100%;
}
#mySidenav ul.mod-menu__sub li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mySidenav .active, #mySidenav ul li ul li.active a {
	color: orange;
}
/*******************************/



#testslider > img {
    position: relative;
    top: -165px;
    z-index: -100;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    vertical-align: middle;
    border-style: none;
    opacity: 0.85;
}
#extrbtns {
	text-align: center;
	padding-top: 24px;
}
#extrbtns div {
	text-align: right;
	right: 0px;
	margin-right: 20px;
}
#extrbtns button {
	font-size: 18px;
	font-family: korolev-condensed, sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: .5px;
	color: #006b6e;
	margin-bottom: 7px;
	border-radius: 7px;
	border: none;
	box-shadow: 1px 1px 3px #2e2e2e;
	transition: ease .25s;
	background-color: #e6f3f5;
}
#extrbtns button a {
	color: #006b6e;
	text-decoration: none;
	transition: ease .25s;
}
#extrbtns button a:hover {
	color: #f47b20;
}
#extrbtns button:hover {
	color: #f47b20;
	box-shadow: -1px -1px 3px #2e2e2e;
	background-color: white;
}
#subheads {
	font-weight: 500;
	letter-spacing: .5px;
	background-color: white;
	padding-bottom: 20px;
}
#usa {
	text-align: right;
	padding-top: 15px;
	font-size: 22px;
}
#usa img {
	width: 50px;
	float: none !important;
}
#phnum {
	text-align: right;
	padding-right: 40px;
	padding-top: 15px;
}
main h1 {
	text-align: center;
	color: #01758a;
	text-transform: uppercase;
	font-family: korolev, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 56px;
}
@media (max-width: 400px) {
	main h1 {
		font-size: calc((.4em + 3vmin) + (.4em + 3vmax));
	}
}
main p {
	text-align: justify;
	text-justify: inter-word;
	letter-spacing: .5px;
}
main, footer {
	position: relative;
	background-color: white;
	overflow: hidden;
}
.mainpadding, .blog {
	padding: 50px 0px 50px 0px;
}
.blog {
	margin-left: auto;
	margin-right: auto;
}
.pagenavigation {
	margin-bottom: 50px;
}
.pagenavigation .previous {
	margin-right: 20px;
}
footer {
	background-image: linear-gradient(to right, #008699, #2384c4, #008692);
	box-shadow: 0px -5px 20px #505050;
}
footer h1 {
	font-size: 16px;
	color: white;
	font-family: korolev, sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 1px;
}
#sitemap, #socialmedia {
	padding-top: 30px;
	padding-bottom: 30px;
}
#sitemap ul {
    list-style-type: none;
    margin: 0;
    margin-left: -30px;
    text-decoration: none;
    color: white;
    font-family: korolev-condensed, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12px;
	letter-spacing: .75px;
}
#sitemap ul a {
    color: white;
    text-decoration: none;
    transition: ease .25s;
}
#sitemap ul a:hover {
    color: orange;
}
#mwproducts {
	padding-left: 40px;
}
#socialicons1, #socialicons2, #socialicons3 {
	text-align: right;
}

#socialicons-contact1 img:hover, #socialicons-contact2 img:hover, #socialicons-contact3 img:hover {
	border-radius: 7px;
	box-shadow:0px 0px 10px black;
	transition: ease .25s;
}

#socialicons-contact1, #socialicons-contact2, #socialicons-contact3 {
	text-align: center;
}

#socialmedia {
	text-align: right;
	padding-right: 40px;
	color: white;
}
#socialmedia img {
	float: right;
	width: 30px;
}
#socialmedia img:hover {
	transition: ease .25s;
	background-color: orange;
}
@media (max-width: 1200px) {
	.socialleftspace {
		display: none; 
	}
	#socialicons1, #socialicons2, #socialicons3 {
		margin-bottom: 5px !important;
	}
}
#nwsltrfrm label {
	font-size: 20px;
	font-family: korolev-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1px;
}
#nwsltrfrm input {
	padding-left: 10px;
	color: gray;
}
.formfootnote {
	font-size: 12px;
	font-family: korolev, sans-serif;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 1px;
}
::placeholder {
  color: #a1c1c5;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #a1c1c5;
}
::-ms-input-placeholder { /* Microsoft Edge */
 color: #a1c1c5;
}
#nwsltrfrm {
	text-align: right;
}
#newsletterinput {
  /* This bit sets up the horizontal layout */
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 70%;
  /* I've used padding so you can see the edges of the elements. */
  padding: 2px;
  float: right;
}

#newsletterinput input {
  /* Tell the input to use all the available space */
  flex-grow: 2;
  /* And hide the input's outline, so the form looks like the outline */
  border: none;
}

#newsletterinput input:focus {
  /* removing the input focus blue box. Put this on the form if you like. */
  outline: none;
}
#newsletterinput button {
  /* Just a little styling to make it pretty */
  border: 1px solid white;
  background: white;
  color: #a1c1c5;
}
#newsletterinput button img {
	width: 15px;
	opacity: .8;
}
#newsletterinput button:hover > img {
	background-color: white;
}

/*********** BACK TO TOP BUTTON ***********/
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: white; /* Set a background color */
  color: gray; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 30px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  transition: ease .25s;
  box-shadow: 0px 0px 10px black;
}
#myBtn:hover {
  background-color: #ff8400; /* Add a dark-grey background on hover */
  color: white;
}
/******************************************/
#onwebchatbox {
	position: fixed;
	right: 100px;
	bottom: 0px;
}
#n2-ss-4-arrow-previous, #n2-ss-4-arrow-next {
	margin-top: 75px;
}

/***************** BEGIN TESTIMONIALS STYLES ********************/
.table {
	margin-bottom: 0px !important;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
}
.table th, .table td {
	margin: 0px;
	padding: 0px !important;
	vertical-align: middle !important;
	border-top: none !important;
}
/*************************************/
.callout-top-left {
	width: 96px;
	height: 86px;
	background-image: url("../imgs/images/TestimonialsPage_top-left.jpg");
}
#fliptopleft {
	background-image: url("../imgs/images/TestimonialsPage_top-flipleft.jpg");
}
.callout-top-mid {
	height: 86px;
	background-image: url("../imgs/images/TestimonialsPage_top-mid.jpg");
}
#fliptopmid {
	background-image: url("../imgs/images/TestimonialsPage_top-flipmid.jpg");
}
.callout-top-right {
	width: 96px;
	height: 86px;
	background-image: url("../imgs/images/TestimonialsPage_top-right.jpg");
}
#fliptopright {
	background-image: url("../imgs/images/TestimonialsPage_top-flipright.jpg");
}

/*************************************/
.callout-mid-left {
	width: 96px;
	background-image: url("../imgs/images/TestimonialsPage_mid-left.jpg");
}
#flipmidleft {
	background-image: url("../imgs/images/TestimonialsPage_mid-flipleft.jpg");
}
.callout-mid-mid {
	background-color: #e9e9e9;
}
.callout-mid-mid h2, .callout-mid-mid p {
	padding: 0px;
	margin: 0px; 
	font-family: korolev, sans-serif;
	font-style: normal;
	font-weight: 200;
}
.callout-mid-mid h2 {
	font-size: 32px;
	font-weight: normal;
	font-weight: 200;
	margin-bottom: 7px;
	color: #006b6e;
	text-align: center;
}
.callout-mid-mid p {
	font-size: 24px;
}
.callout-mid-right {
	width: 96px;
	background-image: url("../imgs/images/TestimonialsPage_mid-right.jpg");
}
#flipmidright {
	background-image: url("../imgs/images/TestimonialsPage_mid-flipright.jpg");
}
.dropdown-toggle {
	display: none !important;
}
.dropdown-menu {
	display: block !important;
	max-width: 10px !important;
	padding-left: 10px !important;
	max-width: 50px !important;
	min-width: 50px !important;
	text-transform: uppercase;
}
.edit {
	margin: 40px auto;
	max-width: 1200px;
}
/*************************************/
.callout-btm-left {
	width: 96px;
	height: 159px;
	background-image: url("../imgs/images/TestimonialsPage_btm-left.jpg");
}
#flipbtmleft {
	background-image: url("../imgs/images/TestimonialsPage_btm-flipleft.jpg");
}
.callout-btm-mid {
	height: 159px;
	background-image: url("../imgs/images/TestimonialsPage_btm-mid.jpg");
}
#flipbtmmid {
	background-image: url("../imgs/images/TestimonialsPage_btm-flipmid.jpg");
}
.callout-btm-right {
	width: 96px;
	height: 159px;
	background-image: url("../imgs/images/TestimonialsPage_btm-right.jpg");
}
#flipbtmright {
	background-image: url("../imgs/images/TestimonialsPage_btm-flipright.jpg");
}
/***************** END TESTIMONIALS STYLES ********************/

/***************** CCMW Page *********************************/
#subnav {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
#subnav ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
#subnav li {
    background: #1b84ba;
    float: left;
    padding: 10px 10px 10px 10px;
    border-top: thin solid #d7d7d7;
    transition: 0.2s;
    transition-timing-function:ease-in-out;
    -webkit-transition: 0.2s;
    -webkit-transition-timing-function:ease-in-out;
    text-align: center;
    box-shadow: 2px 2px 7px black;
}
@media (max-width: 575px) {
	#subnav ul {
		margin: 0 40px;
	}
	#socialmedia {
		padding-left: 40px;
		text-align: left !important;
	}
	#nwsltrfrm {
		text-align: left !important;		
	}
	#newsletterinput {
		float: none;
	}
	#usa {
		text-align: left;
		padding-top: 0px;
	}
}
#subnav li:hover {
    background: #ff8400;
    box-shadow: 1px 1px 4px black;
}
#subnav li a {
    color: white;
}
.diagsm-l {
    font-family: korolev, sans-serif;
    font-size: 14px;
    color: white;
    text-align: left;
}
.ccbar {
    background-image: url(../../../images/ccprogram/elements/diagbreak.png);
    height: 10px;
}
.ccline1 {
	border-top: 5px solid #E41E2B;
	margin-bottom: 15px;
}
.ccline1:hover {
    box-shadow: 0px 0px 5px black;
}
.ccline2 {
	border-top: 5px solid #2E6066;
	margin-bottom: 15px;
}
.ccline2:hover {
    box-shadow: 0px 0px 5px black;
}
.ccline3 {
    background-color: #E41E2B; /* For browsers that don't support gradients */
    font-family: korolev, sans-serif;
    color: white;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    padding: 10px 0 10px 0px;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 200px;
}
.ccline3:hover {
    box-shadow: 0px 0px 5px black;
}
.ccheader {
    font-family: korolev, sans-serif;
    color:#2E6066;
    font-size:48px;
    font-weight:700;
    margin: 0 0 0 0;
}
.ccmess {
    font-family: korolev-condensed, sans-serif;
    color: black;
    text-align: left;
    font-size: 24px;
    padding: 0 0 0 30px;
    margin: 5px 0 0 0;
}
.ccmess2 {
    font-family: korolev-condensed, sans-serif;
    color: black;
    text-align: left;
    font-size: 24px;
    padding: 0 30px 0 0;
    margin: 5px 0 0 0;
}
.diag-l {
    background: #E41E2B; /* For browsers that don't support gradients */
    background: -webkit-linear-gradient(135deg, #fff0 0%, #fff0 15%, #E41E2B 15%, #E41E2B 100%);
    background: -o-linear-gradient(135deg, #fff0 0%, #fff0 15%, #E41E2B 15%, #E41E2B 100%);
    background: -moz-linear-gradient(135deg, #fff0 0%, #fff0 15%, #E41E2B 15%, #E41E2B 100%);
    background: linear-gradient(135deg, #fff0 0%, #fff0 15%, #E41E2B 15%, #E41E2B 100%);
    font-family: korolev, sans-serif;
    color: white;
    text-align: left;
    font-size: 25px;
    font-weight: 700;
    padding: 20px 0 20px 100px;
    margin: 0 0 0 0;
}
.diag-2 {
    background: #2E6066; /* For browsers that don't support gradients */
    background: -webkit-linear-gradient(-135deg, #fff0 0%, #fff0 15%, #2E6066 15%, #2E6066 100%);
    background: -o-linear-gradient(-135deg, #fff0 0%, #fff0 15%, #2E6066 15%, #2E6066 100%);
    background: -moz-linear-gradient(-135deg, #fff0 0%, #fff0 15%, #2E6066 15%, #2E6066 100%);
    background: linear-gradient(-135deg, #fff0 0%, #fff0 15%, #2E6066 15%, #2E6066 100%);
    font-family: korolev, sans-serif;
    color: white;
    text-align: left;
    font-size: 25px;
    font-weight: 700;
    padding: 20px 0 20px 30px;
    margin: 0 0 0 0;
}
.blog .items-leading {}
.item-content {
	overflow: hidden;
}
.com-content-category-blog__item, .inthenews {
	max-width: 1140px;
	width: 100%;
	padding: 40px 15px 40px 15px;
	margin: 0px auto 0px auto;
	border-bottom: thin solid lightgray;
}
.com-content-category-blog__item h4, .inthenews h4 {
	color: #5eb1d9;
}
/*.com-content-category-blog__item h3, .inthenews h3 {
	color: #646464;
}*/
.com-content-category-blog__item h2, .inthenews h2 {
	margin-top: 0px;
}
.blog h1 {
	margin-bottom: 40px;
}
.blog p {
	margin-bottom: 0px;
}
/*.imgleft {
	float: left;
	margin-right:20px;
}
.imgright {
	float: right;
	margin-left:20px;
}*/
.blog .blogtextright {
	text-align: right;
} 
.blogimage {
	width: 100%;
	max-width: 400px;
	border: thin solid black;
	box-shadow: 2px 2px 5px gray;
	margin-bottom: 15px;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
#map1bubble, #map2bubble, #map3bubble, #map4bubble, #map5bubble {
	display: none;
	width: 100%;
	max-width: 500px;
	position: absolute;
	cursor: pointer;
}
#map1bubble {
	top: 185px;
	left: 30px;
}
#map2bubble {
	top: 470px;
	left: 278px;
}
#map3bubble {
	top: 198px;
	right: 105px;
}
#map4bubble {
	top: 455px;
	right: 340px;
}
#map5bubble {
	top: 498px;
	right: 95px;
}
@media (max-width: 1199px) {
	#map1bubble {
		top: 155px;
		left: 23px;
	}
	#map2bubble {
		top: 395px;
		left: 230px;
	}
	#map3bubble {
		top: 165px;
		right: 87px;
	}
	#map4bubble {
		top: 380px;
		right: 285px;
	}
	#map5bubble {
		top: 418px;
		right: 77px;
	}
}
@media (max-width: 991px) {
	#map1bubble {
		top: 110px;
		left: 13px;
	}
	#map2bubble {
		top: 287px;
		left: 167px;
	}
	#map3bubble {
		top: 117px;
		right: 60px;
	}
	#map4bubble {
		top: 279px;
		right: 210px;
	}
	#map5bubble {
		top: 308px;
		right: 54px;
	}
	.menuoptim-mid-mid p {
		font-size: 14px !important;
		line-height: 1.2em;
	}
	.menuoptim-mid-mid h2 {
		font-size: 22px !important;
	}
	#map1bubble, #map2bubble, #map3bubble, #map4bubble, #map5bubble {
		max-width: 400px;
	}
}
@media (max-width: 767px) {
	#map1bubble, #map2bubble, #map3bubble, #map4bubble, #map5bubble {
		top: 0px;
		left: 50%;
		margin-left: -200px;
	}
	.menuoptim-mid-mid p {
		font-size: 12px !important;
		line-height: 1.1em;
	}
	.menuoptim-mid-mid h2 {
		font-size: 18px !important;
	}
}
@media (max-width: 433px) {
	#map1bubble, #map2bubble, #map3bubble, #map4bubble, #map5bubble {
		top: -150px;
		left: 0px;
		margin-left: 0px;
		z-index: 1000;
	}
}
#optimization {
    max-width: 1200px;
    width: 100%;
}
img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}
area {
    cursor: pointer;
}
#maparea {
    position: relative;
}
.menuoptim-top-left {
    background-image: url(../imgs/template/Menu-Optim_TopLft.png);
    width: 52px;
    height: 52px;
}
.menuoptim-top-mid {
    background-image: url(../imgs/template/Menu-Optim_TopMid.png);
    height: 52px;
}
.menuoptim-top-right {
    background-image: url(../imgs/template/Menu-Optim_TopRgt.png);
    width: 52px;
    height: 52px;
}
.menuoptim-mid-left {
    background-image: url(../imgs/template/Menu-Optim_MidLft.png);
    width: 52px;
}
.menuoptim-mid-mid {
	background-color: #dfdfdf;
}
.menuoptim-mid-mid p {
	margin-bottom: 0px !important;
}
.menuoptim-mid-mid h2 {
	text-align: center;
	color: #016c68;
}
.menuoptim-mid-right {
    background-image: url(../imgs/template/Menu-Optim_MidRgt.png);
    width: 52px;
}
.menuoptim-btm-left {
    background-image: url(../imgs/template/Menu-Optim_BtmLft.png);
    width: 52px;
    height: 52px;
}
.menuoptim-btm-mid {
    background-image: url(../imgs/template/Menu-Optim_BtmMid.png);
    height: 52px;
}
.menuoptim-btm-right {
    background-image: url(../imgs/template/Menu-Optim_BtmRgt.png);
    width: 52px;
    height: 52px;
}

.pagination ol {
	list-style-type: none;
}
ol.com-content-blog__links {
	text-align: center;
}
.pagination ol li, .pagination p.counter {
	display: inline-block;
	padding: 40px;
}
.com-content-category-blog__navigation {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.com-content-category-blog__navigation ul {
	text-align: center;
}
.com-content-category-blog .w-100, .com-content-category-blog__navigation {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.items-more {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
.items-more ol {
	list-style-type: none;
}
.items-more ol li, .items-more p.counter {
	display: inline-block;
	padding: 10px;
}
.icon-angle-double-left {
	background-image: url(../imgs/Icon-angle-double-left.png);
	width: 30px;
	height: 31px;
	display: inline-block;
}
.page-link {
	border: none !important;
}
p.com-content-category-blog__counter {
	text-align: center;
}
.icon-angle-left {
	background-image: url(../imgs/Icon-angle-left.png);
	width: 30px;
	height: 31px;
	display: inline-block;
}
.icon-angle-double-right {
	background-image: url(../imgs/Icon-angle-double-right.png);
	width: 30px;
	height: 31px;
	display: inline-block;
}
.icon-angle-right {
	background-image: url(../imgs/Icon-angle-right.png);
	width: 30px;
	height: 31px;
	display: inline-block;
}
@media (max-width: 767px) {
	.blogimage {
		max-width: 100%;
	}
}
.btn-secondary {
	background-color: lightgray !important;
}
.btn-secondary:hover {
	background-color: teal !important;
}
p.readmore {
	text-align: right !important;
}

p.readmore a {
	color: teal !important;
}

p.readmore a:hover {
	color: white !important;
	transition: ease .5s;
}
.items-row {
	margin-top: 40px;
}
.items-row {
	border-top: thin solid #dedede;
	margin-bottom: 20px;
}
.items-leading {
	margin-bottom: 20px;
}
#socialmedia button {
	margin-left: -10px;
}
#socialmobile, .sealmobile {
	display: none;
}
.seal img, .sealmobile img {
	width: 100% !important;
	max-width: 140px !important;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 575px) {
	.sealmobile {
		display: block;
	}
	.sealmobile img {
		margin-left: 15px;
	}
}
@media (max-width: 469px) {
	#addedsitemaplinks {
		margin-left: -20px !important;
	}
	#sandwich {
		top: 25px;
	}
}
@media (max-width: 400px) {
	#sandwich {
		top: 100px;
	}
}

@media (max-width: 475px) {
	.callout-mid-mid p {
		font-size: 16px !important;
	}
	.callout-mid-mid h2 {
		font-size: 28px !important;
	}
}
@media (max-width: 575px) {
	footer h1 {
		font-size: 24px !important;
	}
	#sitemap ul a {
		font-size: 18px !important;
	}
	#sitemap ul {
		margin-left: 0px;
	}
	#socialdesktop {
		display: none;
	}
	#socialmobile {
		display: block;
		width: 100%;
		margin-bottom: 80px;
		margin-top: 15px;
		text-align: right;
	}
	#socialmobile #socialicons1, #socialmobile #socialicons2, #socialmobile #socialicons3 {
		float: right;
		margin-left: 20px;
	}
	#socialmobile #socialicons1 {
		margin-right: 15px;
	}
}

@media (max-width: 767px) {
	#extrbtns div {
		display: none;
	}
	#logo img {
		margin-left: 0px;
	}
}
@media (max-width: 775px) {
	#mwservices, #mwcompany {
		padding-left: 40px;
		margin-top: 20px;
	}
}
@media (max-width: 900px) {
	/*#topcontent {
		margin-top: 165px;
	}*/
	#slider {
		margin-top: 0px;
	}
	#holidaynotice {
		margin-top: 0px;
		padding-top: 30px !important;
	}
}
@media (min-width: 992px) {
	#navmenu ul li a, #navmenu ul .parent {	
		padding-left: 5px;
		padding-right: 5px;
	}
	#extrbtns button {
		width: 130px;
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	#parentmenu  {
		display: none;
	}
	#socialdesktop {
		margin-top: 15px;
		max-width: 150px;
		text-align: right;
		position: relative;
		margin-left: auto;
		margin-right: 0px;
	}
	#sandwich {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 0px;
		margin-right: 15px;
		background-color: #0985a0;
		border-radius: 7px;
		transition: ease .5s;
		box-shadow: 2px 2px 7px black;
	}
	#extrbtns button {
		width: 150px;
		font-size: 12px;
	}
	#mwresources {
		padding-left: 40px;
		margin-top: 20px;
	}
    #sandwich {
    	display: block;
    }
	.callout-mid-mid p {
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	#navmenu ul li a, #navmenu ul .parent {	
		padding-left: 10px;
		padding-right: 10px;
	}
	#extrbtns button {
		width: 130px;
		font-size: 14px;
	}
}
@media (min-width: 1500px) {
	#navmenu ul li a, #navmenu ul .parent {	
		padding-left: 25px;
		padding-right: 25px;
	}
	#extrbtns button {
		width: 150px;
		font-size: 16px;
	}
}
.login {
	width: 100%;
	max-width: 600px;
	margin: 40px auto;
	padding: 20px;
}
/********** BLOG EDITOR FIX CUSTOM TEMPLATE BUG STYLES ****************/

.wf-editor-tabs {
	list-style: none;
}
.wf-editor-tabs li {
	float: left
}

/************************/
#memberships {
	background-color: white;
	text-align: center;
	padding-bottom: 15px;
}
#memberships img {
	max-height: 160px;
	margin: 30px 40px;
}
@media (max-width: 650px) {
	#memberships {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	#memberships img {
	margin: 20px 40px;
	}
}
@media (max-width: 425px) {
	#memberships img {
	max-height: 140px;
	}
}
@media (max-width: 379px) {
	#memberships img {
	max-height: 120px;
	}
}