/*///////////////////////
/////////////////////////
/////   layout      /////
/////////////////////////
///////////////////////*/

.pictureCaption {
border: 1px solid #CCC;
background-color: #F9F9F9;
padding: 3px;
font: 11px/1.4em Arial, sans-serif;
}

sup {
vertical-align: super;
font-size: smaller;
}

section{
    float:left;
}

.section{
    float: left;
    width: 100%;
}
.banner-link{
    color:#d5a600 !important;
    text-decoration:none !important;
}

.banner-link:hover{
    text-decoration:underline !important;
}
.featured-container-top { 
    color: #4d4038; 
    padding-left: 110px; 
    background-image: url("https://www.purdue.edu/vet/files/images/featured-top.png"); 
	background-repeat: no-repeat;
	padding-right:30px;
    font-size: 1.6em;
    line-height: 1.2em;
	font-weight: 300;
	margin-top:20px;
	margin-bottom: 10px;
}
.welcome-title{
line-height: 1.2em;
    color: #333333;
    font-size: 3.2em;
}

.main-textbox{
    padding: 90px 20px 0 20px;
    float: left;
}

@media (max-width:768px){
    .featured-container-top { 
    color: black; 
    padding-left: 0px; 
    background-image: none; 
    background-repeat: no-repeat;
	padding-right:30px;
    font-size: 1em;
    line-height: 1em;
	margin-top:20px;
	margin-bottom: 10px;
}
.main-textbox{
    padding: 10px 20px 0 20px;
    float: left;
}

.welcome-title{
line-height: 1em;
    color: #333333;
    font-size: 2em;
}
    }

.featured-container-box-light {
    position: relative;
    margin: 5px;
    padding: 8px;
    color: #666;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 25px;
}

.featured-container-left-wcaption {
    padding: 8px;
    color: #4d4038;
    font-weight: normal;
    font-size: 0.8em;
    margin-bottom: 15px;
    float:right;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 10px;
}

.floatright {
    float:right;
    margin:0 10px 10px 10px;
}

.floatleft {
    float:left;
    margin:0 10px 10px 10px;
}

/* Section/Article */

    section.special, article.special {
		text-align: center;
	}

		section.special article, article.special article {
			text-align: left;
		}

	section.wrapper, article.wrapper {
		padding: 6em 0;
	}

		section.wrapper header, article.wrapper header {
			margin-bottom: 4em;
		}

			section.wrapper header h2, article.wrapper header h2 {
				font-size: 2.75em;
				margin: 0 0 .5em 0;
			}

			section.wrapper header p, article.wrapper header p {
				font-size: 1em;
			}

		section.wrapper article header, article.wrapper article header {
			margin: 0;
		}

		section.wrapper.style1, article.wrapper.style1 {
			background: #5385c1;
			color: #bacee6;
		}

			section.wrapper.style1 header h2, article.wrapper.style1 header h2 {
				color: #fff;
			}

			section.wrapper.style1 header p, article.wrapper.style1 header p {
				color: #bacee6;
			}

			section.wrapper.style1 h3, article.wrapper.style1 h3 {
				color: #FFF;
			}

		@media screen and (max-width: 980px) {

			section.wrapper, article.wrapper {
				padding: 2em 0;
			}

		}

		@media screen and (max-width: 736px) {

			section.wrapper header, article.wrapper header {
				margin-bottom: 2em;
			}

				section.wrapper header h2, article.wrapper header h2 {
					font-size: 2em;
				}

				section.wrapper header p, article.wrapper header p {
					font-size: .9em;
				}

		}

		@media screen and (max-width: 480px) {

			section.wrapper, article.wrapper {
				text-align: center;
			}

				section.wrapper article, article.wrapper article {
					text-align: center;
				}

		}


/* Flex */

    .flex {
		display: -ms-flexbox;
		-ms-flex-wrap: wrap;
		-ms-flex-pack: justify;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}

		.flex.flex-2 article {
			width: 47%;
		}

		.flex.flex-3 article {
			position: relative;
			width: 30%;
		}

			.flex.flex-3 article:before {
				content: '';
				position: absolute;
				width: 100%;
				height: 100%;
				right: -2em;
				top: 0;
				border-right: 1px solid #dbdbdb;
				pointer-events: none;
			}

			.flex.flex-3 article:last-child:before {
				border: none;
			}

		.flex.flex-4 .box {
			width: 21%;
		}

		@media screen and (max-width: 980px) {

			.flex.flex-2 article {
				width: 100%;
				margin-bottom: 3em;
			}

				.flex.flex-2 article:last-child {
					margin-bottom: 0;
				}

			.flex.flex-3 {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				.flex.flex-3 article {
					width: 100%;
					border-bottom: 1px solid #dbdbdb;
					padding-bottom: 2.5em;
					margin-bottom: 3em;
				}

					.flex.flex-3 article:last-child {
						border: none;
						margin: 0 0 1em 0;
					}

					.flex.flex-3 article:before {
						display: none;
					}

			.flex.flex-4 .box {
				width: 47%;
			}

		}

		@media screen and (max-width: 480px) {

			.flex.flex-4 .box {
				width: 100%;
			}

		}


    .inner {
		max-width: 75em;
		margin: 0 auto;
	}

		@media screen and (max-width: 1280px) {

			.inner {
				max-width: 90%;
			}

		}
        

		@media screen and (max-width: 480px) {

			.inner {
				max-width: 85%;
			}

		}
        
        
        
.full-width-banner {
    position: relative;
    z-index: 1;
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.captiondiv {
text-align: center;
padding-top: 75px;
padding-top: 250px;
padding-left: 10px;
padding-right: 10px;
}

@media (max-width: 768px){
    .full-width-banner {
        height: 315px;
    }
    .captiondiv {
    padding-top: 75px;
    }
    .title {
    font-size: 2.5em !important;
    }
    
}


.header {
    display: inline-block;
    margin: 0;
    padding: 10px 15px 10px 10px;
    background-color: rgba(0,0,0,.7);
    font-family: 'archivoNarrow',"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    font-size: 2.625em;
}

.subheader {
    display: inline-block;
    padding: 10px 15px 10px 10px;
    background-color: rgba(194, 142, 14, 0.8);
    color: #000;
    line-height: 1.125em;
    font-size: 1.625em;
}

@media (max-width: 768px) {
.header {
    font-size: 1.625em;
}

.subheader {

    font-size: 1em;
}
}

.featureButtons a:visited {
    background-color: #eee;
    color: #656565;
    font-weight: 400;
    text-decoration: none;
}

.featureButtons a {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    text-align: center;
    line-height: 1em;
}
.featureButtons a:link {
    background-color: #eee;
    color: #656565;
    font-weight: 400;
    text-decoration: none;
}

.sidecontent {
    margin-bottom: 40px;
}

		button.special,
		.button.special {
			background-color: #dadada;
			color: #333 !important;
		}

			button.special:hover,
			.button.special:hover {
				background-color: #FFD100;
			}


			button.special:active,
			.button.special:active {
				background-color: #FFD100;
			}
            
 footer .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #5a5a5a;
    border-radius: 0;
    border: 0;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    height: 2.85em;
    line-height: 2.95em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: normal;
}

.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #5a5a5a;
    border-radius: 0;
    border: 0;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    height: 2.85em;
    line-height: 2.95em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
}

.major:after {
    background: rgba(144, 144, 144, 0.5);
    content: '';
    display: inline-block;
    height: 1px;
    margin-bottom: 1em;
    width: 10em;
}

.content {
    margin: 50px 0;
}

/*/////////////////////////RESEARCH/////////////*/
.shader {
    background-color: rgba(0,0,0,.8);
    margin-top: 15%;
    margin-bottom:40px;
    padding: 2em;
    border-top: 10px #ffd100 solid;
    float: left;

}

.fullwidthheader {
    color: #fff !important;
    font-size: 2em;
    line-height: 1em;
}

.fullwidthparagraph {
    color: #FFD100;
    font-size: 2.2em;
    margin-top: 4%;
    text-shadow: 2px 2px rgba(0,0,0,0.9);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1em;
    padding-top: 12px;
}

@media (min-width: 1600px){
    .container1 {
        width: 81%;
        max-width:1500px;
    }
    
    .container2 {
        width: 80%;
    }
}

@media (max-width: 1698px){
    .shader {
        background-color: rgba(0,0,0,.6);
        margin-top: 15%;
        padding: 2em 2em 6em 2em;
        border-top: 10px #ffd100 solid;
        min-height: 500px;
    }

}


@media (max-width: 991px){
.shader {
    min-height: 420px;
    width: 100%;
}
}

@media (max-width: 768px){

   .titlecontainer{
       text-align:center;
   }
   .shader {
    padding: 2em 2em 2em 2em;
   }
   .newsheading{
       font-size:1.5em;
   }
}

@media (max-width: 992px){
    
}

.imgcontainer{
    min-height: 95px;
}
.newsimage{
    float: left;
    padding-left: 0;
    padding-right: 0;
    height: 250px;
    border-top: 5px solid #29A592;
    background-position: center;
    background-size: cover;
    width: 100%;
    margin-bottom: 10px;
}


.newsheading{
    padding-top: 0;
    padding-bottom: 0;
    color: #ffd100;
    font-weight: normal;
    padding-left:10px;
}

.highlights{
    text-align:center;
    margin-bottom: 30px;
}


.highlightsection {
    background-image: url(/vet/files/images/backgrounds/blue2blur.jpg);
    float:left;
}

.highlightsection {
    background-attachment: scroll, scroll, scroll, fixed;
    background-color: #645862;
    padding: 70px 50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.programlink {
    color:#ffd100;
    text-decoration: none !important;
}

.programlink:hover{
    text-decoration:underline !important;
}

.highlightimage:hover{
    opacity:.9;
}

a.programlink:active, a.programlink:hover{
    color: white;
}

.title{
    font-size: 3em;
    line-height: 1.2em;
}

.highlightimage{
  min-height: 200px;
  width: 100%;
}
.paragraph{
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 25px;
}

@media (max-width: 992px){
.paragraph{
    font-size: 1.2em;
    line-height: 1.3em;
}

.title {
    font-size: 2.7em;
    line-height: 1em;
    margin-bottom: 20px;
}
}



.featureLink{
    display: block;
    width: 100%;
    margin: 15px 0 15px 0;
    padding: 7px 10px;
    color: #fff;
}

.introtextbox a.featureLink:hover {
    background-color: #6f6f6f;
}

.introtextbox a{
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    padding: 14px;
    font-weight: 400;
    background-color: #5d92b3;
}

@media (max-width:768px){
    .introtextbox a {
        font-size: 1em;
        padding: 10px;
    }
    
    .introtextbox {
        max-height: 900px !important;
    }
}

.introtextbox h2{
    color: black;
    font-size: 2em;
    padding-top: 0;
}
.introside{
    margin-bottom: 40px;
    margin-top: 40px;
    padding:0;
}

.introimage{
    height: 770px;
    margin-bottom: 40px;
}

.introtextbox{
    max-height: 1170px;
    min-height: 790px;
    float: left;
    background-color: #f1f1f1;
    color: #585858;
    padding: 30px;
    border-bottom: 5px solid #000000;
    border-top: 5px solid #000000;
    margin-bottom:30px;
}

.funding{
    padding: 40px;
    float:left;
}

.fundingopps{
    border-left: 4px solid #b57b0d;
    min-height: 100px;
    margin-bottom: 20px;
}

.grid {
    padding: 8px;
    padding-top: 0;
}

.section a div {
    display: block;
    white-space: normal;
    font-weight: normal;
}

.bg {
    padding: 20px;
    font-size: 1.5em;
}

a div .fa {
    color: #fff;
    font-size: 1.75em;
    margin-bottom: 10px;
}

.bg--pattern-gray {
    background-color: black;
    background-repeat: repeat;
}

.fundingtitle{
    padding-top:0px;
    margin-bottom:20px;
    color:#171717;
    font-size: 3em;
}

.funding{
}
.opparea{
   border-right: solid 2px #333333;
   margin-bottom: 40px;
}

.opptitle{
   font-weight:bold;
}

.fundingopps:hover{
    background-color: #e1e1e1;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

.grid:hover {
    opacity: .8;
}

.programtitlebox{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.programtitle{
    color: white;
    text-align: center;
    font-size: 2.5em;
    font-weight: normal;
    background-color: black;
    padding: 20px;
    margin-bottom: 40px;
}

.programtitle2{
    color: white;
    padding: 14px;
    font-weight: normal;
    background-color: #29A592;
    text-align: left;
    font-size: 1.4em;
    height: 100px;
}

@media (min-width: 1330px){
.col-custom5 {
    width: 20%;
}
.col-custom4 {
    width: 25%;
}
.highlightimage {
    min-height: 240px;
    width: 100%;
}

.programtitle2{
    padding: 12px;
    font-size: 1.2em;
}

}


@media (min-width: 1490px){
.col-custom5 {
    width: 20%;
}
.col-custom4 {
    width: 25%;
}
.highlightimage {
    min-height: 240px;
    width: 100%;
}

.programtitle2{
    font-size: 1.5em;
}

}


@media (min-width: 1400px){
.col-custom6 {
    width: 16.66666667%;
}
}

@media (max-width: 1330px){
.highlightimage {
    min-height: 225px;
    width: 100%;
}
.programtitle2 {
    width: 100%;
}
}

@media (max-width: 1200px){
.opparea {
    border-right:none;
}
}

.boxlink{
        margin-bottom: 20px;
}

.boxlink:hover{
    -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



/*///////////////////////
/////////////////////////
///   navigation      ///
/////////////////////////
///////////////////////*/

.dropdown-menu>li.sub-header>a, .blackbar .sub-header {
    
    display: block; 
    padding: 3px 10px; 
	color: #2eaf9b; 
	clear: both; 
	font-weight: 400; 
	line-height: 1.428571429;
	white-space: nowrap;
	
}

.blackbar .dropdown .dropdown-menu > li.sub-header > a {
	
	color: #2eaf9b; 
	padding: 3px 0px;
	
}


.newsandinfo{
    background-color: #fff;
    float: left;
    padding:40px;
    padding-bottom: 80px;
}


.box1, .box2, .box3, .box4{
    height: 275px;
    display: table !important;
    border-bottom: 5px solid #6e99b4;
}

.box1:before, .box2:before, .box3:before, .box4:before {
    -moz-transition: opacity 0.5s ease;
    /* -webkit-transition: opacity 0.5s ease; */
    -ms-transition: opacity 0.5s ease;
    /* transition: opacity 0.5s ease; */
    /* bottom: 0; */
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.95;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.box1:before, .box2:before, .box3:before ,.box4:before {
    background-color: rgba(0,0,0,.5);
}

.box1:hover::before, .box2:hover::before, .box3:hover::before ,.box4:hover::before {
    background-color: rgba(0,0,0,.1);
}

.box1 {
    background-image: url("/vet/files/images/homepage/dvm.jpg");
    background-size: cover;
    }
    
.box2 {
    background-image: url("/vet/files/images/homepage/nurse.jpg");
    background-size: cover;
    }
    
.box3 {
    background-image: url("/vet/files/images/homepage/hospital.jpg");
    background-size: cover;
    }
    
.box4 {
    background-image: url("/vet/cpb/files/images/contact.jpg");
    background-size: cover;
    }    

.box1 h3, .box4 h3 {
    z-index: 3000;
    position: relative;
    color: white;
    font-size: 2.9em;
    text-align: center;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.box2 h3, .box3 h3 {
    z-index: 3000;
    position: relative;
    color: white;
    font-size: 2.8em;
    text-align: center;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}


@media (max-width: 768px) {
.box2 h3, .box3 h3, .box1 h3, .box4 h3 {
    font-size: 2em;
}
}

.shader a , .shader a:link{
    text-decoration: none !important;
}


.newstory{
    float: left;
    width: 100%;
    padding: 0;
}
.newstext a{
    font-size: 1.4em !important;
    color: #333;
    text-decoration: none;
}

.boxshadow{
    background-color: white;
    padding: 0;
}

#tile1{
    height: 385px;
    background-color:black;
    margin-bottom:20px;
}
#tile2,#tile3,#tile4 {
    height:385px;
    background-color:black;
    margin-bottom:20px;
} 

.caption {
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    padding: 20px;
    background-color: rgba(0,0,0,.7) !important;
}

.text{
    font-size: 1.625em;
    line-height: 1.2em;
    color: white;
}

.datebox{
    height: 150px;
    float: left;
    width: 30%;
    min-width:130px;
    background-color: black;
    color: #ffd100;
    padding: 50px 10px;
    text-align: center;
    font-size: 2.2em;
    margin-right: 10px;
}
@media (max-width:570px){
  .datebox{
    width: 100%;
  }
  .newsbox {
    text-align:center;
    height: auto !important;;
  }
  .eventtitle{ 
    width: 100vw;
  }
}

.eventsarticle {
    width:100%;
    height: 150px;
    margin: 20px 0;
    padding: 0;
    color: #ffd100 !important;
    float: left;
    }
    
    .newsbox{
    background-color: #f7f7f7;
    height: 150px;
    padding: 0;
    }
    
.datemonth{
    font-size: 20px;
    margin-top: 5px;
    color:white !important;
}    
    
.eventtitle{
    height: 150px;
    display: table-cell !important;
    vertical-align: middle;
    font-size: 1.6em;
    color: #333;
    line-height: 0.9;
    font-weight: 400;
} 

.eventtitle a{
    text-decoration:none;
    color: #333;
    line-height: 0.9;
    font-weight: 400;
} 

@media (max-width:768px){    
    .eventsarticle {
    height: auto;
    min-height: 110px;
}
}



.icon-button {
	/*background-color: white;*/
	border-radius: 5rem;
	cursor: pointer;
	display: inline-block;
	font-size: 3.0rem;
	height: 5rem;
	line-height: 5rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 5rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 5rem;
	height: 5rem;
	border-radius: 5rem;
	margin: -2.5rem;
}
.icon-button span {
	background-color: #333;
}


/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 5rem;
	left: 0;
	line-height: 5rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 5rem;
	z-index: 10;
}
.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .icon-google-plus {
	color: #db5a3c;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
	color: white;
}


.facebook {
    /*color: #3b5998;*/
    background-color:#3b5998;
}
.twitter {
    /*color: #00aced;*/
    background-color: #00aced;
}

.youtube {
    /*color: #bb0000;*/
    background-color: #bb0000;
}

.linkedin {
    /*color: #007bb6;*/
    background-color: #007bb6;
}
.instagram {
    /*color: #517fa4;*/
    background-color:#517fa4;
}
.pinterest{
     background-color: #c8232c 
}

.followtext{
    font-size: 2em;
    line-height: 1em;
    text-align:center;
}

.socialtext{
    font-size: 3em;
    color: #5d92b3;
    text-align:center;
    line-height: 1em;
}

.hover-effect:hover {
    opacity:.8;
}

.eventsarticle a {
    text-decoration:none;
}
.eventsarticle a:hover .eventtitle{
    text-decoration:underline !important;
}

.eventsarticle a:hover .datebox{
    background-color: #5d92b3;
    
}