/*
***********
 Vibrations
***********
*/

body {
    margin: 0px;
    background-color: #ffffff;
    color: #FFF;
    font-family: Lato, Tahoma, Geneva, sans-serif;
}
.hmy-section h1 {
    font-size: 2rem;
}
.hmy-section h2 {
    font-size: 1.75rem;
}
.hmy-section h3 {
    font-size: 1.6rem;
}
.hmy-section h4, .hmy-section h5 {
    font-size: 1.2rem;
}
.hmy-section h1, .hmy-section h2, .hmy-section h3, .hmy-section h4 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
}
.masthead h1 {
    font-size: 2rem;
    margin: 0px;
    padding: 10px 0px;
    font-weight: normal;
    letter-spacing: .25em;
}
.masthead .hmy-content {
    padding: 10px;
}
.masthead .phone {
    font-size: 1.65rem;
    margin: 0;
    padding: 10px 0px;
    font-weight: normal;
}
.masthead .phone a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    border-bottom: none;
}
.hmy-content-wrapper.banner .hmy-content {
    margin-top: -1px;
}
.tagline {
    display: block;
    color: #043b60;
    letter-spacing: 0.5em;
    font-size: 45%;
    text-transform: uppercase;
}
.hmy-content-wrapper.banner .hmy-content {
    margin-top: -1px;
}
.phone.appt_box {
    display: block;
    font-size: 0.9em !important;
}
.servicelist ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.servicelist li {
    font-size: 1.2rem;
    font-weight: 400;
    padding-left: 0;
    /*    background-image: url(images/checkmark.png);
    background-repeat: no-repeat;
    background-position: left 4px;*/
    line-height: 1.75em;
}
.servicelist li a:link, .servicelist li a:visited, .servicelist li a:active {
    color: #223b8c;
}
.servicelist li a:hover {
    color: #ff7900;
}
.hmy-section.heading {
    flex-basis: 100%;
}
.multi-bg {
    background-size: cover;
}
.multi-bg.silverblue {
    background-color: rgb(75,103,119);
    background: linear-gradient(rgba(75,103,119,0.75), rgba(75,103,119,0.75)), url(images/lambo.jpg) no-repeat center;
}
.multi-bg.rust {
    background-color: rgb(193,67,46);
    background: linear-gradient(rgba(193,67,46,0.75), rgba(193,67,46,0.75)), url(images/ferrari.jpg) no-repeat center;
}
.multi-bg.white {
    background-color: rgb(255,255,255);
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.9)), url(images/mclaren.jpg) no-repeat center;
}
.multi-bg.black {
    background-color: rgb(0,0,0);
    background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.75)), url(images/lambo.jpg) no-repeat center;
}
.custom-bg .hmy-content {
    padding: 30px;
}
.p7HMY.hmy-noscript .multi-bg {
    background-image: none !important;
    background: rgb(0,0,0) !important;
    color: #FFF !important;
}
.big {
    font-size: 135%;
}
.medium {
    font-size: 110%;
}
.centered {
    text-align: center;
}
.centeredpic {
    display: block;
    text-align: center;
}
.floatrt {
    float: right;
    margin: 0;
}
.max-420 .hmy-content {
    max-width: 420px;
    margin: auto;
    padding-top: 0px;
    text-align: justify;
    text-justify: inter-word;
}
.max-960 .hmy-content {
    max-width: 960px;
    margin: auto;
    padding-top: 0px;
    text-align: justify;
    text-justify: inter-word;
}
.max-1260 .hmy-content {
    max-width: 1260px;
    margin: auto;
    padding-top: 0px;
    text-align: justify;
    text-justify: inter-word;
}
/*Exception Rules Layout Specific*/

/*
body.p7vibes-05, body.p7vibes-06 {
 background:   url(../p7vibes/images/marb014.jpg) repeat fixed;
}
*/
body.p7vibes-05 {
    background: url(images/body_bg.png) no-repeat center fixed;
    background-size: cover;
}
body.p7vibes-05:after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: -1;
    background: url(images/body_bg.png) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.p7vibes-05 .section-heading .hmy-content {
    padding: 15px 10px 0px 10px;
}
.contact .hmy-content {
    width: 100%;
    padding: 20px;
}
.p7form-wrapper {
    text-align: left;
}
.p7form-wrapper * {
    box-sizing: border-box;
}
/* Blockquotes */
blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 16px 0 20px;
    position: relative;
    /*Font*/
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 1.1rem;
    line-height: 1.2;
    color: #333;
    text-align: left;
    /*Borders - (Optional)*/
    border-top: 1px solid #8f1c2d;
    border-right: 2px solid #8f1c2d;
    border-bottom: 1px solid #8f1c2d;
    border-left: 15px solid #8f1c2d;
    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
}
blockquote::before {
    content: "\201C";
    /*Unicode for Left Double Quote*/
/*Font*/
    font-family: Georgia, serif;
    font-size: 48px;
    font-weight: bold;
    color: #999;
    /*Positioning*/
    position: absolute;
    left: 10px;
    top: 5px;
}
blockquote::after {
    /*Reset to make sure*/
    content: "";
}
cite {
    padding: 0 3px;
    color: #8f1c2d;
}
cite a {
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #8f1c2d;
}
cite a:hover {
    color: #666;
}
blockquote em {
    font-style: italic;
}
/*
Link Styles
Assign one of the following classes to
Text Links on your page
*/
.text-link-light {
    color: #EEE;
    border-bottom: 1px dotted;
}
.text-link-dark {
    color: #000;
    border-bottom: 1px dotted;
}
.text-link-dark:hover, .text-link-light:hover {
    border-bottom: 1px solid;
}
.text-link-dark, .text-link-light {
    text-decoration: none;
}
.external a:link, .external a:visited, .external a:active {
	color: #000;
    border-bottom: 1px dotted;
	text-decoration: none
}
.external a:hover {
	border-bottom:1px solid;
}
.external:after {
    content: url(images/external_dark.png);
    margin-left: 0.25em;
}
/* Special Links */
a[href^="tel:"] {
    /*font-size: 1.2rem;*/
    color: #043b60!important;
    text-decoration: none;
    border-bottom: dotted 1px #223b8c;
}
a[href^="tel:"]:hover {
    color: #8f1c2d!important;
    border-bottom: dotted 1px #8f1c2d;
}
a[href^="tel:"]:before {
    content: "\260e";
    margin-right: 0.15em;
}
a[href^="mailto:"] {
    /*font-size: 1.2rem;*/
    color: #1c458b !important;
    text-decoration: none;
    border-bottom: dotted 1px #1c458b;
}
a[href^="mailto:"]:hover {
    color: #ff7900 !important;
    border-bottom: dotted 1px #ff7900;
}
a[href^="mailto:"]:before {
    content: "\2709";
    margin-right: 0.15em;
}
a[href $='.pdf'] {
    padding-right: 20px;
    background: transparent url(images/pdf-icon.png) no-repeat center right;
}
a.external:after, a.external2:after {
    content: url(images/external.png);
    margin-left: 0.25em;
}
a.external:hover:after {
    content: url(images/external_dark.png);
    margin-left: 0.25em;
}
#mwd a {
    color: #CCD2F4 !important;
    text-decoration: none;
    border-bottom: dashed 1px #E84814;
}
#mwd a:hover {
    color: #FCFCFC !important;
    border-bottom: dashed 1px #fff;
}
/*
-----------------------------------------
   NOTICE BOXES
-----------------------------------------
*/

.notice {
    position: relative;
    margin: 1em;
    color: #171717;
    background: #F9F9F9;
    padding: .7em 1em .7em 2em;
    border: 1px solid;
    border-left: 4px solid #DDD;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}
.notice:before {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: -17px;
    background-color: #DDD;
    color: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-family: Georgia;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.info {
    border-color: #0074D9;
}
.info:before {
    content: "i";
    background-color: #0074D9;
}
.success {
    border-color: #2ECC40;
}
.success:before {
    content: "√";
    background-color: #2ECC40;
}
.warning {
    border-color: #FFDC00;
}
.warning:before {
    content: "!";
    background-color: #FFDC00;
}
.note {
    border-color: #973530;
}
.note:before {
    content: "!";
    background-color: #973530;
}
.error {
    border-color: #FF4136;
}
.error:before {
    content: "X";
    background-color: #FF4136;
}
/*
-----------------------------------------
   HIERARCHICAL INLINE PARAGRAPHS
-----------------------------------------
*/
p.a-rank {
    display: inline-block;
    margin: 0px 6px;
}
.a-rank-1 {
    font-size: 85%;
    font-weight: bold;
}
.a-rank-2 {
    font-size: 160%;
}
.a-rank-3 {
    font-size: 100%;
    font-weight: bold;
}
.a-rank-4 {
    font-size: 140%;
}
/*
-----------------------------------------
   SPECIAL LISTS 
-----------------------------------------
*/
.faq, .services { 
      margin-top: 0;
    }
    .faq li {
	list-style: none;
	position: relative;
	color: #191919;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.6em;
	margin-bottom: 12px;
    }
.faq li strong {
	font-size: 1.25em;
}
    .faq li::before {
    content: "Q:";
    color: #043B60;		
	position: absolute;
	top: 0px;
	left: -1.3em;
	font-size: 1.5em;
	font-weight: bold;
	font-style:italic;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
.faq li li {
	font-weight: normal;
}
.faq li li::before {
    content: "A:";
    color: #043B60;		
	position: absolute;
	top: 0px;
	left: -1.2em;
	font-size: 1.25em;
	font-weight: 700;
	font-style:italic;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
.services {
	font-size: 1.25em;
}
.services ul { 
   margin-top: 0; 
   margin:0;
   padding:0;
}
    .services li {
	font-weight: bold;
	list-style: none;
	list-style-image: url(images/checkmark.png);
	position: relative;
	line-height: 1.5em;
	margin-bottom: 12px;
    }

.services li li {
	/*font-weight: normal;*/
	margin-left: 0;
    list-style-image:none;
	margin-bottom: 4px;
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
.hmy-section h1, .masthead h1 {
    font-size: 1.35rem !important;
    letter-spacing: normal !important;
}
.phone {
    font-size: 1.5rem !important;
}
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
.order-0 {
    order: 2;
}
.order-1 {
    order: 1;
}
.order-1 img {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.sidepic {
    margin-top: 0;
}
}

@media only screen and (min-width: 0px) and (max-width: 900px) {
.floatrt {
    float: none !important;
    width: auto;
    margin: 10px auto 10px;
    display: block;
	text-align: center;
}
.break-to-50.hmy-section {
    flex-basis: 50% !important;
}
/*    .p7HMY .hmy-section {
    flex-basis: 100% !important;
}
.p7HMY .hmy-section .hmy-content-wrapper {
    border-radius: 0px !important;
    border-left: none !important;
    border-right: none !important;
}*/
.hmy-section.heading {
    flex-basis: 100% !important;
}
.masthead .hmy-content {
    text-align: center !important;
}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
body {
    font-size: 95%;
}
.p7HMY .hmy-section {
    flex-basis: 100% !important;
}
.hmy-content-wrapper {
    border: none !important;
}
.p7form-wrapper {
    border: none !important;
    padding: 0px !important;
}
.masthead .hmy-content {
    padding: 5px 0px 0px !important;
}
}

/*iPhone 6 Plus*/
@media screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
.multi-bg, body {
    background-size: cover;
    background-attachment: scroll;
}
}

/*iPad Query */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.multi-bg, body {
    background-attachment: scroll;
    background-size: auto;
}
}
