body
{
overflow-x:hidden;
}

div {
  outline: none;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #337ab7;
  font-weight: bold;
  text-decoration: none;
}
a:focus {
  outline: none;
}


.top-menu-bar 
{
  position:fixed; 
  top:0px; 
  left:0px; 
  width:100%; 
  height:28px; 
  border-style:none; 
  z-index: 1000; 
  background-color:#283018; 
  color:#FFF; 
  vertical-align: middle;
}

.top2-menu-bar
{
  position:fixed; 
  top:28px; 
  left:0px; 
  width:100%; 
  height:28px; 
  border-style:none; 
  z-index: 1000; 
  background-color:#283018; 
  color:#FFF; 
  vertical-align: middle; 
  text-align: center;
}

.top-menu-logo
{
  font-family: 'Cinzel'; 
  font-size: 1.5em; 
  font-weight: bold; 
  padding:8px 0px 8px 12px; 
  vertical-align: middle; 
}


.banner-image
{
  position:absolute; 
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0; 
  max-width: 100%; 
  height: auto; 
  z-index: 50; 
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}


.coolhr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    max-width: 800px;
    float: center;
}

.twh-logo
{
 font-family: 'Cinzel'; 
 font-weight: bold; 
}

.twh-logo-large
{
  position: absolute; 
  top: 10px; 
  color:#729f98; 
  z-index: 100; 
  width: 100%; 
  text-align: center;
}

.ogo-box
{
  max-width: 240px; 
  min-width: 200px; 
  background-color:#FFF;
  padding: 8px; 
  margin-bottom: 14px;
}

.testimonial-text
{
 font-family: 'Tinos'; 
 font-size: 1.2em;
 font-style: italic; 
  line-height: 130%;
  color: #000;
}

.testimonial-name
{
  float: right; 
  font-size: 1em;
  padding-right: 10px;
}




.readmore
{
 font-family: 'Ubuntu'; 
 font-style: normal;
}
a.readmore:link {text-decoration: none;}
a.readmore:visited {text-decoration: none;}
a.readmore:hover {text-decoration: none; font-weight: bold;}
a.readmore:active {text-decoration: none;}

.top-menu-item
{
  display: inline-block; 
  padding-left: 10px; 
  padding-right: 10px;
}

.copyright
{
  text-align: center;
  font-size: .9em;
}

.list-group-item {
  padding: 6px 15px;
}

.list-group
{
  margin-bottom:0px;
}

h2, h3
{
  text-align: center;
  width: 100%;
}
h3
{
  font-style: italic; 
  width: 100%;
}

@media (max-width: 480px)
{
  h2, h3
  {
     font-size:140%;
  }  
}


.bodyheading {
  font-size: 160%;
}
 
.bodysubheading {
  font-size: 140%;
  font-style: italic; 
}

.bodytext {
  font-size: 1em;
}
.alert-danger-heading
{
  padding:4px;
}

.alert-in-modal
{
  margin-right:2em;
  text-align:center;
}

.help-icon
{
  font-size: 1.5em; 
  color:gold;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 4px;
  margin-left: 4px;
}

input[type="checkbox"]
{
  height: 1.2em;
  width: 1.2em;
}

.new-row
{
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.container-fluid
{
  padding-left: 4px;
  padding-right: 4px;
}
.btn
{
  margin: 2px;
  margin-bottom: 6px;
  box-shadow: 2px 2px grey;
  font-weight: bold;
}

.btn-small
{
  margin: 0px;
}



.nav-tabs > li {
  float: none;
  display: inline-block;
}

.nav-tabs > li > a {
  font-weight: bold;
  border-radius: 12px 12px 0 0;
}

.nav-tabs, .nav-tabs-bottom
{
  width:100%;
  text-align: center;
}


.table-curved {
  border-collapse: separate;
}
.table-curved {
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
    border-left:0px;
}
.table-curved td, .table-curved th {
    border-left-style: solid;
    border-left-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
}
.table-curved th {
    border-top: none;
}
.table-curved th:first-child {
    border-radius: 8px 0 0 0;
}
.table-curved th:last-child {
    border-radius: 0 8px 0 0;
}
.table-curved th:only-child{
    border-radius: 8px 8px 0 0;
}
.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
}
.table-curved tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
}

.table-curved tr:last-child td:only-child {
    border-radius: 0 0 8px 8px;
}

.table, .table-striped, .table-bordered, .table-condensed, .table-responsive, .table-curved
{
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0px;
  width:auto;
}

.table-align-top {
  max-width: 100%;
}
.table-align-top > tbody > tr > td,
.table-align-top > tr > td
{
  padding: 4px;
  line-height: 1.2;
  vertical-align: top;
}

.control-label
{
  float: right;
  margin-right: 8px;
  margin-left: auto;
  margin-top: 4px;
  margin-bottom: 4px;
  font-style: italic;
  font-weight: normal;
  font-size:1em;
  text-align: right;
}

.mobile-control-label
{
  margin-right: auto;
  margin-left: 4px;
  margin-top: 8px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size:1em;
  text-align: left;
}

.mobile-control-label-display
{
  margin-right: auto;
  margin-left: 4px;
  margin-top: 8px;
  margin-bottom: 0px;
  font-style: italic;
  font-weight: normal;
  font-size:1em;
  text-align: left;
}


.entrypostscript
{
  font-size:.8em;
  margin-left: 8px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.form-control
{
  display:inline-block;
  width:auto;
  height:auto;
  margin: 4px;
  padding: 3px 6px;
}


.pagination {
  margin-top:0px;
  margin-bottom:0px;
  vertical-align:text-bottom;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 5px;
  font-size: .8em;
  line-height: 0.8;
}

.rows-per-page {
  font-size: .9em;
  margin-top:0px;
  margin-bottom:4px;
}
.navicon
{
  position:fixed; 
  top:4px; 
  left:4px; 
  z-index:1030; 
  width:24px; 
  height:28px; 
  border-radius:4px; 
  padding:4px; 
  text-align:center; 
  border-style:none;
}

.navtable
{
  width:100%; 
  margin:0px; 
  padding:0px; 
  vertical-align:middle;
}
.navrow
{
  height:32px;
}

.navlink {
  color:#f0eceb;
  font-size:1em;
  vertical-align:middle;
  text-align:center;
}

.navlink > a {
  position: relative;
  display: block;
  padding: 4px 15px;
}

.navmenu
{
  width:380px; 
  position:absolute; 
  top:32px; 
  left:-500px; 
  transition: left .3s;
  z-index:99999;
}

.navmenu > ul > li > a,
.navmenulower > ul > li > a,
.navmenulower2 > ul > li > a
{
  display:block;
}



.navmenulower
{
  display:none;
  width:360px; 
  position:relative; 
  top:0px; 
  left:20px; 
  margin-bottom:0px;
  padding-bottom:0px;
  z-index:99999;
}

.navmenulower2
{
  display:none;
  width:340px; 
  position:relative; 
  top:0px; 
  left:20px; 
  margin-bottom:0px;
  padding-bottom:0px;
  z-index:99999;
}

.submenu-title
{
  float:right;
  font-style: italic; 
}
.navtools
{
  width:140px; 
  position:fixed; 
  top:32px; 
  right: -300px; 
  transition: right .3s;
}

.quickmenu1
{
  display:none;
}

@media (max-width: 720px)
{
  .plupload-wrapper, .plupload-container, .pluploader
  {
     width:95%;
  }  
}

@media (max-width: 380px)
{
  .navmenu, .navmenulower, .navmenulower2
  {
    width:100%; 
  }
  .form-control
  {
    width:95%;
  }
}

.banner-container {
    top: 28px;
}

@media (min-width: 700px) {
  .quickmenu1 {
    display: inline-block;
  }
  .quickmenu3 {
    display: none;
  }
}


@media (max-width: 700px) {
  .quickmenu1 {
    display: none;
  }
  .quickmenu3 {
    display: inline-block;
  }
}

.table-left-cell
{
  padding: 10px 20px 30px 20px; 
  vertical-align: middle; 
  text-align: right; 
  font-size: 2em;
  float: left;
  width: 25%;
}

.table-right-cell
{
  padding: 10px 20px 30px 20px; 
  vertical-align: bottom;
  text-align: left;
  font-size: 1.8em;
  color: #000; 
  float: right;
  width: 70%;
}


@media (min-width: 640px) {
  .table-left-cell
  {
    font-size: 2em;
  }
  .table-right-cell
  {
    font-size: 1.6em;
  }
}

@media (max-width: 640px) {
  .table-left-cell
  {
    font-size: 1.5em;
  }
  .table-right-cell
  {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) {
  .table-left-cell
  {
    font-size: 1.2em;
  }
  .table-right-cell
  {
    font-size: 1.0em;
  }
}

@media (max-width: 360px) {
  .table-left-cell
  {
    font-size: 1.1em;
  }
  .table-right-cell
  {
    font-size: 1.0em;
  }
}

@media (min-width: 1400px) {
  .twh-logo-large {
   font-size: 8em;
  }
  .twh-logo-banner {
   font-size: 5em;
  }
}

@media (max-width: 1400px) {
  .twh-logo-large {
   font-size: 8em;
  }
  .twh-logo-banner {
   font-size: 5em;
  }
}
@media (max-width: 1079px) {
  .twh-logo-large {
   font-size: 6em;
  }
  .twh-logo-banner {
   font-size: 4em;
  }
}

@media (max-width: 840px) {
  .twh-logo-large {
   font-size: 4em;
  }
  .twh-logo-banner {
   font-size: 3em;
  }
}

@media (min-width: 620px) {
  .logo-banner-div
  {
    display: block;
  }
}


@media (max-width: 620px) {
  .twh-logo-banner {
   font-size: 2.8em;
   top: 25;
  }
  .twh-logo-large {
   font-size: 3.75em;
  }
  .logo-banner-div
  {
    display: none;
  }
}


@media (max-width: 560px) {
  .twh-logo-banner {
   font-size: 2.6em;
   top: 25;
  }
  .twh-logo-large {
   font-size: 3.5em;
  }
}

@media (max-width: 480px) {
  .twh-logo-large {
   font-size: 3em;
  }
  .twh-logo-banner {
   font-size: 2em;
   top: 20;
  }
}

@media (max-width: 360px) {
  .twh-logo-large {
   font-size: 2.5em;
  }
  .twh-logo-banner {
   font-size: 1.5em;
  }
}

@media (max-width: 299px) {
  .twh-logo-large {
   font-size: 2em;
  }
  .twh-logo-banner {
   font-size: 1em;
  }
}

.container-flex
{
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
}

.side-column
{
  width: 200px; 
  padding:10px; 
  margin:auto;
}
.img-left
{
  float:left;
  margin-right:8px;
}

.img-right
{
  float:right;
  margin-left:8px;
}



th
{
  text-align: center;
  vertical-align: text-bottom;
}

.badge-red {
  background-color:red;
  font-size:1.4em; 
  font-weight:normal;
}

.nav-home-link
{
  font-size:130%;
}

.mobile-grid-caption 
{
  width:25%;
  padding:1px 7px 1px 1px;
  border-style:none;
  text-align:right;
  font-style:italic;
  font-size:90%;
  color:#030;
}

.mobile-grid-data 
{
    width: 75%;
    padding: 1px;
    font-weight: bold;
    border-style: none;
}

.mobile-grid-data-no-caption 
{
  width:100%;
  padding:2px;
  border-style: none;
}

.no-border {
    border-style: none;
}

.with-border {
    border-style: solid;
    border-width: 1px;
    border-color: #999;
}


.nav-tabs-bottom {
  border-top: 1px solid #ddd;
  width:100%;
  text-align: center;
}

.nav-tabs-bottom > li {
  margin-top: -1px;
  float: none;
  display: inline-block;
}

.nav-tabs-bottom > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 12px 12px;
  font-weight: bold;
}
.nav-tabs-bottom > li > a:hover {
  border-color: #ddd #eee #eee;
}
.nav-tabs-bottom > li.active > a,
.nav-tabs-bottom > li.active > a:hover,
.nav-tabs-bottom > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: transparent;
  border: 1px solid #ddd;
  border-top-color: transparent;
}

.calendar-cell
{
  min-height:100px; 
  min-width:60px; 
  vertical-align:top; 
  text-align:center;
}

@media (max-width: 420px) {
  .calendar-cell
  {
    min-width:25px;
    width:14%; 
  }
}

.search-container {
  max-width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 2px 2px grey;
}

.heading-error-message
{
  color: #900;
  padding-bottom: 8px;
}

.field-error-message
{
  font-weight:bold;
  font-size:1em;
  color:#CC0000;
  text-align:center;
}


.page-title
{
  font-size: 1em;
  font-weight:bold; 
  text-align:left;
  padding: 0px 0px 0px 4px;
  margin: 0px;
}

.display-only-data
{
  font-size: 1em;
  font-weight:bold; 
}

/* add a shadow to a section of a custom page */
.shadow-box
{
  box-shadow: 8px 8px 4px grey;
}

/* NEW HOME PAGE EDIT ELEMENTS */

/* background was #5cb85c */

.custom-edit-add-section {
  font-size:150%;
  background-color:white;
  border-style:dotted;
  font-weight:bold;
  border-radius:20px;
  border-width:1px;
  color:#F66;
  box-shadow:4px 4px 2px grey;
}
a.custom-edit-add-section:hover {background-color:white;box-shadow:8px 8px 4px grey; text-decoration: none;color:#C00;}

a.custom-edit-button {
  font-size:90%;
  color:red;
  background-color:white;
  padding:5px;
  border-style: dotted;
  border-width: 1px;
  border-radius: 8px;
}
a.custom-edit-button:hover {font-weight: bold; text-decoration: none;
} 


/* THESE ELEMENTS TO BE REMOVED WHEN WE IMPLEMENT WYSIWYG EDITOR FOR HOME PAGE */

/* The font used when in edit mode on the Home page or other custom pages */
.htmledit
{
font-size:.8em;
color:#006699;
background-color:#EEFFEE;
}
a.htmledit:link {color:#006699}
a.htmledit:visited {color:#006699}
a.htmledit:hover {background:#EEFFEE;color:#FF3333}
a.htmledit:active {color:#006699}
  
  /* The pop-up window for editing elements within an HTML page */
  .EditHTMLPopUp 
  {
   margin-left:auto;
   margin-right:auto;
   margin-top:4px;
   margin-bottom:4px;
   padding:8px; 
   border-style:solid;
   border-width:1px;
   border-color:#333333;
   background-color:#EEEEFF;
   vertical-align:top;
  }
  
  /* The radio controls in a pop-up window when editing an HTML page */
  .EditHTMLPopUpControls
  {
   font-family:verdana,arial,helvetica,sans-serif;
   font-style:normal;
   font-weight:bold;
   text-decoration:none;
   font-size:12px;
   color:#003300;
   display:block; margin-left:auto; margin-right:auto;
  }
  
  /* the buttons in a pop-up window when editing an HTML page */
  .EditHTMLPopUpButtons 
  {
   display:block;
   margin-left:auto;
   margin-right:auto;
   margin-top:8px;
   margin-bottom:8px;
  }
  
  /* the textarea in a pop-up window when editing an HTML page */
  .EditHTMLPopUpTextArea 
  {
   margin:8px;
   font-size: 12px;
  }