﻿.white {
	background: #fff;
}
.row.hero-widget {
	margin: 0 0 15px 0 !important;
}
.row.hero-widget footer {
	border: none !important;
	margin-top: 0 !important;
}
.hero-widget .five.columns {
	padding: 0 15px;
}
.hero-widget figure {
	width: 100%;
	height: 100%;
	line-height: 1;
}
.hero-widget h2 {
	font-size: 36px;
	font-family: Arial;
	color: rgb(75, 75, 75);
	font-weight: bold;
	line-height: 1;
	margin: 11px 10px;
	text-align: center;
}
.hero-widget.masthead h2 {
	display: none;
}
.hero-widget.masthead h2 sup {
	line-height: 0;
}
.hero-widget {
	margin-bottom: 15px;
}
.hero-widget h4 {
	font-family: Arial;
	font-size: 20px;
	color: rgb(75, 75, 75);
	font-weight: bold;
	text-align: center;
	margin: 25px 0 10px 0;
}
.hero-widget.masthead h1 {
	font-size: 24px;
	color: #333;
	margin: 0px;
}
.hero-widget p {
	font-size: 14px;
	font-family: Arial;
	color: rgb(75, 75, 75);
	line-height: 1.25;
	text-align: center;
}
.hero-widget.full h4, .hero-widget.full h2, .hero-widget.full h3, .hero-widget.full p {
	color: #fff;
	text-align: left;
}
.hero-widget.full h2 {
	font-weight: normal;
	font-size: 26px;
	margin: 0;
	line-height: 1.5;
}
.hero-widget.full h4 {
	font-size: 15px;
	margin: 0;
}
.hero-widget.full .figure {
	width: 100%;
	height: 381px;
	padding: 0;
	margin: 0;
	position: relative;
	background: no-repeat;
	background-size: 100% 100%;
}
.hero-widget.masthead .figure {
	width: 100%;
	height: 200px;
	padding: 0;
	margin: 0;
	position: relative;
	background: no-repeat;
	background-size: 100% 100%;
}
.hero-widget.masthead .mastheadImg {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	background: no-repeat;
	background-size: 100% 100%;
}
.hero-widget.full .bar {
	background-color: transparent;
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.hero-widget.full .bar article {
	padding: 55px 600px 5px 60px;
}
.hero-widget.full .bar footer {
	padding: 0 0 0 60px;
	border: none;
	margin: 0;
}
.hero-widget.masthead .bar {
	background-color: #333;
	padding: 5px 10px;
	opacity: 0.85;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 75px;
}
.hero-widget.full p {
	margin: 5px 0 15px 0;
}
.hero-widget.masthead p {
	font-size: 14px;
	color: #FFF;
	margin-bottom: 0px;
}
.divider {
	text-align: center;
	color: #f2aa01;
}
.hero-widget.full .divider {
	text-align: left;
	margin: 10px 0 15px 0;
}
.row.hero-widget.full.full-image.widget-section .divider {
	display: none;
}
.row.hero-widget.full.full-image.widget-section .divider.active {
	display: block;
}
.reveal-modal.large.videoarea {
	/*width: 980px;*/ /*new*/
	height: 378px;
	position: absolute;
	left: 14.2%;
	margin-left: 400px;
	/*top: 180px !important;*/ /* new */
	overflow: hidden;
 margin: 150px auto 0 auto !important;
	padding: 0;
	border: none;
	background: black; /* new */
}
.reveal-modal.large.videoarea #modal_contents {
	padding: 0px;
}
/* end css legacy */

#firstModal {
	left: 0;
	right: 0;
	margin: 0 auto;
}
/* new */
#firstModal object {
	width: 100%;
}
.row.hero-widget .columns {
	padding: 0;
	line-height: 0; /*new*/
}
/* new */

.row.hero-widget picture img {
	width: 100%;
}
.row.hero-widget.full.full-image.widget-section .row {
	margin: 0;
}
.row.hero-widget .text-on-image .opacity-layer {
	position: absolute;
	top: 0%;
	height: 100%;
	width: 100%;
	display: none;
}
.row.hero-widget .text-on-image .opacity-layer.active {
	position: absolute;
	top: 0%;
	height: 99.8%;
	width: 100%;
	display: block;
	opacity: 0.4;
	background: #000;
}
    .hero.with-callout .text-on-image .opacity-layer h1 {
        font-size: 72px;
        line-height: 1.2;
        margin-bottom: 15px !important;
    }
.hero.with-callout .text-on-image .opacity-layer p {
    line-height: 1.6;
}
/* end new */

/* masthead */

.row.hero-widget.masthead .bar {
	height: auto;
}
.row.hero-widget.masthead .bar h1 {
	text-align: center;
}
/*
    commented out for 4/23

@media screen and (max-width:639px) {
	.row.hero-widget.masthead .bar h1{
		font-size: 17px;
		margin-bottom: 15px;
	}	
	.row.hero-widget.masthead .bar p{
		font-size: 13px;
	}	
}
     */

/* full slider hero widget */

.row.hero-widget.full .flexslider {
	border: 0px;
}
.row.hero-widget.full .flexslider p.body-copy {
	font-size: 24px;
}
.row.hero-widget.full .flexslider img, .row.hero-widget.full.full-image img {
	width: 100%;
}
.row.hero-widget.full article h2 {
	font-size: 35px;
	line-height: 1.2;
	margin-bottom: 10px;
	margin-top: 20px;
	color: white; /* new */
}
.row.hero-widget.full article p {
	color: white; /* new */
}
/*
    commented out for 4/23
@media screen and (max-width:1024px) {
	.row.hero-widget.full article h2 {
		font-size: 26px;
	}
	.row.hero-widget.full .flexslider p.body-copy {
		font-size: 19px;
	}
}
@media screen and (max-width:980px) {
	#firstModal {
		width: 80%;
		background: black;
		padding: 0;
	}
}
     */

.row.hero-widget.full .slides li article, .row.hero-widget.full.full-image li article {
	position: absolute;
	top: 10%;
	left: 5%;
	z-index: 100;
}
.row.hero-widget.full.full-image .hero-widget-full-image-wrap footer {
	position: absolute;
	bottom: 15px;
	left: 5%;
	z-index: 100;
	border: none;
	margin: 0;
}
.row.hero-widget.full.full-image .text-on-image .text-wrap {
	position: absolute;
	top: 0px;
	margin-top: 15px;
	left: 15px;
	z-index: 100;
}
/*
    commented out for 4/23

@media screen and (max-width:639px) {	
	.row.hero-widget.full .bar article h2 {
		font-size: 16px;
	}
	.row.hero-widget.full .flexslider img,
	.row.hero-widget.full.full-image img {
		height: 100%;
	}
	.row.hero-widget.full .flexslider .slides li,
	.row.hero-widget.full.full-image .hero-widget-full-image-wrap {
		height: 500px;
	}
	.row.hero-widget.full .slides li article,
	.row.hero-widget.full.full-image .hero-widget-full-image-wrap article,
	.row.hero-widget.full.full-image article {
		left: 10%;
		width: 320px;
	}
}
     */

.row.hero-widget.full .divider, .row.hero-widget.image-right-or-left .divider /* new */ {
	height: 2px;
	width: 40px;
	background: #f2aa01;
	margin-top: 20px;
	margin-bottom: 7px;
}
.row.hero-widget.full.full-image .hero-widget-full-image-wrap article h4 {
	font-size: 24px;
	color: #fff;
}
/* new */
.row.hero-widget .five.columns h2 a {
	font-size: 36px;
	font-family: Arial;
	color: rgb(75, 75, 75);
	font-weight: bold;
	line-height: 1;
	margin: 11px 10px;
	text-align: center;
}
.row.hero-widget.image-right-or-left .divider {
	margin-left: auto;
	margin-right: auto;
}
/* new fixed hero widgets */

.fixed-grid.block-grid.one-up.hero {
	margin-bottom: 15px;
    line-height: 1;
}
.fixed-grid.block-grid.one-up.hero.left-right, .fixed-grid.block-grid.one-up.hero.image-right-or-left {
	background-color: #fff;
    border: 1px solid #E6E6E6;
}
.fixed-grid.block-grid.one-up.hero.left-right.large-view {
	background-color: #fff;
    border: none;
	max-width: 1280px;
    margin: 0 auto 150px auto;
}
.fixed-grid.block-grid.one-up.hero.left-right.large-view .row {
	margin: 0 130px;
}
.containerLanding .fixed-grid.block-grid.one-up.hero.left-right.large-view .row {
	margin: 0;
}
.fixed-grid.block-grid.one-up.hero.image-right-or-left .text-wrap {
    padding: 15px 30px 0 30px;
}
.fixed-grid.block-grid.one-up.featured-content .fixed-grid.block-grid.one-up.hero {
    margin-bottom: 0;
}
.fixed-grid.block-grid.one-up.hero li {
	float: none;
}
.fixed-grid.block-grid.one-up.hero h1, .fixed-grid.block-grid.one-up.hero h2, .fixed-grid.block-grid.one-up.hero h3, .fixed-grid.block-grid.one-up.hero h4, .fixed-grid.block-grid.one-up.hero h5, .fixed-grid.block-grid.one-up.hero h6 {
	color: #fff;
}
.fixed-grid.block-grid.one-up.hero h2 {
	font-size: 26px;
	font-family: Arial;
	font-weight: bold;
	line-height: 1;
	text-align: left;
}
.fixed-grid.block-grid.one-up.hero.left-right h2, .fixed-grid.block-grid.one-up.hero.image-right-or-left h2 {
	color: #000 !important;
	text-align: center !important;
    margin-bottom: 15px !important;
}
.fixed-grid.block-grid.one-up.hero h4 {
	font-family: Arial;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
.fixed-grid.block-grid.one-up.hero.left-right h4, .fixed-grid.block-grid.one-up.hero.image-right-or-left h4 {
	color: #000 !important;
	text-align: center !important;
     margin-top: 15px;
}
.fixed-grid.block-grid.one-up.hero .divider {
	display: none;
}
.fixed-grid.block-grid.one-up.hero .divider.active {
	text-align: left;
	margin: 15px 0;
	height: 2px;
	width: 40px;
	background: #f2aa01;
	display: block;
}
.fixed-grid.block-grid.one-up.hero.left-right .divider, .fixed-grid.block-grid.one-up.hero.image-right-or-left .divider.active {
	text-align: center;
	margin: 15px auto;
}
.fixed-grid.block-grid.one-up.hero.left-right img, .fixed-grid.block-grid.one-up.hero.image-right-or-left img {
	width: 100%;
}
.fixed-grid.block-grid.one-up.hero.left-right.large-view figure {
	text-align: center;
}
.fixed-grid.block-grid.one-up.hero.left-right.large-view img {
	width: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.fixed-grid.block-grid.one-up.hero.left-right.large-view h2 {
    font-size: 48px;
    margin-bottom: 30px;
}
.fixed-grid.block-grid.one-up.hero p {
	font-size: 14px;
	font-family: Arial;
	color: #fff;
	line-height: 1.4;
	text-align: left;
}
.fixed-grid.block-grid.one-up.hero.left-right p, .fixed-grid.block-grid.one-up.hero.image-right-or-left p {
	font-size: 14px;
	color: #000 !important;
	text-align: left !important;
	padding: 0;
}
.fixed-grid.block-grid.one-up.hero.left-right.large-view p {
    line-height: 1.6;
}
.left-right .columns, .image-right-or-left .columns {
	padding: 0;
}
.image-right-or-left .six.columns {
	width: 60%;
}
.image-right-or-left .six.columns:nth-of-type(2) {
	width: 40%;
}
.image-right-or-left.right-image-left-text .six.columns {
	width: 60%;
	float: right;
}
.image-right-or-left.right-image-left-text .six.columns:nth-of-type(2) {
	width: 40%;
	float: left;
}
.hero .row {
	margin: 0;
}
.hero.with-callout .row {
	max-width: 1280px;
	margin: 0 auto;
}
.fixed-grid.block-grid.one-up.hero.masthead .row .twelve.columns {
    padding: 0;
}
.hero .text-on-image {
	padding: 0;
}
.hero .text-on-image img {
    width: 100%;
    display: block;
}
.hero .text-on-image .opacity-layer {
    background: transparent;
	position: absolute;
	top: 0%;
	height: 100%;
	width: 100%;
    display: block;
}
.fixed-grid.block-grid.one-up.hero .text-on-image .opacity-layer.active {
	background: rgba(0,0,0,0.40);
}
.fixed-grid.block-grid.one-up.hero .text-on-image .text-wrap {
	position: relative;
	margin: 15px;
	z-index: 100;
	display: block;
}

.fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
    position: relative;
    margin: 8.59375% 10.15625%;
    z-index: 100;
    display: block;
    width: 40%;
}
.solutions .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
    margin-top: 174px;
    margin-left: 65px;
}
.solutions .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap p {
    width: 80%;
}
    .solutions .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap p:last-child {
        margin-top: 0;
    }
       .integrated-solutions .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap
{
           margin-top: 174px;
	margin-left: 0;
}
       .integrated-solutions .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap p:last-child {
        margin-top: 0;
    }
       .integrated-solutions .fixed-grid.block-grid.two-up .text-on-image .heading-wrap {
        text-align: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }
       .integrated-solutions .fixed-grid.block-grid.two-up .text-on-image .heading-wrap h3 {
        text-align: left;
        
    }
.fixed-grid.block-grid.one-up.hero.with-callout.with-box .text-on-image .text-wrap {
	    position: relative;
    margin-top: calc(42% - 3px);
    margin-left: calc(6%);
    z-index: 100;
    display: block;
    width: calc(40%);
}


.fixed-grid.block-grid.hero .button-wrap {
    display: block;
    margin: 10px auto 15px auto;
    width: 200px;
}
.fixed-grid.block-grid.one-up.hero .text-on-image .text-wrap .button-wrap {
    display: inline-block;
    margin: 0 0 15px 0;
    width: auto;
    text-align: left;
}
.containerLanding .fixed-grid.block-grid.one-up.hero.left-right .head-wrap {
    margin-top: 115px;
    margin-left: 115px !important;
    width: inherit;
}

.fixed-grid.block-grid.one-up.hero.left-right .heading-wrap, .fixed-grid.block-grid.one-up.hero.image-right-or-left .heading-wrap {
    margin-top: 115px;
    margin-left: 115px !important;
    width: 395px;
}
.containerLanding .fixed-grid.block-grid.one-up.hero.left-right .heading-wrap, .containerLanding .fixed-grid.block-grid.one-up.hero.image-right-or-left .heading-wrap {
    margin-top: 88px;
    margin-left: 79px !important;
    width: 395px;
}
.containerLanding .fixed-grid.block-grid.one-up.hero.left-right p, .containerLanding .fixed-grid.block-grid.one-up.hero.image-right-or-left p {
    padding: 0;
}
.alternate .fixed-grid.block-grid.one-up.hero.left-right p:last-child, .alternate .fixed-grid.block-grid.one-up.hero.image-right-or-left p:last-child {
    margin-top: 40px;
}
.alternate .fixed-grid.block-grid.one-up.hero h6 {
    color: #000;
}
.containerLanding .fixed-grid.block-grid.one-up.hero.left-right h4, .containerLanding .fixed-grid.block-grid.one-up.hero.image-right-or-left h4 {
    margin: 0 0 15px 0;
}
.fixed-grid.block-grid.hero.left-right .button-wrap {
    width: auto;
    display: inline-block;
    margin-left: 115px !important;
}
.fixed-grid.block-grid.one-up.hero.left-right h2, .fixed-grid.block-grid.one-up.hero.image-right-or-left h2 {
    text-align: left !important;
}
.fixed-grid.block-grid.one-up.hero, .fixed-grid.block-grid.one-up.hero.legacy {
    margin-bottom: 15px;
}
.fixed-grid.block-grid.one-up.hero.with-callout {
        margin-bottom: 120px;
    }
.block-grid > li.full-img {position: relative;width: 100%;background-color: transparent;background-origin: content-box;background-position: 100% 100%;background-repeat: no-repeat;background-size: cover;min-height: 900px;
}
.news .block-grid > li.full-img {position: relative;width: 100%;background-color: transparent;background-origin: content-box;background-position: 100% 0;background-repeat: no-repeat;background-size: cover;
}
.events .block-grid > li.full-img {position: relative;width: 100%;background-color: transparent;background-origin: content-box;background-position: 75% 75%;background-repeat: no-repeat;background-size: cover;
}
.block-grid.hero.with-callout.with-box > li.full-img {position: relative;width: 100%;background-color: transparent;background-origin: content-box;background-position: 100% 100%;background-repeat: no-repeat;background-size: cover;min-height: 700px;
}

.fixed-grid.block-grid.one-up.hero.with-callout.with-box {
    margin-bottom: 150px;
}

.news .fixed-grid.block-grid.one-up.hero.with-callout {
        margin-bottom: 0;
    }
.news .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
    margin-top: 150px;
    margin-left: 0px;
}

.integrated-solutions .header-image .fixed-grid.block-grid.one-up.hero.with-callout {
    margin-bottom: 0;
	width: 100%;
}
.fixed-grid.block-grid.one-up.with-callout h1 {
    color: #000;
}
.fixed-grid.block-grid.one-up.with-callout h2 {
    font-size: 48px;
    color: #000;
}
.fixed-grid.block-grid.one-up.hero.with-callout .text-on-image img {
    display: block;
}
    
    .events .fixed-grid.block-grid.one-up.hero.with-callout {
        margin-bottom: 0;
    }
    .events .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
	    position: relative;
    margin-top: 245px;
    margin-left: 130px;
    z-index: 100;
    display: block;
    width: 30%;
}
        .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap h2 {
            font-size: 48px;
        }
.fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap p {
    color: #000;
}
.fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap p:last-child {
    margin-top: 40px;
}
    .events .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap p {
    width: 75%;
}
    .events .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap p:last-child {
    margin-top: 0;
}

    .fixed-grid.block-grid.one-up.hero.with-callout .orange-layer {
    /*margin-top:  20vh;
    border-top: 80vh solid transparent;
    border-right: 38vw solid #ed9b09;
     opacity: .85;
        */
    display: none;
        }
 .fixed-grid.block-grid.one-up.hero.with-callout.with-box .orange-layer {
    margin-top:  0;
    border-top: none;
    border-right: none;
     opacity: .85;
        }
        .fixed-grid.block-grid.one-up.hero.with-callout .orange-layer:after {
            display: none;
        
}
        

        .events .fixed-grid.block-grid.one-up.hero.with-callout .orange-layer {
            position: absolute;
    top: 0;
    right: 0;
    background: #ed9b09;
    width: 417px;
    height: calc(100%);
    opacity: .85;
    bottom: initial;
    padding-top: 0;
    padding-bottom: 0;
			border: none;
			margin-top: 0;
            display: block;
        }
            .events .fixed-grid.block-grid.one-up.hero.with-callout .orange-layer:after {
                display: none;
            }
        .solutions .fixed-grid.block-grid.one-up.hero.with-callout .orange-layer {
           position: absolute;
    top: calc(100% - 60px);
    background: #ed9b09;
    height: 277px;
    opacity: .85;
    width: 100%;
			max-width: 1280px;
    bottom: initial;
    padding-top: 0;
    padding-bottom: 0;
			margin: 0 auto;
			border-top: none;
			border-right: none;
            display: block;
            left: 0;
            right: 0;
        }
        .solutions .fixed-grid.block-grid.one-up.hero.with-callout .orange-layer:after {
                display: none;
            }
        .fixed-grid.block-grid.one-up.hero.with-callout.with-box .orange-layer {
           position: absolute;
			top: 0;
    margin-top: calc(35%);
    background: #ed9b09;
    height: 341px;
    opacity: .85;
    width: 561px;
    bottom: initial;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
        }
        .fixed-grid.block-grid.one-up.hero.with-callout.with-box .orange-layer:after {
                display: none;
            }
.news .fixed-grid.block-grid.one-up.hero.with-callout .orange-layer {
    /*width: 25%;
    height: 0;
    padding-top: 0;
    padding-bottom: 25%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	border-top: none !important;
	border-right: none !important;
    background: #ed9b09;
    overflow: hidden;
    position: absolute;
    right: 15%;
    bottom: 0;
	margin: 0;
    top: 4%;*/
    display: none;
}
.news .fixed-grid.block-grid.one-up.hero.with-callout .orange-layer:after {
                display: none;
            }
.integrated-solutions .fixed-grid.block-grid.one-up.hero.with-callout .orange-layer {
    /*width: 25%;
    height: 0;
    padding-top: 0;
    padding-bottom: 25%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ed9b09;
    overflow: hidden;
    position: absolute;
    right: 15%;
    bottom: 0;
    top: 4%;
	margin: 0;
			border-top: none;
			border-right: none;*/
    display: none;
}
.integrated-solutions .fixed-grid.block-grid.one-up.hero.with-callout .orange-layer:after {
                display: none;
            }

.columnContainer.record-success {
	padding: 0 10.15625%;
}
.columnContainer.integrated-solutions {
	float: none !important;
}
.integrated-solutions ul.fixed-grid.block-grid.one-up.hero.with-box li.full-img {
    min-height: 1000px;
}
.news .fixed-grid.block-grid.three-up.featured-content .text-wrap h4 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
    text-transform: none;
}

.news .fixed-grid.block-grid.three-up.featured-content .text-wrap h5 {
    font-size: 14px !important;
    color: #999 !important;
    line-height: 1.1 !important;
}

.news .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap p:last-child {
    margin-top: 0;
}
@media screen and (max-width: 2350px) {
	.fixed-grid.block-grid.one-up.hero.with-callout li.full-img {
	    min-height: 800px;
	}
    .fixed-grid.block-grid.hero.with-callout.with-box li.full-img {
        min-height: 700px;
    }
}
@media screen and (max-width: 2200px) {
	.fixed-grid.block-grid.one-up.hero.with-callout li.full-img {
	    min-height: 750px;
	}
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box li.full-img {
        min-height: 700px
    }
}
@media screen and (max-width: 1920px) {
	.fixed-grid.block-grid.one-up.hero.with-callout li.full-img {
	    min-height: 700px;
	}
}
@media screen and (max-width: 1900px) {
	.fixed-grid.block-grid.one-up.hero.with-callout li.full-img,
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box li.full-img {
	    min-height: 650px;
	}
}
@media screen and (max-width: 1710px) {
    .fixed-grid.block-grid.one-up.hero h4 {
        font-size: 12px;
    }

    .fixed-grid.block-grid.one-up.hero p {
        font-size: 14px;
    }
    .alternate .fixed-grid.block-grid.one-up.hero p {
        font-size: 14px;
        color: #000000;
        padding-bottom: 5px;
    }	
	.image-right-or-left .six.columns, 
	.image-right-or-left .six.columns:nth-of-type(2), 
	.image-right-or-left.right-image-left-text .six.columns, 
	.image-right-or-left.right-image-left-text .six.columns:nth-of-type(2) {
	    width: 100% !important;
	    float: none !important;
    }	
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box li.full-img {
        min-height: 500px;
    }
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box .text-on-image .text-wrap {
        margin-top: calc(26%);
    }
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box .orange-layer {
        margin-top: calc(19% + 4px);
    }
}
@media screen and (max-width: 1366px)  {
	.fixed-grid.block-grid.one-up.hero.with-callout li.full-img {
		min-height: 600px;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box .text-on-image .text-wrap {
	    margin-left: calc(12%);
	}
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box .orange-layer {
	    margin-left: calc(6%);
	}
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box {
	    margin-bottom: 160px;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box .text-on-image .text-wrap h2 {
	    margin-bottom: 25px !important;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout .orange-layer {
		border-top: 387px solid transparent;
	}
	.news .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap{
		margin-left: 40px;
	}
	section.columnContainer.solutions {
	    margin-bottom: 375px;
	}
	.columnContainer.solutions div.solutions-container footer {
		margin-bottom: 0px !important;
	}
	.integrated-solutions .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
	    margin-left: 40px;
	}
}
@media screen and (max-width: 1280px) {
	.fixed-grid.block-grid.one-up.hero.with-callout .orange-layer {
	    border-top: 50vh solid transparent;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout li.full-img {
	    min-height: 500px;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box {
	    margin-bottom: 180px;
	}
	.integrated-solutions .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
	    margin-left: 60px;
	}
	.solutions .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
	    margin-top: 65px;
	}
}
@media screen and (max-width: 1165px) {
	.fixed-grid.block-grid.one-up.hero.with-callout li.full-img,
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box li.full-img {
		min-height: 475px;
	}
}
@media screen and (max-width: 1100px) {
	.fixed-grid.block-grid.one-up.hero.with-callout li.full-img {
	    min-height: 450px;
	}
}
@media screen and (max-width: 1090px) {
	.events .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
	    margin-top: 175px;
	    margin-left: 65px;
	}
}
@media screen and (max-width: 1028px) {
    .fixed-grid.block-grid.one-up.hero.left-right .heading-wrap {
        margin-top: 56px;
        margin-left: 56px !important;
        width: 100%;
    }
    .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
        margin-top: 56px;
        margin-left: 55px;
    }

    .fixed-grid.block-grid.one-up.hero.left-right.large-view .row {
        margin-left: 65px;
    }

    .fixed-grid.block-grid.one-up.hero.left-right.large-view .row {
        margin-left: 65px;
    }
}
@media screen and (max-width: 1024px)  {
	.fixed-grid.block-grid.one-up.hero.with-callout .orange-layer {
	    border-top: 344px solid transparent;
	}
	section.columnContainer.solutions {
	    margin-bottom: 450px;
	}
	.programs .fixed-grid.block-grid.three-up.mobile-one-up.featured-content {
	    margin-bottom: 0px;
	}
	.integrated-solutions .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
	    margin-left: 50px;
	}
	.news .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap{
		margin-left: 40px;
	}
	.events .fixed-grid.block-grid.one-up.hero.with-callout .orange-layer {
	    height: 550px;
	}
	.solutions .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
		margin-top: 85px;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box .orange-layer {
	    margin-top: 200px;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box .text-on-image .text-wrap {
		margin-top: 260px;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box {
	    margin-bottom: 160px;
	}
}
@media screen and (max-width: 960px) {
	.fixed-grid.block-grid.one-up.hero.with-callout li.full-img,
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box li.full-img {
	    min-height: 425px;
	}
	.events .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
	    margin-top: 100px;
	}
	.events ul.fixed-grid.block-grid.one-up.featured-content {
	    padding-top: 45px;
	}
}
@media screen and (max-width: 900px) {
	.containerLanding .fixed-grid.block-grid.one-up.hero.left-right .heading-wrap {
	    margin-top: 50px;
	    margin-left: 30px !important;
	    width: 355px;
	}
	.events .fixed-grid.block-grid.one-up.hero.with-callout li.full-img {
	    min-height: 400px;
	}
}
@media screen and (max-width: 880px) {
	.fixed-grid.block-grid.one-up.hero.with-callout li.full-img,
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box li.full-img {
	    min-height: 400px;
	}
	.news ul.fixed-grid.block-grid.one-up.hero li.full-img {
	    min-height: 350px;
	}
	.events ul.fixed-grid.block-grid.one-up.featured-content {
	    padding-top: 25px;
	    width: 350px;
	}
	.events .fixed-grid.block-grid.one-up.hero.with-callout .orange-layer {
	    width: 350px;
	}
}
@media screen and (max-width: 868px) {
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box .orange-layer {
	    margin-top: calc(25%);
        width: 55%;
        height: 275px;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box .text-on-image .text-wrap {
	    margin-top: calc(25% + 35px);
        width: 44%;
	}
}
@media screen and (max-width:850px) {
    /*.fixed-grid.block-grid.one-up.hero.legacy img, .fixed-grid.block-grid.one-up.hero.legacy source {
        height: 300px !important;
    }*/
    .fixed-grid.block-grid.one-up.with-callout h1 {
        font-size: 48px;
    }

    .fixed-grid.block-grid.one-up.hero.left-right .heading-wrap {
        margin-top: 25px;
        margin-left: 25px !important;
        width: 100%;
    }
    .events .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
        margin-top: 100px;
        margin-left: 55px;
        width: 43%;
    }
}
@media screen and (max-width: 835px) {
	.events .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
	    margin-top: 75px;
	    margin-left: 35px;
	}
}
@media screen and (max-width: 800px) {
	.fixed-grid.block-grid.one-up.hero.with-callout li.full-img,
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box li.full-img{
	    min-height: 350px;
	}
	.columnContainer.record-success footer {
	    margin-bottom: 50px !important;
	}
	.news .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
	    margin-top: 75px;
	}
	.events .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
	    width: 36%;
	}
    .solutions .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
        margin-top: 50px;
    }
}
@media screen and (max-width: 790px) {
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box .text-on-image .text-wrap {
        width: 45%;
	}
}
@media screen and (max-width: 780px) {
    .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
        width: 40%;
    }
}
@media screen and (max-width: 768px)  {
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box .orange-layer {
	    left: 0;
	    margin-left: 20px;
	    margin-top: 190px;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box .show-for-small .panel {
	    position: absolute;
	    background: transparent;
	    padding-left: 40px;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout .orange-layer {
	    border-top: 300px solid transparent;
	    top: 100px;
	    position: absolute;
	    right: 0;
	    border-right: 41vw solid #ed9b09;
	    margin-top: 0px;
	}
    .columnContainer.record-success {
	    padding: 50px 0px;
	    background: #fff;
	}
	.columnContainer.record-success footer {
	    margin-bottom: 0px !important;
	}
	.news .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
	    margin-left: 30px;
	    margin-top: 70px;
	}
	.news .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap h2 {
	    font-size: 30px;
	}
	.events .text-wrap.show-for-small {
        padding: 35px 15px;
    }
	.events .fixed-grid.block-grid.one-up.hero.with-callout .orange-layer {
	    width: 45%;
	    height: 100%;
	}
	.events .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
		margin-left: 35px;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap h2 {
	    font-size: 40px;
	}
	.containerLanding .fixed-grid.block-grid.one-up.hero.left-right .heading-wrap {
	    margin-top: 50px;
	    padding: 0px 43px !important;
	    margin-left: 0px !important;
	}
	.fixed-grid.block-grid.one-up.hero.left-right.large-view img {
	    padding: 0px 25px;
	}
	.containerLanding .fixed-grid.block-grid.one-up.hero.left-right {
	    margin-bottom: 50px;
	}
	.solutions .fixed-grid.block-grid.one-up.hero.with-callout .orange-layer {
	    height: auto;
	    min-height: 300px;
	}
	.containerLanding .fixed-grid.block-grid.one-up.hero.left-right .heading-wrap {
	    width: 100%;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box .orange-layer {
	    margin-top: 185px;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box .text-on-image .text-wrap {
	    margin-top: 245px;
	    width: 50%;
	}
	.solutions .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
	    margin-top: 50px;
	    margin-left: 30px;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box {
	    margin-bottom: 260px;
	}
}
@media screen and (max-width:767px) {
	.fixed-grid.block-grid.one-up.hero.with-callout .orange-layer {
	    margin-top:  0;
	    border-top: 45vh solid transparent;
	    border-right: 38vw solid #ed9b09;
	    opacity: .85;
    }
    fixed-grid.block-grid.one-up.hero.with-callout.with-box .text-on-image .text-wrap {
        width: 100%;
        margin-top: 320px;
    }
    .fixed-grid.block-grid.one-up.hero h2 {
        font-size: 16px;
    }

	.fixed-grid.block-grid.one-up.with-callout h2 {
		font-size: 26px;
	}

    .fixed-grid.block-grid.one-up.hero h4 {
        font-size: 12px;
    }

    .alternate .fixed-grid.block-grid.one-up.hero p {
        font-size: 14px;
        color: #000000;
        padding-bottom: 5px;
    }
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box .text-on-image .text-wrap h2 {
        margin-bottom: 20px !important;
    }
	
	.image-right-or-left .six.columns, 
	.image-right-or-left .six.columns:nth-of-type(2), 
	.image-right-or-left.right-image-left-text .six.columns, 
	.image-right-or-left.right-image-left-text .six.columns:nth-of-type(2) {
		width: 100% !important;
		float: none !important;
	}
    .alternate .hero .text-on-image .opacity-layer {
        position: relative;
        top: inherit;
        height: auto;
        width: 100%;
        display: block;
    }
	/*.fixed-grid.block-grid.one-up.hero.with-callout .show-for-small .panel {
	    padding-bottom: 50px;
	}*/
	.news .fixed-grid.block-grid.one-up.hero.with-callout .show-for-small .panel {
	    padding-bottom: 10px;
	}
    .hero.with-callout .text-on-image .opacity-layer h1 {
        font-size: 38px;
        margin-bottom: 20px !important;
        margin-top: 30px !important;
        position: relative;
        display: block;
    }

    .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap p:last-child {
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .hero .text-on-image img {
        height: auto;
        width: auto;
    }

    .fixed-grid.block-grid.one-up.hero.with-callout {
        margin-bottom: 50px;
    }
    .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
        margin: 0px;
        width: 100%;
        padding: 0px 10px;
    }   
    .fixed-grid.block-grid.one-up.hero.left-right.large-view .row {
        margin: 0px;
    }
    .fixed-grid.block-grid.one-up.hero.with-callout {
        margin-bottom: 0px;
        background-color: #F7F7F7 ;
    }
    .alternate section.body-content.row {
        padding: 0px !important;
    }
    .fixed-grid.block-grid.one-up.hero.left-right.large-view img {
    width: 268px;
    height: 268px;
    }

    .fixed-grid.block-grid.one-up.hero.left-right .heading-wrap {
        margin: 0px !important;
        padding: 0px 20px;
        width: auto;
    }

    .heading-wrap p:last-child {
        margin-bottom: 50px;
    }

    .fixed-grid.block-grid.one-up.hero.left-right.large-view {
        margin-bottom: 0px;
    }
    .fixed-grid.block-grid.one-up.hero.with-callout .orange-layer:after {
        margin-top: -758px;
    }
    .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image img {
        height: auto;
        width: auto;
    }

    .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap h2 {
        font-size: 36px;
    }

    .fixed-grid.block-grid.one-up.hero.with-callout.with-box .orange-layer {
        top: 325px;
        left: 10px;
        width: 90%;
        margin: 0 2%;
        margin-top:0px;
        height: 210px;
    }
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box .text-on-image .text-wrap {
        position: absolute;
        margin-top: 0px;
        top: 350px;
        width: 100%;
    }
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box {
	    margin-bottom: 250px;
	}

    ul.fixed-grid.block-grid.one-up.hero.left-right.large-view img {
        width: 268px;
        height: 268px;
        margin-bottom: 30px;
	    padding: 0px;
    }

    .containerLanding .fixed-grid.block-grid.one-up.hero.left-right .heading-wrap {
        margin-left: 15px !important;
        width: 95%;
    }

    .alternate .fixed-grid.block-grid.one-up.hero.left-right p:last-child {
        margin-top: 22px;
        margin-bottom: 30px;
    }

    .containerLanding .fixed-grid.block-grid.one-up.hero.left-right p {
        margin-bottom: 0px;
    }

    .containerLanding .fixed-grid.block-grid.one-up.hero.left-right {
        margin-bottom: 0px;
    }
    .fixed-grid.block-grid.one-up.hero.left-right.large-view {
		background: #FFF;
    }
    .containerLanding .fixed-grid.block-grid.one-up.hero.left-right.large-view:first-child {
    	background: #f4f4f4;
	}
	.events ul.fixed-grid.block-grid.one-up.featured-content {
	    padding-top: 25px !important;
	    width: 100%;
	}
	.events .fixed-grid.block-grid.one-up.hero.with-callout li.full-img {
	    min-height: 350px;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box .show-for-small .panel {
	    margin-left: 40px;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box {
	    padding-bottom: 185px;
        margin-bottom: 0px;
	}
}
@media screen and (max-width: 736px)  {
	.events .fixed-grid.block-grid.one-up.hero.with-callout .orange-layer {
	    width: 100%;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout .orange-layer {
	    border-top: 300px solid transparent;
	    border-right: 287px solid #ed9b09;
	}

   .news ul.fixed-grid.block-grid.one-up.hero li.full-img {
        min-height: 268px;
    }
	.columnContainer.record-success {
	    padding: 0px 0px;
	}
	.columnContainer.record-success footer {
	    margin-bottom: 50px !important;
	    margin-top: 25px !important;
	}
}
@media screen and (max-width: 675px) {
	.events .fixed-grid.block-grid.one-up.hero.with-callout li.full-img {
	    min-height: 300px;
	}
	.events ul.fixed-grid.block-grid.one-up.hero.with-callout .orange-layer {
	    top: 280px;
	}
}
@media screen and (max-width: 614px)  {
	.fixed-grid.block-grid.one-up.hero.with-callout li.full-img,
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box li.full-img {
	    min-height: 300px;
        height: 300px;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box .orange-layer {
	    top: 270px;
        height: 195px;
        margin-left: 10px;
        margin-top: 0px;
	}
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box .text-on-image .text-wrap {
        top: 305px;
        margin-top: 0px;
        width: 100%;
        margin-left: 5%;
    }
	.fixed-grid.block-grid.one-up.hero.with-callout .orange-layer {
	    border-top: 175px solid transparent;
	    top: 57px;
	    border-right: 215px solid #ed9b09;
	}
	.news ul.fixed-grid.block-grid.one-up.hero li.full-img {
	    min-height: 232px;
	}
	section.columnContainer.solutions {
	    margin-bottom: 700px;
	}
	.integrated-solutions ul.fixed-grid.block-grid.one-up.hero li.full-img {
		min-height: 250px;
	}
	.fixed-grid.block-grid.one-up.hero.with-callout.with-box .show-for-small .panel {
	    padding-top: 0px;
	}
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box {
	    padding-bottom: 165px;
        margin-bottom: 0px;
	}
    .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap p {
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 560px) {
    .fixed-grid.block-grid.one-up.hero.with-callout li.full-img,
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box li.full-img {
        min-height: 265px;
        height: 265px;
    }
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box .orange-layer {
	    top: 235px;
	}
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box .text-on-image .text-wrap {
        top: 260px;
    }
}
@media screen and (max-width: 480px) {
	.news ul.fixed-grid.block-grid.one-up.hero li.full-img {
	    height: 150px !important;
	    min-height: 200px;
	}
	.integrated-solutions ul.fixed-grid.block-grid.one-up.hero li.full-img {
		min-height: 232px;
	}
}
@media screen and (max-width: 450px) {
	.fixed-grid.block-grid.one-up.hero.with-callout li.full-img,
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box li.full-img {
	    min-height: 150px;
        height: 232px;
	}
    .solutions ul.fixed-grid.block-grid.one-up.hero li.full-img {
        min-height: 250px;
    }
   	.fixed-grid.block-grid.one-up.hero.with-callout.with-box .orange-layer {
	    top: 202px;
        height: 195px;
	}
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box .text-on-image .text-wrap {
        top: 225px;
        margin-top: 0px;
        width: 90%;
    }
}
@media screen and (max-width: 350px) {
    .fixed-grid.block-grid.one-up.hero.with-callout.with-box .text-on-image .text-wrap {
        width: 89%;
        margin-left: 30px;
    }

}
@media screen and (max-width:900px) {
    .fixed-grid.block-grid.one-up.with-callout h1 {
        font-size: 48px;
    }


    .show-for-small-medium {
        display: block !important;
    }

    .hide-for-small-medium {
        display: none !important;
    }
}

@media screen and (min-width:901px) {
    .show-for-small-medium {
        display: none !important;
    }

    .hide-for-small-medium {
        display: block !important;
    }
}

@media screen and (max-width:1280px) {
    .news .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
        margin-top: 20px;
    }
}

@media screen and (min-width:1025px) {
    .news .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
        margin-left: 130px !important;
    }
}

@media screen and (min-width:901px) and (max-width:998px) {
    .news .fixed-grid.block-grid.one-up.hero.with-callout .text-on-image .text-wrap {
        width: 45%;
    }
}