@charset "utf-8";
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Leave this for site we are using it in.  It won't ship upless it is requested.
*/
/*light blue*/
/*dark blue*/
/*green*/
.font1 {
  font-family: futura-pt, Arial, Helvetica, sans-serif;
}
.font2 {
  font-family: lobster, Arial, Helvetica, sans-serif;
}
.font3 {
  font-family: acumin-pro-extra-condensed;
}
.page_header {
  font-family: "futura-pt", "Impact", sans-serif;
  font-size: 46px;
  line-height: 56px;
  font-weight: 400;
  color: #2a6cb1;
}
.section_header {
  font-family: "futura-pt", "Impact", sans-serif;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  color: #2a6cb1;
}
.sub_section_header {
  font-family: "futura-pt", "Impact", sans-serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  color: #2a6cb1;
}
/* 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: normal 16px/1.4em futura-pt, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #333;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.max_width {
  max-width: 1400px;
}
/*Define*/
a {
  color: #2c597f;
}
a:hover {
  color: #999;
}
p {
  color: #333;
  line-height: 1.5em;
  padding: 1% 0;
}
h1,
h1 strong {
  font-size: 28px;
  line-height: 44.8px;
  font-size: 1.9649122807017543rem;
  line-height: 2.8rem;
}
h2,
h2 strong {
  font-size: 24px;
  line-height: 38.4px;
  font-size: 1.6842105263157894rem;
  line-height: 2.4rem;
}
h3,
h3 strong {
  font-size: 20px;
  line-height: 32px;
  font-size: 1.4035087719298245rem;
  line-height: 2rem;
}
h4,
h4 strong {
  font-size: 18px;
  line-height: 28.8px;
  font-size: 1.263157894736842rem;
  line-height: 1.8rem;
}
h5,
h5 strong {
  font-size: 16px;
  line-height: 25.6px;
  font-size: 1.1228070175438596rem;
  line-height: 1.5999999999999999rem;
}
h6,
h6 strong {
  font-size: 16px;
  line-height: 25.6px;
  font-size: 1.1228070175438596rem;
  line-height: 1.5999999999999999rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6em;
  font-weight: bold;
}
.header_1,
.header_2,
.header_3 {
  font-family: "futura-pt", "Impact";
}
strong.header_1 {
  font-size: 20px;
}
strong.header_2 {
  font-size: 18px;
}
/*tinyMCE*/
.f_color1 {
  color: #2a6cb1;
}
.f_color2 {
  color: #2c597f;
}
.f_color3 {
  color: #76a653;
}
html {
  overflow: scroll;
  overflow-x: hidden;
}
body {
  background: url(images/x.png) #fff;
}
.background {
  background: url('images/x.png') repeat;
}
html,
body {
  height: 100%;
}
body > #wrap {
  min-height: 100%;
}
#wrap {
  margin-bottom: -310px;
}
#wrap:after {
  content: "";
  display: block;
}
#footer,
#wrap:after {
  height: 310px;
}
body.index_bg {
  background: url('images/video_bg.jpg') no-repeat fixed top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#container {
  position: relative;
  margin: 0 auto;
}
#alert {
  background-color: #2c597f;
  padding: 10px;
  position: relative;
  text-align: center;
  z-index: 1000;
}
#alert a {
  color: #fff;
  font-weight: bold;
}
#alert2 {
  background-color: #ff8430;
  padding: 10px;
  position: relative;
  text-align: center;
  z-index: 1000;
}
#alert2 a {
  color: #fff;
  font-weight: bold;
}
/*Branding///////////////////////////////////////////////////////////////////////////////////////////*/
header.sticky {
  position: fixed;
  top: 0px;
}
header.sticky #header_inner #logo {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
header.sticky #header_inner nav > ul.dropdown li a {
  padding-top: 5px;
}
header {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  width: 100%;
  z-index: 10;
}
header #header_inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}
header #header_inner #logo {
  -webkit-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
header #header_inner #logo img {
  max-width: 90%;
  height: auto;
}
header #header_inner nav {
  -webkit-flex: 11;
  -ms-flex: 11;
  flex: 11;
  text-align: center;
  /*LEVEL ONE*/
}
header #header_inner nav #join_contact {
  padding: 5px;
  text-align: right;
}
header #header_inner nav #join_contact .join {
  color: #fff;
  border-right: 1px solid #ccc;
  font-weight: bold;
  padding: 5px 10px;
}
header #header_inner nav #join_contact .contact {
  padding: 0 10px;
  color: #fff;
  font-size: 24px;
}
header #header_inner nav > ul.dropdown {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  /*LEVEL TWO*/
}
header #header_inner nav > ul.dropdown li {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
header #header_inner nav > ul.dropdown li a {
  color: #bee6ff;
  display: block;
  font-family: acumin-pro-extra-condensed;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  padding: 10px 0;
}
header #header_inner nav > ul.dropdown li a:hover {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}
header #header_inner nav > ul.dropdown ul {
  /* display:none; */
  height: 0;
  list-style-type: none;
  margin: 0;
  -webkit-transition: visibility 0.1s, opacity 0.1s linear;
  -moz-transition: visibility 0.1s, opacity 0.1s linear;
  -ms-transition: visibility 0.1s, opacity 0.1s linear;
  -o-transition: visibility 0.1s, opacity 0.1s linear;
  opacity: 0;
  visibility: hidden;
}
header #header_inner nav > ul.dropdown ul li {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2c597f;
  border-bottom: 1px solid #1f3e59;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
}
header #header_inner nav > ul.dropdown ul li a {
  color: #fff;
  font-size: 20px;
  padding: 10px;
  text-align: left;
}
header #header_inner nav > ul.dropdown ul li:hover {
  background: #000000;
}
header #header_inner nav #mobile_con {
  display: none;
  margin: 5px 0;
  text-align: left;
}
header #header_inner nav #mobile_con #mobile_nav_bar {
  background-color: #fff;
  border: 1px solid #2a6cb1;
  margin: 0 auto;
  padding: 10px;
  width: 98%;
}
header #header_inner nav #mobile_con svg {
  height: 18px;
  color: #2a6cb1;
}
header #header_inner nav #mobile_con span {
  font-size: 20px;
  color: #2a6cb1;
  display: inline-block;
  padding-left: 10px;
}
header #header_inner nav #mobile_con #mobile_nav {
  background-color: #2c597f;
  margin: 0 1%;
  width: 98%;
}
header #header_inner nav #mobile_con #mobile_nav a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px solid #3974a5;
}
header #header_inner nav #mobile_con #mobile_nav .mobile_sub {
  padding-left: 20px;
  *zoom: 1;
  background-color: rgba(57, 116, 165, 0.8);
}
header #header_inner nav #mobile_con #mobile_nav .mobile_sub:before,
header #header_inner nav #mobile_con #mobile_nav .mobile_sub:after {
  display: block;
  content: "";
  line-height: 0;
}
header #header_inner nav #mobile_con #mobile_nav .mobile_sub:after {
  clear: both;
}
header #header_inner nav #mobile_con #mobile_nav .mobile_sub:before,
header #header_inner nav #mobile_con #mobile_nav .mobile_sub:after {
  display: block;
  content: "";
  line-height: 0;
}
header #header_inner nav #mobile_con #mobile_nav .mobile_sub:after {
  clear: both;
}
header #header_inner nav #mobile_con #mobile_nav .mobile_sub_sub {
  padding-left: 40px;
  *zoom: 1;
  background-color: rgba(79, 141, 194, 0.8);
}
header #header_inner nav #mobile_con #mobile_nav .mobile_sub_sub:before,
header #header_inner nav #mobile_con #mobile_nav .mobile_sub_sub:after {
  display: block;
  content: "";
  line-height: 0;
}
header #header_inner nav #mobile_con #mobile_nav .mobile_sub_sub:after {
  clear: both;
}
header #header_inner nav #mobile_con #mobile_nav .mobile_sub_sub:before,
header #header_inner nav #mobile_con #mobile_nav .mobile_sub_sub:after {
  display: block;
  content: "";
  line-height: 0;
}
header #header_inner nav #mobile_con #mobile_nav .mobile_sub_sub:after {
  clear: both;
}
header #header_inner nav #mobile_con #mobile_nav a:hover {
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
}
#left {
  width: 100%;
}
#left_inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px;
  *zoom: 1;
}
#left_inner:before,
#left_inner:after {
  display: block;
  content: "";
  line-height: 0;
}
#left_inner:after {
  clear: both;
}
#left_inner:before,
#left_inner:after {
  display: block;
  content: "";
  line-height: 0;
}
#left_inner:after {
  clear: both;
}
#breadcrumb {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 0;
}
#breadcrumb #bread_inner {
  border-top: 1px solid #2a6cb1;
  border-bottom: 1px solid #2a6cb1;
  margin: 10px 0;
  padding: 10px;
}
#breadcrumb span {
  color: #666666;
}
#breadcrumb a {
  color: #2c597f;
  font-weight: bold;
}
ul,
ol {
  margin: 2%;
}
address.contact_form {
  padding: 1%;
  border: 1px solid #ccc;
  line-height: 1.5em;
  margin-bottom: 2%;
}
address.contact_form h2 {
  margin: 1% 0;
}
#featured_events {
  color: #fff;
  font-size: 3em;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
}
#events_page {
  padding: 10px;
}
#welcome_video {
  position: relative;
  height: 100%;
  height: 100vh;
  overflow: hidden;
  /*
min-height: 960px;
overflow: hidden;
position:relative; */
}
#welcome_video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#index_events {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  list-style-type: none;
  margin: 0 auto;
  padding: 20px;
}
#index_events ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#index_events ul li {
  width: 18%;
  margin: 0 1%;
  border: 1px solid #333;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#index_events li:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#index_events li span {
  display: block;
}
#index_events .event_wrap {
  padding: 10px;
}
#index_events .event_header {
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-size: 1.4035087719298245rem;
  line-height: 2rem;
  color: #c3d1e7;
  font-weight: normal;
  padding-bottom: 10px;
}
#index_events .event_date,
#index_events .event_location {
  color: #fff;
}
#index_events strong {
  color: #999;
}
#event_container {
  margin: 30px 0;
}
#event_container h2,
#event_container p {
  padding-left: 0;
}
#homepage_gallery_outer {
  width: 100%;
  position: relative;
  *zoom: 1;
}
#homepage_gallery_outer:before,
#homepage_gallery_outer:after {
  display: block;
  content: "";
  line-height: 0;
}
#homepage_gallery_outer:after {
  clear: both;
}
#homepage_gallery_outer:before,
#homepage_gallery_outer:after {
  display: block;
  content: "";
  line-height: 0;
}
#homepage_gallery_outer:after {
  clear: both;
}
#homepage_gallery_outer #homepage_gallery {
  margin: 0;
}
#homepage_gallery_outer h2 {
  position: absolute;
  top: 0;
  display: inline-block;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  font-weight: normal;
  font-size: 30px;
  line-height: 48px;
  font-size: 2.1052631578947367rem;
  line-height: 2.9999999999999996rem;
  color: #fff;
  padding: 10px 10px 0;
  z-index: 5;
}
#homepage_gallery_outer #homepage_gallery {
  list-style-type: none;
  width: 100%;
}
#homepage_gallery_outer #homepage_gallery li {
  position: relative;
  float: left;
  width: 12.5%;
  overflow: hidden;
}
#homepage_gallery_outer #homepage_gallery .photo_credit {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 3px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
#homepage_gallery_outer #homepage_gallery a:hover span.photo_credit {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
#homepage_gallery_outer #homepage_gallery .portrait {
  max-width: 100%;
  height: auto;
}
#homepage_gallery_outer #homepage_gallery .landscape {
  max-height: 100%;
  width: auto;
}
#homepage_gallery_outer #homepage_gallery .square,
#homepage_gallery_outer #homepage_gallery no_resize {
  max-width: 100%;
  height: auto;
}
#blog {
  margin: 0 auto;
  padding-bottom: 20px;
}
#blog ul {
  list-style-type: none;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#blog li {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  width: 31%;
  margin-bottom: 10px;
  background-color: #eee;
}
#blog li a {
  background-color: #eee;
  display: block;
}
#blog li span {
  display: block;
}
#blog li:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#blog .blog_wrap {
  padding: 10px;
}
#blog .blog_header {
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-size: 1.4035087719298245rem;
  line-height: 2rem;
  color: #555;
  font-weight: normal;
  font-family: acumin-pro-extra-condensed;
}
#blog .blog_date {
  color: #999;
}
#right {
  float: left;
  width: 15%;
  border: 1px solid #ccc;
  height: 100%;
  min-height: 100%;
  position: fixed;
  right: 0;
  background: url(images/jefferson.jpg) no-repeat center bottom;
  -webkit-box-shadow: 0px 0px 4px 0px #333;
  box-shadow: 0px 0px 4px 0px #333;
}
#box,
#list_biz {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
#box strong.header,
#list_biz strong.header {
  display: block;
  font-family: acumin-pro-extra-condensed;
  font-size: 22px;
  line-height: 35.2px;
  font-size: 1.543859649122807rem;
  line-height: 2.1999999999999997rem;
  color: #2c597f;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #box,
  #list_biz {
    display: block;
  }
  #box > *,
  #list_biz > * {
    display: block;
    float: left;
    height: 300px;
    width: 31%;
    margin: 1%;
  }
  #box > * span.img_container,
  #list_biz > * span.img_container,
  #box > * span.info_container,
  #list_biz > * span.info_container {
    display: block;
    float: none;
    height: 200px;
  }
}
#box {
  grid-auto-rows: minmax(300px, auto);
}
#box a {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
}
#box a:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#box a.name_call_out {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#box a.name_call_out .box_header {
  font-size: 24px;
  line-height: 38.4px;
  font-size: 1.6842105263157894rem;
  line-height: 2.4rem;
  color: #fff;
  font-weight: normal;
  padding: 10px;
  text-align: center;
  background-color: rgba(42, 108, 177, 0.7);
}
#box .img_container {
  display: block;
  min-height: 1px;
  height: 290px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#box .info_container {
  padding: 20px;
  display: block;
}
#box .info_container p {
  font-size: 14px;
}
#box .info_container address {
  width: 100%;
  padding: 10px 0;
}
#list_biz .biz_box {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #eee;
  padding: 20px;
}
#list_biz .biz_info_container p {
  font-size: 14px;
}
#list_biz .biz_info_container address {
  width: 100%;
  padding: 10px 0;
}
#list_biz .biz_info_container_dis address {
  width: 100%;
  padding: 10px 0;
}
#list_biz .biz_info_container_dis strong.dis {
  font-size: 18px;
}
#list_biz .dash {
  border: 3px dashed #333;
}
#inserted_gallery a,
.inserted_gallery a {
  background: #000 center center no-repeat;
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 1%;
  border: 1px solid #333;
}
#inserted_gallery a:hover,
.inserted_gallery a:hover {
  border: 1px solid #5f908c;
}
/*Inserted Content/////////////////////////////////////////////////////////////////////////////////////////////////////*/
.banner_with_caption {
  position: relative;
  margin: 1% 0;
  -webkit-box-shadow: 0px 0px 4px #666666;
  -moz-box-shadow: 0px 0px 4px #666666;
  box-shadow: 0px 0px 4px #666666;
  z-index: 9;
}
.banner_with_caption #banner_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: -107px;
  padding: 0 10px;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.banner_with_caption h1 {
  font-family: lobster, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 89.6px;
  font-size: 3.9298245614035086rem;
  line-height: 5.6rem;
  line-height: 80px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.9);
}
.banner_with_caption p {
  color: #fff;
  padding: 0 0 0.5% 1%;
}
#submit_event a {
  font-size: 20px;
  line-height: 32px;
  font-size: 1.4035087719298245rem;
  line-height: 2rem;
  margin: 10px 0;
  padding: 15px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  background-color: rgba(44, 89, 127, 0.8);
  color: #fff;
  display: inline-block;
  border-right: 1px solid #ddd;
}
#submit_event a:hover {
  background-color: rgba(44, 89, 127, 0.4);
}
ul.tabs {
  margin: 10px 0;
  padding: 0px;
  list-style: none;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.tabs li {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: none;
  color: #222;
  margin: 2px;
  padding: 1%;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  background: #c8c8c8;
  background: rgba(200, 200, 200, 0.3);
}
ul.tabs li:hover {
  color: #fff;
  background-color: rgba(44, 89, 127, 0.8);
}
ul.tabs li.current {
  background: #2c597f;
  color: #fff;
  font-weight: bold;
}
.tab-content.current {
  display: inherit;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tab-content.current {
    display: block;
  }
  .tab-content.current > * {
    display: block;
    float: left;
    height: 200px;
    width: 23%;
    margin: 1%;
  }
}
.tab-content {
  display: none;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #2a6cb1;
  -webkit-transition: display 0.4s;
  transition: display 0.4s;
}
.tab-content a.event_wrap {
  display: inline-block;
  border: 1px solid #2a6cb1;
}
.tab-content a.event_wrap .date_con {
  text-align: center;
  background-color: #2c597f;
  color: #fff;
  display: block;
  padding: 10px 0;
  font-size: 18px;
  line-height: 28.8px;
  font-size: 1.263157894736842rem;
  line-height: 1.8rem;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.tab-content strong {
  display: block;
  font-size: 18px;
  line-height: 28.8px;
  font-size: 1.263157894736842rem;
  line-height: 1.8rem;
  font-weight: normal;
  color: #2c597f;
  padding: 10px;
}
.tab-content strong i {
  color: orange;
}
a:hover.event_wrap span.date_con {
  background-color: #4f8dc2;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
#read_this_article,
#attr_popup {
  padding: 20px;
}
#attr_popup {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 455px;
}
#attr_popup .attr_img_container {
  width: 30%;
}
#attr_popup .attr_info_container {
  width: 70%;
  padding: 20px;
}
#attr_popup .attr_info_container strong {
  font-family: acumin-pro-extra-condensed;
  font-size: 24px;
  line-height: 38.4px;
  font-size: 1.6842105263157894rem;
  line-height: 2.4rem;
}
.icon_phone,
.icon_web,
.icon_map,
.icon_meeting {
  display: inline-block;
  padding-right: 10px;
  color: #2c597f;
}
.cvb_contact {
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 10px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
}
.cvb_contact .sec_1 {
  width: 33%;
  float: left;
  padding-right: 10px;
}
.cvb_contact .map {
  width: 66%;
  float: left;
}
.cvb_contact #map-canvas {
  width: 100%;
  height: 300px;
  border: 1px solid #ccc;
}
.cvb_contact .cell_1,
.cvb_contact .cell_2,
.cvb_contact .cell_3 {
  float: left;
  width: 32%;
  margin: 1%;
}
.cvb_contact .cell_1 {
  margin-left: 0;
}
.cvb_contact .cell_3 {
  margin-right: 0;
}
.cvb_contact .button {
  background: url(images/x.png) #3482ac;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-size: 1.4035087719298245rem;
  line-height: 2rem;
  display: inline-block;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}
.button_1 {
  background-color: #2a6cb1;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  padding: 10px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  text-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
}
a:hover.button_1 {
  color: #fff;
  background-color: #3d85d1;
}
.contact_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact_container .contact_items {
  float: left;
  width: 31.33%;
  margin: 10px 0;
  padding: 5px;
  border: 1px solid #ccc;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3);
}
.contact_container .staff_img {
  width: 30%;
  float: left;
}
.contact_container .staff_detail {
  width: 60%;
  float: left;
  padding: 10px;
}
.contact_container a {
  color: #2c597f;
  font-size: 20px;
  line-height: 32px;
  font-size: 1.4035087719298245rem;
  line-height: 2rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.contact_container a:hover {
  text-decoration: underline;
}
label.filter {
  padding: 1% 0;
}
label.filter span {
  font-family: acumin-pro-extra-condensed;
  font-size: 30px;
  line-height: 48px;
  font-size: 2.1052631578947367rem;
  line-height: 2.9999999999999996rem;
}
label.filter select {
  padding: 10px;
  width: 100%;
}
#mileage {
  float: left;
  width: 24%;
  border: 1px solid #ccc;
  margin: 0 0 0 1%;
  background: #f8b033;
  background: rgba(248, 176, 51, 0.7);
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}
#mileage h3 {
  text-align: center;
  color: #fff;
}
#mileage th {
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #fff;
  padding: 2%;
}
#mileage td {
  border-collapse: collapse;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 2%;
  color: #390500;
}
#mileage td:last-child {
  border-right: none;
  text-align: center;
}
#top {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
#press strong {
  display: block;
  font-family: acumin-pro-extra-condensed;
  font-size: 30px;
  line-height: 48px;
  font-size: 2.1052631578947367rem;
  line-height: 2.9999999999999996rem;
  clear: left;
  margin: 0 1%;
  border-bottom: 1px dotted #ccc;
}
#press a {
  width: 23%;
  display: block;
  float: left;
  margin: 1%;
  padding: 5px;
  border: 1px solid #eee;
}
#press a strong {
  font-size: 22px;
  line-height: 35.2px;
  font-size: 1.543859649122807rem;
  line-height: 2.1999999999999997rem;
  color: #2c597f;
  border: none;
}
#press a .date {
  font-style: italic;
}
#press a:hover {
  border: 1px solid #2c597f;
}
#event_export {
  margin-top: 20px;
  border-top: 1px solid #2a6cb1;
  text-align: center;
  background: #e8e8e8 url("images/833/photo/cropped_events_364.jpg") no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 300px;
}
#event_export h1.page_header {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}
#event_export form label {
  display: inline-block;
  width: 25%;
  padding: 10px;
}
#event_export form label input {
  padding: 20px;
}
#event_export form label span.text {
  font-size: 1.3em;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
  font-weight: normal;
}
#event_export form input[type=submit] {
  padding: 13px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  Background-color: #2a6cb1;
  border: none;
  color: #fff;
}
#print_events {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}
#print_events section {
  page-break-inside: avoid;
  border-bottom: 1px solid #ccc;
  padding: 20px;
}
#print_events section em {
  display: block;
}
/*Footer Section/////////////////////////////////////////////////////////////////////////////////////////////////////*/
footer {
  background-color: #222;
  width: 100%;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}
footer #footer_inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}
footer #footer_inner #join_email,
footer #footer_inner #sponsors,
footer #footer_inner address {
  padding: 10px;
}
footer #footer_inner address {
  width: 25%;
}
footer #footer_inner #join_email {
  width: 30%;
}
footer #footer_inner #join_email p {
  font-size: 36px;
  font-weight: 700;
  color: #163b4f;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}
footer #footer_inner #join_email label {
  display: inline-block;
  float: left;
  padding: 0 5px;
}
footer #footer_inner #join_email input {
  width: 100%;
  border: none;
  padding: 10px;
}
footer #footer_inner #join_email .input1,
footer #footer_inner #join_email .input2 {
  width: 50%;
}
footer #footer_inner #join_email .input3 {
  width: 100%;
}
footer #footer_inner #join_email .input4 {
  width: 30%;
}
footer #footer_inner #join_email .submit {
  padding: 6px;
  background-color: #163b4f;
  border: none;
  color: #fff;
  font-weight: 700;
}
footer #footer_inner #join_email label.error {
  background-color: red;
  color: #fff;
}
footer #footer_inner #sponsors {
  text-align: center;
  width: 40%;
  margin: 0 25px;
}
footer #footer_inner #sponsors a {
  display: inline-block;
  padding: 20px;
  width: 35%;
  float: left;
}
footer #footer_inner #sponsors a.visitmo {
  width: 60%;
}
footer #footer_inner #sponsors a.djc {
  padding-top: 40px;
}
footer #footer_nav {
  border-top: 1px solid #444;
  padding: 10px 0;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer #footer_nav a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px;
}
#profile_two_up {
  margin: 1%;
  *zoom: 1;
}
#profile_two_up:before,
#profile_two_up:after {
  display: block;
  content: "";
  line-height: 0;
}
#profile_two_up:after {
  clear: both;
}
#profile_two_up:before,
#profile_two_up:after {
  display: block;
  content: "";
  line-height: 0;
}
#profile_two_up:after {
  clear: both;
}
#profile_two_up #profile_two_up_1,
#profile_two_up #profile_two_up_2 {
  float: left;
}
#profile_two_up #profile_two_up_1 {
  width: 75%;
  padding: 10px;
}
#profile_two_up #profile_two_up_2 {
  width: 25%;
  padding: 20px;
}
#welcome_outter {
  -webkit-box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
}
#welcome_outter #welcome_text {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 40px;
  position: relative;
  width: 49%;
}
#welcome_outter #welcome_text h1 {
  font-weight: normal;
  color: #bee6ff;
  font-size: 48px;
}
#welcome_outter #welcome_text p {
  color: #fff;
  line-height: 30px;
  text-align: justify;
}
#welcome_outter #welcome_text a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.3em;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
}
#welcome_outter #welcome_text a:hover {
  background-color: #8bd2ff;
  color: #2a6cb1;
}
#footer_inner address {
  padding: 10px;
}
#footer_inner address strong {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}
#footer_inner address .spacing {
  margin: 10px 0;
  padding: 5px 10px;
  border-left: 1px dotted #8ab7cf;
  display: block;
  color: #eee;
}
#footer_inner address .spacing a {
  color: #8ab7cf;
}
#social {
  float: left;
  width: 25%;
}
#social a {
  display: block;
  width: 25%;
  float: left;
}
#social a img {
  -webkit-box-shadow: 0px 0px 3px #0b202c;
  -moz-box-shadow: 0px 0px 3px #0b202c;
  box-shadow: 0px 0px 3px #0b202c;
}
#social a img:hover {
  opacity: 0.6;
}
.video_block {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 400px;
  position: relative;
  opacity: 0.8;
}
.video_block i {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  display: inline-block;
  background-color: red;
  padding: 5px 10px;
  font-size: 36px;
  line-height: 36px;
  border-radius: 3px;
  text-shadow: 0 0px 1px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 3px #333;
}
.video_block span {
  display: block;
}
.video_block .text_wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
}
.video_block .text_wrap strong {
  color: #fff;
  display: block;
  font-family: acumin-pro-extra-condensed, impact;
  font-size: 36px;
  line-height: 46px;
  font-weight: normal;
}
.video_block .text_wrap span {
  color: #fff;
}
.video_block .text_wrap .by {
  font-style: italic;
}
.video_block:hover {
  opacity: 1;
}
#storys_addon {
  display: block;
  width: 98%;
  margin: 0 1%;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#storys_addon li {
  width: 25%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.4s;
  padding-right: 10px;
}
#storys_addon li:nth-child(4n+4) {
  padding-right: 0;
}
#storys_addon a {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#storys_addon a:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#storys_addon strong {
  color: #2c597f;
  display: block;
  padding: 2%;
  font-size: 26px;
  line-height: 41.6px;
  font-size: 1.8245614035087718rem;
  line-height: 2.6rem;
  font-weight: normal;
}
#storys_addon p {
  padding: 2%;
}
#storys_addon span.read_more {
  display: block;
  padding: 1%;
  text-align: right;
  color: #2c597f;
}
#media_blog {
  margin: 2% auto;
  *zoom: 1;
  max-width: 1400px;
}
#media_blog:before,
#media_blog:after {
  display: block;
  content: "";
  line-height: 0;
}
#media_blog:after {
  clear: both;
}
#media_blog:before,
#media_blog:after {
  display: block;
  content: "";
  line-height: 0;
}
#media_blog:after {
  clear: both;
}
#media_blog .blog_img {
  width: 50%;
  float: left;
  text-align: right;
}
#media_blog .blog_text {
  -webkit-box-shadow: 0px 0px 3px #999;
  -moz-box-shadow: 0px 0px 3px #999;
  box-shadow: 0px 0px 3px #999;
  float: left;
  width: 47%;
  background-color: #eee;
  margin: 20px 0 0 -3%;
  padding: 20px;
}
#media_blog .blog_text .blog_header {
  font-size: 48px;
  line-height: 76.8px;
  font-size: 3.3684210526315788rem;
  line-height: 4.8rem;
  display: block;
  font-family: acumin-pro-extra-condensed;
}
#media_blog .blog_text .read_more {
  display: block;
  text-align: right;
  font-size: 20px;
  line-height: 32px;
  font-size: 1.4035087719298245rem;
  line-height: 2rem;
}
#hero {
  background: no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 20px;
  height: 600px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#hero .hero_inner {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
#hero .hero_inner h1 {
  font-size: 60px;
  color: #fff;
  font-family: "futura-pt", "Impact";
}
#hero .hero_inner p {
  font-size: 24px;
  color: #fff;
}
#msp_hero {
  background: no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 80%;
  height: 80vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#msp_hero .hero_inner {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
#msp_hero .hero_inner h1 {
  font-size: 60px;
  color: #fff;
  font-family: "futura-pt", "Impact";
}
#msp_hero .hero_inner p {
  font-size: 24px;
  color: #fff;
}
#msp_layout {
  background: #e8e8e8 url("images/msp2.jpg") no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#msp_layout #attr_popup {
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
}
#msp_layout #attr_popup .attr_info_container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  width: 50%;
}
#msp_layout #attr_popup .attr_info_container strong,
#msp_layout #attr_popup .attr_info_container p,
#msp_layout #attr_popup .attr_info_container address {
  color: #fff;
}
#msp_layout #attr_popup .attr_info_container a {
  color: #3d85d1;
}
#msp_layout #attr_popup .attr_info_container a.button_1 {
  color: #fff;
}
/* DatePicker Container */
.ui-datepicker {
  background-color: #000;
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker-header {
  background-color: #000;
  color: #e0e0e0;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px #fafafa;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #111;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-title span {
  color: #ccc;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url('images/arrow.png');
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}
.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
  border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #bbb;
  background-color: #f8f8f8;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(top, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}
.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
  background: #6eafbf;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #e0e0e0;
  text-shadow: 0px 1px 0px #4d7a85;
  filter: dropshadow(color=#4d7a85, offx=0, offy=1);
  border: 1px solid #55838f;
  position: relative;
  margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
@media all and (max-width: 500px) {
  #blog ul li {
    width: 100%;
  }
  .banner_with_caption {
    display: none;
  }
  div ul.tabs li {
    width: 23%;
  }
}
/* -- 600 and under ----------- */
@media all and (max-width: 600px) {
  .cvb_contact div.cell_1,
  div.cvb_contact .cell_2,
  .cvb_contact div.cell_3,
  input[type=text] {
    width: 96%;
  }
  div#footer #footer_inner #sponsors a.visitmo,
  div#footer #footer_inner #sponsors a.djc {
    width: 100%;
  }
  div.tab-content.current {
    grid-template-columns: 1fr!important;
  }
  #welcome_video {
    display: none;
  }
  #welcome_outter {
    padding-top: 50%;
  }
  header #header_inner nav #mobile_con #mobile_nav a {
    padding: 5px 10px;
  }
}
/* 720 on down ----------- */
@media all and (max-width: 720px) {
  div.flex {
    display: block;
  }
  div.flex .flex1,
  div.flex .flex2 {
    width: 100%;
  }
  form fieldset.two_up1,
  ul#storys_addon li,
  div#index_events ul li {
    width: 98%;
  }
  /* Two up Section */
  div#box,
  div#list_biz {
    grid-template-columns: 1fr;
  }
  div.tab-content.current {
    grid-template-columns: 1fr 1fr;
  }
  div#index_events ul li a,
  div.contact_container div.contact_items,
  div.flex3up > * {
    width: 100%;
    margin-bottom: 20px;
  }
  form fieldset.two_up2 {
    display: none;
  }
  .cvb_contact .sec_1 {
    display: none;
  }
  .cvb_contact .map {
    width: 100%;
  }
  .cvb_contact .cell_1,
  .cvb_contact .cell_2,
  .cvb_contact .cell_3,
  #blog li {
    width: 48%;
  }
  #left_inner .col-1-2 {
    width: 100%;
    padding: 1%;
  }
  #homepage_gallery_outer #homepage_gallery li {
    width: 25%;
  }
  .flex2up {
    display: block!important;
  }
  .flex2up > * {
    width: 100%!important;
  }
  footer #footer_inner {
    display: block;
  }
  footer #footer_inner #sponsors,
  footer #footer_inner address,
  footer #footer_inner #social {
    padding: 10px;
    width: 100%;
    float: none;
    text-align: center;
  }
  footer #footer_inner #sponsors .spacing,
  footer #footer_inner address .spacing,
  footer #footer_inner #social .spacing {
    border-left: 0 solid #000;
  }
  footer #footer_nav {
    display: block;
  }
  footer #footer_nav a {
    display: block;
    text-align: center;
  }
}
/* 800 on down ----------- */
@media all and (max-width: 800px) {
  #left,
  #footer,
  #homepage_gallery,
  #homepage_gallery_outer {
    float: none;
    width: 100%;
  }
  .banner_with_caption #banner_text {
    position: relative;
    margin-top: 0;
    background-color: #222;
  }
}
/* 960 on down ----------- */
@media all and (max-width: 960px) {
  header #header_inner #logo {
    -webkit-flex: 1 0 50px !important;
    -ms-flex: 1 0 50px !important;
    flex: 1 0 50px !important;
  }
  header #header_inner nav > ul.dropdown,
  header #header_inner #join_contact {
    display: none;
  }
  header #header_inner nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  header #header_inner nav #mobile_con {
    display: block;
    width: 100%;
  }
  /* Two up Section */
  #box,
  #list_biz {
    grid-template-columns: 1fr 1fr;
  }
  #attr_popup {
    display: block;
  }
  #attr_popup .attr_img_container {
    text-align: center;
  }
  #attr_popup .attr_img_container,
  #attr_popup .attr_info_container {
    display: block;
    width: 100%;
  }
  #storys_addon li,
  #storys_addon .biz_box,
  .contact_container div.contact_items {
    width: 48%;
  }
  .video_text_block .video_text_block_1,
  .video_text_block .video_text_block_2,
  #welcome_outter #welcome_vid,
  #welcome_outter #welcome_text {
    width: 100%;
    float: none;
  }
  #christmas .christmas_img,
  #christmas .christmas_text {
    position: relative;
    width: 100%;
    float: none;
    text-align: center;
  }
  div#index_events li {
    width: 48%;
    margin: 1%;
  }
  div#index_events a {
    display: block;
    text-align: center;
  }
  div#index_events img {
    margin: 0 auto;
  }
  ul.tabs li {
    width: 18%;
  }
  .tab-content.current {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #footer {
    padding: 10px 0;
    height: auto;
  }
  #footer #footer_inner #join_email,
  #footer #footer_inner #sponsors {
    width: 48%;
    margin: 1% 0;
  }
  #footer #footer_inner #join_email,
  #footer #footer_inner #sponsors,
  #footer #footer_inner address {
    width: 100%;
    float: none;
  }
  #footer #footer_inner address {
    text-align: center;
    background: #000000;
    background: rgba(0, 0, 0, 0.2);
  }
  #footer #footer_inner address .spacing {
    border: none;
  }
  #footer #footer_inner #sponsors a.visitmo,
  #footer #footer_inner #sponsors a.djc {
    width: 50%;
    padding: 0;
  }
  #footer #footer_inner #social {
    padding: 1%;
    width: 100%;
  }
  #footer #footer_inner .social {
    text-align: center;
  }
  #footer #footer_inner #footer_nav a {
    width: 33.3%;
    height: 40px;
  }
  #corvette .corvette_img {
    width: 100%;
    text-align: center;
  }
  #corvette .corvette_text {
    width: 96%;
    text-align: center;
    margin: 2%;
  }
  #msp_layout #attr_popup .attr_info_container {
    padding: 20px;
    width: 100%;
  }
}
/* 1100 on down ----------- */
@media all and (max-width: 1100px) {
  .video_block.col-1-3,
  .video_block.col-1-2 {
    width: 96%;
    margin: 2%;
  }
}
/* 1200 on down ----------- */
@media all and (max-width: 1200px) {
  #index_events ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index_events ul li {
    margin: 1% 0;
    width: 24%;
  }
  #sponsors {
    width: 35%;
  }
  #sponsors a.visitmo,
  #sponsors a.djc {
    width: 50%;
    padding: 5px;
  }
}
/* 1500 on down ----------- */
@media all and (max-width: 1500px) {
  nav a {
    float: none;
  }
}
@media all and (min-width: 961px) {
  #storys_addon li:nth-child(4n+1) {
    clear: left;
  }
}
/*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;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
table td {
  border-collapse: collapse;
  border: 1px solid #eee;
  padding: 10px;
}
a:active,
a:hover {
  outline: 0;
}
:focus {
  outline: 0;
}
b,
strong,
strong a,
a strong {
  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: 1px 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////////////////////////////*/
/*Reuseable Classes////////////////////////////*/
.max-width-center {
  max-width: 1400px;
  margin: 0 auto;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.space-between {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex1 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex2 {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.flex3 {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.flex4 {
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.flex5 {
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
.flex6 {
  -webkit-flex: 6;
  -ms-flex: 6;
  flex: 6;
}
.flex2up,
.flex3up,
.flex4up,
.flex5up {
  list-style-type: none;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex2up [class*='client_'],
.flex3up [class*='client_'],
.flex4up [class*='client_'],
.flex5up [class*='client_'] {
  padding: 10px;
}
.flex2up > * {
  width: 49%;
}
.flex3up > * {
  width: 32%;
}
.flex4up > * {
  width: 24%;
}
.flex5up > * {
  width: 19%;
}
.max_1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.w100 {
  width: 100%;
}
.w98 {
  width: 98%;
}
.w95 {
  width: 95%;
}
.w90 {
  width: 90%;
}
.w85 {
  width: 85%;
}
.w80 {
  width: 80%;
}
.w75 {
  width: 75%;
}
.w70 {
  width: 70%;
}
.w65 {
  width: 65%;
}
.w60 {
  width: 60%;
}
.w55 {
  width: 55%;
}
.w50 {
  width: 50%;
}
.w48 {
  width: 48%;
}
.w45 {
  width: 45%;
}
.w40 {
  width: 40%;
}
.w35 {
  width: 35%;
}
.w33 {
  width: 33%;
}
.w30 {
  width: 30%;
}
.w25 {
  width: 25%;
}
.w20 {
  width: 20%;
}
.w18 {
  width: 18%;
}
.w15 {
  width: 15%;
}
.w10 {
  width: 10%;
}
.w5 {
  width: 5%;
}
.width_100 {
  width: 100%;
}
.width_98 {
  width: 98%;
}
.width_95 {
  width: 95%;
}
.width_90 {
  width: 90%;
}
.width_85 {
  width: 85%;
}
.width_80 {
  width: 80%;
}
.width_75 {
  width: 75%;
}
.width_70 {
  width: 70%;
}
.width_65 {
  width: 65%;
}
.width_60 {
  width: 60%;
}
.width_55 {
  width: 55%;
}
.width_50 {
  width: 50%;
}
.width_48 {
  width: 48%;
}
.width_45 {
  width: 45%;
}
.width_40 {
  width: 40%;
}
.width_35 {
  width: 35%;
}
.width_33 {
  width: 33%;
}
.width_30 {
  width: 30%;
}
.width_25 {
  width: 25%;
}
.width_20 {
  width: 20%;
}
.width_18 {
  width: 18%;
}
.width_15 {
  width: 15%;
}
.width_10 {
  width: 10%;
}
.width_5 {
  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,
.pt0 {
  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*/
}
.f_color1 {
  color: #2a6cb1;
}
.f_color2 {
  color: #2c597f;
}
.f_color3 {
  color: #76a653;
}
/*Text*/
.font_16 {
  font-size: 16px;
  line-height: 25.6px;
  font-size: 1.1228070175438596rem;
  line-height: 1.5999999999999999rem;
}
.font_18 {
  font-size: 18px;
  line-height: 28.8px;
  font-size: 1.263157894736842rem;
  line-height: 1.8rem;
}
.font_20 {
  font-size: 20px;
  line-height: 32px;
  font-size: 1.4035087719298245rem;
  line-height: 2rem;
}
.font_24 {
  font-size: 24px;
  line-height: 38.4px;
  font-size: 1.6842105263157894rem;
  line-height: 2.4rem;
}
.font_30 {
  font-size: 30px;
  line-height: 48px;
  font-size: 2.1052631578947367rem;
  line-height: 2.9999999999999996rem;
}
.font_36 {
  font-size: 36px;
  line-height: 57.6px;
  font-size: 2.526315789473684rem;
  line-height: 3.6rem;
}
.font_40 {
  font-size: 40px;
  line-height: 64px;
  font-size: 2.807017543859649rem;
  line-height: 4rem;
}
.font_50 {
  font-size: 50px;
  line-height: 80px;
  font-size: 3.508771929824561rem;
  line-height: 5rem;
}
.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;
}
.fixed {
  position: fixed;
}
/*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;
}
.row {
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  *zoom: 1;
}
.row:before,
.row:after {
  display: block;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: block;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.grid {
  margin: 0 0 10px 0;
  *zoom: 1;
}
.grid:before,
.grid:after {
  display: block;
  content: "";
  line-height: 0;
}
.grid:after {
  clear: both;
}
.grid:before,
.grid:after {
  display: block;
  content: "";
  line-height: 0;
}
.grid:after {
  clear: both;
}
[class*='col-'] {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
.grid [class*='col-']:last-of-type,
.row [class*='col-']:last-of-type {
  padding-right: 0;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-3 {
  width: 33.33%;
}
.col-1-2 {
  width: 50%;
}
.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.col-1-8 {
  width: 12.5%;
}
/* Opt-in outside padding */
.grid-pad {
  padding: 10px 0 10px 10px;
}
.grid-pad [class*='col-']:last-of-type {
  padding-right: 10px;
}
.no_pad {
  padding: 0;
}
.module {
  padding: 10px;
  display: block;
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Leave this for site we are using it in.  It won't ship upless it is requested.
*/
/*define*/
/*Warning Errors and Success/////////////////////////////////////////////////////////////////////*/
label.error {
  color: #e22a2a;
}
b.required {
  color: #e22a2a;
  font-weight: bold;
  font-size: 18px;
  line-height: 28.8px;
  font-size: 1.263157894736842rem;
  line-height: 1.8rem;
  line-height: 14px;
}
b.err {
  display: inline-block;
  color: #e22a2a;
}
span.text_err {
  /*php Error*/
  display: block;
}
.required {
  color: #e22a2a;
}
/*Ajax Errors//////////////////////////////////////////////////////////////////////////////////////*/
.response-waiting,
.response-success,
.response-error {
  display: block;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
  font-size: 18px;
  line-height: 28.8px;
  font-size: 1.263157894736842rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: #FFF;
  margin: 20px 0;
}
.response-waiting {
  background-color: #ccc;
}
.response-success {
  background-color: #96d975;
}
.response-error {
  background-color: #e22a2a;
}
/*Errors Top of Page//////////////////////////////////////////////////////////////////////////////////////*/
.statis_box {
  display: block;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
  font-size: 1.5em;
  font-weight: bold;
  color: #FFF;
  margin: 1% 0;
}
.warning {
  color: #e22a2a;
  font-size: 1.5em;
}
.warning_box {
  background: #e22a2a no-repeat left;
}
.good {
  color: #428d4c;
  font-size: 1.5em;
}
.good_box {
  border: 5px solid #fff;
  background: #96d975 no-repeat left;
}
/*Notes//////////////////////////////////////////////////////////////////////////////////////*/
span.text_note,
span.select_note {
  margin: 5px 0;
  color: #666666;
  font-style: italic;
}
/*Shared//////////////////////////////////////////////////////////////////////////////////////*/
label span.text,
label span.textarea,
label span.select {
  display: block;
  color: #000;
  padding: 5px 0;
  font-weight: bold;
}
input[type=text],
textarea[type=textarea] {
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: 0px 0px 1px #ccc;
  -moz-box-shadow: 0px 0px 1px #ccc;
  box-shadow: 0px 0px 1px #ccc;
}
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);
}
/*Label//////////////////////////////////////////////////////////////////////////////////////*/
label {
  display: block;
  margin-bottom: 10px;
}
/*Textarea*/
label.textarea {
  margin: 0;
}
.mceEditor {
  display: inline-block;
}
/*Select*/
select {
  padding: 4px 10px 4px 4px;
  border: 1px solid #ccc;
}
/*Checkbox*/
label span.checkbox {
  width: 400px;
  display: inline-block;
  padding-left: 5px;
}
label span.checkbox_input {
  display: inline-block;
  text-align: left;
}
form input[type=checkbox] {
  width: 15px;
  height: 15px;
}
.checkbox_input,
.checkbox_wording_after {
  float: left;
}
.checkbox_input {
  width: 30px;
}
.checkbox_wording_after {
  display: inline-block;
  width: 85%;
}
/*fieldset*/
fieldset {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 0.5%;
  margin-bottom: 0.5%;
  padding: 1%;
  border: 1px solid #ccc;
}
fieldset.two_up1,
fieldset.two_up2 {
  float: left;
  width: 49%;
  margin: 1%;
}
fieldset.two_up1 {
  margin-left: 0;
}
fieldset.two_up2 {
  margin-right: 0;
}
legend {
  font-size: 24px;
  font-size: bold;
  letter-spacing: 3px;
  padding: 5px;
}
/*Submit*/
/*DATE*/
#date_field {
  overflow: visible;
}
#date_field label.description {
  font-size: 14px;
  text-align: left;
}
#date_field span.date {
  display: block;
  width: 100%;
  padding: 9px 0 0 5px;
  font-weight: bold;
}
#date_field span {
  float: left;
}
#date_field label {
  font-size: 10px;
  text-align: left;
  padding: 0 15px 0 0;
}
/*Tiny Mce End*/
/*Add. Form/////////////////////////////////////////////////////////////////////////////////////////////*/
/*#send_email fieldset {
width: 48%;
float: left;
margin: 1%;
padding: 1%;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.5);
-webkit-border-radius: 5px;
border: 1px dashed #ccc;
text-align: left;
}

#map-canvas {
float:left;
width: 65%;
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;
}

*/
/*# sourceMappingURL=style.css.map */