/* CSS Document */

body { hei ght:100%; font-family:'Lato', sans-serif; padding-top:200px; }
body.homepage-content { padding:0; }
img { max-width:100%; height:auto; }
iframe { max-width:100%; margin:0 0 12px; /*height:auto;*/ }
.download-thumbnail { box-shadow: 1px 2px 8px rgba(0,0,0,.4); margin:.5em 0 1.1em; }

h1 { font-size:1.8em; color:#03a952; font-weight:400; }
h2 { font-size:1.85em; color:#59595b; font-weight:bold; text-transform:uppercase; padding:1.1em 0 .5em; }
h2:first-child { padding-top:0; }
h3 { font-size:1.65em; color:#6f6f73; }
h5 { font-size:15px; color:#58585a; text-transform:uppercase; opacity:.5; }
p { line-height:1.8em; color:#59595b; }
a { color:#03a952; }

ol, ul, dl { padding-left:1.1em; }
li { margin:0 0 .75em; color:#59595b; font-size:.95em; }
figure { padding:20px; border:1px solid #ddd; background:#fff; }
figure img { margin-bottom:.5em; }
figcaption { font-size:70%; margin-bottom:10px }
figure.float-md-right, img.float-md-right { margin-left:0; }
figure.float-md-left, img.float-md-left { margin-right:0; }
@media screen and (min-width:768px) {
figure.float-md-right, img.float-md-right { margin-left:20px; }
figure.float-md-left, img.float-md-left { margin-right:20px; }
}

table { margin:0 0 1em; font-size:80%; }

strong { color:#063; }

.mw-80 { max-width:none; }
.mw-75 { max-width:none; }
.mw-50 { max-width:none; }
.mw-40 { max-width:none; }
.mw-30 { max-width:none; }
.mw-25 { max-width:none; }
.mw-20 { max-width:none; }
@media screen and (min-width:768px) {
.mw-80 { max-width:80%; }
.mw-75 { max-width:75%; }
.mw-50 { max-width:50%; }
.mw-40 { max-width:40%; }
.mw-30 { max-width:30%; }
.mw-25 { max-width:25%; }
.mw-20 { max-width:20%; }
}

.btn { border-radius:.5rem; background-color:#03a952; color:#fff; border-color:#063; margin-bottom:2em; }

.btn {
    display: inline-block;
    background: transparent;
    border: 1px solid #03a952;
    line-height: 50px;
    /*width: 165px;
    height: 48px;*/
	padding:0 1.5em;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 48px;
    text-transform: uppercase;
    font-family: "Arial", sans-serif;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    position: relative;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    /*padding: 0px;*/
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index: 2;
}
.btn-primary:hover {
	background:#fff; border: 1px solid #03a952; }
.btn:hover, .btn:focus {
    color: #03a952;
}
.btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #03a952;
    height: 280px;
    width: 330px;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -50px;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    z-index: -1;
}
.btn::after {
    content: "\f105"; font-family:"FontAwesome"; padding-left:10px;
}
.btn:hover::before, .btn:focus::before {
    bottom: 100%;
}



/*Header*/
.header { position:fixed; width:100%; top:0; transition:all 0.4s ease; background:#fff; z-index:9999; }
.header * { transition:inherit; }


.logo { }
.logo a { display:block; }
.logo a img { heig ht:74px; padding:10px 8px 7px 8px; width:auto; max-width:220px; }
.sticky .logo a img { height:45px; padding: 6px 8px 1px 8px; }

.social-nav { padding:13px; line-height:1em; }
.social-nav a { color:#03a952; text-decoration:none; }
.social-nav a:hover { color:#666; }
.social-nav>ul { padding:0; margin:0; }
.social-nav>ul>li { display:inline-block; font-size:300%; margin:0 0 0 6px; }
.sticky .social-nav>ul>li { font-size:186%; margin:0 0 0 3px; }

.nav-container-wrapper { background:#03a952; }
.nav nav { width:100%; }
.nav nav a { text-decoration:none; color:#fff; padding:21px 10px 19px; display:block; font-s ize:88%; line-h eight:140%; }

@media screen and (min-width:900px) {
.nav nav a { font-s ize:100%; line-h eight:112%; }
}

.sticky .nav nav a { padding:10px 10px; }
.nav nav ul { padding:0; margin:0; font-size:100%; line-height:112%; }
.nav nav ul li { margin:0; list-style:none; }
.nav nav>ul>li { display:inline-block; position:relative; }
.nav nav>ul>li>ul { display:none; position:absolute; top:100%; background:#999; min-width:200px; z-index:10; }
.nav nav>ul>li>ul>li a { padding:10px 10px; }
.nav nav>ul>li:hover { background:#666; }
.nav nav>ul>li:hover ul { display:block; }
.nav nav>ul>li>ul>li:hover { background:#666; }

.mobile-menu { display:none; }


.gooSearch { width:150px; padding:10px 0; width:250px!important; }
.gooSearch>div { height:40px; border-radius:20px; background:#fff; overflow:hidden; }

.sticky .gooSearch { padding:4px 10px 0; }
.sticky .gooSearch>div { height:30px; border-radius:15px; }

.gooSearch input[type="text"],
.cse input.gsc-input,
input.gsc-input { font-size:130%!important; color: #b3b3b3!important; font-family: 'Lato', sans-serif; font-style: normal!important; background: none!important; border: none!important; border-radius: 0!important; width: 100%!important; height: 40px!important; padding: 0 0 0 16px!important; line-height: 1em; text-indent: 0!important; }

.gsc-input-box,
.gsc-input-box-focus,
.gsc-input-box-hover,
.gsc-search-box .gsc-input>input:hover,
.gsc-search-box .gsc-input>input:focus { border: none!important; border-width: 0px!important; height: 40px!important; box-shadow: none!important; }

.nav nav .gooSearch a { padding:3px 0 0; }

.gsib_a { padding:0!important; }
.gsst_a { padding:3px 0 0; }
.gscb_a { font: 27px/27px arial, sans-serif!important; }

form.gsc-search-box { margin: 0!important; }
table.gsc-search-box { margin-bottom:0!important; }

.gooSearch input::placeholder { font-size:100%!important; }

.gsc-search-button-v2 svg { fill: #999!important; }

.sticky .search-adams input[type="text"],
.sticky .cse input.gsc-input,
.sticky input.gsc-input { height:30px!important; }

.sticky .gsc-input-box,
.sticky .gsc-input-box-focus,
.sticky .gsc-input-box-hover,
.sticky .gsc-search-box .gsc-input>input:hover,
.sticky .gsc-search-box .gsc-input>input:focus { height:30px!important; }

input.gsc-search-button,
button.gsc-search-button,
.gooSearch .btn,
.ccm-search-block-form .btn { font-size:136%!important; color:#999; background:none!important; border:none!important; -webkit-appearance:none!important; height:40px!important; min-width:36px!important; margin:0!important; padding:0 8px 0 2px!important; text-indent:0!important; }

input.gsc-search-button,
button.gsc-search-button,
.gooSearch .btn,
.ccm-search-block-form .btn { font-family:"FontAwesome"!important; }

.sticky input.gsc-search-button,
.sticky button.gsc-search-button,
.sticky .gooSearch .btn, 
.sticky .ccm-search-block-form .btn { height:30px!important; }
td.gsc-clear-button { display:none; }
.cse .gsc-control-cse, 
.gsc-control-cse { padding:0!important; }
.cse form.gsc-search-box, 
form.gsc-search-box { padding:0!important; height:100%; }
table.gsc-search-box td.gsc-input { padding:0!important; }





/*Footer*/
.footer { }
.footer-nav-container-wrapper { background: #03a952; transition: all 0.4s ease; padding:40px 0;  }
.footer-nav-container-wrapper * { transition: inherit; }
.footer-nav { float: left; padding: 20px 0; color: #fff; }
.footer-nav ul { font-size: 80%; padding: 0 0 0 10px; margin: 0 0 5px; padding:0; }
.footer-nav ul:first-child { margin-bottom: 30px; }
.footer-nav ul li { list-style: none; display: inline-block; padding: 0 3px 0 0; margin: 0; color:inherit; font-size:inherit; }
.footer-nav ul:first-child li { border-left: 1px solid #fff; }
.footer-nav ul li:first-child { border-left: none; }
.footer-nav ul li a { text-decoration: none; color: inherit; padding: 2px 7px 2px 10px; display: block; }
.footer-nav ul li:first-child a { padding: 2px 10px 2px 0; }

.footer-nav-container-wrapper .social-nav > ul > li, .sticky .footer-nav-container-wrapper .social-nav > ul > li { font-size: 260%; margin: 0 0 0 6px; }
.footer-nav-container-wrapper .social-nav { padding-right:0; text-align:right; }
.footer-nav-container-wrapper .social-nav a { color: #fff; }


/*@media screen and (max-width:575px) {
	header .logo { width:60% !important; max-width:none !important; flex:none !important; }
	.social-nav { width:100% !important; max-width:none !important; flex:none !important; transition:none;}
	.social-nav .float-right { float:none !important; }	
	.nav.expanded { max-height:calc(100vh - 180px); }
}*/
@media screen and (max-width:575px) and (orientation:portrait) {
	header .logo { width:60% !important; max-width:none !important; flex:none !important; }
	.social-nav { width:100% !important; max-width:none !important; flex:none !important; transition:none;}
	.social-nav .float-right { float:none !important; }	
	.nav.expanded { max-height:calc(100vh - 167px); }
}

@media screen and (max-width:1349px) {
	.nav > nav > ul { font-size:90%; line-height:100%; }
	.gooSearch { width:140px !important; }
	.gooSearch > div { height:33px; }
	.gooSearch input[type="text"], .cse input.gsc-input, input.gsc-input { font-size:110% !important; height:33px !important; }
}
@media screen and (max-width:1099px) {
	.nav > nav > ul { font-size:75%; line-height:100%; }
	.gooSearch { width:100px !important; }
	.gooSearch > div { height:33px; }
	.gooSearch input[type="text"], .cse input.gsc-input, input.gsc-input { font-size:90% !important; height:33px !important; }
}
@media screen and (max-width:850px) {
	.nav > nav > ul { float:left; }
	.nav nav a { padding:14px 10px 13px; }
	.gooSearch { width:190px !important; margin-top:-20px; }
	.gooSearch > div { border:1px solid #03a952; }
}

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

	.social-nav>ul>li { font-size:2.5em; margin: 0 0 0 .25em; }
	
	.mobile-menu { display: block; height: auto; background: red; position: relative; transition:none; background-color: #7b7729; background: #047843; background: -moz-linear-gradient(top, #047843 0%, #048e4f 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #047843), color-stop(100%, #048e4f)); background: -webkit-linear-gradient(top, #047843 0%, #048e4f 100%); background: -o-linear-gradient(top, #047843 0%, #048e4f 100%); background: -ms-linear-gradient(top, #047843 0%, #048e4f 100%); background: linear-gradient(to bottom, #047843 0%, #048e4f 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#047843', endColorstr='#048e4f', GradientType=0) }
	.mobile-menu div { margin: 0 auto; padding: 20px; min-height: 40px; background: url(/assets/img/mobile-arrow.png) no-repeat 50% 50%; transform-origin: center; -moz-transform-origin: center; -webkit-transform-origin: center }

	/*.plus { position:absolute; padding:1em; }*/
	.hasSubnav span { float:right; padding:.75em .9em; color:#fff; font-size:160%; transform:rotate(-90deg); }
	.hasSubnav span::after { content:"\f107"; font-family:FontAwesome; }
	.hasSubnav.expanded span { transform:rotate(0deg); }
	
	.nav-container { padding: 0!important; max-width:none; }
	.nav { max-height:0; overflow:hidden; transition:all .4s ease; }
	.nav.expanded { 
		max-height:calc(100vh - 106px);
		overflow:scroll; 
	}
	.nav nav { transi tion: none; }
	.nav nav ul { font-size:1em; }
	.nav>nav>ul { padding-bottom:100px; float:none }
	.nav nav ul li { font-size:inherit; }
	
	.nav nav>ul>li { display:block; font-size:inherit; }
	.nav nav>ul>li:hover { background:transparent; }
	.nav nav > ul > li:hover ul { dis play:none; }
	
	.nav nav>ul>li>ul { background:rgba(255,255,255,.15); }
	.nav nav > ul > li ul { max-height:0; position:relative; overflow:hidden; transition:all .4s ease; display:block; }
	.nav nav > ul > li.expanded ul { max-height:400vh; }
	
	.nav nav a,
	.sticky .nav nav a { padding: 20px 20px }
	/*.nav nav > ul > li:hover ul	{ }
	.nav nav>ul>li>ul {
		position: relative;
		background: none;
		margin: 0 0 14px
	}
	.nav nav > ul > li > ul > li a { padding:10px 30px; }*/
	
	.nav nav>ul>li>ul>li a,
	.sticky .nav nav>ul>li>ul>li a {
		padding: 20px 30px
	}
	.nav nav>ul>li>ul>li:hover { background:transparent; }
	
	.gooSearch,
	.sticky .gooSearch {
		float: none !important;
		width: 100% !important;
		padding: 10px;
		margin:0;
	}
	.gooSearch>div,
	.sticky .gooSearch>div {
		height: 40px;
		border-radius: 20px;
		background: #fff
	}
	.gooSearch input[type="text"], .cse input.gsc-input, input.gsc-input { height:40px !important; font-size:110%; }
	.sticky .search-adams input[type="text"],
	.sticky .cse input.gsc-input,
	.sticky input.gsc-input {
		height: 40px!important
	}
	.footer-nav {
		float: none
	}
	.footer-nav ul,
	.footer-nav ul:first-child {
		font-size: 100%;
		margin: 0 0 30px
	}
	.footer-nav ul li,
	.footer-nav ul:first-child li,
	.footer-nav ul:first-child li {
		display: block;
		border: none
	}
	.footer-nav ul li a,
	.footer-nav ul li:first-child a {
		display: block;
		padding: 8px 0
	}
	.footer-nav-container-wrapper .social-nav {
		float: none
	}
}




.press-release-contact-info h2 { color: #333333; font-family: Tahoma; font-size:14px; font-style:normal; font-weight:normal; }



/*@media screen and (max-width:460px) {
	.logo a img {
		height: 45px;
		padding: 6px 8px 1px 8px
	}
	.social-nav-container .social-nav {
		font-size: 186%;
		padding: 8px 10px
	}
	.social-nav>ul>li,
	.sticky .social-nav>ul>li {
		font-size: 120%;
		font-size: 10vw;
		margin: 0
	}
}*/


.homepage-content section { padding:60px 0; }
/*Homepage Rotator*/
.home-hero { height: 100vh; padding: 133px 0 40px; background: #ccc; min-height: 700px; position: relative; }

.home-rotator { height: 100%; }
.home-rotator>div { background-size: cover; background-repeat: no-repeat; height: 100%!important; width: 100%!important; cursor: pointer; }
.home-rotator>div>div { height: 100%; width: 100%; display: table }
.home-rotator>div>div>div { width: 100%!important; display: table-cell; vertical-align: middle; text-align: right }
.home-rotator>div>div>div>div { background:rgba(0, 0, 0, .6); display:inline-block!important; width:400px; padding:12px 30px 12px 16px; width:50%; text-align:left; }

.home-rotator h1 { color:#fff; font-weight:300; font-size:360%; line-height:.9em; text-align:left; padding:0 0 5px; max-width:610px; }
.home-rotator p { color:#fff; line-height:130%; margin:0 0 6px; padding:0 0 0 4px; max-width:610px; }
.home-rotator a { color:#999; text-decoration:none; font-size:80%; font-weight:700; transition:all .4s ease; }
.home-rotator a:hover { color:#fff; }

#pagernav { position:absolute; top:50%; right:0; z-index:20; padding:14px 20px; background:rgba(255, 255, 255, .7); width:50%; text-align:left; transition:all .4s ease; }
#pagernav * { transition:inherit; }
#pagernav>a { display:inline-block; width:0; height:0; border-top:13px solid transparent; border-bottom:13px solid transparent; border-left:18px solid #03a952; margin:0 14px 0 0; text-decoration:none; text-indent:-9000px; }
#pagernav>a:hover { border-left: 18px solid #05d96a; }
#pagernav>a.activeSlide { border-left: 18px solid #000; }



.slides-footer { background:#ccc; position:absolute; width:100%; bottom:0; z-index:99; }
.slides-footer>div>div { fl oat:left; wid th:50%; background:#03a952; }
.slides-footer>div>div:first-child { background:#000; }
.slides-footer>div>div>div { max-width:500px; text-align:center; margin:0 auto 0 0; }
.slides-footer>div>div:first-child>div { margin:0 0 0 auto; }
.slides-footer>div>div>div>div { width:100%; height:100%; }
.slides-footer>div>div>div a { color:#fff; text-decoration:none; font-size:120%; padding: 20px; display:block; }


/*Homepage Industry Videos*/
.home-industries { transition:all 1s ease; min-height:100vh; height:1em; }
.home-industries * { transition:inherit; }

.home-industries>div { height:100%; }
.home-industries>div>div { /*width:50%; float:left;*/ height:100%; }
.home-industries>div>div>div { /*display:table; height:100%; width:100%;*/ }
.home-industries>div>div>div>div { /*display:table-cell; vertical-align:middle; width:100%;*/ }



.home-industries .home-sectionhead { font-weight: 300; font-size: 360%; text-align: left; padding: 0 0 5px; }

.home-videos { margin: 0; }
.home-video { display: inline-block; width: 10%; margin: 0 1% 0 0; float: none; background: none!important; height:auto; }
.home-video h3 { display:none; }
.home-video blockquote { display:none; }
.home-video img { display:block; }

.homepage-content .home-videos-screen-container { background:none; border:none; border-radius:0; box-shadow:none; margin:0; min-height:0; }
.homepage-content .home-videos-screen-center2 { padding:0; }
.homepage-content .home-videos-screen { border: 1px solid #666; line-height: 0; box-shadow: -20px 1px 40px rgba(0, 0, 0, .2); width: 100%; min-height: 0; float: none; margin: 0; }
.homepage-content .home-videos-screen video { max-width:100%; width:100%; height:auto; }
.homepage-content .home-videos-content { padding:0 20px 0 4px; margin:0; float:none; width:auto; }
.homepage-content .home-videos-content h2 { font-size:110%; line-height:130%; padding:14px 0 0; color:#000; font-weight:700; }
.homepage-content .home-videos-content p { margin:0; }
.homepage-content .home-videos-content blockquote { font-size:75%; line-height:130%; padding:10px 0 0; margin:0; font-style:normal; color:#000; }
.homepage-content .home-videos-content blockquote span { font-size:75%; line-height:120%; padding:4px 0 0; display:block; color:#000; margin:0; }
.homepage-content .home-videos-content a { text-decoration:none; font-size:75%; font-weight:700; color:#03a952; text-transform:none; }
.homepage-content .home-videos-content blockquote a { font-size:100%; }


#helper { padding: 5px 10px; background: #999; border: 1px solid #999; position: absolute; display: none; opacity: 0; max-width: 300px; transition: all 0.4s ease; border-radius: 4px; box-shadow:1px 2px 5px rgba(0, 0, 0, .3); }
#helper p { font-size:100%; color:#FFF; margin:0; font-family:'Open Sans Condensed', sans-serif; }

/*Homepage Quotes*/
.home-quotes { background:#000; }

.home-quotes>div { /*min-height:300px; padding-top:100px; padding-bottom:100px;*/ }
.home-quotes>div>div { /*display:table; width:100%; height:100%;*/ min-height:100vh; }
.home-quotes>div>div>div { /*display: table-cell; vertical-align: middle; width:100%; height:100%;*/ }

.home-quotes>div>div>div>div { width:100%; height:100% !important; position:relative; }
.home-quotes>div>div>div>div>div.quotes { /*width:100%!important; float:left;*/ }
/*.home-quo tes .quo te { background:none!important; width:100%!important; height:auto!important; min-height:100%; }*/

.home-quotes h3,
.home-quotes h5 { /*width:50%; float:left; display:block;*/ font-weight:700; }
.home-quotes h3 { color:#fff; font-size:140%; line-height:140%; text-align:right; }
.home-quotes h5 { color:#666; font-size:100%; line-height:140%; font-variant:normal; border-left:1px solid #666; margin-top:.75vw; padding-left:2vw; }

.quote-prev,
.quote-next { color:#fff; font-size:150%; /*width:5%; position:absolute; bottom:47%; z-index:99;*/ }
.quote-next { text-align:right; right:0; }

.home-quotes .quote:before,
.home-quotes .quote:after { content:" "; display:table; }
.home-quotes .quote:after { clear:both; }
.home-quotes .quote { *zoom: 1; }

.home-quotes .quote { display:flex !important; width:100% !important; }
.home-quotes .quote>div { /*display:table; width:100%; height:100%;*/ }
.home-quotes .quote>div>div { /*display:table-cell; width:100%; vertical-align:middle;*/ }
.home-quotes .quote a { color:#D5D5D5; /*white-space:nowrap;*/ }


/*Homepage Results*/
.home-results .home-sectionhead { font-weight:300; font-size:360%; text-align:center; }

.home-results>div { min-height:300px; background:#fff; padding-top:200px; padding-bottom:200px; }

.home-results .result { background:none!important; width:100%!important; text-align:center; }
.home-results .results .result h3 { font-size:75%; font-weight:400; line-height:126%; }

.result-prev,
.result-next { color:#000; font-size:150%; }
.result-next { text-align:right; }

.home-results .result a { color:#000; text-decoration:none; }
.result div.logo { height:110px; width:100%; display:table; }
.result div.logo>div { width:100%; display:table-cell; vertical-align:middle; }
.result div.logo>div img { max-width:160px; width:100%; }


/*Homepage News*/

.home-newss .home-sectionhead { font-weight:300; font-size:360%; line-height:1.1em; text-align:center; padding:0 30px 30px 30px; color:#fff; }

.home-newss { background:#666 }
.home-newss>div { min-height:300px; padding-top:200px; padding-bottom:200px; }
/*.home-newss>div>div { display:table; width:100%; height:100%; }*/
/*.home-newss>div>div>div { display:table-cell; vertical-align:middle; width:100%; height:100%; }*/
.home-newss>div>div>div>div { width:100%; height:100%; }



/*.home-newss>div>div>div>div>div.newss {

	width:90%!important;

	wid th:100%!important;

	float: left

}*/



.home-newss .news { background:none!important; width: 100%!important; text-align:center; }



.home-newss div.newss .news h4 { font-size:95%; font-weight:600; line-height:126%; color:#fff; margin:0 0 10px; text-transform:none; }
.home-newss div.newss .news h5 { font-size:65%; font-weight:600; line-height:126%; color:#fff; margin:0 0 10px; font-variant: normal; }
.home-newss div.newss .news p { font-size:85%; font-weight:400; line-height:110%; color:#888; margin:0 }
.home-newss div.newss .news a { font-size: 65%; font-weight: 600; line-height: 110%; color: #666; margin: 10px 0; padding: 8px 14px; background: #fff; border-radius: 18px; text-transform: uppercase; text-decoration: none; display: inline-block; }

.news-prev,
.news-next { color: #fff; font-size: 150%; }
.news-next { text-align: right }



/*.news-prev i,

.news-next i {

	display: table-cell;

	vertical-align: middle

}



.home-newss .news:before,

.home-newss .news:after {

	content: " ";

	display: table

}



.home-newss .news:after {

	clear: both

}



.home-newss .news {

	*zoom: 1;

	width: 100%

}



.home-newss .news>div {

	display: table;

	width: 100%;

	height: 100%

}



.home-newss .news>div>div {

	display: table-cell;

	width: 100%;

	vertical-align: middle

}



.news>div {

	width: 100%;

	text-align: center

}



.news>div>span {

	display: inline-block;

	width: 100%

}



.news>div>span>div {

	width: 23%;

	display: inline-block;

	padding: 20px;

	flo at: left;

	wid th: 31%;

	vertical-align: middle

}

*/


.body-content {  }
section { padding:40px 0 100px; }
section.section-bk { background:#f5f7f9; padding:100px 0; }
section.page-title { padding-bottom:5px; border-bottom: 1px dashed #A6FFA6; margin-bottom:1.25em; padding-top:25px; }

.graybar-paratitle { padding: 10px; background: #666; color: #FFF; font-weight: 700; border-radius: 4px; margin-top: 10px; }

/*Pullquote*/
.pullquote { padding:20px; border:1px solid #ddd; margin:0 0 1em; }
.pullquote h4 { font-size:90%; font-weight:bold; }

/*Video Container*/
.home-videos-screen-container { background: url(../img/video-container/home-videos-bck-grad.jpg) repeat-x left bottom #87888c; border: 2px solid #969798; border-radius: 5px; box-shadow: 0 2px 2px 0 #333; margin: 0 0 40px 0; }
.home-videos-top { border-radius: 4px; overflow: hidden; position:relative; margin:0 0 10px; }
.home-videos-top > div { width: 100% !important; height: 46px; background: url(../img/video-container/home-videos-top-span.png) repeat-x left top; }
.home-videos-top > div img { position:absolute; bottom:0; left:20px; }
.home-videos-screen { line-height: 0; background: none repeat scroll 0% 0% #333; margin: 0 auto 20px auto; box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, .5); }
.home-videos-screen video { max-width:100%; min-width:100%; }
.home-videos-content { margin-bottom:20px; }
.home-videos-content h2 { font-size:27px; line-height:31px; font-weight:400; border:none; color:#fff; margin:0; padding:0; }
.home-videos-content blockquote { color:#ccc; font-style:italic; font-size:14px; line-height:18px; margin:20px 0 0; }
.home-videos-content blockquote span { color:#ccc; font-style: normal; font-size: 12px; line-height: 14px; margin: 10px 0 0; display: block; }

/*Highlight Box*/
.highlight-box { padding:10px 20px 20px 20px; background:#fafafa; border:1px solid #ddd; margin:0 0 30px; }
.highlight-box h2 { padding-top:.3em; font-size:120%; }
.highlight-box h3 { padding-top:.3em; font-size:100%; }
.highlight-box p { line-height:1.3em; }

/*Contact Page*/
.contact-items h2 { padding:2em 0 .5em; font-size:1.1em; }
.contact-items p  { line-height:1.4em; margin-bottom:.6rem; }
.contact-items div .row  { margin-bottom:3em; }


/*Forms*/
.mktoForm { max-width:100% !important; width:100% !important; }
.mktoOffset { width:3 !important; height:0 !important; }
.mktoForm .mktoLabel { width:auto !important; padding-bottom:.3em; color:#59595b; }
.mktoForm .mktoFieldWrap { width:100% !important; }
.mktoFormCol, 
.mktoHtmlText { max-width:100%; width:100%; margin-bottom:15px !important; }
.mktoForm input[type="text"], .mktoForm input[type="url"], .mktoForm input[type="email"], .mktoForm input[type="tel"], .mktoForm input[type="number"], .mktoForm input[type="date"], .mktoForm textarea.mktoField, .mktoForm select.mktoField { font-size:120%; width:100% !important; padding:.75em !important; border-radius:.25em; border:1px solid #ddd; }

.mktoButtonWrap { margin:5px 0 0 !important; }
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {  background:#03a952 !important; border-radius:.25em; padding:.5em 1.75em !important; font-size:120% !important; border:none !important; }



/*Team Members*/
.team-member { margin:0 0 3em; background:#f2f3f7; }
.team-member .row { margin-bot tom:1em; }
.team-member h2 { padding:1.4em 0 0 0; margin:0; }
.team-member h3 { font-size:1.35em; padding-bottom:.7em; }
.team-member p { padding: 1em; background:#f7f8f9 }
.team-bio { background: #9eadbf; padding: .7em 1em; color: #fff; width:100%; }
.team-pic { width:100%; height:100%; background-size:cover; background-position:center; }


/*List Items*/
.list-item { margin:0 0 20px; }
.list-item h3 { font-size:1.1em; text-transform:uppercase; font-weight:bold; border:1px solid #e5e5e5; padding:.75em; background:#f5f5f5; transition:all .4s ease; margin:0; }
.list-item h3:after { content:"\f0da"; font-family:FontAwesome; float:right; transition:all .4s ease; }
.list-item.expanded h3 { background:#03a952; color:#fff; border:1px solid #03a952;}
.list-item.expanded h3:after { transform:rotate(90deg); }
.list-details { background:#fafafa; padding:30px 38px 60px 40px; border:1px solid #ddd; }


/*Student Comp Slides*/
#slides_block { width:100%; height:406px; background-color:#FFF; border-top:#FFF solid 4px; border-bottom:#FFF solid 7px; position:relative; }
.slide-body { width:100%; margin:-30px 0 0; border-radius:0; overflow:hidden; position:relative; }
#slides_block > div {
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.slideshow-main { height:295px; }
.slideshow-slider { height:295px; position:relative; }

#slides_block .slide { width: 920px !important; }
.slide {
    float:left;
    display:none;
    width:100%;
    height:240px;
    position:relative;
    overf low: hidden;
    margin-top: 55px;
    background: #216d3b;
    background: -moz-linear-gradient(top, #216d3b 0%, #003b19 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #216d3b), color-stop(100%, #003b19));
    background: -webkit-linear-gradient(top, #216d3b 0%, #003b19 100%);
    background: -o-linear-gradient(top, #216d3b 0%, #003b19 100%);
    background: -ms-linear-gradient(top, #216d3b 0%, #003b19 100%);
    background: linear-gradient(to bottom, #216d3b 0%, #003b19 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#216d3b', endColorstr='#003b19', GradientType=0);
}

.slide-title { background: none repeat scroll 0% 0% rgba(0, 0, 0, .2); position:absolute; right:30px; bottom:20px; width:53%; border-radius:6px; padding:2% 150px 20px 40px; font-size:39px; line-height:39px; color:#FFF; }

.slide-inset1, .slide-inset2 { background-color:#FFF; padding:12px; box-shadow:1px 2px 4px 0 rgba(0, 0, 0, .7); }

.slide-inset1 { position:absolute; left:38px; top:-36px; -webkit-transform:rotate(-5deg); -moz-transform:rotate(-5deg); transform:rotate(-5deg); }
.slide-inset2 { position:absolute; left:124px; top:44px; max-height:200px; -webkit-transform:rotate(-3deg); -moz-transform:rotate(-3deg); transform:rotate(-3deg); }

.slide-inset1 img, .slide-inset2 img { max-width:200px; height:auto; }


.student-award { width:170px; height:170px; box-shadow:-12px 4px 15px 0 rgba(0, 0, 0, .6); background:#c3bc05; border-radius:50%; position:absolute; right:40px; z-index:999; text-align:center; top:30px; color:#fff; font-weight:700; }
.first { line-height:170px; font-size:80px; letter-spacing:-.04em; }

.hm { line-height: 160px; }
.hm div { line-height: 30px; font-size: 30px; letter-spacing: -.04em; margin-top: 57px; }
.student-award { text-align: center; color: #fff; font-weight: 700; }


/*Project Block*/
.project { margin-bottom:20px; }
.project > div { border:1px solid #ddd; padding:20px; height:100%; font-size:90%; line-height:1.1em; background:#fafafa; }
.project span { display:block; width:100%; }
.project a { display:block; }
.project img { box-shadow:1px 2px 8px rgba(0,0,0,.4); margin:.5em 0 1.1em; }
.col-lg-4 .project { width:100%; flex:none; max-width:none; margin-bottom:.5em; }
.col-lg-4 .project > div { border:none; padding:0; height:auto; font-size:80%; line-height:1.1em; background:none; }
.col-lg-4 .project img { display:none; }
.col-lg-4 .projectH2 { font-size:1.15em; }
.project-video { position:relative; }
.studentProjects_secVideo { position:absolute; top:127px; right:0; width:200px; padding:20px; background:rgba(230, 230, 230, .5); border-radius:4px; font-size:12px; line-height:14px; }


.teamvideo { margin-bottom:2em; }
.teamvideo p { margin-bottom:.5em; }
.teamvideo a { font-size:80%; display:block; width:100%; }


.teammember-block { border:1px solid #ddd; background:#fafafa; margin:0 0 40px; padding:20px; }
.teammember-photo { float:left; width:30%; padding-right:10px; }
.teammember-info { width:70%; float:left; }


.publication-group { border:1px solid #ddd; background:#fafafa; padding:20px 30px; margin-bottom:40px; }
.publication-group p { line-height:1.5em; margin-bottom:.8em; }
.publication-intro { }
.publication-intro img { }
.publication-moreinfo { padding:18px; background:#eaeaea; margin-bottom:20px; }
.publication-moreinfo p { font-size:80%; line-height:1.2em; }
.publication-moreinfo a { display:block; }
.publication-purch { margin-bottom:10px; }
.publication-purch a { display:inline-block; margin-bottom:10px; }
.publication-purch > div { background:#e8e8e8; padding:18px; margin-bottom:10px; }
.publication-group .graybar-paratitle { margin-bottom:0; transition:all .4s ease; }
.expanded .graybar-paratitle.collapsible-trigger { border-radius:4px 4px 0 0; }
.graybar-paratitle.collapsible-trigger::after { content: "\f0da"; content: "\f067"; font-family: FontAwesome; float: right; transition: all .4s ease; color:#fff; }
.expanded .graybar-paratitle.collapsible-trigger::after { content: "\f068"; }
.publication-item { max-width:30%; float:left; margin-right:3%; }
.publication-item img { margin-bottom:5px; }



/*FIND PARTNERS*/
.partner-img { float:left; margin-right:80px; max-width:200px; width:200px; margin-top:-40px; }
.country, .address_all { margin-bottom:40px; }
.country a { font-size: 12.5px; padding: 0 5px; border-left: 1px solid #898787; line-height: 20px; text-decoration: none; }
.country a:first-child { border: none; padding: 0; }
.partner-info { border-top: 1px solid #ddd; padding-top: 40px; margin-top: 20px; }





