/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h3:focus {
    outline: none;
}
.ui-accordion .ui-accordion-header {
    padding-top: 0.4em!important;
    padding-bottom: 0.75em!important;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    margin-top: -21px!important;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    margin-top: -21px!important;
	position:absolute!important;
}
.ui-state-default .ui-icon {
    background-image: url("../img/plus.png")!important;
    background-position: 0 0!important;
}
.ui-icon {
    width: 60px!important;
    height: 46px!important;
    display: block!important;
    position: relative!important;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 5.2em!important;
}
#facebook:before {
content: url(../img/facebook-sd.png);
content: -webkit-image-set(url(../img/facebook-sd.png) 1x);
}
#twitter:before {
content: url(../img/twitter-sd.png);
content: -webkit-image-set(url(../img/twitter-sd.png) 1x);
}
#google:before {
content: url(../img/google-sd.png);
content: -webkit-image-set(url(../img/google-sd.png) 1x);
}
#youtube:before {
content: url(../img/youtube-sd.png);
content: -webkit-image-set(url(../img/youtube-sd.png) 1x);
}
#blog:before {
content: url(../img/blog-sd.png);
content: -webkit-image-set(url(../img/blog-sd.png) 1x);
}
h1{
	font-family: century gothic, sans-serif;
color: #8F0908;
font-size: 25px;
line-height: 30px;
font-weight: normal;
margin: 5px 0;
}
h2{
	font-family: century gothic, sans-serif;
color: #5A4689;
font-size: 1.2em;
font-weight: normal;
margin: 5px 0;
}
h3 {
color: #000000;
font-size: 0.9em;
}
h4{
color: #000000;
text-transform: uppercase;
font-size: 1.1em;
font-family: century gothic, sans-serif;
font-weight: normal;
margin:0;
}
.navContainer{
position: fixed;
z-index: 9999;
width: 100%;
}
nav{
width: 100%;
padding-bottom: 18px;
background: #5A4689;
position: fixed;
z-index: 99;
box-shadow: 0px 2px 10px #323232;
}
nav ul li {
display: inline-block;
color: white;
padding: 0 10px;
}
nav ul li {
display: inline-block;
color:white;
width: 100%;
}
nav ul li a{
	color:white;
	text-decoration:none;
-webkit-transition-property:color, text;
-webkit-transition-duration: .5s, .5s;
-webkit-transition-timing-function: linear, ease-in;
-moz-transition-property:color, text;
-moz-transition-duration:.5s;
-moz-transition-timing-function: linear, ease-in;

-o-transition-property:color, text;
-o-transition-duration:.5s;
-o-transition-timing-function: linear, ease-in;
}

nav ul li a:hover{color:#E0D6F7;
}
.bull {
display: none;
}
header{
background-color: #EAE1F7;
background-repeat: repeat;
width: 100%;
position: relative;
border-bottom: 20px solid #5A4689;
padding: 33px 0 0 0;
}
a.link.active {
color: #E0D6F7;
}
header img {
width: 1325px;
max-width: 100%;
margin: 0 auto;
display: block;
}
.mainIcons {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0;
    box-sizing: border-box;
}
.mainIconBox {
    display: inline-block;
    text-align: center;
    width: 32.8%;
}

section{
overflow: hidden;
padding: 100px 15px 0 15px;
}
.welcome{
padding-bottom: 75px;
max-width: 1360px;
}
.download{
padding-top: 100px;
padding-bottom: 75px;
max-width: 1360px;
}
.bottomBorder {
border-bottom: dotted black 2px;
display: block;
max-width: 100%;
}
.phone {
	width: 100%;
	float: none;
	margin: 15px 0 0 0;
	text-align: center;
	color:#000000;
	font-size:20px;
	font-weight:bold;
	display: block;
}
.phone a{
	color:#000000;
	}
.scheduleBtn {
text-align: center;
color: white;
float: right;
background: #ff6000;
border-radius: 5px;
font-size: 16px;
line-height: 40px;
width: 100%;
margin: 55px auto 0 auto;
max-width: 360px;
float: none;
}
.scheduleBtn a {
display: block;
color: white;
text-decoration: none;
}
.scheduleBtn2 {
text-align: center;
color: #ffffff;
background: #8F0908;
border-radius: 5px;
font-size: 16px;
line-height: 40px;
width: 90%;
margin: 20px auto 0 auto;
max-width: 280px;
float: left;
margin-bottom: 20px;
}
.scheduleBtn2 a {
display: block;
color: white;
text-decoration: none;
}
.homeVideo{
float: none;
padding: 0 0 25px 0;
max-width: 100%;
width: 364px;
height: auto;
min-height: 200px;
top: 10px;
position: relative;
margin: 0 auto;
display: block;
}
.txtContainer {
float: none;
width: 100%;
max-width: none;
}
.videosContainer {
float: none;
max-width: none;
width: 100%;
}
.homeTxt{
position: relative;
top: 10px;
}
.gallery{
	background-color:#e0d9ef;
}
.galleryImgs {
margin: 50px auto 0 auto;
width: 959px;
max-width: 100%;
}
.galleryImgs img {
width: 953px;
max-width: 100%;
margin: 0 auto;
display: block;
}
.newsContent {
width: 1148px;
}
.news{
text-align: center;
margin: 0 auto;
display: block;
padding: 100px 0 0 0;
min-height: 100em;
}
.news span {
margin: 0 auto;
max-width: 84%;
}
.news div {
	display:block;
}
.videoContainer{
	width:100%;
	margin: 50px 0 0 0;
	margin-bottom: -19px;
	background-color: #e4e4e4;
}
.videoContainer:last-child{
	margin:0;
}
.homeContent,
.gallContent,
.newsContent,
.faqsContent,
.docContent,
.contactContent{
	max-width:1148px;
	margin:0 auto;
	width: 100%;
}
#accordion {
margin: 50px 0 0 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	border: none!important;
background: #E0D6F7!important;
font-weight: normal!important;
color: #555555!important;
}
.ui-accordion .ui-accordion-icons {
border-radius: 0px!important;
}
.ui-widget-content {
background: #E0D6F7!important;
color: #222222!important;
border: 0!important;
}
.drImg{
float: none;
padding:0;
margin:0 auto;
display:block;
}
.docBio .bottomBorder {
margin: 0 0 50px 0;
}
.contact {
background-color: #E0D6F7;
margin: 5% auto 0 auto;
padding: 90px 10px 150px 10px;
}
.contactBox {
display: block;
width: 100%;
vertical-align:top;
}

.contactBox p{
margin: 0 20px 20px 0;
color:black;
}
.contactBox a{
color:white;
}
.contactBox .web {
margin: 0 0 20px 0;
display: block;
color: black;
text-decoration: none;
}
.contactBox .bottomBorder {
margin: 15px 0;
max-width: 90%;
}

#form1 input {
width: 100%;
height: 25px;
}
.submit{
color: #ffffff;
width: 80px;
height: 40px;
background: #8c8989;
border: none;
}
.social div {
display: inline-block;
}
.contactBox iframe{
	width:100%;
}
footer {
width: 100%;
height: 50px;
bottom: 0px;
background: #5A4689;
color: #ffffff;
margin: 50px 0 0 0;
}
footer p {
text-align: center;
font-size: 12px;
}
footer p a {
color: white;
text-decoration: none;
}
.brochureForm {
    float: none;
    width: 100%;
}
.brochureImg {
    width: 25%;
    max-width: 325px;
    margin: 0 auto;
    display: block;
}
.formHeading{
      font-weight: bold;
    color: #2f2e30;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -1px;
    text-align: center;
}
.txtCenter{
  text-align: center;
}
.formFields input {
    width: 100%;
    margin-bottom: 10px;
}
#website {
    display: none;
}
.last{
	max-width:100%!important;
}
.vid {
  display: inline-block;
  width: 24%;
  margin-left: 1%;
  margin-right: -4px;
  vertical-align: top;
}
.vid h3 { font-size: 0.9em; }
.vid:first-child { margin-left: 0; }
.vidvid {
  height: 140px;
  width: 100%;
}
.captchaCode{
	background-color:#0e0a62;
	color:#FFF;
	padding:5px;
}
.mainIconBox img {
    width: 100%;
    height: auto;
    max-width: 423px;
}
@media screen and (max-width: 750px) {
  .mainIconBox {
    display: block;
    width: 100%;
    margin: 20px auto;
}
  .vid:first-child { margin-left: 10%; }
  .vid {
    margin: 0;
    width: 80%;
    margin: 20px 10%;
    display: block;
  }
  .vidivd {
    height: 300px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media screen and (min-width: 750px) {
	.brochureForm{
      float: right;
    width: 65%;
}

.brochureImg{
width: 25%;
    max-width: 325px;
    margin: inherit;
    display: initial;
}
	.bull {
display: block;
}

.nav-collapse ul {
list-style: none;
list-style-image: none;
text-align: center;
padding: 0;
margin: 30px auto 0px auto;
display: block;
}
	.nav-collapse ul li {
width: auto;
display: inline-block;
padding: 0 1px;
}
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
  header{
padding: 70px 0 0 0;
}
section {
padding: 50px 90px 50px 90px;
margin: 0 auto;
display: block;
}
.news{
min-height: inherit;
}
.news div {
display: inline-block;
}
.scheduleBtn {
margin: 0 auto;
}
.videoContainer{
	margin-bottom: 0;
  padding: 10px 0;
}
.galleryImgs img {
width: 100%;
max-width: 953px;
margin: 0 auto;
display: inline-block;
}
.contactBox{
width: 75%;
vertical-align: top;
margin: 0 auto;
display: block;
}
.drImg {
float: right;
padding: 0 0 0 20px;
margin: 0;
display: block;
}
.txtContainer {
float: left;
width: 62%;
max-width: 700px;
}
.videosContainer {
float: right;
max-width: 368px;
width: 32%;
}
}
@media only screen and (min-width:960px) {
.nav-collapse ul {
list-style: none;
list-style-image: none;
text-align: center;
}
.nav-collapse ul li {
padding: 0 3px;
}
.contactBox{
	display:inline-block;
	width: 33%;
	vertical-align: top;
}
#form1 input {
width: 80%;
height: 25px;
}
.contactBox iframe{
	width:80%;
}
section {
padding: 50px 110px 50px 110px;
margin: 0 auto;
display: block;
}
.contact {
padding: 90px 60px 90px 60px;
}
}

@media only screen and (min-width:1070px) {
    .leftVid {
left: -60px;
}
.rightVid {
left: 60px;
margin-left: 19.75%;
}

}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}
