/* Theme Name: foundation16wide 
Author: Carol Kneedler 
Description: foundation16wide is based on foundation14, which is based on Blain, which is based on Underscores, a Minimal Responsive theme with features including numbered page navigation, customizable header & footer, multiple page layouts, custom widgets & user friendly time display. 
Version: 1.0.0 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foundation16wide
Tags: light, custom-background, two-columns, right-sidebar, fluid-layout, custom-menu, sticky-post, theme-options, threaded-comments, translation-ready, gray, left-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments 
*/

/********************************************************** 
****** RESET ****************************************** 
**********************************************************/
 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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
     border: 0;
     font-style: inherit;
     font-weight: inherit;
     margin: 0;
     outline: 0;
     padding: 0;
     vertical-align: baseline;
}
 html {
    font-size: 18px;  /* ROOT font-size */
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
     overflow-y: scroll;
    /* Keeps page centred in all browsers regardless of content height */
     -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
     -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
 body {
     word-wrap: break-word;
     -ms-word-wrap: break-word;
}
 article, aside, details, figcaption, figure, footer, header, main, nav, section {
     display: block;
}
 ol, ul {
     list-style: none;
}
 table {
    /* tables still need 'cellspacing="0"' in the markup */
     border-collapse: separate;
     border-spacing: 0;
}
 caption, th, td {
     font-weight: normal;
     text-align: left;
}
 blockquote:before, blockquote:after, q:before, q:after {
     content: "";
}
 blockquote, q {
     quotes: "" "";
}
 a:hover, a:active {
    /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
     outline: 0;
}
 a img {
     border: 0;
}
/********************************************************** 
****** GLOBAL ************************************* 
**********************************************************/
 .menu-global-top-menu-container ul {
     list-style: none;
     text-align: center;
     padding: 0;
     margin: 0;
}
 .menu-global-top-menu-container li {
     line-height: 20px;
     height: 20px;
}
 .menu-global-top-menu-container a {
     display: block;
     margin: 0 10px;
}
 .menu-global-top-menu-container a.active {
     color: #444;
     cursor: default;
}
 b, strong {
     font-weight: bold;
}
 dfn, cite, em, i {
     font-style: italic;
}
 abbr, acronym {
     border-bottom: 1px dotted #666;
     cursor: help;
}
 mark, ins {
     background: #ffffff;
     text-decoration: none;
}
 sup, sub {
     font-size: 75%;
     height: 0;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
}
 sup {
     bottom: 1ex;
}
 sub {
     top: .5ex;
}
 table {
     width: 100%;
}
 th {
     font-weight: bold;
}
 img {
     height: auto;
    /* Make sure images are scaled correctly. */
     max-width: 100%;
    /* Adhere to container width. */
}
 .alignleft {
     display: inline;
     float: left;
     margin-right: 1.5rem;
}
 .alignright {
     display: inline;
     float: right;
     margin-left: 1.5rem;
}
 .aligncenter {
     clear: both;
     display: block;
     margin: 0 auto;
}
 .screen-reader-text {
     clip: rect(1px, 1px, 1px, 1px);
     position: absolute !important;
}
 .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
     background-color: #f1f1f1;
     border-radius: 3px;
     box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
     clip: auto !important;
     color: #21759b;
     display: block;
     font-size: 14px;
     font-weight: bold;
     height: auto;
     left: 5px;
     line-height: normal;
     padding: 15px 23px 14px;
     text-decoration: none;
     top: 5px;
     width: auto;
     z-index: 100000;
    /* Above WP toolbar */
}
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
     content: '';
     display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
     clear: both;
}
.byline, .updated {
     display: none;
}
.single .byline, .group-blog .byline {
     display: inline;
}
.page-links {
     clear: both;
}
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
     display: none;
}
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
     border: none;
     margin-bottom: 0;
     margin-top: 0;
     padding: 0;
}
.entry-content,
.page-content {
	padding-bottom:2rem;
}
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
     max-width: 100%;
}
.site-main [class*="navigation"] {
     margin: 0;
	 padding: 1rem 1rem 2rem 2rem;
     overflow: hidden;
}
/*[class*="navigation"] .nav-previous {
     float: left;
     width: 50%;
}
[class*="navigation"] .nav-next {
     float: right;
     text-align: right;
     width: 50%;
}
.comment-content a {
     word-wrap: break-word;
}*/ 
/* Make sure select elements fit in widgets */
 .widget select {
     max-width: 100%;
}
/* =Infinite Scroll Globally hidden elements when Infinite Scroll is supported and in use. */
 .infinite-scroll .paging-navigation, 
/* Older / Newer Posts Navigation (always hidden) */
 .infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
     display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
 .infinity-end.neverending .site-footer {
     display: block;
}
/********************************************************** 
****** CUSTOM ************************************* 
**********************************************************/
.fixed-width {
     max-width: 1300px;    /* CAK - EVAL THIS */
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 300;
    color: #000;
    background-color: #045396 !important;     /* bright dark blue */
    background-color: #54603a !important;     /* medium sage green  CHANGE HERE CAK */	
}
a {
	font-family: Verdana, Geneva, sans-serif;	
     text-decoration: none;
     border: none;
}
a:hover {
     text-decoration: none;
}
#content a {
     color: #045396;     /* bright dark blue */
}
#content a:hover {
     color: #A2723D;     /* gold */
	 text-decoration: underline;
}
.logo-container img {
     margin:10px 20px;
}
#masthead {
     background-color: #fff;
}
.logocont3 {
		max-width: 1300px;
		margin: 0 20px; 
}
.site-title {
	font-family: Georgia, serif;
     margin: 0;
     padding:0;
     float:left;
	 font-weight: 700;
     font-size: 2rem;	/* relative to root (HTML) font size */
     color: #A2723D;     /* gold */	
}
.site-title a {
	font-family: Georgia, serif !important;
     color: #A2723D;     /* gold */	
     margin: 0;
     padding: 0;
}
.site-title a:hover {
     color: #26426A;     /* dark blue */	 
}
.text-title {
     width: 80%;
	 margin:25px 0 10px 0;
}
.site-description {
	font-family: Verdana, Geneva, sans-serif;		
     color: #54603a;     /* khaki green */
     font-size: .9rem;	 /* relative to root (HTML) font size */
	 font-weight: 700;
     float:left;	 
     padding:0;
     margin: 0;
     width: 80%;
}

h1, .h1, h1.entry-title, h1.page-title, h2, h3, h4, h5, h6 {
     margin: 1.2em 2rem 10px 3rem;
}
p {
	 font-size: 1rem;	 /* relative to root (HTML) font size */
     color: #2c2c2c;	 /* dark grey */;
     margin: 0 5rem 1rem 4rem;
}

h1, h2 {
     clear:none;
}
h3, h4, h5, h6 {
     clear: both;
}
h1, .h1, h1.entry-title, h1.page-title {
	font-family: Georgia, serif;	
	font-size: 2rem;	 /* relative to root (HTML) font size */
	font-weight: 700;
    color:#045396; /* bright blue */	
     color: #54603a;	 /* khaki green CHANGE HERE CAK */	 
/*	margin: 20px 0 5px 0;*/
}
h2 {
	font-family: Georgia, serif;		 
     color: #54603a;	 /* khaki green */
    color:#045396; /* bright blue CHANGE HERE CAK */		 
	 font-size: 1.667rem;	 /* relative to root (HTML) font size */
 	 font-weight: 700;
}
h3 {
	font-family: Georgia, serif;		 
     color: #A2723D;     /* gold */		 
     font-size: 1.444rem;	 /* relative to root (HTML) font size */
     font-weight:700;
}
h4, .h4 {
     color: #2c2c2c;	 /* dark grey */;
     font-size: 1.222rem;
     font-weight:700;
}
.archive h4 {
     margin-left: 4rem;
}
h5, .h5 {
     color: #2c2c2c;	 /* dark grey */;
     font-size: 1.111rem;
     font-weight:700;
}
h6, .h6 {
     color: #2c2c2c;	 /* dark grey */;
     font-size: 1rem;	 /* relative to root (HTML) font size */
     font-weight:700;
}
ul, ol {
     width: 70%;
     padding-left: 3rem;
     margin: 0 0 1.5rem 4rem;	 
}
ul {
	 list-style: square;
}
ol {
	 list-style: decimal;
}
ul li, ol li {
     font-size: 1rem;
     color: #2c2c2c;	 /* dark grey */;
     font-weight: 300;
     margin: 0 0 3px 0;
}
ul ul, ol ol, 
ul ol, ol ul {
     width: 90%;
     margin-left: 1rem;	 
}
hr {
     background-color: #ccc;
     border: 0;
     height: 1px;
}
dt {
     font-weight: bold;
}
pre {
     border-radius: 0 !important;
}
.wp-caption {
     border: 1px solid #ccc;
     margin-bottom: 1.5rem;
     max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
     display: block;
     margin: 1.2% auto 0;
     max-width: 98%;
}
.wp-caption-text {
     text-align: center;
}
.wp-caption .wp-caption-text {
     margin: 1rem 0;
}
.site-main .gallery a img {
     border: none !important;
     height: auto;
     max-width: 90%;
}
/*** fix the 2nd line of an unordered list in a sidebar widget * need to add a <div id="indent_2nd_line"> around the <ul>...</ul> */
#indent_2nd_line {
     margin:0;
     padding:0;
}
#indent_2nd_line ul,li {
     margin: 0;
     padding: 0;
}
#indent_2nd_line ul {
     counter-reset: foo;
     display: table;
}
#indent_2nd_line li {
     list-style: none;
     counter-increment: foo;
     display: table-row;
}
#indent_2nd_line li::before {
     content: counter(foo) ".";
     display: table-cell;
     text-align: right;
     padding-right: .3rem;
}
/***************************************************** 
*******************     HEADER        **************** 
******************************************************/
/**** heading & nav menu  ********/
.fullcontainerheader {
     width: 100%;
     margin:0 auto !important;
}
.fullcontainer {
     width: 100%;
     margin:30px auto !important;
     margin-top: 0 !important;
}

/******   SOCIAL MEDIA ***********/
.social-media-wrapper {
     height:100px;
     text-align:center;
}
.social-media-wrapper p {
	margin: 10px 0 5px 0;
}
.social-media {
     float:none;
}
.icons {
     margin: 10px auto 0;
     text-align:right;
}
.icons a {
     display: inline-block;
     width: 24px;
     height: 24px;
     margin: 0 0 0 10px;
     vertical-align: middle;
}
.icons a.twitter { background: url(images/social-icons/twitterA.png) left top no-repeat; }
.icons a.rss { background: url(images/social-icons/rssA.png) left top no-repeat; }
.icons a.pinterest { background: url(images/social-icons/pinterestA.png) left top no-repeat; }
.icons a.flickr { background: url(images/social-icons/flickrA.png) left top no-repeat; }
.icons a.linkedin { background: url(images/social-icons/linkedinA.png) left top no-repeat; }
.icons a.facebook { background: url(images/social-icons/facebookA.png) left top no-repeat; }
.icons a.email { background: url(images/social-icons/emailA.png) left top no-repeat; }
.icons a.googleplus { background: url(images/social-icons/googleplusA.png) left top no-repeat; }
.icons a.youtube { background: url(images/social-icons/youtubeA.png) left top no-repeat; }
.icons a.google { background: url(images/social-icons/googleA.png) left top no-repeat; }
.icons a:hover { background-position: left -34px; }

/**  HEADER SIDEBAR WIDGET (phone, email, search ***/
#header-sidebar-1 {
     margin: 0;
     padding:0;
     clear: both;
}
#header-sidebar-1 h3 {
     color: #000;
     padding:0;
     margin:0;
     text-align:right;
}
/*** phone number ****/
#header-sidebar-1 .textwidget {
     color: #ff0000;
     padding:0;
     text-align:right;
     font-size: 2.1rem;
     font-weight:700;
}
#header-sidebar-1 p {
     margin-bottom:0;
}
#header-sidebar-1 .widget_text {
     margin:0;
     padding:0;
}
/*** Search widget ***/
.widget_search {
     margin: 0;
     text-align:right;
	 margin-bottom:5px;	 
}
.widget_search .search-submit {
     line-height: 20px;
     font-size: 1rem;
     padding: 1px 15px 0 0;
}
.widget_search .search-field {
     line-height: 20px;
     font-size: 1rem;
}

/***************************************************** 
**************     SLIDER       ********************** 
******************************************************/
.slider-wrapper {
     max-width:90%;
}
#slidercontainer {
     padding:0;
     margin: 0 auto;
	 margin-bottom:30px;
}
.soliloquy-container .soliloquy-caption-inside {
	padding: 10px 0 35px 0 !important;
}
.soliloquy-container .smalloverlay {
	font-size:1.2rem !important;
	margin: .2em 0 !important;
}
.soliloquy-container .mediumoverlay {
	font-size:1.4rem !important;
	margin: .2em 0 !important;	
}
.soliloquy-container .smalloverlay a, .soliloquy-container .mediumoverlay a {
	color:#ffffff !important; /* white */
}
.soliloquy-container .largeoverlay {
	font-size:1.8rem !important;
	font-weight:700;
	margin: .2em 0 !important;	
}
.soliloquy-container .largeoverlay a {
	color:#d29b06 !important; /* brighter dark gold */
	text-shadow: 2px 2px #000000;
}

/****************************************************** 
************ MENUBAR NAVIGATION ********************* 
*******************************************************/
.nav-wrapper {
     background-color: #045396;     /* lighter blue */
}
#menu_popup {
     display: block 
}
.menu-header-menu-container {
     float: none;
}
.menu ul {
     margin-left:1rem;
	 width:100%;
	 padding-left:0;
}
#menu_popup.open {
     right: 0;
}
#menu_popup li {
     width: 100%;
     list-style: none;
     float: left;
     margin: 0px 0 0 0px;
     padding: 0px;
}
#menu_popup li:first-child {
     padding-left: 0px 
}
#menu_popup li:last-child {
     padding-right: 0px 
}
#menu_popup li a {
     color: #FFF;
     font-size: 14px;
     text-transform: uppercase;
     transition: 0.3s ease-in-out;
     text-decoration: none 
}
#menu_popup li a:hover {
     color: #00a651;  /* CAK */
}
#page-content.open {
     right: 270px;
}
#menu_popup {
     background: rgba(0,167,169,0.95);
     padding-left: 23px;
     padding-right: 20px;
}
#menu_popup h2 {
     margin: 0px;
     font-size: 31px;
     color: #ffffff;
     float: left;
     margin-left: 3px;
     margin-top: 25px;
     margin-bottom: 25px !important;
}
#menu_popup {
     margin-right: -270px;
     right: 0;
     top: 0px;
     width: 270px;
     position: fixed;
     height: 100%;
     overflow: auto;
     z-index: 1000;
     -webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
     -ms-transition: all 0.4s ease 0s;
     -o-transition: all 0.4s ease 0s;
     transition: all 0.4s ease 0s;
     background: #2a2929;
     padding-left: 23px;
     padding-right: 20px;
}
#menu_popup.active {
     right: 270px;
     width: 270px;
}
#page-content {
     position: relative;
     right: 0;
     z-index: 1;
     height: 100%;
}
#page-content.open {
     right: 270px;
}
#menu_popup, #page-content {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-transition: .5s ease-in-out;
     -moz-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
     transition: .5s ease-in-out;
}
#menu_popup ul {
     list-style: none;
     padding: 0px;
     width:100%;
}
.white_cl {
     float: right;
     margin-right: 35px;  /* CAK */
     margin-top: 29px;  /* CAK */
}
.top_menus {
     float: right;
     position: absolute;
     top: 13px;
     right: 0px;
     z-index: 999999;
     font-size: 15px;  /* CAK */
     color: #daa43e;  /* CAK */
     display: none;
}
.top_menus img {
     float: left;
     margin-top: 0px;
     margin-right: 12px;
}
.top_menus h3 {
     margin: 0px;
     float: left;
     cursor: pointer;
     font-size: 20px;  /* CAK */
     color: #29aec5;
     margin: 11px 20px 0px 12px;
}
.main-navigation {
     width: 100%;
     margin: 0 auto;
	 padding:0;
}
.main-navigation ul {
     margin: 0px auto;
     padding: 10px 0;
     text-align:center;
}
.main-navigation li a, .main-navigation li {
     display: inline-block;
     text-decoration: none;
}
.main-navigation li {
     position: relative;
     list-style:none;
     display:inline-block;
     text-transform:uppercase;
     padding-bottom:0px;
	 padding: 0;
	 margin:0;
     font-size: 1rem;
}
.main-navigation li a {
     color:#ffffff !important;     /* white */
     text-decoration:none;
     padding: 10px 12px;
     text-transform:uppercase;
     font-size: 1rem;	 
}
.main-navigation li a:hover {
     background-color: #f2f2f2;
}
.main-navigation ul li:hover > ul {
     display: block;
}
@-webkit-keyframes fadeInUp {
     0% {
         opacity: 0;
         -webkit-transform: translateY(20px);
         transform: translateY(20px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
@keyframes fadeInUp {
     0% {
         opacity: 0;
         -webkit-transform: translateY(20px);
         -ms-transform: translateY(20px);
         transform: translateY(20px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
}
.main-navigation ul li:hover > ul {
     display: block;
     -moz-animation: fadeInUp .3s ease-in;
     -webkit-animation: fadeInUp .3s ease-in;
     animation: fadeInUp .3s ease-in;
}
.main-navigation ul li.menu-item-has-children a:first-child:nth-last-child(2):after {
     content: '';
     border: 4px solid transparent;
     border-top: 4px solid #ffffff !important;     /* white */
     margin-left: 8px;
     margin-bottom: 5px;
     display: inline-block;
     vertical-align: bottom;
}
.main-navigation ul li ul li.menu-item-has-children a:first-child:nth-last-child(2):after {
     content: '';
     border: 4px solid transparent;
     border-top: 4px solid #ffffff !important;
    /* white */
     margin-left: 8px;
     margin-bottom: 8px;
     display: inline-block;
     vertical-align: bottom;
}
.main-navigation ul li ul {
     -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
     box-shadow: 0 6px 12px rgba(0,0,0,0.175);
     background:#045396;
    /* lighter blue */
     display: none;
     position: absolute;
     z-index: 20000;
     left: 0%;
     width:270px;
     border-radius: 0px;
     text-transform:capitalize;
}
.mainright ul li {
     text-align:left 
}
.mainright ul li ul {
     left:0% 
}
.main-navigation ul li ul li {
     position: relative;
     width:100%;
     font-size: 1.6rem;
	 margin: 0;	 
     line-height: 1.8;
}
.main-navigation ul li ul li a {
     color: #333;
     width: 100%;
     text-align: left;
     transition:all 0.3s ease-in-out;
}
.main-navigationul li ul li ul {
     position: absolute;
     left: 100%;
     top: 0px;
     width: auto;
     z-index: 99999999999;
}
.main-navigation li ul ul {
     top: 0;
     left: 260px;
     padding:0px;
    /* margin-left:-20px;
     REMOVE TO FIX MACBOOK MOBILE MENUS ***********/
}
.main-navigation ul li:hover > ul {
     display: block;
}
.main-navigation li.current-menu-item {
     background-color: #54603a;     /* khaki green */
     border-bottom:none;
}
/* ADD TO FIX MOBILE MENU ALL SHADING ALL THE TIME ON SECONDARY LEVEL MENUS */
.main-navigation .sub-menu li.current-menu-item a {
     background-color: #54603a;     /* khaki green */
     border-bottom:none;
}
.main-navigation .sub-menu li.current-menu-item a:hover {
     background-color: #A2723D;     /* gold */
}
/*  Current Menu/Page Ancestor/Parent */
.current-menu-ancestor, .current-menu-parent,
.current_page_parent, .current_page_ancestor {
     background-color: #A2723D;     /* gold */
}
/*  Current Menu/Page Ancestor/Parent does not pick up styling when in Primary content */
#primary .current-menu-ancestor, #primary .current-menu-parent,
#primary .current_page_parent, #primary .current_page_ancestor {
     background: none;
}

/********* FIX MOBILE MENU SHADING *****************/
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
     /* border-bottom:2px double #ffffff;*/     /* white */
.social-media-wrapper 	
}
.main-navigation ul li:hover > a {
     background-color: #A2723D;
    /* gold */
}
/******************      END MENU STYLING     ************************************/

/**********************************************
***********    CONTENT AREAS  *****************
**********************************************/
.site-content {
     background-color: #045396 !important;     /* bright dark blue */
    background-color: #54603a !important;     /* medium sage green  CHANGE HERE CAK */		 
     padding:0 !important;
}
#homeoverview {
     clear: both;
     max-width: 100%;
     max-width: 1300px;  /* CAK - EVAL THIS */
     padding: 0;
     margin: 0px auto 0 !important;
}
#primary {
     background-color: #fff !important;     /* white */
     padding: 0;
     max-width: 1300px;  /* CAK - EVAL THIS */	 
/*     margin: 30px auto !important;	  */
     margin: 0 auto;	 
     max-width: 1300px;     /* CAK - EVAL THIS */
	 float:none;
	 clear:both;
	 padding-top:1px;	 
}
.hentry {
     background-color: #fff !important;
}
.archive #primary {
     background-color: #fff;
     margin-top:10px;
}
#secondary {
     padding: 0;
     margin: 10px 0;
     background-color: #fff;
}
.page-header {
     border-bottom:none !important;     /* CAK - EVAL THIS */
}
.archive .entry-meta {
     font-size: 1.2rem !important;     /* CAK - EVAL THIS */
}
#primary article {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
/************************************************ 
************ HOME PAGE WIDGET BOXES ******** 
*************************************************/
/* Recent Posts With Thumbnails plugin widget */
.rpwwt-widget ul {
     width: 70%;
     margin: 0 0 1.5rem 4rem !important;	 
}
.rpwwt-post-title {
	color: #2c2c2c;	 /* dark grey */;
     font-size: 1.222rem;
     font-weight:700;
     margin: 1.2em 0 10px 0;	 
}
/************ Calls To Action ***********************/
#homectasurround {
	clear:both;
	height:1px;
}
#homecta {
	text-align:center;
}
#homectasurround .page-content {
    padding-bottom: 1rem !important;
}
.CTA,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input[type=submit] {
	background-color: #54603a; /* khaki green 	*/
	background: #045396; /* bright blue  CHANGE HERE CAK */	
	text-align:center;
	padding:10px 5px;
	margin: 20px auto; 
	width:100%;
	border: 3px solid #cc9933;
	color: #fff !important;
	font-size:2.2em;
	font-weight:400;
	text-decoration: none;	
}
.CTA:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover  {
	background: #045396; /* bright blue */
	background-color: #54603a; /* khaki green CHANGE HERE CAK	*/	
	color: #cc9933 !important; /* web-safe gold */
	text-decoration: underline;
	}
#page #content #homectasurround a:hover {
	 text-decoration:none !important;
}
.headerCTA {
	font-size:1rem;
	padding:2px;
	width:125px;
	margin:5px 0 5px 10px !important;
	float:right;
}
.footerCTA {
	font-size:1.7rem;
	padding:5px;
	width:175px;
	margin:10px 10px 15px 0 !important;
	float:left;
}


/*************************************************
**************   PAYPAL FORMS ********************
**************************************************/
.paypalboxleft {
	width: 380px; 
	margin: 0 0 30px 130px;
	padding-top:0;
	outline: 1px solid #cccccc;
	float:left;
	text-align:center;	
}

.paypalboxright {
	width: 300px; 
	margin: 0 0 30px 20px;
	outline: 1px solid #cccccc;
	float:left;
	text-align:center;	
}

/*************************************************
************ HOME BOTTOM WIDGETS  ****************
**************************************************/
#homebottom-title {
	 clear:both;
	 background-color: #cc9933; /*   web-safe gold  ***/
     width: 100%;
     float: none;
     padding: 0;
	 margin: 0;
}
#homebottom-title h2 {
	margin-top:60px;
	color: #fff;
}
#home-bottom-background {
	 clear:both;
	 background-color: #cc9933; /*   web-safe gold  ***/
     width: 100%;
     margin: 0 auto;
     float: none;
     padding: 20px 0 30px 0 !important;
}
#home-bottom {
     clear:both;
	 float: none;
     text-align:center;
     color: #000;
     width: max-width;
     margin: 0 auto;
	 display:flex;
}

#home-bottom-widget-1, #home-bottom-widget-2, #home-bottom-widget-3, #home-bottom-widget-4 {
     margin: 0;
     text-align: left;
     padding: 0;
	 background-color: #fff;
	 min-height: 420px;
	 border: 4px solid #cc9933; /*   web-safe gold  ***/
}
#home-bottom-widget-1 {
	 border-left: 8px solid #cc9933; /*   web-safe gold  ***/
}
#home-bottom-widget-4 {
	 border-right: 8px solid #cc9933; /*   web-safe gold  ***/
}
.homeboxes {
     padding:10px 0;
     margin:0 auto;
     background-color: #fff;
     width: 95%;
     max-width:95%;
}
.homeboxes img {
     margin: 0 auto;
     width: 206px;
	 height: 150px;
     display: block;
	 border: 2px solid #54603a; /* khaki green */
}
.homeboxes p {
     font-size: 1rem;
     font-weight: 400;
     text-align: left;
     margin: 0;
     padding: 5px 18px;
     width: 100%;
}
.homeboxes a {
     font-weight: 700;
     padding-top: 15px;
}

/*****************************************
***               FORMS          *********
******************************************/
 button, html input[type="button"], input[type="reset"], input[type="submit"] {
    /* border: 1px solid #ccc;
     border-color: #ccc #ccc #bbb #ccc;
     */
     border: none;
     border-color: none;
    /* border-radius: 3px;
    */
    /* background: #e6e6e6;
     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
     */
     background: none;
     box-shadow: none;
     color: rgba(0, 0, 0, .8);
     cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
     -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
     font-size: 1.2rem;
     line-height: 1.2;
     padding: .6rem 1rem .4rem;
    /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
     */
     text-shadow: none;
}
 button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
     border-color: #ccc #bbb #aaa #bbb;
/*     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); */
}
 button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
     border-color: #aaa #bbb #bbb #bbb;
/*     box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); */
}
 input[type="checkbox"], input[type="radio"] {
     box-sizing: border-box;
    /* Addresses box sizing set to content-box in IE8/9 */
     padding: 0;
    /* Addresses excess padding in IE8/9 */
}
 input[type="search"] {
     -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
     -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
     -moz-box-sizing: content-box;
     box-sizing: content-box;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
     border: 0;
     padding: 0;
}
 input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
     color: #666;
     border: 1px solid #ccc;
     border-radius:0;
}
/***************** END FORMS ****************************/


/***** POST FEATURED IMAGE *********/
 .postfeaturedimage {
     display:block !important;
     margin:0 auto !important;
}
/***** FEATURED IMAGE *****/
.headerimagearea {
	margin-bottom:30px;
}
/***** SITEMAP *********/
 .htmlsitemap .page-header {
     border-bottom:none;
     margin-bottom: 0;
}
 .htmlsitemap ul {
     list-style-type: none;
}
 .htmlsitemap ul li {
     margin-top: 5px !important;
}
 .htmlsitemap ul ul {
     list-style-type: square;
     list-style-type: none;
     margin: 0 0 0 30px !important;
}
 .htmlsitemap ul ul li {
     margin-top: 0 !important;
}
 .htmlsitemap ul ul > li:before {
     content: "–";
    /* en dash here */
     position: absolute;
     margin-left: -1.1em;
     color: #706fa2;
}
 .htmlsitemap h1 {
     font-size: 1.8rem;
     font-weight: bold;
}
 .entry-meta {
     color: #000000 !important;
}
.page-template-site-map #primary,
.error404 #primary, 
.search-results #primary, 
.search-no-results #primary {
	margin-top:30px;
}
.error404 #content ul {
	margin-bottom:0;
}
.error404 #content .widget {
	padding-bottom:1rem;
}
/********** FOOTER **********/
#footer-background {
     background-color: #444;     /* dark grey */ 
}
footer {
	color: #fff;
}
footer h3 {
	color: #fff;	
    margin: 0 0 10px 0;	
}
footer p {
	color: #fff;		
     margin-right:0;
}
footer ul {
     list-style-type: none;
     margin: 0;
}
#footersocial {
     font-size: 1.9rem;
     font-weight: bold;
}
footer ul li {
     margin-bottom: 5px;
}
#footerwidgets {
     color: #ffffff;     /* white */
     padding:20px 5px;
     margin: 0 auto;	 
     max-width: 1300px;     /* CAK - EVAL THIS */
}
#footerwidgets a {
     color: #ffffff;     /* white */
     padding:0 5px;
	 text-decoration: none !important;
}
#footerwidgets a:hover {
     color: #cc9933; /*   web-safe gold  ***/
     text-decoration:underline !important;
}
#footer-sidebar {}
#footer-sidebar1 {}
#footer-sidebar2 {}
#footer-sidebar3 {}
#footer-sidebar4 {}

#colophon-background {
     background-color: #2C2C2C;     /* really dark grey */	 
}
#colophon {
     color: #ffffff;     /* white */
     padding:0 5px;
     border:none;
     margin: 0 auto;
	 max-width: 1300px;     /* CAK - EVAL THIS */	 
}
.site-info, .footertext {
     padding-top:0;
     padding-bottom:0;
}
.site-info {
     margin: 10px 0;
}
#footertext {
     margin: 10px 0;
}
#footertext a {
	 font-size: 1.2em;
	 font-weight: bold;
     color: #ffffff;     /* white */
	text-decoration:none;
}
#footertext a:hover {
     color: #cc9933; /*   web-safe gold  ***/
	 text-decoration: underline !important; 	
}
/* Wall of Honor Page */
/* OLD */
.wallofhonor p {
	margin:0 0 1rem 1rem;
}
/* Gallery */
.wallofhonorgallery ul {
	width: 100%;
	padding-left: 4rem;
	padding-right: 4rem;	
}
.wallofhonorgallery img {
    outline: 3px solid #000000 !important;
}
.wp-image-495, 
.wp-image-496,
.wp-image-497 {
	display:none !important;
}
/* Gravity Forms */
#gform_fields_2 li {
	clear:none;
}
.gform_wrapper form {
    margin: 0 4rem 1rem 4rem !important;
}
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
	font-size: 1.3rem !important;
	white-space: normal;
	line-height: 1.3 !important;
}
.gform_wrapper .gfield_checkbox li input, 
.gform_wrapper .gfield_checkbox li input[type=checkbox], 
.gform_wrapper .gfield_radio li input[type=radio] {
    vertical-align: top !important;
}
.gform_wrapper .gform_body ul {
    width: 100%;
}
.gform_wrapper .gsection {
    border-bottom: none !important;
}
.gform_wrapper h2.gsection_title {
	text-decoration:underline #eee !important;
}
/* TablePress & Envira Gallery */
#tablepress-1_wrapper,
.envira-gallery-wrap {
    padding-left: 4rem!important;
    padding-right: 4rem!important;
}
/* Board Page */
.boardofficers {
	float: left; 
	min-width: 350px;
}
.boardofficers p {
	margin-right:0;
}
/* Sponsors List */
.sponsorslist h3 {
	padding-top: 1.5rem;
}
/* Donate Form - License Plate CTA */
.licenseCTA {
	float: right; 
	max-width: 300px; 
	margin: 0 20px; 
	padding: 15px; 
	outline: 2px solid #54603a;
}
.licenseCTA h3,
.licenseCTA p {
	margin: 0;
}
/****************************************************** 
************ MOBILE ***************************** 
******************************************************/
 @media screen and (max-width: 1200px) {
     .site-branding {
         padding: 0 !important;
    }
     .logo-container img {
         margin: 0;
    }
     .text-title {
         margin: 0;
         width: 100%;
         text-align: left;
    }
     .site-title-text {
         margin:0;
         padding:0;
    }
     .site-description {
         margin:0;
         margin-bottom: 20px;
         padding:0;
         width: 100%;
         text-align: right;
    }
     .social-media {
         margin:0;
         padding:0;
    }
     #sidebar-contentimage {
         display:none;
    }
     .social-media-wrapper {
         height:100% !important;
    }
     .soliloquy-container .soliloquy-caption {
/*         margin-left:25px !important; */
    }
     #homeoverview h3 {
         margin: 10px;
         font-size: 2rem !important;
         line-height: 2.2rem;
         text-align: left;
    }
    /* ADJUST THE CTA BOXES FOR THE HEIGHT AND POTENTIAL WRAP OF THE H3 AND THE P as the screen narrows, the h3 and the p could get taller;
     the top location becomes shorter from the top of the container */
     .hpmwtitle {
         min-height:90px;
    }
     .hpmwtitle h3 {
         top: 40%;
         -webkit-transform: translateY(-40%);
         transform: translateY(-40%);
    }
     .homepageCTA p {
         min-height: 150px;
    }
    #homebottom-title h2 {
		margin-top: 20px;
	}
     #primary {
         padding: 0;
    }
     #secondary {
         padding: 0;
    }
     .emailsignup {
         max-width: 300px;
    }
     .emailsignupshim {
         display: inline-block;
    }
	h1, .h1, h1.entry-title, h1.page-title, h2, h3, h4, h5, h6 {
		 margin: 0 2rem 10px 3rem;
		 padding-top:1.2rem;
	}	
}
 @media screen and (max-width: 992px) {
	.text-title, .site-description {
		 text-align:center;
	}
	.icons, .social-media-wrapper {
		 clear:both;
		 float:right;
    }		
	#slidercontainer {
		margin-bottom:0;
	}	
     .soliloquy-container h2 {
         font-size: 1.6em !important;
    }
     .soliloquy-container h3 {
         font-size: 1.3em !important;
    }
     .soliloquy-container p {
         font-size: 1.2em !important;
         margin: 10px !important;
    }
     .soliloquy-container .soliloquy-caption {
         width: 40% !important;
    }
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		line-height: 0 !important;
	}	
	.soliloquy-container .largeoverlay {
		font-size:1.6rem !important;	
	}
	.soliloquy-container .mediumoverlay {
		font-size:1.2rem !important;
	}
	.soliloquy-container .smalloverlay {
		font-size:1rem !important;
	}	
	#home-bottom {
		 display:block;
	}
     #home-bottom-widget-1, #home-bottom-widget-2, #home-bottom-widget-3, #home-bottom-widget-4 {
         padding: 5px 10px;
 		 min-height:450px
    }
	#home-bottom-widget-2 {
		 border-right: 8px solid #cc9933; /*   web-safe gold  ***/
	}
	#home-bottom-widget-3 {
		 border-left: 8px solid #cc9933; /*   web-safe gold  ***/
	}	
	#home-bottom-widget-3, #home-bottom-widget-4 {
         border-top:0;
    }
     #home-bottom li a {
         margin: 10px 0 5px 0 !important;
    }
     .homepageCTA p {
         min-height: 90px;
    }
	#homectasurround .page-content {
		padding-bottom: 0 !important;
	}
     .hpmwtitle {
         min-height:80px;
    }
     .hpmwtitle h3 {
         position: relative;
         top: 0;
         -webkit-transform: none;
         transform: none;
         padding-top: 10px;
    }
     .emailsignup {
         max-width: 300px;
    }
	/* PAYPAL FORMS */
	.paypalboxleft {
		margin: 0 0 30px 20px;
	}	
}
 @media screen and (max-width: 768px) {
     .top_menus {
         display:block 
    }
     .main-navigation {
         display:none 
    }
     .site-title-text {
         margin:0;
         padding:0;
    }
     .site-description {
         margin:0;
         padding:0;
    }
     .social-media {
         margin:0;
         padding:0;
    }
     #sidebar-contentimage {
         display:none;
    }
     .hentry {
         padding: 10px;
    }
     .soliloquy-container .soliloquy-caption {
         width: 100% !important;
    }
     .hpmwtitle {
         min-height:80px;
    }
     .hpmwtitle h3 {
         position: relative;
         top: 0;
         -webkit-transform: none;
         transform: none;
         padding-top: 10px;
    }
     #gform_wrapper_2, #gform_wrapper_3, #gform_wrapper_5 {
         padding: 5px;
         width: 80%;
         margin-left: 0;
    }
	.rpwwt-widget ul {
         width: 90%;
		 margin-left: 2rem !important;
	 } 
     ul, ol {
         width: 90%;
         padding-left: 5%;
		 margin-left: 2rem;
    }	
	.menu ul {
		width: 90%;
	}	
     #emergencysupportbox {
         max-width:50%;
         height:auto;
    }
	#home-bottom-widget-1, #home-bottom-widget-3 {
		 border-right: 8px solid #cc9933; /*   web-safe gold  ***/
	     min-height: 50px;
	}		
	#home-bottom-widget-2, #home-bottom-widget-4 {
		 border-left: 8px solid #cc9933; /*   web-safe gold  ***/
	     min-height: 50px;
	}	
	.headerimagearea {
		margin-bottom: 5px;
	}	
	/* Gallery */
	.wallofhonorgallery ul {
		width: 100%;
		padding-left:1rem;
		padding-right:1rem;	
	}
	/* left and right content goes center */
	#primary .alignleft, #primary .alignright {
		float: none;
		clear: both;
		display: block;
		margin: 0 auto;
	}
	.floatmap {
		float: none !important;
		display: block;
	}
	/* Donate Form - License Plate CTA */
	.licenseCTA {
		max-width: 100%; 
		margin: 1.5rem 2rem; 
	}	
}
@media screen and (max-width: 715px) {
     #emergencysupportbox {
         max-width:35%;
         height:auto;
    }
}
@media screen and (max-width: 600px) {
     .soliloquy-container {
         max-height: none !important;
         width: 100% !important;
    }
     .soliloquy-container h2 {
         font-size: 1.4em !important;
    }
     .soliloquy-container h3 {
         font-size: 1.2em !important;
    }
     .soliloquy-container p {
         font-size: 1.2em !important;
         margin: 10px !important;
    }
     .soliloquy-viewport {
         height: auto !important;
    }
     .soliloquy-container .soliloquy-caption {
         position: relative !important;
         margin-left:0 !important;
    }
	.soliloquy-caption.soliloquy-caption-mobile {
		height:175px !important;
		display:flex !important;
	}	
     .soliloquy-container .soliloquy-caption-inside,
	 .soliloquy-container .soliloquy-caption.soliloquy-caption-left {
         width: 100% !important;
    }
     .soliloquy-container .soliloquy-caption-inside {
	 	padding:10px 0 0 0 !important;
	}
     .prepaidpackages {
         width:45% !important;
         height:auto !important;
         margin:0 5px 10px 5px !important;
    }
     #emergencysupportbox {
         max-width:100%;
         height:auto;
    }
}
 @media screen and (max-width: 568px) {
     #masthead {
         background-image:none !important;
    }
     #primary {
         padding: 0 2px;
    }
     #secondary {
         padding: 0 15px;
         margin: 5px 0;
    }
	/* Soliloquy Slider */
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		overflow-y: scroll;
	}		
	/* Gravity Forms */
	.gform_wrapper form {
		margin: 0 1rem 1rem 1rem !important;
	}	
	/* TablePress & Envira Gallery */
	#tablepress-1_wrapper,
	.envira-gallery-wrap {
		padding-left: 1rem!important;
		padding-right: 1rem!important;
	}	
    /* ADJUST THE CTA BOXES FOR THE HEIGHT AND POTENTIAL WRAP OF THE H3 AND THE P as the screen narrows, the h3 and the p could get taller;
     the top location becomes shorter from the top of the container */
     /*.homepageCTA img {
         width: 85%;
    }
    /* .hpmwtitle {
         min-height:80px;
    }
     .hpmwtitle h3 {
         top: 70%;
         -webkit-transform: translateY(-70%);
         transform: translateY(-60%);
    }
     .homepageCTA p {
         min-height: 90px;
         margin: 0;
         padding: 5px 18px;
         width: 100%;
    }
     */
}
 @media screen and (max-width: 480px) {
     .site-title {
         font-size: 2rem;
    }
	h1, .h1, h1.entry-title, h1.page-title, h2, h3, h4, h5, h6 {
		 margin-left:0.5rem;
	}	
     h2.entry-title, h2.page-title {
         font-size: 2rem !important;
         margin-bottom:10px;
    }
     h2.entry-title a {
         font-size: 3rem !important;
    }
     h3 {
         line-height: 1.6;
         margin-bottom: 10px !important;
    }
     h3.widget-title {
         font-size: 2rem !important;
    }
    .menu li {
         font-size: 1rem;
    }
	ul li, ol li {
         font-size: 1.0rem;
    }
     p {
         margin: 0 0.5rem 1rem 1.5rem !important;
         font-size: 1.0rem;
    }
	.archive h4 {
		 margin-left: 1.5rem;
	}	
     footer ul li, footer ol li {
         font-size: 1.8rem;
    }
     .col-sm-12 {
         padding-right: 5px !important;
         padding-left: 5px !important;
    }
     #masthead, .site-branding, .logo-container, .main_logo, .logocont3, .logocont4 {
         padding-right:0 !important;
         padding-left:0 !important;
    }
     .main_logo {
         max-width: 125px !important;
    }
	#header-sidebar-1 .textwidget {
		 text-align:center;
	}
	#header-sidebar-1 .textwidget p {
		margin: 0 0 0.5rem 0 !important;
		font-size:1rem;
	}
	.widget_search {
		text-align: center;
	}	
	.headerimagearea {
		margin-bottom:5px;
	}	
     #primary {
         padding: 0 2px;
    }
     #homeoverview h3 {
         margin: 5px 5px 10px 5px;
         font-size: 1.6rem !important;
         line-height: 1.6rem;
         text-align: left;
    }
     .hentry {
         padding: 5px;
    }
     #home-bottom-widget-1, #home-bottom-widget-2, #home-bottom-widget-3, #home-bottom-widget-4 {
         padding: 5px !important;
    }
     #home-bottom li a {
         margin: 10px 0 5px 0 !important;
    }
     #gform_wrapper_2, #gform_wrapper_3, #gform_wrapper_5 {
         width: 100%;
    }
     #soliloquy-container-95 h3 {
         font-size: 1.6rem !important;
    }
     .redcta p {
         padding:0 20px;
    }
     #colophon {
         padding:5px 0;
         margin: 5px auto;
    }
     #footer-sidebar, #footer-sidebar1, #footer-sidebar2, #footer-sidebar3, #footer-sidebar4 {
         padding:0 !important;
    }
     .site-info, .footertext {
         padding:0;
    }
     .site-info {
         margin-top: 10px;
    }
     #footertext {
         margin-top: 10px;
    }
	/* OLD Wall of Honor Page */
	.wallofhonor p {
		margin:0 0 1rem 0 !important;
	} 
	/* Gallery */
	.wallofhonorgallery ul {
		width: 100%;
		padding-left:0;
		padding-right:0;	
	}	   
	 .prepaidpackages {
         width:80% !important;
         height:auto !important;
         margin:0 0 10px 0 !important;
    }
	/* Board TablePress */
	.tablepress thead .column-3 {
		word-break: break-word;
	}
	#tablepress-1_wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}	
	/* Board Page */
	.boardofficers {
		min-width: 100px;
	}
	/* Donate Form - License Plate CTA */
	.licenseCTA {
		margin: 1.5rem 0.5rem; 
	}	
	/* PAYPAL FORMS */
	.paypalboxleft {
		margin:5px;
	}		
}
 @media screen and (max-width: 320px) {
	.soliloquy-container .largeoverlay {
		font-size:1.3rem !important;
		margin-bottom:0 !important;
	}
	.soliloquy-container .mediumoverlay {
		font-size:1.1rem !important;
		margin-bottom:0 !important;
	}
	.soliloquy-container .smalloverlay {
		font-size:1rem !important;
		margin-bottom:0 !important;
	}
}
 @media only screen and ( min-width : 0px ) and ( max-width : 1024px ) {
     #click-menu {
         display: block 
    }
    /* #responsive-menu .menu li li .appendLink, #responsive-menu .menu li li li {
         display: block !important 
    }
     */
}
/*************************************
******************   PRINT ***********
**************************************/
 @media print{
     a[href]:after{
         content:" (" attr(href) ")";
         content: "" !important;
    }
     abbr[title]:after{
         content:" (" attr(title) ")";
         content: "" !important;
    }
     footer {
         background: transparent !important;
    }
}