@charset "UTF-8";
/* Rev. 12/01/16 George Markle
mobile: to 414 (iPhone 6 plus); tablet: 415-767; small desktop: 768-1199, large desktop: =>1200
Photo sizes: 
  normal: mobile 750; tablet 750; destops 1500;
  hi-rez retina: mobile 750 or 1500; tablet 1500, desktops 3000;
*/
body {
    /*	font-family: source-sans-pro; */
    background-color: #fff;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.login, .login a:link, .login a:visited {
    display: inline;
    margin-top: 15px;
    color: #ddd;
    text-decoration: none;
}
.login a:hover {
    color: #fff;
}
.page_title {
    font-weight: 300;
    font-size: 48px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 4px 4px 4px #000;
}
h1, h2, h3, h4, h5 {
    font-weight: 300;
    color: #228800;
    padding-top: .25em;/* color:#666; */
}
/* Container */
.container, container-fluid {
    /*	width: 90%; */
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    color: #999;
}
.padSm {
    position: relative;
    left: 10px;
}
.padMd {
    position: relative;
    left: 20px;
}
.padLg {
    position: relative;
    left: 30px;
}
.imgCentered {
    display: block;
    margin: auto;
}
.txtCentered {
    text-align: center;
}
.breadcrumb a {
    color: #999;
}
.bullet {
    margin-left: 20px;
    list-style-type: square;
    list-style-position: outside;
    display: list-item;
}
p.dropcap:first-letter {
    font-size: 80px;
    float: left;
    color: #228800;
    line-height: 68px;
    padding-top: 0px;
    padding-right: 3px;
    font-family: Times, serif, Georgia;
}
label { /* Forms label */
    /*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-size: 14px;
    margin-top: 9px;
    line-height: 1;
    color: #888;
}
.form_hdg1 {
    font-size: 24px;
    color: #228800;
    margin-top: 10px;
    margin-bottom: 8px;
    border-top: 1px solid #228800;
}
.form_hdg2 {
    font-size: 18px;
    color: #228800;
    margin-top: 8px;
    margin-bottom: 6px;
}
.form_grp {
    float: left;
    clear: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 8px;
    /*border-bottom: 1px solid #bbb;*/
    border-bottom: 1px solid #eee;
}
.form_field {
    float: left;
    /*clear: right;*/
    width: 100%;
    padding: 0px 0px 10px 8px;
    font-size: 14px;
    margin-top: 0px;
}
.form_field_label {
    float: left;
    width: 185px;
    padding-right: 5px;
    margin-bottom: 7px;
    font-weight: bold;
    line-height: normal;
}
.form_field_input {
    max-width: 450px;
    clear: right;
    float: left;
    line-height: normal;
}
.field_input {
    clear: right;
    float: left;
    color: #000;
}
.form_field_comment {
    clear: left;
    float: left;
    margin-top: 3px;
    line-height: normal;
    font-weight: 300;
}
.required {
    color: #26BB00;
    font-size: larger;
}
@keyframes alert_error {
	0%	{background-color: #d00;}
	100%	{background-color: #fff;}	
}
@keyframes alert_success {
	0%	{background-color: #0d0;}
	100%	{background-color: #fff;}	
}
.error {
    font-weight: 400;
    color: #d00;
    float: left;
    clear: left;
	animation-name: alert_error;
	animation-duration: 1s;
}
.success {
    font-weight: 400;
    color: #0a0;
    float: left;
    clear: left;
	animation-name: alert_success;
	animation-duration: 1s;
}
.indent_small {
    margin-left: 10px;
}
.trailer_shows_background {
    width: 100%;
    height: 700px;
    clear: both
}
/* Navigation */
header {
    width: 100%;
    /*	height: 5%; */
    background-color: #228800;
    margin-bottom: 49px; /* 50 shows border */
}
.navbar-inverse {
    background-color: #228800;
    border-color: #080808;
}
.btn, .btn-sm, .btn-xs, .btn-lg, .btn-default {
    /*    font-size: 12;*/
    height: auto;
    margin-left: 10px;
    margin-bottom: 6px;
    padding: 3px 8px 3px 8px;
    border-style: solid;
    border-color: #228800;
    border-width: thin;
    font-weight: bold;
    box-shadow: 3px 3px 4px #aaa;/*	background-color: #228800; */
}
.btn-greenlink:link {
    color: #228800;
}
.table-print { /* Format table intended for printing */
    margin: 0px 0px 0px 0px;
}
.table-print > thead > tr > th, .table-print > tbody > tr > th, .table-print > tfoot > tr > th, .table-print > thead > tr > td, .table-print > tbody > tr > td, .table-print > tfoot > tr > td {
    font-size: 10px;
    line-height: 1;
    padding: 3px 2px 3px 2px;
    vertical-align: top;
}
.table-print > thead > tr {
    vertical-align: bottom;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eee;
}
nav {
    float: none;
    /*	width: 90%; */
    width: 100%;
    /*height: auto; */
    text-align: center;
    /*	margin-left: 25px; */
    margin-left: 0px;
    margin-right: 25px;
    margin-bottom: 25px;
}
.navbar-inverse .navbar-nav > li > a {
    list-style: none;
    color: #ddd;
}
/*.navbar-inverse .navbar-nav > li a{
	list-style: none;
	color: #ddd;
}
*/header nav ul {
    list-style: none;
    float: none;
}
nav ul li { /* Navigation menu */
    float: none;
    font-size: 18px;
    text-align: left;
    margin-right: 25px;
    /*margin-bottom: -20px; /* Placing graphic in list item causes larger bottom margin*/
    font-weight: 400;
    transition: all .3s linear;
    color: #ddd;
}
.dropdown {
    line-height: 2;
}
.dropdown-menu {
    line-height: 2;
}
ul + li + a {
    text-decoration: none;
    line-height: 2;
}
ul li:hover a {
    color: #208000;/*	line-height: 200%;*/
}
.hero_header {
    color: #FFFFFF;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: 4px;
}
/* Hero Section */
.hero {
    background-color: #B3B3B3;
    padding-top: 150px;
    padding-bottom: 150px;
}
.light {
    font-weight: bold;
    color: #717171;
}
.tagline {
    text-align: center;
    color: #FFFFFF;
    margin-top: 4px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* Normal page text */
.text_column, .column_1_33, .column_1_40, .column_1_60, .column_1_67, .column_2_33, .column_2_40, .column_2_60, .column_2_67 {
    color: #333;
    width: 100%;
    font-size: 16px;
    text-align: left;
    font-weight: 200;
    line-height: 1.4;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.column_1_33 {
    width: 33%;
}
.column_1_40 {
    width: 40%;
}
.column_1_60 {
    width: 60%;
}
.column_1_67 {
    width: 67%;
}
.column_2_33 {
    width: 33%;
    float: right;
}
.column_2_40 {
    width: 39%;
    float: right;
}
.column_2_60 {
    width: 60%;
    float: right;
}
.column_2_67 {
    width: 67%;
    float: right;
}
/* Controls width of screen-viewable member list*/
.col_unit, .col_id, .col_occupied, .col_name, .col_adr, .col_phn, .col_noticetyp, .col_email, .col_emer {
    display: block;
    text-align: left;
    vertical-align: top;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    word-break: normal;
}
.col_unit {
    clear: left;
    width: 35px;
}
.col_id {
    width: 20px;
}
.col_occupied {
    width: 20px;
}
.col_name {
    width: 260px;
}
.col_adr {
    width: 380px;
}
.col_phn {
    width: 140px;
}
.col_noticetyp {
	width: 20px;
}
.col_email {
    width: 220px;
    word-break: break-all;
}
.col_emer {
    clear: right;
    width: 200px;
}
.scrollable_opaque {
    padding-top: 35px;
    display: inline-block;
    background-color: #FFFFFF;
    color: #999;
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
.list-group-heading, .list-group-item {
    margin: auto;
    background-color: #E0F4D9;
}
/* Documents for download section */
.section_well_translucent {
 /*   clear: both;*/
    overflow: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #222;
    background-color: #fff;
    opacity: .97;
    border-radius: 7px;
    border-color: #228800;
    border-style: solid;
    border-width: 1px;
    box-shadow: 2px 2px 3px #444;
}
.docs_menu_doc {
    display: inline-block;
    clear: right;
    vertical-align: top;
    margin-right: 25px;
}
.docs_menu_explan {
    display: inline-block;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 8px;
}
.docs_menu_button {
    display: inline-block;
    float: right;
    clear: right;
    height: 40px;
    text-align: right;/*	width: 29%; */
    /*width: 160px;*/
}
.docs_menu_subhead {
    margin-left: 30px;
    border-bottom: thin;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    clear: both;
    margin-bottom: 8px;
    padding-bottom: 8px;
    height: auto;
}
.docs_menu_divided {
    width: 100%;
    border-bottom: thin;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    float: left;
    margin-top: 10px;
    margin-bottom: 12px;
    padding-bottom: 0px;
    height: auto;
}
/* Contacts display */
.contact_col_L, .contact_col_R, .contact_name, .contact_info {
    /*	line-height: 20px; */
    line-height: 1.4;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: .5em;
}
.contact_col_L {
    display: inline-block;
    float: left;
    width: 280px;
    clear: both;
}
.contact_col_R {
    display: inline-block;
    float: right;
    width: 220px;
}
.contact_name {
/*	position: relative;
	left: 15px; */
}
.contact_info {
}
/*list-group-heading {
	margin-bottom:15px;
	color:#444;
}*/

/* Stats Gallery */
/*.stats {
	color: #717070;
	margin-bottom: 5px; 
}*/
.gallery {
    clear: both;
    display: inline-block;
    width: 100%;
    background-color: #FFFFFF;
    /* [disabled]min-width: 400px;
*/
    padding-bottom: 35px;
    padding-top: 0px;
    margin-top: -5px;
    margin-bottom: 0px;
}
.thumbnail {
    width: 25%;
    text-align: center;
    float: left;
    margin-top: 35px;
}
.gallery .thumbnail h4 {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    color: #52BAD5;
}
.gallery .thumbnail p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #A3A3A3;
}
/* Parallax Section */
.banner {
    vertical-align: middle;
    height: 400px;
    background-image: url("/photos/Ping pong-3000.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.parallax {
    text-align: right;
    clear: both;
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
    padding-right: 30px;
    padding-top: 8%;
    letter-spacing: 2px;
    margin-top: 0px;
}
.parallax_description {
    text-align: right;
    font-size: 28px;
    color: #FFFFFF;
	text-shadow: 2px 2px 3px #000000;
	padding-right: 30px;
    width: 40%;
    float: right;
    font-weight: 400;
    line-height: 40px;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
/* More info */
footer {
    width: 100%;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #B3B3B3;
}
.footer_column {
    width: 33%;
    padding-top: 0px;
    padding-left: 45px;
    float: left;
}
footer .footer_column .h5 {
    text-align: left;
    text-indent: -10px;
    font-weight: 500;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: inherit;
    letter-spacing: 0.5px;
    line-height: 22px;
}
footer .footer_column .h5 a {
    color: #fff;
}
footer .footer_column p {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    text-align: left;
    line-height: 22px;
    color: #fff;
    font-weight: 100;
    margin-left: 0px;
    margin-right: 0px;
    letter-spacing: 0.5px;
}
.cards {
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 200px;
}
.button {
    width: 200px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding: 20px, 10px, 20px, 10px;
    /*    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;*/
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    transition: all 0.3s linear;
}
.button:hover {
    background-color: #FEFEFE;
    color: #C4C4C4;
    cursor: pointer;
}
.copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #717070;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 0px;
}
.hidden {
    display: none;
}

/* Mobile phone */
/* @media (max-width: 320px) { */
@media (max-width: 414px) { /* Up to iPhone 6-plus*/
.container header nav {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    float: none;/*display: none;*/
}
header nav ul {
}
nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
}
page_title {
    font-size: 24px;
}
.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}
.scrollable_opaque {
    padding-left: 0px;
    padding-right: 0px;
}
.text_column, .column_1_33, .column_1_40, .column_1_60, .column_1_67, .column_2_33, .column_2_40, .column_2_60, .column_2_67 {
    width: 100%;
    font-size: 115%;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
}
.text_column {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.section_well_translucent {
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
}
.docs_menu_doc {
    width: 100%;
}
.docs_menu_explan {
/*	width:100%; */
}
.docs_menu_button {
    /*width: 100%; */
    text-align: right;
    padding-top: 8px;
    padding-bottom: 8px;
}
.docs_menu_subhead {
    border-bottom: thin;
    border-bottom-style: solid;
    clear: both;
    height: auto;
}
.contact_col_L, .contact_col_R {
    width: 100%;
}
.contact_col_R {
    position: relative;
    left: 30px;
    margin-top: -12px;
}
.thumbnail {
    width: 100%;
}
.footer_column {
    width: 100%;
    margin-top: 0px;
}
.parallax {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    font-size: 20px;
}
.parallax_description {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 90%;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 12px;
    float: none;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.banner {
    vertical-align: middle;
    background-image: url("/photos/Ping pong-750.jpg");
    height: 400px;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
/*.tagline {
	margin-top: 20px;
	line-height: 22px;
}*/
.hero_header {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    text-align: center;
}
}

/* Large mobiles to Small Tablets */
@media (max-width: 560px) and (max-width: 767px) {
page_title {
    font-size: 28px;
}
.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}
.scrollable_opaque {
    padding-left: 0px;
    padding-right: 0px;
}
.text_column, .column_1_33, .column_1_40, .column_1_60, .column_1_67, .column_2_33, .column_2_40, .column_2_60, .column_2_67 {
    font-size: 115%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.text_column {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.contact_col_L, .contact_col_R {
    width: 100%;
}
.contact_col_R {
    position: relative;
    left: 30px;
    margin-top: -12px;
}
}

/* Small Tablets */
/*@media (min-width: 321px)and (max-width: 767px) { */
@media (min-width: 415px)and (max-width: 767px) { /* from iPhone 6S to tablet */
page_title {
    font-size: 28px;
}
.container header nav {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    float: none;
    overflow: auto;
    display: inline-block;
    background: #606060;
}
header nav ul {
    padding: 0px;
    float: none;
}
nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}
.scrollable_opaque {
    padding-left: 0px;
    padding-right: 0px;
}
.text_column, .column_1_33, .column_1_40, .column_1_60, .column_1_67, .column_2_33, .column_2_40, .column_2_60, .column_2_67 {
    font-size: 115%;
    /*color: #555;*/
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.text_column {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.docs_menu_doc {
    clear: both;
    float: left;
    padding-bottom: 0px;
}
.docs_menu_doc {
    width: 100%;
}
.docs_menu_button {
    width: auto;
}
.docs_menu_subhead {
    border-bottom: thin;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
}
.contact_col_L, .contact_col_R {
    width: 100%;
}
.contact_col_R {
    position: relative;
    left: 30px;
    margin-top: -12px;
}
.thumbnail {
    width: 100%;
}
.footer_column {
    width: 100%;
    margin-top: 0px;
}
.parallax {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 20%;
}
.parallax_description {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    padding-top: 20px;
}
.thumbnail {
    width: 50%;
}
.banner {
    height: 400px;
    background-position: center center;
    background-image: url("/photos/Ping pong-1500.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 20px;
}
.footer_column {
    width: 100%;
}
}

/* Small Desktops */
/*@media (min-width: 768px) and (max-width: 1096px) { */
@media (min-width: 768px) and (max-width: 1199px) {
.thumbnail {
    width: 50%;
}
page_title {
    font-size: 30px;
}
.text_column {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-top: 0px;
    /*padding-left: 20px;
	padding-right: 20px;*/
    padding-bottom: 0px;
}
/*.column_1_33, .column_2_33 {
    width: 33%;
}
.column_1_40, .column_2_40 {
    width: 40%;
}
.column_1_60, .column_2_60 {
    width: 60%;
}
.column_1_67, .column_2_67 {
    width: 67%;
}*/
.docs_menu_explan {
    margin-top: 2px;
}
.banner {
    height: 400px;
    background-position: center center;
    background-image: url("/photos/Ping pong-1500.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-top: 0px;
}
.img-responsive {
    border-width: 25px;
}
.parallax {
    font-size: 20px;
}
.parallax_description {
    margin-top: 25px;
    font-size: 20px;
    width: 45%;
}
}

@media print { /* Don't display links when print */
a[href]:after {
    display: none;
    visibility: hidden;
}
}
