/* # G 
Theme Name: Aggie Womens Basketball Camp    
Author: Connect Technologies 
Author URI: http://www.ctay.net
Template: genesis  
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px

PINK: #ff81b8;

*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #333;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* ## Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
body {
  background-color: #fff;
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

::-moz-selection {
  background-color: #333;
  color: #fff;
}

::selection {
  background-color: #333;
  color: #fff;
}

a {
  color: #114455;
  text-decoration: none;
}

a:hover {
  color: #6bb5ce;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #114455;
  font-family: 'Signika', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
  color: #565253;
}

h6 {
  font-size: 16px;
}



/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery-item {
  float: none;
  margin: 0 auto 28px;
  text-align: center;
}

.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
  width: 100%;
}

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}

.gallery img:hover {
  border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #e5554e;
  color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #e5554e;
  color: #fff;
}

.entry-content .button:hover {
  color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
  background-color: #fff;
  color: #333;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

th {
  font-weight: 400;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap,
.content,
.content-sidebar-sidebar .content,
.content-sidebar-sidebar .content-sidebar-wrap,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar-content-sidebar .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-primary,
.sidebar-secondary,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.site-header .widget-area,
.title-area {
  width: 100%;
}

.wrap {
  padding-left: 4%;
  padding-right: 4%;
}

.site-inner {
  padding-top: 40px;
}
.site-inner .wrap {
  margin-top: -190px;
  padding-left: 1%;
  padding-right: 1%;
}
.site-inner .page {
  margin-bottom: 0;
    border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.first {
  clear: both;
  margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px;
}

.archive-description,
.author-box {
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
}

.author-box-title {
  font-size: 16px;
  margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.site-header .search-form {
  margin: 16px auto;
  text-align: center;
}

.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ## Titles
--------------------------------------------- */
.archive-title {
  font-size: 20px;
}

.entry-title {
  font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
}

.entry-title a:hover {
  color: #e5554e;
}

.widget-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-widgets .widget-title {
  color: #fff;
}
.switch-container {
  padding: 20px 30px 0 0;
  float: right;
}
.home .switch-container {
  display: none;
}
.home-switch {
  float: right;
  text-align: center;
}
.switch {
  font-style: italic;
  font-weight: bold;
}
.switch i {
  font-size: 11px;
  margin-left: 7px;
}
.home-switch .switch {
  font-size: 22px;
}
.home-switch .switch i {
  font-size: 16px;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px;
}

.footer-widgets .entry {
  border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
  font-size: 20px;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.enews-widget .widget-title {
  color: #fff;
}

.sidebar .widget.enews-widget {
  background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #333;
}

.enews-widget input {
  font-size: 16px;
  margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
  background-color: #e5554e;
  color: #fff;
  margin: 0;
  width: 100%;
}

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333;
}

.enews form + p {
  margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  min-height: 300px;
  background: #eee;
}

.site-header .wrap {
  padding: 12px 0;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
  padding: 0;
}

.site-title {
display: block;
width: 212px;
height: 130px;
}

.site-title a {
  text-indent: -9999px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 132px;
  height: 110px;
  margin-left: 20px;
  background: url(images/wmtitle.png) no-repeat;
  background-size: 100%;
}

.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  min-height: 60px;
  width: 100%;
}

.site-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
  text-align: center;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
  margin: 0 7px;
}

.genesis-nav-menu a {
  color: #5d0025;
  display: block;
  padding: 3px 0;
  margin: 0;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #e5554e;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  margin: 12px 0 0;
  padding:0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99;
  border: 2px solid #5d0025;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-top: none;
  font-size: 14px;
  padding: 20px;
  position: relative;
  width: 196px;
  margin: 0;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding: 20px 16px;
}

.genesis-nav-menu > .last > a {
  padding: 20px 16px;
}

.genesis-nav-menu > .right {
  display: none;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */


.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
  background: none;
  display: none;
  float: right;
  margin-top: -36px;
  margin-right: 0;
}

.nav-primary .genesis-nav-menu a {
  color: #5d0025;
  font-family: 'Signika', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.nav-primary .genesis-nav-menu .sub-menu a {
  color: #5d0025;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {

}
.nav-primary .genesis-nav-menu .menu-item:hover {
  border-bottom: 2px solid #5d0025;
}
.nav-primary .genesis-nav-menu .menu-item-has-children:hover {
  border-bottom: none;
}
.nav-primary .genesis-nav-menu .sub-menu .menu-item:hover {
  border-bottom: none;
}



.nav-primary .genesis-nav-menu .sub-menu .menu-item a:hover {
  background: #e2e2e2;
  color: #114455;
}
.nav-primary .genesis-nav-menu .menu-item-has-children {
  padding-bottom: 14px;
  position: relative;

}

.nav-primary .genesis-nav-menu .menu-item-has-children:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 21px;
  position: absolute;
  bottom: 0;
  left: 43%;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.nav-primary .genesis-nav-menu .menu-item-has-children:hover:after {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* MOBILE MENU
----------------------------------------------- */


.mobile-menu-wrap {
  padding: 0 2%;
  width: 96%;
  position: relative;
}
.mobile-menu-toggle {
  position: absolute;
  top: -28px;
  right: 0;
}
.mobile-menu-toggle a {
  color: #5d0025;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.mobile-menu-toggle a i {
  font-size: 16px;
  margin-left: 7px;
}

.mobile-menu-container {
}

.mobile-menu {

  display: none;
  position: absolute;
  z-index:999;
  width: 100%;
  background: #3d0118;
  margin: 7px 0;
  padding: 25px 0;
  text-align: center;
}

.mobile-menu.active {

}
.mobile-menu li {
  padding: 16px 0;
  position: relative;
}
.mobile-menu li:after {
  content: "";
  position: absolute;
  width: 60px;
  border-bottom: 1px solid #ccc;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.mobile-menu li:last-child:after {
  border: 0;
}
.mobile-menu a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}


/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
  padding: 12px 18px;
}

.content .entry {
  background-color: #fff;
}
.entry-content {
  margin-top: 25px;
}
.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #333;
  color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 8px 12px;
  margin-bottom: 4px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #e5554e;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
}

.sidebar li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  background-color: #fff;
  margin-bottom: 40px;
}

.sidebar .widget.enews-widget {
  padding: 40px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #333;
  clear: both;
  padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
  color: #999;
}

.footer-widgets input {
  border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
  color: #fff;
}

.footer-widgets li {
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.footer-widgets .widget {
  margin-bottom: 40px;
}

.footer-widgets p:last-child {
  margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 100%;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #114455;
  font-size: 14px;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}

.site-footer p {
  margin-bottom: 12px;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  text-decoration: underline;
}

/* # GENERAL
---------------------------------------------------------------------------------------------------- */
.entry-content h2 {
  color: #500000;
  font-size: 26px;
  font-weight: normal;
}

.entry-content p {
  margin-bottom: 14px;
}

.form {
  padding-left: 18px; 
  background: url(images/pdficon.gif) no-repeat 0 4px;
}
.page-link {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
  clear: both;
  margin: 10px 0;
  padding: 20px 25px;
  border-left: 5px solid #5d0025;
  -webkit-box-shadow: inset 0 -5px 0 0 #e2e2e2;
  box-shadow: inset 0 -5px 0 0 #e2e2e2;
  font-family: 'Signika', Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.page-link i {
  position: absolute;
  right: 60px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.page-link:hover {
  background: #c2c2c2;
  color: #000;
  -webkit-box-shadow: inset 0 -5px 0 0 #aaa;
  box-shadow: inset 0 -5px 0 0 #aaa;
}
.page-link:hover i {
  right: 48px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/* # HOMEPAGE
---------------------------------------------------------------------------------------------------- */
.intro-text {
  margin: 0 0 20px;
}
.right-area {
  float: right;
  width: 100%;
}
.info-box {
  width: 100%;
  padding: 16px 22px;
  margin: 20px auto 30px;
  background: url(images/grey-bg.png) #f2f2f2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 3px 7px 1px rgba(0,0,0,.4);
  text-align: center;
}
.info-box h2 {
  margin-bottom: 18px;
}
.camp-dates table {
  margin-bottom: 20px;
}
.camp-dates tr {
  display: block;

}
.camp-dates .camp-name, .camp-dates .camp-date, .camp-dates .camp-link {
  display: block;
  padding: 0;
  text-align: center;
  line-height: 21px;
}
.camp-dates .camp-name {
  font-size: 17px;
  font-weight: bold;
}
.camp-dates .camp-link {
  margin-bottom: 12px;
}
.camp-links {

}
.camp-links a {
  display: inline-block;
  vertical-align: top;
  font: 17px 'Signika', san-serif;
  text-transform: uppercase;
  padding: 12px;
  background: #5d0025;
  color: #fff;
  margin: 0 1% 15px;  
  font-weight: bold;
  border-radius: 7px;
  -webkit-border-radius: 7px;
    border: 1px solid #5d0025;
}
.camp-links a:hover {
  background: #fff;
  color: #5d0025;

}


.biography h3 {
  font-size: 22px;
  margin-bottom: 24px;
}
.biography h4 {
  font-size: 18px;
}

.special-message {
  padding: 15px 25px;
  background: #5d0025;
  color: #fff;
  max-width: 500px;
  border-radius: 8px;
  text-align: center;
}
.special-message h3 {
  color: #fff;
  text-align: center;
}
.special-message td {
  border: 0;
}
.special-message tbody {
  border: 0;
}
.special-message .header td {
  padding: 25px 0 4px;
  border-bottom: 1px solid #999  ;
}
.special-message a {
  color: #fff;
  text-decoration: underline;
}

/* # REGISTRATION
---------------------------------------------------------------------------------------------------- */
.registration-page .entry-content {
  margin-top: 8px;
}
.registration-page h6 {
  font-weight: 600;
}
.registration-page h5 {
  font-weight: 700;
  font-size: 16px;
}
.registration-page .camp {
  padding: 20px 0 40px;
  margin-bottom: 26px;
  border-bottom: 1px solid #ccc;
}
.registration-page .camp:last-child {
  border: 0;
}
.registration-page .right-area {
  margin: 0 0 30px 30px;
}
.registration-page .important-forms {
  text-align: left;
  padding-bottom: 50px;
}
.registration-page .important-forms p {
  margin-bottom: 6px;
}
.registration-page .camp-description {
  margin: 14px 0 0
}

.registration-page .camp-specific-form {
  margin-top: 40px;
}

.registration-link  {
  display: inline-block;
}
.registration-link a {
  display: inline-block;
  vertical-align: top;
  font: 17px 'Signika', san-serif;
  text-transform: uppercase;
  padding: 12px;
  background: #5d0025;
  color: #fff;
  margin: 14px 0 8px;  
  font-weight: bold;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  border: 1px solid #5d0025;
}
.registration-link a:first-child {
  margin-right: 23px;
}
.registration-link a:hover {
  background: #fff;
  color: #5d0025;
}
.registration-link a i {
  font-size: 14px;
  margin-left: 8px;
}
.registration-link h4 {
  margin-top: 12px;
}


/* # Staff
---------------------------------------------------------------------------------------------------- */
.staff-group {
  margin: 10px 0 40px;
  text-align: center;
}
.staff-group a.staff {
  display: inline-block;
  width: 45%;
  text-align: center;
  margin: 0 20px 0 0;
}
.staff-group .staff-image img {
  border: 1px solid #ccc;
  padding: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.staff-group a.staff:hover > .staff-image img {
  box-shadow: 0px 1px 4px 1px rgba(0,0,0,.3);
  border-color: #114455;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.staff-group .staff-name h5 {
  color: #114455;
  margin-top: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.staff-group a.staff:hover > .staff-name h5 {
  color: #6bb5ce;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* # FAQs
---------------------------------------------------------------------------------------------------- */
.faq-page h6 {
  color: ;
}
.faq-links {
  margin-bottom: 40px;
  padding-left: 20px;

}

/* # Counselor Info
---------------------------------------------------------------------------------------------------- */
.counselor-page .important-forms ul {
  margin-left: 15px;
}
.counselor-page .important-forms ul li {
  list-style-type: none;
}

/* # Facilities
---------------------------------------------------------------------------------------------------- */
.facility {
  margin: 0 0 40px;
  text-align: center;
}
.facility-image {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
}
.facility-image img {
  padding: 6px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.facility-image a:hover > img {
  box-shadow: 0px 1px 4px 1px rgba(0,0,0,.3);
  border-color: #114455;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.facility-info {
  display: inline-block;
}
/* # Store
---------------------------------------------------------------------------------------------------- */
.camp-store-sample {
  text-align: center;
  margin-top: 40px;
}
.camp-store-sample img {
  max-width: 100%;
}

/* # Photos
---------------------------------------------------------------------------------------------------- */
.page .ngg-gallery-thumbnail-box, .page .ngg-gallery-thumbnail {
  display: inline-block;
  float: none;
}
.page .ngg-gallery-thumbnail-box {
  margin-right: 0;
}
.page .ngg-galleryoverview {
  margin-bottom: 40px;
  text-align: center;
}
.page .ngg-gallery-thumbnail img {
  padding: 6px;
  border-color: #ccc;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page .ngg-gallery-thumbnail img:hover {
  background: #fff;
  box-shadow: 0px 1px 4px 1px rgba(0,0,0,.3);
  border-color: #114455;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


/* # Testimonials
---------------------------------------------------------------------------------------------------- */
  
.testimonial {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0 auto 25px;
  background: #f2f2f2;
  clear: both;
  padding: 14px 35px 24px 70px;
  border-left: 5px solid #5d0025;
  -webkit-box-shadow: inset 0 -5px 0 0 #e2e2e2;
  box-shadow: inset 0 -5px 0 0 #e2e2e2;
  color: #000;
}
.testimonial .quote {
  font-family: Georgia, serif;
  position: absolute;
  left: 16px;
  top: 47px;
  color: #d0d0d0;
  font-size: 95px;
}
.testimonial .testimonial-text p {
  margin-bottom: 12px;
}
.testimonial .testimonial-person {

  color: #114455;
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize;
}

/* ## Forms
--------------------------------------------- */

.content .gform_wrapper input[type=text], 
.content .gform_wrapper input[type=url], 
.content .gform_wrapper input[type=email], 
.content .gform_wrapper input[type=tel], 
.content .gform_wrapper input[type=number], 
.content .gform_wrapper input[type=password],
.content .gform_wrapper textarea {
  font-size: 18px;
}


.site-header > .wrap {
  position: relative;
}
.sponsorships {
  position: absolute;
  left: 180px;
  top: 10px;
}
.sponsorships .title {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 14px;
}
.sponsorships a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.sponsorships a.first {
  margin-right: 30px;  
}
.sponsorships a.first:after {
  content: '';
  position: absolute;
  height: 40px;
  width: 2px;
  background: #777;
  right: -20px;
  top: 0;
}
.sponsorships a img {
  max-width: 60px;
}
@media only screen and (min-width: 460px) {

  .sponsorships .title {
    font-size: 20px;
  }
  .sponsorships a img {
    max-width: 100%;
  }
  .sponsorships a.first { 
    margin-right: 40px;
  }
  .sponsorships a.first:after {
    height: 57px;
    right: -27px;
  }
}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */
/*-------------------- RETINA DISPLAYS -----------------------*/
@media only screen and (min-width: 550px) {

}

/*--------------------IPAD VERTICAL SITE -----------------------*/
@media only screen and (min-width: 768px) {
  body {
    font-size: 15px;
  }

  .wrap {
    margin: 0 auto;
    max-width: 960px;
  }
  .site-inner .wrap, .mobile-menu-wrap {
    padding-left: 4%;
    padding-right: 4%;
  }
    
  .site-header {
    min-height: 300px;
    background: url(images/header-bg-2022.jpg) no-repeat top center #fff;
  }
  .site-title a {
    text-indent: -9999px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 202px;
    height: 132px;
/*    margin-left: 53px;*/
    background: url(images/wmtitle.png) no-repeat;
  }
  .sponsorships {
    left: 290px;
  }
  .mobile-menu-wrap {
    width: 94%;
  }
  .mobile-menu-toggle {
    top: -28px;
  }

  .site-title {
    display: block;
    width: 212px;
    height: 130px;
  }
  .site-title a {
    text-indent: -9999px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 202px;
    height: 132px;
/*    margin-left: 53px;*/
    background: url(images/wmtitle.png) no-repeat;
  }


  /* ## Column Classes
  --------------------------------------------- */
  /* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
  }

  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }

  .one-third,
  .two-sixths {
    width: 31.623931623931625%;
  }

  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%;
  }

  .one-fourth {
    width: 23.076923076923077%;
  }

  .three-fourths {
    width: 74.35897435897436%;
  }

  .one-sixth {
    width: 14.52991452991453%;
  }

  .five-sixths {
    width: 82.90598290598291%;
  }

  /* ## Content Area
  --------------------------------------------- */
  .site-inner {
    background: url(images/body-bg.jpg) no-repeat top center #e3e3e3;
    min-height: 893px;
    border-top: 5px solid #5d0025;
  }
  .site-inner .wrap {

  }
  .site-inner .page {
    min-height: 1050px;

  }
  .entry {
    padding: 25px 30px;
  }

  .comment-respond,
  .entry-pings {
    padding: 40px 40px 16px;
  }

  .entry-comments {
    padding: 40px;
  }

  .archive-description,
  .author-box {
    background-color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
    padding: 40px;
  }

  .archive-pagination li a {
    margin-bottom: 0;
  }

  /* ## Sidebars
  --------------------------------------------- */
  .sidebar .widget {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 40px;
  }

  .sidebar .widget.enews-widget {
    padding: 0;
  }

  .right-area {
    float: right;
    width: 380px;
    margin: 10px 0 0 40px;
  }
  .info-box { 
  }
  .camp-dates table {
    margin-bottom: 30px;
  }
  .camp-dates tr {
    display: table-row;
  }
  .camp-dates .camp-name, .camp-dates .camp-date, .camp-dates .camp-link {
    display: table-cell;
    text-align: left;
  }
  .camp-dates .camp-link {
    margin-bottom: 0;
  }
  .camp-links .first-link {
    margin-left: 0;
  }
  .camp-links .second-link {
    margin-right: 0;
  }

}
/*-------------------IPAD HORIZONTAL SITE ----------------------*/
@media only screen and (min-width: 1024px) {
  .wrap {
    max-width: 1000px;
    padding-left: 0;
    padding-right: 0;
  }
  .site-inner .wrap {
    padding: 0;
  }

  /* ## Title Area
  --------------------------------------------- */
  .title-area {
    float: left;
    width: 50%;
    text-align: left;
  }

  .site-description,
  .site-title {
    text-align: left;
  }

  .header-full-width .title-area {
    width: 100%;
  }

  .site-header .wrap {

  }

  .site-header .search-form {
    margin: 12px 0 0;
    float: right;
    text-align: right;
  }

  .header-image .site-title > a {
    float: left;
  }

  .site-header .widget-area {
    float: right;
    text-align: right;
    width: 50%;
  }

  .page-link {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 55%;
    font-size: 22px;
  }

  /* # Site Navigation
  ---------------------------------------------------------------------------------------------------- */

  .mobile-menu-toggle, .mobile-menu, .mobile-menu.active, .mobile-menu-container {
    display: none !important;
  }
  .nav-primary {
    display: inline-block;
  }

  .genesis-nav-menu > .first > a {
    padding-left: 0;
  }

  .genesis-nav-menu > .last > a {
    padding-right: 0;
  }

  .genesis-nav-menu > .right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
  }

  .genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
  }

  /* ## Content Area
  --------------------------------------------- */
  /* ### Wrapping div for .content and .sidebar-primary */
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }

  .content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
  }

  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
  }

  /* ### Content */
  .content {
    float: right;
    width: 640px;
  }

  .content-sidebar .content,
  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content {
    float: left;
  }

  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content {
    width: 420px;
  }

  .full-width-content .content {
    width: 100%;
  }

  /* ## Sidebars
  --------------------------------------------- */
  /* ### Primary Sidebar */
  .sidebar-primary {
    float: right;
    width: 280px;
  }

  .sidebar-content .sidebar-primary,
  .sidebar-sidebar-content .sidebar-primary {
    float: left;
  }

  /* ### Secondary Sidebar */
  .sidebar-secondary {
    float: left;
    width: 180px;
  }

  .content-sidebar-sidebar .sidebar-secondary {
    float: right;
  }

  	/* ## Footers
  --------------------------------------------- */
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    width: 300px;
  }

  .footer-widgets-1 {
    margin-right: 30px;
  }

  .footer-widgets-1,
  .footer-widgets-2 {
    float: left;
  }

  .footer-widgets-3 {
    float: right;
  }

  .staff-group {
    text-align: left;
  }
  .staff-group a.staff {
    width: 18%;
  }

  .facility {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 45px;
    padding-bottom: 20px;
  }
  .facility:last-child {
    border-bottom: none;
  }
  .facility-image {
    width: 35%;
    margin: 0 0 20px;
  }
  .facility-info {
    width: 55%;
    margin: 0 0 20px 5%;
    text-align: left;
  }

}
/*-----------------------DESKTOP SITE --------------------------*/
@media only screen and (min-width: 1205px) {

  .wrap {
    max-width: 1000px;
  }

  /* ## Column Widths and Positions
  --------------------------------------------- */
  /* ### Wrapping div for .content and .sidebar-primary */
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 940px;
  }

  /* ### Content */
  .content {
    width: 760px;
  }

  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content {
    width: 580px;
  }

  /* ### Primary Sidebar */
  .sidebar-primary {
    width: 340px;
  }

  /* ### Secondary Sidebar */
  .sidebar-secondary {
    width: 160px;
  }

  /* ## Gallery
  --------------------------------------------- */
  .gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
  }

  .gallery-columns-2 .gallery-item {
    width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    width: 33%;
  }

  .gallery-columns-4 .gallery-item {
    width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    width: 16.6666%;
  }

  .gallery-columns-7 .gallery-item {
    width: 14.2857%;
  }

  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    width: 11.1111%;
  }

  	/* ## Footers
  --------------------------------------------- */
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    width: 320px;
  }

  .footer-widgets-1 {
    margin-right: 60px;
  }
}
