.main-content .col-md-8 {
    width: 66.66666667%;
    margin: 0;
    float: left;
}

#ellLogo {
    max-width: 240px;
	position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.main-content > section:nth-of-type(1) {
	padding: 6.25% 0;
	
	padding: 8% 0;
    height: calc(100vh - 180px);
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	min-height: 540px;
	max-height: 800px;
}

.main-content > section:nth-of-type(1) > div {
	width: 100%;
}

.main-content > section:nth-of-type(1) h1 {
	margin: 60px auto 0;
	max-width: 948px;
	
	max-width: 700px;
}

.main-content > section:nth-of-type(1) h2 {
	margin: 40px auto 0;
    font-style: italic;
    text-align: center;
    font-family: 'open_sansregular';
}

.main-content > section:nth-of-type(1) h1.stateTitle {
	max-width: 540px;
	
	max-width: 800px;
}

.main-content > section:nth-of-type(1) h2.stateSubhead {
	font-size: 1.875rem;
    text-transform: none;
}

.main-content > section:nth-of-type(4), .main-content > section:nth-of-type(11) {
	background-image: none;
	background-color: white;
}

.main-content > section {
	background-color: white;
}

.main-content > section.imageDivider {
	padding: 0;
}

.main-content > section.imageDivider img {
	margin: 0 auto;
}

.main-content > section.blue p {
	color: white;
}

.main-content .section-title {
	background: #63c79d;
	margin-top: 70px;
	height: 80px;
	-ms-flex-line-pack: center;
	    align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main-content > section.borderTop, .main-content > section > div.borderTop {
	border-top: 2px solid #d9df59;
}

.main-content h3 {
	font-size: 2rem;
    padding: 20px;
}

.main-content .section-title h3 {
	line-height: 1;
    padding: 0 20px;
	margin: 0 auto;
}

.main-content .section-title h3 span {
    font-family: 'open_sansregular';
    font-size: 1.5rem;
    font-weight: bolder;
}

.main-content .container > div.row:first-of-type .section-title {
	margin-top: 0;
}

.main-content h4 {
	color: #1c3137;
	font-size: 1.375rem;
	text-transform: uppercase;
	font-weight: bolder;
	margin-bottom: 34px;
	margin-top: 10px;
	line-height: 1.2;
	text-align: left;
}

.main-content h5 {
	color: #1c3137;
    font-family: 'open_sansregular';
    font-style: italic;
    line-height: 1.4;
    text-transform: none;
    font-size: 1.25rem;
}

.main-content p, .main-content li {
	color: #1c3137;
}

.main-content .callOut {
    background: rgba(204,204,204,0.4);
    padding: 30px 40px;
}

.main-content .callOut h4, .main-content .callOut p {
	text-align: center;
}

.main-content > section ul, .main-content > section ol {
	list-style: none;
	padding-left: 25px;
	font-style: normal;
}

.main-content > section ul li, .main-content > section ol li, .main-content > section ul li p, .main-content > section ol li p {
	font-size: 1.125rem;
	position: relative;
	margin: 20px auto;
}

.main-content > section ul li p, .main-content > section ol li p {
	margin-top: 0;
}

.main-content > section ul li::before, .main-content > section ol li::before {
	content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ff563d;
    position: absolute;
    top: 7px;
    left: -25px;
}

.main-content > section ol.flickity-page-dots li::before {
	display: none;
}

.main-content > section ol.flickity-page-dots {
	padding-left: 0;
}

.flickity-page-dots .dot {
	width: 12px;
	height: 12px;
	border-radius: 0;
	background: #20ACB6;
}

.main-content > section .callOut ul {
	padding-left: 25px;
	margin-bottom: 0;
}

.main-content > section ul.greenBullets li::before {
	background-color: #63c79d;
}

.main-content > section ul.arrowBullets li::before {
	content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 14px;
    height: 14px;
    color: white;
    border-radius: 16px;
    font-size: 0.6875rem;
    line-height: 14px;
    padding-left: 2px;
}

.main-content > section div > ul.greenNumberBullets {
	counter-reset: section;
}

.main-content > section ul.greenNumberBullets > li::before {
	counter-increment: section;
	content: "" counter(section) ".";
	color: #63c79d;
    font-weight: bolder;
    font-size: 1.125rem;
    text-align: left;
    top: 0;
    padding: 0;
	width: auto;
	height: auto;
	background-color: transparent;
}

.main-content > section div.tabPanel > div {
	counter-reset: section;
}

.main-content > section ul.numberBullets > li::before {
	counter-increment: section;
	content: "" counter(section) "";
	color: white;
    font-weight: bolder;
    font-size: 1.625rem;
    width: 37px;
    height: 37px;
    text-align: center;
    background-color: #20acb6;
    border-radius: 40px;
    left: -50px;
    top: 0;
    padding: 0 0 0 2px;
}

hr {
    border-top: 2px solid #fff;
}

.btn.yellowButton, a.btn.yellowButton {
	background-color: #d9df59;
    border-color: #d9df59;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 1.375rem;
	width: 280px;
    padding: 12px;
	color: #1c3138;
}

.row a.btn.yellowButton, .row a.btn.yellowButton:visited {
	font-weight: normal;
	color: #1c3138;
}

div.btn.yellowButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    height: 59px;
	cursor: pointer;
}

.btn.yellowButton:active, .btn.yellowButton:hover, .btn.yellowButton.active {
	background-color: white;
	border-color: #1c3137;
	color: #1c3137;
}

.btnGroup {
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	margin-bottom: 20px;
}

.btnGroup > button:focus {
	outline: none;
}

.main-content > section .container .row > div.col-md-6 {
	padding-right: 20px;
}

.main-content > section .container .row > div.col-md-6:last-of-type {
	padding-left: 20px;
	padding-right: 10px;
}

.main-content .numberColumns > div {
	padding: 0 40px;
}

.main-content .numberColumns > div:nth-of-type(2) {
	border: 2px solid #d9df59;
	border-top: none;
	border-bottom: none;
}

.main-content .numberColumns > div h4 {
	text-align: left;
	margin-bottom: 20px;
}

.circleNumber {
    font-size: 1.625rem;
    width: 37px;
    height: 37px;
    margin: 0 auto 20px;
    background-color: #20acb6;
    text-align: center;
    border-radius: 40px;
}

.circleNumber.large {
	font-size: 2.25rem;
    width: 50px;
    height: 50px;
    border-radius: 50px;
	margin-bottom: 34px;
}

.main-content > section .quotes {
	margin: 10px auto 20px;
}

.main-content > section .quotesCarousel {
	margin-bottom: 40px;
	margin-top: 10px;
}

.main-content > section .carousel-cell {
	width: 100%;
	min-height: 100px;
	padding: 10px;
}

.main-content > section .carousel-cell p {
    text-align: center;
    color: #4B7F8E;
    font-size: 1.5rem;
    font-style: italic;
	margin: 0 auto 20px;
	line-height: 1.2;
	font-family: 'cabinbold';
}

.main-content > section .carousel-cell h6 {
    text-align: center;
    color: #4B7F8E;
    font-size: 1.125rem;
    text-transform: uppercase;
	font-family: 'open_sansregular';
	margin-top: 0;
	margin-bottom: 0;
}

.main-content > section .quotes p {
	text-align: center;
	color: #4B7F8E;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1.2;
	margin: 0 auto 20px;
	font-family: 'cabinbold';
	max-width: 80%;
}

.main-content > section .quotes h6 {
	text-align: center;
	color: #4B7F8E;
	line-height: 1;
	margin: 0 auto;
	font-size: 1.125rem;
	text-transform: uppercase;
	font-family: 'open_sansregular';
}

.main-content > section .tabNav {
	margin-top: 10px;
}

.main-content > section .tabPanel {
	border: 1px solid #CCCCCC;
	padding: 24px 40px;
	margin-top: 10px;
}

.main-content > section .tabPanel h4 {
	text-align: center;
}

.stateProg > div:first-of-type {
	border: 1px solid #CCCCCC;
	border-bottom: none;
}

.stateProg > div:nth-of-type(2) {
	border: 1px solid #CCCCCC;
	border-top: none;
	border-bottom: none;
}

.stateProg h4 {
	text-align: center;
	margin: 0 auto;
	padding: 36px 20px;
}

.stateProg .btnGroup .btn {
	font-size: 1rem;
	height: 45px;
	padding: 0 10px;
	margin: 5px;
    line-height: 1;
	background-color: #EBEBEB;
	color: rgba(28,49,55,0.4);
	border-color: #EBEBEB;
}

.stateProg h5 {
	text-align: center;
	margin: 0 auto;
	padding: 14px 20px;
	border-bottom: 2px solid #ccc;
}

.main-content > section .stateProg .tabPanel {
	margin-top: 0;
	padding: 0;
}

.stateProg .tabPanel h4 {
	background-color: #ccc;
}

.stateProg .tabPanel ul {
	margin: 40px 40px 30px 20px;
}

#onLogo {
	width: 280px;
	margin: 0 auto;
}

.modal {
	background: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    max-width: calc(100% - 80px);
}

.modal p {
    margin: 0 auto 20px;
}

.modal p:last-of-type {
    margin-bottom: 10px;
}

.modal.display, #overlayBkg {
	position: fixed;
}

#overlayBkg.display {
    opacity: 1;
    visibility: visible;
	background: rgba(32, 172, 182, 0.9);
}


.stateProg > div:first-of-type > p {
	text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 1.1625em;
    padding-bottom: 20px;
}

.stateProg .tabPanel h4.color01, .main-content > section ul.color01 li::before {
	background-color: #f4b16a;
}

.stateProg h5.color01 {
	border-bottom-color: #f4b16a;
}

.stateProg .btnGroup .btn.color01.active, .stateProg .btnGroup .btn.color01:hover {
	background-color: #f4b16a;
	border-color: #f4b16a;
	color: rgba(28,49,55,1);
}

.stateProg .tabPanel h4.color02, .main-content > section ul.color02 li::before {
	background-color: #3d85c6;
}

.stateProg h5.color02 {
	border-bottom-color: #3d85c6;
}

.stateProg .btnGroup .btn.color02.active, .stateProg .btnGroup .btn.color02:hover {
	background-color: #3d85c6;
	border-color: #3d85c6;
	color: rgba(28,49,55,1);
}

.stateProg .tabPanel h4.color03, .main-content > section ul.color03 li::before {
	background-color: #a0c5e4;
}

.stateProg h5.color03 {
	border-bottom-color: #a0c5e4;
}

.stateProg .btnGroup .btn.color03.active, .stateProg .btnGroup .btn.color03:hover {
	background-color: #a0c5e4;
	border-color: #a0c5e4;
	color: rgba(28,49,55,1);
}

.stateProg .tabPanel h4.color04, .main-content > section ul.color04 li::before {
	background-color: #b4a8d2;
}

.stateProg h5.color04 {
	border-bottom-color: #b4a8d2;
}

.stateProg .btnGroup .btn.color04.active, .stateProg .btnGroup .btn.color04:hover {
	background-color: #b4a8d2;
	border-color: #b4a8d2;
	color: rgba(28,49,55,1);
}

.stateProg .tabPanel h4.color05, .main-content > section ul.color05 li::before {
	background-color: #8e7cba;
}

.stateProg h5.color05 {
	border-bottom-color: #8e7cba;
}

.stateProg .btnGroup .btn.color05.active, .stateProg .btnGroup .btn.color05:hover {
	background-color: #8e7cba;
	border-color: #8e7cba;
	color: rgba(28,49,55,1);
}

.stateProg .tabPanel h4.color06, .main-content > section ul.color06 li::before {
	background-color: #c27ba0;
}

.stateProg h5.color06 {
	border-bottom-color: #c27ba0;
}

.stateProg .btnGroup .btn.color06.active, .stateProg .btnGroup .btn.color06:hover {
	background-color: #c27ba0;
	border-color: #c27ba0;
	color: rgba(28,49,55,1);
}

.stateProg .tabPanel h4.color07, .main-content > section ul.color07 li::before {
	background-color: #dd7e6b;
}

.stateProg h5.color07 {
	border-bottom-color: #dd7e6b;
}

.stateProg .btnGroup .btn.color07.active, .stateProg .btnGroup .btn.color07:hover {
	background-color: #dd7e6b;
	border-color: #dd7e6b;
	color: rgba(28,49,55,1);
}

.stateProg .tabPanel h4.color08, .main-content > section ul.color08 li::before {
	background-color: #fde498;
}

.stateProg h5.color08 {
	border-bottom-color: #fde498;
}

.stateProg .btnGroup .btn.color08.active, .stateProg .btnGroup .btn.color08:hover {
	background-color: #fde498;
	border-color: #fde498;
	color: rgba(28,49,55,1);
}

.stateProg .tabPanel h4.color09, .main-content > section ul.color09 li::before {
	background-color: #6aa84d;
}

.stateProg h5.color09 {
	border-bottom-color: #6aa84d;
}

.stateProg .btnGroup .btn.color09.active, .stateProg .btnGroup .btn.color09:hover {
	background-color: #6aa84d;
	border-color: #6aa84d;
	color: rgba(28,49,55,1);
}

.stateProg .tabPanel h4.color10, .main-content > section ul.color10 li::before {
	background-color: #b6d7a8;
}

.stateProg h5.color10 {
	border-bottom-color: #b6d7a8;
}

.stateProg .btnGroup .btn.color10.active, .stateProg .btnGroup .btn.color10:hover {
	background-color: #b6d7a8;
	border-color: #b6d7a8;
	color: rgba(28,49,55,1);
}

.stateProg .tabPanel h4.color11, .main-content > section ul.color11 li::before {
	background-color: #76a5af;
}

.stateProg h5.color11 {
	border-bottom-color: #76a5af;
}

.stateProg .btnGroup .btn.color11.active, .stateProg .btnGroup .btn.color11:hover {
	background-color: #76a5af;
	border-color: #76a5af;
	color: rgba(28,49,55,1);
}

.stateProg .tabPanel h4.color12, .main-content > section ul.color12 li::before {
	background-color: #f4cdcd;
}

.stateProg h5.color12 {
	border-bottom-color: #f4cdcd;
}

.stateProg .btnGroup .btn.color12.active, .stateProg .btnGroup .btn.color12:hover {
	background-color: #f4cdcd;
	border-color: #f4cdcd;
	color: rgba(28,49,55,1);
}

div.subwayMap {
    width: calc(100% + 80px);
    margin-left: -56px;
	
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

div.subwayMap > svg {
	margin-bottom: 0;
}

div.subwayMap > svg:first-of-type {
	max-height: 955px;
	height: 100vh;
	min-height: 400px;
	width: 100%;
	margin-bottom: 0;
	margin-top: 40px;
}

.keyText p {
	text-align: center;
	font-size: 1rem;
	margin-bottom: 80px;
}

div.subwayMap #Text > g {
	opacity: 1;
	visibility: visible;
}

div.subwayMap #Boxes > g#Box18, div.subwayMap #Boxes > g#Box19, div.subwayMap #Boxes > g#Box20, div.subwayMap #Boxes > g#Box21, div.subwayMap #Boxes > g#Box22, div.subwayMap #Boxes > g#Box23, div.subwayMap #Key > g {
	cursor: pointer;
}

#\33 550 #Box16, #\33 550 #Box17 {
	cursor: pointer;
}

#3550 #Box16, #3550 #Box17 {
	cursor: pointer;
}

#Boxes > g.deselect > rect, #Boxes > g.deselect > polyline {
    fill: #F6F6F6;
    stroke: #FFFFFF;
}

#Boxes > g.deselect > g > path {
	opacity: 0.4;
}

#Color01.deselect > *, #Color02.deselect > *, #Color03.deselect > *, #Color04.deselect > *, #Color05.deselect > *, #Color06.deselect > *, #Color07.deselect > *, #Color08.deselect > *, #Color09.deselect > *, #Color10.deselect > *, #Color11.deselect > *, #Color12.deselect > * {
	stroke: #EBEBEB;
	stroke-width: 2.9222;
}

#Color01, #Color02, #Color03, #Color04, #Color05, #Color06, #Color07, #Color08, #Color09, #Color10, #Color11, #Color12 {
	cursor: pointer;
}

.main-content .definitions {
	margin-bottom: 40px;
	margin-top: 20px;
	min-height: 42px;
}

.main-content .definitions > div h5 {
	text-align: center;
    margin-bottom: 0;
    font-weight: bold;
	font-size: 1rem;
}

.main-content .definitions > div p {
	text-align: center;
    margin-bottom: 0;
	font-size: 0.8625rem;
}

.main-content .breakOut p {
	font-size: 0.825rem;
	font-style: italic;
}

.main-content > section:nth-of-type(9), .main-content > section:nth-of-type(10), .main-content > section:nth-of-type(11), .main-content > section:nth-of-type(12) {
	padding-top: 0;
}

.main-content > section > div.borderTop {
	padding-top: 73px;
}

/*@keyframes animLines {
    0%   { opacity: 1; }
    50%   { opacity: 0.2; }
    100% { opacity: 1; }
}

#caMap.aos-animate svg > #Color01 {
    -webkit-animation-name: animLines;
            animation-name: animLines;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

 #caMap.aos-animate svg > #Color02 {
    -webkit-animation-name: animLines;
            animation-name: animLines;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

 #caMap.aos-animate svg > #Color03 {
    -webkit-animation-name: animLines;
            animation-name: animLines;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

 #caMap.aos-animate svg > #Color04 {
    -webkit-animation-name: animLines;
            animation-name: animLines;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 4s;
	        animation-delay: 4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

#caMap.aos-animate svg > #Color05 {
    -webkit-animation-name: animLines;
            animation-name: animLines;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 5s;
	        animation-delay: 5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

 #caMap.aos-animate svg > #Color06 {
    -webkit-animation-name: animLines;
            animation-name: animLines;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 6s;
	        animation-delay: 6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

 #caMap.aos-animate svg > #Color07 {
    -webkit-animation-name: animLines;
            animation-name: animLines;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 7s;
	        animation-delay: 7s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

 #caMap.aos-animate svg > #Color08 {
    -webkit-animation-name: animLines;
            animation-name: animLines;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 8s;
	        animation-delay: 8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

#caMap.aos-animate svg > #Color09 {
    -webkit-animation-name: animLines;
            animation-name: animLines;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 9s;
	        animation-delay: 9s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

 #caMap.aos-animate svg > #Color10 {
    -webkit-animation-name: animLines;
            animation-name: animLines;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 10s;
	        animation-delay: 10s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

 #caMap.aos-animate svg > #Color11 {
    -webkit-animation-name: animLines;
            animation-name: animLines;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 11s;
	        animation-delay: 11s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

 #caMap.aos-animate svg > #Color12 {
    -webkit-animation-name: animLines;
            animation-name: animLines;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 12s;
	        animation-delay: 12s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}*/

nav > ul > li > a, nav > ul > li > a:visited {
	color: #BEBEBE;
}

nav > ul > li > a:hover, nav > ul > li > a:focus {
	color: #63c79d;
}

.demoMap {
	opacity: 0;
}

.demoMap, .demoBkg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.demoBkg {
	background: rgba(255,255,255,0.7);
	cursor: pointer;
}

.demoBox {
	-webkit-box-shadow: 0 0 6px 6px rgba(0,0,0,0.2);
	        box-shadow: 0 0 6px 6px rgba(0,0,0,0.2);
	margin: 0 auto;
	position: relative;
    max-width: 60%;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
	background: white;
	padding-bottom: 20px;
}

@-webkit-keyframes animDemo {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

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

.subwayMap.aos-animate .demoMap {
    -webkit-animation-name: animDemo;
            animation-name: animDemo;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 0.1s;
	        animation-delay: 0.1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.supportContent p {
	text-align: center;
}

.btnGroup .btn.yellowButton {
	margin: 5px auto;
}

img.stateImg {
    max-width: 300px;
}

.backButton {
    position: absolute;
    top: 0;
    left: 0;
}

.backButton a, .backButton a:visited {
    padding: 5px;
    background: rgba(0,0,0,0.2);
    color: white;
    display: inline-block;
}



@media (max-width: 1024px) {
	
	.main-content > section .container .row > div.col-md-6 {
		padding-right: 10px;
	}
	
	.main-content > section .container .row > div.col-md-6:last-of-type {
		padding-left: 10px;
	}
	
	.main-content .numberColumns > div:nth-of-type(2) {
		border: none;
	}
	
	.main-content h4, .main-content .numberColumns > div h4 {
		text-align: center;
	}
	
	.main-content .section-title {
		height: auto;
	}
	
	.main-content .section-title h3 {
		padding: 20px;
	}
	
	div.subwayMap {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	div.subwayMap > svg {
		margin-bottom: 0;
	}

	div.subwayMap > svg:first-of-type {
		height: auto;
		margin-bottom: 0;
	}

	.keyText p {
		font-size: 0.75rem;
		margin-bottom: 60px;
	}
}

@media (max-width: 768px) {
	#ellLogo > img {
		margin: 20px auto 0;
	}
	.main-content > section:nth-of-type(1) h1 {
		margin: 30px auto 15px;
	}
	
	.main-content > section:nth-of-type(1) h2 {
		font-size: 1.5rem;
		line-height: 1;
		margin-top: 20px;
	}
	
	.main-content > section:nth-of-type(1) h2.stateSubhead {
		font-size: 1.25rem;
		line-height: 1.2;
		padding: 0 20px;
	}
	
	.main-content > section ul, .main-content > section ol {
		padding-left: 30px;
	}
	
	.main-content > section ul > ul, .main-content > section ol > ul {
		padding-left: 20px;
	}
	
	.stateProg .tabPanel ul {
		margin: 20px 20px 20px 15px;
	}
	
	div.subwayMap {
		width: 100%;
		margin-left: auto;
	}

	.main-content > section > div.borderTop {
		padding-top: 43px;
	}
	
	#caState {
		max-width: 200px;
	}
	
	.stateProg .btnGroup .btn {
		font-size: 0.875rem;
		height: 40px;
	}
	
	.demoBox {
		max-width: 100%;
	}
	
	.demoBox .btn.yellowButton {
		font-size: 0.875rem;
		padding: 10px;
	}
	
	div.subwayMap > svg:first-of-type {
		margin-top: 0;
	}
}


