.padL25{
	padding-left: 25px;
}

@media (min-width: 576px) and (max-width: 767px){
	.container{
		max-width: none;
	}
}

@media only screen and (max-width: 767px) {
	.container{
		padding-left: 30px;
		padding-right: 30px;
	}
}


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

	.timelineHeaderContainer{
		position: fixed;
		top: 75px;
		left: calc(50% - 8px);
		transform: translateX(-50%);
		background-color: #fff;
		z-index: 10;
	}
	.timelineHeaderContainer h2{
		font-size: 32px;
	}
}





a.default{
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #E77500;
	text-decoration: none;
	margin-bottom: 20px;
	display: table;
	letter-spacing: 0.05rem;
}
a.condensed{
	margin-bottom: 5px !important;
}
a.inverted{
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #E77500;
	text-decoration: none;
	margin-bottom: 15px;
	display: table;
	letter-spacing: 0.05rem;
}
a.inverted.clean, a.clean, a.default.clean{
	border-bottom: none;
	margin: 0;
	display: inline-block; 
}

.menu a:after{
    pointer-events: all;
}






.infoBar{
	margin-top: 75px;
	background-color: #000;
	color: #fff;
}


/*fonts*/
h1, h2, h3, h4, h5{
	font-family: 'Monti Reg', serif;
}
h6{
	font-family: 'franklin-gothic-atf', sans-serif;
	line-height: 28px;
	font-weight: bold;
}
@media only screen and (min-width: 768px) {
	h1{
		font-size: 66px;
		line-height: 62px;
		margin-bottom: 0;
	}
	h2{
		font-size: 56px;
		line-height: 60px;
	}
	h3{
		font-size: 42px;
		line-height: 52px;
	}
	h4{
		font-size: 30px;
		line-height: 36px;
	}
	h5{
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 0;
	}
	h5.tracked{
		color: #E77500;
		letter-spacing: 5px;
	}
	h6{
		font-size: 22px;
	}
	p, li{
		font-family: franklin-gothic-atf,sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 18px;
		line-height: 24px;
		-webkit-font-smoothing: antialiased;
	}
	p.small, li.small{
		font-size: 14px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 767px) {
	h1{
		font-size: 42px;
		line-height: 42px;
	}
	h2{
		font-size: 38px;
		line-height: 44px;
	}
	h3{
		font-size: 32px;
		line-height: 40px;
	}
	h4{
		font-size: 24px;
		line-height: 30px;
	}
	h5{
		font-size: 20px;
		line-height: 24px;
	}
	h5.tracked{
		color: #E77500;
		letter-spacing: 4px;
	}
	h6{
		font-size: 22px;
	}
	p{
		font-family: franklin-gothic-atf,sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 16px;
		line-height: 22px;
		-webkit-font-smoothing: antialiased;
	}
	p.small{
		font-size: 12px;
		line-height: 20px;
	}
}

/* Nav - Menu Button */

.menuButton{
	position: relative;
	display: inline-block;
	width: 24px;
	height: 30px;
	top: 50%;
	margin-left: 20px; 
	transform: translateY(-50%);
}


.menuButton .line1, .menuButton .line3{
    width: 24px;
    height: 2px;
    transition: all .25s;
    background-color: #000;
}
.menuButton .line2, .menuButton .line4 {
    width: 20px;
    height: 2px;
    transition: all .25s;
    background-color: #000;
    left: 4px;
    position: relative;
}
.menuButton .line1{
    margin-top: 0;
    transform-origin: left;
}
.menuButton .line2{
    margin-top: 6px;
}
.menuButton .line3{
    margin-top: 6px;
}
.menuButton .line4{
    margin-top: 6px;
}
.menuButton.active .line1{
    margin-top: 0px;
    width: 31px;
    transform: rotate(45deg);
}
.menuButton.active .line2{
    width: 0px;
    height: 2px;
}
.menuButton.active .line3{
    margin-left: -6px;
    width: 32px;
    transform: rotate(-45deg);
    margin-top: 1px;
}
.menuButton.active .line4{
    width: 0px;
}

/* alert bar */
@media only screen and (min-width: 992px) {
	.moreInfoContainer{
		text-align: right;
	}
}
@media only screen and (max-width: 991px) {
	.moreInfoContainer{
		text-align: left;
		padding-top: 10px;
	}
}
.alertBar{
	width: 100%;
	background-color: #000;
	position: fixed;
	z-index: 9;
	color: #fff;
	top: 75px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.alertBar p{
	margin-bottom: 0;
}


.logo{
	position: relative;
	left: 0;
	width: auto;
	display: inline-block;
	margin: 0px;
	top: 4px;
	bottom: 3px;
	padding:  7px 0;

}

.logo a img{
	max-height: 55px;
	max-width: 65vw;
}
.logoDropDown{
	display: inline-block;
	position: absolute;
	top: 0;
	right: -30px;
	height: 100%;
}
.logoDropDown img{
	position: relative;
	top: 50%;
	margin-top: -24px;
	transform: translateY(-50%);
	display: inline-block;
	width: 24px;
    padding: 5px;
    transition: .35s all;
}
.logoDropDown:hover img, .logoDropDown:focus img{
	transform: translateY(-50%) rotate(180deg);
}
.logo:hover .logoDropDown__menu, .logoDropDown:hover .logoDropDown__menu{
	display: block;
}

.logo .logoDropDown__menu.focus-in{
	display: block;
}
.logo:hover .logoDropDown img{
	transform: translateY(-50%) rotate(180deg);
}
.logoDropDown__menu{
	display: none;
	position: absolute;
    right: 0;
    top: calc(100%);
    width: auto;
}
.logoDropDown__menu a{
	white-space: nowrap;
	padding: 15px 225px 15px 25px;
	background-color: #f4f4f6;
}



.search span.hide{
	visibility: hidden;
}
.search img{
	height: 24px;
	width: 24px;
}



.subHero > .row{
	height: 60vh;
	min-height: 550px;
	position: relative;
}

.grayYear{
	height: 125px;
	position: relative;
	overflow: hidden;
}

.arrowLine{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	border-bottom: 2px solid #E77500;
}

.centeredOrangeLine{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	
}
.topdOrangeLine{
	position: absolute;
	top: calc(50% - 20px);
	transform: translateY(-50%);
	width: 100%;	
	border-bottom: 2px solid #E77500;
}
.centeredOrangeLine:before{
	content: " ";
	position: absolute;
	width: calc(50% - 90px);
	left: 0;
	border-width: 2px 0 0 0;
    border-style:solid;
    border-color: #E77500;
}
.centeredOrangeLine:after{
	content: " ";
	position: absolute;
	width: calc(50% - 90px);
	right: 0;
	border-width: 2px 0 0 0;
    border-style:solid;
    border-color: #E77500;
}

.singleOrangeLine{
	width: 100%;
	border-bottom: 2px solid #E77500;
}

.tripleOrangeLines{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	border-bottom: 2px solid #E77500;
}
.tripleOrangeLines:before{
	content: " ";
	position: absolute;
	width: 100%;
	left: 0;
	transform: translateY(-20px);
	border-width: 2px 0 0 0;
    border-style:solid;
    border-color: #E77500;
}
.tripleOrangeLines:after{
	content: " ";
	position: absolute;
	width: 100%;
	transform: translateY(20px);
	left: 0;
	border-width: 2px 0 0 0;
    border-style:solid;
    border-color: #E77500;
}



.downArrows::before{
	content:"";
    position:absolute;
    top:9px;
    height: 0px;
    width: 30px;
    background-color:transparent;
    transform: translateX(calc(-50% - 10.6px)) rotate(45deg);
    left:50%;
    border-width:2px 0 0 0;
    border-style:solid;
    border-color: #E77500 transparent transparent transparent;
}
.downArrows::after{
	content:"";
    position:absolute;
    top:9px;
    height: 0px;
    width: 30px;
    background-color:transparent;
    transform: translateX(calc(-50% + 10.6px)) rotate(-45deg);
    left:50%;
    border-width:2px 0 0 0;
    border-style:solid;
    border-color: #E77500 transparent transparent transparent;
}
.downArrowsWide::before{
	content:"";
    position:absolute;
    top:62px;
    height: 0px;
    width: 180px;
    background-color:transparent;
    transform: translateX(calc(-50% - 140px)) rotate(45deg);
    left:50%;
    border-width:2px 0 0 0;
    border-style:solid;
    border-color: #E77500 transparent transparent transparent;
}
.downArrowsWide::after{
	content:"";
    position:absolute;
    top:62px;
    height: 0px;
    width: 180px;
    background-color:transparent;
    transform: translateX(calc(-50% + 140px)) rotate(-45deg);
    left:50%;
    border-width:2px 0 0 0;
    border-style:solid;
    border-color: #E77500 transparent transparent transparent;
}




.upArrows::before{
	content:"";
    position:absolute;
    bottom:9px;
    height: 0px;
    width: 30px;
    background-color:transparent;
    transform: translateX(calc(-50% - 10.6px)) rotate(-45deg);
    left:50%;
    border-width:2px 0 0 0;
    border-style:solid;
    border-color: #E77500 transparent transparent transparent;
}
.upArrows::after{
	content:"";
    position:absolute;
    bottom:9px;
    height: 0px;
    width: 30px;
    background-color:transparent;
    transform: translateX(calc(-50% + 10.6px)) rotate(45deg);
    left:50%;
    border-width:2px 0 0 0;
    border-style:solid;
    border-color: #E77500 transparent transparent transparent;
}
.upArrows.long::before,.upArrows.long::after{
    bottom:16px;
    width: 50px;
}
.upArrows.long::before{
	transform: translateX(calc(-50% - 17px)) rotate(-45deg);
	z-index: 2;
}
.upArrows.long::after{
	transform: translateX(calc(-50% + 17px)) rotate(45deg);
	z-index: 2;
}
.upArrowsWide::before{
	content:"";
    position:absolute;
    top:62px;
    height: 0px;
    width: 180px;
    background-color:transparent;
    transform: translateX(calc(-50% - 140px)) rotate(-45deg);
    left:50%;
    border-width:2px 0 0 0;
    border-style:solid;
    border-color: #E77500 transparent transparent transparent;
    z-index: 2;
}
.upArrowsWide::after{
	content:"";
    position:absolute;
    top:62px;
    height: 0px;
    width: 180px;
    background-color:transparent;
    transform: translateX(calc(-50% + 140px)) rotate(45deg);
    left:50%;
    border-width:2px 0 0 0;
    border-style:solid;
    border-color: #E77500 transparent transparent transparent;
    z-index: 2;
}

.pointedUpArrowsWide::before{
	content: "";
    position: absolute;
    bottom: 41px;
    height: 0px;
    width: 120px;
    background-color: transparent;
    transform: translateX(calc(-50% - 145px)) rotate(-45deg);
    left: 50%;
    border-width: 2px 0 0 0;
    border-style: solid;
    border-color: #E77500 transparent transparent transparent;
    z-index: 2;
}
.pointedUpArrowsWide::after{
	content:"";
    position:absolute;
    bottom:41px;
    height: 0px;
    width: 120px;
    background-color:transparent;
    transform: translateX(calc(-50% + 145px)) rotate(45deg);
    left:50%;
    border-width:2px 0 0 0;
    border-style:solid;
    border-color: #E77500 transparent transparent transparent;
    z-index: 2;
}

.doubleArrows__down--wide::before{
	content: "";
    position: absolute;
    top: 41px;
    height: 0px;
    width: 120px;
    background-color: transparent;
    transform: translateX(calc(-50% - 145px)) rotate(45deg);
    left: 50%;
    border-width: 2px 0 0 0;
    border-style: solid;
    border-color: #E77500 transparent transparent transparent;
    z-index: 2;
}
.doubleArrows__down--wide::after{
	content:"";
    position:absolute;
    top:41px;
    height: 0px;
    width: 120px;
    background-color:transparent;
    transform: translateX(calc(-50% + 145px)) rotate(-45deg);
    left:50%;
    border-width:2px 0 0 0;
    border-style:solid;
    border-color: #E77500 transparent transparent transparent;
    z-index: 2;

}

.doubleArrows__down--small::before{
	content:"";
    position:absolute;
    top:9px;
    height: 0px;
    width: 30px;
    background-color:transparent;
    transform: translateX(calc(-50% - 17px)) rotate(45deg);
    left:50%;
    border-width:2px 0 0 0;
    border-style:solid;
    border-color: #E77500 transparent transparent transparent;
}
.doubleArrows__down--small::after{
	content:"";
    position:absolute;
    top:9px;
    height: 0px;
    width: 30px;
    background-color:transparent;
    transform: translateX(calc(-50% + 17px)) rotate(-45deg);
    left:50%;
    border-width:2px 0 0 0;
    border-style:solid;
    border-color: #E77500 transparent transparent transparent;
}
.doubleArrows__down--small::before,.doubleArrows__down--small::after{
    bottom:16px;
    width: 50px;
}
.doubleArrows__down--small::after{
	
}
.yearHolder{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 10px 30px;
	background-color: transparent;
}
.yearHolder h5{
	margin-bottom: 0;
}


.nameAttribution{
	padding: 20px 0;
}

.slidingCardsOctagon{
	height: 75% !important;
	width: 80% !important;
	position: absolute !important;
	top: 53% !important;
	transform: translate(-50%, -50%) !important;
}
.octagon.whiteLined .tb::before, .octagon.whiteLined .tb::after, .octagon.whiteLined .lr::before, .octagon.whiteLined .lr::after, .octagon.whiteLined .topAngles:before, .octagon.whiteLined .topAngles:after, .octagon.whiteLined .bottomAngles:before, .octagon.whiteLined .bottomAngles:after{
	background-color: #fff;
}
.octagon.whiteLined{
	top: 50%;
	transform: translate(-50%, -50%);
	height: calc(100% - 20px);
	width: calc(100% - 20px);
	padding: 10px;
}
@media only screen and (min-width: 768px) {
	.octagon{
		padding: 80px;
	}
	.searchableCard{
		height: 485px;
	}
	.slidingCard .back, .searchableCard .back{
		height: 485px;
	}
}

@media only screen and (max-width: 767px) {
	.octagon{
		padding: 20px;
		max-width: 90%;
	}
	.searchableCard .octagon, .octaContainer .octagon{
		max-width: none;
	}
	
	.searchableCard{
		height: 235px;
	}
	.slidingCard .back, .searchableCard .back{
		height: 235px;
	}
}
@media only screen and (max-width: 991px) {
	.degreeFilter{
		margin-top: 40px;
	}
}
.searchableCard{
	width: 100%;
	margin-bottom: 20px;
	-webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
}
.searchableCardTitleContainer{
	background-color: #fff;
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: relative;
	text-align: center;
	padding: 5px;
	height: 64px;
}
.searchableCardTitleContainer h5{
	margin-bottom: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.slidingCard .back, .searchableCard .back{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #000;
    color: #fff;
    cursor: pointer;    
    padding: 20px 15px;
}

.octagon{
	position: relative;
	height: auto;
	width: auto;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
}
.octagon.abs{
	position: absolute;
    width: 90%;
    height: calc(100% - 168px);
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.octagon .tb{
	height: 100%;
	width: 100%;
}
.octagon .tb::before{
	content: " ";
	background-color: #E77500;
	height: 2px;
	width: calc(100% - 28px);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
}

.octagon .tb::after{
	content: " ";
	background-color: #E77500;
	height: 2px;
	width: calc(100% - 28px);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
}
.octagon .lr::after{
	content: " ";
	background-color: #E77500;
	width: 2px;
	height: calc(100% - 28px);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: inline-block;
}

.octagon .lr::before{
	content: " ";
	background-color: #E77500;
	width: 2px;
	height: calc(100% - 28px);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: inline-block;
}

.octagon.smallPadding{
	padding: 35px 50px;
}

.octagon .topAngles{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.octagon.fullWidth{
	width: 100%;
}
.octagon .topAngles:before{
	content: " ";
	background-color: #E77500;
	width: 19px;
	height: 2px;
	position: absolute;
	top: 7px;
	left: -2px;
	transform: rotate(-45deg);
	display: inline-block;
}

.octagon .topAngles:after{
	content: " ";
	background-color: #E77500;
	width: 19px;
	height: 2px;
	position: absolute;
	top: 7px;
	right: -2px;
	transform: rotate(45deg);
	display: inline-block;
}


.octagon .bottomAngles{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.octagon .bottomAngles:before{
	content: " ";
	background-color: #E77500;
	width: 19px;
	height: 2px;
	position: absolute;
	bottom: 7px;
	left: -2px;
	transform: rotate(45deg);
	display: inline-block;
}

.octagon .bottomAngles:after{
	content: " ";
	background-color: #E77500;
	width: 19px;
	height: 2px;
	position: absolute;
	bottom: 7px;
	right: -2px;
	transform: rotate(-45deg);
	display: inline-block;
}



@media only screen and (min-width: 768px) {
	.cardSection{
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

@media only screen and (max-width: 767px) {
	.cardSection{
		padding-left: 8%;
		padding-right: 8%;
	}
	.cardSection{
		padding-top: 40px;
		padding-bottom: 40px;
	}

}
.cardSection{
	background-image: url("../images/CTA.png");
	background-size: cover;
	background-repeat: no-repeat;
	
}
.cardSection.multiColor{
	background-image: url("../images/multiColorTextureBg.png");
	background-position: bottom center;
}

.whiteBg{
	background-color: #fff;
}


.deepShadowCard{
	background-color: #fff;
	padding: 40px;
	box-shadow: -12px 12px 0px #000;
	margin-bottom: 60px;
}






.circleBg{
	height: 0;
    width: 70%;
    left: 50%;
    padding-bottom:70%;
    top: -100px;
    border-radius: 50%;
    position: relative;
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
	.circleBg{
		height: 0;
	    width: 70%;
	    left: 50%;
	    padding-bottom:70%;
	    top: -100px;
	    border-radius: 50%;
	    position: relative;
	    transform: translateX(-50%);
	}
	.quoteModule{
		padding: 250px 0 50px 0;
	}
}

@media only screen and (max-width: 767px) {
	.circleBg{
		height: 0;
	    width: 90%;
	    margin-bottom: 40px;
	    left: 50%;
	    padding-bottom:90%;
	    top: 0;
	    border-radius: 50%;
	    position: relative;
	    transform: translateX(-50%);
	}
	.quoteModule{
		padding: 80px 0 80px 0;
	}
}


.circleImage{
	position: absolute;
	height: 94%;
	width: 94%;
	margin-left: 3%;
	margin-top: 3%;
	border-radius: 50%; 
}
/*.circleImage::before{
	content: " ";
	height: 105%;
	width: 105%;
	margin-left: -2.5%;
	margin-top: -2.5%;
	display: inline-block;
	background-image: url("../images/black pattern.png");
	background-size: cover;
}*/
.al{
	padding: 0;
}
.slidingCard{
	margin: 0 10px;
	-webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
    height: 487px;

}

@media only screen and (max-width: 767px) {
	.slidingCard{
		width: 300px;
		height: 420px;
	}
	.slidingCard .topSection{
		height: 360px;
	}
}

@media only screen and (min-width: 768px) {
	.slidingCard{
		width: 365px;
		height: 487px;
	}
	.slidingCard .topSection{
		height: 430px;
	}
}




.slidingCard .cardCaption{
	background-color: #E77500;
	padding: 20px 30px;
	font-family: 'Monti Reg', serif;
	font-size: 24px;
	line-height: 20px;
	position: relative;
}
.slidingCard .cardCaption::after{
	content: " ";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 30px;
	background-color: #fff;
	height: 2px;
}
.slidingCard .cardCaption::before{
	content: " ";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 34px;
	transform: translateY(-50%);
	width: 2px;
	background-color: #fff;
	height: 30px;
}

 .slidingCard .face, .searchableCard .face{
    width: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    z-index: 2;
}
.slidingCard .front, .searchableCard .front{
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.searchableCard .front{
	height: 100%;
}


.flipped{
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(180deg);
}

.slick-dots{
	margin-bottom: -73px !important;
	z-index: 2;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
}

.wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}

.slick-dots li button:before{
	background-color: white;
	border-radius: 10px;
	border: 2px solid #E77500;
	content: " " !important;
	opacity: 1 !important;
}
.slick-dots li.slick-active button:before{
	content: " " !important;
	background-color: #E77500;
}




.slidingCards{
	margin-top: 60px;
	margin-bottom: 60px;
	position: relative;
}
.slidingCards h2{
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	.arrowRow{
		width: 100%;
		margin-left: 0;
	}

}

@media only screen and (min-width: 768px) {
	.arrowRow{
		width: 70%;
	}
}
.arrowRow{
	margin-top: 15px;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.arrow {
  margin: 25px;
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
}
.arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  width: 12px;
}

.arrow.arrow-bar::before {
  bottom: 1px;
  content: "";
  height: 20px;
  position: absolute;
  background-color: #E77500;
  right: 0;
  transform-origin: bottom;
  width: 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.arrow::after,
.arrow .arrow::after {
  border-color: #E77500;
}
.arrow.is-right {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.arrow.is-left {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.arrowRow svg{
	display: inline-block;
	width: auto;
	padding:0;
}
.arrowRow svg:hover{
	cursor: pointer;
}
.nextArrow{
	position: absolute;
	right: -1px;
	z-index: 3;
}
.prevArrow{
	left: -1px;
	position: relative;
	z-index: 3;
}


.dividedArrowLine{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.dividedArrowLine a{
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0;
	border-bottom: none;
    display: inline-block;
    position: relative;
}
.dividedArrowLine::before{
	content: " ";
	height: 2px;
	left: 0;
	position: absolute;
	background-color: #E77500;
	width: 20%;
	top: calc(50% - .5px);
	transform: translateY(-50%);
	display: inline-block;
	z-index: -1;
}
.dividedArrowLine::after{
	content: " ";
	height: 2px;
	right: 0;
	position: absolute;
	background-color: #E77500;
	width: 20%;
	top: calc(50% - .5px);
	transform: translateY(-50%);
	display: inline-block;
	z-index: -1;
}
@media only screen and (max-width: 767px) {
	.dividedArrowLine::before, .dividedArrowLine::after{
		width: 20%;
	}

}

@media only screen and (min-width: 768px) {
	.dividedArrowLine::before, .dividedArrowLine::after{
		width: 30%;
	}
}

.blPictureAccent{
	position: relative;
}

@media only screen and (max-width: 767px) {
	.introTextModule{
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media only screen and (min-width: 768px) {
	.introTextModule{
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

form{
	position: relative;
}

input[type=text].default{
	border-radius: 0;
	border: 2px solid #E77500;
	padding: 10px 15px;
	width: 100%;
	position: relative;
	font-family: franklin-gothic-atf,sans-serif;
}

.checkboxLabel{
	font-family: franklin-gothic-atf,sans-serif;
	margin-right: 10px;
	font-size: 14px;
	vertical-align: top;
}
.checkboxLabel span{
	vertical-align: middle;
}
input[type=checkbox]{
	vertical-align: middle;
}
input[type=submit].default{	
	background-color: #E77500;
	color: #fff;	
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: franklin-gothic-atf,sans-serif;
	letter-spacing: 0.05rem;
	font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;
}
input[type=submit].default.standalone{
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
}
input[type=submit].default.form{
	text-transform: uppercase;
	color:#fff;
	text-align: center;
	padding: 10px 50px 10px 30px;
	position: relative;
	border: none;
	background-color: #E77500;
	display: inline-block;
	margin-right: 20px;
	font-weight: bold;
	letter-spacing: 0.05rem;
	width: auto;
	white-space: nowrap;
}

input[type=submit].default.form::after{
	content: " ";
	background-image: url("../images/rightWhiteArrow.svg");
	height: 28px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 13px; 
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	display: inline-block;
	transition: .35s all;
}

.selectdiv {
  position: relative;  
  float: left;
  min-width: 200px;
  height: 62px;
}

.fullWidth.selectdiv{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	float: unset;
}


.selectdiv:after {
    content: url("../images/whiteDownArrow.svg");
    color: #0ebeff;
    right: 0;
    top: 0px;
    height: 100%;
    padding: 22px 0px 0px 22px;
    background-color: #E77500;
    position: absolute;
    pointer-events: none;
    width: 85px;
}
.selectdiv label{
	width: 100%;
}
/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
	display: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 100%;
  height: 100%;
  float: right;
  padding: 15px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #E77500;
  -ms-word-break: normal;
  word-break: normal;
}

select:focus-visible, select:focus:after, select:active { 
    outline: 0; 
}






.bottomRightPlus{
    width: 0px;
    height:0px;
    border-bottom: 70px solid #E77500;
    border-left: 70px solid transparent;
    bottom: 0;
    right: 0;
    position: absolute;
    transition: .35s all;
}
.bottomRightPlus::before{
	content: " ";
    display: inline-block;
    position: absolute;
    right: 20px;
    transition: .35s all;
    height: 20px;
    width: 2px;
    background-color: #fff;
    top: 35px;
}
.bottomRightPlus::after{
	content: " ";
    display: inline-block;
    position: absolute;
    right: 11px;
    transition: .35s all;
    width: 20px;
    height: 2px;
    background-color: #fff;
    top: 44px;
}
.bottomRightPlus.rotated::before{
	transform: rotate(45deg);
}
.bottomRightPlus.rotated::after{
	transform: rotate(45deg);
}
.bottomRightPlus:hover{
	cursor: pointer; 
}



.octaContainer{
	padding: 20px;
	background-color: #fff;
	max-width: 90%;
}


/* Tables */
table{
	width: 100%;
	font-family: franklin-gothic-atf,sans-serif;
}
table th h5.table{
	letter-spacing: 0;
}
tr td{
	padding-top: 20px;
	padding-bottom: 20px;
}
tr{
	border-bottom: 2px solid #000;
}
tbody tr:last-of-type{
	border-bottom: none;
}
/* End Tables */



.faqs{
	background-image: url("../images/repeatingTexture.jpeg");
	padding-top: 150px;
	padding-bottom: 150px;
	background-size: 150%;
}

/*Accordion Stylings */
.accordion-item{
	border: 2px solid #E77500 !important;
	border-radius: 0 !important;
	margin-bottom: 20px;
	position: relative;
	padding-right: 50px;
	padding-left: 50px;
}
.accordion-item .bottomRightPlus{
	z-index: 10;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none;
}
.accordion-button:focus {
    z-index: 3;
    border: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-180deg);
}

.accordion-button{
	font-family: franklin-gothic-atf,sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	padding: 23px 1rem;
}



/*Four Step Section */

@media only screen and (min-width: 992px) {
	.fourStepSection{
		padding-top: 150px;
		padding-bottom: 200px;
	}
	.fourStepSection .introImage {
		display: inline-block;
		float: right;
		width: 24%;
		position: relative;
	}
	.fourStepSection .imageOne{
		width: 35%;
		margin-top: 150px;
	}
	.fourStepSection .introImage img.focus{
		width: 100%;
		position: relative;
		z-index: 2;
	}
	.fourStepSection .introImage img.accent{
		position: absolute;
		top: -20px;
		right: -25px;
		height: calc(100% + 40px);
		z-index: 1;
	}

	.fourStepSection .imageOne img{
		position: relative;
		height: auto;
		left: 0;
		z-index: 2;	
		width: 100%;
	}


	.bigNumber{
		color: #E77500;
		font-family: Monti Reg;
		font-size: 240px;
		letter-spacing: 0;
		line-height: 200px;
		position: absolute;
		z-index: 5;
	}

	.imagetwo{
		left: 50%;
		position: relative;	
		margin-top: 75px;
	}
	.imagetwo img{
		margin-right: 15px;
		top: 0;
		width: 270px;
		position: absolute;
	}

	.imageThree{
		right: 0;
		position: relative;	
	}
	.imageThree img.focusImage{
		bottom: -180px;
		right: 0;
		width: 175px;
		z-index: 5;
		position: absolute;
	}
	.imageFour{
		left: 30%;
		position: relative;	
		margin-top: 225px;
	}
	.imageFour img{
		margin-right: 15px;
		top: 0;
		width: 270px;
		position: absolute;
	}


	.numberOne{	
		left: 50%;
		transform: translateX(-50%);
		bottom: -125%;
	}
	.numberOneText{
		position: relative;
		padding-top: 40px;
		left: 70%;
		width: 400px;
		z-index: 11;
	}
	.numberOneText::before{
		content: "1";
		color: #E77500;
		font-family: Monti Reg;
		font-size: 240px;
		letter-spacing: 0;
		line-height: 200px;
		left: -125px;
		top: -100px;
		position: absolute;
		z-index: 5;
	}
	.numberTwoText{
		position: relative;
		display: inline-block;
		max-width: 365px;
		width: 20%;
		z-index: 11;
		left: 310px;
		padding-top: 100px;
	}
	.numberTwoText::before{
		content: "2";
		color: #E77500;
		font-family: Monti Reg;
		font-size: 240px;
		letter-spacing: 0;
		line-height: 200px;
		left: -125px;
		top: -100px;
		position: absolute;
		z-index: 5;
	}
	.numberThreeText{
		position: relative;
		display: inline-block;
		width: 365px;
		z-index: 11;
		left: 100px;
		padding-top: 100px;
	}
	.numberThreeText::before{
		content: "3";
		color: #E77500;
		font-family: Monti Reg;
		font-size: 240px;
		letter-spacing: 0;
		line-height: 200px;
		left: -100px;
		top: -70px;
		position: absolute;
		z-index: 5;
	}
	.numberFourText{
		position: relative;
		display: inline-block;
		width: 365px;
		z-index: 11;
		left: 310px;
		padding-top: 0;
	}
	.numberFourText::before{
		content: "4";
		color: #E77500;
		font-family: Monti Reg;
		font-size: 240px;
		letter-spacing: 0;
		line-height: 200px;
		left: -185px;
		top: -130px;
		position: absolute;
		z-index: 5;
	}
	.stepArrowLine--down{
		position: absolute;
		width: 2px;
		top: 75px;
		left: 74px;
		height: 685px;
		z-index: 9;
		background-color: #000;
	}
}

@media only screen and (max-width: 991px) {
	.fourStepSection{
		padding-top: 100px;
		padding-bottom: 0px;
	}
	.fourStepSection .imageOne, .fourStepSection .imagetwo, .fourStepSection .imageFour{
		width: 95%;
		margin-top: 40px;
		margin-left: -30px;
	}
	.fourStepSection .imageOne img{
		width: 100%;
	}
	.fourStepSection .imagetwo img{
		width: 70%;
	}
	.fourStepSection .imageThree img{
		width: 45%;
		left: 50%;
		margin-top: -115px;
		position: relative;
		z-index: 2;
	}
	.fourStepSection .imageFour img{
		width: 60%;
	}
	.numberOneText, .numberTwoText, .numberFourText{
		margin-left: 60px;
		margin-top: 50px;
		position: relative;
	}
	.numberThreeText{
		padding-top: 20px;
		padding-left: 40px;
		position: relative;
	 }
	.numberOneText::before{
		content: "1";
		color: #E77500;
		font-family: Monti Reg;
		font-size: 120px;
		letter-spacing: 0;
		line-height: 100px;
		left: 0;
		top: -110px;
		position: absolute;
		z-index: 5;
	}
	.numberTwoText::before{
		content: "2";
		color: #E77500;
		font-family: Monti Reg;
		font-size: 120px;
		letter-spacing: 0;
		line-height: 100px;
		right: 0;
		top: -140px;
		position: absolute;
		z-index: 5;
	}
	.numberThreeText::before{
		content: "3";
		color: #E77500;
		font-family: Monti Reg;
		font-size: 120px;
		letter-spacing: 0;
		line-height: 100px;
		left: 40px;
		top: -90px;
		position: absolute;
		z-index: 5;
	}
	.numberFourText::before{
		content: "4";
		color: #E77500;
		font-family: Monti Reg;
		font-size: 120px;
		letter-spacing: 0;
		line-height: 100px;
		right: 20px;
		top: -150px;
		position: absolute;
		z-index: 5;
	}
	.stepArrowLine--down{
		position: absolute;
		width: 2px;
		top: 90%;
		left: 30px;
		height: 600px;
		z-index: -1;
		background-color: #000;
	}
}

/*timeline */
.timeline{
	margin-top: 150px;
	margin-bottom: 150px;
	position: relative;
	font-family: franklin-gothic-atf,sans-serif;
	font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
}
.timeLineInfo p{
	margin-top: 1rem;
}
.timeLineInfo p:first-of-type{
	margin-top: 0;
}

@media only screen and (min-width: 992px) {
	.timeline.desktop{
		display: block;
	}
	.timeline.mobile{
		display: none;
	}
	.line{
		position: absolute;
		left: 50%;
		transform: translateX(-50%) scaleY(0);
		top: 0;
		background-color: #E77500;
		width: 2px;
		height: calc(100% + 110px);
		z-index: -1;    
	}
	.timelineDate{
		padding: 5px;
		margin-top: 50px;
		background-color: #fff;
		font-weight: bold; 
	}
	
}
@media only screen and (max-width: 991px) {
	.timeline.desktop{
		display: none;
	}
	.timeline.mobile{
		display: block;
	}
	.line{
		position: absolute;
		left: 0;
		transform: translateX(-50%) scaleY(0);
		top: 0;
		background-color: #E77500;
		width: 2px;
		height: calc(100% + 110px);
		z-index: -1;    
	}
	.mobileDot{
		position: relative;
	}
	.mobileDot::before{
		content: " ";
		position: absolute;
		height: 10px;
		width: 10px;
		left: -5px;
		border-radius: 5px;
		top: 6px;
		background-color: #E77500;
		opacity: 1;
		margin-top: 50px;
	}
	.timelineDate{
		margin-top: 50px;
		background-color: #fff;
		font-weight: bold; 
	}
	.timelineDate__lineIn{
		height: 2px;
		position: absolute;
		left: 0;
		margin-top: 60px;
		background-color: #E77500;
		width: 20px;
		transform: scaleX(0);
		transform-origin: left;
	}
}
@media only screen and (max-width: 767px) {
	.line{
		left: 18px;
	}
	.timeLineInfo{
	    padding-top: 15px;
	}
}

.horizontalLine{
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #E77500;
	transform: scaleX(0);	
}
.leftOnly .horizontalLine{
	width: 100%;	
    left: 100%;
    transform: scaleX(1);
}
.rightOnly .horizontalLine{
	width: 100%;	
    right: 100%;
    transform: scaleX(1);
}
.lineContainer{
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 10px;
	left: 0;
	height: 5px;
}
.rightOnly .dot{	
	left: -5px;
	right: unset;
	transform: translateX(0);
}
.leftOnly .dot{	
	right: -5px;
	left: unset;
	transform: translateX(0);
}
.dot{
	position: absolute;
	height: 10px;
	width: 10px;
	left: 50%;
	border-radius: 5px;
	transform: translateX(-50%);
	top: 6px;
	background-color: #E77500;
	opacity: 0;
}
.timelineHeader.right h2{
	padding: 0 30px 0 40px;
}
.timelineHeader h2{

}
.timelineHeader.left h2{
	padding:0 40px 0 15px;
}
.timeline a{
	display: inline;
	line-height: 30px;
	margin-bottom: 10px;
}

.timeLineInfo{
    opacity: 0;
    transform: translateY(30px);
}

.slideInDown{
	animation: slideDown 1.25s forwards;
    -webkit-transform-origin: top;
}

.fadeInUp{
	animation: fadeInUp .75s forwards;
}
.grow{
	-webkit-animation-delay: .25s;
    animation: grow 0.5s forwards;
    animation-delay: .25s;
}

.fadeDotIn{
    animation: fadeDotIn 0.5s forwards;
}

.slideLeft{
	-webkit-animation-delay: .25s;
    animation: slideLeft 0.5s forwards;
    animation-delay: .25s;
}
.slideRight{
	-webkit-animation-delay: .25s;
    animation: slideRight 0.5s forwards;
    animation-delay: .25s;
}

@media (prefers-reduced-motion: reduce)  {
	.slideInDown{
		animation: slideDown forwards;
		/*-webkit-transform-origin: top;*/
	}

	.fadeInUp{
		animation: fadeInUp forwards;
	}
	.grow{
		animation: grow forwards;
		/*animation-delay: .25s;*/
	}

	.fadeDotIn{
		animation: fadeDotIn forwards;
	}

	.slideLeft{
		/*-webkit-animation-delay: .25s;*/
		animation: slideLeft forwards;
		/*animation-delay: .25s;*/
	}
	.slideRight{
		/*-webkit-animation-delay: .25s;*/
		animation: slideRight forwards;
		/*animation-delay: .25s;*/
	}
}

/*animations */

@-webkit-keyframes slideLeft {
    100% { left: 0; }
}

@keyframes slideLeft {
    100% { left: 0; }
}

@-webkit-keyframes slideRight {
    100% { right: 0; }
}

@keyframes slideRight {
    100% { right: 0; }
}

@-webkit-keyframes grow {
    100% { transform: scaleX(1); }
}

@keyframes grow {
    100% { transform: scaleX(1); }
}




@keyframes slideDown {
   0% {
      transform: translateX(-50%) scaleY(0);
   }
   100% {
      transform: translateX(-50%) scaleY(1);
   }
}
@keyframes fadeInUp {
   0% {
      opacity: 0;
      transform: translateY(30px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

@keyframes fadeDotIn {
   0% {
      opacity: 0;      
   }
   100% {
      opacity: 1;      
   }
}

.bottomImageWithWideUpArrows{
	position: relative;
	left: -30px;
	width: calc(100% + 3rem);
}


.homeHeroCard{
	display: none;
}
.homeHeroCard.active{
	display: block;
}


/* Pixel Perfect */
.announcements{
	background-color: #000;
	color: #fff;
	padding-top: 120px;
	padding-bottom: 150px;
}
.announcements h2{
	margin-bottom: 80px;
}
.announcements .date{
	margin-bottom: 10px;
	margin-top: 10px;
}
.announcements__card{
	border: 2px solid #E77500;
	margin-bottom: 30px;
	background-color: #fff;
	color: #000;
	position: relative;
}
.announcements__card--picture{
	width: 100%;
	height: 100%;
	min-height: 150px;
	background-size: cover;
	background-position: center center;
}
.announcements__card--content{
	background-color: #fff;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
.announcements__card--content a.default.clean{
	margin-right: 30px;
}

@media only screen and (max-width: 767px) {
	.announcements__card--content{
		padding-left: 20px;
		padding-right: 20px;
	}
}


.grayContentSection{
	background-image: url("../images/repeatingTexture.jpeg");
	padding-top: 150px;
	padding-bottom: 150px;
}
.grayContentSection h2{
	margin-bottom: 40px;
}




.formElement{
	width: 100%;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
	.formElement.half{
		width: calc(50% - 10px);
	}
	.formElement.left{
		float: left;
	}
	.formElement.right{
		float: right;
	}
}

input.default{
	height: 62px;
}
.formElement input, .formElement textarea{
	width: 100%;
	border: solid 2px #E77500;
	color: #000;
	padding-left: 30px;
}
.formElement input{
	height: 58px;
}
.formElement input:focus, .formElement textarea:focus{
	outline: none;
}
.formElement label,.formElement textarea::placeholder{
	color: #000;
	margin-left: 30px;
	font-size: 18px;
	font-family: 'franklin-gothic-atf', sans-serif;
}
.formElement textarea{
	padding-top: 20px;
}
.formElement label.active{
	position: absolute;
	font-size: .8rem;
	margin-top: .1rem;
	color: #E77500;
}
.formElement label.inactive{
	position: absolute;
	margin-top: .8rem;
	color: #000;
}
.formElement label.transition{
	 -webkit-transition: all .2s linear;
      -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
           transition: all .2s linear;
}



.stayConnected{
	margin-top: 150px;
	margin-bottom: 150px;
}
.stayConnected h2{
	margin-bottom: 80px;
}
.stayConnect__card{
	height: 268px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	margin-bottom: 30px;
}




.blog__filterControls{
	float: right;
}
.blog__filterControls *{
	display: inline-block;
  	color: #000000;
  	font-family: 'franklin-gothic-atf', sans-serif;
  	font-size: 14px;
  	letter-spacing: 0;
  	line-height: 24px;
  	margin-right: 33px;
  	position: relative;
}
.blog__filterControls--all::after{
	content: url('../assets/images/orangeArrowDown.svg');
	display: inline-block;
	position: absolute;
	right: -20px;
}
.blog__filterControls--clear::after{
	content: url('../assets/images/Close.svg');
	display: inline-block;
	position: absolute;
	right: -20px;
}
.blog__filterTags{
	margin-top: 10px;
}
.blog__filterTags--tag{
	font-family: 'franklin-gothic-atf', sans-serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1.75px;
	font-weight: bold;
	color: #000;
	border: 2px solid #E77500;
	transition: .2s all;
	margin-right: 10px;
	margin-bottom: 10px; 
	background-color: #fff;
	padding: 4px 20px;
	width: auto;
}
.blog__filterTags--tag.active{
	background-color: #E77500;
	color: #fff;
}
.blog__cards{
	margin-top: 60px;
}
.blog__card{
	border: 2px solid #E77500;
	margin-bottom: 54px;
}

.blog__card--head{
	/* height: 240px; */
	width: 100%;
	background-position: center center;
	background-size: cover;
}
.blog__card--body{
	padding: 31px;
	background-color: #fff; 
}

.blog__card--date{
	margin-top: 10px;
	position: relative;
	color: #000;
  	font-family: "franklin-gothic-atf", sans-serif;
  	font-size: 14px;
  	line-height: 24px;
  	margin-right: 25px;
  	display: inline-block;
}
.blog__card--date::after{
	content: " ";
	display: inline-block;
	height: 5px;
	width: 5px;
	background-color: #E77500;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -17px;
}
.blog__card--byline{
	margin-top: 10px;
	position: relative;
	color: #000;
  	font-family: "franklin-gothic-atf", sans-serif;
  	font-size: 14px;
  	line-height: 24px;
  	font-style: italic;
  	display: inline-block;
}



/* Related Stories */
.relatedStories{
	padding-top: 150px;
	padding-bottom: 150px;
	background-image: url("../images/CTA.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.relatedStories h2{
	margin-bottom: 80px;
}





.indexListingFilters{
	margin-top: 150px;
}