/*
Theme Name: cshl-coresite
Theme URI: http://underscores.me/
Author: AG Strategic Design
Author URI: http://agstrategic.design
Description: AG Strategic Underscores Custom
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cshl-coresite

cshl-coresite is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/


/* ===========================================================
    PREMLIMARY STYLESHEET CONTENTS
    
    1.  >>FONTS
    
    2.  >>MENUS and NAVBAR
    
    3.  >>GLOBAL TAG STYLES
    
    4.  >>PROVIDED BY CSHL
    
    5.  >>MEDIAQUERY TWEAKS
    
    6.  >>CALLOUTS
    
    7.  >>FOOTER
    
    8.  >>COLORS & CAROUSEL
    
    9.  >>MODULES
    
    10. >>UTILITY
    
    11. >>SPECIAL CASES & TWEAKS
    
    
 ============================================================ */

/*--------------------------------------------------------------
 1. >>FONTS
--------------------------------------------------------------*/

@font-face {
  font-family: 'Source Sans Pro';
  src: url('./fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('./fonts/Source_Sans_Pro/SourceSansPro-BoldItalic.ttf');
  font-weight: bold;
  font-style: italic;
}


@font-face {
  font-family: 'Source Sans Pro';
  src: url('./fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('./fonts/Source_Sans_Pro/SourceSansPro-Italic.ttf');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('./fonts/Source_Sans_Pro/SourceSansPro-Light.ttf');
  font-weight: 300;
  font-style: normal;

}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('./fonts/Source_Sans_Pro/SourceSansPro-LightItalic.ttf');
  font-weight: 300;
  font-style: italic;
}



@font-face {
  font-family: 'Noto Serif';
  src: url('./fonts/Noto_Serif/NotoSerif-Bold.ttf');
  font-weight: bold;
  font-style: normal;

}


@font-face {
  font-family: 'Noto Serif';
  src: url('./fonts/Noto_Serif/NotoSerif-BoldItalic.ttf');
       font-weight: bold;
       font-style: italic;
}

@font-face {
  font-family: 'Noto Serif';
  src: url('./fonts/Noto_Serif/NotoSerif-Italic.ttf');
       font-style: italic;

}

@font-face {
  font-family: 'Noto Serif';
  src: url('./fonts/Noto_Serif/NotoSerif-Regular.ttf');
       font-weight: normal;
       font-style: normal;
}




body {

   /* margin-top: 60px;*/
}

.percent50 {
    width: 50%;
    height: auto;
}



/* Additional Styles */

#jp-carousel-comments-loading {
    display: none !important;
}




/*--------------------------------------------------------------
 Galleries styles based on those in 2017 theme
--------------------------------------------------------------*/

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

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

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

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


/* Gallery Columns */

@media screen and (min-width: 639px) {
    .gallery-item {
        max-width: 25%;
    }
    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
}

@media screen and (max-width: 638px) {
    .gallery-item {
        display: block;
        width: 100%;
    }
    .gallery-columns-2 .gallery-item {
        max-width: 100%;
    }
    .gallery-item img {
        max-width: 100%;
        height: auto;
    }
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
2. >>MENUS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js styles 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#primary-menu > li > a
{
font-family:"Source Sans Pro";
text-transform:uppercase;

}

.menu-container {

    margin: 0 auto;
    background: #e9e9e9;
    margin-right: 15px;
}

.menu-mobile {
    display: none;
/*    padding: 20px; */
    padding: 0px 20px 20px 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

 li.menu-minus-icon:before {
    content: "\f209";
    font-family: "Ionicons";
    cursor: pointer;
    float: right;
    padding: 1em 2em;
    background: #fff;
    color: #666;
    font-size: 95%;
    font-weight: 100;
}

 .menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;

    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
   /* background: #e9e9e9;*/
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 3em;
    display: block;
}

.menu > ul > li:hover {
    background: #f0f0f0;
}   


.menu > ul > li.active a {
   /* color: #444;*/
   background: #f0f0f0;

}
.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
	font-family:"Source Sans Pro"; /* added by Sue 3/26/18 */
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .9em; /* .8em; updated by Sue 3/26/18 */
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}

#primary-menu ul.sub-menu, #primary-menu ul.sub-menu.normal-sub {
/*opacity:  1;*/
left: -100000px;
}

/* fixes  --added FLOAT */
.menu-container {
    width: auto;
    background:#F8F8F8;
    float:left;
    margin-left: 4px; /*to avoid menu hitting navbar-brand at smallest view before hamburger */
}
ul.show-on-mobile{

}
/*changed from 767px to 891x */
@media only screen and (max-width: 891px) {
#primary-menu ul.sub-menu, #primary-menu ul.sub-menu.normal-sub {
   left: 0;
   }
   
/*   .menu > ul > li > ul > li > ul.sub-menu{
   display:none;
   }*/
.menu-container {
    width: 100%;
   float: none;
   margin-top: 0px;
   clear:both;
}
.navbar-right {
    float: none;
    width: 100%;
}

 /* changed to absolute  */
    .menu-mobile {
        display: block;
        position:absolute;
        top:55px; /*38px;*/
        right:0;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}

/*@media only screen and (max-width: 554px) {
    .menu-mobile { top:81px; }
}

@media only screen and (max-width: 349px) {
    .menu-mobile { top:107px; }
}*/

#primary-menu > li.menu-item.menu-item-has-children > ul > li > a
{
	line-height:1em;
	border: none;
}
/*--------------------------------------------------------------
#  Additional mobile menu styles -- rcg
--------------------------------------------------------------*/ 
@media only screen and (max-width: 891px) {

#primary-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-dropdown-icon > a:first-of-type  {
padding-top: 16px;  
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children > a {
    width: 80%;
} 

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children > a:first-child {
    padding-top: 28px;
} 
}
/*--------------------------------------------------------------
#  Clear Additional mobile menu styles at desktop for main menu -- rcg
--------------------------------------------------------------*/ 
@media only screen and (min-width: 891px) {

li.menu-minus-icon:before {
    content: "";
    padding: 0;
    }

.menu-dropdown-icon:before {
    content: "";
    padding:0;
    }
    
div.menu-container #primary-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-dropdown-icon > a  {
    padding-top: 16px;  
    }   
    
        
}

/* ------------- NAVBAR  --------------------*/
ul.navbar-nav { font-family: 'Source Sans Pro',sans-serif; }
/*.navbar-brand {padding:5px 15px;}*/
.navbar { border-radius:0;
}


a.navbar-brand {
width:240px;
height:40px;
background-image:url(/wp-content/uploads/2017/04/cshllogo_standard_RGB.svg);
background-size:contain;
background-position:center;
background-repeat:no-repeat;
margin-left:0px !important;
margin-top:7px;
}

@media (min-width: 768px) and (max-width: 991px){
a.navbar-brand {
/*width:100px;
height:50px;*/
/*background-image:url(/wp-content/uploads/2017/04/logo-alternate.svg);*/
background-size:contain;
background-position:center;
background-repeat:no-repeat;
margin: 10px 0px 4px 0px;
}
nav.navbar.navbar-default.navbar-static-top li a {
font-size: 13px;
padding: 16px 10px 17px 10px;
}
}
@media only screen and (max-width: 768px) {
a.navbar-brand {
/*width:100px;
height:50px;
background-image:url(/wp-content/uploads/2017/04/logo-alternate.svg);*/
background-size:contain;
background-position:center;
background-repeat:no-repeat;
/*margin-left:15px !important;*/
margin: 7px 0px 7px 7px;
}
}
@media (min-width: 992px) and (max-width: 1218px) {
nav.navbar.navbar-default.navbar-static-top li a {
font-size: 13px;
padding: 13px 10px 13px 10px;
}
}
@media (min-width: 1219px){
nav.navbar.navbar-default.navbar-static-top li a {
font-size: 14px;
padding: 13px 10px 13px 10px;
}
}


/* ------------- END NAVBAR  --------------------*/

/* ------------- Global Search Form  --------------------*/
#topContent > div > div > form > div span#theIcon{
position:relative;
left:23px;
vertical-align:middle;
z-index:100;
color:#999;
font-size:13px;
} 

/*--------------------------------------------------------------
3. >>GLOBAL Tag Styles
--------------------------------------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #444444;
    font-family: 'Noto Serif',serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.5px;
}


h1 { font-family: 'Source Sans Pro',sans-serif; }
h2,h3,h4,h5,h6 {
    /*color: #444444;*/
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 33px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: -1px;
}




/*Deck From sue mockups*/
.deck {
    font-style: italic;
    font-family: 'Source Sans Pro',sans-serif;
}

@media only screen and (min-width: 769px) {
    h1 {
        font-size:52px;
        line-height: 57px;
        letter-spacing: -2px;
    }
    .deck {
        font-size:23px;
        line-height: 30px;
        margin-bottom:37.5px;
    }
}

h2 {
    font-size: 28px;
    line-height: 31px;
    letter-spacing: -0.5px;
}

@media only screen and (min-width: 769px) {
    h2 {
        font-size:33px;
        line-height: 38px;
    }
}

h3 {
    font-size: 23px;
    line-height: 28.5px;
    letter-spacing: -0.5px;
}

@media only screen and (min-width: 769px) {
    h3 {
        font-size:28px;
        line-height: 31px;
    }
}

h4 {
    font-size: 19px;
    line-height: 25.5px;
}

@media only screen and (min-width: 769px) {
    h4 {
        font-size:23px;
        line-height: 28.5px;
        letter-spacing: -0.5px;
    }
}

h5, h6 {
    font-size: 17px;
    line-height: 23.5px;
    margin-bottom: 12.75px;
}

@media only screen and (min-width: 769px) {
    h5, h6 {
        font-size:20px;
        line-height: 25.5px;
        letter-spacing: -0.5px;
    }
}

p {

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Noto Serif',serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.5px;


}

label {

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Noto Serif',serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.5px;


}


a { color: #004982; }
a:hover { color: #6588a8; }




hr.hr-gradient {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.1), rgba(0, 0, 0,0));
}

div.acf-field.acf-field-checkbox.acf-field-59c9431794557.pub-gradient > div.acf-input > ul > li {
/*    content : "YO";*/
   /* border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.1), rgba(0, 0, 0,0));
*/

background-color: black;
}




/*--------------------------------------------------------------
4. >>PROVIDED BY CSHL (through mockup HTML Bootstrap 3 code)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sue's custom.css from mockups minus some global tag styles
# moved to appropriate sections
--------------------------------------------------------------*/
p { margin-bottom: 25.5px; }
p.mission { margin-top:25px; }
.callouts { margin-top:20px; }
.secondary { margin-top:75px; /*margin-bottom:50px;*/}
.white-row { background-color:#fff; padding:20px 0 40px 0; margin-top:40px; margin-bottom:40px; }
.gray-row { background-color:#efefef; padding:20px 0 40px 0; margin-top:60px; margin-bottom:40px; }
.gray-row h2,
.white-row h2 { margin-bottom:40px; font-weight:300; }

#topContent p { font-family:'Source Sans Pro',sans-serif; font-size:13px; margin:5px 0; }

.btn { font-family:'Source Sans Pro', sans-serif; }



p.social { margin-top:20px; width:90%; }
.wsbs { color:#8a132b; }



.boilerplate { font-size:15px; font-family: 'Source Sans Pro',sans-serif; }

.caption,
.article-text figcaption, article figure figcaption {
    color: #76736c;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 20px 0;
}

p.social a:hover { color:#eee; }




/*--------------------------------------------------------------
# Post Dateline
--------------------------------------------------------------*/

/*

Light Gray
#a2a2a2;

rgba(162, 162, 162, 0.9);

Grey

#444444;
rgba(68, 68, 68, 0.9);*/

.article-date { 
    font-size: 18px; 
    color: #444444;
    font-family: 'Source Sans Pro',sans-serif; 
}


li.quick-facts-li{ 
    font-size: 16px; 
    font-family: 'Noto Serif', serif; 
    color: #444444!important;
}



/*--------------------------------------------------------------
5. >>MEDIAQUERY TWEAKS
--------------------------------------------------------------*/


/* Large desktops and laptops */
         
         @media (min-width: 1200px) {

            .callout-label {

                    top: 1px;
                    left: 16px;
                    position:absolute; 
                    z-index:10; 
                    padding: 10px;
            }
           
         }
         
         
         /* Landscape tablets and medium desktops */
         
         @media (min-width: 992px) and (max-width: 1199px) {
            .callout-label {

                font-size: 10px;
            }
         
         }
        
        /*ipad Pro*/
        @media (min-width: 991px) and (max-width: 1200px) {

             .callout-label {

                    top: 1px;
                    left: 16px;
                    position:absolute; 

                    z-index:10; 
                    
                    padding: 10px;


            }

        }
        
         /* Portrait tablets and small desktops */
         
         @media (min-width: 768px) and (max-width: 991px) {

             .callout-label {

                top: 1px;
                left: 16px;
                position:absolute; 

                z-index:10; 
                
                padding: 8px;

                font-size: 8px;


            }
             
         }
        
        
        
         /* Landscape phones and portrait tablets */
         
         @media (max-width: 767px) {

            .callout-label {

                top: 1px;
                left: 16px;
                position:absolute; 

                z-index:10; 
                
                padding: 10px;

                font-size: 10px;


            }
             
         }

/*RG TEMP FIX FOR RANDOM SHIFT AT UNDER 600*/
          @media (min-width: 600px) and (max-width: 766px) {

              .callout-label {

                top: 1px;
                left: 16px;
                position:absolute; 

                z-index:10; 
                
                padding: 10px;

                font-size: 8px;


            }

          }
         
         
         
         /* Portrait phones and smaller */
         @media (max-width: 599px) {

            .callout-label {

                top: 16px;
                left: 16px;
                position:absolute; 

                z-index:10; 
                
                padding: 10px;

            }
             
  
           }
         
/*--------------------------------------------------------------
# 6. >>CALLOUTS
--------------------------------------------------------------*/

        
/*****************************************************************************/
/*****************************************************************************/
/*IMPORTANT!!!!*/
/*YOU CANNOT CHANGE THESE CSS NAMES OR IT WILL BREAK THE CALLOUT COLORING*/
/*****************************************************************************/
/*****************************************************************************/

/*DO NOT EDIT NAME FOR CALLOUT*/
div.callout-label{
font-family: 'Source Sans Pro', sans-serif !important;
}

.callout-gold-bg {
background: rgb(197,167,80)!important;
/*background: rgba(197,167,80,0.85)!important;*/
color: white;

}


/*DO NOT EDIT NAME FOR CALLOUT*/
.callout-blue-bg {

background: rgb(0,73,130) !important;
color: white;

}

/*DO NOT EDIT NAME FOR CALLOUT*/
.callout-red-bg {

background: rgb(138,19,43) !important;
color: white;


}

/*DO NOT EDIT NAME FOR CALLOUT*/
.callout-green-bg {

background: rgb(178,216,131) !important;
color: white;


}

a.calloutbox h3,
a.calloutbox p { color:#444; }
a:hover.calloutbox { text-decoration:none; }
a.calloutbox i.fa { color:#004982; }
a:hover.calloutbox i.fa { color:#6588a8; }

/*--------------------------------------------------------------
# News stand Carousel 
--------------------------------------------------------------*/

ol.news-carousel-indicators{

bottom:4px!important;

}

.news-button-position {

    text-align:center!important;
}

/* Since positioning the image, we need to help out the caption */
.news-carousel-caption {
  z-index: 10;
}

.news-carousel-caption { width:100%; left:0; right:0; bottom:0; padding-top:0; padding-left:20px; padding-right:20px; background: rgba(0,0,0,.5); }


.news-carousel-caption h2 { color:#fff; font-size:30px; text-align:left; margin-top:10px; margin-bottom:5px;}
.news-carousel-caption p { color:#fff; font-size:16px; text-align:left; margin-bottom:5px;}



/*--------------------------------------------------------------
# Post Top Margin - moves featured image and headline down
--------------------------------------------------------------*/

@media (min-width: 1200px) {

    .post-top-margin {

   /* margin-top: 66px;*/

    }

}


     /* Landscape tablets and medium desktops */
         
         @media (min-width: 992px) and (max-width: 1199px) {

               .post-top-margin {

    /*margin-top: 66px;*/

    }
         
         }
        
        
        
         /* Portrait tablets and small desktops */
         
         @media (min-width: 768px) and (max-width: 991px) {

               .post-top-margin {

   /* margin-top: 66px;*/

    }
             
         }
        
        
        
         /* Landscape phones and portrait tablets */
         
         @media (max-width: 767px) {

               .post-top-margin {

            /*    margin-top: 1px;*/

    }
             
         }
         
         
         
         /* Portrait phones and smaller */
         
         @media (max-width: 480px) {

               .post-top-margin {

    /*margin-top: 1px;*/

    }
             
             }
         





/*--------------------------------------------------------------
# Carousel - fixed heading
--------------------------------------------------------------*/

.item {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.carousel-caption {

    padding-bottom: 100px;
}

.carousel-caption span { padding: 6px 8px; }


 /* Large desktops and laptops */

 @media (min-width: 1200px) {

.carousel .heading {
    top: 20%;
    position:absolute;
    /*right:15%; */
    /*top:40%;; */
    /*left:10%;*/
    z-index:10;

    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    /*padding-bottom:20px; */
    /*text-align:center; */
    /*text-shadow:0 1px 1px */
   /* color: #fff;
    background-color: rgba(0,0,0,0.6);  */


}



 }


 /* Landscape tablets and medium desktops */

 @media (min-width: 992px) and (max-width: 1199px) {

    .carousel .heading {
    top: 20%;
    position:absolute;
    /*right:15%; */
    /*top:40%;; */
    /*left:5%; */
    z-index:10;
      padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    /*padding-bottom:20px; */
    /*text-align:center; */
   /* text-shadow:0 1px 1px */
   /* color: #fff;
    background-color: rgba(0,0,0,0.6); */


}






 }



 /* Portrait tablets and small desktops */

 @media (min-width: 768px) and (max-width: 991px) {

/*    .carousel .heading {
    position:absolute;
    right:15%;
    top:40%;;
    left:15%;
    z-index:10;
    padding-top:20px;
    padding-bottom:20px;
    text-align:center;
    text-shadow:0 1px 1px
    rgba(0,0,0,.6);

}*/


     .carousel .heading {
    top: 20%;
    position:absolute;
    /*right:15%; */
    /*top:40%;; */
    /*left:5%; */
    z-index:10;
      padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    /*padding-bottom:20px; */
    /*text-align:center; */
    /*text-shadow:0 1px 1px */
    /*color: #fff;
    background-color: rgba(0,0,0,0.6); */

}



 }

/*ipad Pro*/
 @media (min-width: 991px) and (max-width: 1200px) {

     .carousel .heading {
    top: 20%;
    position:absolute;
    /*right:15%; */
    /*top:40%;; */
    /*left:5%; */
    z-index:10;
      padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    /*padding-bottom:20px; */
    /*text-align:center; */
    /*text-shadow:0 1px 1px */
    /*color: #fff;
    background-color: rgba(0,0,0,0.6); */

}





 }


 /* Landscape phones and portrait tablets */

 @media (max-width: 767px) {
         .carousel .heading {
/*    top: 20%;*/  /* commented out by Sue 3/26/18 so carousel header text pins under the navbar */
    position:absolute;
    /*right:15%; */
    /*top:40%;; */
    /*left:10%;*/
    z-index:10;
      padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    /*padding-bottom:20px; */
    /*text-align:center; */
    /*text-shadow:0 1px 1px */
   /* color: #fff;
    background-color: rgba(0,0,0,0.6);
*/

}

    div.heading h1 {

        font-size: 40px;
        font-weight: 300;
        line-height: 38px; 
        letter-spacing: -1px;

    }

    div.heading h4 {
        font-size: 20px;
        line-height: 20px;
    }
/* commented out by Sue 3/26/18 */
/*    .carousel-indicators {

        display: none;

    }*/



 }



 /* Portrait phones and smaller */

 @media (max-width: 480px) {

    .carousel .heading {
    top: 0;
    position:absolute;   
    z-index:10;
    padding:10px;
    width: 100%;

}

div.heading h1 {

        font-size: 30px; /* 40px; updated by Sue 3/26/18 */
        font-weight: 300;
        line-height: 32px; /* 38px; updated by Sue 3/26/18 */
        letter-spacing: -1px;

    }

    div.heading h4 {
        font-size: 18px; /* 20px; updated by Sue 3/26/18 */
        line-height: 20px;
    }

    .carousel-indicators {

        display: none;

    }



     }


/*--------------------------------------------------------------
7. >>FOOTER - CSHL Sue
--------------------------------------------------------------*/

footer {
    background:#004982;

    color:#eee;
    padding-top:20px;
    color:#c5a750;
    font-size:19px;
    line-height:29px;
    font-family: 'Source Sans Pro', sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale;
    margin-top:50px;
    }

/*Moved here From Rob's temporary fix */

footer#colophon.site-footer{
    background:#004982;
     color:#fff;
}

footer p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:19px;

}

.site-footer h3 {color:#c5a750; font-size:28px; margin-bottom:8px; }
.site-footer a { color:#f0f0f0; }
.site-footer a:hover { color:#c5a750; }
.site-footer a.btn.btn-warning { color:#fff; width:100%; }
.site-footer a.btn.btn-default { color:#333; width:100%; }
.site-footer label { color:#c5a750; font-size:22px; font-weight:400; font-family: 'Source Sans Pro', sans-serif; }
.site-footer p.social { width:100%; margin-top:0; margin-bottom:15px; }
.site-footer p.social a:hover { color:#c5a750; }
.site-footer .flipboard { color:#004982;  font-family:arial; font-weight:600; margin-top:0.04em; }
.site-footer .fa-stack { margin-bottom:14px; }

@media only screen and (max-width: 991px) {
	.footer-nav  div.col-sm-4:nth-child(3n+5) { clear:both; }
}

/*setting max-width here to remove the photo when the screen is wider than the photo dimensions*/
@media (min-width:768px) and (max-width:2000px) {
    footer {
        background:#004982 url('/wp-content/uploads/2017/09/footer-background2.jpg') no-repeat right top;
        font-size:15px;
        font-weight:300;
        line-height:24px;
    }
        footer#colophon.site-footer{
    background:#004982 url('/wp-content/uploads/2017/09/footer-background2.jpg') no-repeat right top;
     color:#fff;
}


footer p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:15px;

}

    .site-footer h3 { font-size:22px; margin-bottom:5px; }
    .site-footer a .glyphicon { font-size:85%; }
    .site-footer label { font-size:17px; }
    .site-footer a.btn.btn-warning,
    .site-footer a.btn.btn-default { width:auto; }
}

span.social.pull-right { margin-left:20px; }




/*--------------------------------------------------------------
8. >>COLORS & CAROUSEL 
--------------------------------------------------------------*/

/*Light Grey

#a2a2a2;

rgba(162, 162, 162, 0.9);

Grey

#444444;
rgba(68, 68, 68, 0.9);

Black

#000000;


Orange

#ef4e22;
rgba(239, 78, 34, 0.9);

Gold

#c5a750
rgba(197, 167, 80, 0.9);


CSHL Blue

#004982;
rgba(0, 73, 130, 0.9);


Light Blue

#6588a8;
rgba(101, 136,168, 0.9);


Green

#b2d883;
rgba(178, 216,131, 0.9);

Watson School Red

#8a132b;
rgba(138, 19, 43, 0.9);


DNALC Red

#9c182f;
rgba(156, 24, 47, 0.9);*/



/*--------------------------------------------------------------
# Background Colors: CSHL Color Palette
--------------------------------------------------------------*/

.transparent-gray-bg {
    color: #fff;
    /*background: rgba(0,0,0,0.6); */
    background: rgba(162, 162, 162, 0.3);
}

.carousel-transparent-gray-bg {
    color: #fff;
    background: rgba(0,0,0,0.6);

}

.carousel-transparent-watson-red-bg {

    color: #fff;
    background: rgba(138, 19, 43, 0.6);

}

.carousel-transparent-gold-bg {
    color: #fff;
    background: rgba(197,167,80,0.6);

}

.carousel-transparent-gold-bg-black-text {
    color: black;
    background-color: rgba(197,167,80,0.6);

}


.gray-bg {

    background-color: #444444;
    color: white;


}

.lt-gray-bg {

  background-color: #a2a2a2;
  color: white;


}

.orange-bg {


    background-color: #ef4e22;
    color: white;

}

.gold-bg {

background: #c5a750;

}




.blue-bg {


    background: #004982;

    color: white;

}



.transparent-blue-bg {
    background-color: rgba(0, 73, 130, 0.9);
    color: #fff;
    }


.light-blue-bg{
background-color: #6588a8;
}



.green-bg {

background: #b2d883;
color: #fff;

}

.watson-red-bg{

background: #8a132b;
color: #fff;

}



.dnalc-red-bg {

background: #9c182f;

}

/*--------------------------------------------------------------
# Font Colors: CSHL Color Palette


/*****************************************************************************/
/*!!!IMPORTANT!!! 
FONT NAMES CANNOT BE CHANGED, OTHERWISE CALLOUTS WILL NOT RENDER WITH COLORS*/
/*****************************************************************************/
/*--------------------------------------------------------------*/


/*DO NOT EDIT NAME for callout*/
.blue-font {

    color: #004982;
}

/*DO NOT EDIT NAME for callout*/
.gold-font{
    
    color: #c5a750;
}

/*DO NOT EDIT NAME for callout*/
.red-font {

    color: #8a132b;
}


/*DO NOT EDIT NAME for Student Perspective*/
.watson-red-font {

    color: #8a132b;
}


.orange-font {

 color: #ef4e22;

}


/*--------------------------------------------------------------
# Box Borders
--------------------------------------------------------------*/
.gray-border{ border: 1px solid #d4d4d4; }

.gray-border-bottom { border-bottom: 1px solid #d4d4d4; }


/*--------------------------------------------------------------
# Font Mods
--------------------------------------------------------------*/

        .juicy {
             font-weight: 400;
         }


         /* feather does not work with the VAG Rounded Font so not implemented */
         .feather {
             font-weight: 200;
         }

         .bigify {
             font-size: 30px;
         }




/*--------------------------------------------------------------
# Overrides
--------------------------------------------------------------*/


  .make-hidden {

    display: none;

  }

 img.sm-border-radius {
             border-radius: 5px;

}

.contain {


    max-height: 300px;
    /*border: 5px dotted red;*/
}

.contain img {
    background-size: 100% auto;
    /*max-height: inherit;*/
}


.banner-overlay-header {

    /*bottom: 20px;*/

    z-index: 10;
    color: #444;
    /*padding-top: 50px;
    padding-bottom: 30px;*/
   /* font-size: 30px;*/
    /*min-height: 300px;*/
    font-size: 52px;
    line-height: 57px;
    letter-spacing: -2px;
    padding-left: 15px;
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/
    /*fallback*/
   /* background-color: rgba(162, 162, 162, 0.5);*/
    /*background-image: radial-gradient(rgba(181,189,200,0) 0%,rgba(130,140,149,0) 50%,rgba(40,52,59,1) 100%), url('http://5-14-bg-image-h1.kbox.site/wp-content/uploads/2017/04/2015-06-10_13-16-57_Petr1800x1125.jpg');*/
    /*background-image: linear-gradient(to left, rgba(181,189,200,0) 0%,rgba(130,140,149,0) 50%,rgba(40,52,59,1) 100%), url('http://5-14-bg-image-h1.kbox.site/wp-content/uploads/2017/04/2015-06-10_13-16-57_Petr1800x1125.jpg');*/
    background-repeat: no-repeat, repeat;

    /*fallback*/
    /*background-image: url("http://5-14-bg-image-h1.kbox.site/wp-content/uploads/2017/04/2015-06-10_13-16-57_Petr1800x1125.jpg");*/
    background-size: 100%;
    background-size: cover;
    background-position: center;
}

.overlay-caption {
    position: absolute;
    /*  */
    bottom: 20px;
    /*left: 50%;*/
    left: -5px;
    z-index: 10;
    color: white;
    padding: 20px;
    font-size: 24px;
    font-style: italic;
    
}


/* Large desktops and laptops */

         @media (min-width: 1200px) {

            .banner-overlay-header{

             padding-top: 50px;
             padding-bottom: 30px;

             font-size: 52px;

            }

         }


/* Landscape tablets and medium desktops */

         @media (min-width: 992px) and (max-width: 1199px) {

            .banner-overlay-header{

             padding-top: 50px;
             padding-bottom: 30px;

             font-size: 52px;

            }

         }


 /* Portrait tablets and small desktops */

         @media (min-width: 768px) and (max-width: 991px) {


        .banner-overlay-header{

             padding-top: 50px;
             padding-bottom: 30px;

             font-size: 52px;

            }



         }

 /* Landscape phones and portrait tablets */

         @media (max-width: 767px) {

        .banner-overlay-header{

             padding-top: 30px;
             padding-bottom: 15px;

             font-size: 40px;

            }
         }

/* Portrait phones and smaller */

         @media (max-width: 480px) {

            .overlay-caption { font-size: 15px; }
            .banner-overlay-header{

                padding-top: 30px;
                padding-bottom: 15px;

                font-size: 39px;

         }

}

/*--------------------------------------------------------------
# Bootstrap Right Offset
--------------------------------------------------------------*/

/*
.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
*/


@media (min-width: 1400px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}




/*
 .video-col-lg-offset-1{

    margin-left: 7.78%;
 }

 .video-col-lg-offset-right-1 {
    margin-right: 7.78%;
  }
*/

/*--------------------------------------------------------------
# Carousel overrides - Sue
--------------------------------------------------------------*/

.carousel-indicators li { border: 1px solid #ef4e22; }
.carousel-indicators .active { background-color:#ef4e22; }
.carousel-indicators li:last-child { border-bottom: 1px solid #ef4e22; }




/*--------------------------------------------------------------
9. >>MODULES
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Text over image
--------------------------------------------------------------*/
.ribbon {
    position: relative;
}
.ribbon img {
    width: 100%;
}
.photo-caption {
    position: absolute;
    /*top: 15px;*/
    right: 30px;

    bottom: 15px;
    left: 30px;
    color: #fff;
    background: rgba(0,0,0,0.7);
}

/*--------------------------------------------------------------
# Content card
--------------------------------------------------------------*/


.content-card {


    border-top: 4px solid #d4d4d4;
    border-bottom: 4px solid #d4d4d4;

}

/*--------------------------------------------------------------
# Bottom Feature Box
--------------------------------------------------------------*/

.bottom-feature-box,
         .bottom-feature-box h2,
         .bottom-feature-box h3,
         .bottom-feature-box p {
             margin-bottom: 1.08em;
         }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

  .bottomaligned {position:relative; bottom:0;  margin-bottom:20px;}


/* CSHL Blue Buttons (<button> tags) */

        button.btn-learn-more-ag {
             border-radius: 4px;
             border: none;
             background: #004982;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
         }

         button.btn-learn-more-ag:hover {
             border-radius: 4px;
             border: none;
             background: #6588a8;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             background-repeat: no-repeat;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
         }
         button.btn-learn-more-ag:focus { color:#fff; }



    button.btn-learn-more-ag-red {
             border-radius: 4px;
             border: none;
             background: #8a132b;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
         }

         button.btn-learn-more-ag-red:hover {
             border-radius: 4px;
             border: none;
             background: #5d0d1d; /*#b5304b; */
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             background-repeat: no-repeat;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
         }
         button.btn-learn-more-ag-red:focus { color:#fff; }

 button.btn-learn-more-ag-gold {
             border-radius: 4px;
             border: none;
             background: #c5a750;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
         }

         button.btn-learn-more-ag-gold:hover {
             border-radius: 4px;
             border: none;
             background: #a88950; /*#f7e3a8; */
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             background-repeat: no-repeat;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
         }


/*CSHL Blue Button Fallback:*/

        a.btn-learn-more-ag {
             border-radius: 4px;
             border: none;
             background: #004982;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
         }

         a.btn-learn-more-ag:hover {
             border-radius: 4px;
             border: none;
             background: #6588a8;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             background-repeat: no-repeat;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
         }
        a.btn-learn-more-ag:focus { color:#fff; }


/*CSHL Blue Buttons:*/

        a.btn-learn-more-ag-blue {
             border-radius: 4px;
             border: none;
             background: #004982;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
         }

         a.btn-learn-more-ag-blue:hover {
             border-radius: 4px;
             border: none;
             background: #6588a8;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             background-repeat: no-repeat;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
         }
        a.btn-learn-more-ag-blue:focus { color:#fff; }

/*Green Buttons*/

    a.btn-learn-more-ag-green {
             border-radius: 4px;
             border: none;
             background: #b2d883;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
         }

         a.btn-learn-more-ag-green:hover {
             border-radius: 4px;
             border: none;
             background: #00ff99;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             background-repeat: no-repeat;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
         }

/*Light Blue Button*/

    a.btn-learn-more-ag-light-blue {
             border-radius: 4px;
             border: none;
             background: #6588a8;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
         }

         a.btn-learn-more-ag-light-blue:hover {
             border-radius: 4px;
             border: none;
             background: #004982;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             background-repeat: no-repeat;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
         }




/*Gold Button*/

    a.btn-learn-more-ag-gold {
             border-radius: 4px;
             border: none;
             background: #c5a750;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
         }

         a.btn-learn-more-ag-gold:hover {
             border-radius: 4px;
             border: none;
             background: #a88950; /*#f7e3a8; */
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             background-repeat: no-repeat;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
         }





/*Load More Button*/
.juicer-feed .j-paginate {

        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        font-weight: normal;                
             border-radius: 4px;
             border: none;
             background: #c5a750;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;

}


.juicer-feed:hover .j-paginate:hover {

        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        font-weight: normal;                
             border-radius: 4px;
             border: none;
             background: #f7e3a8;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             background-repeat: no-repeat;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;

}


/*WSBS Red*/

    a.btn-learn-more-ag-red {
             border-radius: 4px;
             border: none;
             background: #8a132b;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
         }

         a.btn-learn-more-ag-red:hover {
             border-radius: 4px;
             border: none;
             background: #5d0d1d; /*#b5304b; */
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             background-repeat: no-repeat;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
         }
         a.btn-learn-more-ag-red:focus { color:#fff; }




 /* Button Tweaks for Portrait tablets and small desktops */

         @media (min-width: 768px) and (max-width: 991px) {

 /*WSBS REd Button*/

        a.btn-learn-more-ag-red {
                 border-radius: 4px;
                 border: none;
                 
                 background: #8a132b;
                 color: white;
                 text-transform: uppercase;
                 letter-spacing: .02em;
                 padding: 10px 20px 10px 20px;
                 margin-top: 5px;
                 margin-bottom: 5px;
                 font-size: .8em;

             }



             a.btn-learn-more-ag-red:hover {
                 border-radius: 4px;
                 border: none;
                 background: #5d0d1d; /*#b5304b; */
                 color: white;
                 text-transform: uppercase;
                 letter-spacing: .02em;
                 background-repeat: no-repeat;
                 padding: 10px 20px 10px 20px;
                 margin-top: 5px;
                 margin-bottom: 5px;
                 font-size: .8em;
             }
             a.btn-learn-more-ag-red:focus { color:#fff; }


        /*Gold Button*/

        a.btn-learn-more-ag-gold {
                 border-radius: 4px;
                 border: none;
                 
                 background: #c5a750;
                 color: white;
                 text-transform: uppercase;
                 letter-spacing: .02em;
                 padding: 10px 20px 10px 20px;
                 margin-top: 5px;
                 margin-bottom: 5px;
                 font-size: .8em;

             }



             a.btn-learn-more-ag-gold:hover {
                 border-radius: 4px;
                 border: none;
                 background: #a88950; /*#f7e3a8; */
                 color: white;
                 text-transform: uppercase;
                 letter-spacing: .02em;
                 background-repeat: no-repeat;
                 padding: 10px 20px 10px 20px;
                 margin-top: 5px;
                 margin-bottom: 5px;
                 font-size: .8em;
             }

     /*Juicer load more button*/

        .juicer-feed .j-paginate {
                 
                 font-family: 'Source Sans Pro', sans-serif;
                 border-radius: 4px;
                 border: none;
                 
                 background: #c5a750;
                 color: white;
                 text-transform: uppercase;
                 letter-spacing: .02em;
                 padding: 10px 20px 10px 20px;
                 margin-top: 5px;
                 margin-bottom: 5px;
                 font-size: .8em;

             }



             .juicer-feed .j-paginate:hover {
                 font-family: 'Source Sans Pro', sans-serif;
                 border-radius: 4px;
                 border: none;
                 background: #f7e3a8;
                 color: white;
                 text-transform: uppercase;
                 letter-spacing: .02em;
                 background-repeat: no-repeat;
                 padding: 10px 20px 10px 20px;
                 margin-top: 5px;
                 margin-bottom: 5px;
                 font-size: .8em;
             }



        /*Light Blue Button*/

        a.btn-learn-more-ag-light-blue {
                 border-radius: 4px;
                 border: none;
                 
                 background: #6588a8;
                 color: white;
                 text-transform: uppercase;
                 letter-spacing: .02em;
                 padding: 10px 20px 10px 20px;
                 margin-top: 5px;
                 margin-bottom: 5px;
                 font-size: .8em;

             }



             a.btn-learn-more-ag-light-blue:hover {
                 border-radius: 4px;
                 border: none;
                 background: #004982;
                 color: white;
                 text-transform: uppercase;
                 letter-spacing: .02em;
                 background-repeat: no-repeat;
                 padding: 10px 20px 10px 20px;
                 margin-top: 5px;
                 margin-bottom: 5px;
                 font-size: .8em;
             }


        /*CSHL Blue Button <button> tag*/

            button.btn-learn-more-ag {
                 border-radius: 4px;
                 border: none;
                 background: #004982;
                 color: white;
                 text-transform: uppercase;
                 letter-spacing: .02em;
                 padding: 10px 20px 10px 20px;
                 margin-top: 5px;
                 margin-bottom: 5px;
                 font-size: .8em;

             }



             button.btn-learn-more-ag:hover {
                 border-radius: 4px;
                 border: none;
                 background: #6588a8;
                 color: white;
                 text-transform: uppercase;
                 letter-spacing: .02em;
                 background-repeat: no-repeat;
                 padding: 10px 20px 10px 20px;
                 margin-top: 5px;
                 margin-bottom: 5px;
                 font-size: .8em;
             }
             button.btn-learn-more-ag:focus { color:#fff; }


        /*CSHL Blue Button Fallback*/

            a.btn-learn-more-ag {
                 border-radius: 4px;
                 border: none;
                 background: #004982;
                 color: white;
                 text-transform: uppercase;
                 letter-spacing: .02em;
                 padding: 10px 20px 10px 20px;
                 margin-top: 5px;
                 margin-bottom: 5px;
                 font-size: .8em;

             }



             a.btn-learn-more-ag:hover {
                 border-radius: 4px;
                 border: none;
                 background: #6588a8;
                 color: white;
                 text-transform: uppercase;
                 letter-spacing: .02em;
                 background-repeat: no-repeat;
                 padding: 10px 20px 10px 20px;
                 margin-top: 5px;
                 margin-bottom: 5px;
                 font-size: .8em;
             }
             a.btn-learn-more-ag:focus { color:#fff; }

            /*CSHL Blue Button*/

            a.btn-learn-more-ag-blue {
                 border-radius: 4px;
                 border: none;
                 background: #004982;
                 color: white;
                 text-transform: uppercase;
                 letter-spacing: .02em;
                 padding: 10px 20px 10px 20px;
                 margin-top: 5px;
                 margin-bottom: 5px;
                 font-size: .8em;

             }



             a.btn-learn-more-ag-blue:hover {
                 border-radius: 4px;
                 border: none;
                 background: #6588a8;
                 color: white;
                 text-transform: uppercase;
                 letter-spacing: .02em;
                 background-repeat: no-repeat;
                 padding: 10px 20px 10px 20px;
                 margin-top: 5px;
                 margin-bottom: 5px;
                 font-size: .8em;
             }
        a.btn-learn-more-ag-blue:focus { color:#fff; }
     

          /*CSHL Green Buttons*/

            a.btn-learn-more-ag-green {
                 border-radius: 4px;
                 border: none;
                 background: #b2d883;
                 color: white;
                 text-transform: uppercase;
                 letter-spacing: .02em;
                 padding: 10px 20px 10px 20px;
                 margin-top: 5px;
                 margin-bottom: 5px;
                 font-size: .8em;

             }



             a.btn-learn-more-ag-green:hover {
                 border-radius: 4px;
                 border: none;
                 background: #00ff99;;
                 color: white;
                 text-transform: uppercase;
                 letter-spacing: .02em;
                 background-repeat: no-repeat;
                 padding: 10px 20px 10px 20px;
                 margin-top: 5px;
                 margin-bottom: 5px;
                 font-size: .8em;
             }

         }

/*--------------------------------------------------------------
# Impact Box
--------------------------------------------------------------*/

/*ca moved the h2 and h3 to the media-body area and set this to 0px so they are
 flush with the image so this style is no longer needed*/
 /* increases the h2 margin-top for impact boxes */

         div.impact h2 {
             margin-top: 0px;
         }

          div.impact-video h2 {
             margin-top: 0px;
         }

         

         div.impact h2,
         div.impact h3, 
         div.impact h4 {
             padding-left: 15px;
         }


          div.impact-video h2,
         div.impact-video h3, 
         div.impact-video h4 {
             padding-left: 0px;
         }

        div.media {
             margin-top: 15px;
             padding: 15px;
         }

        div.media-body, 
        div.media-body h2, 
        div.media-body h3,
        div.media-body h4,
        div.media-body p {
             padding: 0 15px;
         }


         .media-object-ag {
             max-width: 44%;
             height: auto;
             padding: 0 10px 10px 0;
         }


/*--------------------------------------------------------------
10. >>UTILITY 
--------------------------------------------------------------*/

.alignleft {
float:left;
margin-right:15px;
}
.alignright {
float:right;
margin-left:15px;
}

/*--------------------------------------------------------------
# Padding
--------------------------------------------------------------*/

.pad-5{

padding: 5px;

}

.pad-10 {


    padding: 10px;
}

.pad-15 {

padding: 15px;

}

.pad-20 {

padding: 20px;

}

.pad-25{

padding: 25px;


}

.pad-30 {

padding: 30px;


}


.pad-35 {

padding: 35px;

}

.pad-40 {

padding: 40px;


}


.pad-45 {

padding: 45px;

}

.pad-50 {


    padding: 50px;
}

.pad-top-10 {

    padding-top: 10px;
}

.pad-top-20 {

    padding-top: 20px;
}

.pad-top-30 {

    padding-top: 30px;
}

.pad-top-40 {

    padding-top: 40px;
}

.pad-top-50 {

    padding-top: 50px;
}

.pad-top-60 {

    padding-top: 60px;
}


/*--------------------------------------------------------------
# Margins
--------------------------------------------------------------*/

/*place this on the div container that the image is in to make it take up the full width*/
.img-margin-none {
    margin-right: -15px;
    margin-left: -15px;
}


 .area-start {
             margin-top: 10px;
}

.negative-margin-left-20 {

margin-left: -20px;

}


.bottom-margin-10 {

    margin-bottom: 10px;
}

.bottom-margin-15 {

    margin-bottom: 15px;
}

.bottom-margin-25 {

    margin-bottom: 25px;
}

.bottom-margin-50 {

    margin-bottom: 50px;
}


.bottom-margin-75 {

    margin-bottom: 75px;
}

.bottom-margin-100 {

    margin-bottom: 100px;
}

.top-margin-0 {
margin-top: 0;  
}

.top-margin-5 {

margin-top: 5px;

}

.top-margin-10 {

margin-top: 10px;

}

.top-margin-15 {

margin-top: 15px;

}

.top-margin-20 {

margin-top: 20px;

}

.top-margin-25 {

margin-top: 25px;

}

.top-margin-30 {

margin-top: 30px;

}

.top-margin-40 {

margin-top: 40px;

}

.top-margin-50 {

margin-top: 50px;

}

.top-margin-60 {

margin-top: 60px;

}

.top-margin-70 {

margin-top: 70px;

}

.top-margin-75 {

margin-top: 75px;

}

.top-margin-80 {

margin-top: 80px;

}

.top-margin-90 {

margin-top: 90px;

}


.top-margin-100 {

margin-top: 100px;

}


.top-margin-110 {

margin-top: 110px;

}


.top-margin-120 {

margin-top: 120px;

}


.top-margin-130 {

margin-top: 130px;

}


.top-margin-140 {

margin-top: 140px;

}


.top-margin-150 {

margin-top: 150px;

}




.top-margin-160 {

margin-top: 160px;

}


.top-margin-170 {

margin-top: 170px;

}


.top-margin-180 {

margin-top: 180px;

}


.top-margin-190 {

margin-top: 190px;

}


.top-margin-200 {

margin-top: 200px;

}


/*--------------------------------------------------------------
11. >>SPECIAL CASES AND TWEAKS 
--------------------------------------------------------------*/

/* MEDIA QUERY TWEAKS ############################################### */
    
         /* Large desktops and laptops */

         @media (min-width: 1200px) {
           /*  h2:after {
                 content: " (Large Width)";
             }*/

             h2.note-ag:after{

            content: "(Large Width)";

             }

             div.panel-heading a {
               /*  display: none; */
             }
             /* BASE  STYLES */
             .captionWrapper {
                 position: relative;
                 display: inline-block;
             }
             .captionWrapper img {
                 display: inline-block;
                 width: 100%;
             }
             div.captionCustom {
                 background: #005DAB;
                 top: 5%;
                 height: 90%;
                 padding: 10px;
                 position: absolute;
                 right: 2%;
                 width: 40%;
             }
             div.captionCustom p {
                 color: #fff;
                 font-size: .8em;
                 line-height: 1.4;
                 font-family: 'Noto Serif', serif;
             }
             div.captionCustom p:first-child {
                 margin-top: -5px;
             }
             div.captionCustom h3 {
                 font-size: 1.4em;
                 line-height: 1.4;
                 font-weight: normal;
                 color: white;
                 font-family: 'Noto Serif', serif;
             }

             .row-bread {
                 padding-left: 15px;
             }
             /* to horizontally align buttons */
             .min-heightify {
                 min-height: 625px;
             }
             .btnWrapper {
                 width: 90%;
                 margin-left: 10%;
             }
         }


         /* Landscape tablets and medium desktops */

         @media (min-width: 992px) and (max-width: 1199px) {
          /*   h2:after {
                 content: " (Medium Width)";
             }*/

               h2.note-ag:after{

            content: "(Medium Width)";

             }
             div.panel-heading a {
                /* display: none;*/
             }
             div.panel-heading a {
                 /* display: none;*/
             }
             /* CAPTION STYLES */
             .captionWrapper {
                 position: relative;
                 display: inline-block;
             }
             .captionWrapper img {
                 display: inline-block;
                 width: 100%;
             }
             div.captionCustom {
                 background: #005DAB;
                 top: 5%;
                 height: 90%;
                 padding: 10px;
                 position: absolute;
                 right: 2%;
                 width: 40%;
             }
             div.captionCustom p {
                 color: #fff;
                 font-size: .8em;
                 line-height: 1.4;
                 font-family: 'Noto Serif', serif;
             }
             div.captionCustom h3 {
                 font-size: 1.2em;
                 line-height: 1.4;
                 font-weight: normal;
                 color: white;
                 font-family: 'Noto Serif', serif;
             }


             .row-bread {
                 padding-left: 15px;
             }
             .active-parent-agsw {
                 background-position: left 35%;
             }
             /* to horizontally align buttons */
             .min-heightify {
                 min-height: 625px;
             }
             .btnWrapper {
                 width: 100%;
                 margin-left: 0px;
             }
             div.col-sm-2 a.give-main {
                 margin-top: 14px;
             }
         }



         /* Portrait tablets and small desktops */

         @media (min-width: 768px) and (max-width: 991px) {
             div.panel-heading a {
                /* display: none;*/
             }
          /*   h2:after {
                 content: " (Small Width)";
             }*/

               h2.note-ag:after{

            content: "(Small Width)";

             }

             div.panel-heading a {
                /* display: none;*/
             }
             div.captionCustom {
                 background: #005DAB;
                 height: 90%;
                 left: 0;
                 padding: 10px;
                 position: relative;
                 top: 100%;
                 width: 100%;
             }
             div.captionCustom p {
                 color: #fff;
                 font-size: .7em;
                 line-height: 1.3;
                 font-family: 'Noto Serif', serif;
             }
             div.container div.captionCustom h3 {
                 font-size: 1em;
                 line-height: 1.4;
                 font-weight: normal;
                 color: white;
                 font-family: 'Noto Serif', serif;
             }



             /* to horizontally align buttons */
             .min-heightify {
                 min-height: 350px;
             }

             .btnWrapper {
                 width: 100%;
                 margin-left: 0px;
             }
             div.col-sm-2 a.give-main {
                 margin-top: 16px;
             }
             .panel-heading {
                 padding: 10px 15px;
             }
         }



         /* Landscape phones and portrait tablets */

         @media (max-width: 767px) {
             div.panel-heading a {
                 display: inline-block;
                 color: #0072c6;
             }
          /*   h2:after {
                 content: " (Extra Small Width, Landscape)";
             }*/

               h2.note-ag:after{

            content: "(Extra Small, Landscape)";

             }

             div.panel-heading a {
                 display: inline-block;
                 color: #0072c6;
             }
             div.captionCustom {
                 background: #005DAB;
                 height: 90%;
                 left: 0;
                 padding: 10px;
                 position: relative;
                 top: 100%;
                 width: 100%;
             }
             div.captionCustom p {
                 color: #fff;
                 font-size: .7em;
                 line-height: 1.3;
                 font-family: 'Noto Serif', serif;
             }
             div.captionCustom h3 {
                 font-size: 1em;
                 line-height: 1.4;
                 font-weight: normal;
                 color: white;
                 font-family: 'Noto Serif', serif;
             }

             div.container h1 {
                 padding-left: 0px;
             }
             .row-bread {
                 padding-left: 0px;
             }

             .btnWrapper {
                 width: 100%;
                 margin-left: 0px;
             }

             div.col-sm-2 a.give-main {
                 margin-top: 0px;
             }
                .panel-heading {
                 padding: 10px 15px;
             }
         }



         /* Portrait phones and smaller */

         @media (max-width: 480px) {
             div.panel-heading a {
                 display: inline-block;
                 color: #0072c6;
             }
         /*    h2:after {
                 content: " (Extra Small Width, Portrait)";
             }*/


               h2.note-ag:after{

            content: "(Extra Small, Portrait)";

             }

             div.captionCustom {
                 background: #005DAB;
                 height: 90%;
                 left: 0;
                 padding: 10px;
                 position: relative;
                 top: 100%;
                 width: 100%;
             }
             div.captionCustom p {
                 color: #fff;
                 font-size: .7em;
                 line-height: 1.3;
                 font-family: 'Noto Serif', serif;
             }
             div.container div.captionCustom h3 {
                 font-size: 1em;
                 line-height: 1.4;
                 font-weight: normal;
                 color: white;
                 font-family: 'Noto Serif', serif;
             }
             .media-object-ag {
                 float: none !important;
                 height: auto;
                 max-width: 100%;
                 padding: 0;
                 width: 100%;
             }
             .panel-heading {
                 padding: 10px 15px;
             }
             div.media {
                 padding: 0px;
             }


            div.media-body
            div.media-body h2, 
            div.media-body h3,
            div.media-body h4,
            div.media-body p
              {
                 padding: 5px 0;
             }
             div.impact h2,
             div.impact h3 {
                 padding-left: 0px;
             }

                          .btnWrapper {
                 width: 100%;
                 margin-left: 0px;
             }

             div.col-sm-2 a.give-main {
                 margin-top: 0px;
             }
         }

/*--------------------------------------------------------------
# AG Strategic Notation Classes
--------------------------------------------------------------*/


h2.note-ag {
   padding: 10px;
   border: 1px solid;
   margin-top: 100px;
   margin-bottom: 50px;
   color: orange;
   text-transform: uppercase;
   font-family: Arial;
}

h2.note-ag:after {
   content: none;
}

/*--------------------------------------------------------------
# AG Strategic Equal Height Columns
--------------------------------------------------------------*/
body:not(.home) .flex,
body:not(.home) .flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

body:not(.home) .eqht-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-content: stretch;
    -webkit-flex-direction: column;
    -webkit-align-content: stretch;
}

body:not(.home) .eqht-wrapper-body {
    display: flex;
    display: -webkit-flex;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-flex-direction: column;

}

body.home #main > div.row.area-start.flex.ag-eqht.row-special-gray.home-know-us, .flex.ag-eqht.row-special-gray.home-know-us > div[class*='col-']  {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

body.home #main > div.row.area-start.flex.ag-eqht.row-special-gray.home-know-us  .eqht-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-content: stretch;
    -webkit-flex-direction: column;
    -webkit-align-content: stretch;
}

body.home #main > div.row.area-start.flex.ag-eqht.row-special-gray.home-know-us  .eqht-wrapper-body {
    display: flex;
    display: -webkit-flex;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-flex-direction: column;

}

.participate-home { margin-bottom:40px; }

@media only screen and (min-width: 900px) {
body.home.page-template-homepageTest #main > div.row.area-start.flex.ag-eqht.participate-home, .flex.ag-eqht.participate-home > div[class*='col-'], body.home.page-template-homepage #main > div.row.area-start.flex.ag-eqht.participate-home
 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

body.home.page-template-homepageTest div.participate-home .eqht-wrapper, body.home.page-template-homepage div.participate-home .eqht-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-content: stretch;
    -webkit-flex-direction: column;
    -webkit-align-content: stretch;
}

body.home.page-template-homepageTest div.participate-home .eqht-wrapper-body, body.home.page-template-homepage div.participate-home .eqht-wrapper-body {
    display: flex;
    display: -webkit-flex;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-flex-direction: column;

}
}

div.row.area-start.flex.ag-eqht.participate-home > div.col-xs-12.col-sm-6.col-md-3 {
margin-top:15px;
}
/* hide the recurring info here */
div.row.area-start.flex.ag-eqht.participate-home > div.col-xs-12.col-sm-6.col-md-3 div.recurringinfo {
	display: none;	
}
.eqht-wrapper-body div.pad-10 {
    width: 100%;    
}   

.force-width-100 {

    width:100%;
}

.testimonial-text-box{  
   /* padding-left: 30%; 
    padding-right:20%*/
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 600px) {
    .ag-eqht {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .eqht-wrapper {
        margin-top: 15px;
    }
}




/*--------------------------------------------------------------
# This targets IE10 and IE11 and turns off flexbox on the callouts
--------------------------------------------------------------*/

@media all and (-ms-high-contrast:none)
     {


	div.eqht-wrapper-body {
	display:block !important;
		}
	#main > div.row.area-start.flex.ag-eqht.participate-home > div.col-xs-12.col-sm-6.col-md-3, div.eqht-wrapper.gray-border  {
  	display:block !important;
  	}
  
     }

/*--------------------------------------------------------------
#  Fixes 
--------------------------------------------------------------*/

div[class*='col-'] ul li {

    font-family: 'Noto Serif', serif;
    font-size: 16px;
    line-height:1.8em;

}

/*--------------------------------------------------------------
# These are the Offnav Drawer styles - rcg
--------------------------------------------------------------*/


 .drawer-open {
        overflow: hidden!important
    }   
    .drawer-nav {
        position: fixed;
        z-index: 2;
        top: 0;
        overflow: hidden;
        width: 16.25rem;
        height: 100%;
        color: #222;
        background-color: #fff
    }    
    .drawer-brand {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 3.75rem;
        display: block;
        padding-right: .75rem;
        padding-left: .75rem;
        text-decoration: none;
        color: #222
    }    
    .drawer-menu {
        margin: 0;
        padding: 0;
        list-style: none
    }
    
    .drawer-menu-item {
        font-size: 1rem;
        display: block;
        padding: .75rem;
        text-decoration: none;
        color: #222
    }
    
    .drawer-menu-item:hover {
        text-decoration: underline;
        color: #555;
        background-color: transparent
    }
    
    .drawer-overlay {
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .2)
    }
    
    .drawer-open .drawer-overlay {
        display: block
    }
    
    .drawer--top .drawer-nav {
        top: -100%;
        left: 0;
        width: 100%;
        height: auto;
        max-height: 100%;
        -webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
        transition: top .6s cubic-bezier(.19, 1, .22, 1)
    }
    
    .drawer--top.drawer-open .drawer-nav {
        top: 0
    }
    
    .drawer--top .drawer-hamburger,
    .drawer--top.drawer-open .drawer-hamburger {
        right: 0
    }
    
    .drawer--left .drawer-nav {
        left: -16.25rem;
        -webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
        transition: left .6s cubic-bezier(.19, 1, .22, 1)
    }
    
    .drawer--left .drawer-hamburger,
    .drawer--left.drawer-open .drawer-nav,
    .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
        left: 0
    }
    
    .drawer--left.drawer-open .drawer-hamburger {
        left: 16.25rem
    }
    
    .drawer--right .drawer-nav {
        right: -16.25rem;
        -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
        transition: right .6s cubic-bezier(.19, 1, .22, 1)
    }
    
    .drawer--right .drawer-hamburger,
    .drawer--right.drawer-open .drawer-nav,
    .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
        right: 0
    }
    
    .drawer--right.drawer-open .drawer-hamburger {
        right: 16.25rem
    }
    
    .drawer-hamburger {
        position: fixed;
        z-index: 4;
        top: 0;
        display: block;
        box-sizing: content-box;
        width: 3rem;
        padding: 0;
        padding: 5px 1rem;
        /*padding: 18px 1rem 30px;*/
        -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
        transition: all .6s cubic-bezier(.19, 1, .22, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        border: 0;
        outline: 0;
        background-color: transparent;
    }
    
    .drawer-hamburger:hover {
        cursor: pointer;
        background-color: transparent;
    }
    
    .drawer-hamburger-icon {
        position: relative;
        display: block;
        margin-top: 9px;
        -webkit-transform: unset;
        transform: unset;
    }
    
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        width: 100%;
        height: 2px;
        -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
        transition: all .6s cubic-bezier(.19, 1, .22, 1);
        background-color: #222
    }
    
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        position: absolute;
        top: -9px;
        left: 0; 
        content: " ";
    }

    .drawer-open .drawer-hamburger-icon:after,
    .drawer-open .drawer-hamburger-icon:before {
        position: absolute;
        top: -22px;
        left: 0; 
        content: " ";
    }

    @media (min-width:992px) {
    	.drawer-open .drawer-hamburger-icon:after,
    	.drawer-open .drawer-hamburger-icon:before { 
    		top: -22px;
        	left: -12px;
		}
	}

    .drawer-hamburger-icon:after {
        top: 9px;
    }
    
    .drawer-open .drawer-hamburger-icon {
        background-color: transparent
    }
    
/*    .drawer-open .drawer-hamburger-icon:after,
    .drawer-open .drawer-hamburger-icon:before {
        top: 0
    }*/
    
    .drawer-open .drawer-hamburger-icon:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    
    .drawer-open .drawer-hamburger-icon:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    .sr-only {
        position: absolute;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
    
    .sr-only-focusable:active,
    .sr-only-focusable:focus {
        position: static;
        overflow: visible;
        clip: auto;
        width: auto;
        height: auto;
        margin: 0
    }
    
    .drawer--sidebar,
    .drawer--sidebar .drawer-contents {
        background-color: #fff
    }
    
    @media (min-width:64em) {
        .drawer--sidebar .drawer-hamburger {
            display: none;
            visibility: hidden
        }
        .drawer--sidebar .drawer-nav {
            display: block;
            -webkit-transform: none;
            transform: none;
            position: fixed;
            width: 12.5rem;
            height: 100%
        }
        .drawer--sidebar.drawer--left .drawer-nav {
            left: 0;
            border-right: 1px solid #ddd
        }
        .drawer--sidebar.drawer--left .drawer-contents {
            margin-left: 12.5rem
        }
        .drawer--sidebar.drawer--right .drawer-nav {
            right: 0;
            border-left: 1px solid #ddd
        }
        .drawer--sidebar.drawer--right .drawer-contents {
            margin-right: 12.5rem
        }
        .drawer--sidebar .drawer-container {
            max-width: 48rem
        }
    }
    
    @media (min-width:75em) {
        .drawer--sidebar .drawer-nav {
            width: 16.25rem
        }
        .drawer--sidebar.drawer--left .drawer-contents {
            margin-left: 16.25rem
        }
        .drawer--sidebar.drawer--right .drawer-contents {
            margin-right: 16.25rem
        }
        .drawer--sidebar .drawer-container {
            max-width: 60rem
        }
    }
    
    .drawer--navbarTopGutter {
        padding-top: 3.75rem
    }
    
    .drawer-navbar .drawer-navbar-header {
        border-bottom: 1px solid #ddd;
        background-color: #fff
    }
    
    .drawer-navbar {
        z-index: 3;
        top: 0;
        width: 100%
    }
    
    .drawer-navbar--fixed {
        position: fixed
    }
    
    .drawer-navbar-header {
        position: relative;
        z-index: 3;
        box-sizing: border-box;
        width: 100%;
        height: 3.75rem;
        padding: 0 .75rem;
        text-align: center
    }
    
    .drawer-navbar .drawer-brand {
        line-height: 3.75rem;
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0;
        text-decoration: none
    }
    
    .drawer-navbar .drawer-brand:hover {
        background-color: transparent
    }
    
    .drawer-navbar .drawer-nav {
        padding-top: 3.75rem
    }
    
    .drawer-navbar .drawer-menu {
        padding-bottom: 7.5rem
    }
    
    @media (min-width:64em) {
        .drawer-navbar {
            height: 3.75rem;
            border-bottom: 1px solid #ddd;
            background-color: #fff
        }
        .drawer-navbar .drawer-navbar-header {
            position: relative;
            display: block;
            float: left;
            width: auto;
            padding: 0;
            border: 0
        }
        .drawer-navbar .drawer-menu--right {
            float: right
        }
        .drawer-navbar .drawer-menu li {
            float: left
        }
        .drawer-navbar .drawer-menu-item {
            line-height: 3.75rem;
            padding-top: 0;
            padding-bottom: 0
        }
        .drawer-navbar .drawer-hamburger {
            display: none
        }
        .drawer-navbar .drawer-nav {
            position: relative;
            left: 0;
            overflow: visible;
            width: auto;
            height: 3.75rem;
            padding-top: 0;
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }
        .drawer-navbar .drawer-menu {
            padding: 0
        }
        .drawer-navbar .drawer-dropdown-menu {
            position: absolute;
            width: 16.25rem;
            border: 1px solid #ddd
        }
        .drawer-navbar .drawer-dropdown-menu-item {
            padding-left: .75rem
        }
    }
    
    .drawer-dropdown-menu {
        display: none;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: #fff
    }
    
    .drawer-dropdown-menu>li {
        width: 100%;
        list-style: none
    }
    
    .drawer-dropdown-menu-item {
        line-height: 3.75rem;
        display: block;
        padding: 0;
        padding-right: .75rem;
        padding-left: 1.5rem;
        text-decoration: none;
        color: #222
    }
    
    .drawer-dropdown-menu-item:hover {
        text-decoration: underline;
        color: #555;
        background-color: transparent
    }
    
    .drawer-dropdown.open>.drawer-dropdown-menu {
        display: block
    }
    
    .drawer-dropdown .drawer-caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 4px;
        -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
        transition: opacity .2s ease, -webkit-transform .2s ease;
        transition: transform .2s ease, opacity .2s ease;
        transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent
    }
    
    .drawer-dropdown.open .drawer-caret {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    
    .drawer-container {
        margin-right: auto;
        margin-left: auto
    }
    
    @media (min-width:64em) {
        .drawer-container {
            max-width: 60rem
        }
    }
    
    @media (min-width:75em) {
        .drawer-container {
            max-width: 70rem
        }
    }
    /*!------------------------------------*\
    Right
\*!------------------------------------*/
 
    .drawer-nav {
        position: fixed;
        z-index: 10000000;
        top: 0;
        overflow: hidden;
        width: 250px;
        height: 100%;
        color: #222;
        background-color: #fff;
    }
    
    .drawer--right .drawer-nav {
        right: -300px;
        -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        padding: 5px 5px 0 5px;
    }
    
    .drawer--right .drawer-nav ul li a {
        font-family: Source Sans Pro;
    }
    
    .drawer--right .drawer-nav ul li {
        list-style-type: none;
        border-bottom: 1px dotted #999;
        width: 90%;
    }
    
    .drawer--right .drawer-hamburger,
    .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
        right: 25px;
    }
    /* dealing with close button visibility rcg */
    .drawer--right.drawer-open .drawer-hamburger {
        right: 250px;
        top: 35px !important;
/*        top: 30px !important; */
        background: white;
        border-bottom-left-radius: 6px;
        padding-top: 35px;
    }
    
    #main>div>button.drawer-hamburger {
        top: /*77px;*/ 53px; 
    }
    /*#main>div.insite-nav span { margin:48px 0 0 15px!important; }*/
    @media (min-width:992px) {
    	#main>div>button.drawer-hamburger { top:37px; }
    	#main>div.insite-nav span { margin:25px 0 0 15px!important; }
    	.drawer--right .drawer-hamburger,
    	.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
        	right: 40px; /*25px;*/
    	}
    	.drawer--right.drawer-open .drawer-hamburger { padding-top: 25px; }


    }
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        background-color: #004982;
    }
    
    ul.drawer-menu {
        padding-bottom: 60px;
    }
    
    .insite-nav {
        position: fixed;
        top: 37px; /*4px; */
        right: 18px;
        width: auto;
        height: auto;
        z-index: 10000;
        color: #004982;
        font-size: 10px;
        font-family: 'Source Sans Pro';
        text-transform: uppercase;
        /*  background:rgba(0, 73, 130, 0.9);*/
    }
    
    /* Offnav general tweaks rcg */
    
    ul.drawer-menu {
        margin-left: 10px;
        padding: 5px;
    }
    
    .drawer-menu li {
        font-weight: normal;
    }
    
    ul.children {
        margin-left: -7px;
    }
    
    #main > nav > ul > li.ancestors a,
    h3.ancestors {
        margin-left: -9px;
    }


/*--------------------------------------------------------------
# Subsite right-hand drawer -
--------------------------------------------------------------*/
@media only screen and (max-width: 891px) {
.drawer--right .drawer-nav, div.insite-nav {
    display: none;
}
}
@media only screen and (min-width: 892px) {
.drawer--right .drawer-nav, div.insite-nav{
    display: block;
}
}

/*--------------------------------------------------------------
#  Offnav menu tweaks to to deal with child uls that render on three lines
--------------------------------------------------------------*/ 


.drawer--right .drawer-nav ul ul ul ul li  {
    line-height: 1.2;
    }
    
.drawer--right .drawer-nav ul ul ul ul li:last-child,.drawer--right .drawer-nav ul li:last-child, .drawer--right .drawer-nav ul ul li:last-child, .drawer--right .drawer-nav ul li:last-child, ul ul ul, li:last-child{
    border-bottom: none;
}

/*--------------------------------------------------------------
# Fix so that you can scroll the mobile menu - rcg
--------------------------------------------------------------*/
@media (max-width:891px) {
    /*div#content.site-content {
    margin-top: 0px;
    }*/
    main.site-main{
    margin-top: 0px;        
    }
}
@media (min-width:892px) {
    body {
    margin-top:90px;
    height:100%;
    }
    .navbar-static-top {
    position:fixed;
    top:0;
    right:0;
    left:0;
    }
    /*div#content.site-content {
    margin-top: -10px;
    }*/
    main.site-main{
    margin-top: 0px;        
    }

    div.media.profile {
    margin-top: 20px;
    }
    div.carousel-inner {
    margin-top: 0px;
    }
}

@media (max-width:891px) {
    div.carousel-inner {
    margin-top: -20px;
    }   
    div.media.profile {
    margin-top: 0px;
    }
}
/*--------------------------------------------------------------
# Fix so that undersized slides dont fail at retina and new top margin
--------------------------------------------------------------*/

div#myCarousel .carousel-inner>.item>img {
max-width: none;
width: 100%;
display: none;
}

div.carousel-inner {

height: 90vh;

}
/* shallower newsstand carousel */ 
body.page-template-newsstand div.carousel-inner {
height: 65vh;
}
body.page-template-newsstand div.carousel-inner .item{
background-position:center top;	
}	

body.page-template-newsstand .carousel-caption {
	padding-bottom: 60px;	
}
@media (max-width:480px) {
body.page-template-newsstand .carousel-caption {
   padding-bottom: 5px;
	}	
}
ol.carousel-indicators{

bottom:37px;

}



/*--------------------------------------------------------------
# Fix because inline style getting injected into figures
--------------------------------------------------------------*/

figure.wp-caption.alignleft {
	width: 40%;
}
figure.wp-caption.alignright {
	width: 40%;
}
figure.wp-caption.aligcenter{
	width: 100%;
}

body.single-post figure img, body.page figure img {
	width:auto ;
	max-width:100%;
	height:auto;	
}
.percent40 {
    width: 40%; /* 50%; updated by Sue 3/22/18 */
    margin-bottom:20px; /* added by Sue 3/22/18 */
    height: auto;
}

/*--------------------------------------------------------------
# Make left and right aligned images full width on mobile - Sue
--------------------------------------------------------------*/
@media (max-width:991px) {
	.percent40 { width: 100%; float:none; margin:auto auto 20px auto; }
	figure.wp-caption.alignleft,
	figure.wp-caption.alignright { width: 100%; float:none; margin:auto; }
	figure.wp-caption.alignleft img,
	figure.wp-caption.alignright img { width:100%; }
}


/*--------------------------------------------------------------
# Offset #anchor links so the content is visible and not covered 
# by the navbar - Sue
--------------------------------------------------------------*/
a.top-offset { position:absolute; top:-90px; }


/*--------------------------------------------------------------
# Position the Yoast plugin breadcrumbs
--------------------------------------------------------------*/
/* Breadcrumb border-bottom commented out by Sue */
/*#breadcrumbs span {
border-bottom: 1px solid #8f8f8f;
padding-bottom:2px;
}*/
#breadcrumbs a {
padding-bottom:2px;
}

p#breadcrumbs.landingbread {
margin-top: 20px;
margin-bottom:0px;
font-family: "Source Sans Pro", sans-serif;
}

p#breadcrumbs.detailbread {
margin-top: 24px;
margin-bottom:0px;
font-family: "Source Sans Pro", sans-serif;
}

p#breadcrumbs.profilebread {
margin-top: 24px;
margin-bottom:0px;
font-family: "Source Sans Pro", sans-serif;
}

/*@media (max-width:991px) {
	p#breadcrumbs.detailbread { margin-top: 50px; }
}*/


/*--------------------------------------------------------------
# Custom Post BreadCrumb Bottom Margin - moves featured image and
# Headline below breadcrumb
# CA 9/1
--------------------------------------------------------------*/
p#breadcrumbs.postbread {
margin-top: 24px;
/*margin-bottom:45px;*/
font-family: "Source Sans Pro", sans-serif;

}

/* Breadcrumb border-bottom commented out by Sue */
/*p#breadcrumbs.postbread span {
border-bottom: 1px solid #8f8f8f;
padding-bottom: 2px;
}*/


@media screen and (max-width:891px){
    p#breadcrumbs.profilebread {
    margin-top: 15px;
    margin-bottom:0px;
    }
    p#breadcrumbs.detailbread {
    margin-top: 4px;
    margin-bottom:0px;
    }

    p#breadcrumbs.postbread {
    margin-top: 5px;
    margin-bottom:5px;
    
    }
}


/*--------------------------------------------------------------
# Custom Post BreadCrumb Bottom Margin ** Special for Events **
# Headline below breadcrumb
# CA 9/1
--------------------------------------------------------------*/
p#breadcrumbs.postbreadEvent {
margin-top: 45px;
/*margin-bottom:45px;*/  /* unlike other posts, doesn't need the margin bottom because has h2 caa */
font-family: "Source Sans Pro", sans-serif;

}


/* Breadcrumb border-bottom commented out by Sue */
/*p#breadcrumbs.postbreadEvent span {
border-bottom: 1px solid #8f8f8f;
padding-bottom: 2px;
}*/


@media screen and (max-width:891px){
    p#breadcrumbs.profilebreadEvent {
    margin-top: 15px;
    margin-bottom:0px;
    }
    p#breadcrumbs.detailbreadEvent {
    margin-top: 5px;
    margin-bottom:0px;
    }

    p#breadcrumbs.postbreadEvent {
    margin-top: 5px;
    margin-bottom:5px;
    
    }
}

/*--------------------------------------------------------------
# style the utility links
--------------------------------------------------------------*/
#topContent {
width:100%;
background-color:#fff;
border-bottom:
1px solid #eee;
}

/*--------------------------------------------------------------
# css columns just to dress up plain pages rcg
--------------------------------------------------------------*/
.csscolumns2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    
}
.csscolumns2 p {
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

@media screen and (max-width:480px){
.csscolumns2 {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
}
/*--------------------------------------------------------------
# table addl. class for simple two td tables to line things up on pages rcg
--------------------------------------------------------------*/
table.table-cshl-2 > tbody > tr > td {
width:50%;
font-family:'Noto Serif', serif;
font-size: 16px;
padding-left: 0px;
/*border-bottom:1px solid #eee;*/
border:none;
}
table.table-cshl-2 > tbody > tr > td:nth-child(1){
background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
   -moz-background-size:100% 1px;
   background-size: 100% 1px;
   background-position:0 0,  0 100% ;
   background-repeat:no-repeat;
   border: none;
}
table.table-cshl-2 > tbody > tr > td:nth-child(2) {
 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    -moz-background-size:100% 1px;
    background-size: 100% 1px;
    background-position:0 0,  0 100% ;
    background-repeat:no-repeat;
    border: none;
}


.ag-eqht.row-special-gray div div {
background:white;
}

.row-special-gray {
padding:30px 0;
background-size:100% 100%;
background-repeat:no-repeat;
background-position:49%;
background-image: linear-gradient(to right, rgba(238, 238, 238,1), rgba(238, 238, 238,1));
}

/*.row-special-gray {

margin-left: 0px;
margin-right: 0px;
padding:20px 0 20px 0;
background-size:84% 100%;
background-repeat:no-repeat;background-position:49%;
background-image: linear-gradient(to right, rgba(238, 238, 238,1), rgba(238, 238, 238,1));
background-position: center ;
}
*/

.ag-eqht.row-special-gold div div {
background:white;
}


.row-special-gold {

margin-left:15px;
margin-right:15px;
padding:20px 0 20px 0;
background-size:84% 100%;
background-repeat:no-repeat;background-position:49%;
background-image: linear-gradient(to right, rgba(197, 167, 80, 1), rgba(197, 167, 80, 1))
}


.h2-special-gray {
background-size: 100%;
margin-left:-15px;
margin-right:-15px;
margin-bottom: -10px;

}


@media screen and (max-width:1399px){

.row-special-gray {
background-size: 100%;
margin-left:-15px;
margin-right:-15px;

}

.row-special-gold {
background-size: 100%;
margin-left:0;
margin-right:0;

}
}

.h2-special-gray {
padding:30px 0px 0px 0px;
background-size:100% 100%;
background-repeat:no-repeat;background-position:49%;
background-image: linear-gradient(to right, rgba(238, 238, 238,1), rgba(238, 238, 238,1))
}

/*.h2-special-gray {

margin-left: 3px;
margin-right: -3px;
padding:20px 0 20px 0;
background-size:84% 100%;
background-repeat:no-repeat;background-position:49%;
background-image: linear-gradient(to right, rgba(238, 238, 238,1), rgba(238, 238, 238,1))
}*/

@media screen and (max-width:1399px){

.h2-special-gray {
background-size: 100%;
margin-left:-15px;
margin-right:-15px;

margin-bottom: -10px;

}
}

/*--------------------------------------------------------------
# footer color tweaks -- rcg 
--------------------------------------------------------------*/
footer.entry-footer, footer.comment-meta {
background:white;       
}

/*--------------------------------------------------------------
# video gallery overrides -- rcg
--------------------------------------------------------------*/
.yrc-shell-cover {
    
    width: 100%;
    
}

.yrc-item .yrc-thumb {
    transform: scale(1);
    
}

/*--------------------------------------------------------------
# soundcloud overrides -- rcg/ca
--------------------------------------------------------------*/

/*.more-soundcloud-box{
    max-height:900px;    
}*/



      
         /* Landscape phones and portrait tablets */
         
         @media (max-width: 767px) {

            .more-soundcloud-box{
                min-height:500px;    
            }
             
         }
         
         
         
         /* Portrait phones and smaller */
         
         @media (max-width: 480px) {

            .more-soundcloud-box{
             min-height:500px;    
            }
             
             }
    
    /*--------------------------------------------------------------
    #  applying p styles to just text in a div -- rcg
    --------------------------------------------------------------*/ 
       div.row.area-start div {
            font-family: 'Noto Serif', serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 25.5px;
         }


/*--------------------------------------------------------------
#  tribe events overrides - Sue
--------------------------------------------------------------*/
.tribe-events-loop .tribe-events-event-meta { 
	font-weight:400!important; 
	font-size:15px!important; 
}
.tribe-events-list .time-details, .tribe-events-list .tribe-events-venue-details { line-height:1.5!important; }
.tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-meta { margin:10px 0 15px 0!important; }
.tribe-events-list .tribe-events-list-event-title,
.tribe-events-page-title { font-size: 28px!important; line-height: 31px; }
.recurringinfo { margin:5px 0 15px 7px!important; vertical-align:baseline!important; }
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next { margin-left:0!important; }
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous { margin-right:0!important; }

@media only screen and (min-width: 769px) {
.tribe-events-list .tribe-events-list-event-title,
.tribe-events-page-title { font-size:33px!important; line-height: 38px; }
.recurringinfo { margin:5px 0 10px 0!important; }

}

  /*--------------------------------------------------------------
  #  tribe events overrides, etc. -- rcg
  --------------------------------------------------------------*/    
    .single-tribe_events .tribe-events-single-event-title {
    letter-spacing:normal;      
    }
/*--------------------------------------------------------------
#  student events. -- rcg
--------------------------------------------------------------*/    
    p.citeyear{     
    font-size: 1.2em;   
    font-weight:bold;
    }   
/*--------------------------------------------------------------
#  public events, make only these buttons yellow -- rcg
--------------------------------------------------------------*/        

body.page-template-flexible-content-template-events-php a.btn-learn-more-ag {   
    background:#c5a750; 
}

/*--------------------------------------------------------------
#  tweak to make galleries work -- rcg
--------------------------------------------------------------*/    
.gallery-item {
    width: 49%;
}

/*--------------------------------------------------------------
#  tweak to make auto generated lists of child pages prettier -- rcg
--------------------------------------------------------------*/   

article div.area-start li.page_item {
    list-style-type: square;    
}
ul.display-posts-listing li.listing-item {
    list-style-type: none;
    padding-top:7px;
    clear: both;    
}
ul.display-posts-listing li.listing-item a.title {
    margin-top: 100px;  
    
}
li.listing-item a.image img.attachment-medium.size-medium.wp-post-image {
width: 250px;
height:auto;
float: left;
padding-right: 7px;
padding-top: 3px;
padding-bottom:3px;
}

div.listing-item{
clear: both;
border-bottom:1px solid #e1e1e1;
display:flex;
display: -webkit-flex;
align-items: center;
padding-bottom:0px;
padding-top:0px;
}
div.listing-item a.image img.attachment-medium.size-medium.wp-post-image, body.page-template-archive-stafflisting div.listing-item a.image img, body.page-template-piprofile div.listing-item a.image img  {
width: 250px;
height:auto;
float: left;
padding-right: 7px;
padding-top: 5px;
padding-bottom:5px;
}
div.listing-item a.title {
float: left;
font-weight: bold;
margin-top: -12px;
}

div.tab-pane  ul.display-posts-listing {
padding-left:5px;   
}
ul.student-perspectives li{
list-style:square;  
}

/* stack the program page news listings at mobile */
@media (max-width: 599px) {

div.listing-item {
display: block;	
padding-bottom:8px;
padding-top:8px;
}
div.listing-item a.image img.attachment-medium.size-medium.wp-post-image, body.page-template-archive-stafflisting div.listing-item a.image img, body.page-template-piprofile div.listing-item a.image img {
width: 100%;
height:auto;
float: none;
padding-right: 0px;
padding-top: 5px;
padding-bottom:5px;
}

div.listing-item a.title {
float: none;
font-weight: bold;
margin-top: 0px;
}
               
}

/*ul.juicer-feed.j-initialized.j-modern.j-desktop.user.colored-icons.loaded {

    max-height: 5000px;

}*/


/*--------------------------------------------------------------
#  overriding bootstrap vertical align for specific td elements -- rcg
--------------------------------------------------------------*/   
.table > tbody > tr > td.vmiddle {
 vertical-align: middle;
}

/*--------------------------------------------------------------
#  Dealing with different code structure in pi profile template 
as compared to other places where we bung in the offnav menu -- rcg
--------------------------------------------------------------*/   

body.page-template-piprofile-php #content > div > div > div.insite-nav > button {
top: 45px;
}

/*--------------------------------------------------------------
#  Dealing with conditional float in research staff listing text fields -- rcg
--------------------------------------------------------------*/ 
.conditional-floatright {
    float: right;
    padding: 10px;
    max-width: 100%;
    width: 40%;
    height: auto;       
}

@media (max-width: 700px) {
.conditional-floatright {
    float: none;
    padding: 0 0 10px 0; 
    width: 100%;
    }             
}

/*--------------------------------------------------------------
#  emergency nav fix for ipad portrait -- rcg
--------------------------------------------------------------*/ 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
div.menu-container{
    margin-top:60px;    
    }
}

/*--------------------------------------------------------------
#  style for floated program logos to avoid pixellation on retina
while still floating on mobile (images for which available source
less than 480) -- rcg
--------------------------------------------------------------*/ 
.floated-logo {
width: 250px; 
height: auto;   
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px;
    border-bottom: none;
}

/*--------------------------------------------------------------
#  override for excessive h1 margin -- rcg
--------------------------------------------------------------*/ 

header.page-header {    
margin-bottom:0px;  
margin-top:0px;
}

h1 {        
line-height: 52px;
margin-top: 10px;
}

/* added by Sue 3/26/18 */
@media (max-width:768px) {
	h1 { line-height:35px; }
}

/*--------------------------------------------------------------
#  Archive Pages Nav Overrides -- ca
--------------------------------------------------------------*/ 

div#ag-archive-navigation { margin-top:25px; font-family:'Source Sans Pro', sans-serif; }

#ag-archive-navigation a {
width:200px;
margin-left: 5px;
    float:left;
    border-radius: 4px;
             border: none;
             background: #004982;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
             text-align: center;


}



#ag-archive-navigation a:hover{
    width:200px;
    float: left;
    border-radius: 4px;
             border: none;
             background: #6588a8;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             background-repeat: no-repeat;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
             text-align: center;
	text-decoration:none;
}





/*

#ag-archive-navigation div.nav-previous {
width:150px;
    float:left;
    border-radius: 0;
             border: none;
             background: #004982;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
             text-align: center;


}

#ag-archive-navigation div.nav-previous a {

    text-decoration: none;
    color:white;
}

#ag-archive-navigation div.nav-previous a:hover {

    text-decoration: none;
    color:white;
}

#ag-archive-navigation div.nav-previous:hover{
    width:150px;
    float: left;
    border-radius: 0;
             border: none;
             background: #6588a8;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             background-repeat: no-repeat;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
             text-align: center;

}


#ag-archive-navigation div.nav-next {
    width:150px;
    margin-left: 5px;
    float:right;
    border-radius: 0;
             border: none;
             background: #004982;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
             text-align: center;

}

#ag-archive-navigation div.nav-next:hover {
             width:150px;
    margin-left: 5px;
    float:right;
            border: none;
             background: #6588a8;
             color: white;
             text-transform: uppercase;
             letter-spacing: .02em;
             background-repeat: no-repeat;
             padding: 10px 20px 10px 20px;
             margin-top: 5px;
             margin-bottom: 5px;
             text-align: center;


}

#ag-archive-navigation div.nav-next a {

    text-decoration: none;
    color:white;
}

#ag-archive-navigation div.nav-next a:hover {

    text-decoration: none;
    color:white;
}*/


/*div.nav-links {

    float: left;
    clear: none;

}*/

/*--------------------------------------------------------------
#  Newsstand Panel Overrides -- ca
--------------------------------------------------------------*/ 

.panel {


    border: 0px;
    border-radius: 4px; 
    -webkit-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
    border-bottom: 1px solid #e5e5e5; 
   /* border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;*/

}
.panel-primary>.panel-heading {

color: white;
background-color: #004982;
border-color: #004982;
border-bottom: 1px solid #e5e5e5;




}
.panel-heading {

padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 0px;
border-top-left-radius: 0px;

}

/*--------------------------------------------------------------
#  client request to put bottom border on the callout images -- rcg
--------------------------------------------------------------*/ 
div.eqht-wrapper-body a img {
border-bottom: 1px solid #e5e5e5;       
}

/*--------------------------------------------------------------
#  Category and Tag index pages need a larger top margin on the h1 at non mobile -- rcg
--------------------------------------------------------------*/ 
@media only screen and (min-width: 892px) {
body.archive.category h1, body.archive.tag h1,  body.page-template-archive-watson h1, body.page-template-archive-giving h1 {
margin: 0;
}
/* following is a class to address default page w/no breadcrumb */
body.page-template-default h1.entry-title {
margin-top:20px;
}
/* tweak to move up archive headers - rcg */

body.page-template.page-template-archive header.page-header, body.page-template.page-template-archive-all header.page-header{
margin-top: -5px;
}

#main > header.page-header > h1.search-title {
margin-top: 50px;
}

}

/*--------------------------------------------------------------
#  Styles needed for PI pages -- rcg
--------------------------------------------------------------*/ 

#myTab > li > a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
}

.pi-headshot {
    margin-top: 22px;
    margin-bottom: 7px;
}

.pi-summary {
    margin-top: 0px;
    margin-bottom: 0px;
}

span.optional-news-content p {      
    margin-left: 6px;
    clear: both;    
}

@media (max-width: 891px) {

#myTab.piprofile > li > a{
    font-size: 14px;
}
    .pi-headshot {
/*        margin-top: 32px; commented out by Sue 3/26/18 */
        margin-bottom: 0px;
    }
   /* p.pi-summary {
        overflow: hidden;
        height: 100px;
    }
    .pi-more:after {
        content: ". . .";
    }*/
    li.listing-item a:empty{
        display:none;
    }
    .js-tabcollapse-panel-body li.listing-item a:empty + a {
        margin-left: -36px;
        display: inline-block;
        margin-top: 0 !important;       
    }
}

@media (min-width:1025px) {
    p.pi-summary { margin-top:20px; }
}

.list-description {

    margin-left: 10px;

}

.cshl-social-icon {
margin-left:6px;
vertical-align: middle;
color: #004982;
}

.cshl-social-icon:hover {
color: #6588a8;
}

/*--------------------------------------------------------------
#  responsive tabs styles -- rcg
--------------------------------------------------------------*/ 
div.tab-pane a.btn.btn-default.pull-right{
float: none !important; 
}

.responsive-tabs-container .tab-pane {
  margin-bottom: 15px;
  padding-left:4px;
}
.responsive-tabs-container .accordion-link {
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  background-color: #f5f5f5;;
}
@media (max-width: 767px) {
  .responsive-tabs-container.accordion-xs .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-xs .accordion-link {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-tabs-container.accordion-sm .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs-container.accordion-md .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-md .accordion-link {
    display: block;
  }
}
@media (min-width: 1200px) {
  .responsive-tabs-container.accordion-lg .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block;
  }
}


/*--------------------------------------------------------------
# Responsive iFrame container
--------------------------------------------------------------*/

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}   


/*--------------------------------------------------------------
# 404 page 
--------------------------------------------------------------*/

.error-top-margin {
    margin-top:50px;
}
    @media (max-width:892px){
    .error-top-margin {
    margin-top:0px;
    }
}

/*--------------------------------------------------------------
# sticky footer
--------------------------------------------------------------*/
@media (min-width:992px){
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height, changed from 640px */
  margin-bottom: 805px;
}
/* emergency fix for odd icon menu on production - rcg - cannot use due to home read more
body.page-id-190 div#section_nav_widget-4.section-nav.section_nav_widget{

margin-bottom: 40px;	
}
*/
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 550px;
 }

}

/*--------------------------------------------------------------
# Global site search form client changes
--------------------------------------------------------------*/

div#topContent.container-fluid div.row div form {
float:right;
margin-top:4px;
margin-left:5px;
}
.mobileInput {
width:140px; 
font: 12px "Source Sans Pro", Arial;
padding-left:20px;
margin-right:10px;
border:1px solid #e5e5e5;
border-radius:0;
-webkit-appearance:none;
}

@media screen and (max-width:320px) {
.mobileInput {
width:90px
}
#topContent > div > div > form > div.search-container {
position:relative;
width:140px;
}

input#search:hover,  input#search:active, input#search:focus {
outline:none;
border:1px solid blue;
}
}

nav div#topContent { padding:5px 15px 4px 15px; }
nav div#topContent ul { margin:0; }
nav div#topContent ul li a { padding:0 3px; }
nav div#topContent ul li { font: 13px "Source Sans Pro", sans-serif; }
nav.navbar.navbar-default.navbar-static-top div#topContent ul li a { font: 13px "Source Sans Pro", sans-serif; }

div#topContent ul#contact { float:right; } 
div#topContent .list-inline>li { padding:0; }
div#topContent ul li a.search  { padding:5px 10px; }
div#topContent ul li a.search i.fa { padding:5px; width:100%; height:100%; }
div#topContent ul#contact button.search { border:none; background:transparent; color:#004982; font-size:18px;  }
div#topContent ul#contact li.desktopOnly { display:none; }

@media screen and (min-width:892px) {
	div#topContent ul#contact li.desktopOnly { display:inline-block; }
}

/*---------- dropdown search-inline styles -------------------------*/
.search-inline {
	width: 100%;
	left: 0;
	padding-left: 15px;
	padding-right: 15px;
	top: 35px;
	height: 56px;
	position: absolute;
	background-color: #004982; /*#fff;*/
	z-index: 10010;
	transition: all .5s ease-in-out;
	background-color:#004982;
}
.hide { display:none; }
.inVisible,
.inVisible:before,
.inVisible:after { visibility: hidden; }
.noTransition,
.noTransition:before,
.noTransition:after {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

.search-inline button[type="submit"] {
	position: absolute;
	right: 0; /*52px;*/
	top: 0;
	background-color: transparent;
	border: 0px;
	top: 0;
	padding: 0px;
	cursor: pointer;
	width: 50px;
	height: 100%;
	background: #004982;
	color: #fff;
}
.search-inline .form-control {
	border: 0px;
	font-size: 2rem;
	position: absolute;
	top: 11px; 
	outline: none;
	width:75%;
	right:52px;
}
@media screen and (min-width:892px) {
	.search-inline .form-control { width:50%; }
}

.search-inline .form-control:focus { border-color:none; box-shadow:none; -webkit-box-shadow:none; }
		
.search-inline .form-control {
	display: block;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
}

/*--------------------------------------------------------------
# Special Post/content.php styles
--------------------------------------------------------------*/


.takeaway-box {

padding:15px; 
border:1px solid #bbb;

}
/* the following mobile style added by Sue 3/22/18 */
@media (max-width:991px){
	.takeaway-box { margin-bottom:25px; }
}

figcaption.cshl-post-caption {

    margin-top:10px; 
    margin-bottom:0;
    font-family:'Source Sans Pro',sans-serif; 
    line-height:20px;
    font-size: 14px;

}


.post-cloud > a {

-webkit-font-smoothing: antialiased;
-webkit-user-select: none;
background-color: rgb(255, 255, 255);
background-image: none;
border-bottom-color: rgb(204, 204, 204);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(204, 204, 204);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(204, 204, 204);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(204, 204, 204);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-style: solid;
border-top-width: 1px;
box-sizing: border-box;
color: rgb(51, 51, 51);
cursor: pointer;
display: inline-block;
font-family: 'Source Sans Pro', sans-serif;
font-size: 13.203251838684082px;
font-weight: normal;
height: 32px;
line-height: 18px;
margin-bottom: 0px;
margin-top: 10px;
padding-bottom: 6px;
padding-left: 12px;
padding-right: 12px;
padding-top: 6px;
text-align: center;
text-decoration: none;
vertical-align: middle;
white-space: nowrap;

}


.post-cloud > a:hover {



-webkit-font-smoothing: antialiased;
-webkit-user-select: none;
color: #333;
background-color: #d4d4d4;
background-image: none;
border-bottom-color: rgb(204, 204, 204);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(204, 204, 204);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(204, 204, 204);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(204, 204, 204);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-style: solid;
border-top-width: 1px;
box-sizing: border-box;

cursor: pointer;
display: inline-block;
font-family: "Source Sans Pro", sans-serif;
font-size: 13.203251838684082px;
font-weight: normal;
height: 32px;
line-height: 18px;
margin-bottom: 0px;
margin-top: 10px;
padding-bottom: 6px;
padding-left: 12px;
padding-right: 12px;
padding-top: 6px;
text-align: center;
text-decoration: none;
vertical-align: middle;
white-space: nowrap;

}

/*--------------------------------------------------------------
# pointer:cursor style for the onclick callout divs 
--------------------------------------------------------------*/

#main > div.row.area-start.flex.ag-eqht.participate-home > div > div.force-width-100.eqht-wrapper.gray-border > div > div, #main > div.row.area-start.flex.ag-eqht.participate-home > div.col-lg-offset-right-1.col-xs-12.col-sm-6.col-md-3 > div.eqht-wrapper.gray-border > div > div, #main > div.row.area-start.flex.ag-eqht.row-special-gray > div.col-lg-offset-1.col-xs-12.col-sm-4.col-md-4 > div.eqht-wrapper.gray-border > div > div, #main > div.row.area-start.flex.ag-eqht.row-special-gray > div:nth-child(2) > div.force-width-100.eqht-wrapper.gray-border > div > div, #main > div.row.area-start.flex.ag-eqht.row-special-gray > div.col-lg-offset-right-1.col-xs-12.col-sm-4.col-md-4 > div.force-width-100.eqht-wrapper.gray-border > div > div, #newsitems > div.list > div > article, div.row.area-start.ag-eqht div.col-xs-12.col-sm-6.col-md-6 div.eqht-wrapper.gray-border div.eqht-wrapper-body div.pad-10, html body.page-template.page-template-archive-podcasts.page-template-archive-podcasts-php.page div.row.bottom-margin-50, html body.page-template.page-template-archive-videos.page-template-archive-videos-php.page div.row.bottom-margin-50 {
cursor:pointer;
}

#nopointer, #no-pointer > div > div, #no-pointer > div > div  p, #main > div.row.area-start.flex.ag-eqht.row-special-gray > div.col-lg-offset-right-1.col-xs-12.col-sm-4.col-md-4 > div#no-pointer.force-width-100.eqht-wrapper.gray-border > div > div, div#no-pointer.pad-10  {
cursor:default !important;
}
/*--------------------------------------------------------------
# in the news tweak
--------------------------------------------------------------*/

.cshl-in-the-news-sidebar {

    max-height: 421px;
    overflow: scroll;
}

/*--------------------------------------------------------------
# news post styles
--------------------------------------------------------------*/

h3.news-story { color:#ef4e22; margin-top:0px; }
div.takeaway-box { margin-bottom:20px; }

/*--------------------------------------------------------------
# blockquotes as per client screenshot 
--------------------------------------------------------------*/
blockquote.blockquote-left {
width:35%; 
float:left; 
margin-right:20px;
border: none;
margin-top: -15px;
}

blockquote.blockquote-left  p{
font-family:'Source Sans Pro', sans-serif;
font-size:30px; 
line-height: 36px;
}

blockquote.blockquote-left > p:nth-child(2) {
font-family:'Source Sans Pro', sans-serif;
font-size:16px; 
line-height: 20px;
margin-top:-10px;
float:right;	
margin-bottom:20px; /* added by Sue 3/26/18 */
}

blockquote.blockquote-left:before{
	content: "\f10d";
	font-family: FontAwesome;
	color:#ef4e22;
	float: left;
	padding-right: 10px;
	font-size: 30px;
	margin-top: 10px;
}
/* commented out by Sue 3/22/18 
blockquote.blockquote-left p:nth-child(1):after{
	content: "\f10e";
	font-family: FontAwesome;
	color:#ef4e22;
	font-size: 30px;
	padding-left: 10px;
}*/

blockquote.blockquote-right {
 width:35%; 
float:right; 
margin-left:20px;
border: none;
margin-top: -15px;
}

blockquote.blockquote-right p{
font-family:'Source Sans Pro', sans-serif;
font-size:30px; 
line-height: 36px;
}

blockquote.blockquote-right > p:nth-child(2) {
font-family:'Source Sans Pro', sans-serif;
font-size:16px; 
line-height: 20px;
margin-top:-10px;
float:left;	
margin-bottom:20px; /* added by Sue 3/26/18 */
}

blockquote.blockquote-right:before{
	content: "\f10d";
	font-family: FontAwesome;
	color:#ef4e22;
	float: left;
	padding-right: 10px;
	font-size: 30px;
	margin-top:10px;
}
/* commented out by Sue 3/22/18 
blockquote.blockquote-right p:nth-child(1):after{
	content: "\f10e";
	font-family: FontAwesome;
	color:#ef4e22;
	float: right;
	margin-top:-10px;
	font-size: 30px;
}*/

@media screen and (max-width: 700px) {
blockquote.blockquote-left, blockquote.blockquote-right {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
}

/*--------------------------------------------------------------
# forcing bold on active public events
--------------------------------------------------------------*/
li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-208.current_page_item.menu-item-has-children.menu-item-221.active.menu-dropdown-icon {
	font-weight: bold;
}



/*--------------------------------------------------------------
# Fixing Font-size Carousel Right and Left Arrows
--------------------------------------------------------------*/
#myCarousel > a.right.carousel-control > span.icon-next {
    font-size: 40px;
}

#myCarousel > a.left.carousel-control > span.icon-prev    {
    font-size: 40px;
}

/*--------------------------------------------------------------
# Contact Form 7 Tweaks
--------------------------------------------------------------*/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea { 
width: 100% !important;
}

/*--------------------------------------------------------------
# preventing horizontal scrollbar on posts
--------------------------------------------------------------*/

body.single-post article {	
	overflow-x: hidden;
}

/*--------------------------------------------------------------
# formatting news format date field included on staff listing tabs
--------------------------------------------------------------*/
body.page-template.page-template-archive-stafflisting div.listing-item span.date {
margin-left:5px;
width:50%;
font-weight:400;
}

/*--------------------------------------------------------------
# fix to override the left margin set by tribe events id
--------------------------------------------------------------*/
@media (min-width:1400px){
div#tribe-events-pg-template.col-sm-12.col-lg-10.col-lg-offset-1 {
margin-left: 8.33333333%;
}	
}

/*--------------------------------------------------------------
# override caption color for metaslider
--------------------------------------------------------------*/

div.metaslider div.caption-wrap div.caption{
color:#ffffff;
}

/*--------------------------------------------------------------
# embed-responsive bottom margin and caption styles
--------------------------------------------------------------*/
.embed-responsive { margin-bottom:35px; }
.embed-responsive.caption { margin-bottom:5px; }


/*--------------------------------------------------------------
# set select field text color to orange bold sans serif
--------------------------------------------------------------*/
form#logoform select#color.form-control, form#logoform select#printed.form-control{
color:#ef4e22;
font-family: 'Source Sans Pro', sans-serif;
font-size:16px;
}
form#logoform select#color.form-control option, form#logoform select#printed.form-control option{
color:#000;
font-family: 'Source Sans Pro', sans-serif;	
}

/*--------------------------------------------------------------
# Newsstand Pagination Styles
--------------------------------------------------------------*/
.pagination,
.pagination>li>a { 
/*	clear:both; */
	position:relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px; /* Pagination text size */
	line-height:25.5px;
	float:left; /* Pagination float direction */
}
div.pagination { margin:40px 0; }
div.pagination.jpList { margin:0; }
a.page-item.btn-default { color:#004982; }
a.page-item.btn-default.active { background: #ef4e22; border-color:#ef4e22; }
a.page-item.btn-default.active,
a.page-item.btn-default.active:hover,
a.page-item.btn-default:hover { color:#fff; }
a.page-item.btn-default:hover,
a.page-item.btn-default.disabled:focus { text-decoration:none; }
a.page-item.btn-default:hover { background: #6588a8; border-color:#6588a8; }
a.page-item.btn-default.disabled:hover { background:#fff; border-color:#ccc; }
a.page-item.btn-default.disabled:hover { color:#004982; }

ul.pagination { margin-top:0; }
.pagination>a.page-item { color:#004982; }
.pagination>.active>a.page-item { background: #ef4e22; border-color:#ef4e22; }
.pagination>.active>a.page-item,
.pagination>.active:hover>a.page-item,
.pagination>li>a.page-item:hover { color:#fff; }

.pagination>li>a.page-item:hover { background: #6588a8; border-color:#6588a8; }
.pagination>.disabled>a.page-item:hover { background:#fff; border-color:#ccc; }
.pagination>.disabled>a.page-item:hover { color:#004982; }



a.nav-first:hover,
a.nav-previous:hover,
a.nav-last:hover,
a.nav-next:hover { text-decoration:none; }

.pagination a.btn,
.pagination>li>a.page-item { font-size:18px; padding: 10px 16px; }
.pagination .badge { font-size:18px; line-height:1; font-family:'Source Sans Pro', sans-serif; padding:4px 16px; font-weight:400; margin-left:20px; }
.pagination .badge.jpList { margin-top:0; padding:10px 16px; line-height:1.5; }

.pagination.jpList span.indexOf,
.pagination span.indexOf { float:left; margin-right:10px; font-family:'Source Sans Pro', sans-serif; line-height:40px; }
@media ( max-width:991px ) {
	.pagination .badge.jpList  { margin:5px 0 10px 0; }
	.pagination .badge { margin:20px 0; }
}

/*--------------------------------------------------------------
# Related Content plugin additional styles/overrides - added by Sue 3/22/18
--------------------------------------------------------------*/

@media ( max-width:991px ) {
	.related-content-tile { margin-bottom:20px; }
}

/*--------------------------------------------------------------
# Search Result Styles 
--------------------------------------------------------------*/
h2.entry-title.search-item {
font-size:24px;
margin-top:0px;
margin-bottom:0px;
}
.entry-meta.search-item-date {
	font-family:'Source Sans Pro', sans-serif!important;
	font-size:16px;
	text-transform:uppercase;
	font-weight:600!important;
}

div.form-group select.search-sort,
div.input-group .search-sort,
div.form-group.search-sort select { font-family:'Source Sans Pro', sans-serif; }
div.input-group .search-sort { font-size:20px; font-weight:700; }
div.form-group.search-sort select { font-size:20px; }


/*--------------------------------------------------------------
# Print Styles - added by Sue 3/23/18 - edited by Chris 7/27/18
# updated 8/22/18
--------------------------------------------------------------*/

@media print {
    #topContent,
    .menu,
    .navbar-header,
    .insite-nav,
    #breadcrumbs,
    #related-content-wrapper,
    .social-share-wrapper,
    .btn,
    .juicer-button,
    hr,
    iframe,
    .tribe-events-sub-nav,
    .tribe-events-back,
    .widget,
    .caption,
    .embed-responsive, 
    .embed-responsive-16by9,
    .home-carousel,
    .carousel-inner,
    .carousel-indicators,
    .carousel-control,
	footer { display:none; } 

    .navbar { /* for Chrome */
        display:block;
        position:static;
        width:40%;
        border-bottom:none;
        z-index:100;
        margin:20px 0 0 20px;
/*      padding-bottom:20px; */
        content:url('/wp-content/uploads/2017/04/cshllogo_standard_RGB.svg') !important;
 
    }
    nav.navbar:before { /* for FireFox */
        display:block;
        border-bottom:none;
        z-index:100;
        margin:20px 0 0 20px;
/*      padding-bottom:20px; */
        content:url('/wp-content/uploads/2017/04/cshllogo_standard_RGB.svg') !important;
    }
    
    ul, section, .takeaway-box, #myTab, .tab-content, .responsive-tabs-container.accordion-xs .accordion-link, .responsive-tabs-container .accordion-link { 
        page-break-inside: avoid !important; 
    }
    
    .juicer-feed { 
        page-break-inside: auto !important; 
    }

    .panel-primary>.panel-heading { color: #fff !important; background-color: #337ab7 !important; border-color: #337ab7 !important; }


    .carousel-inner>.item>img, 
    .carousel-inner>.item>a>img { max-width: 50% !important; }
    
    .thumbnail>img, 
    .thumbnail a>img { max-width: 100% !important; }
    
    .panel-info>.panel-heading { color: #31708f; background-color: #d9edf7 !important; }
    
    .callout-gold-bg, .callout-blue-bg, .callout-red-bg { color: white !important; }

    .caption, .article-text figcaption, article figure figcaption { clear:both !important; }

    figure.wp-caption.alignright, 
    body.page figure
    { width: 50% !important; margin-left: 20px; }
    
    figure.wp-caption.alignleft, 
    body.page figure
    { width: 50% !important; margin-right: 20px; }
    
	body.single-post figure
    { width: 100% !important; }

    .eqht-wrapper-body .img-responsive { max-width: 100% !important; }
    
    .percent40 { width: 40% !important; }

    .media-object-ag { max-width: 44% !important; }
   
    nav.navbar:after { clear: both; }
    .site-content { padding-top: 50px; }
    a[href^="http"]:after { display: none; }
    .carousel { position: static; }
    .carousel .heading { position: static; top: 0; }
    p.deck { font-size: 20px; }
    .orange-font { color: #ef4e22 !important; }
    .pi-headshot { max-width: 50% !important; }
    .posted-on { page-break-after: avoid !important; }
    p { widows: 4 !important; orphans: 3 !important; }
    .col-xs-12 { page-break-before: auto !important; }
    h2, h3, h4, .text-center .h2-special-gray { page-break-before: auto !important; page-break-after: avoid !important; }
    .caption, .wp-caption-text { font-size: 13px; page-break-inside: avoid !important; }
    .post-cloud { line-height: 1em !important; }
    div.metaslider div.caption-wrap div.caption { color: #fff !important; }
    .metaslider .caption-wrap { background: black !important; opacity: 0.7 !important; }
    .row .area-start { page-break-inside: auto !important; }

}

/*--------------------------------------------------------------
# Calendar style overrides 
--------------------------------------------------------------*/
li.tribe-events-nav-current { float:none!important; text-align:center!important; }
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
    font-family: 'Source Sans Pro', sans-serif!important;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a { font-size:16px!important; }

@media ( max-width:768px ) {
	.tribe-events-list .tribe-events-loop .tribe-events-event-image { width:100%!important; margin:0!important; }
	.tribe-events-list .tribe-events-event-image + div.tribe-events-content { width:100%!important; float:none!important; clear:both; }
	#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p { padding-top:20px; }
	#tribe-events-pg-template { padding:40px 0 20px 0!important; } 
	#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next, 
	#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, 
	#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next, 
	#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous { width:48%!important; }
	.tribe-events-day .tribe-events-day-time-slot .type-tribe_events { margin-left:0!important; }
	footer p.contact { line-height:40px; }
}

/*--------------------------------------------------------------
#  image zoom on hover css -- chris F
--------------------------------------------------------------*/    

.img-zoom {
  overflow: hidden;
  width: 350px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.img-zoom:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}