/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  01: 1 Col Flex
  ------------------------------------------------
*/
body {
  font-family: 'Open Sans', Optima, Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #e6fbd3;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  position: relative;
}
img {
  vertical-align: bottom;
}
.logo {
  width: 150px;
  height: auto;
  left: 50%;
  margin-left: -600px;
  position: absolute;
  z-index: 15;
  /*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.45), 0 9px 4px rgba(0, 0, 0, 0.1), 2px 1px 2px rgba(0, 0, 0, 0.25), -2px 1px 2px rgba(0, 0, 0, 0.25);
}
.printlogo {
  display: none;
}
.masthead {
  padding: 5px 10px;
  text-align: left;
  background-image: linear-gradient(90deg, rgba(175, 202, 117, 1), rgba(78, 130, 25, 1));
  background-color: rgba(78, 130, 25, 1);
  position: relative;
  z-index: 10;
  box-shadow: inset 0px 10px 10px -7px rgba(0, 0, 0, 0.5), inset 0px -10px 10px -7px rgba(0, 0, 0, 0.9);
}
.top-navigation {
  background-image: linear-gradient(0deg, rgba(204, 204, 204, 1), rgba(228, 228, 228, 1));
  background-color: rgba(204, 204, 204, 1);
  border-bottom: 1px solid #999;
  /*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);
  position: relative;
  z-index: 9;
}
.top-navigation:after {
  content: "\0020";
  font-size: 0px;
  display: inline;
  overflow: hidden;
  line-height: 0;
  clear: both;
}
.content-wrapper {
  margin: 0;
  padding-bottom: 10px;
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0));
  background-color: rgba(255, 255, 255, 1);
}
.topbuffer {
  background: url(../-Images/-Structure/FeaturedBackground.jpg) center center;
  background-size: cover;
  height: 120px;
}
.main {
  /*Outer Shadow*/
  -webkit-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.65), inset 0 -7px 9px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.65), inset 0 -7px 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.65), inset 0 -7px 9px -7px rgba(0, 0, 0, 0.4);
}
.columns-wrapper {
  position: relative;
}
.columns-wrapper {
  max-width: 1260px;
  margin: auto;
}
.menu-top-wrapper {
  padding-left: 230px;
  max-width: 1030px;
  margin: auto;
  position: relative;
}
.main-content .content, .columntwo .content {
  padding: 30px 0;
  font-size: 1em;
  line-height: 1.5em;
}
.columnone {
  width: 70%;
  float: right;
}
.columntwo {
  width: 30%;
  float: right;
}
.main-content .content p, .main-content .content h1, .main-content .content h2, .main-content .content h3, .main-content .content h4, {
  padding: 0px 30px;
}
.main {
  position: relative;
  z-index: 1;
}
.slideshow {
  position: relative;
  z-index: 1;
}
/*Heading styles*/
h1, h2, h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 2em;
  margin: 20px 0px;
  line-height: 1em;
}
h2 {
  font-size: 1.6em;
  margin: 20px 0px 0px 0px;
}
h3 {
  font-size: 1.35em;
  color: rgba(51, 51, 51, 1);
  margin: 20px 0px 0px 0px;
}
h4 {
  font-size: 1.5em;
  font-family: 'Viga', sans-serif;
}
.subhead {
  font-size: .8em;
}
/*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*/
.content a {
  color: #657448;
  text-decoration: none;
  transition: width .5s;
  -webkit-transition: all .5s;
  font-weight: bold;
}
.content a:hover, .content a:focus {
  color: #000;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
/*The Footer*/
.footer {
  background-image: linear-gradient(90deg, rgba(175, 202, 117, 1), rgba(78, 130, 25, 1));
  background-color: rgba(78, 130, 25, 1);
  box-shadow: inset 0px 16px 2px rgba(255, 255, 255, .025);
  height: auto;
  font-size: 0.75em;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  clear: both;
  position: relative;
  z-index: 999;
  top: auto;
  bottom: 0px;
  width: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}
.footer a {
  color: #FFF;
  transition: width .3s;
  -webkit-transition: all .3s;
}
.footer a:hover, .footer a:focus {
  color: rgba(204, 204, 204, 1);
}
.footer p.copyright {
  text-transform: uppercase;
  margin: 0px;
  background-color: rgba(53, 86, 20, 1);
  padding: 10px 0 15px;
  font-size: .9em;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}
.footerwidths {
  width: calc(100% - 110px);
  float: right;
  font-size: 1em;
}
.footerlogo {
  width: 110px;
  float: left;
  margin-top: 10px;
}
.footerlogo img {
  height: 125px;
  width: 110px;
}
.sitemap ul {
  text-align: left;
  list-style-type: none;
  padding-left: 15px;
}
.sitemap li {
  margin-bottom: 6px;
}
.sitemap {
  float: left;
  width: 20%;
  width: calc(25% - 4px);
  border-right: 2px solid rgba(255, 255, 255, .2);
  border-left: 1px solid rgba(0, 0, 0, .1);
  height: 145px;
}
.sitemap:first-child {
  border-left: 0;
}
.footercontact {
  float: left;
  width: calc(25% - 15px);
  text-align: left;
  padding: 10px 0px 10px 15px;
  border-left: 1px solid rgba(0, 0, 0, .1);
}
.footercontact h3 {
  color: #fff;
  font-size: 1.7em;
  margin-top: 0;
}
.footer .columns-wrapper {
  overflow: visible;
}
.footer .clear {
  padding: 0;
}
.phonespacer {
  letter-spacing: 1px;
}
.textcenter {
  text-align: center;
}
.featured h3 {
  font-size: 1.5em !important;
  padding-top: 10px;
}
.featured .colthirds {
  background: #CCC;
  box-shadow: 0px 2px 3px #555;
  padding-bottom: 5px;
}
.featured .button {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 80%;
  font-size: 1em;
  text-transform: uppercase;
  font-family: 'Viga', sans-serif;
}
.stone {
  background: url(../-Images/-Structure/FeaturedBackground.jpg) top center repeat;
  background-size: cover;
}
.dark {
  padding: 10px 0 !important;
  background: #333;
  text-align: center;
  color: rgba(254, 247, 239, 1);
  text-transform: uppercase;
  font-family: 'Viga', sans-serif;
  font-size: 1.35em;
  box-shadow: inset 0px 24px 6px rgba(255, 255, 255, .1);
}
.overlay {
  position: absolute;
  z-index: 100000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 10% auto;
  padding: 10px 0px;
  background: #fff;
  border-radius: 5px;
  width: 290px;
  min-width: 300px;
  position: relative;
  transition: all 5s ease-in-out;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 1);
}
.popup iframe {
  display: block;
  margin: 0 auto;
}
.popup .close {
  position: absolute;
  top: 0px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  overflow: auto;
}
blockquote {
  margin: 5.5em 0px !important;
  padding: 0 3%;
  quotes: "\201C""\201D""\2018""\2019";
  background: url(../-Images/-Structure/StartQuote.png) top left no-repeat, url(../-Images/-Structure/CloseQuote.png) bottom right no-repeat;
  background-size: 2%, 2%;
}
blockquote:nth-of-type(1) {
  margin: 1em 0px 5.5em !important;
}
blockquote h4 {
  text-align: right;
  font-family: 'Kaushan Script', cursive;
  padding-right: 5%;
  color: rgba(93, 93, 93, 1);
  font-style: normal !important;
}
hr {
  height: 6px;
  border: 0;
  box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.5);
}
.overlay {
  position: absolute;
  z-index: 100000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 10% auto;
  padding: 0px;
  background: #fff;
  border-radius: 5px;
  width: 290px;
  min-width: 300px;
  position: relative;
  transition: all 5s ease-in-out;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 1);
}
.popup iframe {
  display: block;
  margin: 0 auto;
}
.popup .close {
  position: absolute;
  top: 0px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  overflow: auto;
}
#popup1 h2 {
  margin-top: 0px;
}
.phone, .Google1, .Google2 {
  position: absolute;
  bottom: -36px;
  right: 0;
  background-color: rgba(161, 186, 108, 1);
  padding: 8px 10px;
  font-size: .9em;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 1), 0 3px 4px rgba(0, 0, 0, 0.65);
  font-weight: bold;
  color: rgba(51, 51, 51, .8);
}
.Google1 {
  right: 354px;
  background-color: rgba(83, 143, 241, 1);
  transition: width .5s;
  -webkit-transition: all .5s;
  padding-left: 40px;
  background: url(../-Images/-Structure/GoogleIcon.png) 10px center no-repeat #EEE;
}
.Google1 a, .Google2 a {
  text-decoration: none;
  color: rgba(51, 51, 51, .8);
}
.Google1:hover {
  background-color: rgba(148, 148, 148, 1);
}
.Google2 {
  display: none;
}
.social {
  width: 160px;
  position: absolute;
  right: 180px;
  bottom: -36px;
  height: 35px;
  background: rgba(0, 0, 0, 1);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.Facebook, .Instagram, .Pinterest, .Houzz, .Google {
  width: 25%;
  height: 100%;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  float: left;
  background: rgba(58, 89, 152, 1);
  color: #fff;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7), inset 0 7px 12px -7px rgba(0, 0, 0, 0.7);
  transition: width .3s;
  -webkit-transition: all .3s;
}
.Instagram {
  background: #fcaf45;
}
.Pinterest {
  background: #bd081c;
}
.Houzz {
  background: #7ac142;
}
.Google {
  background: #34a853;
}
.Facebook:hover, .Instagram:hover, .Pinterest:hover, .Houzz:hover, .Google:hover {
  /* Opacity */
  opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}
img[style*="float: right"] {
  text-align: center;
  margin: 10px 0 10px 15px;
  background-color: #fff;
  border: medium solid #FFF;
  width: 40% !important;
  height: auto !important;
  /*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);
}
img[style*="float: left"] {
  margin: 10px 15px 10px 0px;
  text-align: center;
  background-color: #fff;
  border: medium solid #FFF;
  max-width: 40% !important;
  height: auto !important;
  /*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);
}
.imgwrap {
  position: relative;
}
#tidy-wrap .tidylabel.img, .imgwrap[data-tidy] .tidylabel.img, [data-tidy-menu] .tidylabel.img {
  border-color: #ff8732;
  background-color: rgba(255, 135, 50, 1) !important;
}
.imgwrap[data-tidy] .tidylabel.img {
  top: -40px;
  position: absolute;
  /* Opacity */
  opacity: .3;
  filter: alpha(opacity=30);
}
.imgwrap[data-tidy] .tidylabel.img:hover {
  /* Opacity */
  opacity: 1;
  filter: alpha(opacity=100);
}
.alignrightgallery {
  left: auto !important;
  right: 0 !important;
}
.homeshow {
  width: 100%;
  height: auto;
}
.belgard {
  background-color: rgba(5, 40, 73, 1);
  position: relative;
  width: 100%;
  height: 75px;
  margin-bottom: 20px;
}
.belgard img {
  position: relative;
  left: 50%;
  top: -15.5px;
  bottom: -15.5px;
  margin-left: -350px;
}
figure.belgardlogo{
  display: inline;
  margin-left: 10px;
}

figure.belgardlogo img{
  width: 50px;
  height: auto;
  margin-bottom: -11px;
  margin-left: 10px;
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  .main-content .content {
    padding: 30px 20px 10px;
  }
  .top-navigation {
    padding: 0px 10px;
  }
  .columns-wrapper {
    max-width: 950px;
    margin: auto;
  }
  .menu-top-wrapper {
    padding-left: 160px;
    max-width: 780px;
    margin: auto;
  }
  .logo {
    width: 150px;
    margin-left: -470px;
  }
  .featured .button {
    font-size: .8em;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .main-content .content {
    padding: 30px 20px 10px;
  }
  .top-navigation {
    padding: 0px 10px;
  }
  .columns-wrapper {
    max-width: 800px;
    margin: auto;
  }
  .menu-top-wrapper {
    max-width: 650px;
    margin: auto;
    padding-left: 160px;
  }
  .logo {
    width: 150px;
    margin-left: -400px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
  .main-content .content {
    padding: 30px 20px 10px;
  }
  .columnone {
    width: 100%;
  }
  .columntwo {
    display: none !important;
  }
  .top-navigation {
    padding: 0px 10px;
  }
  .columns-wrapper, .menu-top-wrapper {
    max-width: 100%;
    padding: 0;
    margin: auto;
  }
  .logo {
    width: 150px;
    margin-left: 0px;
    left: 0;
  }
  blockquote {
    padding: 0 5%;
    background-size: 4%, 4%;
  }
  .afloatright, .afloatleft, .afloatcenter, img[style*="float: left"], img[style*="float: right"] {
    display: block;
    width: 90% !important;
    max-width: 500px;
    height: auto;
    margin: 10px auto !important;
    clear: both !important;
    float: none;
  }
  .top-navigation {
    padding: 0;
  }
  .social {
    position: relative;
    right: -150px;
    width: calc(100% - 150px);
    bottom: -15px;
  }
  .phone, .Google1, .Google2 {
    bottom: -50px;
    width: calc(50% - 110px);
    text-align: center;
  }
  .Google1 {
    right: auto;
    left: 150px;
  }
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
  h1, h2, h3, h4 {
    text-align: center;
  }
  body {
    padding-bottom: 0px;
  }
  .footer {
    position: static;
    width: auto;
  }
  .content-wrapper, .columns-wrapper {
    margin: 0px;
    border: none;
  }
  .main-content .content {
    padding: 20px 10px;
    border: none;
  }
  .columns-wrapper, .menu-top-wrapper {
    max-width: 700px;
    width: auto;
    margin: auto;
  }
  .menu-top-wrapper {
    padding-left: 0px;
  }
  .logo {
    width: 100px;
    left: 2%;
    margin-left: 0px;
  }
  blockquote {
    padding: 0 5%;
    background-size: 4%, 4%;
  }
  .afloatright, .afloatleft, .afloatcenter, img[style*="float: left"], img[style*="float: right"] {
    display: block;
    width: 90% !important;
    max-width: 500px;
    height: auto;
    margin: 10px auto !important;
    clear: both !important;
    float: none;
  }
  .Google1 {
    display: none;
  }
  .Google2 {
    display: block;
    right: 0px;
    width: 100%;
    position: relative !important;
    position: absolute;
    bottom: 0px;
    right: 0;
    text-align: center;
    background: rgba(45, 122, 240, 1);
    padding: 5px 0px;
    transition: width .5s;
    -webkit-transition: all .5s;
  }
  .Google2:hover {
    background-color: rgba(0, 51, 153, 1);
  }
  .Google2 a {
    color: #fff;
  }
  .columnone {
    width: 100%;
  }
  .columntwo {
    display: none !important;
  }
  .belgard {
    background: none;
  }
  .belgard img {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    margin-left: 0;
    max-width: 650px;
    width: 100%;
    height: auto;
  }
  .footerwidths {
    width: 100%;
    float: none;
    font-size: 1em;
  }
  .footerlogo {
    width: 110px;
    float: none;
    margin: 0 auto;
  }
  .sitemap {
    float: none;
    width: 100%;
    border-right: 0;
    border-left: 0;
    padding: 0;
    height: auto;
  }
  .sitemap li {
    text-align: center;
  }
  .sitemap ul {
    padding: 0;
  }
  .footercontact {
    float: none;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    border-left: 0;
  }
  .footercontact h3 {
    color: #fff;
    margin-top: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  .social {
    position: relative;
    right: 0;
    width: 100%;
    bottom: -15px;
  }
  .phone {
    position: relative;
    text-align: right;
    bottom: -15px;
  }
  .slideshow {
    margin: 8px 0 0 0;
  }
}
/*------Social------*/
@font-face {
  font-family: 'fontello';
  src: url('../includes/fontello-528d1101/font/fontello.eot?94161779');
  src: url('../includes/fontello-528d1101/font/fontello.eot?94161779#iefix') format('embedded-opentype'), url('../includes/fontello-528d1101/font/fontello.woff?94161779') format('woff'), url('../includes/fontello-528d1101/font/fontello.ttf?94161779') format('truetype'), url('../includes/fontello-528d1101/font/fontello.svg?94161779#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?50163945#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-facebook:before {
  content: '\f09a';
} /* '' */
.icon-pinterest-circled:before {
  content: '\f0d2';
} /* '' */
.icon-instagram:before {
  content: '\f16d';
} /* '' */
.icon-google:before {
  content: '\f1a0';
} /* '' */
.icon-houzz:before {
  content: '\f27c';
} /* '' */
/*--------GRID STYLES------*/
.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;
}
.colhalves.employment ul {
	text-align: left;
}
.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;
  margin-bottom: 10px;
}
.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;
}
@media only screen and (min-width: 1000px) and (max-width: 1260px) {
  .colFourths {}
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .colFourths {}
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
  .colFourths {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  .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: 0px) and (max-width: 500px) {
  .colFourths {
    width: 96%;
    height: auto;
    margin-bottom: 20px;
  }
  .colFourths .linked {
    position: relative !important;
  }
  .colhalves {
    width: 100%;
  }
} /*--------PULSE STYLES------*/
.gallery {
  clear: both;
}
.pulsecore.gallery {
  /*display: -webkit-box;*/
}
.pulsecore.gallery > a {
  display: block;
  outline: 0;
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: auto;
  align-self: baseline;
  padding-bottom: 20px;
  padding-right: 20px;
  width: calc(16.66% - 0px);
}
.gallery img {
  margin: .5% !important;
  padding: .5%;
  background-color: rgba(255, 255, 255, 1);
  height: auto !important;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: width .3s;
  -webkit-transition: all .3s;
}
img.mfp-img {
  margin: .5% !important;
  padding: 10px !important;
  background-color: rgba(255, 255, 255, 1);
  height: auto !important;
  width: 11.5%;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: width .3s;
  -webkit-transition: all .3s;
}
.gallery img:hover {
  /* Opacity */
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mfp-bg {
  background-image: linear-gradient(90deg, rgba(51, 51, 51, .7), rgba(51, 51, 51, .2) 50%, rgba(51, 51, 51, .7)) !important;
  background-color: rgba(51, 51, 51, .2) !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  padding-right: 16px !important;
  padding-top: 6px !important;
}
.mfp-counter {
  top: 34px !important;
  right: 20px;
  color: #333 !important;
  padding: 5px 10px;
  background-color: rgba(204, 204, 204, 1);
  /*Outer Shadow*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15), inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15), inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15), inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b, .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border: 0px !important;
}
.mfp-figure:after {
  box-shadow: 0 !important;
  background: none !important;
}
/*---Flex Slider---*/
.flexslider {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  padding-bottom: 15px !important;
  /* No Rounded Corners */
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
  border-radius: 0px !important;
}
.slider .flexslider {
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  /* No Rounded Corners */
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
  border-radius: 0px !important;
}
.flex-control-nav {
  display: none;
}
.slider .flex-viewport {
  background-color: #fff;
  border: 0px;
  /*Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* Tilt  */
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.afloatleft .flex-viewport, .afloatright .flex-viewport {
  padding-bottom: 0;
  /*Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.afloatleft .flexslider, .afloatright .flexslider {
  margin-bottom: 0;
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .gallery img {
    margin: .5% !important;
    padding: .5%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 850px) {
  .gallery img {
    margin: .5% !important;
    padding: .5%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .gallery img {
    margin: .5% !important;
    padding: .5%;
  }
	.pulsecore.gallery > a {
    width: calc(33.33% - 20px);
		padding: 10px;
}
} /*--------RESPONSIVE STYLES------*/
/*---IMAGE STYLES ---*/
.afloatright {
  float: right;
  text-align: center;
  margin: 10px 0 10px 15px;
  background-color: #fff;
  border: medium solid #FFF;
  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);
}
.afloatright img {
  max-width: 100%;
  height: auto;
}
.afloatleft {
  float: left;
  margin: 10px 15px 10px 0px;
  text-align: center;
  background-color: #fff;
  border: medium solid #FFF;
  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);
}
.afloatcenter {
  display: block;
  margin: 10px auto;
  clear: both;
  background-color: #fff;
  border: medium solid #FFF;
  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);
}
.fluid-width-video-wrapper {
  border: medium solid #FFF;
  /*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);
}
.noshadow {
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.formimage {
  float: right;
  text-align: center;
  margin: 10px 0 10px 15px;
  background-color: #fff;
  border: medium solid #FFF;
  width: 40%;
  height: auto;
  clear: right;
  /*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);
  /* Tilt  */
  transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.formimage:nth-child(even) {
  /* Tilt  */
  transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
}
.news img {
  margin: 10px 0 10px 15px;
  background-color: #fff;
  border: medium solid #FFF;
  /*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);
  /* Tilt  */
  transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.clear {
  clear: both;
  padding-top: 20px;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.noimagestyles {
  background: none;
  padding: 5px;
  /*Outer Shadow*/
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  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;
}
.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;
}
.notilt {
  /* Tilt  */
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.nowrap {
  overflow: auto;
}
.floatfix {
  overflow: hidden;
}
.nomargintop {
  margin-top: 0px;
}
.button {
  color: #fff !important;
  font-size: 1.25em;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
  font-family: 'Patua One', cursive;
  font-weight: 100 !important;
  letter-spacing: .02em;
  display: inline-block;
  padding: 5px 10px;
  background-color: rgba(132, 147, 93, 1);
  border: #46512F solid 1px;
  border-top: 0px;
  border-bottom: 2px solid #46512F;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  transition: width .2s;
  -webkit-transition: all .2s;
  /* Rounded Corners */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.button:hover {
  text-shadow: none;
  color: #999;
  background: rgba(0, 102, 0, 1);
  /*Inner shadow*/
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
}
@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: block !important;
  }
  .nomobile {
    display: none !important;
  }
  .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) {
  .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%;
  }
  .mobilecenter {
    text-align: center;
  }
}
@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%;
  }
}
/*--------PRINT STYLES------*/
@media print {
  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;
  }
  .logo {
    display: none;
  }
  .printlogo {
    position: relative;
    display: block;
    margin: 0 auto 10px;
    width: 80%;
    height: auto;
  }
  .slideshow, .top-navigation, .topbuffer, .masthead {
    display: none;
  }
  .dark, .footer {
    box-shadow: none;
  }
  .dark {
    page-break-before: always;
  }
  .button {
    background-color: rgba(132, 147, 93, 1);
    background-image: none;
    border: none;
    /*No Outer Shadow*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}