﻿/*
| --------------------------------------------------------------------
| Global
| --------------------------------------------------------------------
*/

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    height: auto;
    max-width: 100%;
}
/*
| --------------------------------------------------------------------
| Font Face
| --------------------------------------------------------------------
*/

@font-face {
    font-family: 'Ostrich Sans';
    src: url('../fonts/ostrichsans-medium-webfont.eot');
    src: url('../fonts/ostrichsans-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ostrichsans-medium-webfont.woff') format('woff'), url('../fonts/ostrichsans-medium-webfont.ttf') format('truetype'), url('../fonts/ostrichsans-medium-webfont.svg#ostrich_sansmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ostrich Sans Black';
    src: url('../fonts/ostrich-sans-black.eot');
    src: url('../fonts/ostrich-sans-black.eot?#iefix') format('embedded-opentype'), url('../fonts/ostrich-sans-black.woff') format('woff'), url('../fonts/ostrich-sans-black.ttf') format('truetype'), url('../fonts/ostrich-sans-black.svg#ostrich_sansblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
| --------------------------------------------------------------------
| Sidr
| --------------------------------------------------------------------
*/

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 15px;
    background: #f8f8f8;
    color: #333;
    -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
    -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
    box-shadow: inset 0 0 5px 5px #ebebeb
}
.sidr .sidr-inner {
    padding: 0 0 15px
}
.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px
}
.sidr.right {
    left: auto;
    right: -260px
}
.sidr.left {
    left: -260px;
    right: auto
}
.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
    font-size: 11px;
    font-weight: normal;
    padding: 0 15px;
    margin: 0 0 5px;
    color: #333;
    line-height: 24px;
    box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
    background-image: linear-gradient(#ffffff, #dfdfdf);
}
.sidr p {
    font-size: 13px;
    margin: 0 0 12px
}
.sidr p a {
    color: rgba(51,51,51,0.9)
}
.sidr>p {
    margin-left: 15px;
    margin-right: 15px
}
.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #fff
}
.sidr ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
    border-top: none;
    line-height: 49px
}
.sidr ul li:hover>a, .sidr ul li:hover>span, .sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span {
    -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
    -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
    box-shadow: inset 0 0 15px 3px #ebebeb
}
.sidr ul li a, .sidr ul li span {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #333
}
.sidr ul li ul {
    border-bottom: none;
    margin: 0
}
.sidr ul li ul li {
    line-height: 40px;
    font-size: 13px
}
.sidr ul li ul li:last-child {
    border-bottom: none
}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
    border-top: none;
    line-height: 41px
}
.sidr ul li ul li:hover>a, .sidr ul li ul li:hover>span, .sidr ul li ul li.active>a, .sidr ul li ul li.active>span, .sidr ul li ul li.sidr-class-active>a, .sidr ul li ul li.sidr-class-active>span {
    -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
    -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
    box-shadow: inset 0 0 15px 3px #ebebeb
}
.sidr ul li ul li a, .sidr ul li ul li span {
    color: rgba(51,51,51,0.8);
    padding-left: 30px
}
.sidr form {
    margin: 0 15px
}
.sidr label {
    font-size: 13px
}
.sidr input[type=text], .sidr input[type=password], .sidr input[type=date], .sidr input[type=datetime], .sidr input[type=email], .sidr input[type=number], .sidr input[type=search], .sidr input[type=tel], .sidr input[type=time], .sidr input[type=url], .sidr textarea, .sidr select {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: rgba(0,0,0,0.1);
    color: rgba(51,51,51,0.6);
    display: block;
    clear: both
}
.sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none
}
.sidr input[type=button], .sidr input[type=submit] {
    color: #f8f8f8;
    background: #333
}
.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
    background: rgba(51,51,51,0.9)
}
.sidr * {
    color: #394953 !important;
    font-family: 'M PLUS Rounded 1c', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
.sidr-class-menu-primary {
/*border-top: 2px solid #90d90f !important;*/
}
.sidr {
    box-shadow: none !important;
    width: 300px !important;
}
.sidr ul {
    border: none !important;
}
.sidr ul li {
    border: none !important;
    line-height: 44px !important
}
.sidr ul ul {
    display: none;
}
.sidr ul ul li, .sidr li:hover, .sidr-class-active a {
    background-color: #84d5ff !important;
}
.sidr-class-sf-menu > li {
    background-color: #fff !important;
    border: none;
}
.sidr a {
    box-shadow: none !important;
    border-bottom: 2px solid #f95701 !important;
    padding-top: 4px !important;
    padding-bottom: 0 !important;
}
a.screenreader-text {
    left: -999px;
    position: fixed;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
    transition: none;
}
a.screenreader-text:focus, a.screenreader-text:active {
    color: #000;
    background-color: #fff;
    left: 0;
    right: 0;
    top: auto;
    width: 25%;
    height: auto;
    overflow: auto;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
    font-size: 1em;
    border: 2px solid #000;
    text-decoration: none;
    z-index: 9999;
}
/*
| --------------------------------------------------------------------
| Typography
| --------------------------------------------------------------------
*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
h1 {
    color: #f95701;
    font-weight: 600;
    font-size: 3.8em;
    margin-top: 0;
    margin-bottom: 43px;
}
h2 {
    color: #f95701;
    font-weight: 600;
    font-size: 2.5em;
}
h3 {
    color: #018dd5;
    font-weight: 500;
    font-size: 2.2em;
    margin-top: 0;
}
h4 {
    color: #394953;
    font-weight: 600;
    font-size: 1.9em;
}
h5 {
    color: #394953;
    font-weight: bold;
    font-size: 1.7em;
}
h6 {
    color: #394953;
    font-weight: 600;
    font-size: 1.4em;
	margin-top: 1em;
}
p, .content li {
    font-family: 'Open Sans', sans-serif;
}
a {
    color: #018dd5;
    font-family: 'Open Sans', sans-serif;
}
a:hover {
    text-decoration: none;
}
strong {
    font-weight: 600;
}
blockquote {
    background-image: url('../img/blockquote-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 28px;
    font-weight: bold;
    min-height: 182px;
    text-align: center;
    width: 213px;
}
/*
| --------------------------------------------------------------------
| Header Styles
| --------------------------------------------------------------------
*/

.logo {
    float: left;
    width: 9%;
    margin-top: -49px;
}
/* Gradient Overlay
| -------------------------------------------------------------------- */

.gradient-overlay {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(125,185,232,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(125,185,232,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(125,185,232,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(125,185,232,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007db9e8', GradientType=0 );
    height: 350px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}
/* Top Bar
| -------------------------------------------------------------------- */

.top-bar {
    background-color: #90da0f;
    background-color: rgba(0,196,251, 0.3);
    overflow: hidden;
    position: relative;
    z-index: 999;
}
.top-bar .inner {
    margin: 0 auto;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
.top-bar ul {
    color: #394953;
    display: table;
    float: right;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 18px;
    font-weight: 400;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 8px 0;
}
.top-bar li {
    display: table-cell;
    padding: 0 7px;
    vertical-align: middle;
}
.top-bar li:last-of-type {
    padding-right: 0;
}
.top-bar h3 {
    display: inline-block;
    margin-left: 16%;
    margin-top: 1%;
    color: #000;
    font-size: 1.3em;
}
.topbar-wrapper {
    margin-right: 15px;
}
.topbar-address {
    float: left;
    margin-right: 5px;
    line-height: 22px;
}
.topbar-address a {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #018dd5;
}
.menu-button {
    background-image: url('../img/menu-button.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    float: left;
    height: 35px;
    margin-top: 8px;
    width: 44px;
}
.contact-bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
    color: #394953;
    display: none;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 20px 15px 17px;
    text-align: center;
    width: 100%;
}
.page .contact-bar {
    margin-top: 50px;
}
/*
| --------------------------------------------------------------------
| Menu - Primary
| --------------------------------------------------------------------
*/

.menu-primary {
    float: right;
    margin-top: 15px;
    z-index: 9999;
    position: relative;
}
.sf-menu > li {
    background-color: transparent;
    margin: 0 17px;
}
.sf-menu li:hover, .sf-menu li.sfHover {
    background-color: transparent;
}
.sf-menu > li:last-of-type {
    margin-right: 0;
}
.sf-menu a {
    border: none;
    color: #3f4b53;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    padding-bottom: 10px;
}
.sf-menu > li:hover > a, .sf-menu .active a {
    border-bottom: 6px solid #f95701;
    padding-bottom: 4px;
}
.sf-menu ul {
    border-bottom: 1px solid #f95701;
    box-shadow: none;
}
.sf-menu ul li {
    background-color: #fff;
    border-top: 1px solid #f95701;
    border-right: 1px solid #f95701;
    border-left: 1px solid #f95701;
    padding: 0;
}
.sf-menu ul li h6 {
    padding-left: 10px;
	background-color: #018dd5;
	color: #fff;
}
.sf-menu ul li:hover, .sf-menu ul li.active a {
    background-color: #84d5ff;
}
.sf-menu ul li a {
    font-size: 20px;
    padding: 10px 10px 5px;
}
/*
| --------------------------------------------------------------------
| Content
| --------------------------------------------------------------------
*/

a.np-btn {
    background: #32c2f2;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    margin: 10px;
    text-decoration: none;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

a.np-btn:hover {
    background: #218bcf;
    color: #fff;
}

.wrapper {
    margin: 0 auto;
    max-width: 93%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%;
    z-index: 999;
}
.content {
    clear: both;
    float: left;
    margin-top: 83px;
    margin-bottom: 150px;
    position: relative;
    width: 100%;
}
.content:before, .content:after {
    content: "";
    height: 0;
    position: absolute;
    width: 100%;
}
.content:before {
    border-bottom: 23px solid rgba(255, 255, 255, 0.85);
    border-top-left-radius: 54px solid transparent;
    border-top-right-radius: 54px solid transparent;
    left: 0;
    top: -23px;
}
.content:after {
    border-top: 54px solid rgba(255, 255, 255, 0.85);
    border-left: 0px solid transparent;
    border-right: 62px solid transparent;
    bottom: -54px;
    right: 0;
}
.content .inner {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 0 30px 16px;
    width: 100%;
}
.home .content {
    margin-top: 217px;
    max-width: 850px;
}
.content img.circle-mark {
    margin-bottom: 25px;
    position: absolute;
    right: 3px;
    top: -156px;
    max-width: 17%;
    z-index: 101;
}
.home .content img.circle-mark {
    bottom: 25px;
    margin-bottom: 150px;
    right: -49px;
    top: auto;
}

.homepage .content .inner {
    padding: 0 0px 16px;
}

.homepage #reviews-stream {
    padding: 0 100px 0;
}

.homepage-text {
    padding: 50px ;
    background: #b7f3f7;
}

.lt-ie9 .content .inner {
    padding-top: 26px;
    padding-bottom: 26px;
}
.button {
    background-color: #f95701;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 7px 9px;
    margin-bottom: 8px;
    text-decoration: none;
}
.large {
    font-size: 15px;
    padding: 10px 20px 11px;
}
.button:hover {
    background: #77ad2c;
}
.clear {
    clear: both;
}
.forms {
    float: right;
    width: 35%;
    background-color: #bedea8;
    padding: 25px;
    margin-left: 15px;
    text-align: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.forms h5 {
    margin-top: 0;
}
.dental_home { /*For the baby dental visit on dental home */
    width: 100%;
    height: 10em;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 5px 10px 40px 10px;
    background-color: #f9d3af; /*Edit this for the background of each step on dental home*/
}
div.dental_home ul {
    float: left;
}
.dhome_title {
    width: 270px;
    float: left;
}
.dental_home h4 {
    padding-right: 25px;
    width: 270px;
}
.dhome-wrap {
    width: 100%;
    clear: both;
}
.dhome-title {
    float: left;
    width: 35%;
}
.dhome-title h5 {
    margin-top: .5em;
}
.dhome-pts {
    width: 60%;
    padding-left: 3%;
    float: left;
}
.home-contact-wrap {
	width: 100%;
	text-align: center;
}
.home-content-locations {
	width: 35%;
	text-align: center;
	display: inline-block;
}
.featherlight .featherlight-content {
    background: #F1D39B;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    text-align: center;
}
#socialbox {
    display: none;
}
.featherlight-content #socialbox {
    display: inline;
}
.activitycontainer {
    text-align: center;
}
.activity {
    width: 23%;
    padding: 0 1% 15px 1%;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.activity img {
    max-width: 100%;
}

@media (max-width:650px) {
.activity {
    width: 46%;
    padding: 0 2% 15px 2%;
}
}
/*
| --------------------------------------------------------------------
| Form
| --------------------------------------------------------------------
*/

#form .clear {
    clear: both;
}
#form .center {
    text-align: center;
}
#form h3 {
    margin: 0 1%;
}
#form small {
    font-style: italic;
}
#form hr {
    width: 98%;
    margin: 10px 1% 15px 1%;
}
/*GRID */
#form .column {
    float: left;
    margin: 0 1%;
}
#form .full {
    width: 98%;
    margin: 0 1%;
}
#form .half {
    width: 48%;
}
#form .twothird {
    width: 65%;
}
#form .onethird {
    width: 31%;
}
/*FORM STYLES*/

#form input:not([type=submit]):not([type=checkbox]) {
    width: 96%;
    padding: 10px 2%;
}
#form textarea {
    width: 100%;
    resize: none;
}
#form select {
    width: 101%;
    padding: 10px 2%;
}
/*
| --------------------------------------------------------------------
| Footer
| --------------------------------------------------------------------
*/

.quick-links {
    background-image: url('../img/waves_img.png');
    background-repeat: no-repeat;
    background-position-y: top;
 
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    -webkit-transform: translateZ(0);
}
.quick-links .inner {
   display: block;
    margin: 17px auto 8px;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    width: 21%;
    height: 82px;
    float: right;
}
.quick-links a {
    
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.quick-links a:first-child {
    
}
.quick-links a {
    color : #f95701;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    top: 10px;
    position: relative;
    display: block;
    margin: 5px 0;
}
.quick-links img {
    margin-right: 15px;
    vertical-align: middle;
    max-width: 30px;
}
/*
| --------------------------------------------------------------------
| Footer
| --------------------------------------------------------------------
*/

footer {
    background-color: #006ea7;
    clear: both;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 133px;
    width: 100%;
}
footer .inner {
    margin: 0 auto;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
footer nav {
    margin-bottom: 19px;
    overflow: hidden;
}
footer nav a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 0 4px;
}
footer ul {
    list-style: none;
    padding: 0;
	display: inline-block;
	margin-bottom: 2px;
}
footer li {
    float: left;
}
footer li:before {
    color: #fff;
    content: "|";
}
footer a {
    color: #fec47a;
}
footer a:hover {
    text-decoration: none;
}
footer li:first-child a {
    padding-left: 0;
}
footer li:first-child:before {
    content: "";
}
footer .col {
    float: left;
}
footer .col-1 {
    padding-right: 3%;
    width: 75%;
}
footer .col-2 {
    width: 25%;
}
footer .col-2 img {
    float: right;
    margin-top: -18px;
}
footer p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
}
footer h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
	margin-top: 3px;
}
footer .citynav-wrap {
    width: 80%
}
footer .citynav {
    float: left;
    width: 40%;
}
footer .citynav ul {
    margin-top: 0;
}
/*
| --------------------------------------------------------------------
| Superslides
| --------------------------------------------------------------------
*/

.superslides-container {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -2;
}
#slides {
    position: fixed !important;
}
#slides .slides-container {
    display: none;
}
#slides .scrollable {
 *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
#slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}
.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 46%;
    width: 100%;
}
.slides-navigation a {
    position: absolute;
    display: block;
}
.slides-navigation a.prev {
    left: 0;
}
.slides-navigation a.next {
    right: 0;
}
.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.slides-pagination a {
    border: 2px solid #222;
    border-radius: 15px;
    width: 10px;
    height: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
 *vertical-align: auto;
    zoom: 1;
 *display: inline;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
    margin: 2px;
    overflow: hidden;
    text-indent: -100%;
}
.slides-pagination a.current {
    background: #222;
}
/*
| --------------------------------------------------------------------
| Helpers
| --------------------------------------------------------------------
*/

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
 *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
 *zoom: 1;
}
.aligncenter {
    text-align: center;
}
.alignright {
    float: right;
    margin: 0 0 15px 15px;
    text-align: right;
}
.alignleft {
    float: left;
    margin: 0 15px 15px 0;
    text-align: left
}

/*
| --------------------------------------------------------------------
| Media Queries
| --------------------------------------------------------------------
*/

@media only screen and (max-width: 1240px) {
.content img.circle-mark {
    right: -15px;
}
}

@media only screen and (max-width: 970px) {
.quick-links a {
    font-size: 22px;
}
.quick-links img {
    margin-right: 5px;
    max-width: 40px;
}
.logo {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    text-align: center;
}
.menu-primary {
    float: none;
    text-align: center;
    margin-top: 10px
}
.sf-menu {
    float: none;
    text-align: center;
}
.sf-menu > li {
    display: inline-block;
    float: none;
}
.content img.circle-mark {
    display: none;
}
.home .content {
    margin-top: 110px;
    max-width: 850px;
}
}

@media only screen and (max-width: 880px) {
.sf-menu > li {
    margin-right: 0px;
}
}

@media only screen and (max-width: 800px) {
.quick-links img {
    max-width: 25px;
}
.content img, img.alignleft, img.alignright {
    display: block;
    float: none;
    margin: 10px auto;
}
}

@media only screen and (max-width: 678px) {
.logo {
    width: 90%;
}
.top-bar li:first-child {
    display: none;
}
.menu-button {
    display: block;
}
.contact-bar {
    display: block;
}
.menu-primary {
    display: none;
}
.content, .home .content {
    margin-top: 54px;
    max-width: none;
}
.content .inner {
    padding-top: 1px;
}
h1 {
    font-size: 3em;
	line-height: 1em;
    margin-bottom: 30px;
}
h2 {
    font-size: 2.2em;
	line-height: 1em;
    padding-bottom: 20px;
}
h3 {
    font-size: 1.9em;
}
h4 {
    font-size: 1.7em;
}
h5 {
    font-size: 1.5em;
}
h6 {
    font-size: 1.3em;
}
.quick-links {
    border-bottom: none;
    clear: both;
    padding: 0 3%;
    position: relative;
}
.quick-links .inner {
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
}
.quick-links a {
   
    border-left: 0px;
	border-right: 0px;
    display: inline-block;
    font-size: 16px;
    margin: 0 auto;
    padding: 15px 0 15px 13%;
    text-align: left;
    width: 46%;
}
.quick-links a:first-child {
    border-left: 0px;
}
.quick-links img {
    margin-right: 10%;
    max-width: 100%;
}
blockquote {
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
    text-align: center;
}
footer {
    padding-top: 40px;
    text-align: center;
}
footer nav {
    display: none;
}
footer .col {
    width: 100%;
}
footer .col-2 {
    margin-top: 50px;
}
footer .col-2 img {
    float: none;
    margin: 10px 0;
}
footer p {
    font-size: 13px;
    font-weight: 300;
    margin: 0 auto;
    width: 80%;
}
.home-content-locations {
	width: 100%;
	display: block;
}
.dhome-title {
    float: left;
    width: 100%;
}
.dhome-title h5 {
    margin-top: .5em;
}
.dhome-pts {
    width: 100%;
    padding-left: 0;
    float: left;
}
.address-top {
    display: none;
}
}

@media only screen and (max-width: 550px) {

.quick-links img {
    margin-right: 5%;
}
.forms {
    float: none;
    width: 100%;
	margin-left: 0;
}
}

@media only screen and (max-width: 380px) {

.quick-links img {
    margin-right: 2%;
    max-width: 35px;
}
}

@media (max-width:767px) {
#form .column {
    float: none;
    margin: 0;
}
#form .full, #form .half, #form .twothird, #form .onethird {
    width: 100%;
    margin: 0;
}
}

/*
| --------------------------------------------------------------------
| Print Styles
| --------------------------------------------------------------------
*/

@media print {
* {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")";
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
@page {
    margin: 0.5cm;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
}
.windowtop {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    overflow: hidden;
    text-indent: 100%;
    background: #f95701 url('../img/top-arrow.png') no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    border-radius: 50%;
    z-index: 9999;
    transition: 0.5s all ease;
    cursor: pointer;
}
.windowtop.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.no-touch .windowtop:hover {
    background-color: #4B62C0;
    opacity: 1;
}

.img-right{
        float: right;
    clear: right;
    max-width: 100%;
    margin: 0 0 2.5% 2.5%;
}