@charset "utf-8";
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Leave this for site we are using it in.  It won't ship upless it is requested.
*/
/*Gredell blue*/
/*blue*/
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "futura-pt", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-size: 1.0526315789473684rem;
  line-height: 1.4999999999999998rem;
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*Define*/
html {
  overflow: scroll;
  overflow-x: hidden;
}
body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
html,
body {
  height: 100%;
}
body > #wrap {
  min-height: 100%;
}
#wrap {
  margin-bottom: -110px;
}
#wrap:after {
  content: "";
  display: block;
}
#footer,
#wrap:after {
  height: 90px;
}
#wrap {
  background-color: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
  background: -webkit-linear-gradient(top, #eee, #fff);
  background: -moz-linear-gradient(top, #eee, #fff);
  background: -ms-linear-gradient(top, #eee, #fff);
  background: -o-linear-gradient(top, #eee, #fff);
}
#container {
  position: relative;
  margin: 0 auto;
  *zoom: 1;
}
#container:before,
#container:after {
  display: block;
  content: "";
  line-height: 0;
}
#container:after {
  clear: both;
}
a {
  color: #0000ff;
}
a:hover {
  color: #999;
}
p {
  color: #333;
  line-height: 1.5em;
  padding-bottom: 18px;
  text-align: justify;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: .9em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6em;
  font-weight: bold;
}
.f_color1 {
  color: #333;
}
.f_color2 {
  color: #333;
}
.f_color3 {
  color: #333;
}
/*Branding///////////////////////////////////////////////////////////////////////////////////////////*/
#branding {
  position: relative;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
#branding #logo img {
  max-width: 100%;
  height: auto;
}
#branding address {
  display: block;
  text-align: right;
  padding: 5px;
}
#branding address a {
  color: #333;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
/*nav///////////////////////////////////////////////////////////////////////////////////////////////////*/
#mobile_nav {
  display: none;
}
#index_nav {
  position: absolute;
  top: 0px;
  z-index: 200;
}
#nav {
  border: 1px solid #ccc;
  border: 1px solid #333;
  text-align: center;
  width: 100%;
  margin: .5% 0;
}
#nav ul {
  list-style-type: none;
  margin: 0;
}
#nav li {
  background: #0a0a0a;
  background: rgba(10, 10, 10, 0.8);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  width: 16.66%;
  margin-bottom: 0;
}
#nav a {
  color: #fff;
  padding: 10px;
  font-size: 20px;
  text-align: center;
}
#nav .sub_menu li {
  border-bottom: 1px dotted #666666;
}
#nav .sub_menu a {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
#nav_dropdown {
  display: none;
}
div#nav ul {
  list-style-type: none;
  padding: 0;
}
ul.dropdown {
  position: relative;
  z-index: 200;
  margin: 0;
}
ul.dropdown li {
  float: left;
  zoom: 1;
}
ul.dropdown li a {
  display: block;
}
ul.dropdown li:last-child a {
  border-right: none;
}
/* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover {
  position: relative;
}
ul.dropdown li.hover a {
  color: black;
}
/* 
	LEVEL TWO
	*/
ul.dropdown ul {
  width: 100%;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
}
#nav ul.dropdown ul li {
  font-weight: normal;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid #666666;
  float: none;
  width: 100%;
}
div#nav ul.sub_menu li a:hover {
  background: #000000;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
  border-right: none;
  display: inline-block;
  background-image: none;
  width: 100%;
}
/* 
	LEVEL THREE
	*/
ul.dropdown ul ul {
  left: 100%;
  top: 0;
}
ul.dropdown li:hover > ul {
  visibility: visible;
}
div#nav a.index {
  width: 150px;
}
/*	div#nav a.n0{background-position:0 -200px;}
	div#nav a.n1{background-position:0 0px;}
	div#nav a.n2{background-position:0 -40px;}
	div#nav a.n3{background-position:0 -80px;}
	div#nav a.n4{background-position:0 -120px;}
	div#nav a.n5{background-position:0 -160px;}

	div#nav a:hover.n0{background-position:-120px -200px;}
	div#nav a:hover.n1{background-position:-120px 0px;}
	div#nav a:hover.n2{background-position:-120px -40px;}
	div#nav a:hover.n3{background-position:-120px -80px;}
	div#nav a:hover.n4{background-position:-120px -120px;}
	div#nav a:hover.n5{background-position:-120px -160px;}*/
#breadcrumb {
  border-bottom: 1px dotted #ccc;
  padding: 1%;
}
#breadcrumb span {
  color: #666666;
}
#breadcrumb a {
  color: #0000ff;
  font-weight: bold;
}
#left {
  width: 70%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid #left:last-of-type,
.row #left:last-of-type {
  padding-right: 0;
}
#left img {
  max-width: 100%;
  height: auto;
}
.grid #left:last-of-type,
.row #left:last-of-type {
  padding-right: 0;
}
#left img {
  max-width: 100%;
  height: auto;
}
#left_inner {
  margin: 0 1% 0 0;
  padding-bottom: 1%;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
  background-color: #fff;
}
#left_inner p,
#left_inner h1,
#left_inner h2,
#left_inner h3,
#left_inner h4 {
  padding: 1%;
}
ul,
ol {
  margin: 2% 0 2% 5%;
  list-style-position: outside;
}
ul li,
ol li {
  margin-bottom: .5%;
}
address.contact_form {
  padding: 1%;
  border: 1px solid #ccc;
  line-height: 1.5em;
  margin-bottom: 2%;
}
address.contact_form h2 {
  margin: 1% 0;
}
#flex_outter {
  background-color: #0000ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#0000ff), to(#00a9ff));
  background: -webkit-linear-gradient(top, #0000ff, #00a9ff);
  background: -moz-linear-gradient(top, #0000ff, #00a9ff);
  background: -ms-linear-gradient(top, #0000ff, #00a9ff);
  background: -o-linear-gradient(top, #0000ff, #00a9ff);
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
  margin-bottom: 1%;
  padding-bottom: .5%;
}
#flex_outter #flex_inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#index_wrap {
  max-width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
#index_wrap:before,
#index_wrap:after {
  display: block;
  content: "";
  line-height: 0;
}
#index_wrap:after {
  clear: both;
}
#welcome {
  width: 70%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
  padding: 1%;
}
.grid #welcome:last-of-type,
.row #welcome:last-of-type {
  padding-right: 0;
}
#welcome img {
  max-width: 100%;
  height: auto;
}
.grid #welcome:last-of-type,
.row #welcome:last-of-type {
  padding-right: 0;
}
#welcome img {
  max-width: 100%;
  height: auto;
}
#welcome h1 {
  font-size: 24px;
  line-height: 38.4px;
  font-size: 1.6842105263157894rem;
  line-height: 2.4rem;
  color: #0000ff;
}
#welcome p {
  padding: 1%;
}
#news_outer {
  width: 30%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 0;
}
.grid #news_outer:last-of-type,
.row #news_outer:last-of-type {
  padding-right: 0;
}
#news_outer img {
  max-width: 100%;
  height: auto;
}
.grid #news_outer:last-of-type,
.row #news_outer:last-of-type {
  padding-right: 0;
}
#news_outer img {
  max-width: 100%;
  height: auto;
}
#news_outer #news {
  background-color: #eee;
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}
#news_outer #news h2 {
  background: #0000ff;
  background: -moz-linear-gradient(left, #0000ff 1%, #00a9ff 100%);
  background: -webkit-linear-gradient(left, #0000ff 1%, #00a9ff 100%);
  background: linear-gradient(to right, #0000ff 1%, #00a9ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#00a9ff', GradientType=1);
  font-size: 24px;
  line-height: 38.4px;
  font-size: 1.6842105263157894rem;
  line-height: 2.4rem;
  padding: 10px;
}
#news_outer #news ul {
  list-style-type: none;
  max-height: 300px;
  overflow: scroll;
  overflow-x: hidden;
  margin: 0;
}
#news_outer #news li {
  padding: 10px;
  border-bottom: 1px solid #7caddc;
}
#news_outer #news li strong {
  color: #333;
  text-align: left;
}
#news_outer #news li a {
  color: #0e4279;
  font-style: italic;
}
#locations_outer {
  margin: 1% 0;
  background-color: #e7e7e7;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}
#locations_outer #location_inner {
  max-width: 1200px;
  margin: 0 auto;
}
#locations_outer #location_inner #icon {
  float: left;
  width: 12%;
  text-align: center;
}
#locations_outer #location_inner #icon i {
  color: #333;
  font-size: 86px;
  line-height: 137.6px;
  font-size: 6.035087719298246rem;
  line-height: 8.6rem;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
#locations_outer #location_inner #locations {
  float: left;
  width: 100%;
}
#locations_outer #location_inner #locations h3 {
  font-weight: normal;
  font-size: 36px;
  line-height: 57.6px;
  font-size: 2.526315789473684rem;
  line-height: 3.6rem;
  color: #0000ff;
  border-bottom: 1px dotted #ccc;
}
#locations_outer #location_inner #locations .site {
  width: 25%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
  padding-top: 1%;
  color: #333;
}
.grid #locations_outer #location_inner #locations .site:last-of-type,
.row #locations_outer #location_inner #locations .site:last-of-type {
  padding-right: 0;
}
#locations_outer #location_inner #locations .site img {
  max-width: 100%;
  height: auto;
}
.grid #locations_outer #location_inner #locations .site:last-of-type,
.row #locations_outer #location_inner #locations .site:last-of-type {
  padding-right: 0;
}
#locations_outer #location_inner #locations .site img {
  max-width: 100%;
  height: auto;
}
#locations_outer #location_inner #locations .site strong {
  display: block;
  font-size: 18px;
  line-height: 28.8px;
  font-size: 1.263157894736842rem;
  line-height: 1.8rem;
}
#locations_outer #location_inner #locations a:nth-child(2) {
  padding-left: 0;
}
#tinymce .banner_with_caption,
.banner_with_caption {
  position: relative;
  margin-bottom: 2%;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}
#tinymce .banner_with_caption img,
.banner_with_caption img {
  max-width: 100%;
  height: auto;
}
#tinymce .banner_with_caption #banner_text,
.banner_with_caption #banner_text {
  position: absolute;
  bottom: 30px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1%;
  font-size: 20px;
  line-height: 32px;
  font-size: 1.4035087719298245rem;
  line-height: 2rem;
}
#tinymce .banner_with_caption h1,
.banner_with_caption h1 {
  color: #fff;
  font-size: 2em;
  text-align: left;
}
#tinymce .banner_with_caption p,
.banner_with_caption p {
  font-size: 20px;
  line-height: 32px;
  font-size: 1.4035087719298245rem;
  line-height: 2rem;
  color: #fff;
}
#box {
  margin: 1%;
  *zoom: 1;
}
#box:before,
#box:after {
  display: block;
  content: "";
  line-height: 0;
}
#box:after {
  clear: both;
}
#box a {
  display: block;
  /*		float:left;
width:23.5%;*/
  margin: 1% 0;
  border-bottom: 1px dotted #ccc;
}
#box a strong {
  display: block;
  color: #fff;
  padding: 1%;
  -webkit-box-shadow: 2px 0px 3px #ccc;
  -moz-box-shadow: 2px 0px 3px #ccc;
  box-shadow: 2px 0px 3px #ccc;
  background: #0000ff;
  background: -moz-linear-gradient(left, #0000ff 1%, #00a9ff 100%);
  background: -webkit-linear-gradient(left, #0000ff 1%, #00a9ff 100%);
  background: linear-gradient(to right, #0000ff 1%, #00a9ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#00a9ff', GradientType=1);
}
#box a strong i {
  display: inline-block;
  padding-right: 10px;
  color: #c0c0ff;
}
#box a span {
  display: block;
  padding: 10px;
  color: #666;
}
#box a:hover {
  background-color: #eee;
}
.projects {
  *zoom: 1;
  list-style-type: none;
  margin: 0;
}
.projects:before,
.projects:after {
  display: block;
  content: "";
  line-height: 0;
}
.projects:after {
  clear: both;
}
.projects li {
  float: left;
  width: 100%;
  margin: 1%;
}
.projects li strong {
  display: block;
  background-color: #0000ff;
  color: #fff;
  padding: 10px;
}
.projects li a {
  display: block;
  padding: 10px;
  *zoom: 1;
  border-bottom: 1px dotted #fff;
}
.projects li a:before,
.projects li a:after {
  display: block;
  content: "";
  line-height: 0;
}
.projects li a:after {
  clear: both;
}
.projects li a i {
  float: left;
  display: inline-block;
  color: #ccc;
  padding: 1.5% 1%;
}
.projects li a span {
  display: inline-block;
  width: 90%;
  float: left;
  padding: 1%;
}
.projects li a:hover {
  border-bottom: 1px dotted #ccc;
}
.projects li:first-child {
  margin-left: 0px;
}
.projects li:last-child {
  margin-right: 0px;
}
/*Footer Section/////////////////////////////////////////////////////////////////////////////////////////////////////*/
#footer {
  margin-top: 20px;
  background-color: #444;
  padding: 10px;
}
#footer #inner_footer_menu {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}
#footer #inner_footer_menu a {
  justify-content: center;
  display: block;
  color: #eee;
  text-align: center;
  padding: 1%;
}
#copyright {
  width: 100%;
  text-align: center;
  font-size: 12px;
}
#copyright a {
  color: #ccc;
  float: none;
  width: auto;
  font-size: 12px;
}
/*Form*/
/*Warning Errors and Success/////////////////////////////////////////////////////////////////////*/
label.error {
  color: red;
  font-weight: bold;
}
.required {
  color: #d02727;
  font-weight: bold;
  font-size: 18px;
  line-height: 14px;
}
i.required {
  color: #d02727;
}
b.err {
  display: inline-block;
  color: #d02727;
}
.errorcolor {
  border: 1px solid #d02727;
  background-color: #ffa5a5;
}
/*Ajax Errors//////////////////////////////////////////////////////////////////////////////////////*/
.response-waiting,
.response-success,
.response-error {
  display: block;
  padding: 10px;
  border-radius: 4px;
  font-size: 1.5em;
  font-weight: bold;
  color: #FFF;
  margin: 20px 0;
}
.response-waiting {
  background-color: #ccc;
}
.response-success {
  background-color: #96d975;
}
.response-error {
  background-color: #d02727;
}
/*Ajax Errors//////////////////////////////////////////////////////////////////////////////////////*/
form {
  color: #333;
  margin-left: 1%;
}
label {
  display: block;
  margin: 5px 0 10px 0;
}
label span {
  display: block;
  color: #333;
}
.statis_box {
  display: block;
  padding: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.5em;
  font-weight: bold;
  color: #FFF;
}
.warning {
  color: #d02727;
}
.warning_box {
  background: #d02727 no-repeat left;
}
.good {
  color: #96d975;
  font-size: 1.5em;
}
.good_box {
  border: 5px solid #fff;
  background: #96d975 no-repeat left;
}
input,
select {
  border: 1px solid #bbb;
  padding: 8px;
}
input[type=text],
input[type=submit] {
  width: 100%;
  border-radius: 3px;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
span.text_err {
  display: inline-block;
}
span.text_note {
  margin: 3px 20px 20px 5px;
  color: #666666;
}
/*Textarea*/
textarea {
  display: block;
  width: 100%;
}
.mceEditor {
  display: inline-block;
}
/*Select*/
select {
  padding: 4px 10px 4px 4px;
  margin-left: 0px;
  border: 1px solid #ccc;
}
span.select_note {
  display: block;
  color: #666666;
}
/*Checkbox*/
label span.checkbox_input {
  display: inline-block;
  text-align: left;
}
span.checkbox_wording_before,
span.checkbox_wording_after {
  display: inline-block;
}
/*Fieldset*/
fieldset {
  padding: 10px;
  background-color: #eee;
  border: 1px solid #ccc;
}
.captcha {
  background: #ffffff;
  background: rgba(255, 255, 255, 0);
  border: 0px solid #ccc;
  padding: 0;
}
/*Submit*/
input.submit {
  margin: 0;
  width: auto;
  padding: 10px;
  font-weight: bold;
  background-color: #96d975;
  color: #333;
}
/*DATE*/
div#date_field {
  overflow: visible;
}
div#date_field label.description {
  font-size: 14px;
  text-align: left;
}
div#date_field span.date {
  display: block;
  padding: 9px 0 0 5px;
  font-weight: bold;
}
div#date_field span {
  float: left;
}
div#date_field label {
  font-size: 10px;
  text-align: left;
  padding: 0 15px 0 0;
}
/* 500 on down ----------- */
@media all and (max-width: 500px) {
  #flexslider {
    display: none;
  }
}
/* -- 600 and under ----------- */
@media all and (max-width: 600px) {
  /*@media all and (max-width: 600px) and (min-width: 321px){*/
  #send_email fieldset,
  div#locations_outer #location_inner #locations .site {
    width: 98%;
  }
  input[type=text] {
    width: 96%;
  }
  .banner_with_caption h1 {
    font-size: 18px;
    line-height: 28.8px;
    font-size: 1.263157894736842rem;
    line-height: 1.8rem;
  }
  .projects li a span,
  #box a strong,
  #box a span {
    text-align: left;
  }
}
/* 768 on down ----------- */
/* 900 on down ----------- */
@media all and (max-width: 900px) {
  .dropdown {
    display: none;
  }
  #mobile_nav {
    display: block;
  }
  #mobile_nav select {
    width: 98%;
    margin: 10px 1%;
    font-size: 20px;
    font-weight: bold;
    padding: 1%;
    margin-bottom: 10px;
  }
  .banner_with_caption #banner_text {
    bottom: 0px;
    font-size: 16px;
    padding: .5px;
  }
  #news_outer,
  #left {
    float: none;
    width: 100%;
    margin: 1%;
  }
  div#welcome,
  #news_outer {
    float: none;
    width: 98%;
    margin: 1%;
  }
  #locations_outer {
    padding: 1%;
  }
  #locations_outer #location_inner #locations .site {
    width: 48%;
    text-align: center;
  }
  #locations_outer #location_inner #locations .site strong {
    text-align: center;
  }
  #branding {
    text-align: center;
  }
  .inserted_photo.right {
    float: none;
  }
}
/* 1200 on down ----------- */
@media all and (max-width: 1200px) {
  #container {
    padding: 1%;
  }
  #welcome {
    width: 68%;
    margin: 1%;
  }
}
@media all and (min-width: 1200px) {
  #container {
    max-width: 1200px;
    *zoom: 1;
  }
  #container:before,
  #container:after {
    display: block;
    content: "";
    line-height: 0;
  }
  #container:after {
    clear: both;
  }
}
/* Stepping down ----------- */
@media all and (min-width: 700px) and (max-width: 800px) {
  #container {
    width: 600px;
  }
}
@media all and (min-width: 800px) and (max-width: 900px) {
  #container {
    width: 700px;
  }
}
@media all and (min-width: 900px) and (max-width: 1000px) {
  #container {
    width: 800px;
  }
}
@media all and (min-width: 1000px) and (max-width: 1100px) {
  #container {
    width: 900px;
  }
}
@media all and (min-width: 1100px) and (max-width: 1200px) {
  #container {
    width: 1000px;
  }
}
/*Basics*/
.clear,
#clear {
  clear: both;
  display: block;
}
.extra {
  height: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.break {
  width: 100%;
  height: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
img {
  vertical-align: middle;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
a:active,
a:hover {
  outline: 0;
}
:focus {
  outline: 0;
}
b,
strong,
strong a {
  font-weight: bold;
}
em {
  font-style: italic;
}
strong em,
em strong {
  font-weight: bold;
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.border {
  border: 1px solid #333;
}
.border_top {
  border-top: 1px solid #333;
}
.border_right {
  border-right: 1px solid #333;
}
.border_bottom {
  border-bottom: 1px solid #333;
}
.border_left {
  border-left: 1px solid #333;
}
.no_border {
  border: 0px solid #333;
}
.no_border_top {
  border-top: 0px solid #333;
}
.no_border_right {
  border-right: 0px solid #333;
}
.no_border_bottom {
  border-bottom: 0px solid #333;
}
.no_border_left {
  border-left: 0px solid #333;
}
/*Reuseable Classes////////////////////////////*/
.width_100,
w100 {
  width: 100%;
}
.width_98,
.w98 {
  width: 98%;
}
.width_95,
.w95 {
  width: 95%;
}
.width_90,
.w90 {
  width: 90%;
}
.width_85,
.w85 {
  width: 85%;
}
.width_80,
.w80 {
  width: 80%;
}
.width_75,
.w75 {
  width: 75%;
}
.width_70,
.w70 {
  width: 70%;
}
.width_65,
.w65 {
  width: 65%;
}
.width_60,
.w60 {
  width: 60%;
}
.width_55,
.w55 {
  width: 55%;
}
.width_50,
.w50 {
  width: 50%;
}
.width_48,
.w48 {
  width: 48%;
}
.width_45,
.w45 {
  width: 45%;
}
.width_40,
.w40 {
  width: 40%;
}
.width_35,
.w35 {
  width: 35%;
}
.width_33,
.w33 {
  width: 33%;
}
.width_30,
.w30 {
  width: 30%;
}
.width_25,
.w25 {
  width: 25%;
}
.width_20,
.w20 {
  width: 20%;
}
.width_18,
.w18 {
  width: 18%;
}
.width_15,
.w15 {
  width: 15%;
}
.width_10,
.w10 {
  width: 10%;
}
.width_5,
w5 {
  width: 5%;
}
.padding_0,
p0 {
  padding: 0%;
}
.padding_1,
p1 {
  padding: 1%;
}
.padding_2,
p2 {
  padding: 2%;
}
.padding_3,
p3 {
  padding: 3%;
}
.padding_4,
p4 {
  padding: 4%;
}
.padding_5,
p5 {
  padding: 5%;
}
.padding_t_0,
pat0 {
  padding-top: 0%;
}
.padding_t_1,
.pt1 {
  padding-top: 1%;
}
.padding_t_2,
.pt2 {
  padding-top: 2%;
}
.padding_t_3,
.pt3 {
  padding-top: 3%;
}
.padding_r_0,
.pr0 {
  padding-right: 0% !important;
}
.padding_r_1,
.pr1 {
  padding-right: 1%;
}
.padding_r_2,
.pr2 {
  padding-right: 2%;
}
.padding_r_3,
.pr3 {
  padding-right: 3%;
}
.padding_b_0,
.pb0 {
  padding-bottom: 0% !important;
}
.padding_b_1,
.pb1 {
  padding-bottom: 1%;
}
.padding_b_2,
.pb2 {
  padding-bottom: 2%;
}
.padding_b_3,
.pb3 {
  padding-bottom: 3%;
}
.padding_l_0,
.pl0 {
  padding-left: 0%;
}
.padding_l_1,
.pl1 {
  padding-left: 1%;
}
.padding_l_2,
.pl2 {
  padding-left: 2%;
}
.padding_l_3,
.pl3 {
  padding-left: 3%;
}
.margin_0,
m0 {
  margin: 0%;
}
.margin_1,
m1 {
  margin: 1%;
}
.margin_2,
m2 {
  margin: 2%;
}
.margin_3,
m3 {
  margin: 3%;
}
.margin_4,
m4 {
  margin: 4%;
}
.margin_5,
m5 {
  margin: 5%;
}
.margin_t_0,
.mt0 {
  margin-top: 0%;
}
.margin_t_1,
.mt1 {
  margin-top: 1%;
}
.margin_t_2,
.mt2 {
  margin-top: 2%;
}
.margin_t_3,
.mt3 {
  margin-top: 3%;
}
.margin_r_0,
.mr0 {
  margin-right: 0%;
}
.margin_r_1,
.mr1 {
  margin-right: 1%;
}
.margin_r_2,
.mr2 {
  margin-right: 2%;
}
.margin_r_3,
.mr3 {
  margin-right: 3%;
}
.margin_b_0,
.mb0 {
  margin-bottom: 0%;
}
.margin_b_1,
.mb1 {
  margin-bottom: 1%;
}
.margin_b_2,
.mb2 {
  margin-bottom: 2%;
}
.margin_b_3,
.mb3 {
  margin-bottom: 3%;
}
.margin_l_0,
.ml0 {
  margin-left: 0%;
}
.margin_l_1,
.ml1 {
  margin-left: 1%;
}
.margin_l_2,
.ml2 {
  margin-left: 2%;
}
.margin_l_3,
.ml3 {
  margin-left: 3%;
}
/*Reuseable Classes*/
/*Tiny Mce build in*/
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6,
#tinymce strong,
#tinymce p {
  color: #333;
  /*Just in case the font for the site white*/
}
#tinymce ol,
#tinymce ul {
  margin-left: 30px;
  padding-left: 10px;
}
#tinymce ol li,
#tinymce ul li {
  padding: 10px;
}
.f_color1 {
  color: #0000ff;
}
.f_color2 {
  color: #0e4279;
}
.f_color3 {
  color: #333;
}
/*Text*/
.font_18 {
  font-size: 18px;
}
.font_20 {
  font-size: 20px;
}
.font_24 {
  font-size: 24px;
}
.font_30 {
  font-size: 30px;
}
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.justified {
  text-align: justify;
}
#tinymce .red,
.red {
  color: #990000;
}
#tinymce .blue,
.blue {
  color: #143b49;
}
#tinymce .lt_blue,
.lt_blue {
  color: #6e98b3;
}
#tinymce .green,
.green {
  color: #358e65;
}
#tinymce .yellow,
.yellow {
  color: yellow;
}
#tinymce .black,
.black {
  color: #000;
}
#tinymce .gray,
.gray {
  color: #666666;
}
#tinymce .dark_gray,
.dark_gray {
  color: #333;
}
#tinymce .white,
.white {
  color: #fff;
}
/*Block*/
.block {
  display: block;
}
.inline {
  display: inline-block;
}
.center {
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
/*Position*/
.relative {
  position: relative;
}
/*Images*/
.img_size {
  max-width: 100%;
  height: auto;
}
img.inserted_photo {
  -webkit-box-shadow: 0px 0px 4px 0px #333;
  box-shadow: 0px 0px 4px 0px #333;
  border: 1px solid #fff;
}
.inserted_photo.left {
  margin-right: 10px;
}
.inserted_photo.right {
  margin-left: 10px;
}
.img_center {
  display: block;
  margin: 0 auto;
}
/*Tiny Mce End*/
/*Add. Form/////////////////////////////////////////////////////////////////////////////////////////////*/
#map-canvas {
  width: 98%;
  height: 300px;
  margin: 1%;
  border: 5px solid #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 4px #333;
  -moz-box-shadow: 0px 0px 4px #333;
  box-shadow: 0px 0px 4px #333;
}
.gm-style-iw {
  height: 50px;
}
.col-1-4 {
  width: 25%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-1-4:last-of-type,
.row .col-1-4:last-of-type {
  padding-right: 0;
}
.col-1-4 img {
  max-width: 100%;
  height: auto;
}
.col-2-3,
.col-8-12 {
  width: 66.66%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-2-3:last-of-type,
.grid .col-8-12:last-of-type,
.row .col-2-3:last-of-type,
.row .col-8-12:last-of-type {
  padding-right: 0;
}
.col-2-3 img,
.col-8-12 img {
  max-width: 100%;
  height: auto;
}
.col-1-3,
.col-4-12 {
  width: 33.33%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-1-3:last-of-type,
.grid .col-4-12:last-of-type,
.row .col-1-3:last-of-type,
.row .col-4-12:last-of-type {
  padding-right: 0;
}
.col-1-3 img,
.col-4-12 img {
  max-width: 100%;
  height: auto;
}
.col-1-2,
.col-5-10,
.col-6-12 {
  width: 50%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-1-2:last-of-type,
.grid .col-5-10:last-of-type,
.grid .col-6-12:last-of-type,
.row .col-1-2:last-of-type,
.row .col-5-10:last-of-type,
.row .col-6-12:last-of-type {
  padding-right: 0;
}
.col-1-2 img,
.col-5-10 img,
.col-6-12 img {
  max-width: 100%;
  height: auto;
}
.col-3-4,
.col-9-12 {
  width: 75%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-3-4:last-of-type,
.grid .col-9-12:last-of-type,
.row .col-3-4:last-of-type,
.row .col-9-12:last-of-type {
  padding-right: 0;
}
.col-3-4 img,
.col-9-12 img {
  max-width: 100%;
  height: auto;
}
.grid .col-3-4:last-of-type,
.grid .col-9-12:last-of-type,
.row .col-3-4:last-of-type,
.row .col-9-12:last-of-type {
  padding-right: 0;
}
.col-3-4 img,
.col-9-12 img {
  max-width: 100%;
  height: auto;
}
.col-3-4,
.col-3-12 {
  width: 75%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-3-4:last-of-type,
.grid .col-3-12:last-of-type,
.row .col-3-4:last-of-type,
.row .col-3-12:last-of-type {
  padding-right: 0;
}
.col-3-4 img,
.col-3-12 img {
  max-width: 100%;
  height: auto;
}
.grid .col-3-4:last-of-type,
.grid .col-3-12:last-of-type,
.row .col-3-4:last-of-type,
.row .col-3-12:last-of-type {
  padding-right: 0;
}
.col-3-4 img,
.col-3-12 img {
  max-width: 100%;
  height: auto;
}
.col-1-8 {
  width: 12.5%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-1-8:last-of-type,
.row .col-1-8:last-of-type {
  padding-right: 0;
}
.col-1-8 img {
  max-width: 100%;
  height: auto;
}
.col-1-5,
.col-2-10 {
  width: 20%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-1-5:last-of-type,
.grid .col-2-10:last-of-type,
.row .col-1-5:last-of-type,
.row .col-2-10:last-of-type {
  padding-right: 0;
}
.col-1-5 img,
.col-2-10 img {
  max-width: 100%;
  height: auto;
}
.col-2-5,
.col-4-10 {
  width: 40%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-2-5:last-of-type,
.grid .col-4-10:last-of-type,
.row .col-2-5:last-of-type,
.row .col-4-10:last-of-type {
  padding-right: 0;
}
.col-2-5 img,
.col-4-10 img {
  max-width: 100%;
  height: auto;
}
.col-3-5,
.col-6-10 {
  width: 60%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-3-5:last-of-type,
.grid .col-6-10:last-of-type,
.row .col-3-5:last-of-type,
.row .col-6-10:last-of-type {
  padding-right: 0;
}
.col-3-5 img,
.col-6-10 img {
  max-width: 100%;
  height: auto;
}
.col-4-5,
.col-8-10 {
  width: 80%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-4-5:last-of-type,
.grid .col-8-10:last-of-type,
.row .col-4-5:last-of-type,
.row .col-8-10:last-of-type {
  padding-right: 0;
}
.col-4-5 img,
.col-8-10 img {
  max-width: 100%;
  height: auto;
}
.col-1-10 {
  width: 10%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-1-10:last-of-type,
.row .col-1-10:last-of-type {
  padding-right: 0;
}
.col-1-10 img {
  max-width: 100%;
  height: auto;
}
.col-3-10 {
  width: 30%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-3-10:last-of-type,
.row .col-3-10:last-of-type {
  padding-right: 0;
}
.col-3-10 img {
  max-width: 100%;
  height: auto;
}
.col-7-10 {
  width: 70%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-7-10:last-of-type,
.row .col-7-10:last-of-type {
  padding-right: 0;
}
.col-7-10 img {
  max-width: 100%;
  height: auto;
}
.col-9-10 {
  width: 90%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-9-10:last-of-type,
.row .col-9-10:last-of-type {
  padding-right: 0;
}
.col-9-10 img {
  max-width: 100%;
  height: auto;
}
.col-1-12 {
  width: 8.33%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-1-12:last-of-type,
.row .col-1-12:last-of-type {
  padding-right: 0;
}
.col-1-12 img {
  max-width: 100%;
  height: auto;
}
.col-2-12 {
  width: 16.66%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-2-12:last-of-type,
.row .col-2-12:last-of-type {
  padding-right: 0;
}
.col-2-12 img {
  max-width: 100%;
  height: auto;
}
.col-3-12 {
  width: 25%;
  width: 75%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-3-12:last-of-type,
.row .col-3-12:last-of-type {
  padding-right: 0;
}
.col-3-12 img {
  max-width: 100%;
  height: auto;
}
.grid .col-3-12:last-of-type,
.row .col-3-12:last-of-type {
  padding-right: 0;
}
.col-3-12 img {
  max-width: 100%;
  height: auto;
}
.grid .col-3-12:last-of-type,
.row .col-3-12:last-of-type {
  padding-right: 0;
}
.col-3-12 img {
  max-width: 100%;
  height: auto;
}
.col-5-12 {
  width: 41.65%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-5-12:last-of-type,
.row .col-5-12:last-of-type {
  padding-right: 0;
}
.col-5-12 img {
  max-width: 100%;
  height: auto;
}
.col-7-12 {
  width: 58.31%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-7-12:last-of-type,
.row .col-7-12:last-of-type {
  padding-right: 0;
}
.col-7-12 img {
  max-width: 100%;
  height: auto;
}
.col-10-12 {
  width: 83.3%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-10-12:last-of-type,
.row .col-10-12:last-of-type {
  padding-right: 0;
}
.col-10-12 img {
  max-width: 100%;
  height: auto;
}
.col-11-12 {
  width: 91.63%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-11-12:last-of-type,
.row .col-11-12:last-of-type {
  padding-right: 0;
}
.col-11-12 img {
  max-width: 100%;
  height: auto;
}
/*My Stuff///////////////////////////////////////////////////////////////////////////////////*/
#id_corner {
  background-color: #999;
  padding: 5px;
  color: #333;
}
#id_corner a {
  color: #333;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex_text {
  position: absolute;
  bottom: 30px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1%;
  font-size: 20px;
  line-height: 32px;
  font-size: 1.4035087719298245rem;
  line-height: 2rem;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  margin-bottom: 0;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
#flexslider {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.flexslider {
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  transition: all .9s ease;
  -webkit-box-shadow: 0px 0px 3px #030332;
  -moz-box-shadow: 0px 0px 3px #030332;
  box-shadow: 0px 0px 3px #030332;
}
ul.slides {
  margin: 0;
  list-style-type: none;
}
.flexslider .slides {
  zoom: 1;
}
ul.slides li {
  position: relative;
}
.loading .flex-viewport {
  max-height: 300px;
}
.did_you_know {
  position: absolute;
  bottom: 50px;
  left: 2%;
  background: #000000;
  background: rgba(255, 255, 255, 0.8);
  width: 450px;
  -webkit-box-shadow: 0px 2px 4px 0px #000;
  box-shadow: 0px 2px 4px 0px #000;
}
.did_you_know strong {
  font-weight: 700;
  display: block;
  padding: 5px 10px;
  background: url(../images/small_bg.jpg) no-repeat left center;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.did_you_know p {
  color: #666666;
  padding: 10px;
  font-size: 30px;
}
/* Direction Nav */
.flex-direction-nav a {
  width: 40px;
  height: 80px;
  margin: -20px 0 0;
  display: block;
  background: url(images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -40px;
}
.flex-direction-nav .flex-prev {
  left: -40px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*# sourceMappingURL=style.css.map */