﻿@charset "utf-8";
@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,100,400,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);
@import 'https://fonts.googleapis.com/css?family=Kaushan+Script';

body,html {
   font-family: 'Roboto Condensed', sans-serif;
   font-weight: 400;
	position:relative;
   min-height:100%;
   width:100%;
   height:100%;
   background:#a6c16b;
   -webkit-text-size-adjust: 100%;
}

h1 {
   font-family: 'Merriweather', serif;
   clear:both;
   width: 94%;
   margin: auto;
   padding-top:25px;
   padding-bottom:25px;
   text-align:center;
   font-size: 28px;
   font-weight: normal;
   line-height:1.3;
   color:#79398d;
}
.main-heading {
  display: inline-block;
}
h2 {
   font-family: 'Merriweather', serif;
   font-size: 28px;
   color: #a6c16b;
   font-weight: normal;
   line-height: 1.2;
   margin-bottom:5px;
   margin-top:10px;
   text-align:center;
   /*text-transform:uppercase; */
}
.h3-subpages {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0;
    color: black;
    margin-top: -10px;
    margin-bottom: 30px;
    text-align: center;
}
h3 {
   font-family: 'Raleway', sans-serif;
   font-size:1.2em;
   font-weight:700;
   padding-top:20px;
   padding-bottom:10px;
   color:#79398d;
   line-height:1.4;
}

h4 {
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: 1.25em;
    font-weight: bold;
    color: #f18b21;
    margin-top: 30px;

}

h5 {
   font-family: 'Roboto Condensed', sans-serif;
   line-height: 1.4;
   margin-bottom: 15px;
   font-size: 1.1em;
   font-weight: bold;
   font-style: italic;
   color: #ceae3a;
}

img.add_border {
   padding:1%;
   border:1px solid #ccc;
   display:block;
   margin:0 auto 10px auto;
}

.section_container:nth-child(odd) {
   width:100%;
   padding:30px 0;
   float:left;
   background-color:#fff;
   position:relative;
}
#HomePage .section_container:first-of-type {
   padding:0;
}
.section_container:nth-child(even) {
   width:100%;
   padding:30px 0;
   float:left;
   background-color:#e7eed7;
   position:relative;
}
.nopad{
   padding:0!important;
}

.no_top_spacing{
   padding-top:0!important;
   margin-top:0!important;
}

 .white_background{
   background-color:#ffffff!important;
}

p {
   line-height:1.5;
   margin-bottom:15px;
   font-size:1.0em;
   color:#555555;
}
p.sub_heading {
    font-family: 'Raleway', sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    color: #79398d;
    padding-top: 5px;
    padding-bottom: 25px;
}

.centered {
   text-align:center;
   margin-left:auto;
   margin-right:auto;
   width:90%;
}
.footnote {
   line-height:1.4;
   margin-bottom:15px;
   font-size:0.9em;
   color:#555555;
}

a {
	color: #79398d;
	text-decoration: none;
	outline: 0;
}
a:hover, a:focus, a:active {
	color: #264d38;
	text-decoration: underline;
	outline: 0;
}

a.skiptonext {
	padding:6px;
	position: absolute;
	top:-100px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:black;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

a.skiptonext:focus, a.skiptonext:active {
	position:absolute;
	left:0px;
	top:0px;
	background:#9e6126;
	outline:0;
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}


.mobile-only {
   display:block;
}
.dialog-form {
   display:none;
}
.text-centered {
   text-align:center;
}
.text-top {
   margin-top:0!important;
   padding-top:0!important;
   border-top:0!important;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.breadcrumb {
   font-weight:400;
   font-size:13px;
   color:#777;
   margin-bottom:30px;
   margin-top:0;
   text-transform:capitalize;
   min-height:0!important;
}
.breadcrumb span {
   font-weight:400;
   display:inline-block;
   margin:0 5px;
   font-style:normal;
   color:#777;
}
.breadcrumb em {
   font-style:normal;
   text-transform:none;
}
.breadcrumb a {
   color:rgb(2,139,255);
   text-decoration:none;
   display:inline-block;
   margin:0 5px;
}
.breadcrumb a:hover {
   color:rgb(2,139,255);
   text-decoration:underline;
}
ul.styled_list {
   list-style: disc;
}
ol.styled_list {
   list-style:decimal;
}

ul.styled_list,
ol.styled_list {
   padding: 0;
   margin-top: 25px;
   margin-bottom: 25px;
   line-height: 1.4;
   font-size:1.0625em;
   color:#794590;
}

ul.list_float,
ol.list_float {
   width:50%;
   float:left;
}
sup {
   vertical-align:super;
   font-size:10px;
}
a.button_style {
   color:#064e44;
   text-transform:uppercase;
   border:2px solid #064e44;
   border-radius:6px;
   text-align:center;
   padding:8px 8px;
   font-size:1.00em;
   font-weight:700;
   display:inline-block;
   min-width:36%;
   text-decoration:none;
    box-shadow: inset 0 0 0 0 #064e44;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	transition: all ease 0.6s;
   background:none;
}
a.button_style:hover, a.button_style:focus {
   color:#fff;
   box-shadow: inset 500px 0 0 0 #064e44;
}


a.btn_registration {
   color:#fff;
   text-transform:uppercase;
   border:2px solid #f18b21;
   border-radius:6px;
   text-align:center;
   font-weight:normal;
   padding:8px 8px;
   font-size:1.00em;
   font-weight:700;
   display:inline-block;
   margin-top:20px;
   min-width:36%;
   text-decoration:none;
    box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	transition: all ease 0.6s;
   background:#f18b21;
}
a.btn_registration:hover {
   color:#f18b21;
   box-shadow: inset 500px 0 0 0 #fff;
}

@media (max-width: 550px) {
   a.btn_registration {
      display:block;
      width:90%;
      margin:20px auto;
      max-width:220px;
   }
}


a.footer_button_style {
   color:#45453b;
   text-transform:uppercase;
   border:2px solid #ffffff;
   border-radius:6px;
   text-align:center;
   padding:12px 10px;
   font-size:1.00em;
   font-weight:700;
   display:inline-block;
   min-width:36%;
   text-decoration:none;
    box-shadow: inset 0 0 0 0 #064e44;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	transition: all ease 0.6s;
   background:#45453b;
   margin-bottom:40px;
}
a.footer_button_style:hover, a.footer_button_style:focus {
   color:#45453b!important;
   background:#45453b;
   box-shadow: inset 500px 0 0 0 #ffffff;
}


/* Tables */
table.table {
   width:100%;
   background:#fff;
   line-height:1.4;
}
table.table thead th {
   background-color: #064e44;
   color: #fff;
	font-size:1.00em;
   font-weight: 700;
   border-left: 1px solid #d6dee1;
   text-align:left;
   overflow: hidden;
   line-height:1.1;
   padding:13px 3%;
}
table.table thead th:first-child {
}
table.table tbody td {
   color: #111;
   border-left: 1px solid #e5e1e3;
   border-right: 1px solid #e5e1e3;
   border-bottom: 1px solid #e5e1e3;
   font-size: 0.95em;
   vertical-align: top;
   padding:12px 3%;
   min-height:30px;
}
table.table tbody td:before {
   font-weight:700;
   padding-top:12px;
   padding-left:1%;
}
table.table tbody td:first-child {
}
table.table thead th:last-child,
table.table tbody td:last-child {
   border-right:1px solid #e5e1e3;
}
table.table tbody tr:nth-child(odd) {
   background-color: #fff;
}
table.table tbody tr:nth-child(even) {
   background-color: #f0ece0;
}
table.table tfoot {
   background-color:#fff;
   border-top:1px solid #e5e1e3;
}
table.table tfoot td {
   color: #111;
   font-size: 0.85em;
   vertical-align: top;
   padding-top:12px;
   padding-bottom:12px;
   min-height:30px;
}



/* Template */
#wrapper {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 200;
}
#web_container {
   max-width:100%;
   min-width:100%;
   overflow-x:hidden;
}
.main_container {
   width:100%;
   margin:auto;
   position:relative;
   background:#fff;
}
.main {
   width:100%;
   height:100%;
   display:block;
   margin:auto;
   position:relative;
}

/* Top Header */
#header_top {
    height: 52px;
    background: #fff;
    position: relative;
    border-bottom: 1px dotted #ccc;
}
#top-nav {
   float:right;
   height:100%;
   padding-right: 10px;
}
#top-nav a {
   display:inline-block;
   position:relative;
   font-weight: 700;
   font-size: 0.85em;
   text-align:center;
   top: 50%;
   transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   -webkit-transform: translate(0, -50%);
   color:#666;
   margin-right:15px;
}


/* Header */
#header {
   width: 100%;
   background: #fefefe;
   position: relative;
   z-index:900;
}
.header_left {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 25px 0;
    position: relative;
    clear: both;
}

.header_right {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 25px 0;
    position: relative;
    clear: both;
}
#header a.logo {
    display: block;
    position: relative;
    border:1px dotted transparent;
}
#header a.logo:focus{
    border: 1px dotted #CCC;
}
#header .logo img {
   display:block;
   width:90%;
   max-width:425px;
   margin: 0 auto;
   height:auto;
   border:none;
   outline:none;
}


#header .register_right,
#header .register_today {
   display:block;
   padding-top:15px;
}
#header .register_today {
   display:none;
}
#header .register_right .phone {
   width:45%;
   font-size:20px;
   display:block;
   margin-top:-60px;
   margin-bottom:50px;
   margin-left:15px;
   color:#fff;
}
#header .register_right .phone a {
   color:#fff;
}
#header .register_right img {
   display:block;
   margin:5px auto 0 auto;
}







/* Banner Slide */
#HomePage #slide {
   visibility:hidden;
   display:none;
}
#slide img.holding {
   display:none;
}
.mobile_banner {
   display:block;
   width:100%;
   height:auto;
}
#slide {
   display:none;

}
#slide .slide_text {
   width: 60%;
   position:absolute;
   left:-15px;
   top:15px;
   z-index:800;
   display:none;
}
#slide .slide_text h1 {
   font-family: 'Merriweather Sans', sans-serif;
   font-size: 26px;
   font-weight:400;
   text-transform:none;
   text-align:center;
   margin:0;
   padding:0;
   line-height:1.4;
   color:#fff;
   display:none;
}
#slide .slide_text h1:first-of-type {
   display:block;
}
#slide .slide_text h1 strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 5px 0;
}
#slide .slide_text h1 strong span {
    display: block;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 5px 0;
}
#slide .slide_text h1 a.learn_more {
    color: #fff;
    text-decoration: none;
    text-align: center;
    outline: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 12px;
    border: 2px solid #fff;
    border-radius: 22px;
    display: none;
    width: 96px;
    margin: 25px auto 0 auto;
    box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
   background:none;
}
#slide .slide_text h1 a:hover {
   color:#064e44;
   box-shadow: inset 500px 0 0 0 #fff;
}
#banner_links {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 20%;
   left: 20%;
   z-index: 1000;
   font-size:1.9em;
   display:none;
}

#banner_links a {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   width:35%;
   text-decoration:none;
}
#banner_links a span.banner_subtext {
   color:#555;
   display:block;
   padding-top:10px;
   font-size:0.65em;
}
span.banner_learn_more {
   color:#064e44;
   text-transform:uppercase;
   border:2px solid #064e44;
   border-radius:6px;
   text-align:center;
   padding:10px 10px;
   font-size:0.45em;
   font-weight:700;
   display:inline-block;
   margin-top:30px;
   min-width:20%;
   text-decoration:none;
    box-shadow: inset 0 0 0 0 #064e44;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	transition: all ease 0.6s;
   background:none;
}
span.banner_learn_more:hover, span.banner_learn_more:focus {
   color:#fff;
   text-decoration:none;
   box-shadow: inset 500px 0 0 0 #064e44;
}


#home_services img {
   display:block;
   margin:10px auto 25px auto;
}
#home_services a.button_style {
   margin-top:15px;
}


/* Divided Section Blocks - 1/4 */
.section_one_quarter {
   width:90%;
   margin:0 auto;
   padding:0 0 25px 0;
   position:relative;
   clear:both;
}


/* Divided Section Blocks - 3/4 */
.section_three_quarters {
   width:90%;
   margin:0 auto;
   padding:0 0 25px 0;
   position:relative;
   clear:both;
}


/* Divided Section Blocks - 1/2 */
.section_one_half {
   width:50%;
   margin:0 auto;
   padding:0 0 25px 0;
   position:relative;
   clear:both;
}

.section_one_half article{
    margin: 0 20px;
}


/* Divided Section Blocks - 1/3 */
.section_one_third {
   width:90%;
   margin:0 auto;
   padding:0 0 25px 0;
   position:relative;
   clear:both;
}


/* Divided Section Blocks - 2/3 */
.section_two_thirds {
   width:90%;
   margin:0 auto;
   padding:0 0 25px 0;
   position:relative;
   clear:both;
}


/* Divided Section Blocks - 1/5 */
.section_one_fifth {
   width:90%;
   margin:0 auto;
   padding:0 0 25px 0;
   position:relative;
   clear:both;
}
.section_one_quarter img,
.section_three_quarters img,
.section_one_half img,
.section_one_third img,
.section_two_thirds img,
.section_one_fifth img {
   max-width:100%;
   height:auto;
}

img.content_image {
   width:100%;
   height:auto;
}

#home_services {
}
#home_services .last_section {
   padding:0;
}
#home_services .section_one_third h2 {
   color:#fff;
   background:#a6c16b;
   font-size:20px;
   text-align:center;
   margin-bottom: 10px;
   padding: 10px 0;
}
#homepage_news {
   width:90%;
   margin:0 auto;
   padding:0 0 25px 0;
   position:relative;
   clear:both;
}
#homepage_news h2 {
   padding-top:0;
   padding-bottom:10px;
}
#homepage_left_content {
   width:90%;
   margin:0 auto;
   padding:0 0 25px 0;
   position:relative;
   clear:both;
}
#homepage_news img {
   width:100%;
   border-bottom:5px solid #79398d;
   margin-top:20px;
}
#homepage_news .title {
   font-size:13px;
   font-weight:bold;
   font-style:italic;
   color:#000;
   display:block;
   padding-bottom:5px;
   text-align:left;
}
#homepage_news .date {
   font-size:13px;
   font-weight:bold;
   color:#79398d;
   display:block;
   padding-bottom:5px;
   text-align:left;
}
#homepage_news p {
   font-size:13px;
   color:#333;
   display:block;
   text-align:left;
}
#homepage_news .news_content {
   width:100%;
   float:right;
   margin-top:10px;
}

#homepage_therapeutic_groups {
   padding-top:0px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 25px 0;
    position: relative;
    clear: both;
}
#homepage_therapeutic_groups a.button_style {
color: #79398d;
    text-transform: uppercase;
    border: 2px solid #79398d;
    border-radius: 6px;
    text-align: center;
    padding: 12px 8px;
    font-size: 1.00em;
    font-weight: 700;
    display: block;
    width: 50%;
    text-decoration: none;
    box-shadow: inset 0 0 0 0 #79398d;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    transition: all ease 0.6s;
    background: none;
    margin: 30px auto 0 auto;
}
#homepage_therapeutic_groups a.button_style:hover {
    color: #fff;
    box-shadow: inset 500px 0 0 0 #79398d;
}
#homepage_therapeutic_groups img {
   border-radius:50%;
   padding:1%;
   width:70%;
   border: 6px solid rgba(121, 58, 141, 0.24);
   margin:25px auto 10px auto;
   display:block;
}
#homepage_therapeutic_groups span.title {
   margin: 15px 10% 0 10%;
   width: 80%;
   display:block;
   font-size:19px;
   text-align:center;
   line-height:1.2;
   padding-bottom:20px;
   padding-top:20px;
   border-top:1px dashed #ccc;
}
#homepage_therapeutic_groups p {
    padding: 2% 5% 0 5%;
    width: 90%;
   text-align:center;
}
@media (min-width: 550px) {
   #homepage_therapeutic_groups .section_one_quarter {
      width:45%;
      float:left;
      margin:0;
      clear:none;
   }
   #homepage_therapeutic_groups .section_one_half {
      width:45%;
      float:left;
      margin:0;
      clear:none;
   }
	#homepage_therapeutic_groups span.title {
	   height:58px;
	}
	#homepage_therapeutic_groups p {
      height:80px;
	}
}
@media (min-width: 1040px) {
   #homepage_therapeutic_groups span.title {
      height:74px;
   }
   #homepage_therapeutic_groups .section_one_quarter {
      width:25%;
   }
   #homepage_therapeutic_groups .section_one_half {
      width:50%;
   }
	#homepage_therapeutic_groups p {
      height:125px;
	}
}
@media (min-width: 1640px) {
   #homepage_therapeutic_groups span.title {
      height:55px;
   }
}
.left_content {
   width:90%;
   margin:0 auto;
   padding:0 0 25px 0;
   position:relative;
   clear:both;
}
.right_content {
   width:90%;
   margin:0 auto;
   padding:0 0 25px 0;
   position:relative;
   clear:both;
}
.full_content {
   width:90%;
   margin:0 auto;
   padding:0 0 25px 0;
   position:relative;
   clear:both;
}
.img_full_width {
   width:100%;
   height:auto;
}

#about_mission_statement {
   width:90%;
   background:url("/images/about_mission_statement_bg.jpg") no-repeat center bottom 28% #282e28;
   background-size:100% auto;
   padding: 80px 5%;
   margin-top:50px;
   margin-bottom:-110px;

   -webkit-box-shadow:
   inset 0 0 50px #282e28,
   inset 0 0 50px #282e28,
   inset 0 0 50px #282e28;

   -moz-box-shadow:
   inset 0 0 50px #282e28,
   inset 0 0 50px #282e28,
   inset 0 0 50px #282e28;

   box-shadow:
   inset 0 0 50px #282e28,
   inset 0 0 50px #282e28,
   inset 0 0 50px #282e28;
}
#about_mission_statement h2 {
   padding-top:0;
   margin-top:0;
   margin-bottom:30px;
   color:#fff;
}
#about_mission_statement p {
   margin-bottom:0;
   padding-bottom:0;
   font-size:1.5em;
   color:#fff;
}
.polaroid p {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0px;
  font: 400 18px/1 'Kaushan Script', cursive;
  color: #888;
}
.polaroid {
  position: relative;
  width: 84%;
  margin:14% auto 0 auto;
  max-width:300px;
}
.polaroid img {
  border: 10px solid #fff;
  border-bottom: 45px solid #fff;
  -webkit-box-shadow: 1px 2px 22px 0px #777;
     -moz-box-shadow: 1px 2px 22px 0px #777;
          box-shadow: 1px 2px 22px 0px #777;
}
.polaroid p {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0px;
  font: 400 18px/1 'Kaushan Script', cursive;
  color: #888;
}


.call_to_action_sidebar {
   text-align:center;
}
.call_to_action_sidebar h2 {
   width:85%;
   margin:20px auto 0 auto;
   font-size:1.55em;
   text-align:center!important;
}
.call_to_action_sidebar h2 em {
   display:block;
   border-top:2px dotted #ccc;
   margin-top:20px;
   padding-top:20px;
   font-size:0.95em;
   color:#333;
}
.call_to_action_sidebar h2 span.phone {
   display:inline-block;
   padding:20px 0 20px 40px;
   font-size:1.15em;
   color:#f18b21;
   font-family: 'Roboto Condensed', sans-serif;
   font-weight: 400;
   position:relative;
}
.call_to_action_sidebar h2 span.phone:before {
    content: "\F095";
    font-family: FontAwesome;
    position:absolute;
    left:0;
    top:16px;
	 color:#333;
	 font-size:1.10em;
	 font-weight:normal;
 }
.call_to_action_sidebar h2 span.closing_text {
   display:block;
   font-size:0.70em;
   border-top:2px dotted #ccc;
   padding-top:20px;
   color:#333;
   font-family: 'Roboto Condensed', sans-serif;
   font-weight: 400;
}


.call_to_action {
   text-align:center;
   width:100%;
   padding-top:30px;
   margin-top:45px;
   border-top:1px dotted #ccc;
}
.call_to_action span.cta_left {
   display:block;
   float:left;
   margin:0;
   padding: 8px 0 10px 0;
   line-height:1.3;
   font-size:1.55em;
   text-align:center!important;
}
.call_to_action em {
   display:block;
   font-size:1.4em;
   color:#333;
}
.call_to_action span.cta_right {
   display:block;
   margin:0 0 0 2.5%;
   padding: 10px 0 10px 2.5%;
   border-left:4px solid #ccc;
   float:left;
}
.call_to_action span.phone {
   display:inline-block;
   padding:15px 0 0 35px;
   font-size:1.45em;
   color:#f18b21;
   font-family: 'Roboto Condensed', sans-serif;
   font-weight: 400;
   position:relative;
}
.call_to_action span.phone:before {
    content: "\F095";
    font-family: FontAwesome;
    position:absolute;
    left:0;
    top:11px;
	 color:#333;
	 font-size:1.3em;
	 font-weight:normal;
 }
.call_to_action span.closing_text {
   display:block;
   font-size:0.70em;
   border-top:2px dotted #ccc;
   padding-top:20px;
   color:#333;
   font-family: 'Roboto Condensed', sans-serif;
   font-weight: 400;
}



/*Contact Page*/
address {
   font-style:normal;
}
.contact_right {
   width: 85%;
   margin: 25px auto 15px auto;
   clear:both;
   padding: 35px 0 0 0;
}
.contact_left {
   width: 100%;
   margin: 25px auto 15px auto;
   padding: 0;
}
.contact_left h2 {
   margin-top: 0;
}
dl.contact_info {
   margin-left: 50px;
   margin-right: 0;
   float: left;
   margin-top: 0px;
   width: auto;
}
dl.contact_info dt {
   text-transform: uppercase;
   font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
   font-weight: 700;
   letter-spacing: 1px;
   font-size: 12px;
   color: #000;
   margin-top: 25px;
   padding-bottom: 24px;
   padding-left: 45px;
}
dl.contact_info dt.address {
   background: url(/images/icon_address.png) no-repeat 0 0;
}
dl.contact_info dt.fax {
   background: url(/images/icon_fax.png) no-repeat 0 0;
}
dl.contact_info dt.phone {
   background: url(/images/icon_phone.png) no-repeat 0 0;
}
dl.contact_info dt.email {
   background: url(/images/icon_email.png) no-repeat 0 0;
}
dl.contact_info dt.hours {
   background: url(/images/icon_hours.png) no-repeat 0 0;
}
dl.contact_info dd {
   padding-left: 45px;
   margin-top: -18px;
   line-height:1.5;
}
dl.contact_info.hours dd {
   line-height:1.7;
}
dl.contact_info.hours dd span {
   display:inline-block;
   width:90px;
   font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
   font-weight: 700;
   letter-spacing: 1px;
   font-size: 12px;
   color: #000;
}
.contact_map {
   width: 100%;
   height: 275px;
   margin-top: 20px;
   margin-bottom: 50px;
   background: #fff;
   border: 1px solid #aaa;
   border-radius: 8px;
   padding: 4px;
   float: left;
}
   .address_link,
   .address_link:hover {
      color:#000;
      text-decoration:none;
   }


#formRegistration,
#formContactPage {
   width: 98%;
   padding: 1%;
   background: #fff;
   border-radius: 4px;
}
#formRegistration fieldset,
#formRegistrationPage fieldset {
    background:#f9f9f9;
    padding:10px;
}
#formRegistration p,
#formContactPage p {
   padding-top: 10px;
   margin-bottom:8px;
   margin-top:0;
}
#formRegistration.form textarea,
#formRegistrationPage.form textarea {
   width: 96.25%;
   height: 80px;
   overflow: auto;
}
#formRegistration p.form_50_left,
#formRegistrationPage p.form_50_left {
   width:100%;
   margin-right:40px;
   float:left;
}
#formRegistration p.form_50_right,
#formContactPage p.form_50_right {
   width:100%;
   float:left;
   clear:none;
}
#formRegistration p,
#formContactPage p {
    width: 100%;
}
#formRegistration p.message,
#formContactPage p.message {
   padding-bottom: 8px;
   min-height:0;
}
#formRegistration img.loading,
#formContactPage img.loading {
   position:relative;
   top:13px;
   left:55px;
}
#formRegistration legend,
#formContactPage legend {
   font-size: 15px;
   color: #444;
   font-weight: bold;
   padding-bottom: 14px;
   line-height: 1.5;
}
#formRegistration .button_pane,
#formContactPage .button_pane {
   width: 100%;
}
#formRegistration p,
#formContactPage p {
   margin-top: 0;
}
.form .indent {
   background-color: #e2e2e2;
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, #fafafa));
   background-image: -webkit-linear-gradient(top, #e2e2e2, #fafafa);
   background-image: -moz-linear-gradient(top, #e2e2e2, #fafafa);
   background-image: -ms-linear-gradient(top, #e2e2e2, #fafafa);
   background-image: -o-linear-gradient(top, #e2e2e2, #fafafa);
   background-image: linear-gradient(top, #e2e2e2, #fafafa);
   border-bottom: 1px solid #e7e7e7;
   border-left: 1px solid #eaeaea;
   border-right: 1px solid #eaeaea;
   border-top: 1px solid #dfdfdf;
   border-radius: 8px;
   margin: 30px 5% 10px 0;
   padding: 8px 0;
   width: 120px;
   float: right;
}
#formRegistration button,
#formContactPage button {
   background-color: #f3f3f3;
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(50%, #dddddd), color-stop(50%, #d2d2d2), color-stop(100%, #dfdfdf));
   background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   background-image: -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   background-image: -ms-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   background-image: -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   background-image: linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   border-right: 1px solid #dfdfdf;
   border-bottom: 1px solid #b4b4b4;
   border-right: 1px solid #dfdfdf;
   border-radius: 5px;
   -webkit-box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
   box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
   color: #444;
   font: bold 14px/1 "helvetica neue", helvetica, arial, sans-serif;
   margin: auto;
   padding: 6px 0;
   text-shadow: 0 1px 1px #fff;
   width: 100px;
   display: block;
   cursor: pointer;
}
#formRegistration button:hover,
#formContactPage button:hover {
   background-color: #e5e5e5;
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(50%, #d1d1d1), color-stop(50%, #c4c4c4), color-stop(100%, #b8b8b8));
   background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
   background-image: -moz-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
   background-image: -ms-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
   background-image: -o-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
   background-image: linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
   -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
   box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
   cursor: pointer;
}
#formRegistration button:active,
#formContactPage button:active {
   -webkit-box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
   box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
}
#formRegistration div.option_standard,
#formRegistration div.option_short,
#formRegistration div.option_auto ,
#formContactPage div.option_standard,
#formContactPage div.option_short,
#formContactPage div.option_auto {
    padding-top: 5px;
}
#formRegistration p.security_code,
#formContactPage p.security_code {
    margin-left: 5%;
}

/** Form Message **/
.form_message {
   width:320px;
   position: relative;
   background:#000;
   border-radius:6px;
}
.message_success {
   background: url(/form/images/icon-success-small.png) no-repeat 20px 22px #101010;
}
.message_error {
   background: url(/form/images/icon-error-small.png) no-repeat 20px 22px #101010;
}
.form_message h4 {
   padding-top: 20px;
   padding-bottom: 6px;
   margin-left: 75px;
   margin-right: 20px;
   margin-top: 0px!important;
   font-size: 19px;
   font-weight: 700;
   color:#fff;
   line-height: 1.3;
   font-family: 'Roboto Condensed', sans-serif;
}
.form_message p {
   padding-top: 0;
   padding-bottom: 20px;
   margin-left: 20px;
   margin-right: 20px;
   font-size: 18px;
   color: #fff;
   line-height: 1.4;
}

#registration_events {
   width:90%;
   margin:auto;
}
#registration_events div {
   width:100%;
   padding-bottom:10px;
   margin-bottom:10px;
   border-bottom:1px dotted #ccc;
   float:left;
   clear:both;
   line-height:1.4;
}
#registration_events span.reg_date {
   display:block;
   float:left;
   color:#f18b21;
   width:20%;
   font-size:24px;
}
#registration_events span.reg_desc {
   display:block;
   width:70%;
   float:left;
   padding:6px 0;
}
a.reg_learn_more {
   color:#fff;
   text-transform:uppercase;
   border:2px solid #f18b21;
   border-radius:6px;
   text-align:center;
   font-weight:normal;
   display:inline-block;
   padding: 6px 8px;
    font-size: 0.80em;
   text-decoration:none;
    box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	transition: all ease 0.6s;
   background:#f18b21;
   float:right;
}
a.reg_learn_more:hover, a.reg_learn_more:focus {
   color:#f18b21;
   box-shadow: inset 500px 0 0 0 #fff;
}


/* Footer */
#footer {
   background: #fefefe;
   border-bottom:40px solid #79398d;
   padding:0;
   margin-top:10px;
   position:relative;
   color:#222;
}
#footer .main {
   padding-bottom:40px;
}
#footer .section_one_half {
   width:100%;
   clear:both;
   text-align:center;
}
#footer h2 {
   margin-bottom:25px;
}

#footer,
#footer a {
   color:#79398d;
   text-decoration:none;
}
#footer h2 {
   color:#79398d;
   font-size:22px;
   font-weight:400;
   text-transform:uppercase;
}
#footer h3 {
   color:#79398d;
   font-size:18px;
   padding-top:10px;
   font-weight:700;
   text-transform:uppercase;
}

#footer nav ul {
   list-style:none;
}
#footer nav ul li {
   padding-bottom:10px;
   margin-bottom:10px;
   border-bottom:1px dashed #ccc;
   line-height:1.3;
   font-size:15px;
   text-transform:uppercase;
   margin-left:0;
}
#footer .copyright {
   font-size:0.9em;
   color:#79398d;
   font-weight:400;
}
#footer .social_icons {
    width: 16%;
    display: block;
    margin: auto;
   float:right;
}
#footer .footer_flower {
    max-width: 90%;
    display: block;
    margin: auto;
}
#footer .footer_bottom {
   width:100%;
   float:left;
   background: #45453b;
   padding-bottom:30px;
}


/* Smallest Mobile Devices Portrait Mode */
@media (max-width: 320px) {
}


/* Smaller Mobile Devices Portrait Mode */
@media (max-width: 400px) {
   .btn_nav_mobile {
       top: -55px;
       right: 5%!important;
   }

}


/* Mobile Devices Smaller than iPad in Portrait Mode */
@media (max-width: 549px) {
}


/* Tablet (iPad/iPad Mini) Portrait Mode and Larger Mobile Devices (iPhone 6/6+) Landscape Mode */
@media (min-width: 550px) {
   body,html {
      background:none;
   }
   h1 {
      font-size: 28px;
      width: 100%;
      padding-top:5px;
      text-align:left;
   }
   .h3-subpages {
     text-align: left;
   }
   #HomePage h2 {
      text-align:left;
      margin-top:0;
      margin-bottom:25px;
   }

   h2 {
      text-align:left;
   }
   main > .content_container {
      padding-bottom:25px;
   }
   main .content_container h2 {
      text-align:center;
      padding-top:25px;
      margin-bottom:40px;
   }
   main .content_container p {
   }
   ul.styled_list li,
   ol.styled_list li {
      margin-left: 50px;
      margin-right:50px;
   }
   #HomePage ul.red_arrow_list {
      margin-top: 85px;
      margin-left: 10px;
   }

   /* Top Header */
   #top-nav a {
      text-align:left;
      margin-left:20px;
   }
   #top-nav a.phone_link {
      padding-bottom:0;
   }


   /* Header */
   #header {
      height:160px;
   }
   .header_left {
      width:50%;
      float:left;
      margin:0;
      padding:0;
      clear:none;
   }
   .header_right {
      width:50%;
      height:100%;
      float:right;
      margin:0;
      padding:0;
      clear:none;
   }
   #header a.logo {
      width:98%;
      max-width:360px;
      padding:1%;
      left:5%;
      top: 32%;
      transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
   }
   #top-nav a {
      font-size: 0.95em;
      text-align:center;
   }
   #header .logo img {
      width:100%;
   }
   #header .register_right,
   #header .register_today {
      padding-top:0;
      float:right;
      margin-top:15px;
      margin-right: 3%;
   }
   #header .register_today {
      display:block;
      padding-right:15px;
      padding-top:10px;
      margin-top:15px;
      padding-bottom:10px;
      margin-left:0;
      margin-right:15px;
      border-right:5px solid #a6c16b;
   }
   #header .register_right .phone {
      width:auto;
      font-size:22px;
      margin-top:15px;
      margin-bottom:0;
      margin-left:0;
      color:#000;
   }
   #header .register_right img {
      display:block;
      margin:15px 0 0 0;
   }

   .section_container:nth-child(odd) {
      padding:50px 0;
   }
   #HomePage .section_container:first-of-type {
      padding:0;
   }
   .section_container:nth-child(even) {
      padding:50px 0;
   }
   .section_container:first-of-type,
   #HomePage .section_container:first-of-type {
      padding:0 0 50px 0;
   }
   /* Homepage Banner */
   #HomePage #slide {
      overflow: hidden;
      position: relative;
      display:block;
      max-height:571px;
   }
   .mobile_banner {
      display:none;
   }
   #slide img.holding {
      width:100%;
      height:auto;
      display:block;
      top:-60px;
      position:relative;
   }
   #slide {
      display:block;
      width:100%;
      max-height:600px;
      overflow:hidden;
      top:0px;
      position:relative;
      z-index:10;
      border-bottom:40px solid #a6c16b;
   }
   #HomePage #slide {
      max-height:600px;
   }
   #slide .slides {
      margin-bottom:-3px;
   }
   #slide .slides img {
      width:100%;
      height:auto;
   }
   #slide_overlay {
      position:absolute;
      left:0;
      bottom:0;
      z-index:90;
      width: 52%;
      max-width: 900px;
   }
   #HomePage #slide_overlay {
      width: 65%;
      max-width: 1050px;
   }
   #slide .slide_frame {
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:100%;
      margin:auto;
      z-index:100;
   }
   #slide .slide_text h1 {
      font-size: 16px;
      text-transform: none;
      margin: 0;
      padding: 0;
   }
   #slide .slide_nav {
      position: absolute;
      bottom: 5%;
      left: 5%;
      z-index: 150;
      padding:10px;
      border-radius:22px;
      opacity:0.9;
   }
   #slide .slide_nav:hover {
      opacity:1.0;
   }
   #slide .slide_nav a {
      width: 8px;
      height: 8px;
      display: block;
      text-align: center;
      overflow: hidden;
      border: 2px solid #fff;
      border-radius: 12px;
      text-decoration: none;
      background: none;
      color: transparent;
      font-size:0;
      float: left;
      margin-right: 12px;
   }
   #slide .slide_nav a:first-child,
   #slide .slide_nav a:last-child {
      background:#333;
      text-decoration: none;
      display:none;
   }
   #slide .slide_nav a:hover {
      background: #4e7938;
      color: #4e7938;
      text-decoration: none;
   }
   #slide .slide_nav a.active {
      background: #ebb841;
      color: #ebb841;
      text-decoration: none;
      cursor:default;
   }


   /* Divided Section Blocks - 1/4 */
   /* For full screen in portrait mode, remove this style */
   .section_one_quarter {
      width:25%;
      float:left;
      margin:0;
      clear:none;
   }


   /* Divided Section Blocks - 3/4 */
   /* For full screen in portrait mode, remove this style */
   .section_three_quarters {
      width:75%;
      float:left;
      margin:0;
      clear:none;
   }


   /* Divided Section Blocks - 1/2 */
   /* For full screen in portrait mode, remove this style */
   .section_one_half {
      width:50%;
      float:left;
      margin:0;
      clear:none;
   }

   /* Divided Section Blocks - 1/3 */
   /* For full screen in portrait mode, remove this style */
   .section_one_third {
      width:33.3%;
      float:left;
      margin:0;
      clear:none;
   }


   /* Divided Section Blocks - 2/3 */
   /* For full screen in portrait mode, remove this style */
   .section_two_thirds {
       width: 58.7%;
       float: left;
       margin: 20px 4% 0 4%;

      clear:none;
   }


   /* Divided Section Blocks - 1/5 */
   /* For full screen in portrait mode, remove this style */
   .section_one_fifth {
      width:20%;
      float:left;
      margin:0;
      clear:none;
   }


   #home_services .section_one_third {
      width:27.3%;
      margin:0 3%;
      text-align:center;
      padding-bottom:50px;
   }
   #home_services .section_one_third h2 {
      color:#79398d;
      background:none;
      padding:0;
      text-align:center;
      margin-bottom: 0;
      height: 70px;
   }
   #home_services .section_one_third p {
      height: 160px;
   }



   article.padded_content_left {
      padding:0 50px 0 0;
   }
   article.padded_content_right {
      padding:0 0 0 50px;
   }
   img.content_image {
      width:96%;
      height:auto;
      padding:2%;
      border:1px solid #ccc;
   }
   .content_left {
      max-width:37%;
      float:left;
      margin-bottom:80px;
   }
   .contact_right {
      width: 60%;
      float: right;
      clear:none;
      margin: 25px 0 15px 0;
      padding: 0;
   }
   .contact_left {
      width: auto;
      max-width:35%;
      float: left;
      margin: 25px 0 15px 0;
      padding: 0;
   }

   #dialogContact {
      max-width: 610px;
   }
   #formRegistration,
   #formContactPage {
      padding: 5px;
      background: #fff;
      border: 4px solid #eee;
      border-radius: 4px;
   }
   #formRegistration fieldset,
   #formContactPage fieldset  {
       background:#f9f9f9;
       padding:15px;
   }
   #formRegistration p,
   #formContactPage p {
      padding-top: 10px;
      margin-bottom:8px;
      margin-top:0;
   }
   #formRegistration.form textarea,
   #formContactPage.form textarea {
      width: 96.25%;
      height: 80px;
      overflow: auto;
   }
   #formRegistration p.form_50_left,
   #formContactPage p.form_50_left {
      width:44.5%;
      margin-right:40px;
      float:left;
   }
   #formRegistration p.form_50_right,
   #formContactPage p.form_50_right {
      width:44.5%;
      float:left;
      clear:none;
   }
   #formRegistration p.message,
   #formContactPage p.message {
      padding-bottom: 8px;
      min-height:0;
   }
   #formRegistration img.loading,
   #formContactPage img.loading {
      position:relative;
      top:13px;
      left:55px;
   }
   #formRegistration legend,
   #formContactPage legend {
      font-size: 15px;
      padding-bottom: 14px;
      line-height: 1.5;
      width:100%;
   }
   #formRegistration .button_pane,
   #formContactPage .button_pane {
      width: 560px;
   }
   #formRegistration p,
   #formContactPage p {
      margin-top: 0;
   }
   .form .indent {
      margin: 0px 0;
      padding: 8px 0;
      width: 120px;
      float: right;
   }
   #formRegistration p.security_code,
   #formContactPage p.security_code {
       margin-left: 0;
   }
   #formRegistration button,
   #formContactPage button {
      margin: auto;
      padding: 6px 0;
      width: 100px;
   }
/** Form Message **/
.form_message {
   width: 700px;
   height: 300px;
   position: relative;
   background:#000;
   border-radius:6px;
}
.message_success {
   background: url(/form/images/icon-success.png) no-repeat 40px 40px #101010;
}
.message_error {
   background: url(/form/images/icon-error.png) no-repeat 40px 40px #101010;
}
.form_message h4 {
   padding-top: 35px;
   margin-left: 210px;
   margin-right: 50px;
   margin-top: 0px!important;
   font-size: 28px;
   font-weight: 700;
   color:#fff;
   line-height: 1.3;
   font-family: 'Roboto Condensed', sans-serif;
}
.form_message p {
   padding-top: 0;
   margin-left: 210px;
   margin-right: 50px;
   font-size: 18px;
   color: #fff;
   line-height: 1.5;
}

   /* Footer */
   #footer {
      background: url("/images/footer_bg.png") no-repeat center bottom;
      height:128px;
      padding:50px 0;
      margin-top:0;
   }
   #HomePage #footer {
      position:relative;
      margin-top:-80px;
   }
   #footer .section_one_half {
      width:44%;
      margin-left:7%;
      float:left;
      clear:none;
      text-align:left;
   }
   #footer .copyright {
      padding-top:45px;
      text-align:right;
      margin-right:4%;
   }
   #footer nav {
      float:left;
      width:50%;
      padding-top:55px;
   }
   #footer nav ul li {
      padding-bottom: 10px;
      margin-bottom: 0px;
      border-bottom: none;
      line-height: 1.3;
      font-size: 13px;
      text-transform: uppercase;
      margin-left: 15px;
      display:inline-block;
   }
   #footer .section_one_half {
      width:50%;
      padding-left:0;
      margin-bottom:20px;
      margin-left:0;
   }
   #footer h2 {
      text-align:left;
   }
   .footer_flower {
      width: 21%;
      height: auto;
      position:absolute;
      left:50%;
      bottom:0;
      transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
   }
}




/* Tablet (iPad/iPad Mini) Landscape Mode */
@media (min-width: 850px) {
   body,html {
   	font-size:1.0em;
   }
   .mobile-only {
      display:none;
   }
   .main {
      max-width:1100px;
   }
   .main_container {
      min-height:62%;
   }
   h1 {
      padding-top:0;
   }

   /* Top Header */
   table.table {
      border:1px solid #ccc;
      margin-bottom:0;
   }
   table.table tbody td {
       font-size: 1.0em;
       padding: 10px 15px;
   }
   table.table tfoot td {
       font-size: 0.85em;
       padding: 10px 15px;
   }
   table.table thead th {
       font-size: 15px;
       padding: 15px 15px;
   }

   /* Header */
   #header {
      height:176px;
      background: url("/images/header_bg.png") no-repeat center top;
   }
   .header_left {
      width:38%;
      float:left;
      margin:0;
      padding:0;
      clear:none;
   }
   .header_right {
      width:62%;
      float:right;
      margin:0;
      padding:0;
      clear:none;
   }

   /* Banner Slide */
   .mobile_tagline {
      display:none;
   }
   #slide {
      top:-60px;
   }
   #slide .slide_frame {
      left:50%;
      transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform:translate(-50%, 0);
      width:1000px;
   }
   #slide .slide_text {
      left:0;
      top:125px;
   }
   #slide .slide_text h1 {
      font-size: 28px;
   }
   #slide .slide_text h1 strong {
      font-size: 34px;
      margin:0 0 12px 0;
      text-transform:uppercase;
   }
   #slide .slide_text h1 strong span {
       font-size: 30px;
   }
#banner_links {
   display:block;
}

   .content_container {
      width:100%;
      max-width:1000px;
      margin:0 auto;
      padding:0;
      position:relative;
      clear:both;
   }


   /* Divided Section Blocks - 1/4 */
   /* For 1/4 in portrait mode cut and paste in section above */
   .section_one_quarter {
      width:25%;
      float:left;
      margin:0;
      padding:0;
      clear:none;
   }


   /* Divided Section Blocks - 3/4 */
   /* For 3/4 in portrait mode cut and paste in section above */
   .section_three_quarters {
      width:75%;
      float:left;
      margin:0;
      padding:0;
      clear:none;
   }


   /* Divided Section Blocks - 1/2 */
   /* For 1/2 in portrait mode cut and paste in section above */
   .section_one_half {
      width:50%;
      float:left;
      margin:0;
      padding:0;
      clear:none;
   }


   /* Divided Section Blocks - 1/3 */
   /* For 1/3 in portrait mode cut and paste in section above */
   .section_one_third {
      width:33.3%;
      float:left;
      margin:0;
      padding:0;
      clear:none;
   }


   /* Divided Section Blocks - 2/3 */
   /* For 2/3 in portrait mode cut and paste in section above */
   .section_two_thirds {
      width:66.7%;
      float:left;
      margin:0;
      padding:0;
      clear:none;
   }


   /* Divided Section Blocks - 1/5 */
   /* For 1/5 in portrait mode cut and paste in section above */
   .section_one_fifth {
      width:20%;
      float:left;
      margin:0;
      padding:0;
      clear:none;
   }

   /* Homepage News */
   #homepage_left_content {
      width:55%;
      float:left;
      margin:0;
      padding:0;
      clear:none;
   }
   #homepage_news {
      width:39%;
      float:right;
      margin:0;
      padding:0;
      clear:none;
   }
   #homepage_news img {
      width:30%;
      margin-right:3%;
   }
   #homepage_news .title {
      font-size:18px;
      font-weight:bold;
      font-style:italic;
      color:#79398d;
      display:block;
      padding-bottom:5px;
      text-align:left;
      line-height:1.2;
   }
   #homepage_news .news_content {
      padding-top:15px;
      border-top:1px dotted #ccc;
   }
   #homepage_news .date {
      font-size:13px;
      font-weight:bold;
      color:#79398d;
      display:block;
      padding-bottom:5px;
      text-align:left;
   }
   #homepage_news p {
      font-size:14px;
      color:#333;
      display:block;
      text-align:left;
   }
   #homepage_news .news_content {
      width:100%;
   }


   /* About Page */
   #AboutPage .section_two_thirds {
      width:56.7%;
      margin-right:10%;
   }
   #AboutPage .section_one_third h2 {
      text-align:left;
      padding-top:0;
   }


   .left_content {
      width:45%;
      float:left;
      margin:0;
      padding:0;
      clear:none;
   }
   .right_content {
      width:45%;
      float:right;
      margin:0;
      padding:0;
      clear:none;
   }

   #top-nav {
       float: right;
       padding-right: 10px;
   }

   /* Content Sliders */
   .content_slider_container {
      width:60%;
      max-width:1000px;
   }
   .content_slider_container {
      width:90%;
   }

   /* Overview Pages */
   #OverviewPage #css_services .section_one_third {
      background:#00a885;
         width:30.3%;
         margin:1.5%;
         border-radius: 20px;
   }

   .get_prequalified_now {
      width:19%;
      top: -75px;
      right: 9%;
   }
   dl.contact_info {
      margin-right: 50px;
   }
   #registration_events {
      width:100%;
   }
   /* Footer */
   #footer > .main {
      padding-bottom:40px;
   }
    #footer .copyright {
       font-size:0.9em;
    }
}

/* Smaller Laptops */
@media (min-width: 1024px) {
}

/* Standard Laptop and Desktop */
@media (min-width: 1280px) {
   body,html {
   	font-size:1.0em;
      min-width:1000px;
   }
   #slide .slide_nav {
      bottom: 5%;
      left: 5%;
   }
   #banner_links {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 20%;
      left: 12%;
      z-index: 1000;
      font-size:2.5em;
      display:block;
   }

   #banner_links a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width:35%;
      text-decoration:none;
   }
   #banner_links a span.banner_subtext {
      color:#555;
      display:block;
      padding-top:15px;
      font-size:0.80em;
   }
   span.banner_learn_more {
      color:#064e44;
      text-transform:uppercase;
      border:2px solid #064e44;
      border-radius:6px;
      text-align:center;
      padding:10px 10px;
      font-size:0.45em;
      font-weight:700;
      display:inline-block;
      margin-top:30px;
      min-width:20%;
      text-decoration:none;
       box-shadow: inset 0 0 0 0 #064e44;
   	-webkit-transition: all ease 0.6s;
   	-moz-transition: all ease 0.6s;
   	transition: all ease 0.6s;
      background:none;
   }
   .content_left {
      max-width:37%;
      float:left;
      margin-bottom:80px;
   }
   .contact_right {
      width: 60%;
      float: right;
      clear:none;
      margin: 25px 0 15px 0;
      padding: 0;
   }
   .contact_left {
      width: auto;
      max-width:35%;
      float: left;
      margin: 25px 0 15px 0;
      padding: 0;
   }
   .contact_left h2 {
      margin-top: 0;
   }
   dl.contact_info {
      margin-right: 40px;
      margin-left:0;
      float: left;
      margin-top: 0px;
      width: auto;
   }
   dl.contact_info dt {
      text-transform: uppercase;
      font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
      font-weight: 700;
      letter-spacing: 1px;
      font-size: 12px;
      color: #000;
      margin-top: 25px;
      padding-bottom: 24px;
      padding-left: 45px;
   }
   dl.contact_info dt.address {
      background: url(/images/contact/icon_address.png) no-repeat 0 0;
   }
   dl.contact_info dt.fax {
      background: url(/images/contact/icon_fax.png) no-repeat 0 0;
   }
   dl.contact_info dt.phone {
      background: url(/images/contact/icon_phone.png) no-repeat 0 0;
   }
   dl.contact_info dt.email {
      background: url(/images/contact/icon_email.png) no-repeat 0 0;
   }
   dl.contact_info dt.hours {
      background: url(/images/contact/icon_hours.png) no-repeat 0 0;
   }
   dl.contact_info dd {
      padding-left: 45px;
      margin-top: -18px;
      line-height:1.5;
   }
   dl.contact_info.hours dd {
      line-height:1.7;
   }
   dl.contact_info.hours dd span {
      display:inline-block;
      width:90px;
      font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
      font-weight: 700;
      letter-spacing: 1px;
      font-size: 12px;
      color: #000;
   }
   .contact_map {
      width: 375px;
      height: 275px;
      margin-top: 20px;
      margin-bottom: 100px;
      background: #fff;
      border: 1px solid #aaa;
      border-radius: 8px;
      padding: 4px;
      float: left;
   }
   main .content_container h2 {
       text-align: left;
       padding-top: 20px;
   }
}
/* Larger Laptop and Desktop */
@media (min-width: 1600px) {
   #web_container {
      min-width:1200px;
   }
   .section_img_left {
      max-width: 1200px;
   }
   .content_container {
       max-width: 1200px;
   }
   #home_services .section_one_third p {
      height: 130px;
   }
   #footer h2 {
      font-size:26px;
   }
   #footer h3 {
       font-size: 20px;
   }
   .footer_flower {
      width: 15%;
      height: auto;
   }
}
/* Larger Laptop and Desktop */
@media (min-width: 1720px) {
   .content_container {
       width: 1200px;
   }
   .main {
      width: 1200px;
   }
   #slide {
      max-height: 290px;
   }
   #slide .slide_frame {
      width: 1200px;
   }
}

/* Largest Desktop */
@media (min-width: 1920px) {

}
