/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  02: 2 Col Flex Sidebar Right
  ------------------------------------------------
*/
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  padding-bottom: 0em;
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(180deg, #66FFFF, #036 98%, #66FFFF 99.7%);
  background-color: #036;
}
img {
  vertical-align: bottom;
}
.logo {
  position: absolute;
  left: 50%;
  top: 8px;
  margin-left: -630px;
  z-index: 8;
  height: auto;
  width: 177px;
}
.call {
  position: absolute;
  top: 90px;
  width: 200px;
  height: auto;
  right: 10%;
}
.address {
  position: absolute;
  left: 50%;
  margin-left: -400px;
  color: rgba(255, 255, 255, .8);
  z-index: 10;
  padding: 10px;
  top: 84px;
  background-color: rgba(67, 83, 109, 1);
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35), inset 0 7px 9px -7px rgba(0, 0, 0, 0.8), inset 0 7px 15px -7px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35), inset 0 7px 9px -7px rgba(0, 0, 0, 0.8), inset 0 7px 15px -7px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35), inset 0 7px 9px -7px rgba(0, 0, 0, 0.8), inset 0 7px 15px -7px rgba(0, 0, 0, 0.8);
  /* Rounded Corners */
  border: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
.masthead {
  padding: 15px 0px;
  text-align: left;
  background-color: #036;
  position: relative;
  z-index: 6;
  box-shadow: inset 0 -7px 9px -7px rgba(0, 0, 0, 0.9), inset 0 -7px 15px -7px rgba(0, 0, 0, 0.9), inset 0 -7px 25px -7px rgba(0, 0, 0, 0.9);
}
.top-navigation {
  position: absolute;
  z-index: 7;
  background-color: #EEE;
  top: 30px;
  height: 52px;
  width: 100%;
  border-bottom: 1px solid #FFF;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 104px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.65);
}
.top-navigation-mask {
  position: relative;
  z-index: 10;
}
.content-wrapper {
  position: relative;
  margin: 75px 1.25em 0em 1.25em;
  overflow: hidden;
  z-index: 9;
}
.boards {
  background: url(../_images/-Structure/BackgroundBoards.png) repeat-x top left;
  height: 19px;
  border-right: 1px rgba(255, 255, 255, 0) solid;
}
.shell {
  background: url(../_images/-Structure/BackgroundBoardsContent.jpg);
  border-right: 1px #606162 solid;
  padding-bottom: 10px;
}
.columns-wrapper {
  overflow: hidden;
  position: relative;
}
.columns-wrapper, .menu-top-wrapper, .boards, .shell {
  max-width: 1260px;
  margin: auto;
}
.main-content {
  float: left;
  width: 74%;
  padding-right: 1%;
  padding-left: .9%;
  margin-left: 1px;
}
.sidebar {
  width: 22%;
  float: right;
  padding-right: 0%;
  margin-left: -1px;
  margin-right: 1%;
}
.absolutesidebar {
	display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 23%;
  background-color: #7BA4C1;
  background-image: -webkit-linear-gradient(#7BA4C1, #FFF);
  background-image: linear-gradient(#7BA4C1, #FFF);
  border: 1px solid;
  border-color: #333;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
.sidebar .content {
  position: relative;
  z-index: 2;
  font-size: .9em;
  line-height: 1.5em;
  background-color: #fff;
}
.main-content .content {
  padding: 20px 30px;
  font-size: 1em;
  line-height: 1.5em;
  border: 1px solid;
  border-color: #666;
  background-color: #fff;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
.slideshow {
  max-width: 1260px;
  margin: 0 10px;
  padding: 10px 0 0;
}
.mobilehours {
  display: none;
}
/*Heading styles*/
h1, h2, h3, h4 {
  margin: 20px 0px 0px 0px;
  font-weight: normal;
}
h1 {
  font-size: 2em;
  line-height: 1em;
  font-family: 'Alegreya Sans', sans-serif;
  color: rgba(204, 0, 0, 1);
}
h2 {
  font-size: 1.65em;
  font-family: 'Alegreya Sans', sans-serif;
  color: #600;
}
.sidebar h2 {
  text-align: center;
  padding: 10px 0px !important;
  color: #FFF;
  display: block;
  text-align: center;
  padding: 5px;
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(90deg, #600, #C00, #600);
  background-color: #600;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
h3 {
  font-size: 1.45em;
  font-family: 'Alegreya Sans', sans-serif;
  color: #036;
}
.sidebar h3 {
  display: block;
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(90deg, #CCC, #FFF, #CCC);
  background-color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 1.2em;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
h4 {
  font-size: 1.8em;
  font-family: 'Rancho', cursive;
  color: #036;
  letter-spacing: 1px;
}
.cursive {
  font-family: 'Pacifico', cursive;
}
.sidebar p {
  padding: 0px 20px;
}
.hourssmaller {
  font-size: .55em;
}
/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child {
  margin-top: 0px;
}
/*Ordinary Link Styles*/
.main-content a {
  color: #C00;
  text-decoration: none;
  transition: width .5s;
  -webkit-transition: all .5s;
  font-weight: bold;
}
.main-content a:hover, .main-content a:focus {
  color: #03F;
}
.sidebar a {
  color: #03C;
  text-decoration: none;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.sidebar a:hover, .sidebar a:focus {
  color: #600;
}
.footer a {
  color: #8C8C8C;
}
.footer a:hover, .footer a:focus {
  color: #FFF;
}
/*The Footer*/
.footer {
  background-color: #222;
  box-shadow: inset 0px 16px 2px rgba(255, 255, 255, .025);
  border-top: 1px solid #000;
  padding: 15px 15px;
  font-size: 0.7em;
  color: #8C8C8C;
  text-align: center;
  clear: both;
  position: relative;
  z-index: 999;
  top: auto;
  bottom: 0px;
  width: 100%;
}
.footer p.copyright {
  text-transform: uppercase;
  margin: 0px;
}
.pink {
  text-align: center !important;
  color: rgba(204, 0, 102, 1);
  font-family: 'Pacifico', cursive;
}
.chunks p {
  overflow: hidden;
}
.COVID {
	display: block;
	text-align: center;
	background:#013266;
	color: #fff;
	font-weight: bold;
	padding: 10px 0;
	margin: 5px 0;
}
.COVID a {
	color: #fff;
text-decoration: none;}
.callout {
    background:#003366;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0;
}
.callout h4 {
    color:    #fff;
    margin-top: 20px !important;
    font-size: clamp(1.8em, 3vw, 2.4em);
}.callout p {
    color:    #fff;
    font-weight: bold;
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  .main-content .content {
    padding: 20px 15px;
  }
  .address {
    margin-left: -300px;
    padding: 10px;
    top: 80px;
  }
  .top-navigation {
    padding: 0px 10px;
  }
  .logo {
    margin-left: -500px;
    width: 177px;
  }
  .content-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
  .columns-wrapper, .menu-top-wrapper, .boards, .shell {
    max-width: 940px;
    margin: auto;
  }
  .top-navigation {
    height: 49px;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .main-content .content {
    padding: 20px 15px;
  }
  .top-navigation {
    padding: 0px 10px;
  }
  .address {
    margin-left: -220px;
    padding: 10px;
    top: 76px;
    font-size: .9em;
  }
  .logo {
    margin-left: -420px;
    width: 177px;
  }
  .top-navigation {
    height: 45px;
  }
  .content-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
  .columns-wrapper, .menu-top-wrapper, .boards, .shell {
    max-width: 790px;
    margin: auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
  .main-content .content {
    padding: 20px 15px;
  }
  .top-navigation {
    height: 52px;
    top: 30px;
  }
  .top-navigation-mask {
    margin-top: -10px;
  }
  .address {
    left: auto;
    z-index: 8;
    right: 2%;
    margin-left: 0px;
    padding: 0px;
    top: 4px;
    background-color: #036 !important;
    /*No Outer Shadow*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .masthead {
    padding: 15px 0px;
  }
  .logo {
    margin-left: -320px;
    width: 177px;
  }
  .content-wrapper {
    margin-top: 65px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .columns-wrapper, .menu-top-wrapper, .boards, .shell {
    max-width: 670px;
    margin: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  body {
    padding-bottom: 0px;
  }
  .produce ul {
    margin-bottom: -22px;
  }
  .logo {
    margin-left: 0;
    left: 5%;
    width: 177px;
  }
  .call {
    display: none;
  }
  .address {
    left: auto;
    z-index: 8;
    right: 2%;
    margin-left: 0px;
    padding: 0px;
    top: 4px;
    background-color: #036 !important;
    /*No Outer Shadow*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .absolutesidebar {
    display: none;
  }
  .top-navigation {
    height: 68px;
    top: 30px;
  }
  .footer {
    position: static;
    width: auto;
  }
  .address {
    position: absolute;
    right: 1%;
    font-size: .8em;
  }
  .sidebar .content {
    background-color: #7BA4C1;
    background-image: -webkit-linear-gradient(#7BA4C1, #FFF);
    background-image: linear-gradient(#7BA4C1, #FFF);
  }
  h1, h2, h3, h4 {
    text-align: center;
  }
  .columns-wrapper {
    margin: 0px;
    border: none;
  }
  .content-wrapper {
    margin: 60px 1.25em 0em 1.25em;
  }
  .sidebar, .main-content {
    width: auto;
    float: none;
    position: static;
  }
  .main-content .content {
    padding: 20px 10px;
    border-radius: 0px;
    border: none;
    height: auto !important;
    max-height: 888678px;
  }
  .sidebar .content {
    border-radius: 0px;
    border: none;
    height: auto !important;
    max-height: 888678px;
  }
}
/*-----Responsive Styles-----*/
@charset "UTF-8";
/* CSS Document */
/*---IMAGE STYLES ---*/
.afloatright {
  float: right;
  text-align: center;
  margin: 10px 0 10px 15px;
  border: medium solid #036;
  /* Rounded Corners */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  max-width: 40%;
  height: auto;
}
.afloatleft {
  float: left;
  margin: 10px 15px 10px 0px;
  text-align: center;
  border: medium solid #036;
  max-width: 40%;
  height: auto;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  /* Rounded Corners */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.afloatcenter {
  display: block;
  margin: 10px auto;
  clear: both;
  border: medium solid #036;
  max-width: 100%;
  width: 95%;
  height: auto;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
.clear {
  clear: both;
  padding-top: 20px;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.pageclear {
  clear: both;
}
.noimagestyles {
  background: none;
  padding: 5px;
  /*Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0px;
}
.Team img {
  max-width: 200px;
}
.desktoponly {
  display: block;
}
.tabletonly {
  display: none;
}
.mobileonly {
  display: none;
}
.largeronly {
  display: inline
}
.smalleronly {
  display: none;
}
.nomobile {
  display: block !important;
}
.nobig {
  display: none !important;
}
.Grid {
  width: 100%;
  display: block;
  clear: both;
}
.homegrid {
  margin-top: -165px !important;
}
.thirdslist ul {
  list-style: none;
  text-align: center !important;
  margin: 0px !important;
  padding: 0px;
}
.Grid p a, .Grid h3 a, .Grid h4 a {
  color: #000;
}
.Grid ul {
  text-align: left;
}
.colhalves {
  width: 47%;
  margin: .5%;
  padding: 10px 1% 0 1%;
  float: left;
  text-wrap: normal;
  text-align: center;
}
.Grid img {
  width: 100%;
  height: auto;
  padding: 0px !important;
  margin: 0px !important;
}
.Grid ol, .Grid ul {
  text-align: left;
}
.colthirds {
  width: 31.3%;
  margin: 0px .5% 5px;
  padding: .5%;
  padding-bottom: 0px;
  float: left;
  text-wrap: normal;
  background-size: 100% auto;
}
.colthirdsBG {
  position: absolute;
  width: 32.3%;
  height: auto;
  z-index: 0;
}
.colthirds img {
  width: 100%;
  height: auto;
}
.colFourths {
  width: 24%;
  padding: .5%;
  float: left;
  text-wrap: normal;
  position: relative;
}
.colFourths p {
  padding: 0px 10px;
}
.colFourths .pic {
  width: 100%;
  padding: 0px !important;
  margin: 0px !important;
}
.colFourths .linked {
  position: absolute;
  bottom: 0;
}
.colFourths img {
  width: 100%;
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.colFourths:nth-child(odd) {}
.colFourths:nth-child(even) {}
.Gridclear {
  clear: both;
}
.Grid h2 {
  text-align: center;
  font-size: 2.5em;
  margin: 0px;
}
.Grid h3 {
  font-size: 1.6em;
  margin: 0px;
  text-align: center;
}
.Grid h4 {
  text-align: center;
  font-size: .9em;
  margin-top: 10px;
}
.fullwidth {
  width: 97%;
  height: auto;
}
.admission .colhalves {
  height: 150px;
  background-position: top center !important;
}
.autoh {
  height: auto;
}
.nomargintop {
  margin-top: 0px !important;
}
.textcenter {
  text-align: center !important;
}
.nowrap {
  overflow: auto;
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .desktoponly {
    display: block;
  }
  .tabletonly {
    display: inline;
  }
  .mobileonly {
    display: none;
  }
  .largeronly {
    display: inline;
  }
  .smalleronly {
    display: none;
  }
  .nobig {
    display: none !important;
  }
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
  .desktoponly {
    display: none !important;
  }
  .tabletonly {
    display: inline !important;
  }
  .mobileonly {
    display: none !important;
  }
  .largeronly {
    display: none !important;
  }
  .smalleronly {
    display: inline !important;
    margin: auto;
  }
  .nobig {
    display: none !important;
  }
  .nomobile {
    display: block !important;
  }
  .afloatright, .afloatleft, .afloatcenter {
    display: block;
    width: 70% !important;
    height: auto;
    margin: 10px auto !important;
    clear: both !important;
    float: none !important;
    max-width: 70%;
  }
  .noimagestyles {
    background: none;
    padding: 5px;
    /*Outer Shadow*/
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 0px;
  }
  .colFourths {
    width: 49%;
    margin-bottom: 20px;
  }
}
/*-------Full Bottom------*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
  .mobilehours {
    display: block;
    text-align: center;
    font-size: .8em;
    margin-top: -20px;
    margin-left: -10px;
    width: 100%;
    padding: 10px;
    color: #fff;
    line-height: 1.1em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    background-color: rgba(123, 164, 194, 1.00);
    box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  }
  .mobilehours h2 {
    text-shadow: none;
  }
  .afloatright, .afloatleft, .afloatcenter {
    display: block;
    width: 90% !important;
    max-width: 500px;
    height: auto;
    margin: 10px auto !important;
    clear: both !important;
    float: none;
  }
  .noimagestyles {
    background: none;
    padding: 5px;
    /*Outer Shadow*/
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 0px;
  }
  .scalable {
    margin: auto;
    display: block;
    width: 100%;
  }
  .desktoponly {
    display: none !important;
  }
  .tabletonly {
    display: none !important;
  }
  .mobileonly {
    display: inline !important;
  }
  .largeronly {
    display: none !important;
  }
  .smalleronly {
    display: inline !important;
  }
  .nomobile {
    display: none !important;
  }
  .nobig {
    display: block !important;
  }
  .colFourths {
    width: 49%;
    margin-bottom: 20px;
  }
  .colthirds {
    width: 96% !important;
    height: auto;
    text-align: center !important;
  }
  .colthirds img {
    width: 90%;
    max-width: 250px;
  }
  .colthirds h3 {
    text-align: center;
  }
  .colhalves {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 700px) {
  .afloatright, .afloatleft {
    max-width: 50%;
    height: auto;
  }
  .noimagestyles {
    background: none;
    padding: 5px;
    /*Outer Shadow*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0px;
  }
  .colthirds img {}
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .afloatright, .afloatleft {
    max-width: 70%;
    height: auto;
  }
  .noimagestyles {
    background: none;
    padding: 5px;
    /*Outer Shadow*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
  .colFourths {
    width: 96%;
    height: auto;
    margin-bottom: 20px;
  }
  .colFourths .linked {
    position: relative !important;
  }
  .colhalves {
    width: 100%;
  }
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 5px;
  background-color: rgba(0, 51, 102, 1);
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 1px solid #333 !important;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0, 0, 0, .25);
  box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 0px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: bold;
}
.callbacks_container {
  margin-bottom: 10px;
  position: relative;
  float: left;
  max-width: 1240px;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0px;
  max-width: none;
}
.content .callbacks_nav {
  display: none;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  bottom: 7%;
  left: 0;
  opacity: 0.4;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(ResponsiveSlideshowNavigation/themes.gif) no-repeat left top;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.callbacks_nav:hover {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
.afloatleft .rslides img, .afloatright .rslides img {
  /* Rounded Corners */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager img {
  float: left;
}
#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}
#slider3-pager a {
  padding: 0;
}
#slider4 {
  width: 100%;
  margin-left: 0px !important;
  margin-top: 0px !important;
}
@media only screen and (min-width: 1000px) and (max-width: 3000px) {
  .regular {
    display: none;
  }
  .rslides {
    width: 100%;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .rslides {
    max-width: 1240px;
  }
  .thin {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
  .thin {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  .thin {
    display: none;
  }
  .callbacks_nav {
    display: none;
  }
}
/*-------Print Styles-------*/
@media print { /* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2011 Project Seven Development
  www.projectseven.com
  Print Media Style Sheet
  ------------------------------------------------
*/
  body {
    margin: 0;
    padding: 0;
    min-width: 0;
  }
  .sidebar, .main-content, .sidebar2, .sidebar-right, .content, .column-content {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none !important;
  }
  .main-content {
    margin: 0;
  }
  #layout {
    max-width: none;
    margin: 0px;
  }
  .column-content, .content {
    height: auto !important;
    max-height: 888678px;
    border: none !important;
  }
  .column-content * {
    padding: 0px !important;
  }
  .footer {
    position: static;
  }
}