.home .container {
    background: transparent;
}
body.home #YouTubeModal {
	z-index: 999999;
}
/** Carousel **/
.glyphicon-chevron-left:before{
    content:"\f104";
}
.glyphicon-chevron-right:before{
    content:"\f105";
}
.carousel-caption {
    z-index: 10;
}
.carousel .item {
    height: 480px; 
} 
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    left: 50%;
    margin-left: -1000px;
    max-width: none;
    position: absolute;
    top: 0;
    width: auto
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    font-size: 50px;
}
.carousel-control:hover {
    color: #e85685;
}
.carousel .carousel-control {
    visibility: hidden;
}
.carousel:hover .carousel-control {
    visibility: visible;
}

#cta-wrapper {
    width: 100%;
    height: auto;
}
.carousel-inner > .item > img.item-dynamic {
    height: auto !important;
}
.cta-area {
	position: absolute;
    left: 50%;
    width: 50%;
    height: 480px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
    z-index: 10;
    display: table;
}
.inner-cta {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.cta-area .youtube {
    display: block !important;
}
.cta-area h1 {
    font-size: 2.438em;
    line-height: 42px;
    font-family: "DIN-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    clear: both;
}
.cta-area p {
    font-size: 1.313em;
    line-height: 28px;
    color: #fff;
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    clear: both;
    font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-weight: normal;
}
.cta-button {
    font-size: 1.125em;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff !important;
    margin: 0px 0px 0px 0px;
    padding: 10px 17px 8px 17px;
    background-color: #e65684;
    float: left;
    clear: both;
    position: relative;
    letter-spacing: 1px;
}
.cta-area a, .cta-area a:hover, .cta-area a:active, .cta-area a:visited, .cta-area a:focus {
	color: #fff;
	text-decoration:none;
}
.cta-area ul {
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    clear: both;
}
.cta-area ul li {
    font-size: 1.063em;
    line-height: 17px;
    list-style: none;
    list-style-image: none;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    float: left;
    clear: both;
    color: #ffffff;
    width: 100%;
}
.cta-area ul li a {
    color: #e65684 !important;
    padding: 0px 0px 0px 25px;
    font-weight: bold;
}
.cta-area ul li a:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: -1px;
  left: 6px;
  content: "\f105";
  font-weight: bold;
  font-size: 1.188em;
}
.cta-area ul li a.youtube:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: -1px;
  left: 0px;
  content: "\f138";
  /** content: "\f01d" !important; **/
  font-weight: normal;
  font-size: 1.125em;
}
.cta-area ul li a:hover {
    text-decoration: none !important;
}
.cta-area ul li:last-child {
    margin-bottom: 0px !important;
}
.clear {
    clear: both;
}
@media only screen and (min-width: 768px) {
    .carousel-inner > .item > .container {
        position: relative;
    }
    .inner-cta {
        width: 100% !important;
    }
    .dynamic-fade {
        display: none;
    }
}
@media only screen and (max-width: 1400px) {
    .carousel-control.right, .carousel-control.left {
        width: 150px !important;
        z-index: 50;
    }
    .carousel .item, .cta-area {
        height: 360px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        width: 1500px !important;
        height: auto !important;
        min-height: 100px;
        margin-left: -775px !important;
    }
    .cta-area h1 {
        font-size: 1.750em;
        line-height: 36px;
    }
    .cta-button {
        font-size: 1.125em;
        line-height: 18px;
    }
}
@media only screen and (max-width: 1200px) {
    .cta-area h1 {
        font-size: 1.750em;
        line-height: 29px;
    }
    .cta-area ul li {
        font-size: 0.875em;
        line-height: 14px;
        margin: 0px 0px 10px 0px;
    }
}
@media only screen and (max-width: 1100px) {
    .carousel-control.right, .carousel-control.left {
        width: 75px !important;
    }
    .carousel .item, .cta-area {
        height: 288px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        width: 1200px !important;
        height: auto !important;
        margin-left: -600px !important;
    }
    .cta-area h1 {
        font-size: 1.375em;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .cta-area h1.second-cta {
        margin-bottom: 15px !important;
    }
    .cta-area p {
        font-size: 1.063em;
        line-height: 19px;
        margin-bottom: 15px;
    }
    .cta-button {
        font-size: 0.938em;
        line-height: 15px;
    }
    .cta-area ul {
        margin-top: 15px;
    }
    .cta-area ul li {
        font-size: 0.813em;
        line-height: 13px;
        margin: 0px 0px 10px 0px;
    }
    .cta-area ul li a {
        padding-left: 25px;
    }
}
@media only screen and (max-width: 990px) {
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        margin-left: -570px !important;
    }
    .cta-area h1 {
        font-size: 1.375em;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .cta-area p {
        font-size: 0.938em;
    }
    #future .row .col-sm-6 {
        overflow: hidden;
    }
    #future #cp-infinity-home {
        margin-left: -40px;
    }
}
@media only screen and (max-width: 767px) {
    .carousel:hover .carousel-control {
        height: 392px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        font-size: 28px !important;
        margin-top: -14px;
        height: 37px;
    }
    .carousel-control.right, .carousel-control.left {
        width: 40px !important;
    }
    .carousel .item {
        height: 392px;
        background-color: #000;
    }
    .transparent-fade {
        display: block;
        height: 144px;
        width: 100%;
        background-image: url('../images/transparent-fade.png');
        background-repeat: repeat-x;
        background-position: bottom;
        z-index: 9;
        position: absolute;
        left: 0;
        top: 144px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        width: 100%;
    }
    .inner-cta {
        padding-left: 40px;
        padding-right: 40px;
    }
    .carousel-inner > .item > img {
        margin-left: -380px !important;
    }
    .cta-area {
        width: 100% !important;
        padding: 20px 0px;
        background-image: url('../images/transparent-black.png');
        background-repeat: repeat;
        height: 200px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .cta-area h1, .cta-area p {
        color: #fff !important;
    }
    .cta-area h1, .cta-area p, .cta-area ul, .cta-area ul li {
        width: 100%;
    }
    .cta-area h1 {
        font-size: 1.188em;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .cta-area h1.second-cta {
        margin-top: 20px !important;
        margin-bottom: 15px !important;
    }
    .cta-area p {
        font-size: 0.938em;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .cta-area .cta-button {
        float: left;
        display: block;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        font-size: 0.875em;
        line-height: 14px;
    }
    .cta-area ul {
        float: left;
        clear: both;
        margin-top: 10px;
    }
    .cta-area ul li {
        max-width: 210px;
        margin: 12px 0px 0px 0px;
        display: block;
        float: left;
    }
}
/** End Carousel **/
/** Spotlite **/
#spotlite a {
    display: block;
    width: 100%;
    height: 250px;
    border: 1px solid #fff;
}
.spotlight-content {
    background-color: #fafafa;
    border-bottom: 2px solid #e65785;
    height: 114px;
    width: 100%;
    padding: 18px;
    display: block;
    margin: 0;
    float: left;
    position: relative;
}
.spotlight-content a {
    text-decoration: none;
    border: none;
    outline: none;
}
.spotlight-content h3 {
    font-size: 17px;
    line-height: 21px;
    font-family: "DIN-Light", helvetica, arial, sans-serif;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    clear: both;
    color: #000;
    text-align: left;
}
.spotlight-content span.spotlight-more {
    font-size: 14px;
    line-height: 14px;
    font-family: "DIN-Light", helvetica, arial, sans-serif;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 9px 0px 9px;
    position: absolute;
    bottom: 7px;
    right: 0px;
    text-align: right;
}
#spotlite {
    padding-top: 25px;
    padding-bottom: 0px;
}
#spotlite img {
    width: 100%;
}
#spotlite .col-md-4 {
    text-align: center;
}
#spotlite .tint {
    width: 100%;
    /** background-color: #E44975; **/
    display: inline-block;
}
#spotlite .tint a {
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
#spotlite .tint a:hover {
    opacity: .75;
    cursor: pointer;
}
/** End Spotlite **/
/** Featured **/
.navbar {
	margin-bottom: 0;
}
#future {
    background-color: #fff;
    padding-bottom: 27px;
    padding-top: 17px;
    position: relative;
}
#cp-infinity-home {
    margin-top: 5px;
}
#future .container {
    padding-bottom: 0px;
}
#future h1 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.001em;
	text-transform: uppercase;
    margin: 0 0 50px 0;
    text-align: center;
    letter-spacing: 10px;
}
#future .fa-ul {
    margin-left: 0;
    margin-top: 0;
}

#future .fa-li {
    left: 0;
    position: absolute;
    text-align: center;
    top: 0.142857em;
    width: 1.5em;
}
#future ul li {
    margin-bottom: 14px;
}
#future ul li a {
    color: #333;
    text-transform: uppercase;
}
#future ul li a.primary-pink {
    text-transform: none;
    color: #e85685;
}
#future .row .row {
    margin-top: 0px;
}

#highlite {
    background-color: #333;
}
#highlite .container {
    padding: 0px 0px;
}
#highlite .logo {
    margin: 14px 0 5px;
}

#highlite .tagline {
    color: #ffffff;
}

#highlite .tagline h3 {
    font-size: 40px;
    margin: 0 0 5px;
    text-transform: uppercase;
}
#highlite p {
    color: #fff;
}
#highlite .tagline p {
    font-size: 18px;
}

#highlite .tagline .taghead {
    font-size: 1.1em;
}

#highlite a {
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
}

#feeds {
 background-color: #f4f4f4;
}
#feeds .row {
    padding: 3em 0 2em 0;
}
#feeds h3 {
    font-size: 22px;
    text-transform: uppercase;
} 
#feeds ul li {
    margin: 0 0 0.5em 1em;
}
#feeds li:before {    
	color: #e85685;
	content: '\f105';
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: bold;
    margin: 0 5px 0 -12px;
}
.home .carousel {
    margin-bottom : 0;
}
#events > ul > li {
    color: #e85685;
    font-weight: bold;
}
#press_releases > ul > li a, #events > ul > li a {
    color: #333;
	font-weight: normal;
}
#press_releases > p > a, #events > p > a, #videos > p > a{
    font-size: 14px;
}
#press_releases > p, #events > p {
    margin: 0 0 9.5px 16px;
}
#videos span {
    color: #e85685;
    display: inline-block;
    font-family: "DIN","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0.5em;
    text-transform: uppercase;
}
#videos img {
    width: 100%;
}
#videos .tint {
    background: #E44975;
	display: inline-block;
}
#videos .tint img {
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
#videos .tint img:hover {
    opacity: .7;
    cursor: pointer;
}
#future ul.fa-ul .fa-angle-right {
    font-size: 19px; 
    margin-right: 5px;
    font-weight: bold;
}
/** End Featured **/
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}
@media (max-width: 991px) {
    #future {
        padding-top: 13px;
        padding-bottom: 20px;
    }
    #spotlite .col-md-4 {
        margin-bottom: 20px;
    }
    #spotlite .col-md-4:nth-child(1) {
        text-align: center;
    }
    #spotlite .col-md-4:nth-child(2) {
        text-align: center;
    }
    #spotlite .col-md-4:nth-child(3) {
        text-align: center;
        margin-bottom: 0px;
    }
    #customer-section {
        background-image: none;
    }
    #home-highlight {
        background-image: url('../images/home-bg.png');
        background-repeat: no-repeat;
        background-position: top center;
    }
}
@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
    #future h1 {
        margin-bottom: 35px;
        color: #999;
        letter-spacing: 0px;
        font-weight: normal;
        font-size: 20px;
    }
    #future ul li a {
        font-size: 14px;
    }
    #threatcloud {
        border-top: 3px solid #fff;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 991px) {
    #future .container .row .col-md-4:nth-child(2) {
        padding-left: 20px;
    }
    #future .container .row .col-md-4:nth-child(3) {
        padding-left: 60px;
    }
    #spotlite {
        padding-top: 86px;
        padding-bottom: 61px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}
/** Top Featured **/
#sub-featured {
    width: 100%;
    height: auto;
    min-height: 70px;
    margin: 7px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #e3e3e3;
}
#sub-featured .container {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
#sub-featured .container .row ul li a {
	padding-left: 15px;
	padding-right: 15px;
}
#sub-featured ul {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#sub-featured ul li {
    background-position: left;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 13px 40px 0px 130px;
    float: left;
    list-style: none;
    list-style-image: none;
    width: 33%;
    height: auto;
    min-height: 93px;
    display: block;
    text-transform: uppercase;
}
#sub-featured ul li:nth-child(1) {
    border-left: 5px solid #fff;
    padding-left: 95px;
    background-position: left -10px top 0px;
}
#sub-featured ul li:nth-child(2) {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}
#sub-featured ul li:nth-child(3) {
    border-right: 5px solid #fff;
}
#sub-featured ul li:nth-child(1) {
    background-image:url('/wp-content/uploads/home_ri.png');
}
#sub-featured ul li:nth-child(2) {
    background-image:url('/wp-content/uploads/home_ct.png');   
}
#sub-featured ul li:nth-child(3) {
    background-image:url('/wp-content/uploads/home_cu.png');
}
#sub-featured ul li:nth-child(1):hover, #sub-featured ul li:nth-child(2):hover, #sub-featured ul li:nth-child(3):hover {
    background-color: #3e3e3e;
}
#sub-featured ul li:nth-child(1):hover a strong, #sub-featured ul li:nth-child(2):hover a strong, #sub-featured ul li:nth-child(3):hover a strong {
    color: #fff;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
#sub-featured ul li strong {
    font-size: 1.2em;
    float: left;
    width: 100%;
    display: block;
    margin: 0px 0px 2px 0px;
}
#sub-featured ul li a {
    float: left;
    font-size: 1em;
    width: 100%;
    display: block;
    margin: 0px 0px 10px 0px;
    color: #e85685;
    font-family: 'DIN-Light', Helvetica, Arial, sans-serif;
    font-weight: bold;
}
#sub-featured ul li a i {
    margin-left: 5px;
}
#sub-featured ul li a strong {
    color: #3d3d3d;
}
#sub-featured ul li a:hover {
    text-decoration: none;
}
/** End Top Featured **/
/** Threatmap **/
#threatmap {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #f4f4f4;
    background-image: url('../images/threatmap-bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    height: 216px;
}
#threatmap .container {
    background-image: url('../images/threatmap.gif');
    background-position: right 83px bottom;
    background-repeat: no-repeat;
    height: 216px;
    padding-left: 120px
}
#threatmap h2 {
    font-size: 3em;
    font-weight: normal;
    margin: 35px 0px 0px 0px;
    padding: 35px 0px 0px 0px;
    float: left;
    background-image: url('../images/threatcloud-logo.png');
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    display: block;
    clear: both;
}
#threatmap h2 strong {
    text-transform: uppercase;
    color: #e85685;
    font-weight: normal;
}
#threatmap ul {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    margin: 10px 0px 0px 25px;
    padding: 0px 0px 0px 0px;
}
#threatmap ul li {
    list-style-image: none;
    list-style: none;
    float: left;
    width: 100%;
    display: block;
    clear: both;
    margin: 0px 0px 10px 2px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
}
#threatmap ul li a {
    color: #2f2f2f;
}
#threatmap ul li:before {
    font-family: "FontAwesome";
    content:"\f105";
    font-size: 19px;
    margin-right: 10px;
    font-weight: bold;
    color: #e85685;
}
#threatmap #map-link {
    position: absolute;
    right: 83px;
    width: 50%;
    max-width: 500px;
    height: 216px;
    display: block;
}
@media (min-width: 991px) and (max-width: 1200px) {
    #threatmap #map-link {
        right: 0px;
        max-width: 500px;
    }
}
@media (max-width: 1200px) {
    #threatmap .container {
        padding-left: 15px;
        background-position: right 0px bottom;
    }
}
@media (max-width: 991px) {
    #sub-featured {
        height: auto;
    }
    #threatmap #map-link {
        display: none;
    }
    #sub-featured .container {
        padding-bottom: 0px !important;
    }
    #sub-featured ul li {
        width: 100%;
        margin: 0px 0px 5px 0px;
        padding: 13px 0px 13px 0px !important;
        height: auto;
        border-bottom: 5px solid #fff;
        border-left: none !important;
        border-right: none !important;
        background-image: none !important;
    }
    #sub-featured ul li:last-child {
        margin-bottom: 0px;
        border-bottom: none;
    }  

    #threatmap {
        background-size: cover;
        height: auto;
    }
    #threatmap .container {
        background-image: none;
        height: auto;
    }
    #threatmap h2 {
        font-size: 1.6em;
    }
    #threatmap ul {
        margin-left: 0px;
    }
}
/** End Threatmap **/
@media (max-width: 768px) {
    #home-band {
        background-color: #fff;
    }
    #cp-infinity-home {
        margin-bottom: 15px;
        max-width: 100%;
        height: auto;
    }
}