/*
Theme Name: Benjamin Shield
Theme URI: 
Description: WP Theme for Benjamin Shield
Author: Chee Studio
Author URI: http://goodchee.com
Tags:
*/
/* SCSS Variables
================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Base Styles
================================================== */
/* Fonts
-----------------*/
/* Reset
-----------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

.wpsm-menu li:first-child {
margin-left:10px !important;
}

ul li.li18 {font-size:18px !important}


#spic .owl-theme .owl-nav [class*="owl-"]:first-child {
    background-position: 0 0px;
    background-image: url("http://www.benjaminshield.com/wp-content/uploads/2016/03/pager2.png") !important;
    margin-right: 3px;
    transition: none !important;
height:56px;
width:16px;
    left: -30px;
margin-top:-20px !important;
}

#spic .owl-theme .owl-nav [class*="owl-"]:last-child {
    background-position: -1px -55px;
    background-image: url("http://www.benjaminshield.com/wp-content/uploads/2016/03/pager2.png") !important;
    margin-left: 3px;
height:56px;
width:16px;
    right: -30px;
margin-top:-20px !important;
}


#spic .owl-carousel .owl-item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
/*    height: 346px !important; */
height:220px !important;
}



html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: serif; }

button, input, select, textarea {
  font-family: serif; }

p.hometext {
text-align: center;
font-size: 30px; 
line-height: 35px;
}
#pediatric a {
font-size:22px !important;
color:#516144 !important;
}
#pediatric a:hover {
font-size:22px !important;
color:#795B2D !important;
}

header.main-banner {

}

main {

}

@media all and (min-width: 768px) and (max-width: 1050px) {
nav ul li a {
font-size:1.5em !important;
}
nav ul li ul li a {
font-size:13px !important;
}
}

body {
  margin: 0;
  background: url(assets/img/content-bg.jpg) repeat fixed;
  color: #516144; }

@media all and (min-width: 0px) and (max-width: 491px) {
  #mobile2 { display: block; margin-top:-300px;height:145px;}  /* show it on small screens */
  #ipad {display:none;}
}

@media all and (min-width: 492px) and (max-width: 4009px) {
  #mobile2 { display:none !important; }  
}

@media all and (min-width: 1025px) and (max-width: 3024px) {
 
  #ipad {display:none;}
  #desktop2 {display: block;}
}

@media all and (min-width: 0px) and (max-width: 1023px) {
  #desktop2 { display: none; }  
}


@media all and (min-device-width: 492px) and (max-device-width: 1024px) and (orientation:portrait) {
#ipad {display:block; }
#mobile2 {display:none !important;}
a.enter {padding-top:-100px;}
}
@media all and (min-device-width: 492px) and (max-device-width: 1024px) and (orientation:landscape) {
#ipad {display:block; }
#mobile2 {display:none !important;}
a.enter {padding-top:-100px;}
}



a {
  color: #918a57;
  text-decoration: none; }
  a:hover {
    color: #516144; }

a:focus {
  outline: thin dotted; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: "p22-fllw-eaglefeather"; }

h1 {
  font-size: 2.125em;
  margin: 0 0 0.3em 0;
  text-align: center; }

h2 {
  font-size: 2.125em;
  margin: 0 0 0.3em 0; }

h3 {
  font-size: 1.875em;
  margin: 0 0 0.3em 0; }

h4 {
  font-size: 1.75em;
  margin: 0 0 0.3em 0; }

h5 {
  font-size: 1.5625em;
  margin: 0 0 0.3em 0; }

h6 {
  font-size: 1.25em;
  margin: 0 0 10px 0;
  font-style: italic;
  padding-bottom: 2px;
  border-bottom: 1px solid #858f7b;
  position: relative;
  display: inline-block;
  padding-right: 10%; }

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

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 3px;
  border: none;
  background: #516144;
  margin: 15px auto; }

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

p, pre {
  margin: 0 0 1em 0;
  font-size: 1.25em;
  line-height: 28px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5); }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 0 0 1em 0; }
  dl li, menu li, ol li, ul li {
    color: #795b2d; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure, form {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-appearance: none;
  /*Safari/Chrome*/
  -moz-appearance: none;
  /*Firefox*/
  -ms-appearance: none;
  /*IE*/
  -o-appearance: none;
  /*Opera*/
  appearance: none;
  -webkit-border-radius: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type=button] {
  cursor: pointer;
  *overflow: visible; }

input[type=reset], input[type=submit] {
  cursor: pointer;
  *overflow: visible; }

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

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

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; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

/* Buttons
-----------------*/
.button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #e9d5b9;
  background: -moz-linear-gradient(left, #e9d5b9 0%, #fdf0d8 50%, #e9d5b9 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e9d5b9), color-stop(50%, #fdf0d8), color-stop(100%, #e9d5b9));
  background: -webkit-linear-gradient(left, #e9d5b9 0%, #fdf0d8 50%, #e9d5b9 100%);
  background: -o-linear-gradient(left, #e9d5b9 0%, #fdf0d8 50%, #e9d5b9 100%);
  background: -ms-linear-gradient(left, #e9d5b9 0%, #fdf0d8 50%, #e9d5b9 100%);
  background: linear, to right, #e9d5b9 0%, #fdf0d8 50%, #e9d5b9 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9d5b9', endColorstr='#e9d5b9',GradientType=1 );
  border: 1px solid #c1bdae;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #516144; }
  .button:hover {
    opacity: 0.9; }

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

.button:focus {
  outline: 0; }

.button:active {
  position: relative;
  top: 2px; }

.button[disabled] {
  border: 0;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=40);
  -khtml-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
  cursor: not-allowed;
  box-shadow: none; }

/* Forms
-----------------*/
form input[type=text], form input[type=password], form input[type=email], form input[type=url], form input[type=date], form input[type=month], form input[type=time], form input[type=datetime], form input[type=datetime-local], form input[type=week], form input[type=number], form input[type=search], form input[type=tel], form input[type=color] {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #c1bdae;
  font-size: 14px !important;
  box-shadow: inset 0 1px 3px #dddddd;
  border-radius: 4px;
  -webkit-transition: 0.3s linear border;
  -moz-transition: 0.3s linear border;
  -ms-transition: 0.3s linear border;
  -o-transition: 0.3s linear border;
  transition: 0.3s linear border;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fef9ee; }

form select, form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #c1bdae;
  font-size: 14px !important;
  box-shadow: inset 0 1px 3px #dddddd;
  border-radius: 4px;
  -webkit-transition: 0.3s linear border;
  -moz-transition: 0.3s linear border;
  -ms-transition: 0.3s linear border;
  -o-transition: 0.3s linear border;
  transition: 0.3s linear border;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fef9ee; }

form input[type=text]:focus, form input[type=password]:focus, form input[type=email]:focus, form input[type=url]:focus, form input[type=date]:focus, form input[type=month]:focus, form input[type=time]:focus, form input[type=datetime]:focus, form input[type=datetime-local]:focus, form input[type=week]:focus, form input[type=number]:focus, form input[type=search]:focus, form input[type=tel]:focus, form input[type=color]:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #fff6b6; }

form select:focus, form textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #fff6b6; }

form input[type=file]:focus, form input[type=radio]:focus, form input[type=checkbox]:focus {
  outline: thin dotted #333333;
  outline: 1px auto #fff6b6; }

form .pure-checkbox, form .pure-radio {
  margin: 0.5em 0;
  display: block; }

form input[type=text][disabled], form input[type=password][disabled], form input[type=email][disabled], form input[type=url][disabled], form input[type=date][disabled], form input[type=month][disabled], form input[type=time][disabled], form input[type=datetime][disabled], form input[type=datetime-local][disabled], form input[type=week][disabled], form input[type=number][disabled], form input[type=search][disabled], form input[type=tel][disabled], form input[type=color][disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

form select[disabled], form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

form input[readonly], form select[readonly], form textarea[readonly] {
  background: #eee;
  color: #777;
  border-color: #ccc; }

form input:focus:invalid, form textarea:focus:invalid, form select:focus:invalid {
  color: #b94a48;
  border: 1px solid #ee5f5b; }

form input:focus:invalid:focus, form textarea:focus:invalid:focus, form select:focus:invalid:focus {
  border-color: #e9322d; }

form input[type=file]:focus:invalid:focus, form input[type=radio]:focus:invalid:focus, form input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d; }

form select {
  border: 1px solid #cccccc;
  background-color: #fff; }

form select[multiple] {
  height: auto; }

form label {
  margin: 0.5em 0 0.2em;
  font-size: 90%; }

form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0; }

form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: .3em;
  font-size: 125%;
  color: #333;
  border-bottom: 1px solid #e5e5e5; }

/* Tables
-----------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb; }

table caption {
  color: #000;
  font: italic 85%/1 arial, serif;
  padding: 1em 0;
  text-align: center; }

table td, table th {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 6px 12px; }

table td:first-child, table th:first-child {
  border-left-width: 0; }

table thead {
  background: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom; }

table td {
  background-color: transparent; }

.table-bordered td {
  border-bottom: 1px solid #cbcbcb; }

.table-bordered tbody > tr:last-child td {
  border-bottom-width: 0; }

.table-horizontal tbody > tr:last-child td {
  border-bottom-width: 0; }

.table-horizontal td, .table-horizontal th {
  border-width: 0 0 1px;
  border-bottom: 1px solid #cbcbcb; }

.table-horizontal tbody > tr:last-child td {
  border-bottom-width: 0; }

/* Global
-----------------*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

/* WordPress
-----------------*/
.aligncenter {
  margin: 15px auto;
  display: block;
  border: 2px solid #fcf6e2;
  -webkit-box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 480px) {
    .aligncenter {
      float: none;
      margin: 10px auto; } }

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
  border: 2px solid #fcf6e2;
  -webkit-box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 480px) {
    .alignleft {
      float: none;
      margin: 10px auto; } }

.alignright {
  float: right;
  border: 2px solid #fcf6e2;
  margin: 0 0 15px 15px;
  -webkit-box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 480px) {
    .alignright {
      float: none;
      margin: 10px auto; } }

.alignnone {
  border: 2px solid #fcf6e2;
  -webkit-box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.5); }

.wp-caption {
  background: #fff;
  border: 1px solid #cccccc;
  padding: 5px;
  text-align: center; }
  .wp-caption p {
    font-size: 11px;
    margin: 10px 0;
    font-style: italic; }

/* Navigation
-----------------*/
nav {
  width: 100%;
  height: 67px;
  background: url(assets/img/nav-bg.jpg) repeat-x top center;
  z-index: 9999; }
  nav ul {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    nav ul li {
      display: inline-block;
      margin-right: -4px;
      position: relative;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      nav ul li:first-child:before {
        content: '';
        background: url(assets/img/icon-jewel.jpg);
        left: -13px;
        top: 21px;
        width: 24px;
        height: 24px;
        display: block;
        position: absolute; }
      nav ul li:last-child:after {
        content: '';
        background: url(assets/img/icon-jewel.jpg);
        right: -13px;
        top: 21px;
        width: 24px;
        height: 24px;
        display: block;
        position: absolute; }
      nav ul li a {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        color: #fff9d0;
        text-decoration: none;
        padding: 17px 25px 20px 25px;
        font-size: 1.6em;
        display: block;
        font-family: "p22-fllw-eaglefeather"; }
        nav ul li a:hover {
          color: #fff6b6; }
      nav ul li ul {
        padding: 0;
        position: absolute;
        top: 67px;
        left: 0;
        /*         width: 500%; */
        width: 100%;
        text-align: left;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        display: none;
        opacity: 0;
        visibility: hidden;
        -webkit-transiton: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s;
        z-index: 9999;
        background: #fdf0d8;
        background: -moz-linear-gradient(top, #fdf0d8 0%, #e9d5b9 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdf0d8), color-stop(100%, #e9d5b9));
        background: -webkit-linear-gradient(top, #fdf0d8 0%, #e9d5b9 100%);
        background: -o-linear-gradient(top, #fdf0d8 0%, #e9d5b9 100%);
        background: -ms-linear-gradient(top, #fdf0d8 0%, #e9d5b9 100%);
        background: linear, to bottom, #fdf0d8 0%, #e9d5b9 100%;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf0d8', endColorstr='#e9d5b9',GradientType=0 );
        -webkit-box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.5);
        border: 2px solid #fcf6e2;
        border-top: none; }
        nav ul li ul li {
          /* display: inline; */
          color: #918a57;
          width: 100%; }
          nav ul li ul li:first-child:before {
            display: none; }
          nav ul li ul li:last-child:after {
            display: none; }
          nav ul li ul li a {
            color: #918a57;
            border: none !important;
            /* display: inline-block; */
            display: block;
            padding: 10px;
            font-size: 15px;
            font-weight: 700; }
            nav ul li ul li a:hover {
              background: rgba(255, 255, 255, 0.6);
              color: #918a57; }
      nav ul li:hover ul {
        display: block;
        opacity: 1;
        visibility: visible; }

/* Videos
-----------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 50px;
  display: block;
  border: 2px solid #fcf6e2;
  -webkit-box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.5);
  border: 2px solid #fcf6e2 !important; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Grid
================================================== */
main, .container {
  *zoom: 1;
  max-width: 67.5em;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  display: block; }
  main:before, main:after, .container:before, .container:after {
    content: " ";
    display: table; }
  main:after, .container:after {
    clear: both; }
  main:before, main:after, .container:before, .container:after {
    content: " ";
    display: table; }
  main:after, .container:after {
    clear: both; }
  @media screen and (max-width: 1023px) {
    main, .container {
      padding: 0 10px; } }

.home main {
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 66.31579%;
  margin-left: 16.84211%; }
  .home main:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1023px) {
    .home main {
      float: left;
      display: block;
      margin-right: 1.5873%;
      width: 100%;
      margin-left: 0%; }
      .home main:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .home main {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      .home main:last-child {
        margin-right: 0; } }

main {
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 83.15789%;
  margin-left: 8.42105%; }
  main:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1023px) {
    main {
      float: left;
      display: block;
      margin-right: 1.5873%;
      width: 100%;
      margin-left: 0%; }
      main:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    main {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      main:last-child {
        margin-right: 0; } }

.available-books .book-entry .image {
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 41.05263%; }
  .available-books .book-entry .image:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1023px) {
    .available-books .book-entry .image {
      float: left;
      display: block;
      margin-right: 1.5873%;
      width: 49.20635%; }
      .available-books .book-entry .image:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .available-books .book-entry .image {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      .available-books .book-entry .image:last-child {
        margin-right: 0; } }

.available-books .book-entry .content {
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 57.89474%; }
  .available-books .book-entry .content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1023px) {
    .available-books .book-entry .content {
      float: left;
      display: block;
      margin-right: 1.5873%;
      width: 49.20635%;
      margin-left: 0%; }
      .available-books .book-entry .content:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .available-books .book-entry .content {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      .available-books .book-entry .content:last-child {
        margin-right: 0; } }

.content-rows .content-left, .content-rows .content-right {
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 49.47368%; }
  .content-rows .content-left:last-child, .content-rows .content-right:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1023px) {
    .content-rows .content-left, .content-rows .content-right {
      float: left;
      display: block;
      margin-right: 1.5873%;
      width: 49.20635%;
      margin-left: 0%; }
      .content-rows .content-left:last-child, .content-rows .content-right:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .content-rows .content-left, .content-rows .content-right {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      .content-rows .content-left:last-child, .content-rows .content-right:last-child {
        margin-right: 0; } }

.contact .content {
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 49.47368%; }
  .contact .content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1023px) {
    .contact .content {
      float: left;
      display: block;
      margin-right: 1.5873%;
      width: 49.20635%;
      margin-left: 0%; }
      .contact .content:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .contact .content {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      .contact .content:last-child {
        margin-right: 0; } }

.contact .map {
  float: left;
  display: block;
  margin-right: 1.05263%;
  width: 49.47368%; }
  .contact .map:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1023px) {
    .contact .map {
      float: left;
      display: block;
      margin-right: 1.5873%;
      width: 49.20635%;
      margin-left: 0%; }
      .contact .map:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .contact .map {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      .contact .map:last-child {
        margin-right: 0; } }

/* Site Styles
================================================== */
/* Global Styles
------------------------------*/
main {
  min-height: 500px;
  position: relative;
  z-index: 999; }

p.styled {
  position: relative;
  padding-right: 20px; }
  p.styled:after {
    content: '';
    width: 9px;
    height: 9px;
    right: 6%;
    bottom: 25%;
    background: #979377;
    display: inline-block;
    margin-left: 5px; }

/* Header
------- */
header {
  padding-bottom: 50px;
  text-align: center; }
  header img {
    display: block;
    margin: 0 auto; }

/* Nav */
/* Footer
---------- */
footer {
  clear: both;
  background: #e9d5b9;
  background: -moz-linear-gradient(left, #e9d5b9 0%, #fdf0d8 50%, #e9d5b9 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e9d5b9), color-stop(50%, #fdf0d8), color-stop(100%, #e9d5b9));
  background: -webkit-linear-gradient(left, #e9d5b9 0%, #fdf0d8 50%, #e9d5b9 100%);
  background: -o-linear-gradient(left, #e9d5b9 0%, #fdf0d8 50%, #e9d5b9 100%);
  background: -ms-linear-gradient(left, #e9d5b9 0%, #fdf0d8 50%, #e9d5b9 100%);
  background: linear, to right, #e9d5b9 0%, #fdf0d8 50%, #e9d5b9 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9d5b9', endColorstr='#e9d5b9',GradientType=1 );
  border-top: 1px solid #c1bdae;
  border-bottom: 1px solid #c1bdae;
  padding: 10px 0;
  text-align: center;
  color: #4b583e;
  margin: 25px 0;
  font-family: "p22-fllw-eaglefeather";
  font-weight: bold; }
  @media screen and (max-width: 480px) {
    footer {
      text-align: center; } }
  footer .copyright {
    float: left;
    font-size: 20px; }
    @media screen and (max-width: 480px) {
      footer .copyright {
        float: none; } }
  footer ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 480px) {
      footer ul {
        float: none; } }
    footer ul li {
      display: inline-block;
      margin-right: 10px; }
      @media screen and (max-width: 480px) {
        footer ul li {
          display: block;
          margin: 10px auto; } }
      footer ul li:last-child {
        margin: 0; }
      footer ul li a {
        font-size: 20px;
        padding: 0 10px; }
        footer ul li a:hover {
          text-decoration: underline; }
  footer p {
    margin-bottom: 0; }
  footer a {
    color: #4b583e; }

/* END Global Styles
------------------------------------------------------------*/
/* Pages
------------------------------*/
/* Home
---------- */
/* Splash */
.splash {
  position: relative;
  z-index: 1;
  text-align: center; }
  .splash img {
    display: block;
    margin: 0 auto; }
  .splash .bg {
    background: url(assets/img/splash-bg.jpg) top center no-repeat fixed;
    min-height: 903px; }
  .splash .sun {
    position: absolute;
    top: 0;
    left: 10%;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    width: 835px;
    height: 743px; }
  .splash .logo {
    top: 32%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 30;
    width: 553px;
    height: 125px; }
  .splash .enter {
    bottom: 27%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    width: 177px;
    height: 152px; }

.content-rows .row {
  *zoom: 1;
  display: block;
  margin-bottom: 80px; }
  .content-rows .row:before, .content-rows .row:after {
    content: " ";
    display: table; }
  .content-rows .row:after {
    clear: both; }

/* Books */
.books-carousel {
  position: relative;
  padding: 10px;
  border-top: 1px solid #bdb89d;
  border-bottom: 1px solid #bdb89d;
  margin: 25px 0 80px 0; }
  .books-carousel .slide {
    margin-right: 10px;
    padding: 10px 0; }
  @media screen and (max-width: 1023px) {
    .books-carousel {
      display: none; } }
  .books-carousel img {
    border: 2px solid #fcf6e2;
    -webkit-box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.5); }

.books-pager a {
  position: absolute;
  text-indent: -9999em;
  display: block;
  width: 16px;
  height: 58px;
  background: url(assets/img/pager.png) no-repeat;
  top: 35%; }
  .books-pager a#prev {
    left: -35px; }
  .books-pager a#next {
    background-position: -25px 0;
    right: -35px; }

.available-books .book-entry {
  *zoom: 1;
  display: block;
  margin-bottom: 80px; }
  .available-books .book-entry:before, .available-books .book-entry:after {
    content: " ";
    display: table; }
  .available-books .book-entry:after {
    clear: both; }
  .available-books .book-entry .image img {
    border: 2px solid #fcf6e2;
    -webkit-box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.5); }

/* Search
---------- */
.search-result {
  overflow: hidden;
  margin: 25px auto; }
  .search-result a.more {
    font-size: 20px; }

.search-term {
  background: rgba(255, 255, 255, 0.4);
  padding: 0 2px;
  font-weight: bold;
  text-shadow: none; }

.page-nav {
  text-align: center; }
  .page-nav a {
    font-family: "p22-fllw-eaglefeather";
    font-size: 25px;
    margin: 25px 0;
    font-weight: bold;
    display: inline-block; }

#searchform {
  text-align: center; }

/* Contact
---------- */
.contact {
  min-height: 1000px; }
  .contact .map iframe {
    display: block;
    border: 2px solid #fcf6e2;
    -webkit-box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.5);
    border: 2px solid #fcf6e2 !important; }
  .contact .gform_wrapper .gfield_label_hidden.gfield_contains_required > .ginput_container, .contact .gform_wrapper .gfield_label_hidden.gfield_contains_required > .clear-multi {
    margin-top: 0 !important; }
  .contact .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin-top: 5px !important; }
  .contact .gform_wrapper .gfield_label_hidden.gfield_contains_required .ginput_container input[type="text"], .contact .gform_wrapper .gfield_label_hidden.gfield_contains_required .ginput_container input[type="password"], .contact .gform_wrapper .gfield_label_hidden.gfield_contains_required .ginput_container input[type="url"], .contact .gform_wrapper .gfield_label_hidden.gfield_contains_required .ginput_container input[type="tel"], .contact .gform_wrapper .gfield_label_hidden.gfield_contains_required .ginput_container input[type="email"], .contact .gform_wrapper .gfield_label_hidden.gfield_contains_required .ginput_container select:not([multiple]) {
    background-image: none !important; }

/* Form */
div[id^=gform_wrapper] label {
  display: none; }
div[id^=gform_wrapper] input[type="text"], div[id^=gform_wrapper] textarea {
  margin-bottom: 20px; }
div[id^=gform_wrapper] .top_label input.medium, div[id^=gform_wrapper] .gform_wrapper .top_label select.medium {
  width: 99%; }
div[id^=gform_wrapper] .validation_message, div[id^=gform_wrapper] li.gfield.gfield_error .gfield_description {
  font-size: 11px;
  font-weight: normal;
  display: none; }
div[id^=gform_wrapper] li.gfield.gfield_error {
  background-color: transparent !important;
  border: none !important;
  margin-bottom: 0px !important;
  padding: 6px 6px 4px 0 !important; }
  div[id^=gform_wrapper] li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 0px !important;
    padding: 6px 6px 4px 0 !important; }
div[id^=gform_wrapper] .top_label .gfield_error {
  width: 100%; }
div[id^=gform_wrapper] .top_label .gfield_error .ginput_container {
  max-width: 100%; }
div[id^=gform_wrapper] .gfield_error input[type="text"], div[id^=gform_wrapper] .gfield_error input[type="email"], div[id^=gform_wrapper] .gfield_error input[type="tel"], div[id^=gform_wrapper] .gfield_error textarea {
  border: 1px solid #c82e2e !important; }
div[id^=gform_wrapper] .gfield_error .gfield_required {
  color: #d2722d !important; }
div[id^=gform_wrapper] li.gfield.gfield_error.gfield_contains_required label.gfield_label, div[id^=gform_wrapper] li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  color: !important;
  margin: 0 !important;
  padding: 0 !important; }
div[id^=gform_wrapper] li.gfield.gfield_error.gfield_contains_required {
  padding: 0 !important;
  margin: 0 0 10px 0 !important; }

.validation_error {
  color: #df1c1c !important;
  font-size: 11px !important;
  display: none; }

#gforms_confirmation_message {
  background-color: none !important;
  color: #666!important;
  border: none !important;
  font-size: 15px!important;
  margin-bottom: 40px!important; }

.gform_validation_container {
  display: none!important;
  left: -9000px;
  position: absolute!important; }

/* END Pages
------------------------------------------------------------*/
/* Mobile Styles and Media Queries
================================================== */
#jPanelMenu-menu {
  display: none !important; }

.jPanelMenu-panel {
  background: inherit !important;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

img {
  max-width: 100%;
  height: auto; }

.mobile-nav-wrap {
  display: none; }

.navbar-toggle {
  background: none;
  float: right;
  border: none;
  margin: 10px 0 0; }
  .navbar-toggle .title {
    float: left;
    margin: -2px 0 0 -50px;
    text-transform: uppercase;
    color: black;
    font-size: 15px;
    font-weight: 500; }
  .navbar-toggle .icon-bar {
    height: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: white;
    margin-bottom: 4px;
    width: 25px;
    display: block; }

.navbar-toggle {
  display: none; }

/* Anything smaller than standard 960 */
/* iPad Portrait Only */
/* Mobile Only */
@media only screen and (max-width: 1023px) {
  header {
    padding-top: 40px; }

  nav {
    background: none;
    height: 0; }

  .mobile-nav-wrap {
    display: block;
    overflow: hidden;
    min-height: 40px;
    background: url(assets/img/nav-bg.jpg) repeat-x 0 0;
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999; }

  .navbar-toggle {
    display: block;
    float: right; }

  #menu-main-nav {
    display: none; }

  #menu-main-nav {
    display: none; }

  #jPanelMenu-menu {
    display: block !important;
    background: url(assets/img/content-bg.jpg) repeat; }
    #jPanelMenu-menu #menu-main-nav {
      display: block; }
    #jPanelMenu-menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #jPanelMenu-menu ul li {
        position: relative; }
        #jPanelMenu-menu ul li .expand {
          text-indent: -9999em;
          display: block;
          position: absolute;
          right: 0px;
          z-index: 9999;
          padding: 0 14px;
          background: none; }
          #jPanelMenu-menu ul li .expand:after {
            display: block;
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 5px 0 5px;
            border-color: white transparent transparent transparent; }
        #jPanelMenu-menu ul li a {
          display: block;
          padding: 15px;
          color: white;
          background: url(assets/img/nav-bg.jpg) repeat-x 0 0; }
          #jPanelMenu-menu ul li a:hover {
            opacity: 0.9; }
        #jPanelMenu-menu ul li ul {
          display: none; }
          #jPanelMenu-menu ul li ul li a {
            padding: 10px 10px 10px 30px; } }
/* Mobile Landscape Only */
