* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: CNN, Arial, sans-serif;
}

.state--loaded {
    overflow-y: auto
}

.state-menu--open {
    height: 100vh
}

article,
footer,
header,
img,
picture,
section,
svg,
video {
    width: 100%
}

iframe {
    border: 0
}

img,
picture,
svg,
video {
    display: block
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

.clear:after {
    content: "";
    display: block;
    clear: both
}

.state-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden
}

.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter .4s, -webkit-filter .4s
}

.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0)
}

.icon {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: cnn-icons;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    vertical-align: middle
}

.icon--arrow-down:before {
    content: "\f101"
}

.icon--arrow-left:before {
    content: "\f102"
}

.icon--arrow-line-down:before {
    content: "\f103"
}

.icon--arrow-line-up:before {
    content: "\f104"
}

.icon--arrow-right:before {
    content: "\f105"
}

.icon--arrow-up:before {
    content: "\f106"
}

.icon--checkmark:before {
    content: "\f107"
}

.icon--close:before {
    content: "\f108"
}

.icon--cnn-go:before {
    content: "\f109"
}

.icon--cnn:before {
    content: "\f10a"
}

.icon--comment:before {
    content: "\f10b"
}

.icon--expand-close:before {
    content: "\f10c"
}

.icon--expand-open:before {
    content: "\f10d"
}

.icon--follow:before {
    content: "\f10e"
}

.icon--games:before {
    content: "\f10f"
}

.icon--home:before {
    content: "\f110"
}

.icon--ireport:before {
    content: "\f111"
}

.icon--media-cc:before {
    content: "\f112"
}

.icon--media-end:before {
    content: "\f113"
}

.icon--media-fastforward:before {
    content: "\f114"
}

.icon--media-fullscreen:before {
    content: "\f115"
}

.icon--media-minimize:before {
    content: "\f116"
}

.icon--media-mute:before {
    content: "\f117"
}

.icon--media-pause:before {
    content: "\f118"
}

.icon--media-play:before {
    content: "\f119"
}

.icon--media-restart:before {
    content: "\f11a"
}

.icon--media-rewind:before {
    content: "\f11b"
}

.icon--media-start:before {
    content: "\f11c"
}

.icon--media-stop:before {
    content: "\f11d"
}

.icon--media-volume:before {
    content: "\f11e"
}

.icon--menu:before {
    content: "\f11f"
}

.icon--profile:before {
    content: "\f120"
}

.icon--quote:before {
    content: "\f121"
}

.icon--rss:before {
    content: "\f122"
}

.icon--search:before {
    content: "\f123"
}

.icon--settings:before {
    content: "\f124"
}

.icon--share-arrow:before {
    content: "\f125"
}

.icon--social-facebook:before {
    content: "\f126"
}

.icon--social-googleplus:before {
    content: "\f127"
}

.icon--social-instagram:before {
    content: "\f128"
}

.icon--social-linkedin:before {
    content: "\f129"
}

.icon--social-mail:before {
    content: "\f12a"
}

.icon--social-more:before {
    content: "\f12b"
}

.icon--social-pinterest:before {
    content: "\f12c"
}

.icon--social-reddit:before {
    content: "\f12d"
}

.icon--social-stumbleupon:before {
    content: "\f12e"
}

.icon--social-tumblr:before {
    content: "\f12f"
}

.icon--social-tvtag:before {
    content: "\f130"
}

.icon--social-twitter:before {
    content: "\f131"
}

.icon--social-vimeo:before {
    content: "\f132"
}

.icon--social-vine:before {
    content: "\f133"
}

.icon--social-youtube:before {
    content: "\f134"
}

.icon--timestamp:before {
    content: "\f135"
}

.icon--trend-down:before {
    content: "\f136"
}

.icon--trend-flat:before {
    content: "\f137"
}

.icon--trend-up:before {
    content: "\f138"
}

.icon--type-audio:before {
    content: "\f139"
}

.icon--type-chart:before {
    content: "\f13a"
}

.icon--type-gallery:before {
    content: "\f13b"
}

.icon--type-map:before {
    content: "\f13c"
}

.icon--type-video-large:before {
    content: "\f13d"
}

.icon--type-video:before {
    content: "\f13e"
}

.state-timeline-entry entry h3 {
    font-family: CNN, Arial, sans-serif;
    font-weight: 800 !important
}

.state-header {
    width: 100%
}

.state-header--primary {
    position: relative;
    width: 100%;
    padding: 20px
}

.state-logo {
    display: block;
    width: 70%;
    max-width: 375px
}

@media screen and (min-width:768px) {
    .state-logo {
        margin: 0 auto
    }
}

.state-hero {
    position: relative;
    width: 100%;
    margin-bottom: 15px
}

.state-hed {
    font-size: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    color: #1c6cb3;
    line-height: 1.1;
    letter-spacing: 1px
}

.state-dek,
.state-hed {
    font-family: CNN, Arial, sans-serif
}

.state-dek {
    font-size: 30px;
    line-height: 1;
    font-weight: 300
}

@media screen and (min-width:768px) {
    .state-hed {
        font-size: 24px
    }
    .state-dek {
        font-size: 34px;
        line-height: 1
    }
}

@media screen and (min-width:940px) {
    .state-hed {
        font-size: 26px
    }
    .state-dek {
        font-size: 36px;
        line-height: 1
    }
}

.state-byline {
    font-size: 19px;
    line-height: 1.5;
    padding-top: 15px;
    font-family: CNN, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300
}

@media screen and (min-width:768px) {
    .state-byline {
        font-size: 19px
    }
}

@media screen and (min-width:940px) {
    .state-byline {
        font-size: 21px
    }
}

.state-byline a,
.state-byline h4 {
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px
}

.state-byline a {
    opacity: .75;
    color: #191919;
    outline: 0
}

.state-copy,
.state-credits,
.state-heading {
    position: relative;
    margin: 0 auto;
    max-width: 920px
}

.state-copy,
.state-credits,
.state-heading,
.state-pagination,
.state-quote-container {
    padding: 0 20px
}

.state-heading--primary {
    padding-top: 30px;
    padding-bottom: 30px
}

.state-copy a {
    opacity: .75;
    color: #191919;
    text-decoration: underline
}

.state-copy p {
    line-height: 1.5;
    font-size: 19px;
    padding-top: 15px;
    padding-bottom: 15px
}

.state-copy h2,
.state-copy h2 strong {
    font-size: 23px;
    line-height: 1.25;
    font-family: CNN, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 10px
}

@media screen and (min-width:768px) {
    .state-copy h2 {
        font-size: 27px
    }
}

.state-copy hr {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #1a1a1a;
    margin: 20px auto 60px;
    border: none
}

.state-dropcaps:first-child:first-letter {
    float: left;
    font-size: 67px;
    line-height: 47px;
    padding-top: 4px;
    padding-right: 5px;
    text-decoration: none;
    font-family: CNN, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 500
}

.state-dropcaps p:first-child:after {
    content: "";
    display: block;
    clear: both
}

.state-credits p {
    font-size: 15px;
    opacity: .5;
    line-height: 1.5
}

.state-corrections {
    font-style: italic
}

.state-corrections strong {
    text-transform: uppercase
}

.state-code {
    padding-top: 10px;
    padding-bottom: 10px
}

.state-embed {
    margin: 0 auto!important
}

@media screen and (min-width:940px) {
    .template--article .state-copy,
    .template--article .state-credits {
        padding-left: 270px
    }
    .template--article .state-heading--secondary {
        width: 250px;
        position: absolute;
        top: 0;
        left: 20px;
        padding-right: 20px;
        z-index: 2
    }
}

.state-quote {
    position: relative;
    font-family: CNN, Arial, sans-serif;
    font-weight: 500;
    font-size: 29px;
    line-height: 1.1;
    font-style: normal;
    transform: translateX(200px);
    opacity: 0;
    transition: all .25s ease-in-out;
    width: 100%;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 940px;
    margin: 10px auto
}

@media screen and (min-width:768px) {
    .state-quote {
        font-size: 31px
    }
}

.state-quote:after,
.state-quote:before {
    content: "";
    display: block;
    width: 2px;
    position: absolute;
    height: 0;
    transition: height .35s ease-in-out;
    transition-delay: .5s
}

.state-quote:before {
    left: 0;
    top: 0;
    background-color: #1d76bc
}

.state-quote:after {
    bottom: 0;
    left: 8px;
    background-color: #c00
}

.state-quote-cite {
    padding-top: 10px;
    display: block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    font-family: Georgia, Arial sans-serif;
    text-transform: none;
    opacity: .75;
    font-style: italic
}

.state-quote--reveal {
    opacity: 1;
    transform: translateX(0)
}

.state-quote--reveal.state-quote:after,
.state-quote--reveal.state-quote:before {
    height: 100%
}

@media screen and (min-width:940px) {
    .state-quote {
        padding-left: 280px
    }
    .state-quote:before {
        left: 242px
    }
    .state-quote:after {
        left: 250px
    }
}

.state-image {
    margin-top: 20px;
    margin-bottom: 20px
}

.state-image--diptych,
.state-image--single {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.state-image--triptych {
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto
}

.state-image--diptych .state-image:first-child,
.state-image--triptych .state-image:first-child,
.state-image--triptych .state-image:nth-child(2) {
    margin-bottom: 30px
}

.state-image-caption {
    margin-top: 5px;
    text-align: right;
    font-size: 14px;
    font-style: italic;
    opacity: .5;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5
}





.state-timeline {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 920px;
    overflow: hidden;
    padding: 20px
}

.state-timeline-entry {
    position: relative;
    margin-bottom: 20px;
	font-family: CNN, Arial, sans-serif;
	line-height: 0.85em;
}

.state-timeline-entry:before {
    content: "";
    position: absolute;
    top: 0;
    left: 11px;
    height: 0;
    width: 3px;
    background:#cc0000;
    transition: all .25s ease-in-out
}

.state-timeline-entry--reveal:before {
    height: calc(100% + 20px)
}

.state-timeline-entry--reveal:last-child:before {
    display: none
}

.state-timeline-entry date {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 4px solid #c00;
    background-color: #c00;
    text-indent: -99999em
}

.state-timeline-entry date:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: transparent;
    transition: all .25s ease-in-out
}

.state-timeline-entry--reveal date:before {
    width: 14px;
    height: 14px;
    background-color: #fefefe
}

.state-timeline-entry entry {
    display: block;
    position: relative;
    margin-left: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 1.5;
    color: #1a1a1a;
    background-color: #fefefe;
    transform: translateX(200%);
    transition: all .25s ease-in-out;
    border: 1px solid #404040;
}

.state-timeline-entry entry h3 {
    font-family: 'CNN', Arial, sans-serif;
    font-weight: 500;
    font-size: 21px;
    padding-bottom: 5px !important;
}

.state-timeline-entry entry h3:before {
	display: none !important;
}

.state-timeline-entry--reveal entry {
    transform: translateX(0)
}

.state-timeline-entry entry:before {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    right: 100%;
    height: 20px;
    width: 20px;
	background-image: url('//i.cdn.cnn.com/cnn/interactive/2017/08/world/india.timeline/assets/arrow-left.png');
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

@media screen and (min-width:640px) {
    .state-timeline-entry {
        margin-bottom: 40px
    }
    .state-timeline-entry entry {
        width: calc(50% - 40px)
    }
    .state-timeline-entry:nth-child(2n) entry {
        float: right;
        margin-left: 0;
        transform: translateX(200%)
    }
    .state-timeline-entry--reveal:nth-child(2n) entry {
        transform: translateX(0)
    }
    .state-timeline-entry:nth-child(odd) entry {
        float: left;
        margin-left: 0;
        transform: translateX(-200%)
    }
    .state-timeline-entry--reveal:nth-child(odd) entry {
        transform: translateX(0)
    }
    .state-timeline-entry:nth-child(odd) entry:before {
        right: -20px;
		background-image: url('//i.cdn.cnn.com/cnn/interactive/2017/08/world/india.timeline/assets/arrow-right.png')
    }
    .state-timeline-entry date {
        left: 50%;
        transform: translateX(-50%)
    }
    .state-timeline-entry--reveal:before {
        height: calc(100% + 40px)
    }
    .state-timeline-entry--reveal:last-child:before {
        display: none
    }
    .state-timeline-entry:before {
        left: 50%;
        transform: translateX(-50%)
    }
}

@media screen and (min-width:940px) {
    .state-timeline {
        padding-left: 50px
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    margin-bottom: 40px
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: a
}

@keyframes a {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #060606
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav,
.state-slideshow-nav div {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-],
.state-slideshow-nav div {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    opacity: .5
}

.state-slideshow-nav div {
    color: #060606;
    opacity: 1
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #c00
}

.state-video {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    height: 56.25vw;
    position: relative;
    max-height: 675px;
    overflow: hidden;
    background-color: #1a1a1a
}

.state-video div,
.state-video iframe,
.state-video object,
.state-video video {
    height: 100%!important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%!important
}

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px
}

.state-mp4-caption,
.state-video-caption {
    margin-top: 5px;
    text-align: right;
    font-size: 14px;
    font-style: italic;
    opacity: .5;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5
}

.state-audio {
    margin: 15px auto 0;
    text-align: center;
    max-width: 568px
}

.state-audio-hed {
    font-size: 23px;
    line-height: 1.25;
    font-family: CNN, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 40px
}

@media screen and (min-width:768px) {
    .state-audio-hed {
        font-size: 27px
    }
}

.state-copy .state-audio-dek {
    padding-top: 10px;
    font-style: italic
}

.state-progress {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 5px;
    background-color: #888;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.state-progress>div {
    width: 0;
    height: 5px;
    background-color: #0a0a0a
}

.state-menu-button-container {
    z-index: 9;
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #010101;
    right: 20px;
    top: 20px;
    transition: all .25s ease-in-out;
    outline: 0;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden
}

.state-menu--open .state-menu-button-container {
    background-color: #cc0202
}

.state-menu-button {
    position: absolute;
    width: 23px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: 0;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-tap-highlight-color: transparent
}

.state-menu-button:after,
.state-menu-button:before,
.state-menu-button span {
    background: #fff
}

.state-menu-button:after,
.state-menu-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    pointer-events: none;
    transition: transform .25s, background-color .25s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.state-menu-button:before {
    -webkit-transform: translate3d(0, -8px, 0) scaleX(.8);
    transform: translate3d(0, -8px, 0) scaleX(.8)
}

.state-menu-button span {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 2px;
    text-indent: 200%;
    transition: opacity .25s, background-color .25s ease-in-out
}

.state-menu-button:after {
    -webkit-transform: translate3d(0, 8px, 0) scaleX(.8);
    transform: translate3d(0, 8px, 0) scaleX(.8)
}

.state-menu-button--open:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.state-menu-button--open span {
    opacity: 0
}

.state-menu-button--open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.state-buttons {
    padding-top: 20px;
    padding-bottom: 20px
}

.state-button {
    float: left
}

.state-sharing-button {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    cursor: pointer
}

.state-button-fb svg,
.state-button-tw svg,
.state-sharing-button {
    transition: all .25s ease-in-out
}

.state-button-fb {
    border: 2px solid #3b5998
}

.state-button-fb svg {
    fill: #3b5998;
    padding: 5px
}

.state-button-fb:hover {
    background-color: #3b5998
}

.state-button-tw {
    border: 2px solid #1da1f2;
    margin-right: 0
}

.state-button-tw svg {
    fill: #1da1f2;
    padding: 5px
}

.state-button-tw:hover {
    background-color: #1da1f2
}

.state-button-fb:hover svg,
.state-button-tw:hover svg {
    fill: #fff
}

.state-cnn {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.state-copy a.state-cnn {
    opacity: 1
}

.state-buttons--secondary {
    max-width: 140px;
    padding-top: 60px
}

.template--misc .state-buttons--secondary {
    margin: 0 auto
}

.state-header--primary,
.state-main,
.state-menu-button-container,
.state-progress {
    opacity: 0;
    animation-duration: .25s;
    transition-timing-function: ease-in;
    animation-fill-mode: forwards
}

@keyframes b {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.state--loaded .state-header--primary,
.state--loaded .state-main,
.state--loaded .state-menu-button-container,
.state--loaded .state-progress {
    animation-name: b
}

.state-pagination-container {
    background-color: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px
}

.state-pagination {
    font-family: CNN, Arial, sans-serif
}

.state-pagination--next,
.state-pagination--previous {
    position: relative;
    text-align: center;
    display: block;
    font-size: 25px;
    font-weight: 500
}

.state-pagination--next a,
.state-pagination--previous a {
    color: #1a1a1a;
    text-decoration: none
}

.state-pagination--next,
.state-pagination--previous {
    padding-top: 20px;
    padding-bottom: 20px
}

.state-pagination--next span,
.state-pagination--previous span {
    display: block;
    font-size: 19px;
    color: #2178bd;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 7px;
    font-weight: 300
}

.state-pagination--previous span {
    color: #cc0202
}

@media screen and (min-width:768px) {
    .state-pagination--next,
    .state-pagination--previous {
        width: 33.3333%;
        padding-top: 0;
        padding-bottom: 0
    }
    .state-pagination--previous {
        float: left;
        text-align: left;
        padding-right: 10px
    }
    .state-pagination--next {
        float: right;
        text-align: right;
        padding-left: 10px
    }
}



.tweets-carousel,
.tweets-carousel-header {
    position: relative;
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.tweets-carousel-header {
    margin-bottom: 15px
}

.tweets-carousel-header a {
    color: #fff;
    font-family: CNN, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 27px
}

.tweet {
    color: #fff;
    font-size: 20px;
    line-height: 1.5
}

.tweet-slide {
    padding-right: 45px
}

.tweets-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 20px;
    background-color: #1da1f2;
    height: 100%
}

@media screen and (min-width:940px) {
    .tweets-carousel-container {
        padding-left: 250px
    }
}

a.state-related-coverage {
    display: block;
    text-decoration: none;
    opacity: 1;
    outline: 0
}

.state-related-coverage-caption-container {
    padding: 20px;
    margin-top: -55px;
    position: relative;
    z-index: 2
}

.state-related-coverage-caption {
    background-color: #f5f5f5;
    text-align: center;
    padding: 20px
}

.state-related-coverage-caption h4 {
    font-family: CNN, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    color: #1c6cb3;
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 1px
}

.state-related-coverage-caption h3 {
    font-family: CNN, Arial, sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 300
}

@media screen and (min-width:768px) {
    .state-related-coverage-caption-container {
        padding: 40px;
        margin-top: -75px
    }
    .state-related-coverage-caption h3 {
        font-size: 30px
    }
}

.state-menu {
    padding-top: 60px;
    background-color: #1a1a1a;
    width: 100%;
    height: 100vh;
    padding-bottom: 60px;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
    transition: all .25s ease;
    opacity: 0;
    z-index: 8;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.state-menu--open {
    overflow: hidden
}

.state-menu--open .state-menu {
    opacity: 1;
    transform: translateX(0)
}

.state-menu-inner {
    padding-left: 20px;
    padding-right: 20px
}

.state-edition {
    margin-top: 20px;
    margin-bottom: 80px
}

.state-menu h2 {
    font-size: 31px;
    padding-bottom: 20px
}

.state-edition h3,
.state-menu h2 {
    font-family: CNN, Arial, sans-serif;
    font-weight: 300;
    color: #fff
}

.state-edition h3 {
    font-size: 24px;
    margin-bottom: 10px;
    opacity: .5;
    letter-spacing: 1px;
    text-transform: uppercase
}

.state-menu-option {
    position: relative;
    display: block;
    color: #fefefe;
    border-bottom: 1px solid #383838;
    padding-bottom: 10px;
    padding-top: 30px
}

.state-edition-title a {
    position: relative;
    font-size: 21px;
    color: #fff;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 1px
}

.state-menu-option .active:before {
    content: "You're Reading";
    font-size: 15px;
    color: #2178bd;
    font-weight: 300;
    margin-bottom: 10px
}

.cnn-politics-link,
.state-menu-option .active:before {
    display: block;
    font-family: CNN, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase
}

.cnn-politics-link {
    font-size: 19px;
    line-height: 1.1;
    color: #cc0202;
    font-weight: 500
}

.state-preloader {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    transition: opacity .25s ease-in-out
}

.state--loaded .state-preloader {
    opacity: 0;
    z-index: -99999
}

.state-load-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px
}

.state-load-bar--bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center
}

.state-load-bar--bar:first-child {
    background-color: #2178bd;
    animation: c 3s linear infinite
}

.state-load-bar--bar:nth-child(2) {
    background-color: #cc0202;
    animation: c 3s linear 1s infinite
}

@keyframes c {
    0% {
        left: 50%;
        width: 0;
        z-index: 100
    }
    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10
    }
    to {
        left: 0;
        width: 100%
    }
}

#state-preloader--cnn-politics-logo {
    max-width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center
}


/*# sourceMappingURL=state.v3.min.css.map */

.state-timeline-entry img {
    padding-bottom: 10px;
}

.state-timeline-entry p {
    padding-bottom: 10px;
}

.indiaBold {
    color: #000;
    font-size: 22px;
    font-weight: bold;
}
