/* ==================================== *\
    CONTENTS
\* ==================================== */
/*
NOTES

RESETS        
MAIN          HTML, BODY, etc.
SITE          Site Header, Main, Footer, Drupal structures, etc
COMPONTENTS   Custom Bootstrap, Custom Drupal, etc
SHARED        Share anything we can across elements.


/*** Border Radius Reset ***/
.alert {
  border-radius: 0;
}


/*** Admin Menu Adjustments ***/
body.navbar-is-fixed-top,
body.admin-menu.navbar-is-fixed-top {
  padding-top: 0 !important;
}

body.admin-menu {
  margin-top: 28px !important;
}
  
@media (max-width: 767px) {

  body.admin-menu {
    margin-top: 0 !important;
  }

  body.adminimal-menu #admin-menu {
    top: auto;
    bottom: 0;
  }

}


/*** Media Embed Responsive Classes ***/
/**
 * - included from Bootstrap v3.3.2
 */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* ==========================================================================
   $MAIN
========================================================================== */



/* $Elements
   ==================================================== */
   
  body,
  html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
   
  body {
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    color: #000;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  hr {
    border: none;
    height: 4px;
    color: #e1e1e1; /* old IE */
    background-color: #e1e1e1; /* Modern Browsers */
  }
  
  a {
    color: #049473;
  }
  
  /* Headers */
  h1, h2, h3, 
  .h1, .h2, .h3 {
  	font-family: 'Roboto Slab', serif;
  	font-weight: 300;
  }
  
  h4, h5, h6,
  .h4, .h5, .h6 {
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    font-weight: 600;
  }
  
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: inherit;
  }
  
    .block-title { color: #000; }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
    .img-thumbnail {
      margin: 0 0 15px 0;
      padding: 9px;
      border: 1px solid #d3d3d3;
      border-radius: 0;      
    }
    
    .align-left {
      float: left;
      margin: 0 15px 15px 0;
    }
    
    .align-right {
      float: right;
      margin: 0 0 15px 15px;
    }

  
  /*** Buttons ***/
  
  .btn {
    padding: 0 12px 1px;
    border-radius: 10px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
  }
  
    /** Rounded Buttons **/
    .btn-rounded {
      margin-top: 0.25em;
      padding: 0 15px 1px;
      font-size: 24px;
      line-height: 37px;
      border: 2px solid #fff;
      border-radius: 19px;
      text-align: center;
      background: transparent;
      color: #fff;
      text-shadow: none;
    }
    
      .btn-rounded:hover {
        background: #fff;
      }
    
    /** Button Styles by Container (CK Editor) **/
    .green-btns .btn {
      background-color: #049473;
      border-color: #049473;
      color: #fff;
    }
    
    .orange-btns .btn {
      background-color: #f39c11;
      border-color: #f39c11;
      color: #000;
    }
    
    .purple-btns .btn,
    .btn-primary {
      background-color: #674172;
      border-color: #674172;
      color: #fff;
    }
    
    .btn-primary:hover {
      background-color: transparent;
      color: #674172; /* #000; */
      border-color: #674172;
    }
    
    
    
    /* ADOPT AND DONATE BUTTONS -- class is added in the block configuration */
    .adopt-donate p a {
      display: block;
      float: left;
      width: 50%;
    	background-color:#f39c11;
    	color: #fff;
    	font-size: 24px;
    	text-transform: lowercase;
    	text-align: center;
    	padding: 2px 25px;
    }
    
    .adopt-donate p a + a {
    	background-color:#049473;
    	float: right;
    }
    
  
  /*** Icons ***/
  
  
  /*** Form Elements ***/
  
  .form-item-search .form-control {
    height: 26px;
    padding: 0 6px;
    font-size: 12px;
    border-radius: 15px;
  }

/* ==========================================================================
   $SITE
========================================================================== */

  
  
  /* $SITE STRUCTURE - HTML
     ==================================================== */
    
    .not-front .main-container {
      margin-top: 30px;
    }
     
    /*** Footer ***/
    
    .page-full-wrapper + .footer { margin-top: 0; }
    
    body > .footer {
    	background-color: #444349;
    	color: #fff;
    }
      
    
  
  
  /* $Drupal Regions
     ==================================================== */

     .region-content > .block + .block {
       margin-top: 30px;
     }
    
    /** Before/After Content **/
    .region-before-content {
      margin-bottom: 30px;
    }
    
    /** Footer **/
    
      .region-footer section h2 {
      	margin-top: 0px;
      	font-size: 1.7em;
      	color: inherit;
      }
    
      .region-footer a:not(.btn) { color: #fff; }
    
      
      .block.footer-menu,
      .block.volunteer-login {
        text-align: center;
      }
      
     /*** Drupal Regions - Larger Than Small Screens ***/
    @media only screen and (min-width : 768px) {
    
      /** Header **/
      .region-navigation,
      .region-utility-nav {
        position: relative;
        float: right;
        max-width: 260px;
        z-index: 2;
        /* margin-right: -15px; */
      }
    
      /** Footer **/
      .region-footer section {
        float: left;
      	display: inline-block;
        vertical-align: top;
      	padding-right: 30px;
      }
    
    }
    
    /*** Drupal Regions - Medium Screen Styles ***/
    @media only screen and (min-width : 768px) and (max-width: 1199px)  {
    
      /*** Regions ***/
      .region-footer {
        margin-right: 75px;
      }
      
    }

    
    /*** Drupal Regions - Small Screen Styles ***/
    @media only screen and (max-width : 767px) {
      
      /** space out blocks on mobile view **/
      .region > .block.block-views {
        margin-top: 30px;
      }
      
      /** Utility Nav **/
      .region-utility-nav #block-search-form {
        float: left;
        width: 200px;
        max-width: 50%;
        margin: 5px 0;
      }
      .region-utility-nav .block.adopt-donate {
        float: right;
        width: 50%;
        margin: 5px 0;
      }
        .region-utility-nav .block.adopt-donate p a {
          line-height: 30px;
          height: 34px;
          font-size: 16px;
        }
    
      /** Footer **/
      .region-footer section {
        margin-bottom: 15px;  
      }
    
    }

    /*** Drupal Regions - Extra Small Screen Styles ***/
    @media only screen and (max-width : 379px) {
      
      /** Utility Nav **/
      .region-utility-nav #block-search-form,
      .region-utility-nav .block.adopt-donate {
        width: 100%;
        max-width: 100%;
      }
      
      .region-utility-nav .block.adopt-donate p a {}
      
    }

      
      
      
  /* $Block Specific Styles 
     ==================================================== */

      /*** Global Block Styles ***/
     

      /*** Lost Pets Block ***/
      .lost-pet-lead-block h2 {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-weight: 700;
        font-size: 1.14em;
      }
      
      .lost-pet-lead-block p {
        font-size: 12px;
        font-style: italic;
        line-height: 1.2;
      }
      
      .lost-pet-block .align-left { margin-bottom: 0; }
      
      /*** Knowledge Base Lead Block ***/
      .knowledge-base-lead-block {
        padding-top: 15px;
        padding-bottom: 15px;
      }
      
      .knowledge-base-lead-block a {
        display: block;
      }
      
      .knowledge-base-lead-block h2 {
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        font-weight: 700;
        font-size: 1.14em;
        text-transform: uppercase;
      }
      
        .knowledge-base-lead-block h2 .fa {
          float: left;
          width: 1em;
          margin-top: -20px;
          line-height: 1;
          color: #cf000f;
          font-size: 4.8em;
        }
      
        .knowledge-base-lead-block h2 span {
          display: block;
          font-size: 12px;
          font-weight: 400;
          font-style: italic;
          text-transform: none;
        }
      
      /** Social Links **/
      .social-icons {
        margin: -35px 0 0;
        padding: 0px;
      }
      
      
      /** Footer Menu / Volunteer Ribbon **/
      .block.footer-menu,
      .block.volunteer-login {
        margin-top: 30px;
        vertical-align: middle;  
      }
  
      /** Footer Menu **/
      .block.footer-menu {
        font-size: 12px;
      }
    
        .block.footer-menu ul li {
        	display: inline-block;
        }
        
        .block.footer-menu .nav>li>a {
          padding: 0;
        }
          .block.footer-menu .nav>li>a:hover,
          .block.footer-menu .nav>li>a:focus {
            text-decoration: underline;
            background-color: transparent;
          }
        
          .block.footer-menu .nav>li:first-child>a::before { content: "| " }
          .block.footer-menu .nav>li>a::after { content: " |" }
          
        
      /** Social Icons **/
      .social-icons {
          overflow: hidden;
      }
      
        .social-icons ul {
            overflow:hidden;
            margin: 0px;
            padding: 0px;
        }
        
          .social-icons ul li {
              list-style-type: none;
              overflow: hidden;
              height: 50px;
              width: 50px;
              margin: 0 0 0 15px;
          }
          
            .social-icons ul li a {
                display: block;
            }
            
              .social-icons ul li a i {
                  color: #fff;
              }
      
      /* shadow styles are found in social-icons.css */
    
    /*** Drupal Blocks - Larger Than Small Screens ***/
      @media only screen and (min-width : 768px) {      

        /* Social Links */
        .social-icons {
          float: right;
        }
      
        /* Location Map */
        .block.footer-map {
          margin-top: -35px;
        }
      
      }
    
      /*** Drupal Blocks - Large Screen Styles ***/
      @media only screen and (min-width : 1199px) {
        
        /* Social Links */
        .social-icons ul li {
          float: left;
        }
              
        /* Footer Menu / Volunteer Ribbon */
        .block.footer-menu,
        .block.volunteer-login {
          width: 310px;
          padding-right: 0;
          float: right;
        }
        
        /* Footer Menu */
        .block.footer-menu {
          margin-top: 25px;
        }
        
        /* Volunteer Ribbon */
        .block.volunteer-login {
          margin-top: 85px;
        }
        
      }
    
      /*** Drupal Blocks - Medium Screen Styles ***/
      @media only screen and (min-width : 768px) and (max-width: 1199px)  {
      
        /** Footer **/
        .region-footer section {
          max-width: 33%;
        }
        
        .block.footer-menu,
        .block.volunteer-login {
          max-width: 50%;
        }
        
      }
  
      
      /*** Drupal Blocks - Small Screen Styles ***/
      @media only screen and (max-width : 767px) {    
  
        
        /** Google Map iframe **/
        .block.footer-map iframe {
          width: 85%;
        }
      
        /** Social Links **/
        .social-icons {
          margin-bottom: 15px;
        }
        
        .social-icons ul li {
          float: left;
          margin-left: 5px;
        }
        
          .social-icons ul li:first-child {
            margin-left: 0;
          }
      
      }







/* ==========================================================================
   $COMPONTENTS
========================================================================== */

  /* Drupal System 
    ==================================================== */
    
    .label-inline { display: inline-block; }
    
    /* Links */
    .links { margin: 10px 0; padding: 0; }
    .links>li { display: inline-block; padding-right: 5px; padding-left: 5px; }
    .links>li:first-child { padding-left: 0; }
    
    /* Posted/Author */
    .field-name-author,
    .field-name-post-date { display: inline-block; }
    

  /* $Custom Bootstrap
     ==================================================== */
  
    /*** HTML ***/
    nav {
    	
    }
  
  
    /*** NAVBAR DEFAULT ***/
    
    header.navbar {
      border-bottom: 0;
    }

    
    .logo {
      margin-top: 0;
      margin-bottom: 4px;
    }
    
    .navbar-static-top {
    	background-color: transparent;
    	background: none;
    	background-image: url('../img/paper-texture.jpg');
    }
    
    .navbar-static-top .navbar-nav>li>a {
      font-family: 'Roboto Slab', serif;
      text-transform: uppercase;
      color: #010001;
    }
    
    .navbar-static-top .navbar-nav>.active,
    .navbar-static-top .navbar-nav>.active:hover,
    .navbar-static-top .navbar-nav>.active:focus {
/*     	background-color: #674172; */
    }
    
    .navbar-static-top .navbar-nav>.active-trail>a,
    .navbar-static-top .navbar-nav>.active-trail>a:hover,
    .navbar-static-top .navbar-nav>.active-trail>a:focus {
      background-color: transparent;
    	color:#fff;
    	color: #674172;
    	font-weight: bold;
    }
    
    
    /* Search Form */
    .navbar #block-search-form .form-control,
    .navbar #block-search-form .input-group-btn .btn {
      height: 26px;
      padding: 0 6px;
      font-size: 12px;
      background-color: transparent;
      text-shadow: none;
      box-shadow: none;
      -webkit-transition: background-color 200ms ease-out, border-color 200ms ease-out;
         -moz-transition: background-color 200ms ease-out, border-color 200ms ease-out;
           -o-transition: background-color 200ms ease-out, border-color 200ms ease-out;
              transition: background-color 200ms ease-out, border-color 200ms ease-out;
    }
    
      .navbar #block-search-form .form-control:focus,
      .navbar #block-search-form .form-control:focus + .input-group-btn > .btn-default {
        border-color: #aaa;
        background-color: #fff;
      }
    
      .navbar #block-search-form .form-control {
        padding-left: 10px;
        border-radius: 15px 0 0 15px;
        border-right: none;
      }
      .navbar #block-search-form .input-group-btn .btn {
        border-radius: 0 15px 15px 0;
        border-left: 0;
      }
      
    /* Navbar Toggle */
    .navbar-default .navbar-toggle {
      border-color: #674172;
      background-color: #674172;
    }
    
      .navbar-default .navbar-toggle:hover,
      .navbar-default .navbar-toggle:focus {
        background-color: transparent;
      }
      
      .navbar-default .navbar-toggle:hover .icon-bar,
      .navbar-default .navbar-toggle:focus .icon-bar { background-color: #674172; }
    
    
      .navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
    
    /*** Mobile Devices ***/
    @media only screen and (max-width : 767px) {
    
      .navbar-collapse {
        clear: both;
      }
      
       .navbar-static-top .dropdown-menu>li>span { display: none; }
      
      /** Logo **/
      .logo {
        margin-top: 8px;
        max-width: 70%;
      }
      
        .logo img {
          height: 48px;
        }
    
    }
    

    
    /*** Not mobile Devices ***/
    @media (min-width: 768px) {

      header.navbar {
        border-bottom: 0;
        padding-top: 20px;
      }

      .navbar-header {
        position: relative;
        z-index: 2;
      }

      .navbar-static-top nav {
        text-align: right;
      }

      .navbar-static-top .navbar-nav {
        float: none;
        display: inline-block;
        margin: 25px 0 0;
      }
      
      .region-navigation {
        margin-top: 0;
        margin-left: 15px;
        display: inline-block;
        vertical-align: top;
      }
    
      .front header.navbar {
        margin-bottom: 0;
      }
    
      .not-front header.navbar {
        margin-bottom: 48px;
      }
      
      ul.navbar-nav > li {
        display: table-cell;
        float: none;
      	padding: 0;
      	margin: 0px;
      	max-width: 145px;
      	vertical-align: middle;
      	text-align: center;
      	border-left: 1px solid #d1d1d1;
      }

      
        ul.navbar-nav li:first-child {
          border-left: 0;
        }        
              
        .navbar-default .navbar-nav>li>a {
          padding: 12px 25px;
          line-height: 1.1;
        }
      
      
      .navbar-default .navbar-nav>.open>a,
      .navbar-default .navbar-nav>.open>a:hover,
      .navbar-default .navbar-nav>.open>a:focus {
        background-color: transparent;
      }
      
      /* Force Dropdown 'Open' Styling */
      
      .has-opennav header.navbar {
        margin-bottom: 42px;
      }
      
      .navbar-static-top .navbar-nav .caret {
        
      }
      
      .navbar-static-top .navbar-nav>.dropdown>a .caret {
        display: none;
      }
      
      .navbar-static-top .navbar-collapse {
        position: relative;
        z-index: 1;
      }
      
      .navbar-static-top .nav > li.active-trail.open,
      .navbar-static-top .nav > li.active-trail.open > a {
        position: static;
      }
      
      .dropdown-menu>li>span {
        display: block;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap;
      }
      
      .navbar-static-top .active-trail.open .dropdown-menu {
        left: 0;
        right: 0;
        padding: 0;
        background-color: #674170;
        border: none;
        border-radius: 0;
        box-shadow: none;
      }
      
        .navbar-static-top .dropdown-menu>li>a,
        .navbar-static-top .dropdown-menu>li>span {
          padding: 8px 20px;
          color: #fff;
        }
        
          .navbar-static-top .dropdown-menu>li>a:hover,
          .navbar-static-top .dropdown-menu>li>a:focus {
            color: #fff;
            background: #9d63af;
          }
          
          /* Dropdown Active/Hover Link Styles */
          .navbar-static-top .dropdown-menu>.active>a,
          .navbar-static-top .dropdown-menu>.active>a:hover,
          .navbar-static-top .dropdown-menu>.active>a:focus,
          .navbar-static-top .dropdown-menu>.active-trail>a,
          .navbar-static-top .dropdown-menu>.active-trail>a:hover,
          .navbar-static-top .dropdown-menu>.active-trail>a:focus {
            color: #fff;
            background: #9d63af;
          }
          
          /* Dropdown Active Link Styles : First Element */
          .navbar-static-top .dropdown-menu>.first>span,
          .navbar-static-top .dropdown-menu>.first>a,
          .navbar-static-top .dropdown-menu>.first>a:hover,
          .navbar-static-top .dropdown-menu>.first>a:focus {
            background-color: #acacac;
            text-transform: uppercase;
          }
            .navbar-static-top .dropdown-menu>.first>a:hover {
              text-decoration: underline;
              
            }
          .navbar-static-top .dropdown-menu>.first a:after {
            content: "\f105";
            display: inline-block;
            margin-left: 5px;
            font-family: FontAwesome;
            font-size: 1.3em;
            font-weight: normal;
            font-style: normal;
            text-decoration: inherit;
            line-height: 1;
            vertical-align: text-bottom;
            -webkit-font-smoothing: antialiased;
          }
          
            .navbar-static-top .dropdown-menu>.first a:after:hover {
              text-decoration: none;
            }
      
        .navbar-static-top .active-trail.open .dropdown-menu li {
          float: left;
        }
        
      /* Header Search Bar */
      .navbar #block-search-form {
        margin: 0 0 10px 0;
        float: none;
      }
        
    } /* media > 768 --*/


    /*** Tablet Devices ***/
    @media only screen and (min-width:768px) and (max-width : 991px) {
      .has-opennav header.navbar {
        margin-bottom: 82px;
      }
      
      .navbar-static-top .navbar-collapse {
        width: 100%;
      }
      
    }

  /* $Custom Components
     ==================================================== */

    /*** Workbench Styles ***/
    div.workbench-info-block {
      margin-bottom: 20px;
    }

    /*** Alerts ***/
    .admitting-status-container {
      position: relative;
      z-index: 1000;
    }
    
    .has-opennav .admitting-status {
      position: relative;
      float: left;
      width: 100%;
      height: 0;
      overflow: visible;
    }
    
      .admitting-status .alert {
        padding: 0 15px;
        line-height: 28px;
      }
      
        .admitting-status a.close {
          top:0;
          color: #000;
          line-height: 28px;
          opacity: 0.9;
          text-shadow: none;
          font-size: 14px;
        }
      
    
      /** Alert Styles ***/
      
      .alert-danger {
        color: #fff;
        background-color: #cf000f;
        border-color: #cf000f;
      }
      
        .alert-danger  a { color: #fff; }
        .alert-danger li a { text-decoration: underline; }
    
    
    /*** Colorbox ***/
    #cboxOverlay,
    #colorbox  { /*background: #fff;*/ }
    
      #cboxOverlay { background: url('../img/paper-texture.jpg'); }
    
      #colorbox { /*border: 1px solid #d3d3d3;*/ }
    
      #cboxLoadedContent {
        padding: 30px;
      }
      
      #cboxTitle { padding: 5px 30px; }
    
    /*** Field Collections ***/
    .field-collection-view {
      margin: 0;
      border-bottom: 0;
    }
    
    .field-collection-container { border-bottom: 0; }
    
    /*** Paragraphs (Flexible Page Components) ***/
    .entity-paragraphs-item {
      margin-top: 30px;
      margin-bottom: 30px;
    }
    
      .entity-paragraphs-item:first-child {
        margin-top: 0;
      }
      
      /* Paragraph Bundle: Call-to-action with Text */
      .paragraphs-item-cta-text-with-link .paragraph-item-content {
        margin-top: 30px;
        margin-bottom: 15px;
        padding: 30px 60px 15px;
        border: 1px dotted #ccc;
        border-width: 1px 0;
      }
        
        .paragraphs-item-cta-text-with-link .field-name-field-cta {
          margin-top: 15px;
          text-align: right;
        }
        
      /* Paragraph Bundle: FAQ Field */
      .field-type-faqfield {
        font-family: inherit;
      }
      
      .faqfield-question {
        background: #e6e6e6;
        font-weight: bold;
      }
      
      .faqfield-answer {
        
      }
    
    /*** Slider ***/
    .slider-container {
      position: relative;
    }
    
      .slider-container div.contextual-links-wrapper {
        top: 34px;
      }
    
    /*** Flexslider ***/
    .flexslider {
      margin: 0;
      padding: 0;
      border: none;
      border-radius: 0;
      box-shadow: none;
    }
    
      .flexslider .flex-direction-nav a {
        display: block;
        height:58px;
      	width:22px;
      	margin-top: -29px;
        color: #fff;
        opacity: 0.5;
      	text-align: left;
      	overflow: hidden;
      	text-indent: -9999999px;
      }
      
        .flexslider .flex-direction-nav a:hover { opacity: 1; }
        .flex-direction-nav .flex-prev { left: 30px; background:url('/sites/default/files/resources/home-slider/slider-prev.png'); }
        .flex-direction-nav .flex-next { right: 30px; background:url('/sites/default/files/resources/home-slider/slider-next.png'); }
        .flexslider:hover .flex-prev { left: 30px; }
        .flexslider:hover .flex-next { right: 30px; }


    
    /** Slideshow Titles/Captions **/
      
      .view-home-slider-block .views-field-body {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        
        width: 60%;
        height: 100%;
        
      }
      
      .view-home-slider-block .views-field-body > .field-content {
        display: table;
        width: 100%;
        height: 100%;
      }
      
      #imgtextoverlay {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        line-height:1.3;
        text-align:center;
        padding:5px;
        text-shadow: 1px 1px 1px #000000;
        color:#fff;
  
      }
      
      #imgtextoverlay h1 {
        margin: 0;
        font-family: "Roboto Slab";
        font-size: 50px;
        font-size: 3.5em;
        letter-spacing: 0.025em;
        font-weight: bold;
        line-height: inherit;
      }
    
      #imgtextoverlay h2 {
        margin: 0;
        font-family: "Roboto Slab";
        font-size: 38px;
        font-size: 2.6em;
        font-weight: bold;
        line-height: inherit;
      }
      
      #imgtextoverlay .btn {
        font-size: 1.75em;
      }
    
    /* Slideshow Titles/Captions - Smaller than 767 */
    @media only screen and (max-width : 767px) {
      
      #imgtextoverlay {
        font-size: 1vmax;
      }
      
      #imgtextoverlay .btn {
        padding: 0.4vmax;
        line-height: 1;
        border-width: 1px;
      }
      
    }
    
    /* Slideshow Titles/Captions - Smaller than 479 */
    @media only screen and (max-width : 479px) {
      #imgtextoverlay {
        font-size: 0.7vmax;
      }
    }   

  /*** ColorBox Flexslider Styles ***/        
  #colorbox .flexslider .slides img {
    width: auto;
    display: inline-block;
  }
    
  /*** System Links ***/
  
  .links > li[class*="service-links"] {
    vertical-align: text-top;
  }
  
  
  /*** Service Links ***/
  
    /* Service Block */
    .block-service-links > * {
      display: inline-block;
      margin: 0 5px;
      vertical-align: text-top;
    }
    
    .block-service-links .block-title {
      font-size: 21px;
      font-weight: bold;
    }
    
    /* Display Field Group */

    .field-name-service-links-displays-group {
      margin: 20px;
    }
    
      .field-name-service-links-displays-group:first-child {
        margin-top: 0;
      }
    
    .field-name-service-links-displays-group > .service-links {
      margin: 0;
      display: inline-block;
      vertical-align: text-top;
    }
    
    .field-name-service-links-displays-group > .service-links > * {
      display: inline-block;
      margin: 0 5px !important;
      vertical-align: text-top !important;
    }
  
      .field-name-service-links-displays-group .label-inline {
        font-family: 'Roboto Slab', serif;
        font-weight: bold;
        display: inline-block;
        vertical-align: text-top;
        padding-right: 10px;
        margin-right: 6px;
        border-right: 1px solid #ccc;
      }
  
    /* Links */
    
    div.service-links { margin: 0 20px 20px; }
    .content > div.service-links { margin-top: 20px; }
      
    }
    
    div.service-links:first-child { margin-top: 0; }
      
    ul.service-links {
      margin-bottom: 20px;
    }
    
    .service-links .service-label {
      font-family: 'Roboto Slab', serif;
      font-weight: bold;
      display: inline-block;
      vertical-align: text-top;
      padding-right: 10px;
      margin-right: 11px;
      border-right: 1px solid #ccc;
    }
  

  

  
  .service-links .links { display: inline-block; }
  
  
  /*** Social Stream ***/
  
  
  /** Slidein CTA **/
  #slidebox {
      /*padding: 10px 35px 10px 10px;*/
      background-color: #fff;
      /*border-top: 3px solid #049473;*/
      position: fixed;
      bottom: 50%;
      /*right: -430px;*/
      right: -105%;
      -moz-box-shadow: -2px 0 5px #aaa;
      -webkit-box-shadow: -2px 0 5px #aaa;
      box-shadow: -2px 0 5px #aaa;
      max-width: 430px;
      z-index: 9999;
  }
  
  #slidebox a.cta-close {
/*       background: transparent url(//cdn2.hubspot.net/hub/53/file-527841348-gif/close.gif) no-repeat top left; */
      /*width: 21px;
      height: 21px;*/
      position: absolute;
      cursor: pointer;
      top: 10px;
      right: 5px;
      color: #333;
      opacity: 0.8;
  }
  
  #slidebox a.cta-close:hover {
      color: #000;
      opacity: 1;
  }
  
  .ev-socialwall-cta-txt {
    display: none;
    margin: 0;
    padding: 10px 30px 10px 10px;
  }
  
  @media only screen and (max-width: 480px) {
      #slidebox {
         width: 100%;
         bottom: auto;
         top: 0;
         z-index: 9999999999999;
      }
      
      .ev-socialwall-cta-img {
        display: none;  
      }
      
      .ev-socialwall-cta-txt {
        display: block;  
      }
  }
  
  #social-stream {
    margin: 10px 0;
  }
  
  #social-stream *,
  .dcsns-toolbar * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
  }
  
  #social-stream {
    background: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  
    /*.dcsns-toolbar .filter .link-all { height: 32px; }*/
    .dcsns-content {
      margin: 0 -1%;
    }
    .stream li {
      width: 23%;
      margin: 0 1% 2%;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
    }
    
    .stream li .section-thumb {
      width: 100%;
      margin: 0;  
    }
    
      .stream li.dcsns-twitter .section-thumb { width: auto; margin-right: 7px; }
      .stream li.dcsns-twitter .section-text img { max-width: 100%; }
      .stream li.dcsns-pinterest .section-thumb img { max-width: 100%; }  
    
      .dcsns .stream li.dcsns-li .section-thumb img { max-width: 100%; }
    
    /* .stream li .section-intro { height: 32px; }*/
  
  /*** jQuery Acordian ***/
  .collapsible > .view-content h3 {
    margin: 0;
    padding: 7px 15px;
    border: 1px solid #ccc;
    border-top-width: 0;
    color: #049473;
    font-size: 1em;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  }
  
    .collapsible > .view-content h3:first-child {
      border-top-width: 1px;
    }
  
      .collapsible > .view-content h3.open {
        border-color: #049473;
        background: #049473;
        color: #fff;
      }
      
        .collapsible > .view-content h3.open a { color: inherit; }
      
  .collapsible > .view-content h3 + div {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    display: block!important;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition: all 0.3s ease;
  }
  
      .collapsible > .view-content h3.open + div {
        height: auto;
        background: #fff;
      }
  
      .collapsible .collapse-content > ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }  

    .collapsible .collapse-content > ul {
      border: 1px solid #ccc;
      border-top-width: 0;
    }

      .collapsible .collapse-content > ul > li {
        padding: 5px 15px;
      }
      .collapsible .collapse-content > ul >  li:nth-child(even) {
        background: #c0e4dc;
      }
    
    




  /*** Featured Content Style - Round ***/
  /**
   * Rounded Image with Centered Title
   * - Featured Event Categories (terms)
   * - Featured Events (event nodes)
   * - Second Level Landing Page Top Content
   */
   
    .view-list-child-taxonomy.featured-terms,
    .view-featured-event-by-term,
    .second-level-landing-page-featured {
      margin-bottom: 20px;
      text-align: center;
    }
    
    .view-list-child-taxonomy.featured-terms h2,
    .view-featured-event-by-term h2,
    .second-level-landing-page-featured h2 {
      margin-top: 10px;
    }
    .view-list-child-taxonomy.featured-terms h2 a,
    .view-featured-event-by-term h2 a,
    .second-level-landing-page-featured h2 {
      font-weight: bold;
      color: #049271;
    }
    
    .view-featured-event-by-term h2 { margin-bottom: 0; }
    
    .view-featured-event-by-term .date-display-single {
      font-size: 0.85em;
      text-transform: uppercase;
      font-weight: 700;
      color: #666;
  }
    
    /* Featured Content Style - Small */
    @media only screen and (max-width : 767px) {
      
      .second-level-landing-page-featured .field-type-image img {
        display: block;
        margin: 0 auto;
      }
    
    } /* media --*/



/* ==========================================================================
   $PAGE SPECIFIC STYLES
========================================================================== */

  .page-header {
    padding-bottom: 0;
  	text-transform: uppercase;
  	text-align: center;	
  	border-bottom: none;
  }
  
  
  .page-header {
    position: relative;
  }
  
    .page-header span {
      display: inline-block;
      position: relative;
      background: #fff;
      padding: 0.5em;
      z-index: 3;
    }
  
  .page-header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: solid 4px #d3d3d3;
  	border-bottom: solid 4px #d3d3d3;
  	height: 12px;
  	margin: -10px 0px 0;
  	z-index: 1;
  }

  /*** Page Image Field ***/
  .field-name-field-page-image,
  .field-name-field-story-image,
  .node-type-page .content .flexslider,
  .node-type-article .field-name-field-image,
  .node-type-product .field-name-field-product-image  {
    float: left;
    max-width: 50%;
    margin-right: 30px;
  }



  /* $Top Level Landing Page (Content Type)
     ==================================================== */
  
  .node-type-top-level-landing-page .link-block {
    display: block;
    color: #fff;
  }
  
    /* fancy drop shadow */
    .node-type-top-level-landing-page .link-block {
      position: relative;
      background: #fff;
    }
    .node-type-top-level-landing-page .link-block:before,
    .node-type-top-level-landing-page .link-block:after {
      z-index: -1;
      position: absolute;
      content: "";
      bottom: 15px;
      left: 10px;
      width: 50%;
      top: 80%;
      max-width:300px;
      background: #777;
      box-shadow: 0 15px 10px #777;
      transform: rotate(-3deg);
    }
    .node-type-top-level-landing-page .link-block:after {
      transform: rotate(3deg);
      right: 10px;
      left: auto;
    }
  
    .node-type-top-level-landing-page .link-block:hover {
      text-decoration: none;
    }
  
  .node-type-top-level-landing-page .link-block .block-title {
    margin-top: 0;
    margin-bottom: 26px;
    padding: 14px 0 15px;
    text-align: center;
/*     line-height: 62px; */
    background-color: #666;
    color: #fff;
  }
  
    .node-type-top-level-landing-page .link-block.one .block-title { background-color: #f39c12; }
    .node-type-top-level-landing-page .link-block.two .block-title { background-color: #cf000f; }
    .node-type-top-level-landing-page .link-block.three .block-title { background-color: #049372; }
    .node-type-top-level-landing-page .link-block.four .block-title { background-color: #674172; }
  
  
  /* Top Level Landing Page - Smaller than 767 */
  @media only screen and (max-width : 767px) {
  
    .node-type-top-level-landing-page .link-block .block-title {
      font-size: 1.2em;
    }
  
  } /* media --*/
  
  /* Top Level Landing Page - Smaller than 479 */
  @media only screen and (max-width : 479px) {
  
    .col-xs-6 {
      width: 100%;
    }
  
  } /* media --*/
  
  
  /* $Second Level Landing Page (Content Type)
     ==================================================== */
  
    .node-type-second-level-landing-page .footer {
      margin-top: 0;
    }
    
      /* Smaller Button Style */
      .node-type-second-level-landing-page .col .btn {
        margin: 5px 0;
        padding: 0 12px 1px;
        min-width: 85%;
        max-width: 100%;
        text-align: center;
        border-radius: 10px;
        font-size: 15px;
      }
      
        .node-type-second-level-landing-page .col .btn:hover {
          background-color: transparent;
          color: #000;
        }
      
        .node-type-second-level-landing-page .col .btn:last-child {
          margin-bottom: 15px;
        }
      
      .node-type-second-level-landing-page .col > .field:first-child > p:first-child {
        margin-top: 20px;
      }
      
    /* Second Level Landing Page - Extra Large */
    @media only screen and (min-width : 1200px) {
      
      .node-type-second-level-landing-page .col .btn {
        min-width: 230px;
      }
    
    } /* media --*/
    
    /* Second Level Landing Page - Small Styles */
    @media only screen and (max-width : 767px) {
    
      .node-type-second-level-landing-page .col .btn {
        white-space: normal;  
      }
    
    } /* media --*/

  /* $Blog(Article) Page (Content Type)
     ==================================================== */
     
  .node-article .field-name-field-youtube-video {
    margin: 30px 0;
  }
  
  .node-article .user-picture { display: inline-block; margin-right: 15px; }
  .node-article .submitted { display: inline-block; } 
  
  

  
  /* $Product or Service Item
     ==================================================== */

  .node-type-product-service-item .page-header {
    margin-bottom: 0;
  }
  
  .node-product-service-item .field-name-field-prod-serv-images {
    margin-bottom: 20px;
  }







/* ==========================================================================
   $Specific View Styles
========================================================================== */
   
   
  /*** Base Taxonomy Term View ***/
  
  .view-taxonomy-term .field-name-field-featured-image,
  .view-custom-taxonomy-term .field-name-field-featured-image {
    float: left;
    max-width: 47%;
    margin-right: 3%;
  }
  
    .view-taxonomy-term .field-name-field-featured-image img,
    .view-custom-taxonomy-term .field-name-field-featured-image img { margin-bottom: 5px; }
  
  .view-taxonomy-term .field-name-field-event-description,
  .view-custom-taxonomy-term .field-name-field-event-description {
  }
  
  
  /* Base Taxonomy Term - Larger than 768 */
  @media only screen and (min-width : 768px) {
  
    .view-taxonomy-term .field-name-field-featured-image,
    .view-custom-taxonomy-term .field-name-field-featured-image {
      max-width: 25%;
    }
    
    .view-taxonomy-term .field-name-field-event-description,
    .view-custom-taxonomy-term .field-name-field-event-description {
      margin-left:28%;
      max-width: 60%;
    }
  
  } /* media --*/
  

  
  

  /*** Recent Blog Posts / Upcomming Events Block ***/
  
  .view-upcoming-events-landing-page-block,
  .view-recent-blog-view {
    line-height: 1.2;
    font-size: 15px;
  }
  
/*
  .recent-blog-view-previous,
  .view-upcoming-events-landing-page-block {
    
  }
*/
  
    .view-recent-blog-view h1,
    .view-recent-blog-view h2,
    .view-recent-blog-view h3,
    .view-recent-blog-view h4,
    .view-recent-blog-view h5 {
      margin-top: 0;
      margin-bottom: 3px;
      font-size: 0.85em;
      font-weight: 600;
      font-family: inherit;
      
    }
    
    .view-recent-blog-view p,
    .view-upcoming-events-landing-page-block p {
      font-size: 0.85em;  
    }
    
    .view-recent-blog-view .post-title,
    .view-upcoming-events-landing-page-block .upcoming-event-block-title {
      margin: 10px 0 5px;
      font-size: 1em;
    }
  
    .view-upcoming-events-landing-page-block .upcoming-event-block-title {
      font-weight: 600;
      color: #000;
    }
  
    .view-recent-blog-view .post-title a,
    .view-upcoming-events-landing-page-block .upcoming-event-block-title a {
      color: #000;
    }
  
  .view-recent-blog-view .post-content {
    padding: 10px 13px;
    line-height: 1.3;
  }
  
    .view-content {}
  
    .view-recent-blog-view .post-content .post-title {
      margin-top: 0;
      font-weight: 700;
    }
    
    
    
    
  .recent-blog-view-previous .view-header h2 {
    margin-top: 0;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    font-size: 1.14em;
    font-weight: 700;
  }
  
  .recent-blog-view-previous .view-footer {
    margin-top: 10px;
  }
      
    /* Recent Blog Posts / Upcomming Events - Not Mobile */
    @media only screen and (min-width : 768px) {
    
      .recent-blog-view-primary > .view-content,
      .recent-blog-view-primary > .view-footer {
        width: 50%;
        float: left;
      }
      
        .recent-blog-view-primary > .view-footer {
          padding-left: 30px;
        }
        
        .view-recent-blog-view .post-content {
          background-color: #f3f3f3;
        }
    
    }
    
    /* Recent Blog Posts / Upcomming Events - Mobile Only */
    @media only screen and (max-width : 767px) {
      
      .recent-blog-view-primary .views-field-field-youtube-video-thumbnail-path,
      .recent-blog-view-primary .post-content {
        display: inline-block;
        max-width: 44%;
        vertical-align: text-top;
      }
      
      .recent-blog-view-primary .views-field-field-youtube-video-thumbnail-path { margin-top: 10px; }
      
      .recent-blog-view-primary > .view-footer {
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid #ccc;
      }
      
    }

  /*** Knowledge Base View ***/
  
  .page-knowledge-base .view-knowledge-base-view > .view-filters {
    float: left;
    width: 30%;
    padding-right: 15px;
  }
  
    .page-knowledge-base .view-knowledge-base-view > .view-filters .views-exposed-form {
      padding: 14px;
      border: 1px solid #e1e1e1;
    }
  
  .page-knowledge-base .views-exposed-widget {

    float: none;
    padding: 0;
    /* margin: 0 -10px; */
  }
  
  .page-knowledge-base .views-exposed-widget.views-widget-filter-tid {
    padding: 10px 15px;
    margin-top: 15px;
    border-top: 6px solid #e1e1e1;
    
  }
  
  .page-knowledge-base .view-knowledge-base-view > .view-content {
    float: left;
    width: 60%;
    padding-left: 15px;
  }


  
  /* $Special Programs/Funds Pages
     ==================================================== */
     
    .view-special-funds-page .node-special-funds,
    .view-special-programs-page .node-special-programs {
      padding: 9px;
      margin-bottom: 22px;
      border: 1px solid #e1e1e1;
    }
    
      .view-special-programs-page .views-row-odd .node-special-programs,
      .view-special-funds-page .views-row-odd .node-special-funds  { padding-right: 20px; }
      
      .view-special-programs-page .views-row-even .node-special-programs,
      .view-special-funds-page .views-row-even .node-special-funds { padding-left: 20px; }
    
    .view-special-funds-page .field-name-title h2,
    .view-special-programs-page .field-name-title h2 {
      margin-top: 10px;
      font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
      font-weight: 700;
    }
    
    .view-special-programs-page .views-row:nth-child(3n+1) .field-name-title h2 { color: #f39c11; }
    .view-special-programs-page .views-row:nth-child(3n+2) .field-name-title h2 { color: #049473; }
    .view-special-programs-page .views-row:nth-child(3n+3) .field-name-title h2 { color: #674172; }
    
    


    /* wierd floating list fix */
    .view-special-programs-page .field-name-body { max-width: 100%; }
    .view-special-programs-page .field-name-body ul {  padding: 0; }
    
    .view-special-programs-page .field-name-body ul li {
      position: relative;
      overflow: hidden;
      padding-left: 40px;
    }
    
    .view-special-programs-page .field-name-body ul li:before {
      content: '\2022';
      position: absolute;
      left: 20px;
      line-height: 1;
      top: 0;
      font-size: 1.5em;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    
    
    /* Special Programs Page - Larger than 340 */
    @media only screen and (min-width : 340px) {
    
      .view-special-programs-page .field-name-field-program-image,
      .view-special-funds-page .field-name-field-fund-image {
        max-width: 50%;
      }
      
      .view-special-programs-page .views-row-odd .field-name-field-program-image,
      .view-special-funds-page .views-row-odd .field-name-field-fund-image {
        float: left;
        margin-right: 4%;
      }
      
      .view-special-programs-page .views-row-even .field-name-field-program-image,
      .view-special-funds-page .views-row-even .field-name-field-fund-image {
        float: right;
        margin-left: 4%;
        
      }
    
    } /* media --*/
    
    /* Special Programs Page - Larger than 768 */
    @media only screen and (min-width : 768px) {
      
      .view-special-programs-page .field-name-field-program-image,
      .view-special-funds-page .field-name-field-fund-image {
        max-width: 40%;
      }
    
    } /* media --*/


  /*** Success Stories Styling ***/
  /**
    * Basic stacked title | img | content | button layout. Is this style convention shared elsewhere?
    *
    */
    
  .view-success-stories .success-stories-content {
    margin-top: 10px;
    margin-bottom: 10px;
  }


  /*** Adoptable Animals View / Node Styles ***/
  
  /** Adoptable Animals - View **/
  
  .view-adoptable-animals > .view-header {
    padding: 15px 0;
    border: 1px solid #acacac;
  }
  
  .view-adoptable-animals > .view-header > div {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
  }
  
  .view-adoptable-animals-sort-block { display: none; }
  
    .view-adoptable-animals > .view-header > h3 {
      margin: 0;
      padding: 0 15px;
    }
    
    .view-adoptable-animals .view-header h6 {
      margin-bottom: 5px;
    }
  
    .view-adoptable-animals > .view-header ul {
      list-style: none;
      padding: 0;
    }
    
      .view-adoptable-animals > .view-header ul li {
        display: inline;
        padding: 0;
      }
      
        .view-adoptable-animals > .view-header ul li a {
          display: inline-block;
          padding: 2px 8px;
          margin: 3px 0;
          border: 1px solid #aaa;
          background-color: #ccc;
          color: #333;
          font-size: 12px;
          font-weight: bold;
          border-radius: 10px;
        }
        
          .view-adoptable-animals > .view-header ul li a.selected,
          .view-adoptable-animals > .view-header ul li a.active {
            border: 1px solid #7F3F97;
            background-color: #7F3F97;
            color: #fff;
          }
  
  .view-adoptable-animals > .view-content {
    margin: 0 -1%;
  }
  .view-adoptable-animals .isotope-element,
  .view-adoptable-animals .isotope-options {
    background-color: #fff;
  }
  
  .view-adoptable-animals .isotope-element {
    width: 98%;
    height: auto;
    margin: 1%;
    color: inherit;
  }
  
  .view-adoptable-animals .isotope-element img {
    width: auto;
    margin: auto;
  }
  
  .view-adoptable-animals .animal-container {
    padding: 8px 8px 15px;
    height: 100%;
    border: 1px solid #acacac;
  }
  
    .view-adoptable-animals .animal-details {
      padding: 10px 6px 0 10px;
    }
  
    .view-adoptable-animals .animal-name {
      margin: 0;
      font-size: 1.28em;
      font-weight: 700;
      color: #674172;
    }
    
    
    .view-adoptable-animals .animal-link {
      display: inline-block;
      padding: 2px 8px;
      /*border: 1px solid #7f3f97;
      background-color: #7f3f97;
      color: #fff;*/
      font-size: 12px;
      font-weight: bold;
      border-radius: 10px;
    }
    
      .view-adoptable-animals .animal-link a:hover {
        background-color: transparent;
        color: #7f3f97 !important;
        text-decoration: none;
      }
    
  /* Adoptable Animals - Larger than 768 */
  @media only screen and (min-width : 768px) {
    
    .view-adoptable-animals > .view-header > h3:after {
      content:":";
    }
    
  } /* media --*/
    
  /* Adoptable Animals - Medium & Extra Large Screens */
  @media only screen and (min-width : 768px) and (max-width: 991px), only screen and (min-width: 1200px) {
  
    .view-adoptable-animals .animal-link {
      float: right;
      margin-top: -20px;
    }
  
  }
  
  /* Adoptable Animals - Larger than 992 */
  @media only screen and (min-width : 992px) {
  
    .view-adoptable-animals .isotope-element {
      width: 31.33%;
      height: auto;
    }    
  
  } /* media --*/

  
  /* Adoptable Animals - Larger Screens */
  @media only screen and (min-width : 479px) and (max-width: 991px) {
  
    .view-adoptable-animals .isotope-element {
      width: 48%;
    }    
  
  } /* media --*/
  
  /** Set Isotope Ad width last as to keep from defining every breakpoint seperately **/
  .view-adoptable-animals .isotope-ad {
    width: 98%;
    min-height: 90px;
    margin: 30px 1%;
    text-align: center;
  }
  
  /* Adoptable Animals - Small Screens */
  @media only screen and (max-width : 767px) {
    
    .view-adoptable-animals > .view-header > div {
      display: block;
    }
    
    .view-adoptable-animals > .view-header > h3 {
      cursor: pointer;
    }

      .view-adoptable-animals > .view-header > h3 .fa { color: #674172; }
    
      .view-adoptable-animals > .view-header > h3.open {
        padding-bottom: 15px;
        border-bottom: 1px solid #acacac;
      }
  
    .views-field-field-age {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    
    .view-adoptable-animals .animal-link {
      display: block;
      margin-top: 10px;
      text-align: center;
/*       padding: 10px 6px 0 10px; */
    }
  
    .view-adoptable-animals .row:before,
    .view-adoptable-animals .row:after {
      display: none;
      clear: none;
      content: " ";
    }
    

    .view-adoptable-animals .isotope-ad {
      min-height: inherit;
    }

  
  }
  
  
  @media only screen and (max-width : 479px) {
    
    .view-adoptable-animals .views-column {
      width: 100%;
      float: none;
    }
    
  }
    /** Adoptable Animals - Nodes **/

    .page-adoptions-and-admissions #cboxLoadedContent {
      padding: 20px;
    }

    .node-animal .group-advertisement {
      float: right;
      margin-left: 10px;
    }
    
    .node-animal .field-name-mobile-leaderboard {
      margin-top: 20px;
      
    }

    .node-animal .animal-details {
      padding: 12px 0;
      /* background: #e6e7e8; */
      font-size: 12px;
      line-height: 2em;
    }
    
    .node-animal .animal-details {
      /* float: right; */
      /* max-width: 165px; */
    }
    
      @media only screen and (min-width : 768px) {
    
        /** Adoptable Animals - Nodes Larger than **/
        
        .node-animal .animal-photos {
          float: left;
          padding: 9px;
          border: 1px solid #d3d3d3;
          max-width: 500px;
          margin-right: 20px;
        }

    
      }
    
      .node-animal .animal-details .date-display-interval {
        line-height: 1.2em;
      }
    
      .node-animal .animal-details .field-name-title h2 {
        margin: 0;
        line-height: inherit;
      }
      
      .node-animal .animal-details .btn {
        font-size: 12px;
        letter-spacing: 0.025em;
        text-transform: uppercase;
        font-weight: 600;
        white-space: normal;
      }
    
    .node-animal .animal-name {
      font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
      color: #674172;
      font-weight: 700;
    }

  /*** Fee's Views ***/
  .view-admission-fees-table,
  .view-adoption-fees-table {
    
  }
    
    .view-admission-fees-table  .views-field-title,
    .view-adoption-fees-table .views-field-title {
      display: inline-block;
    }
    
    .view-admission-fees-table .views-field-field-admission-price,
    .view-adoption-fees-table .views-field-field-fee-price {
      float: right;
    }
    
    .fee-description {
      font-size: 12px;
      font-style: italic;
    }
    
      .fee-description ul {
        padding-left: 20px;
      }
  
  
  
  /*** Event Categories ***/
  
  .view-list-child-taxonomy .view-events {
    margin-top: 10px;
  }
  
  .view-list-child-taxonomy .list-view-terms-featured {
    padding: 0 0 0 30px;
  }
  
    /* Event Categories - Smaller than 767 */
    @media only screen and (max-width : 767px) {
    
      .view-list-child-taxonomy .list-view-terms-featured {
        padding: 0;
      }
    
    } /* media --*/
    
    /*  - Larger than 768 */
    @media only screen and (min-width : 768px) {
    
      .view-list-child-taxonomy .list-view-terms-featured {
        float: right;
      }
    
    } /* media --*/ 

  
  
  /*** Card Grid - Home Grid/Featured Events by Term ***/
  
  .view-bingos-petstore-all-products img,
  .view-featured-event-by-term.embedded-feature-event img,
  .view-home-grid-block img {
    position: relative;
    z-index: 10;
  }
  
  .view-bingos-petstore-all-products .product-title,
  .view-featured-event-by-term.embedded-feature-event .feature-event-title,
  .view-home-grid-block .home-grid-title {
    position: relative;
    padding: 0 10px 6px 15px;
    background-color: #fff;
    line-height: 42px;
    line-height: 3em;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    z-index: 1;
  }
  
    .view-bingos-petstore-all-products .product-title a,
    .view-featured-event-by-term.embedded-feature-event .feature-event-title a,
    .view-home-grid-block .home-grid-title a {
      display: block;
      color: #049473;
      font-size: 19px;
      font-size: 1.35em;
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

      /** Card Grid - Smaller Titles **/
      .view-bingos-petstore-all-products .product-title,
      .view-featured-event-by-term.embedded-feature-event .feature-event-title {
        text-align: left;
      }
      .view-bingos-petstore-all-products .product-title a,
      .view-featured-event-by-term.embedded-feature-event .feature-event-title a {
        font-size: 13px;
      }


    /* Card Grid - Larger than 768 */
    @media only screen and (min-width : 768px) {
    
      .view-featured-event-by-term.embedded-feature-event { margin-top: -2em; }
      
    
    } /* media --*/
    
    /* Card Grid - Responsive Title Text */
    @media only screen and (max-width : 479px), only screen and (min-width: 768px) and (max-width: 991px) {


      .view-home-grid-block .home-grid-title {
        font-size: 10px;
      }
    
    } /* media --*/
  
  
  /*** Products ***/
  
  .view-bingos-petstore-all-products .views-column {
    margin: 15px 0;
  }
  
  
  /*** Events Global Listing ***/
  
    .view-events-global-listing-view .event-list > h3 {
      text-align: center;
    }

    
    .view-events-global-listing-view .event-list ul {
      list-style: none;
      padding: 0;
    }
    
    .view-events-global-listing-view .event-list .event-category {
      padding: 0 0 1.5em;
    }
    
      .view-events-global-listing-view .event-list .event-category > h4 {
        margin: 0;
        padding: 5px 1em;
        font-weight: 400;
        background: #049473;
        color: #FFF;
      }
      
    .view-events-global-listing-view .event-node-list .event-node,
    .view-events-global-listing-view .view-empty {
      padding: 5px 1em;
      border-bottom: 1px solid #e1e1e1;
    }
    
/*       .view-events-global-listing-view .event-node-list .event-node a { color: #000;  } */
    
      .view-events-global-listing-view .event-node-list .event-node:nth-child(even) {
        background: #C0E4DC;
        background: #e1e1e1;
        border-bottom: none;
      }
  
    /* Events Global Listing - Larger than 768 */
    @media only screen and (min-width : 768px) {
    
      .view-events-global-listing-view .event-list {
        display: inline-block;
        width: 50%;
        padding: 1%;
        vertical-align: top;
      }
    
    } /* media --*/

  
  /*** Event Details Grid ***/
  
  .event-details-grid {
    margin: 0;
  }
  
  .event-details-grid .col-md-6 {
    padding: 0;
  }
  
  .event-details-grid .event-details-content {
    min-height: 275px;
    border: 1px solid #e1e1e1;
    padding: 22px 10px 1px;
    text-align: center;
  }
  
    .event-details-grid .event-details-content h2 {
      margin-top: 8px;
      margin-bottom: 6px;
      font-weight: 700;
      color: #049473;
    }
  
  /* Event Detail Icons */
  .event-details-icon {
      background-image: url(../img/sprites/event-details-icon-sprites.png);
      background-repeat: no-repeat;
      display: inline-block;
  }
  
  .event-details-icon-cost {
      width: 67px;
      height: 67px;
      background-position: -5px -5px;
  }
  
  .event-details-icon-info {
      width: 67px;
      height: 67px;
      background-position: -5px -82px;
  }
  
  .event-details-icon-location {
      width: 67px;
      height: 67px;
      background-position: -5px -159px;
  }
  
  .event-details-icon-services {
      width: 67px;
      height: 67px;
      background-position: -5px -236px;
  }
  
  .event-details-icon-when {
      width: 67px;
      height: 67px;
      background-position: -5px -313px;
  }
  
  /** Event Calendar View **/
  .view-event-calendar .date-nav-wrapper {
    margin-top: 40px;
  }
  
    .view-event-calendar .date-nav-wrapper .date-prev,
    .view-event-calendar .date-nav-wrapper .date-next {
      top: -5px;
      width: 78px;
      background: #f9f9f9;
      border: 1px solid #e1e1e1;
    }
    
      .view-event-calendar .date-nav-wrapper .date-prev a,
      .view-event-calendar .date-nav-wrapper .date-next a {
        font-weight: 400;
      }
    
    .view-event-calendar .date-nav-wrapper .date-prev {
      right: 77px;
    }
    
      .view-event-calendar .date-nav-wrapper .date-prev a {
        border: 1px solid #e1e1e1;
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }
    

    .view-event-calendar .date-nav-wrapper .date-next {
      text-align: left;
    }
    
      .view-event-calendar .date-nav-wrapper .date-next a {
        border: 1px solid #e1e1e1;
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
      }
    
  /** Global Calendar View Style Overwrites **/
  
    /* Today Highlighting */  
    .calendar-calendar .month-view .full tr td.single-day.today,
    .calendar-calendar .month-view .full td.date-box.today {
      border-color: #f39c11;
    }
    
    .calendar-calendar .month-view .full td.single-day div.monthview,
    .calendar-calendar .week-view .full td.single-day div.weekview,
    .calendar-calendar .day-view .full td.single-day div.dayview {
      background-color: #ffebcc;
    }
    
      
    
  
  /** Events Listing - Featured Events **/
  .view-display-id-featured_events .featured-event-container {
    padding: 8px 8px;
    margin: 12px 0;
    border: 1px solid #acacac;
  }
  
    .featured-event-content {
      position: relative;
      padding: 0 0 0 4px;
      min-height: 66px;
    }
  
      .featured-event-content h2 {
        margin: 10px 0 5px;
        color: #cf0010;
      }
  
    .featured-event-content .date-day-month {
      position: absolute;
      right: 0;
      top: -66px;
      padding: 10px 10px;
      width: 66px;
      height: 66px;
      background-color: #cf0010;
      color: #fff;
      text-align: center;
      line-height: 1;
    }
    .featured-event-content .date-day {
      display: block;
      font-family: 'Roboto Slab', san-serif;
      font-size: 2.57em;
    }
    .featured-event-content .date-month {
      display: block;
      font-weight: 700;
      font-size: 0.71em;
      text-transform: uppercase;
    }
    
    
    /** Event Listing **/
    .view-display-id-event_listing .view-content > h3 {
      margin-top: 40px;
      padding: 30px 0 15px;
      border-top: 6px solid #e1e1e1;
      font-size: 2.14em;
    }
    
      .event-listing-container {
        padding: 6px;
        margin: 12px 0;
        border: 1px solid #d3d3d3;
      }
      
        .event-listing-container .event-day {
          float: left;
          width: 50px;
          height: 50px;
          line-height: 50px;
          background-color: #049473;
          text-align: center;
          font-family: 'Roboto Slab', sans-serif;
          font-size: 2.57em;
          color: #fff;
        }
      
        .event-listing-container .event-listing-details {
          margin-left: 65px;
        }
        
        .event-listing-details h2 {
          margin: 8px 0 0;
          color: #049473;
        }
  
  /* Events - Larger and Small Screens */
  @media only screen and (min-width : 1200px), only screen and (max-width: 767px) {
  
    .featured-event-content {
      margin-top: 8px;
      padding: 0 76px 0 4px;
      min-height: 68px;
    }
    
      .featured-event-content h2 {
        margin: 5px 0;  
      }
    
    .featured-event-content .date-day-month {
      margin-top: 0;
      top: 0;
      
    }
  
  } /* media --*/
  
  
  /* Events - Small Devices - Landscape */
  @media only screen and (max-width : 767px) and (min-width: 340px) {

    .view-display-id-featured_events .featured-event-container {
      padding-right: 97px; /* feature image forced width + original padding (89 + 8) */
    }
    
      .featured-event-container .feature-image-container {
        float: right;
        margin-right: -89px;
      }
    
        .featured-event-container .feature-image-container img {
          max-height: 66px;
          width: auto;
        }
    
    .featured-event-container .featured-event-content {
      float: right;
      width: 100%;
      margin-top: 0;
      padding-left: 10px;
      min-height: 0;
    }

  
  } /* media --*/
  

  /*** Event Listing / Calendar Toggle Component ***/
  .event-display-toggle {
    float: right;
  }
  
  .view-events .event-display-toggle {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
    .event-display-label {
      margin-right: 5px;
      display: inline-block;
      font-size: 12px;
      text-transform: uppercase;
    }
    .event-display-toggle .btn-group {
      display: inline-block;
    }

/* ==========================================================================
   $SHARED
========================================================================== */

/*** THEME CLASSES ***/
.orange {
	background-color: #f39c11;
}

.red {
	background-color: #cf0010;
}

.green {
	background-color: #049473;
}

.purple {
	background-color: #674172;
}

/*** Bordered Elements ***/
.bordered {
  border: 1px #e1e1e1 solid;
}

.block.bordered {
  padding: 10px;
  margin-bottom: 15px;
}

.block.top-border {
  border-top: 6px solid #e1e1e1;
}

/*** Full Width Paper BG ***/
.front .full-width-bg:not(.view) {
  padding-top: 30px;
  padding-bottom: 30px;
}

.full-width-bg:not(.view),
.view.full-width-bg > .view-content  {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('../img/paper-texture.jpg');
}
.full-width-bg:not(.view):before,
.full-width-bg:not(.view):after,
.view.full-width-bg > .view-content:before,
.view.full-width-bg > .view-content:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 9600px;
  right: 100%;
  background-image: url('../img/paper-texture.jpg');
  clear: none;
}
.full-width-bg:not(.view):after,
.view.full-width-bg > .view-content:after { 
/*   width: 320px; */
  left: 100%;
  background-image: url('../img/paper-texture.jpg');
}

/*** Text Ribbon ***/
.ribbon {
  position: relative;
  display: inline-block;
  margin: 0 14px;
  padding: 0 14px;
  line-height: 28px;
  background: #f39c12;
  color: #444349;
  text-align: center;
  font-size: 16px !important;
}

  .ribbon a {
    color: #444349;
  }

  .ribbon:before,
  .ribbon:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    border: 14px solid #f39c12;
    z-index: 1;
  }
  
  .ribbon:before {
    left: -14px;
    border-right-width: 14px;
    border-left-color: rgba(0, 0, 0, 0);
  }
  
  .ribbon:after {
    right: -14px;
    border-left-width: 14px;
    border-right-color: rgba(0, 0, 0, 0);
  }
  
