/* Main Blue: #12456F */
/*Light Blue: #3a6e9a */

body{
	background-image: url("../img/crossword.png");
}
/* Header Styles */
a,
li,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div {
    font-family: 'Roboto', sans-serif;
}
#header {
	border-top: .5rem solid #000;

    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#headerMobile {
 
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

a.headerPhone:link,
a.headerPhone:active,
a.headerPhone:visited {
    color: #222;
    font-size: 1.6rem;
}

a.headerPhone:hover {
    color: #12456F;
}

a.socialLink:link,
a.socialLink:active,
a.socialLink:visited {
     color: #12456F;
    font-size: 3.4rem;
    line-height: 3.4rem;
    padding: 0;

}

a.socialLink:hover {
    color: #5a5a5a;
}

.phone {
    color: #222;
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin: 0 0 0rem 0;
    padding: 0 0 0 0;
}

.icon {

    color: #12456F;
    font-size: 3.4rem;
    line-height: 3.4rem;
   padding: 0;
    margin: -.5rem -1.5rem 0 0;
}

p.headerCallout {
    color: #222;
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 0;
    padding-bottom: 0;
}


/* Menu Styles */

a.navLink1:link,
a.navLink1:active,
a.navLink1:visited {
    color: #222;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    padding:0 1rem 0 0;
    margin:0;
}

a.navLink1:hover {
    color: #12456F;
}
a.navLink2:link,
a.navLink2:active,
a.navLink2:visited {
    color: #222;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    padding:0 1rem 0 1rem;
    margin:0;
}

a.navLink2:hover {
    color: #12456F;
}

a.navLink3:link,
a.navLink3:active,
a.navLink3:visited {
    color: #222;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    padding:0 0 0 1rem;
    margin:0;
}

a.navLink3:hover {
    color: #12456F;
}
#nav {


}
.navBG{
	border-radius: .5rem;
	background: #3a6e9a;
background: -moz-linear-gradient(top, #3a6e9a 0%, #12456f 100%);
background: -webkit-linear-gradient(top, #3a6e9a 0%,#12456f 100%);
background: linear-gradient(to bottom, #3a6e9a 0%,#12456f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6e9a', endColorstr='#12456f',GradientType=0 );
	margin-bottom: -1.7rem;
	z-index: 999;
	position: relative;
	

}
.noPadding {
    padding-left: 0rem;
    padding-right: 0rem;
}
.navButtonFirst {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
    padding: 1rem 0.2rem 1rem 0.2rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid transparent;
border-radius: .5rem 0rem 0 .5rem;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

[data-whatinput='mouse'] .navButtonFirst {
    outline: 0;
}

.navButtonFirst:hover,
.navButtonFirst:focus {
    background: #5a5a5a;
    color: #fefefe;
}
.navButton {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
    padding: 1rem 0.2rem 1rem 0.2rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

[data-whatinput='mouse'] .navButton {
    outline: 0;
}

.navButton:hover,
.navButton:focus {
    background: #5a5a5a;
    color: #fefefe;
}

.navButtonLast {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
    padding: 1rem 0.2rem 1rem 0.2rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid transparent;
 border-radius:  0rem .5rem .5rem 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

[data-whatinput='mouse'] .navButtonLast {
    outline: 0;
}

.navButtonLast:hover,
.navButtonLast:focus {
    background: #5a5a5a;
    color: #fefefe;
}
a.dropMenu:link,
a.dropMenu:visited,
a.dropMenu:active {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: #fff;
     font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
      text-transform: uppercase;
}

a.dropMenu:hover {
    color: #fff;
    background: #5a5a5a;
}

.dropdown-pane {
  background-color: #12456f;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
   }


/* Nav Bar Styles */

.sticky {
    width: 100%;
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 63.9375em) {
    /*  SMALL ONLY = 39.9375em
        #menu is the original menu. */
    .js #menu {
        display: none;
    }
    .js .slicknav_menu {
        display: block;
        position: fixed;
        width: 100%;
    }
}

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
  	background: #3a6e9a;
background: -moz-linear-gradient(top, #3a6e9a 0%, #12456f 100%);
background: -webkit-linear-gradient(top, #3a6e9a 0%,#12456f 100%);
background: linear-gradient(to bottom, #3a6e9a 0%,#12456f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6e9a', endColorstr='#12456f',GradientType=0 );
    /* mobile `slicknav` menu background color. */
    padding: 5px;
    z-index: 99;
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #222;
    /* mobile `slicknav` menu button color. */
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #5a5a5a;
    color: #fff;
        text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

.slicknav_nav a {
    float: center;
    text-align: center;
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff;
        text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

.slicknav_nav a:hover {
    float: center;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #5a5a5a;
    color: #fff;
        text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

/* Text Styles */

li {
    font-size: 1.1rem;
    color: #222;
}

p {
    font-size: 1.1rem;
    color: #222;
    line-height: 1.5rem;
}
a.siteLink:link,
a.siteLink:active,
a.siteLink:visited {
   font-size: 1.1rem;
    color: #222;
}

a.siteLink:hover {
    color: #12456F;
}
h1.siteTitle {
    color: #12456F;
    font-size: 2.2rem;
    line-height: 2.4rem;
    font-weight: 700;
    margin-bottom: 0;
     text-transform: uppercase;
}
h1 {
    color: #12456F;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0;
     text-transform: uppercase;
}

h2 {
    color: #222;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 700;
    padding:.25rem 0 .25rem 0;
    margin: 0;
     text-transform: uppercase;
}

.blockGrid {
    padding-top: .5rem;
    padding-bottom: .5rem;
}



/* Home Page Styles */
.homeUnderlay{
	background: #F3F7FA;
}
.homeBG{
	padding: 8rem 0 8rem 0;
	background-image: url("../img/aboutimage.jpg");
	    background-repeat: no-repeat;
    background-position: right center;
   

}
#mainContent {
    padding-top: 2rem;
    padding-bottom: 2rem;
}


/* Image Callouts */

#imagecallouts {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

p.imagecallouts {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.imagecalloutButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: .5rem 0 0rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 3px;
    background: #12456F;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[data-whatinput='mouse'] .calloutButton {
    outline: 0;
}

.imagecalloutButton:hover,
.imagecalloutButton:focus {
    background: #5a5a5a;
    color: #fff;
}



/* Call Out Styles */

#callout {
	background: #3a6e9a;
background: -moz-linear-gradient(top, #3a6e9a 0%, #12456f 100%);
background: -webkit-linear-gradient(top, #3a6e9a 0%,#12456f 100%);
background: linear-gradient(to bottom, #3a6e9a 0%,#12456f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6e9a', endColorstr='#12456f',GradientType=0 );
    padding-top: 2rem;
    padding-bottom: 2rem;
}

h1.calloutText {
    margin-top: 0.6rem;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #fff;
    text-transform: uppercase;
}

p.calloutText {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #fff;
     text-transform: uppercase;
}

.calloutButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #fff;
    border-radius: .5rem;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
     text-transform: uppercase;
}

[data-whatinput='mouse'] .calloutButton {
    outline: 0;
}

.calloutButton:hover,
.calloutButton:focus {
    background: #5a5a5a;
    color: #fefefe;
    border: 1px solid #fff;
}



/* Footer Styles */

#footer {
    background: #000;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

hr.footer {
    padding: 0.3rem;
    margin: 0;
    border-bottom-color: #aaa;
}

h1.footer {
    font-size: 1.4rem;
    color: #fff;
}

h2.linkBox {
    font-size: 1.4rem;
    color: #fff;
}

p.footer {
    padding-top: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #8f8e8e;
}

a.footer:link,
a.footer:visited,
a.footer:active {
    font-size: 0.9rem;
    color: #8f8e8e;
}

a.footer:hover {
    color: #12456F;
}



/* Service Blocks */

#serviceblocks {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

a.serviceBlock:link,
a.serviceBlock:visited,
a.serviceBlock:active {
    color: #fefefe;
    font-size: 1rem;
}

a.serviceBlock:hover {
    color: #12456F;
}

p.serviceblockText {
    margin-top: -1.7rem;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 99;
    margin-bottom: 1.5rem;
}

.serviceblockImg {
    padding: 0;
    margin: 0;
}



/* Additonal Features */

hr {
    padding: 0.2rem;
    margin-top: 0.0rem;
    margin-bottom: 0.5rem;
    border-width: 3px;
    border-color: #12456F;
}

hr.colorbar {
    height: 4px;
    border: 0;
    border-top: 1px solid #12456F;
    margin: 0.2rem 0rem 0.2rem 0rem;
    padding: 0;
    max-width: 5rem;
    text-align: left;
}

hr.colorbar2 {
    height: 4px;
    border: 0;
    border-top: 3px solid #fff;
    margin: 0.2rem 0rem 0.2rem 0rem;
    padding: 0;
    max-width: 5rem;
    text-align: left;
}

hr.skinny {
    border-color: #12456F;
}

hr.white {
    margin: 0;
    padding: 0;
    border-color: transparent;
}

.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.wrap {
    float: left;
    padding-right: 35px;
}

.wrapRight {
    float: right;
    padding-left: 35px;
}

.white {
    color: #fff;
}



/* Google Map CSS */

#gmap_canvas img {
    max-width: none !important;
    background: none !important;
}



/* Slider Styles */

#slider {
    
}



/* Page Styles */

.overlayPage {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    content: " ";
    padding-top: 7%;
    padding-bottom: 6%;
    width: 100%;
    z-index: 2;
}

.pageBanner {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url("../img/banner.jpg");
        border-bottom: 1px solid #12456F;
    border-top: 1px solid #12456F;
}

.pageBannerDesktop {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/hero.jpg");
/*    border-bottom: 1px solid #12456F;*/
    border-top: 1px solid #12456F;
}

.overlayPageDesktop {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    content: " ";
    padding-top: 5%;
    padding-bottom: 3%;
    width: 100%;
    z-index: 2;
}

h1.pagebannerTextDesktop {
    color: #fff;
    font-size: 3.5rem;
    line-height: 3.6rem;
    text-shadow: 1px 1px 1px #222;
    text-align: center;
    padding-bottom: .5rem;
}
h2.pagebannerTextDesktop {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.6rem;
    text-shadow: 1px 1px 1px #222;
    text-align: center;
}

.overlayPageMobile {
     background: rgba(0, 0, 0, 0.7);
    position: relative;
    content: " ";
    padding-top: 5%;
    padding-bottom: 5%;
    width: 100%;
    z-index: 2;
}

.pageBannerMobile {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/herom.jpg");
    /*    border-bottom: 1px solid #12456F;*/
    border-top: 1px solid #12456F;
    
}

h1.pagebannerTextMobile {
    color: #FFF;
    font-size: 1.8rem;
    line-height: 1.8rem;
    text-shadow: 1px 1px 1px #222;
    padding-bottom: .5rem;
}

h2.pagebannerTextMobile {
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-shadow: 1px 1px 1px #222;
}



/* Contact Page Styles */

.contactBanner {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url("http://placehold.it/1920x300/12456F/ffffff");
    border-bottom: 1px solid #aaa;
}

h1.pagebannerText {
    color: #fff;
    font-size: 1.8rem;
    text-shadow: 1px 1px 1px #222;
    text-align: center;
}

a.contactLink:link,
a.contactLink:active,
a.contactLink:visited {
    color: #222;
}

a.contactLink:hover {
    color: #12456F;
}



/* Form Fill */

p.success {
    background: green;
    color: #fefefe;
    font-size: 1.2rem;
}

.formButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fefefe;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #12456F;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[data-whatinput='mouse'] .formButton {
    outline: 0;
}

.formButton:hover,
.formButton:focus {
    background-color: #5a5a5a;
    border: 1px solid #fff;
    color: #fefefe;
}



/* Video Hero */

.videoButton {
    font-size: 1.1rem;
    line-height: 1.1;
    display: inline-block;
    margin: 1rem 0 0rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: .5rem;
    background: #12456F;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
}

[data-whatinput='mouse'] .videoButton {
    outline: 0;
}

.videoButton:hover,
.videoButton:focus {
    background: #5a5a5a;
    color: #fefefe;
}

h1.videoText {
    font-size: 3rem;
    color: #fefefe;
    margin-bottom: -0.7rem;
    padding: 0;
}

h2.videoText {
    font-size: 1.5rem;
    color: #fefefe;
    margin-bottom: 0.7rem;
}

h1.videoTextm {
    font-size: 2rem;
    color: #fefefe;
    padding: 0;
    margin-bottom: -0.2rem;
}

h2.videoTextm {
    font-size: 1rem;
    color: #fefefe;
    margin-bottom: 0.7rem;
}

.videoContainer {
    position: relative;
    overflow: hidden;
}

.videoOverlay {
    background: transparent;
    position: relative;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 35rem;
    z-index: 1;
}

.no-video .video-container video,
.touch .video-container video {
    display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}

.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.video-container .filter {
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container .title-container {
    z-index: 2;
    position: relative;
    text-align: center;
    top: 37%;
}

.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
    min-width: 100%;
}

video.fillWidth {
    min-width: 100%;
    top: -4rem;
}

.overlayVideo {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    content: " ";
    padding-top: 25%;
    padding-bottom: 25%;
    width: 100%;
    z-index: 2;
}

.videoBanner {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url("../img/file.jpg");
    border-bottom: 1px solid #aaa;
}



/*Orbit*/

.orbit-caption {
    position: absolute;
    bottom: 0;
    padding: 1rem;
    margin-bottom: 0;
    color: #fefefe;
    background-color: rgba(10, 10, 10, 0.5);
}

.borderTopMap {
    border-top: solid 3px #12456F;
}

img.doctor{
    border-radius: 50%;
    border: solid .25rem rgba(255,255,255,1);
}

img.doctor2{
    border-radius: 50%;
    border: solid .25rem #12456F;
}

.heroText{

    font-size: 1.4rem;
    color: #fff;
    line-height: 1.6rem;
    text-shadow: 1px 1px 1px #222;
}

.heroText2{

    font-size: 2rem;
    color: #fff;
    line-height: 2.2rem;
    text-shadow: 1px 1px 1px #222;
}

.heroTextm{

    font-size: 1.2rem;
    color: #fff;
    line-height: 1.2;
    text-shadow: 1px 1px 1px #222;
}

h1.subHome{
    
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.8rem;
    text-transform: uppercase;
}

h2.subHome{
    
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.1rem;
    text-transform: uppercase;
    padding-bottom: .5rem;
}

a.fileLink:link,
a.fileLink:active,
a.fileLink:visited {
    color: #222;
    font-size: 1.4rem;
}

a.fileLink:hover {
    color: #12456F;
}

.pdf{
    font-size: 1.4rem;
    color: red;


}
.halfSpace{
    min-height: .5rem;
}

.tiny{
    font-size: .9rem;
}

/*Accordion*/

.accordion {
    list-style-type: none;
    background: #fff;
    margin-left: 0;
    margin-bottom: -.7rem;
}

.accordion-item:first-child> :first-child {
    border-radius: 3px 3px 0 0;
}

.accordion-item:last-child> :last-child {
    border-radius: 0 0 3px 3px;
}

.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    padding-right: 2rem;
    line-height: 1;
    font-size: 1rem;
    color: #fff;
    position: relative;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #5C4EA4;
}

 :last-child:not(.is-active)>.accordion-title {
    border-radius: 0 0 3px 3px;
    border-bottom: 1px solid #e6e6e6;
}

.accordion-title:hover,
.accordion-title:focus {
    color: #fff;
    background-color: #A397DB;
}

.accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem;
}

.is-active>.accordion-title::before {
    content: '–';
}

.accordion-content {
    padding: 1rem;
    display: none;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a;
}

 :last-child>.accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6;
}


/*linkbox css*/
.accordion-content2 {
    background-color:#000;
    display: none;
    border-bottom: 0;
    color: #3C3E43;
}

/*linkbox link css*/


.accordion-title2 {
    display: block;
    padding: .6rem .6rem;
    line-height: 1;
    font-size: 1rem;
    color: #fff;
    position: relative;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #3C3E43;
}

 :last-child:not(.is-active)>.accordion-title2 {
    border-radius: 0 0 3px 3px;
    border-bottom: 1px solid #e6e6e6;
}

.accordion-title2:hover,
.accordion-title2:focus {
    color: #fff;
    background-color: #265984;
}

/*Div Padding */
.service2rem{
    padding-top:1.5rem;
}
