/*---:[ Thesis CSS reset ]:---*/
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
fieldset {
  border: 0;
}

abbr,
acronym {
  text-decoration: none;
}

code {
  line-height: 1em;
}

pre {
  overflow: auto;
  clear: both;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

kbd,
sub,
sup {
  line-height: 0.5em;
}

img,
.wp-caption {
  max-width: 100%;
  height: auto;
}

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%;
}

img {
  display: block;
}

.left,
.alignleft,
img[align="left"] {
  display: block;
  float: left;
}

.right,
.alignright,
img[align="right"] {
  display: block;
  float: right;
}

.center,
.aligncenter,
img[align="middle"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both;
}

.block,
.alignnone {
  display: block;
  clear: both;
}

input[type="submit"],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
}

.wp-smiley {
  display: inline;
}

/* &top_nav */
/* --------------------------------------------------------*/

/*
*
* Orangeade, v1.7 a customized version of the Lemonade Framework
* Copyright 2014-2015, Regan Creative for Piedmont HomeHealth
* Colors ======================
* Warm Red: #FF3A1D
* Bright Blue: #40B4E5
* Royal Blue: #0070CD
* Navy Blue: #003494 or #1e4287
* Accent Grey: #DAD8D6
* Grey Blue: #CED9E5
* Menu Text Grey: #777777
* Menu BG Grey: #F5F5F5
*/

/* Orangeade Framework */
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  /* Removes padding behaviour on widths */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Attribute selector */
[class*=\'bit-\'] {
  float: left;
  padding: 10px;
}

/* Floats last \".bit-\" to the right */
[class*=\'bit-\']:last-of-type {
  padding-right: 10px;
  float: right;
}

/* Clearfix */
.frame:after {
  content: \"\";
  display: table;
  clear: both;
}

/* Main Widths */
.bit-100 {
  width: 100%;
}

.bit-80 {
  width: 80%;
}

.bit-75 {
  width: 75%;
}

.bit-66 {
  width: 66.6666666667%;
}

.bit-50 {
  width: 50%;
}

.bit-33 {
  width: 33.33%;
}

.bit-25 {
  width: 25%;
}

.bit-20 {
  width: 20%;
}

.bit-10 {
  width: 10%;
}

.bit-5 {
  width: 5%;
}

/* Set the width of the grid */
.frame {
  width: 100%;
  margin: 0px auto;
}

/* ================ Site Framework ===================== */
/* --- Basic Elements --- */

body {
  background-attachment: fixed;
  background-color: #efefef;
  color: #444;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

body p {
  color: #444;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}

h1,
h2,
h3 {
  font-family: \'adobe-garamond-pro\', \'Times New Roman\', serif;
}

h1 {
  color: #1e4287;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 14px;
  margin-top: 14px;
}

h2 {
  color: #0071b9;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 11px;
  margin-top: 11px;
}

h2.page-section {
  width: 100%;
  background: rgba(206, 217, 229, 0.4);
  border-bottom: 1px solid #CED9E5;
  padding: 8px 8px 4px;
}

h3 {
  font-size: 16px;
  color: #666;
  font-weight: 500;
}

a {
  color: #40B4E5;
  text-decoration: none;
}

blockquote {
  background: #40B4E5;
  display: block;
  float: right;
  margin: 20px;
  padding: 30px;
  width: 50%;
  /* === Mobile === */
}

blockquote p {
  color: #fff;
  /* font-weight: bold; */
  font-family: \'adobe-garamond-pro\', \'Times New Roman\', serif;
  font-size: 22px;
  line-height: 1.75;
  margin-bottom: 0px;
}

.full-block {
  background: #40B4E5;
  display: block;
  float: none;
  margin: 20px 0px;
  padding: 30px;
  width: 100%;
  /* === Mobile === */
}

/* === SITE === */

#site-container {
  background: #FFF;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-shadow: inset 0 4px 0 #FF3A1D, 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  z-index: 9000;
}

/* === HEADER === */
#pre-header {
  background: #f7f7f7;
  /* background: linear-gradient(to bottom, rgba(218,216,214,1) 0%, rgba(246,246,246,1) 33%, rgba(255,255,255,1) 100%); */
  border-bottom: 4px solid #FF3A1E;
  color: #003494;
  font-family: \'adobe-garamond-pro\', \'Times New Roman\', serif;
  text-align: center;
}

#pre-header h2 {
  color: #0070CD;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
}

#pre-header h2 a {
  color: #40B4E5;
  font-size: 28px;
}

#pre-header p {
  color: #777;
  font-size: 12px;
}

#header {
  height: 125px;
  position: relative;
}

#call-mb {
  display: none;
  /* === MOBILE CHANGE === */
}

#call-mb p {}

#call-mb a {}

#call-dt a {
  color: #ffffff;
}

#phh-logo {
  margin-top: 10px;
}

#call-dt {
  margin-top: 33px;
  text-align: right;
}

div#call-dt p {
  font-family: serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
}

#call-dt a {
  color: #FF3A1D;
}

#phone-number {
  float: left;
  width: 80%;
  margin-top: -16px;
}

#phone {
  float: right;
  width: 20%;
}

div#phone img {
  height: 56px;
  margin: -8px 0px 0px 17px;
  width: 56px;
}

/* == Menus == */

#main-nav-container {
  font-family: \'Arial\', sans-serif;
  font-weight: normal;
  width: 100%;
}

#main-nav-container {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom: 3px solid #aaa;
  font-family: \'Arial\', sans-serif;
  font-weight: normal;
  width: 100%;
}

.menu {
  list-style: none;
}

/* == Main Nav Menu == */

#menu-container {
  margin: 0 auto;
  max-width: 960px;
}

a.logo {
  /* background: url(/web/20201028072633im_/https://www.piedmonthomehealth.com/wp-content/thesis/skins/orangeade-v1_4-Dovecote_Decor/\'http:/isoclineventures.com/images/iv-logo-150w.png\') no-repeat;
	background-position: top left;	*/
  float: left;
  height: 100px;
  margin-left: 10px;
  transition: background 0.125s ease-in;
  -webkit-transition: background 0.125s ease-in;
  -moz-transition: background 0.125s ease-in;
  -o-transition: background 0.125s ease-in;
  width: 150px;
}

/* --- Hide mobile items of menu --- */
#main-nav li.hide-dt {
  display: none;
}

#footer-sitemap li.hide-dt {
  display: none;
}

#main-nav.menu li {
  border-right: 1px solid #ccc;
  float: left;
  margin: 5px 0px;
  padding: 0px 12px;
  position: relative;
  text-align: center;
}

#main-nav.menu li#menu-item-24 {
  border-right: none;
}

#main-nav.menu a {
  transition: color 0.125s ease-in, background-color 0.125s ease-in;
  -webkit-transition: color 0.125s ease-in, background-color 0.125s ease-in;
  -moz-transition: color 0.125s ease-in, background-color 0.125s ease-in;
  -o-transition: color 0.125s ease-in, background-color 0.125s ease-in;
}

#main-nav.menu a,
.menu_control {
  background-color: #f5f5f5;
  color: #777;
  display: block;
  font-size: 12px;
  height: 30px;
  letter-spacing: 1px;
  line-height: 1em;
  /* padding-top: 10px; */
  margin: -5px -12px;
  padding: 15px 12px 25px;
  text-transform: uppercase;
  text-decoration: none;
}

#main-nav.menu a:hover {
  background-color: #0070CD;
  color: #fff;
}

.menu_control {
  display: none;
}

#main-nav.menu .sub-menu {
  box-shadow: 0px 8px 4px #003494;
  display: none;
  left: -1px;
  list-style: none;
  margin-top: -1px;
  position: absolute;
  z-index: 904;
}

#main-nav.menu .sub-menu .sub-menu {
  left: 250px;
  margin: 0 0 0 -1px;
  top: 0;
}

#main-nav.menu li:hover>.sub-menu {
  display: block;
}

#main-nav.menu .sub-menu li {
  border-right: none;
  clear: both;
  text-align: left;
  top: 6px;
  width: 300px;
}

#main-nav.menu .sub-menu li a {
  background: #0070CD;
  border-top: 1px solid #003494;
  color: #fff;
}

#main-nav.menu .sub-menu li a:hover {
  background: #40B4E5;
}

.show_menu {
  display: block;
}

.menu,
.menu a,
.menu .sub-menu {}

#main-nav.menu .current-menu-item>a {
  color: #40B4E5;
}

#main-nav.menu .current-menu-item>a:hover {
  color: #fff;
}

#main-nav.menu .current-menu-parent>a {
  color: #40B4E5;
}

#main-nav.menu .current-menu-parent>a:hover {
  color: #fff;
}

#main-nav.menu .sub-menu .current-menu-item>a {
  background-color: #1e4287;
  color: #fff;
  border-bottom-color: #ccc;
}

/* ====== Home Page Content Structure ==== */
#hero-container {
  border-bottom: 4px solid #0070CD;
}

#tag-container ul {
  margin-left: 60px;
}

#tag-container ul ul {
  margin-left: 20px;
}

#tagline img {
  margin: 0 auto;
}

#tagline-copy {
  padding: 0px 20px;
}

#tagline-copy p {
  margin: 0 20px;
}

#tagline-copy .cta {
  margin-left: 20px;
}

#front-mods-container {
  padding: 20px 20px 0px;
}

#front-mods-sub-container-1 {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 20px;
  /* === Mobile Change === */
}

#front-mod-1 {
  border-right: 1px solid #eee;
  padding-right: 30px;
  /* === Mobile Change === */
}

#front-mod-2 {
  padding-left: 30px;
  /* === Mobile Change === */
}

#front-mods-sub-container-2 {
  border-bottom: 0px solid #eee;
}

a.mod-img img {
  opacity: 1;
  transition: opacity 0.125s ease-out;
}

a:hover.mod-img img {
  opacity: 0.75;
}

#front-mod-3 img {
  margin: 0 auto;
}

a.cta {
  background: #40B4E5;
  border-bottom: 3px solid #0070CD;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 15px;
  text-shadow: 0px -1px #0070cd;
  transition: background 0.125s ease-in;
}

a.cta:hover {
  background: #0070CD;
  border-bottom-color: #003494;
}

/* ====== Content Structure ==== */
/*
.section-headline {
	border-bottom: 1px dashed #aaa;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}
*/
#page-content-container {
  padding: 20px;
}


/* ======== Interior Pages ========*/
.page-title-container {
  padding-bottom: 0px;
}

.page-title h1 {
  border-bottom: 1px solid #ddd;
  margin: 0px;
  text-shadow: 0px -1px 1px #aaa;
  text-transform: uppercase;
}

h2.section-title {
  margin-top: 0;
}

#side-menu-container {
  margin-top: 20px;
}

ul.side-menu {
  font-size: 12px;
}

.side-menu li {
  border: 1px solid #ddd;
  background: #f7f7f7;
  list-style: none;
  margin-top: -1px;
  padding: 5px;
  width: 100%;
}

.side-menu a {
  color: #666;
  font-weight: bold;
}

.side-menu a:hover {
  color: #40B4E5;
}

.side-menu li.current-menu-item {
  background: #40B4E5;
}

.side-menu li.current-menu-item a {
  color: #fff;
}

p.headline.side-menu {
  border: 1px solid #ddd;
  background: #f7f7f7;
  font-size: 12px;
  list-style: none;
  margin-bottom: 0;
  margin-top: -1px;
  padding: 5px;
  width: 100%;
}

.post_content.page-content li {
  margin-left: 30px;
  margin-right: 50px;
}


/* === NEWS === */

.news img.alignleft.wp-post-image {
  border: 1px solid #CCC;
  margin-right: 20px;
}

/* === ABOUT === */
#about-container {
  background-size: cover;
  box-shadow: inset 0px 0px 40px #000;
  padding-top: 100px;
  position: relative;
  z-index: 8000;
}

#about-content-container {
  margin: 0 auto;
  max-width: 960px;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 90%;
}

#about-content {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 20px 20px 30px;
}

#about-content h1 {
  color: #762056;
  line-height: 1.25;
}

/* === TEAM === */

#team-container {
  background: #ddd;
  box-shadow: inset 0px 104px 0px rgba(0, 0, 0, 0.2);
  margin-top: -100px;
  padding-top: 100px;
  position: relative;
  z-index: 7000;
}

#team-content-container {
  margin: 0 auto;
  max-width: 960px;
}

#team-headline h1 {
  color: #762056;
}

.team-profile-qb {
  /* border-bottom: 1px dashed #aaa; */
  float: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#team-profile-img img {
  border: 4px solid #fff;
  border-radius: 125px;
}

/* === CONTACT === */
#form-box {
  background: #eee;
  border: 1px solid #ccc;
  padding: 5px 20px 10px;
}

#form-info {
  padding-right: 40px;
}

#contact-side-text {
  border: 1px solid #ccc;
  background: #eee;
  list-style: none;
  margin-top: -1px;
  padding: 5px;
  width: 100%;
}

#contact-side-text h2 {
  color: #444;
}

#contact-side-text p {
  font-size: 14px;
  color: #444;
}



/* OLD */
/* ========================================
#contact-container {
	background: #762056;
	box-shadow: inset 0px 104px 0px rgba( 0,0,0,0.2);	
	margin-top: -100px;
	padding-top: 100px;
	position: relative;
	z-index: 6000;
}
#contact-content-container {
	margin: 0 auto;
	max-width: 960px;
}
#contact-content {
	color: #fff;
}
#contact-headline h1, #contact-content h2 {
	color: #fff;
}
======================================== */
.contact-text,
.contact-quiz {
  width: 100%;
  height: 40px;
  border: 2px solid #DAD8D6;
  border-radius: 4px;
  padding: 12px 4px;
}

.contact-radio {
  display: block;
  height: 24px;
  margin-bottom: 20px;
  padding: 12px 4px;
  width: 100%;
}

.contact-area {
  width: 100%;
  height: 80px;
  border: 2px solid #DAD8D6;
  border-radius: 4px;
  padding: 4px;
}

.wpcf7-quiz-label {
  color: #fff;
}

.wpcf7-submit {
  width: 100%;
}

/* --- Footer --- */
#footer-container {
  background-image: linear-gradient(to bottom, #fff 0%, #eee 70%);
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 70%);
  background-image: -moz-linear-gradient(top, #fff 0%, #eee 70%);
  background-image: -ms-linear-gradient(top, #fff 0%, #eee 70%);
  border-top: 1px solid #eee;
  margin-top: 20px;
}

#footer {
  background: #762056;
  position: relative;
  z-index: 300;
}

#footer-container h3 {
  color: #999;
}

#testimonial-container {
  background: #dad8d6;
  border-top: 5px solid #c7c6c5;
  line-height: 1;
  padding: 0px 20px 10px;
  min-height: 150px;
}

/*
#quote-left {
	margin-top: -150px;
	min-height: 150px;
	width: 150px;
}
*/
#quote-right {
  float: right;
  margin-top: -150px;
  min-height: 150px;
  width: 150px;
}

h2.headline.testimonial-name {
  color: #555;
}

.query_box.testimonials-qb {
  /* background: #E5E4E3; */
  /* border: 1px solid #ccc; */
  min-height: 150px;
  padding: 5px 175px;
}

#footer-mods-container {
  background: #777;
  border-top: 4px solid #555;
  color: #dad8d6;
  font-size: 12px;
}

#footer-mods-container h2 {
  color: #dad8d6;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.footer-mods a {
  color: #dad8d6;
}

.footer-mods a:hover {
  color: #F4F2F0;
}

.footer-mods a img,
.footer-mods a h2 {
  opacity: 1;
  transition: opacity .125s ease-in;
}

.footer-mods a:hover img,
.footer-mods a:hover h2 {
  opacity: .85;
}

img.footer-icons {
  float: left;
  margin: 0 auto;
  /* === Turn on Mobile === */
  margin-right: 20px;
}

#footer-sitemap-container {
  background: #444;
  border-top: 4px solid #333;
  font-size: 12px;
}

#footer-sitemap a {
  color: #bbb;
  font-weight: bold;
}

#footer-sitemap a:hover {
  color: #ddd;
}

#footer-sitemap li.menu-col {
  border-right: 1px solid #333;
  float: left;
  min-height: 100px;
  margin: 0 0.5%;
  width: 13.35%;
}

#footer-sitemap .menu-col li a {
  color: #999;
  font-weight: normal;
}

#footer-sitemap .menu-col li a:hover {
  color: #ccc;
}

/* Show Social on Footer */
#main-nav li.footer-only {
  display: none;
}

/* variable footer-widths */
#footer-sitemap li.menu-col.menu-item-138 {
  width: 21% !important;
}

#footer-sitemap li.menu-col.menu-item-26 {
  width: 14% !important;
}

#footer-sitemap li.menu-col.menu-item-140 {
  width: 10% !important;
}

#footer-sitemap li.menu-col.menu-item-29 {
  width: 15% !important;
}

#footer-sitemap li.menu-col.menu-item-129 {
  width: 6% !important;
}

#footer-sitemap li.menu-col.menu-item-25 {
  width: 10% !important;
}

#footer-sitemap li.menu-col.menu-item-141 {
  width: 7% !important;
}

#footer-sitemap li.menu-col.menu-item-284 {
  border-right: none;
  width: 8% !important;
}

/* ================================ OLD FOOTER MENU ITEM WIDTHS ================================
#footer-sitemap li.menu-col.menu-item-57 {
	width: 23%;
}
#footer-sitemap li.menu-col.menu-item-26 {
	height: 160px;
	width: 15%;
}
#footer-sitemap li.menu-col.menu-item-23, #footer-sitemap li.menu-col.menu-item-122 {
	height: 160px;
	width: 12%;
}
#footer-sitemap li.menu-col.menu-item-29 {
	height: 160px;
	width: 17%;
}
#footer-sitemap li.menu-col.menu-item-129 {
	height: 160px;
	width: 6%;
}
#footer-sitemap li.menu-col.menu-item-25 {
	height: 160px;
	width: 10%;
}
#footer-sitemap li.menu-col.menu-item-24 {
	border-right: none;
	height: 160px;
	margin-right: 0;
	width: 10%;
}
*/
#copyright {
  background: #333;
  color: #666;
  font-size: 10px;
  text-align: center;
  border-top: 4px solid #222;
}

#copyright a {
  color: #555;
}

#copyright a:hover {
  color: #888;
}



/* -----------------------:[ media queries ]:---*/

/* ----- Landscape mobile & down */
@media all and (max-width: 568px) {

  .bit-100,
  .bit-80,
  .bit-75,
  .bit-66,
  .bit-50,
  .bit-33,
  .bit-25,
  .bit-20,
  .bit-10,
  .bit-5 {
    width: 100%;
  }

  #call-mb {
    display: block;
  }

  #call-dt {
    display: none;
  }

  #header {
    position: relative;
  }

  #menu-container {
    padding: 0px;
  }

  a.logo {
    width: 100%;
  }

  a.logo:hover {}

  a.logo img {
    height: 100px;
    margin: 0 auto;
    width: 150px;
  }

  .phh-logo img {
    margin: 0 auto;
  }

  /* --- BEGIN Menu Adjustments --- */
  /*	
	.show_menu#main-nav {
		display: block;
		float: left;
		width: 100%;
	}
	.show_menu#main-nav li {
		background-color: #762056;
		border: none;
		color: #fff;
		display: block;
		float: left;
		margin-top: 0px;
		width: 100%;
	}
	.menu_control {
		background: #0070CD;
		border-width: 0px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		color: #FFF;
		display: block;
		float: left;
		font-size: 16px;
		margin: 0px;
		text-align: center;
		width: 100%;
	}
	#main-nav.menu .sub-menu li a {
		background: #0070CD;
		border-top: none;
		color: #fff;
	}
	#main-nav {
		display: none;
	}
	.show_menu#main-nav {
		display: block;
	}
	#main-nav.menu a {
		color: #0070cd;
  		border-bottom: 1px solid #ccc;
  		margin-top: 0;
  		text-align: center;
	}
	#main-nav.menu a:hover {
		color: #DDD;
	}
	#main-nav li#menu-item-11 {
		background-color: #8e195f;
	}
	#main-nav li#menu-item-12 {
		background-color: #9e1b64;
	}
	#main-nav li#menu-item-13 {
		background-color: #ad3b72;
	}
	.show_menu#main-nav.menu .sub-menu {
  		width: 100%;
		position: relative;
	}
	.show_menu#main-nav.menu .sub-menu li {
  		width: 100%;
  		position: relative;
	} */

  .show_menu#main-nav li.hide-mob {
    display: none;
  }

  .show_menu#main-nav {
    display: block;
    float: left;
    width: 100%;
  }

  .show_menu#main-nav li {
    background-color: #40B4E5;
    border: none;
    color: #fff;
    display: block;
    float: left;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
  }

  .menu_control {
    background: #0070CD;
    border-width: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #FFF;
    display: block;
    float: left;
    font-size: 16px;
    margin: 0px;
    text-align: center;
    width: 100%;
  }

  #main-nav.menu .sub-menu li a {
    background: #40B4E5;
    border-top: none;
    color: #fff;
  }

  #main-nav {
    display: none;
  }

  .show_menu#main-nav {
    display: block;
  }

  #main-nav.menu a {
    color: #0070cd;
    border-bottom: 1px solid #ccc;
    margin: 0;
    text-align: center;
  }

  #main-nav.menu a:hover {
    color: #DDD;
  }

  #main-nav li#menu-item-11 {
    background-color: #8e195f;
  }

  #main-nav li#menu-item-12 {
    background-color: #9e1b64;
  }

  #main-nav li#menu-item-13 {
    background-color: #ad3b72;
  }

  #menu-container {
    padding: 0px;
  }

  .show_menu#main-nav.menu .sub-menu {
    width: 100%;
    position: relative;
  }

  .show_menu#main-nav.menu .sub-menu li {
    width: 100%;
    position: relative;
  }

  /* --- END Menu Adjustments --- */

  .query_box.testimonials-qb {
    padding: 5px 40px;
  }

  blockquote {
    width: 90%;
  }

  .section-headline,
  .profile-info h1,
  .profile-info h2 {
    text-align: center;
  }

  #team-profile-img img {
    margin: 0 auto;
  }

  #front-mod-1 {
    border-right: none;
    padding-right: 0px;
  }

  #front-mod-2 {
    padding-left: 0px;
    margin-top: 40px;
  }

  #front-mods-sub-container-1 {
    border-bottom: none;
  }

  #footer-mod-1 {
    border-bottom: 1px solid #666;
    min-height: 120px;
    margin-bottom: -15px;
  }

  #footer-mod-2 {
    border-bottom: 1px solid #666;
    min-height: 120px;
    margin-bottom: -15px;
  }

  #footer-sitemap-container {
    display: none;
  }
}

/* ----- Tablet to Mobile */
@media (min-width: 569px) and (max-width: 768px) {
  .show_menu#main-nav li.hide-mob {
    display: none;
  }

  /* SHORT CUT */
  .show_menu#main-nav {
    display: block;
    float: left;
    width: 100%;
  }

  .show_menu#main-nav li {
    background-color: #40B4E5;
    border: none;
    color: #fff;
    display: block;
    float: left;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
  }

  .menu_control {
    background: #0070CD;
    border-width: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #FFF;
    display: block;
    float: left;
    font-size: 16px;
    margin: 0px;
    text-align: center;
    width: 100%;
  }

  #main-nav.menu .sub-menu li a {
    background: #40B4E5;
    border-top: none;
    color: #fff;
  }

  #main-nav {
    display: none;
  }

  .show_menu#main-nav {
    display: block;
  }

  #main-nav.menu a {
    color: #0070cd;
    border-bottom: 1px solid #ccc;
    margin: 0;
    text-align: center;
  }

  #main-nav.menu a:hover {
    color: #DDD;
  }

  #main-nav li#menu-item-11 {
    background-color: #8e195f;
  }

  #main-nav li#menu-item-12 {
    background-color: #9e1b64;
  }

  #main-nav li#menu-item-13 {
    background-color: #ad3b72;
  }

  #menu-container {
    padding: 0px;
  }

  .show_menu#main-nav.menu .sub-menu {
    width: 100%;
    position: relative;
  }

  .show_menu#main-nav.menu .sub-menu li {
    width: 100%;
    position: relative;
  }

  /* --- END Menu Adjustments --- */
}

/* ----- Small Desktop to Tablet */
@media (min-width: 769px) and (max-width: 811px) {
  #main-nav.menu a {
    font-size: 10px;
    letter-spacing: 0px;
  }

}

/* ----- Small Desktop to Tablet */
@media (min-width: 812px) and (max-width: 959px) {
  #main-nav.menu a {
    font-size: 11px;
    letter-spacing: 0px;
  }

}

/* ----- Large desktop 
@media (min-width: 960px) {

}*/
/*---:[ custom CSS ]:---*/
.wpcf7-quiz-label {
  color: #000000 !important;
}

[class*='bit-'] {
  float: left;
  padding: 10px;
}

/* Floats last ".bit-" to the right */
[class*='bit-']:last-of-type {
  padding-right: 10px;
  float: right;
}

/* Clearfix */
.frame:after {
  content: "";
  display: table;
  clear: both;
}

.coronavirus {
  background: red;
  text-align: center !important;
  padding: 5px 0px;
  color: #fff !important;
}

.coronavirus>h2 {
  color: #fff !important;
}

.coronavirus>p {
  color: #fff !important;
  font-size: 20px !important;
}

.coronavirus>p>a {
  color: #fff !important;
}

@media (max-width:767px) {
  .nivoSlider img {
    max-width: 100% !important
  }
}

#header .phh-logo {
  float: left;
}

#header #call-dt {
  float: right;
}

@media (max-width:767px) {

  #header .phh-logo,
  #header #call-dt {
    float: none;
  }
}