


 /*#region Layout Overrides */
 @media all and (min-width:1280px) {
     body.linear.hd #siteName {
         width: 56%;
     }
 }

 /*#endregion Layout Overrides */


 /*///////////////////////////////////////BEGIN Banner///////////////////////////////////////*/
 /**************BEGIN Image***************/

 .wideload-banner {
     background-color: #231F20;
     background-image: url("images/banners/banner-home.jpg");
     min-height: 350px;
     background-size: cover;
     background-position: left;
     position: relative;
     width: 100%;
 }

 .wideload-overlay {
     background: rgba(50, 50, 50, 0.50);
     min-height: 350px;
     overflow: hidden;
     z-index: 2;
 }

 .wideload-content {
     position: absolute;
     top: 50%;
     -webkit-transform: translate(0, -50%);
     transform: translate(0, -50%);
     left: 50%;
     margin-right: -50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     width: 70%;
 }

 /*---BEGIN Mobile---*/

 @media only screen and (min-width: 1025px) {
     .wideload-banner {
         background-image: url("images/banners/banner-home.jpg");
     }
 }

 @media only screen and (min-width:760px) and (max-width: 1024px) {
     .wideload-banner {
         background-image: url("images/images/graphics/homepage_banner_1024.jpg");
     }
 }

 @media only screen and (min-width:550px) and (max-width: 760px) {
     .wideload-banner {
         background-image: url("images/images/graphics/homepage_banner_768.jpg");
     }
 }

 @media only screen and (min-width:300px) and (max-width: 550px) {
     .wideload-banner {
         background-image: url("images/images/graphics/homepage_banner_420.jpg");
     }
 }

 /*---END Mobile---*/
 /**************END Image***************/

 /*///////////////////////////////////////END Banner///////////////////////////////////////*/




 #rightsidebar .mod-articles-category-title {
     color: #555555 !important;
     font-size: 16px;
     font-weight: 500;
     line-height: 24px;
 }

 #rightsidebar .category-module>li {
     margin: 0;
     padding: 2.25% 2% 2.25% 0;
 }

 .chairsWelcome a {
     font-weight: 500;
     display: inline-block;
     padding: 2.25% 2% 2.25% 0;
 }

 .smallHeadings h2 {
     font-size: 21px !important;
 }

 .bme-student-groups div#content {
     overflow: hidden;
 }




 /*---#region Begin Blog Layout */


 @media all and (max-width:760px) {
     .bme--blog-layout--2-across.blog .items-row {

         margin: 10px 0;

     }

 }

 @media all and (min-width:760px) {
     .bme--blog-layout--2-across.blog {
         display: grid;
         grid-template-columns: 1fr 1fr;
         grid-gap: 20px;
     }


     .bme--blog-layout--2-across.blog .category-desc {
         grid-column: 1 / span 2;
     }

     .bme--blog-layout--2-across.blog .page-header {
         grid-column: 1 / span 2;
     }

 }

 .bme--blog-layout--2-across.blog .items-row {
     border: 1px solid #1E6B52;


 }

 .bme--blog-layout--2-across.blog img {
     float: none !important;
     width: 200px;
     margin: 0 auto !important;
 }

 .bme--blog-layout--2-across.blog .jcemediabox-zoom-span {
     float: none !important;
 }



 .bme--blog-layout--2-across.blog .items-row h2 {
     margin-top: 0 !important;
     font-size: 1.5em;
 }

 .bme--blog-layout--2-across.blog .items-row .span12 {
     padding: 20px;
 }

 .bme--blog-layout--2-across.blog .item {
     width: 100%;
 }

 .bme--blog-layout--2-across.blog .items-row .span12 .page-header {
     border-bottom: none;
     background-color: #eee;
     margin-left: -20px;
     margin-right: -20px;
     margin-top: -20px;
     padding: 10px 20px;
 }

 .bme--blog-layout--2-across.blog .items-row .span12 a:last-of-type,
 .bme--blog-layout--2-across.blog .readmore .btn {
     background-image: none;
     background-color: #fafafa;
     border: 1px solid #eee !important;
     border-radius: 0;
     text-shadow: none;
     box-shadow: none;
     display: block;
     padding: 5px 10px;
     text-align: center;
     font-weight: 600 !important;
     color: #1E6B52 !important;
 }





 /*---#endregion Blog Layout */

 /*---#region Articles Category with Icons */

 .articles-category--with-icons .mod-articles-category-title:before {
     font-family: FontAwesome;
     content: "\f101";
     color: #82c140;
     margin-left: -14px;
     padding-right: 4px;
 }

 .articles-category--with-icons .category-module {
     margin: 0 0 0 10px;
     padding: 0 !important;
 }

 .articles-category--with-icons .category-module li:not(:first-of-type) {

     margin: 0 !important;

 }

 .articles-category--with-icons .category-module li {
     padding: 0.4em 0 !important;
 }

 .mod-articles-category-title {
     font-weight: 600 !important;
     margin: 0 !important;
     line-height: 120% !important;
 }

 /*---#endregion Articles Category with Icons */


 /*---#region Apple Green Button */

 .template-01 .btn--apple-green {
     border: 1px solid #80bc00;
     font-weight: 600 !important;
     display: inline-block;
     border-radius: 2px;
     text-decoration: none;
     -webkit-transition: all .3s;
     transition: all .3s;
 }

 .template-01 .btn--apple-green:hover {
     background-color: #80bc00;
     color: #fff !important;
     -webkit-transition: all .3s;
     transition: all .3s;
 }

 .template-01 .btn--right-sidebar {
     font-size: 1.2em;
     margin: .5em 0;
     width: 100%;
     text-align: center;
     padding: .2em 0;
 }


 /*---#endregion Apple Green Button */


 /*---#region Giving Fund Heading */

 .template-01 #rightsidebar .nav.menu>.parent>.nav-child>li .bme--giving-funds {

     font-weight: 700 !important;
     font-family: "kulturista-web", serif !important;
     background-color: #1E6B52;
     padding: 5px 10px;
     color: #fff;
     text-shadow: none;
 }


 /*---#endregion Giving Fund Heading */

 /*---#region Buttons */

 .bme--btn--floated-right {
     background-color: #1E6B52;
     color: #fff !important;
     padding: 1em 2em;
     float: right;
     margin: 10px 2% 0px;
     width: 25%;
     border-radius: 4px;
     border: 1px solid #cccccc;
     display: block;
     text-align: center;
     font-size: 1.2em !important;
     font-weight: 700 !important;

 }

 .bme--btn--floated-right:hover {
     color: #1E6B52 !important;
     background-color: #fff;
     text-decoration: none;
 }

 .bme--btn--floated-right:after {
     content: '';
     clear: both;
 }

 /*---#endregion Buttons */

 /*---#region Directory */


 .v2-directory.blog .item-image img {
    margin: 0 auto !important;
}

 .template-01 .blog.directory .span3 {
     position: relative;
 }

 .template-01 .blog.directory [itemprop="name"] a {
     background-color: #1E6B52;
     display: block;
     margin-top: -20px;
     margin-left: -10px;
     margin-right: -10px;
     padding: 10px 20px;
     color: #fff;
     font-size: 1.3rem !important;
     min-height: 50px;
     display: flex;
     align-items: center;
     border-bottom: 3px solid #80bc00;
     z-index: 1;
     position: relative;
     min-height: 72px;

 }

 .template-01 .blog.directory [itemprop="name"] a:hover {
     color: #fff !important;
     text-decoration: none;
 }

 .template-01 .blog.directory .faculty-profile-contact-info {
     background-color: #eee;
     display: block;
     margin-left: -10px;
     margin-right: -10px;
     padding: 10px;
 }

 .template-01 .blog.directory .readmore a {}

 .template-01 .blog.directory .span3 {
     border: 1px solid #1E6B52;
     transition: all ease 0.5s;
 }


 .template-01 .blog.directory .items-row {
     flex-wrap: wrap;
 }

 .template-01 .blog.directory .items-row {
     border: none;
 }

 .template-01 .blog.directory .readmore {
     margin-top: 40px !important;
 }




 /*---#endregion Directory */

 /*---#region Secondary Directory */

 #breadcrumbs+#content .blog.bme-directory--three-across .item h1,
 #breadcrumbs+#content .blog.bme-directory--two-across .item h1 {
     font-size: 1.4em !important;
     background-color: #1E6B52;
     margin: -20px -20px 10px -20px !important;
     color: #fff;
     padding: 10px 20px;
     border-bottom: 3px solid #80bc00;
     display: flex;
     align-items: center;

 }

 #breadcrumbs+#content .blog.bme-directory--three-across .item h1 {
     min-height: 60px;
 }

 .blog.bme-directory--three-across .items-row,
 .blog.bme-directory--two-across .items-row {
     border: 1px solid #1E6B52;
 }

 .blog.bme-directory--three-across .item,
 .blog.bme-directory--two-across .item {
     padding: 20px;
     box-sizing: border-box;
     width: 100%;
 }

 .blog.bme-directory--three-across>.page-header,
 .blog.bme-directory--two-across>.page-header {
     grid-column: 1 / -1;
 }

 .blog.bme-directory--three-across .pagination,
 .blog.bme-directory--two-across .pagination {
     grid-column: 1 / -1
 }

 .blog.bme-directory--three-across .pagination a,
 .blog.bme-directory--two-across .pagination a {
     border: 1px solid #eee !important;
 }

 .blog.bme-directory--three-across {
     grid-gap: 1em;
     display: grid;
     grid-template-columns: 1fr;
 }

 @media screen and (min-width:600px) {
     .blog.bme-directory--three-across {
         grid-template-columns: 1fr 1fr;

     }
 }

 @media screen and (min-width:900px) {
     .blog.bme-directory--three-across {

         grid-template-columns: 1fr 1fr 1fr;

     }
 }

 @media screen and (min-width:1200px) {
     .blog.bme-directory--three-across {

         grid-template-columns: 1fr 1fr 1fr;
     }
 }

 .blog.bme-directory--two-across {
     grid-gap: 1em;
     display: grid;
     grid-template-columns: 1fr;
 }

 @media screen and (min-width:600px) {
     .blog.bme-directory--two-across {
         grid-template-columns: 1fr 1fr;

     }
 }

 @media screen and (min-width:900px) {
     .blog.bme-directory--two-across {

         grid-template-columns: 1fr 1fr;

     }
 }

 /*---#endregion Secondary Directory */

/*---#region FormAssembly Styling---*/
@media all and (min-width: 901px) {
	#rightsidebar .wForm {
		box-sizing: border-box !important;
	}

	#rightsidebar .wFormContainer .wForm form {
		max-width: 280px !important;
		padding-left: 0.5em !important;
		padding-right: 0.5em !important;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 300px) {
	#downright .wForm input {
		max-width: 100%;
		font-size: 100%;
	}
}
/*---#endregion FormAssembly Styling---*/