/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme for Auburn University College of Agriculture
 Author:         William Cahalin
 Author URI:     https://www.cahalincreations.com
 Template:       Divi
 Version:        1.0.0
*/

@font-face {
    font-family: Brandon-Black;
    src: url(fonts/BrandonGrotesque-Black.otf) format("opentype");
    src: url(fonts/BrandonGrotesque-Black.ttf) format("truetype"); 
}

/*@font-face {
    font-family: Brandon-Black;
    src: url(fonts/BrandonGrotesque-BlackItalic.otf) format("opentype");
    font-style: italic, oblique;
}*/

@font-face {
    font-family: Brandon;
    src: url(fonts/Brandon_reg.otf) format("opentype"); 
}

@font-face {
    font-family: Brandon;
    src: url(fonts/Brandon_bld.otf) format("opentype"); 
    font-weight: bold;
}

/*@font-face {
    font-family: Brandon;
    src: url(fonts/BrandonGrotesque-RegularItalic.otf) format("opentype"); 
    font-style: italic, oblique;
}*/

/*@font-face {
    font-family: Brandon;
    src: url(fonts/BrandonGrotesque-BoldItalic.otf) format("opentype"); 
    font-weight: bold;
    font-style: italic, oblique;
}*/

@font-face {
    font-family: Brandon-Medium;
    src: url(fonts/BrandonGrotesque-Medium.otf) format("opentype");
}

/*@font-face {
    font-family: Brandon-Medium;
    src: url(fonts/BrandonGrotesque-MediumItalic.otf) format("opentype");
    font-style: italic, oblique;
}*/


@font-face {
    font-family: HarrietText;
    src: url(fonts/HarrietText-Regular-v4.otf) format("opentype"); 
}

@font-face {
    font-family: HarrietText-Bold;
    src: url(fonts/Harriet-Text-Bold.otf) format("opentype"); 
    font-weight: bold;
}
/*@font-face {
    font-family: HarrietText;
    src: url(fonts/Harriet-Text-Regular-Italic.otf) format("opentype"); 
    font-style: italic, oblique;
}*/
/*@font-face {
    font-family: HarrietText;
    src: url(fonts/Harriet-Text-Bold-Italic.otf) format("opentype"); 
    font-weight: bold;
    font-style: italic, oblique;
}*/
@font-face {
    font-family: HarrietDisplay-Medium;
    src: url(fonts/HarrietDisplay-Medium.ttf) format("truetype"); 
    src: url(fonts/Harriet-Display-Medium.otf) format("opentype");
}

/*@font-face {
    font-family: HarrietDisplay-Medium;
    src: url(fonts/HarrietDisplay-MediumItalic.ttf) format("truetype"); 
    src: url(fonts/Harriet-Display-MediumItalic.otf) format("opentype");
    font-style: italic, oblique;
}*/

body {
    font-family: 'Fira Sans', 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 18px !important;
}

body h1 {
font-family: HarrietDisplay-Medium, Times, serif;
font-size: 63px;
}

body h2 {
font-family: Brandon-Black, Helvetica, Arial, sans-serif;
font-size: 35px;
}

body h3 {
font-family: Brandon-Black, Helvetica, Arial, sans-serif;
font-size: 23px;
}

body h4 {
font-family: HarrietText-Bold, Times, serif;
font-size: 51px;
}

.Harriet {
    font-family: HarrietText-Bold, Times, serif !important;
}


p {
    font-family: 'Fira Sans', 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

a {
    color: #007399;
    text-decoration: underline;
}

a:hover, .bright:hover {
    color: #f1560E;
    text-decoration: none;
}

.bright {
    color: #63b1bd;
}

.orange {
    color: #f1560E;
}

p a:hover {

    /*background-color: rgba(3, 36, 77, 0.7);*/

}



body h3.border, body h2.border {
    display: inline-block;
    padding: .5em;
    border: #03244d solid 2px;
    border-radius: 1;
    margin-bottom: 15px;
}

.et_pb_main_blurb_image {
    margin-bottom: 20px;
}

img.photospace {
    padding-top: 1em;
}



.fas p {
font-weight: 500;
}

.fas .et-pb-icon { font-size: 0; }
.fas .et-pb-icon::after { font-family: "Font Awesome 5 Free" !important; }
.fas.et_pb_blurb_position_top .et-pb-icon::after { font-size: 72px; }
.fas.et_pb_blurb_position_left .et-pb-icon::after { font-size: 16px; }

.fas .et_pb_main_blurb_image {margin-bottom: 1em;}

.fas .leaf .et-pb-icon::after { content: "\f06c"; }
.heart .et-pb-icon::after { content: "\f004";  /* font size optional, font-size: 32px; */ }
.water .et-pb-icon::after { content: "\f043";  /* padding optional, padding: 6px; */ }
/*.utensils .et-pb-icon::after { content: "\f2e7"; }*/
.fa-university:before { color: #ffb81c; -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
.fa-graduation-cap:before { color:#c1e2e5 ; -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
.fa-dna:before { color: #72a300; -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
.fa-globe-americas:before { color: #f26522; -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
.fa-newspaper:before { color: #007faa; -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
.fa-hand-holding-heart:before { color:#e8927c ; -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
 
.et-menu-nav li.et-hover .fa-university:before,
.et-menu-nav li.et-hover .fa-graduation-cap:before,
.et-menu-nav li.et-hover .fa-dna:before,
.et-menu-nav li.et-hover .fa-globe-americas:before,
.et-menu-nav li.et-hover .fa-newspaper:before,
.et-menu-nav li.et-hover .fa-hand-holding-heart:before { 
    color:#FFFFFF ;}


.flask .et-pb-icon::after { content: "\f0c3"; }
.door-open .et-pb-icon::after { content: "\f52b"; }
.users .et-pb-icon::after { content: "\f0c0"; } 
.map-marked .et-pb-icon::after { content: "\f5a0"; } 
.dna .et-pb-icon::after { content: "\f471"; }

#top-header,
#et-secondary-nav {
    -webkit-transition: background-color 0.2s, transform 0.2s, opacity 0.2s ease-in-out;
    -moz-transition: background-color 0.2s, transform 0.2s, opacity 0.2s ease-in-out;
    transition: background-color 0.2s, transform 0.2s, opacity 0.2s ease-in-out;
}


/* default or centered style header mega menu alignment */
    /*.et_header_style_left #top-menu li.mega-menu > ul {
        left: auto!important;
        right: 0;}
 
    .et_header_style_centered #top-menu li.mega-menu > ul {
        left: auto!important;}
 
    .et_header_style_centered #top-menu > li:last-child.mega-menu > ul {
        left: auto!important;
        right: 0!important;}*/


.et_header_style_left #et-top-navigation nav > ul > li > a, 
.et_header_style_split #et-top-navigation nav > ul > li > a {
padding-bottom: 32px !important;
padding-top: 0px; 
}

div#et-top-navigation {
padding-top: 30px !important;

}

#AUlogo {
    display: inline-block;
    float: none;
    max-height: 54%;
    margin-bottom: 0;
    vertical-align: middle;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}

.logo_container a {text-decoration: none;}


.et_pb_fullwidth_post_slider_0 .et_pb_slide:not(.et_pb_slide_with_no_image) 
{
    background-color: #000 !important;
}


@media only screen and ( min-width: 981px ) {



header img#logo {
max-height: 100% !important;
top: 0px !important;
position: relative;
}



#AUlogo {
    max-height: 100%;
    margin-top: 0px;
    margin-bottom: 0;

}

#et_search_icon:before {
    position: absolute;
    font-weight:700;
    top: -3px;
    left: 0;
    font-size: 17px;
    content: "\55";
}

#et_top_search {
    display: block;
    float: right;
    position: relative;
    width: 18px;
    margin: 10px 0 0 5px;
}

.et_pb_fullwidth_menu .et-menu>li, .et_pb_menu .et-menu>li, .et-db #et-boc .et-l .et_pb_fullwidth_menu .et-menu>li, .et-db #et-boc .et-l .et_pb_menu .et-menu>li {
padding-right: 1px ;
padding-left: 1px ;
}




#top-menu li.mega-menu > ul, #menu-main-menu li.mega-menu > ul {
 
    width: 100% !important;
    border-top: 0px !important;
    border-right: solid 3px #f1560e;
    border-bottom: solid 5px #f1560e;
    border-left: solid 3px #f1560e;
    border-radius: 0px 0px 3px 3px;
    padding: 0 20px 20px 0 !important;

    }

#top-menu li.mega-menu > ul > li > a {
    overflow: hidden;
    position: relative;
}

#top-menu li.mega-menu > ul > li > a, #top-menu li > ul > li > a {
    
	line-height: 1em;
    padding: 5px 7px;
    margin-bottom: 1px;
}

#menu-main-menu li.mega-menu > ul > li > a:hover { 
    /*background:#ffffff !important; */
    color: #f1560e;

}

#main-header #top-menu li.mega-menu > ul > li > a:after { 

}



#menu-main-menu li.mega-menu li > a, .et-db #et-boc .et-l .et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li.mega-menu li>a, .et-db #et-boc .et-l .et_pb_menu .et_pb_menu__menu>nav>ul>li.mega-menu li>a {
    /*width: 95% !important;*/
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1em;
}

#main-header #top-menu li.mega-menu li > a:hover {
    color: #f1560e;
    font-weight: 600;
    padding-left: 10px;
}

/*.et-db #et-boc .et-l .et-menu-nav li.mega-menu li>a {
    width: 100% !important;
    white-space: normal !important;
}

.et-db #et-boc .et-l .et-menu-nav li.mega-menu li ul {
    width: auto!important;
    flex: 1;
    justify-content: space-around;
    }

.et-db #et-boc .et-l .et-menu-nav li.mega-menu.et-hover li.three-columns ul, .et-db #et-boc .et-l .et-menu-nav li.mega-menu.et-hover li.two-columns ul {
display: flex !important;
}*/

/* first row of titles */
    #menu-main-menu li.mega-menu > ul > li > a:first-child, .et-db #et-boc .et-l .et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li.mega-menu > ul > li > a:first-child, .et-db #et-boc .et-l .et_pb_menu .et_pb_menu__menu>nav>ul>li.mega-menu > ul > li > a:first-child {
        border-bottom: 1px dotted #63b1bd;
        font-family: Brandon, Arial, sans-serif;
        font-size: 18px;
        padding: 10px!important;
        line-height: 1em;
        margin-bottom: 9px;
        text-align: center;

        background-repeat: no-repeat;
    }

    #menu-main-menu li.mega-menu > ul > li:nth-of-type(5n), .et-db #et-boc .et-l .et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li.mega-menu > ul > li:nth-of-type(5n), .et-db #et-boc .et-l .et_pb_menu .et_pb_menu__menu>nav>ul>li.mega-menu > ul > li:nth-of-type(5n) {
        clear: none;
    }

    #menu-main-menu li.mega-menu > ul > li:nth-of-type(6n), .et-db #et-boc .et-l .et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li.mega-menu > ul > li:nth-of-type(6n), .et-db #et-boc .et-l .et_pb_menu .et_pb_menu__menu>nav>ul>li.mega-menu > ul > li:nth-of-type(6n) {
        clear: none;
    }

    #menu-main-menu li.mega-menu > ul > li, .et-db #et-boc .et-l .et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li.mega-menu > ul > li, .et-db #et-boc .et-l .et_pb_menu .et_pb_menu__menu>nav>ul>li.mega-menu > ul > li {
       /* width: 20%;
        margin: 0;*/
        padding-left: 20px!important;
    }




 
/* sub-menu items - 2nd level */
    .nav li li li a {
        font-size: 13px;}
 
    #top-menu li li a {
        padding: 0px 3px;
        color: #fff;
    }
 
/* drop down menu items on hover */
    #menu-main-menu li ul.sub-menu li a:hover {
        opacity: 1;
      /*  background-color: #ffffff;*/



       
        }


#main-header {
    border-bottom: solid 5px #f1560e;
    position: fixed!important;
}

.nav li ul {
    /*border-top: none;*/
    box-shadow: 0px 7px 10px 2px rgba(30, 30, 30, 0.08) inset;
}

.et-menu-nav > ul > li > a:hover, .et-menu-nav li.current-menu-item>a {
    color: #f1560e;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

/*#menu-main-menu li.mega-menu > ul > li, .fullwidth-menu-nav li.mega-menu > ul > li {
width: 25%;
}
#menu-main-menu li.mega-menu li > ul {
width: 100% !important;
}*/

#top-menu .menu-item-has-children > a, #top-menu li.current-menu-ancestor>a {
    color: #63b1bd;
}

#top-menu li.mega-menu > ul > li > a:first-child {
padding-top: 7px !important;
}


​#main-header > .container {
z-index: 99 !important;
}

li.menu-item-has-children:focus-within > ul {opacity: 1 !important;}
li.mega-menu:focus-within > ul {opacity: 1 !important;}


#et-secondary-menu > ul > li > a:hover,
#et-info-email:hover,
.et-social-icons a:hover {
    color: #63b1bd;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}





/* Responsive Styles Tablet And Below */
/*@media all and (max-width: 980px) {

    #main-header.et-fixed-header { top: 0!important }  

    .et_menu_container { height: 50px }  

    .admin-bar #main-header:not(.et-fixed-header) #mobile_menu { top: 97px }  

    .admin-bar #main-header.et-fixed-header #mobile_menu { top: 50px }  

    #main-header .container.clearfix.et_menu_container { width: 95% }  

    .mobile_menu_bar { padding-bottom: 9px!important }  

    div#et_mobile_nav_menu, div#et_top_search { margin-top: -14px }  

    .et_mobile_menu .menu-item-has-children>a { background-color: transparent }  

    #main-header .et_mobile_menu li ul.sub-menu.hide { display: none!important; visibility: hidden!important; transition: .7s ease-in-out }  

    #main-header .et_mobile_menu li ul.sub-menu.visible { display: block!important; visibility: visible!important }  

    #main-header .et_mobile_menu li ul, .et_pb_fullwidth_menu .et_mobile_menu li ul { padding-left: 0px; }  

    .et_mobile_menu li li { padding-left: 0px; }  

    .et_mobile_menu .menu-item-has-children>a:after { font-family: "ETmodules"; font-size: 22px; font-weight: 800; content: "3"; position: absolute; right: 55px }  

    .fa { margin: 10px }  @media screen and (max-width: 980px) { .et_header_style_centered #main-header { position:fixed }  

    .et_header_style_centered #main-header .mobile_nav { background-color: transparent }  

    .mobile_nav.closed .select_page { display: none } }  

    .et_mobile_menu { top: 50px; left: 0; position: fixed; z-index: 9998; overflow: scroll!important; background-color: rgba(10,10,10,0.9)!important; margin-left: -30px; padding: 0px; height: 100%; width: calc(100% + 60px); border-top: none; }  

    .et_mobile_menu li a { text-align: center; font-size: 1.55em; border: 0; padding: 5% 0; text-transform: uppercase; letter-spacing: 6px; color:#fff; }  

    .mobile_nav ul#mobile_menu .current_page_item>a { color: #5376F6; background-color: rgba(255,255,255,0.1) }  

    .mobile_nav ul#mobile_menu li ul li a { font-size: 1.05em!important; margin: auto; padding-top: 0.2em }  

    .et_mobile_menu li a:hover { color: #999; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out }  

    .mobile_nav.opened .mobile_menu_bar:before { content: "\4d"; color: #000 }  

    span.mobile_menu_bar { z-index: 9999 }

}*/






/*asdf*/
/*

&:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
  }



.et_primary_nav_dropdown_animation_expand #et-top-navigation ul li:hover > ul,
	.et_secondary_nav_dropdown_animation_expand #et-secondary-nav li:hover > ul {
		opacity: 1;
  		-webkit-animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  		-moz-animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  		-o-animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  		animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important;
	}*/

/*.mega-menu {border-radius: 0px;}
            .mega-menu a {color: #ccc!important;}
            li.mega-menu {
                background-color:#489fad; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 0px 7px 32px 15px!important;
                border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.mega-menu:hover {background-color:#fff;}

 @media only screen and (min-width : 981px) {
            li.mega-menu {height: 32px;}}
***/
/***  hides sub-menu on hover ***/
 #et-top-navigation #top-menu li.et-hover ul.sub-menu { 
    display: none!important; } 
 
/*** shows submenu on click ***/
#et-top-navigation #top-menu li.show-submenu ul.sub-menu { 
    display: block!important; 
    visibility: visible!important; 
    opacity: 1!important; 
    overflow: hidden;

}
 
/*** Hide hamburger menu item on mobile ***/
.et_mobile_menu .mega-menu >
 a{display:none;}
 
 
/*#top-menu .mega-menu > a, #et-secondary-nav .mega-menu > a {
    padding-bottom: 32px !important; /*32px

    margin-top: -8px;
}*/
 
/**** hide down arrow ****/
#top-menu .mega-menu > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
    display: none;
}
 
/*** show hamburger icon ***/
.hamburger:before {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1em; /* 0.6em */
    text-transform: none;
    speak: none;
    position: relative;
    cursor: pointer;
    top: 0;
    left: 0;
    vertical-align: -8px;
    padding-right: 3px;
    font-size: 32px; /*change size of icon here*/
    content: "\61"; /*change icon here*/
    color: #FFF; /*change color of icon here*/
}
 
/*** displays the "x" close icon ***/
.show-submenu .hamburger:before {
    content: "\4d"; /*change x icon here*/
}



/*.et_primary_nav_dropdown_animation_slide #et-top-navigation ul li:hover > ul,
.et_secondary_nav_dropdown_animation_slide #et-secondary-nav li:hover > ul {
    z-index: 9999999999999!important;
    opacity: 1;
   
    -webkit-animation: slideTop .25s 1 cubic-bezier(0.15, 0, .15, 1);
    -moz-animation: slideTop .25s 1 cubic-bezier(0.15, 0, .15, 1);
    -o-animation: slideTop .25s 1 cubic-bezier(0.15, 0, .15, 1);
    animation: slideTop .25s 1 cubic-bezier(0.15, 0, .15, 1);
}*/



@-webkit-keyframes slideTop {
    0% {
        height: 0;
    }
    100% {
        height: 290px;
    }

}

@-moz-keyframes slideTop {
    0% {
        height: 0;
    }
    100% {
        height: 290px;
    }
}

@-o-keyframes slideTop {
    0% {
        height: 0;
    }
    100% {
        height: 290px;
    }
}

@keyframes slideTop {
    0% {
        height: 0;
    }
    100% {
        height: 290px;
    }
}

@-webkit-keyframes slideBottom {
    0% {
        height: 0px;
    }


}

@-moz-keyframes slideBottom {
    0% {
        height: 0px;
    }

}

@-o-keyframes slideBottom {
    0% {
        height: 0px;
    }

}

@keyframes slideBottom {
    0% {
        height: 0px;
    }

}

}




@media all and (max-width: 980px) {

    #AUlogo {
    max-width: 50%;
    }

/* Containers */
    .et_pb_row {
        width: 90% !important;
        }

    .et_pb_blurb_position_left .et_pb_main_blurb_image { 
        width: 160px !important; 
        }

    .et_pb_column_8 {
        padding-right: 0px !important;
    }

    .custom-blogpost2 .et_pb_post .entry-title, .custom-blogpost2 .et_pb_post .post-meta, .custom-blogpost2 .et_pb_post .post-content,
    .custom-blogpost3 .et_pb_post .entry-title, .custom-blogpost3 .et_pb_post .post-meta, .custom-blogpost3 .et_pb_post .post-content {
        margin-left: 15px;
        margin-right: 15px;
    }

    .custom-blogpost2 .et_pb_post .post-meta, .custom-blogpost2 .et_pb_post .post-content,
    .custom-blogpost3 .et_pb_post .post-meta, .custom-blogpost3 .et_pb_post .post-content {
        margin-bottom: 15px;
    }



 

    .mobile_nav .mobile_menu_bar:before { color: #FFF; }
    .mobile_nav.opened .mobile_menu_bar:before { content: "\4d"; color: #FFF; }

    .et_mobile_menu li a {
    	color: #007faa !important;
    }

     .et_mobile_menu li a:hover {
    	opacity: 1 !important;
    }

    .et_pb_menu .et_mobile_menu {
    	padding: 0 !important;
    	width: 112% !important;
    	margin-left: -6% !important;
    	border:none !important;
    	top:72px;
    }

    .et_mobile_menu li a img {
    	display: none !important;
    }
}

/*
#top-menu li.mega-menu > ul > li:nth-of-type(4n+1) {
clear: none !important;
}
#top-menu li.mega-menu > ul > li, .fullwidth-menu-nav li.mega-menu > ul > li {
width: 25% !important;
}

#top-menu li.mega-menu {
        padding-right: 2px;}
 
    #top-menu > li.mega-menu > a {
        padding: 15px 15px!important;
        margin-bottom: 0px;
    }
 
    #top-menu .menu-item-has-children > a:first-child:after {
        display:none;}
 
    #top-menu-nav > ul > li.mega-menu > a {
        background: #ececec;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;}
 
    #top-menu-nav > ul > li.mega-menu > a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098D1;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;}
 
    #top-menu-nav > ul > li.mega-menu > a:hover, 
    #top-menu-nav > ul > li.mega-menu > a:focus, 
    #top-menu-nav > ul > li.mega-menu > a:active {
        color: #ffffff;}
         
    #top-menu-nav > ul > li > a:hover:before, 
    #top-menu-nav > ul > li > a:focus:before, 
    #top-menu-nav > ul > li > a:active:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);}

#top-menu li.mega-menu > ul > li:nth-of-type(4n+1) {
clear: none !important;
}
#top-menu li.mega-menu > ul > li, .fullwidth-menu-nav li.mega-menu > ul > li {
width: 16.66% !important;
}

*/

.blurb {
background-color: rgba(0, 0, 0, 0.7);
color: #FFF;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
font: inherit;
}

.blurb2 {
background-color: rgba(3, 36, 77, 0.7);
color: #FFF;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
font: inherit;
}

.blurb3 {
padding-left: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
font: inherit;
}


.blurb .et_pb_blurb_content, .blurb h2, .blurb2 .et_pb_blurb_content, .blurb2 h2 {
    color: #FFF;
}

.blurb:hover, .blurb2:hover {
background-color: #ffffff;
color: #000;
transform: translate(0, -5px);
box-shadow: rgba(0, 0, 0, 0.298039) 0px 15px 10px -6px;
-moz-box-shadow: rgba(0, 0, 0, 0.298039) 0px 15px 10px -6px;
-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 15px 10px -6px;  
}

.blurb3:hover {
background-color: /*63b1bd*/#03244d;
/*color: #000;*/
/*padding-left: 15px;*/
transform: translate(0, -5px);
box-shadow: rgba(0, 0, 0, 0.298039) 0px 15px 10px -6px;
-moz-box-shadow: rgba(0, 0, 0, 0.298039) 0px 15px 10px -6px;
-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 15px 10px -6px;  
}

.blurb:hover .et_pb_blurb_content, .blurb:hover h2, .blurb2:hover .et_pb_blurb_content, .blurb2:hover h2 {
    color: #000;
}

.blurb:hover h2 a, .blurb2:hover h2 a {
    color: #63b1bd;
}

/*.blurb3:hover .et_pb_blurb_content, .blurb3:hover h3 {
    color: #FFF;
}*/

.blurb3:hover .et_pb_blurb_description {
    opacity: 0;
    display: none !important;
}

.et_pb_blurb_description {
    font-family: 'Fira Sans';
    line-height: 1.5em;
    font-weight: bold;
}

.blurb_click:hover {cursor: pointer;}


.myslider .et_pb_slide_content.hide {
    opacity: 1;
}
.myslider .et_pb_slide_content {
    opacity: 0;
}

.custom-slider .et_pb_slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex!important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.custom-slider .et_pb_slides .et_pb_container {
/*max-width: 100%;
width: 100%;*/
 position:absolute;
	 display:flex;
		
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
}


.custom-slider .et_pb_slide_title {
    display: block;
}

.custom-slider .et_pb_slide_content {
display: none !important;
}
.custom-slider:hover .et_pb_slide_title, .custom-slider:hover .et_pb_slide_content {
display: block !important;
}

@media all and (max-width: 479px) {
	.custom-slider:hover .et_pb_slide_content {
	display: none !important;
	}
}

/*.et_pb_row_inner .et_pb_column.et_pb_column_3_8 
.et_pb_slider.custom-slider:hover .et_pb_slide_content {
    display: none !important;
    opacity:0;
}*/

@media only screen and (min-width : 981px) {
    .et_pb_row_inner .et_pb_column.et_pb_column_3_8 
    .et_pb_slider.custom-slider .et_pb_slide_title {
        font-size: 24px !important;
    }
}

.custom-slider:hover .et_pb_slide_content {
    padding-bottom: 0em;
}

.custom-slider .et_pb_slide_title {
 padding: 0em 0em; 
}

.custom-slider:hover .et_pb_slide_title {
  padding: 0.5em 0em 0.25em; 
}

.custom-slider .et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    padding: .75em .75em;
    border-left:3px solid #63b1bd;
    border-radius: 3px;
    background-color: background:rgb(3,36,77);
    background: linear-gradient(180deg,rgba(3,36,77,0) 0%,rgba(3,36,77,1) 70%);
}

.custom-slider:hover .et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    padding: .75em .75em;
    border-left:0px solid #63b1bd;
    border-bottom:3px solid #f1560e;
    border-radius: 3px;

}

.custom-slider .et_pb_slide {
position:absolute;
padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.custom-slider .et_pb_slide_description {
padding: .75rem 0 0;
text-align: left;
}

.custom-slider .et_pb_slide_description {
bottom: 0;
position: absolute;
width: 100%;
}

.custom-slider .et-pb-slider-arrows .et-pb-arrow-prev, .custom-slider .et-pb-slider-arrows .et-pb-arrow-next {
	opacity: 100%;
	margin-top: -.75em !important;
}

.custom-slider .et-pb-slider-arrows .et-pb-arrow-prev {
	left:-.25rem;
	border-radius: 0 3px 3px 0;
}

.custom-slider .et-pb-slider-arrows .et-pb-arrow-next {
	right: -.25rem;
	border-radius: 3px 0 0 3px;
	}





.blurb-reveal p {
    font-size: 0px;
}

.blurb-reveal:hover p {
    font-size: 14px;
}

.custom-blogpost .et_pb_post {
    margin-bottom: 1em !important;
    background: rgba(255,255,255,0.9);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}

.custom-blogpost2 .et_pb_post {
    margin-bottom: .75rem !important;
    /*margin-right: 10px !important;*/
    background: rgba(255,255,255,0.0);
    display:inline-block;
    padding-bottom: 1.25em;
    width: 100%;
    border-bottom: 1px dotted #63b1bd;
    
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}



.custom-blogpost2 .et_pb_post:hover {
    background: rgba(255,255,255,1);
    transition: transform 1s;
    padding:1em .75em 1.25em .75em;
    width: 105%;
    margin-left: -.75em;
    margin-top: -1em;
    margin-right: 1.25em;
    border-radius: 3px;
    box-shadow: rgba(99, 177, 189) -3px 5px 7px -3px;
    -moz-box-shadow: rgba(99, 177, 189) -3px 5px 7px -3px;
    -webkit-box-shadow: rgba(99, 177, 189) -3px 5px 7px -3px;
}



.custom-blogpost3 .et_pb_post {
    margin-bottom: 0em !important;
    /*margin-right: 10px !important;*/
    background: rgba(255,255,255,0.0);
    display:inline-block;
    padding: .75em;
    width: 100%;
    border-bottom: 1px dotted #63b1bd;
    
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}

.custom-blogpost3 .et_pb_post:hover {
    background: rgba(255,255,255,1);
    transition: transform 1s;
    
    margin: auto 0;
    
    border-radius: 3px;
    box-shadow: rgba(99, 177, 189) -3px 5px 7px -3px;
    -moz-box-shadow: rgba(99, 177, 189) -3px 5px 7px -3px;
    -webkit-box-shadow: rgba(99, 177, 189) -3px 5px 7px -3px;
}


.custom-blogpost2 .et_pb_title {
    margin-top:-15px;
}

/*#sidepost .et_pb_post .post {
    margin-bottom: 0;
}*/

.et_pb_blog_grid .et_pb_post {
    padding: 15px;
}

@media only screen and (min-width: 981px) {
    .et_pb_posts.custom-blogpost2 .et_pb_post img,
    .et_pb_posts.custom-blogpost2 .et_overlay {
        display:inline-flex;
        height: auto !important;
        width: 36% !important;
        float: left;
        margin-right: .25em;
        -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
        
    }

    .et_pb_posts.custom-blogpost2 .entry-title,
    .et_pb_posts.custom-blogpost2 .post-meta,
    .et_pb_posts.custom-blogpost2 .post-content {
        float: right;
        width: 62%;
    }
    
    
    .et_pb_posts.custom-blogpost2:hover .et_overlay {
        /*transform: skewX(-5deg) translatex(160px) scalex(0.025);*/
        border: 0px;
    }

    body.rtl .et_pb_posts.custom-blogpost2 .et_pb_post img,
    body.rtl .et_pb_posts.custom-blogpost2 .et_overlay {
        float: right;
        margin-left: 0%;
        margin-right: 0;
    }

    body.rtl .et_pb_posts.custom-blogpost2 .entry-title,
    body.rtl .et_pb_posts.custom-blogpost2 .post-meta,
    body.rtl .et_pb_posts.custom-blogpost2 .post-content {
        float: left;

    }

    
.et_pb_posts.custom-blogpost3 .et_pb_post img,
    .et_pb_posts.custom-blogpost3 .et_overlay {
        display:inline-flex;
        height: auto !important;
        width: 8% !important;
        float: left;
        margin-right: .5em;
        -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
        
    }

    .et_pb_posts.custom-blogpost3 .entry-title {
        /*min-height:100%;*/
        /*float: left;*/
        display: inline-flex;
        flex-direction: row;
        padding: 0 0;
       margin: auto 0;
        /*width: 45%;*/
    }

    .et_pb_posts.custom-blogpost3 .post-meta {
        
        float: initial;
        display: flex;
        margin-left: 5.1vw;
        width: 40%;

    }

    .et_pb_posts.custom-blogpost3 .post-content {
        float: right;
        display: inline-flex; 
        position: absolute;
        right: 0;
        top: .25em;
        width: 45%;
    }
    
    
    .et_pb_posts.custom-blogpost3:hover .et_overlay {
        /*transform: skewX(-5deg) translatex(160px) scalex(0.025);*/
        border: 0px;
    }

    body.rtl .et_pb_posts.custom-blogpost3 .et_pb_post img,
    body.rtl .et_pb_posts.custom-blogpost3 .et_overlay {
        float: right;
        margin-left: 0%;
        margin-right: 0;
    }

    body.rtl .et_pb_posts.custom-blogpost3 .entry-title,
    body.rtl .et_pb_posts.custom-blogpost3 .post-meta,
    body.rtl .et_pb_posts.custom-blogpost3 .post-content {
        float: left;

    }


}





.et_pb_post .entry-title {
    color:#03244d;
}

.custom-blogpost2 .et_pb_post .post-content p {
    /*display: inline-block;*/
    max-height: auto;
    overflow: hidden;
    line-height: 1.25em !important;
}

.custom-blogpost3 .et_pb_post .post-content p {
    display: inline-block;
    max-height: auto;
    overflow: hidden;
    line-height: 1.25em !important;
}

.et_pb_blog_0 .post-content {
    margin-top: 0 !important;
}

.custom-blogpost2 .et_pb_post .entry-featured-image-url, .custom-blogpost3 .et_pb_post .entry-featured-image-url {
    margin-bottom:.0em!important;
}

.et_overlay:before {
    position: absolute;
    top: 50%;
    left: 45%;
    margin: -16px 0 0 -16px;
    font-size: 32px;
    content: "\e050";
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
    opacity: 0;
}

.et_overlay:hover:before {
    top: 50%;
    left: 50%;
    opacity: 1;
}


.post-meta a, .et_pb_team_member_description a, .et_pb_toggle_content a {
    font-size: 16px;
    color: #489fad !important;
    display: inline-block !important;
    white-space: normal !important;
    line-height: 1.1em;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -o-transition: width .3s ease;
    -ms-transition: width .3s ease;
    transition: width .3s ease;
}

/* The CSS for having the featured image on the left */
.et_pb_module.custom-staff .et_pb_ajax_pagination_container article.et_pb_post {

  width: 100%; 
}

.et_pb_module.custom-staff .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-url {

    display:inline-block !important;
    overflow: hidden;
    width: 10%;
    padding-bottom: 10%;
    height: 0;
    position: relative;
    float: left; 
}

.et_pb_module.custom-staff .et_pb_ajax_pagination_container article.et_pb_post img {

    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    object-fit: cover; }

.et_pb_module.custom-staff .et_pb_ajax_pagination_container article.et_pb_post .entry-title,

.et_pb_module.custom-staff .et_pb_ajax_pagination_container article.et_pb_post .post-meta,

.et_pb_module.custom-staff .et_pb_ajax_pagination_container article.et_pb_post .post-content {

    width: 90%;
    float: right; 
}

@media all and (max-width: 479px) {

    .et_pb_module.custom-staff .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-url,
    .et_pb_module.custom-staff .et_pb_ajax_pagination_container article.et_pb_post .entry-title,
    .et_pb_module.custom-staff .et_pb_ajax_pagination_container article.et_pb_post .post-meta,
    .et_pb_module.custom-staff .et_pb_ajax_pagination_container article.et_pb_post .post-content {

      width: 100%;
      float: none; 
    } 
}




#main-content.coa-results {
    background: #efefef;
    padding-top: 72px;
}

#main-content.coa-results #sidebar {
    border-left:1px dotted #63b1bd;
    padding-left: 1.5em;
}

#main-content.coa-results #left-area {
    padding-right: 1.5em  !important;
}


#main-content.coa-results #left-area .et_pb_column {
    z-index: 1 !important;
}

#main-content.coa-results #left-area article {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dotted #007faa;
    transition: background ease-out 500ms ;
    line-height: 1.3em !important;
    width: 100%;
    
}

#main-content.coa-results #left-area article:hover {
    background-color: #ffffff;
    border-radius: 3px;
    border-bottom: 1px dotted #f1560E;
    
    
    transform: translateY(-1px);
}

#main-content.coa-results #left-area article .et_pb_column_inner_1 .et_pb_text_inner img {
    border-radius: 50%;
}

#main-content.coa-results #left-area article .et_pb_column_inner_1 {
    width: 10%;
    margin: auto 0;
    padding: .75em 0em .75em .75em;     
}
@media (max-width: 478px) {
    #main-content.coa-results #left-area article .et_pb_column_inner_1 {
    width: auto !important;
    margin: auto !important;
    padding: .75em 0em .75em .5em;
    }
}

#main-content.coa-results #left-area article .et_pb_column_inner_2 {
    width: 40%;
    margin: auto;
    padding: .75em .5em;
}

@media (max-width: 478px) {
    #main-content.coa-results #left-area article .et_pb_column_inner_2 {
    width: 70% !important;
    margin: auto;
    padding: .75em .5em;
    }
}

#main-content.coa-results #left-area article .et_pb_column_inner_3 {
    width: 50%;
    margin: auto;
    padding: .75em .5em;
}

@media (max-width: 478px) {
    #main-content.coa-results #left-area article .et_pb_column_inner_3 {
    width: 100%;
    margin: auto 0;
    padding: 0em .75em .75em;
    }
}

#main-content.coa-results .et_pb_section {
    background: #efefef !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#main-content.coa-results .et_pb_section .et_pb_row.orange-lines {
    background-image: url(https://agriculture.auburn.edu/wp-content/uploads/2020/04/orange-double-line-bg.png);
    border-bottom-color: #f26522;
    
    margin-bottom: 1em!important;
}

#main-content.coa-results .et_pb_section .et_pb_row .et_pb_column {
    z-index: 1!important;
}

@media (min-width: 981px){
 #et-boc .et-l .coa-results .et_pb_section {
    padding: 0 0 !important;
    }

    #main-content.coa-results {
    padding-top: 95px !important;
	}

	.et-db #et-boc #section-padding {
		padding: 0 0!important;
	}
}

body:not(.et-tb) #main-content.coa-results .container {
    padding-top: 0 !important;
}


#sidebar .et_pb_widget a {
    
    border-top: 1px rgba(255,255,255,0);
    border-right:1px rgba(255,255,255,0);
    border-left: 1px rgba(255,255,255,0);
    border-bottom:1px dotted #007faa;
    padding: .5em 1em;
    font-size: 16px;
    color: #007faa !important;
    display: inline-block !important;
    white-space: normal !important;
    line-height: 1.2em;
    width:100%;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    /*background: rgba(255,255,255,0);
    background: linear-gradient(135deg, rgba(3,36,77,1) 0%, rgba(3,36,77,1) 40%, rgba(255,255,255,1) 50%, rgba(242,100,34,1) 60%, rgba(254,245,240,1) 74%, rgba(255,255,255,0.96) 75%, rgba(255,255,255,0) 100%);
    */
    background: rgba(3,36,77,1);
    background: -moz-linear-gradient(-45deg, rgba(3,36,77,1) 0%, rgba(3,36,77,1) 44%, rgba(242,100,34,1) 44%, rgba(242,100,34,1) 57%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(3,36,77,1)), color-stop(44%, rgba(3,36,77,1)), color-stop(44%, rgba(242,100,34,1)), color-stop(57%, rgba(242,100,34,1)), color-stop(57%, rgba(255,255,255,1)), color-stop(58%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(-45deg, rgba(3,36,77,1) 0%, rgba(3,36,77,1) 44%, rgba(242,100,34,1) 44%, rgba(242,100,34,1) 57%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(3,36,77,1) 0%, rgba(3,36,77,1) 44%, rgba(242,100,34,1) 44%, rgba(242,100,34,1) 57%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(3,36,77,1) 0%, rgba(3,36,77,1) 44%, rgba(242,100,34,1) 44%, rgba(242,100,34,1) 57%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
    background: linear-gradient(135deg, rgba(3,36,77,1) 0%, rgba(3,36,77,1) 44%, rgba(242,100,34,1) 44%, rgba(242,100,34,1) 57%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03244d', endColorstr='#ffffff', GradientType=1 );

    background-size: 400% auto;
    background-position:right bottom;
}

#sidebar .et_pb_widget a:active {
    color: #f1560e !important;
    padding-left: 3px;
}

#sidebar .et_pb_widget a.tag-cloud-link {
    width: auto!important;
    line-height: 1rem !important;
}


#sidebar .et_pb_widget ul li {
    margin-bottom: 0;
}

.post-meta a, .et_pb_team_member_description a, .et_pb_toggle_content a {
    color:#007faa !important;
    display:inline-block;
    line-height: 1.2em;
    border-bottom:1px dotted #63b1bd;
}

.post-meta a:hover, .et_pb_team_member_description a:hover, .et_pb_toggle_content a:hover {
    color: #f1560E !important;
    white-space: normal !important;
    border-bottom: 1px none ;
}

#sidebar .et_pb_widget a:hover {
    color: #ffffff !important;
    white-space: normal !important;
    border-bottom: 1px dotted #63b1bd;
    /*background-image: linear-gradient(to top, rgba(239,239,239,1), rgba(239,239,239,0));*/


   background-position:left top;
   -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}



.blurb3 {
     /*63b1bd*/
    background-color: rgba(3, 36, 77, 0.7);
visibility: visible;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
}

.blurb3:hover {
    background: rgba(255,255,255,1);
} 



.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    text-align: center;
}

.et_pb_post h2.entry-title {
text-transform: uppercase;
}

.sideblurb article.et_pb_post  {
margin-bottom: 0rem !important;
overflow: hidden !important;
border-radius: 3px 3px 0 0  !important;
}

/*.sideblurb article.et_pb_post:hover .entry-featured-image-url img:hover  {
    padding-left: 1rem !important;
    padding-top: 0 !important;
    padding-right: 1rem !important;
}*/

.sideblurb article.et_pb_post .entry-featured-image-url {
    white-space: normal !important;
    margin-bottom: .75rem !important;
    border:none!important;
    
}

.sideblurb article.et_pb_post .et_overlay {
	
	display: flex;
	border-radius: 3px 3px 0 0  !important;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .3s ease-in-out !important;

	background: rgba(3,36,77,1);
	background: linear-gradient(135deg, rgba(3,36,77,0.7) 0%, rgba(0,127,170,0)  21%, rgba(255,255,255,1) 44%, rgba(9,245,249,0.3) 45%, rgba(9,245,249,1) 57%, rgba(255,255,255,1) 58%, rgba(255,255,255,0) 65%);
    background-size: 400% auto;
    background-position:right bottom;
}

.sideblurb:hover article.et_pb_post:hover .et_overlay {
	white-space: normal !important;
	background-position:left top;
	border-radius:3px 3px 0 0 !important;
}

.sideblurb {
border-left: #63b1bd solid 3px !important;
border-radius: 5px 3px 3px 0 !important;
background: #FFFFFF !important;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
	
}

.sideblurb:hover {

border-left: 0px !important;
border-bottom: #f1560e solid 3px !important;
border-radius: 3px 3px !important;
transform: translate(0, -5px);
box-shadow: rgba(99, 177, 189) -3px 12px 18px -6px;
-moz-box-shadow: rgba(99, 177, 189) -3px 12px 18px -6px;
-webkit-box-shadow: rgba(99, 177, 189) -3px 12px 18px -6px; 
}



.et_pb_button.bg-animation {
    display: inline-block;
    border-radius: 1px;
    border: 0px;
    padding: 10px 17px 10px 20px;
        letter-spacing: 3px;
        color: #fff;
        font-size: .75rem;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        background-size: 250% auto;

        background: rgb(255,183,107);
        background: -moz-linear-gradient(-45deg, rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,252,249,1) 51%, rgba(255,183,107,1) 55%, rgba(255,127,4,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,252,249,1) 51%,rgba(255,183,107,1) 55%,rgba(255,127,4,1) 100%);
        background: linear-gradient(135deg, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,252,249,1) 51%,rgba(255,183,107,1) 55%,rgba(255,127,4,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=1 );

        /*background: rgba(3,36,77,1);
        background: -moz-linear-gradient(-45deg, rgba(3,36,77,1) 0%, rgba(3,36,77,1) 44%, rgba(242,100,34,1) 44%, rgba(242,100,34,1) 57%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(3,36,77,1)), color-stop(44%, rgba(3,36,77,1)), color-stop(44%, rgba(242,100,34,1)), color-stop(57%, rgba(242,100,34,1)), color-stop(57%, rgba(255,255,255,1)), color-stop(58%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
        background: -webkit-linear-gradient(-45deg, rgba(3,36,77,1) 0%, rgba(3,36,77,1) 44%, rgba(242,100,34,1) 44%, rgba(242,100,34,1) 57%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(3,36,77,1) 0%, rgba(3,36,77,1) 44%, rgba(242,100,34,1) 44%, rgba(242,100,34,1) 57%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(3,36,77,1) 0%, rgba(3,36,77,1) 44%, rgba(242,100,34,1) 44%, rgba(242,100,34,1) 57%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
        background: linear-gradient(135deg, rgba(3,36,77,1) 0%, rgba(3,36,77,1) 44%, rgba(242,100,34,1) 44%, rgba(242,100,34,1) 57%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03244d', endColorstr='#ffffff', GradientType=1 );*/

        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
}

.et_pb_button.bg-animation:hover {
    background-color: transparent;
    border-radius: 1px;
    border: 0px;
    padding: 10px 17px 10px 20px;
    background-position: right center;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
}

.et_pb_button.bg-animation:after {
    display: none;
}




#main-footer h4 {

font-family: Brandon-Black, Arial, sans-serif;
font-size: 20px;

}

#text-5, #text-6, #text-3 {
    padding-bottom: 1em !important;
}

#main-footer {
    
    color: #FFF;
}


@media only screen and (min-width:981px) {
    #main-footer h4 {
        font-size: 20px
    }



    #main-footer #about-footer a, #questions-call-us-footer a, #contact-footer a, #link-footer a, #students-major-in-degrees-footer a, #research-footer a, #outreach-footer a, #news-events-footer a, #alumni-giving-footer a {
        border-bottom: 1px dotted #63b1bd;
        /*border-bottom: 1px solid transparent;*/
        color: #489fad;
        line-height: 1.25rem;
        padding: .25em 0;
        text-decoration: none;
        display: inline-block;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease; 
    }

    #main-footer #about-footer a:before {
        
        content: '';
        color: #f1560e;
        
        border-bottom: 1px solid #f1560e;
        width: 0;
        margin: auto;
        position: relative;
        bottom:-1px;
                            
    }

    #main-footer #about-footer a:hover, #questions-call-us-footer a:hover, #contact-footer a:hover, #link-footer a:hover, #students-major-in-degrees-footer a:hover,#research-footer a:hover, #outreach-footer a:hover, #news-events-footer a:hover, #alumni-giving-footer a:hover {
        color: #FFF;
        background-color: #000;
        bottom:1px;
        border-bottom: 1px solid #f1560e;
        padding: .25em 7px;
    }

    #main-footer #about-footer a:hover:before {  
        width: 100%;
    }


}



.et_pb_blurb_position_left .et_pb_main_blurb_image { width: 160px !important; }
.et_pb_blurb_position_left img { height: 90px !important; }
/*.et_pb_blurb_position_left .et-pb-icon { font-size: 160px !important; }*/



nav.et_pb_blog_filters {
    display: block!important;
}

#dfbm-active-cat {
    text-align: center;
}

#dfbm-cat-nav {
    justify-content: center;
    margin-top: 5px;
}


.et_pb_dfbm_blog .et_pb_content_container .bottom
{
    display: inline !important;
}


.et_pb_dfbm_blog .et_pb_content_container .bottom a.et_pb_button.read-more {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.et_pb_dfbm_blog .et_pb_content_container .bottom a:hover.et_pb_button.read-more {
  background: #f1560e !important;
}

.filterable-blogposts article {
    margin-bottom: 10px;
}

.filterable-blogposts .et_pb_image_container img {
    height: 199px;
    min-height: 199px !important;
    max-height: 199px !important;
}



/*.menu-regional-centers-container {
    margin-top: 15px;
}

.menu-regional-centers-container ul
{
    list-style:none;
    position:relative;
    float:left;
    margin:0;
    padding:0
}

.menu-regional-centers-container ul a
{
    display:block;
    color:#333;
    text-decoration:none;
    font-weight:700;
    font-size:12px;
    line-height:32px;
    padding:0 15px;
    font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

.menu-regional-centers-container ul li
{
    position:relative;
    float:left;
    margin:0;
    padding:0
}

.menu-regional-centers-container ul li.current-menu-item
{
    background:#ddd
}

.menu-regional-centers-container ul li:hover
{
    background:#f6f6f6
}

.menu-regional-centers-container ul ul
{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#fff;
    padding:0
}

.menu-regional-centers-container ul ul li
{
    float:none;
    width:200px
}

.menu-regional-centers-container ul ul a
{
    line-height:120%;
    padding:10px 15px
}

.menu-regional-centers-container ul ul ul
{
    top:0;
    left:100%
}

.menu-regional-centers-container ul li:hover > ul
{
    display:block*/

.et_right_sidebar #sidebar {
        padding-left: 0px;
    }

#sidebar .widgettitle {
    display: inline-block;
padding: 0 .25em;
font-size: 24px !important;
font-family: 'Brandon-Black',Helvetica,Arial,sans-serif !important;
text-transform: uppercase;
text-align: center;
width: 100%;

background: round no-repeat;
    background-image: url(https://agriculture.auburn.edu/wp-content/uploads/2020/12/Lt-blue-double-line-bg-fade.png);

border-radius: 0px 3px 3px 0;


}




#sidebar h4 {
    vertical-align: middle !important;
    
}

/*#sidebar .et_pb_widget:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #303030;
    bottom: -30px;
    left: calc(50% - 30px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0;
}*/

@media all and (max-width: 980px) {
    .et_pb_row>.et_pb_column.et_pb_column_2 {
    border-left:0px !important;
    }
    .et_pb_row>.et_pb_column.et_pb_column_4 { 
    border-left:0px !important;
    }
    .et_pb_row>.et_pb_column.et_pb_column_1_4 { 
    border-left:0px !important;
    }
}

#main-content .container:before {
        width: 0px;
    }

.sideh3 h3 {
    font-size: 18px !important;
}


.et-db #et-boc .et-l .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-top:0px !important;
    padding-bottom:0px !important;
    padding-left:15px !important;
}

.et_pb_button.visitdays_btn {
	color: #FFFFFF!important;
    border-width: 0px!important;
    text-transform: uppercase!important;
    background-color: #03244d;
    box-shadow: -3px 5px 10px 0px rgba(0,0,0,0);
    font-family: 'Brandon-Black',Helvetica,Arial,sans-serif;
    display: inline-block;
}

.et_pb_button.visitdays_btn:hover {
	background-image: initial;
    background-color: #f1560e;
	box-shadow: -3px 5px 10px 0px #63b1bd;
}

.et_pb_button.visitdays_btn:after {
	color: #007399;
    line-height: inherit;
    font-size: inherit!important;
    margin-left: .25em;
    left: auto;
}

.et_pb_team_member_image img {
	border-radius: 50% 50% 50% 50% !important;
	overflow: hidden;
	max-width: 150px !important;
}

.et_pb_member_position {
	color: #666666;
}


