/** General **/
.home .container {
    background: transparent;
}
body.home #YouTubeModal {
    z-index: 999999;
}
#future a, #feeds p a {
    text-decoration: none;
}
/** End General **/
/** RTP **/
div#rtp {
    display: none !important;
}
.rtp-band {
	display: flex;
	align-items: center;
	justify-content: center;
}
.rtp-band h2 {
	font-size: 46px;
	font-weight: bold;
	line-height: 1.1em;
	letter-spacing: 3px;
}
.rtp-band p {
	font-size: 19px;
	line-height: 1.3em;
}
/** End RTP **/
/** Carousel **/
.carousel {
    background: transparent;
    overflow: hidden;
    height: 480px;
}
.carousel .container {
    position: relative;
}
.carousel-cell {
    width: 100%;
    height: 480px;
    /**  background: #e5e5e5;
    border-radius: 5px;
    counter-increment: gallery-cell; **/
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f4f4f4 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#f4f4f4 100%);
    background: radial-gradient(ellipse at center, #ffffff 0%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=1 );
    background-position: center;
    background-size: cover;
}
.flickity-page-dots .dot {
    width: 34px;
    height: 6px;
    background: rgba(0,0,0,0.3);
    margin: 0 5px;
    cursor: pointer;
}
/* Fade
.flickity-slider {
    transform: none !important;
}
.carousel-cell {
    background-size: cover;
    background-position: center;
    left: 0 !important;
    opacity: 0.80 !important;
    transition: opacity 0.75s ease-in-out;
    z-index: -1 !important;
}
.carousel-cell.is-selected {
    opacity: 1 !important;
    z-index: 0 !important;
}*/
/* Default OL override */
ol.flickity-page-dots {
    bottom: 0px;
}
ol.flickity-page-dots li {
    padding: 0 0 0 0;
}
ol.flickity-page-dots li:before {
    content: none;
}
/** End Carousel **/
/** Legacy Carousel **/
.glyphicon-chevron-left:before{
    content:"\f104";
}
.glyphicon-chevron-right:before{
    content:"\f105";
}
.carousel-caption {
    z-index: 10;
}
.carousel .item {
    height: 480px;
}
.carousel ol li {
    list-style-type: none;
}
.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 10px 17px;
    background-color: #e65684;
    float: left;
    clear: both;
    position: relative;
    letter-spacing: 1px;
}
.cta-area .cta-button:nth-of-type(2) {
    margin-top: 15px;
}
.cta-area .cta-button:nth-of-type(3) {
    margin-top: 15px;
}
.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, .carousel .carousel-cell, .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;
    }
    #countdown-container {
        right: 0;
    }
    #countdown {
        float: right;
    }
}
@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: 1199px) {
    #countdown-container {
        display: none !important;
    }
}
@media only screen and (max-width: 1100px) {
    .carousel-control.right, .carousel-control.left {
        width: 75px !important;
    }
    .carousel, .carousel .carousel-cell, .cta-area {
        height: 288px;
    }
    .carousel-inner > .carousel-cell > a > img, .carousel-inner > .carousel-cell > 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, .cta-area h1.third-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 > .carousel-cell > a > img, .carousel-inner > .carousel-cell > 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) {
    .flickity-page-dots {
        display: none;
    }
    .carousel-control.right, .carousel-control.left {
        width: 40px !important;
    }
    .carousel, .carousel .carousel-cell {
        height: 392px;
    }
    .carousel .carousel-cell > .container {
        bottom: 0px;
        position: absolute;
        display: block;
        width: 100%;
        background-image: url('../images/transparent-black.png');
        background-repeat: repeat;
        height: 240px;
    }
    .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;
        bottom: 0;
    }
    .carousel-inner > .carousel-cell > a > img, .carousel-inner > .carousel-cell > img {
        width: 100%;
    }
    .inner-cta {
        width: 100%;
    }
    .carousel-cell {
        background-position: -315px 0px !important;
    }
    .cta-area {
        width: 100% !important;
        padding: 20px 0px;
        height: 240px;
        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, .cta-area h1.third-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;
    }
    #countdown-container,
    #countdown
    {
        position: relative;
        display: block;
        float: left;
        bottom: auto;
        margin: -5px 0px 5px 0px;
        color: #fff !important;
    }
    #countdown .cd-days,
    #countdown .cd-hours,
    #countdown .cd-minutes {
        font-size: 18px;
    }
    #countdown strong {
        font-size: 14px;
    }
}
/** End Legacy Carousel **/
/** Satellites **/
#satellites {
    width: 100%;
    height: auto;
    margin: 4px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #f4f4f4;
}
#satellites a:hover,
#satellites a:active {
    text-decoration: none;
}
#satellites a {
    font-size: 16px;
    line-height: 1.4em;
}
#satellites a strong {
    color: #333;
    font-size: 18px;
    clear: both;
    display: block;
    width: 100%;
}
#satellites img.ico,
#satellites div.wrap {
    float: left;
}
#satellites img.ico {
    margin-right: 20px;
    min-width: 62px;
}
#satellites .container .row {
    margin-left: -30px;
    margin-right: -30px;
}
#satellites .container .row .col-md-4 {
    padding-top: 10px;
    padding-bottom: 13px;
    padding-left: 0px;
    padding-right: 0px;
}
#satellites .container .row .col-md-4:nth-of-type(1) {
    border-left: 4px solid #fff;
}
#satellites .container .row .col-md-4:nth-of-type(2) {
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
}
#satellites .container .row .col-md-4:nth-of-type(3) {
    border-right: 4px solid #fff;
}
/** End Satellites **/
/** Sub-Featured **/
#sub-featured ul li span:after {
    color: #e85685;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-left: 10px;
}
/** End Sub-Featured **/
/** Future **/
#future {
    background-color: #fff;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
}
#future ul.fa-ul {
    list-style-image: none;
    margin: 0;
}
#future ul.fa-ul li {
    list-style: none;
    margin-bottom: 14px;
}
#future ul.fa-ul li:last-child {
    margin-bottom: 0;
}
#future ul.fa-ul li a {
    color: #333;
}
#future ul.fa-ul li a.primary-pink {
    text-transform: none;
    color: #e85685;
}
#future ul.fa-ul li a:before {
    color: #e85685;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 10px;
}
/** End Future **/
/** Spotlite **/
#spotlite a {
    display: block;
    width: 100%;
}
.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;
}
body.page-template-page-homepage-japanese a#sidebar-desk-chat-open-link {
    padding: 17px 0px 0px 5px !important;
}
body.page-template-page-homepage-spanish .spotlight-content h3,
body.page-template-page-homepage-german .spotlight-content h3,
body.page-template-page-homepage-russian .spotlight-content h3,
body.page-template-page-homepage-japanese .spotlight-content h3,
body.page-template-page-homepage-french .spotlight-content h3 {
    font-size: 15px;
    line-height: 1em;
}
#spotlite {
    padding-top: 0px;
    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;
}
#cp-infinity-home {
    margin-top: 5px;
}
#future .container {
    padding-bottom: 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: 50px 0px;
}
#feeds h3 {
    font-size: 22px;
    text-transform: uppercase;
}
#feeds ul {
    list-style-image: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#feeds ul li {
    list-style: none;
    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;
}
#feeds p a span:after {
    color: #e85685;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-left: 10px;
}
.home .carousel {
    margin-bottom : 0;
}
#press_releases ul, #events ul, #webinars ul {
    margin-bottom: 15px;
}
#events > ul > li {
    color: #e85685;
    font-weight: bold;
}
#press_releases > ul > li a, #events > ul > li a, #webinars > ul > li a {
    color: #333;
    font-weight: normal;
}
#press_releases > p > a, #events > p > a, #videos > p > a, #webinars > p > a {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
#press_releases > p, #events > p, #webinars > 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;
    }
    #future .col-md-4:nth-child(2) ul.fa-ul li:last-child {
        margin-bottom: 14px;
    }
    #spotlite {
        padding: 20px 0px;
    }
    #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;
    }
    .rtp-band {
    	display: block;
    }
    .rtp-band h2 {
    	line-height: 1.1em !important;
    	letter-spacing: 3px;
    	font-size: 32px !important;
    }
    .rtp-band p {
    	font-size: 19px;
    }
    #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: 110px;
    }
    #future .container .row .col-md-4:nth-child(3) {
        padding-left: 95px;
    }
    #spotlite {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@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 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #f4f4f4;
}
body.page-template-page-homepage-russian #sub-featured .wrap strong {
    font-size: 1.1em;
}
body.page-template-page-homepage-spanish #sub-featured .wrap a,
body.page-template-page-homepage-german #sub-featured .wrap a,
body.page-template-page-homepage-russian #sub-featured .wrap a,
body.page-template-page-homepage-japanese #sub-featured .wrap a,
body.page-template-page-homepage-portuguese #sub-featured .wrap a {
    font-size: 0.85em;
}
body.page-template-page-homepage-spanish #sub-featured .wrap,
body.page-template-page-homepage-german #sub-featured .wrap,
body.page-template-page-homepage-japaese #sub-featured .wrap,
body.page-template-page-homepage-russian #sub-featured .wrap {
    padding: 17px 15px 0px 135px;
}
#sub-featured .container {
    padding-bottom: 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 150px;
    float: left;
    list-style: none;
    list-style-image: none;
    width: 33%;
    height: auto;
    min-height: 93px;
    display: block;
}
#sub-featured .wrap {
    background-position: left;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 13px 40px 0px 140px;
    float: left;
    list-style: none;
    list-style-image: none;
    width: 100%;
    height: auto;
    min-height: 93px;
    display: block;
}
#sub-featured ul li:nth-child(1),
#sub-featured .col-md-4:nth-child(1) .wrap
{
    background-image:url('wp-content/uploads/home_ri_drk.png');
    border-left: 5px solid #fff;
    background-position: 10px -2px;
}
#sub-featured ul li:nth-child(2),
#sub-featured .col-md-4:nth-child(2) .wrap
{
    background-image:url('wp-content/uploads/home_ct_drk.png');
    background-position: 5px -2px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}
#sub-featured ul li:nth-child(3),
#sub-featured .col-md-4:nth-child(3) .wrap
{
    background-image:url('wp-content/uploads/home_cu_drk.png');
    background-position: 0px -1px;
    border-right: 5px solid #fff;
}
#sub-featured ul li:nth-child(3) a {
    padding-top: 2px;
}
#sub-featured ul li:nth-child(1):hover {
    background-image:url('wp-content/uploads/home_ri.png');
}
#sub-featured ul li:nth-child(2):hover {
    background-image:url('wp-content/uploads/home_ct.png');
}
#sub-featured ul li:nth-child(3):hover {
    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: #333;
}
#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;
}
#sub-featured ul li strong,
#sub-featured .wrap strong
{
    font-size: 1.2em;
    /*float: left;*/
    width: 100%;
    display: block;
    margin: 0px 0px 2px 0px;
}
body.page-template-page-homepage-russian #sub-featured ul li strong {
    font-size: 0.9em;
}
#sub-featured ul li a,
#sub-featured .wrap 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,
#sub-featured .wrap a strong
{
    color: #3d3d3d;
}
#sub-featured ul li a:hover,
#sub-featured .wrap 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;
    height: 216px;
}
#threatmap .container {
    background-image: url('../images/threatmap.gif');
    background-position: right 83px bottom;
    background-repeat: no-repeat;
    height: 216px;
}
body.page-template-page-homepage-russian #threatmap h2 {
    font-size: 2em;
}
#threatmap h2 {
    font-size: 3em;
    font-weight: normal;
    margin: 25px 0px 7px 0px;
    padding: 20px 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 span {
    color: #222;
    font-family: 'DIN';
    padding-left: 6px;
    font-size: 21px;
}
#threatmap span strong {
    font-family: 'DIN';
}
body.page-template-page-homepage-japanese #threatmap h2 {
    font-size: 2em;
}
#threatmap h2::first-word {
    /*text-transform: uppercase;*/
    color: #e85685;
    font-weight: normal;
}
#threatmap h2 strong {
    /*text-transform: uppercase;*/
    color: #e85685;
    font-weight: normal;
}
#threatmap ul {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    margin: 15px 0px 0px 5px;
    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;
}
#threatmap ul li a {
    color: #2f2f2f;
}
#threatmap ul li:before {
    color: #e85685;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 10px;
}
#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;
    }
    #future .container .row .col-md-4:nth-child(2) {
        padding-left: 85px;
    }
    #future .container .row .col-md-4:nth-child(3) {
        padding-left: 50px;
    }
}
@media (max-width: 1200px) {
    #sub-featured .wrap {
        padding: 13px 0px 0px 125px;
        font-size: 0.9em !important;
    }
    #threatmap .container {
        padding-left: 15px;
        background-position: right 0px bottom;
    }
}
@media (max-width: 991px) {
    #satellites .container .row {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #satellites .container .row .col-md-4 {
        justify-content: left;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 20px;
    }
    #satellites .container .row .col-md-4 {
        border-left: none !important;
        border-right: none !important;
    }
    #satellites a {
        font-size: 14px;
    }
    #satellites a strong {
        font-size: 17px;
    }
    #sub-featured {
        padding: 10px 0px;
    }
    #sub-featured .col-md-4 {
        width: 100% !important;
    }
    #sub-featured .col-md-4 .wrap {
        border-left: none !important;
        border-right: none !important;
        background-position: 5px -2px !important;
    }
    #sub-featured .col-md-4:nth-child(1) .wrap {
        border-left: none !important;
        border-right: none !important;
        background-position: 0px -2px !important;
    }
    #sub-featured .col-md-4:nth-child(2) .wrap {
        border-left: none !important;
        border-right: none !important;
        background-position: -8px -2px !important;
    }
    #sub-featured .col-md-4:nth-child(3) .wrap {
        border-left: none !important;
        border-right: none !important;
        background-position: 0px -2px !important;
    }
    #threatmap {
        background-size: cover;
        height: auto;
        padding: 33px 0px;
    }
    #threatmap .container {
        background-image: none;
        height: auto;
    }
    #threatmap h2 {
        font-size: 1.6em;
        margin-top: 0px;
        padding-top: 30px;
    }
    #threatmap span {
        padding-left: 0;
        font-size: 18px;
    }
    #threatmap ul {
        margin-left: 0px;
    }
    #threatmap #map-link {
        display: none;
    }
}
/** End Threatmap **/
@media (max-width: 768px) {
    #home-band {
        background-color: #fff;
    }
    #cp-infinity-home {
        margin-bottom: 15px;
        max-width: 100%;
        height: auto;
    }
}

/** RTP Form **/
.carousel-form {
    background-size: cover;
    background-position: right;
}
.carousel-form {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 134px;
}
.carousel-form .cell-form {
    flex: none;
    background-image: linear-gradient(to right, #f857a6 0%, #ff5858 100%);
    width: 50%;
    min-width: 550px;
    max-width: 700px;
    padding: 50px 75px;
}
.cell-form h1 {
    color: #fff;
    font-size: 43px;
    line-height: 1.1em;
    margin: 0px 0px 12px 0px;
    padding: 0;
}
.cell-form p {
    color: #fff;
    font-size: 21px;
    line-height: 1.4em;
    margin: 0px 0px 25px 0px;
    padding: 0;
}
.carousel-form {
    background-size: cover;
    background-position: right;
}
.carousel-form {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 134px;
}
.carousel-form .cell-form {
    flex: none;
    background-color: #e65684;
    width: 50%;
    min-width: 550px;
    max-width: 700px;
    padding: 50px 75px;
}

.cell-form h1 {
    color: #fff;
    font-size: 43px;
    line-height: 45.22px;
    margin: 0px 0px 20px 0px;
    padding: 0;
}
.cell-form p {
    color: #fff;
    font-size: 21px;
    margin: 0px 0px 20px 0px;
    padding: 0;
}
/* Form Styling */
#mktoForm_2506 {
    width: 100% !important;
}
.mktoError {
    right: auto !important;
    left: 8px !important;
}
.mktoForm .mktoOffset,
.mktoForm .mktoLabel,
.mktoForm .mktoGutter {
    display: none !important;
}
.mktoFormCol[data-wrapper-for="Email"],
.mktoFormCol[data-wrapper-for="Email"] .mktoFieldWrap,
.mktoFormCol[data-wrapper-for="Email"] input,
.mktoFormCol[data-wrapper-for="FirstName"],
.mktoFormCol[data-wrapper-for="FirstName"] .mktoFieldWrap,
.mktoFormCol[data-wrapper-for="FirstName"] input,
.mktoFormCol[data-wrapper-for="LastName"],
.mktoFormCol[data-wrapper-for="LastName"] .mktoFieldWrap,
.mktoFormCol[data-wrapper-for="LastName"] input,
.mktoFormCol[data-wrapper-for="Country__c"],
.mktoFormCol[data-wrapper-for="Country__c"] .mktoFieldWrap,
.mktoFormCol[data-wrapper-for="Country__c"] select,
.mktoFormCol[data-wrapper-for="State__c"],
.mktoFormCol[data-wrapper-for="State__c"] .mktoFieldWrap,
.mktoFormCol[data-wrapper-for="State__c"] select,
.mktoFormCol[data-wrapper-for="Phone"],
.mktoFormCol[data-wrapper-for="Phone"] .mktoFieldWrap,
.mktoFormCol[data-wrapper-for="Phone"] input,
.mktoFormCol[data-wrapper-for="Company"],
.mktoFormCol[data-wrapper-for="Company"] .mktoFieldWrap,
.mktoFormCol[data-wrapper-for="Company"] input,
.mktoFormCol[data-wrapper-for="Product_Interest__c"],
.mktoFormCol[data-wrapper-for="Product_Interest__c"] .mktoFieldWrap,
.mktoFormCol[data-wrapper-for="Product_Interest__c"] select {
    width: 100% !important;
}
.mktoFormRow[data-wrapper-for="Email"]{
    width: 100%;
}
.mktoFormRow[data-wrapper-for="Country__c"],
.mktoFormRow[data-wrapper-for="State__c"],
.mktoFormRow[data-wrapper-for="Product_Interest__c"] {
    width: 100%;
}
.mktoFormRow[data-wrapper-for="FirstName"],
.mktoFormRow[data-wrapper-for="LastName"],
.mktoFormRow[data-wrapper-for="Phone"],
.mktoFormRow[data-wrapper-for="Company"]
{
    width: 50%;
    float: left;
    clear: none;
}
.mktoFormRow[data-wrapper-for="faxAddress"] {
    display: none !important;
}
.mktoFormRow[data-wrapper-for="FirstName"],
.mktoFormRow[data-wrapper-for="Phone"]
{
    width: 49%;
    margin-right: 1%;
}
.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"], 
.mktoForm input[type="number"],
.mktoForm input[type="date"]
{
    display: block;
    width: 100% !important;
    padding: .75rem 1.5rem !important;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.mktoForm select.mktoField {
    display: block;
    width: 100%;
    padding: .75rem 1.5rem !important;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.mktoForm .mktoRadioList {
    width: 100% !important;
}
.mktoForm .mktoRadioList label {
    font-weight: normal;
    width: 100% !important;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding-left: 13px;
}
.mktoForm .mktoRadioList input {
    margin-top: 4px !important;
}
.mktoButtonRow {
    width: 100%;
}
.mktoButtonWrap {
    margin-left: 0 !important;
    float: right;
    width: 75%;
    max-width: 320px; 
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background-color: transparent !important;
    background-image: none !important;
    border: 3px solid #fff !important;
    border-radius: 17px;
    color: #fff !important;
    padding: 1.0rem 1.5rem !important;
    font-size: 21px !important;
    line-height: 1.4em;
    width: 100%;
    margin-top: 15px !important;
    position: relative;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    right: 20px;
    content: "\f18e";
    line-height: 48px;
    font-weight: normal;
    font-size: 26px;
}
@media (max-width: 1500px) {
    .cell-form h1 {
        font-size: 28px;
        line-height: 1.3em;
        margin-bottom: 10px;
    }
    .cell-form p {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1024px) {
    .carousel-form {
        width: 100%;
        float: left;
        clear: both;
        padding-right: 0px;
        position: relative;
        background-position: left;
    }
    .carousel-form .cell-form {
        float: left;
        clear: both;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        position: absolute;
        bottom: 0;
        padding: 50px 5%;
    }
    .cell-form h1 {
        font-size: 28px;
        line-height: 1.1em;
        margin-bottom: 10px;
    }
    .mktoButtonWrap,
    .mktoButton {
        width: 100% !important;
        max-width: 100%;
    }
    .mktoButton {
        font-size: 18px !important;
    }
    .mktoForm .mktoButtonWrap.mktoSimple .mktoButton::before {
        content: " " !important;
    }
}
/** End RTP Form **/













/*------------------------------------*\
    PANELS
\*------------------------------------*/
body.product-template-single-product-panel #container-area,
body.page-template-template-panel #container-area,
body.page-template-template-panel #container-area,
body.page-template-template-home #container-area,
body.page-template-template-home-health #container-area,
body.page-template-template-home-cloud #container-area {
    max-width: 100%;
}
body.product-template-single-product-panel #container-area .container,
body.page-template-template-panel #container-area .container,
body.page-template-template-home #container-area .container,
body.page-template-template-home-health #container-area .container,
body.page-template-template-home-cloud #container-area .container {
    background-color: transparent;
}

/* general */
.panels {
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
/* headers */
.panels h1,
.panels h2,
.panels h3 {
    font-family: 'DIN-Light', Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.4em;
    margin-top: 0px;
}
/* /headers */
/* h1 */
.panels h1 {
    font-size: 48px;
    margin-bottom: 50px;
}
.panels .col-md-6 h1 {
    margin-bottom: 25px;
}
/* /h1 */
/* h2 */
.panels h2 {
    font-size: 48px;
    margin-bottom: 25px;
}
.panels .col-md-6 h2 {
    font-size: 42px;
}
/* /h2 */
/* h3 */
.panels h3 {
    font-size: 27px;
}
.panels > .container > .row > .col-md-4 h3 {
    color: #111;
}
.panels .featured-solution h3 {
    color: #333;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 20px;
}
/* /h3 */
/* h4 */
.panels h4 {
    font-size: 1.7rem;
}
/* /h4 */
.panels p,
.panels ul li,
.panels ol li {
    font-size: 19px;
}
.panels p {
    margin-bottom: 25px;
}
.panels img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}
.panels ul {
    margin: 20px 0px 33px 0px;
}
.panels a:hover,
.panels a:focus,
.panels a:active {
    text-decoration: none;
    border-bottom: 0;
}
/** Save for later
.panel:last-of-type {
}
**/
/* /general */
/* accordion */
div[class*="panel-group"] {
    width: 100%;
    border: 1px solid #e5e5e5;
}
div[class*="panel-group"] .card {
    border-bottom: 1px solid #e5e5e5;
}
div[class*="panel-group"] .card:last-child {
    border-bottom: none;
}
div[class*="panel-group"] .card-header {
    background-color: #fff;
    border-radius: 0;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
div[class*="panel-group"] .card-header h5 {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 10px;
    color: #444;
}
div[class*="panel-group"] .card-header h5 button.collapsed::before {
    font-family: FontAwesome;
    content:"\f0d7";
    font-size: 24px;
    color: #e0e0e0;
}
div[class*="panel-group"] .card-header h5 button::before {
    font-family: FontAwesome;
    content:"\f0d7";
    font-size: 24px;
    color: #e0e0e0;
    margin-right: 15px;
}
div[class*="panel-group"] .card-header h5 button {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    text-decoration: none;
    border: none;
}
div[class*="panel-group"] .card-header button:hover,
div[class*="panel-group"] .card-header button:active {
    text-decoration: none;
    border: none;
}
div[class*="panel-group"] .card-body {
    background-color: #fff;
    padding: 15px 45px 15px 57px;
}
/* /accordion */
/* featured solution */
.featured-solution {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.row .featured-solution:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
/* /featured solution */
/* featured band */
.featured-band-container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.featured-band p {
    font-size: 26px;
    margin-bottom: 0;
}
.featured-band a {
    margin-left: 33px;
    margin-right: 33px;
}
/* end featured band */
/* featured card */
.card-wrapper .card-image {
    width: 100%;
    height: auto;
}
.card-wrapper .card-image img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
.card-wrapper {
    background-color: #fff;
    min-height: 250px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.18);
}
.card-wrapper .card-content {
    padding: 15px;
}
/* /featured card */
/* carousel */
.panels .carousel {
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
}
.panels .carousel-cell {
  width: 100%;
  height: 250px;
  background: transparent;
  position: relative;
}
.panels .carousel-cell .container {
  height: 100%;
  width: 100%;
}
/* /carousel */
/* shadow */
.shadow {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.18);
}
/* /shadow */

/*------------------------------------*\
    BOOTSTRAP
\*------------------------------------*/

/* Gutters */
.panels .row {
    margin-right: -30px;
    margin-left: -30px;
}
.panels .row > [class*='col-'] {
    padding-right: 30px;
    padding-left: 30px;
}
.panels .row .col-md-12 {
    margin-bottom: 33px;
}
.panels .row .col-md-12:last-child {
    margin-bottom: 0;
}
/* End Gutters */
/* Buttons */
#cp-home .btn:hover {
    background-image: none !important;
}
#cp-home .btn.btn-primary {
    background-color: #d95784 !important;
    font-size: 26px;
    font-weight: normal;
    padding: 14px 38px;
    letter-spacing: 0.0em;
}
#cp-home .btn.btn-secondary {
    background-color: transparent !important;
    border: 3px solid #d95784;
    font-size: 26px;
    font-weight: normal;
    padding: 14px 38px;
    letter-spacing: 0.0em;
    transition: 0.3s;
}
#cp-home .btn.btn-secondary:hover {
    background-color: #d95784 !important;
}
#cp-home .btn.btn-md {
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
}
/* End Buttons */
/* Flex Classes */
.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.flex-start .row.vertical-center {
    align-items: flex-start;
}
.flex-end .row.vertical-center {
    align-items: flex-end;
}
/* End Flex Classes */
/* Custom Media Queries */
.flickity-page-dots {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    padding: 0;
}
/* .flickity-prev-next-button {
    background-color: #e65684 !important;
} */
.flickity-button-icon {
    fill: #fff !important;
}
.flickity-page-dots .dot.is-selected {
    opacity: 0.8 !important;
    background: #e65684;
}
@media (min-width: 992px) {
    .featured-solution img {
        margin-bottom: 0;
    }
}
/* End Custom Media Queries */
.panels .col-md-12 h3 {
    font-size: 24px;
    color: #555;
}
.panels .col-md-6 h2 {
    font-family: 'DIN-light';
    font-weight: normal;
    color: #333;
    line-height: 1.2em;
}
.panels .col-md-12 h1 {
    font-size: 48px;
    font-family: 'DIN-light';
    color: #333;
    line-height: 1.2em;
    letter-spacing: 0.03em;
}
.panels .col-md-4 img {
    max-width: 116px;
    height: auto;
}
.panels .col-md-4 .card-image img {
    max-width: 100%;
}
.panels .col-md-4 h3,
.panels .col-md-4 h4 {
    font-size: 22px;
    color: #333;
    letter-spacing: 0.02em;
}
.panels .col-md-4 p,
.panels .col-md-4 p a{
    color: #333;
}
.panels .col-md-4 h4 {
    margin-bottom: 30px;
    font-weight: bold;
}
.panels .col-md-4 h3 {
    margin-bottom: 50px;
}
/* Temp */
.signup,
.be-ix-link-block {
    display: none !important;
}
.newsletter-signup {
    padding-top: 60px;
}
.newsletter-signup form p {
    /*max-width: 300px;*/
    margin: 0 auto;
    margin-top: 10px;
    line-height: 1em;
    position: absolute;
    margin-left: -20px;
}
.row-md {
    padding-top: 65px;
    padding-bottom: 65px;
}
.customer-logos {
    background: rgb(204,39,95);
    background: linear-gradient(140deg, rgba(204,39,95,1) 0%, rgba(228,82,129,1) 100%) !important;
    padding-bottom: 75px;
}
.customer-logos .vertical-center {
    margin-bottom: 33px;
}
.panels .card-content {
    padding: 20px 28px 20px 20px;
    position: relative;
    min-height: 185px;
}
.card-content p {
    font-size: 19px;
    font-weight: bold;
    font-family: 'DIN-Light';
    color: #444;
}
.panels .card-content p strong {
    color: #D95784;
    text-transform: titlecase;
    font-size: 18px;
    font-weight: bold;
    font-family: 'DIN';
    bottom: 20px;
    position: absolute;
}
#cp-home .btn.btn-primary,
#cp-home .btn.btn-secondary {
    font-size: 24px;
    font-weight: normal;
    padding: 12px 38px 14px 38px;
}
#cp-home .btn.btn-primary i,
#cp-home .btn.btn-secondary i {
    font-size: 15px;
    margin: 11px 0px 0px 15px;
    float: right;
}
.btn.btn-md {
    font-size: 19px;
    font-weight: normal;
    padding: 12px 38px 14px 38px;
}
.btn.btn-md i {
    margin: 7px 0px 0px 15px;
}
#cp-home .btn.btn-secondary {
    background-color: #fff !important;
    border: 3px solid transparent;
    color: #e45281 !important;
}
#cp-home .btn.btn-secondary:hover {
    background-color: transparent !important;
    border: 3px solid #fff;
    color: #fff !important;
}
.newsletter-signup .btn-primary {
    border: 2px solid #d95784 !important;
    transition: 0.3s;
}
#cp-home .carousel .btn-primary:hover,
#cp-home .newsletter-signup .btn-primary:hover {
    background-image: none;
}
.product-feature .col-md-12:last-child {
    width: 100%;
}
#cp-home .recommended { padding-top: 50px; padding-bottom: 50px; }
#personalized-strip{background-color:#333;padding:15px 0}
#personalized-strip .container{background-color:transparent}
#personalized-strip div.rtp span{float:left;font-size:24px;color:#fff;font-weight:700;margin:0;padding:0;line-height:24px}
#personalized-strip div.rtp ul{float:right;margin:3px 0 0;padding:0}
#personalized-strip div.rtp ul li{color:#fff;float:left;font-size:18px;font-weight:700;margin:0;padding:0 0 3px;line-height:18px;list-style:none}
#personalized-strip div.rtp ul li:nth-child(1),#personalized-strip div.rtp ul li:nth-child(2){margin-right:16px;padding-right:16px;border-right:1px solid #fff}
#personalized-strip div.rtp ul li a{color:#D95784;}
#personalized-strip a:hover{text-decoration:none}
#home-research,#home-cybertalk,#home-assessment{color:#fff;font-size:21px;font-family:'DIN';font-weight:700;display:flex;align-items:center;justify-content:center}
#home-research span,#home-cybertalk span,#home-assessment span{float:left;height:50px;width:50px;margin-right:10px}
#home-cybertalk{padding-right:50px}
#home-research{justify-content:left}
#home-assessment{justify-content:right}
#home-research span img,#home-cybertalk span img,#home-assessment span img{max-width:100%;height:auto}
#personalized-strip{padding:12px 0 15px}
#cp-home #carousel .carousel{background:transparent;overflow:hidden;height:510px}
#cp-home #carousel .carousel .container{height:100%;position:relative;background-color:transparent}
#cp-home #carousel .carousel .row .col-md-5 {float: right;}
#cp-home #carousel .carousel .row .col-md-5 img {width: auto;height: auto;max-width: 100%;}
#cp-home #carousel .carousel .row .col-md-7 {display: flex;height: 510px;flex-direction: column;justify-content: center;}
#cp-home #carousel .carousel .row .col-md-5 {display: flex;height: 510px;align-items: center;justify-content: center;}
#cp-home #carousel .carousel-cell{width:100%;height:510px;background:#fff;background-position:center;background-size:cover}
#cp-home #carousel .carousel-cell .col-md-4,.carousel-cell .col-md-7{position:absolute}
#cp-home #carousel .carousel-cell .col-md-4{right:0;text-align:center}
#cp-home #carousel .carousel-cell .col-md-7{left:0}
#cp-home #carousel .carousel-cell h1{color:#333;font-size:50px;line-height:63px;margin:0 0 20px;padding:0}
#cp-home #carousel .carousel-cell span{font-size: 30px;margin: 0px 0px 30px 0px;line-height: 1.2em;display: block}
#cp-home #carousel .carousel-cell h2{color:#333;margin:0;padding:0}
#cp-home #carousel .carousel-cell p{color:#333;font-size:23px;line-height:37px;margin:0 0 30px;padding:0}
#cp-home #carousel .carousel-cell ul{margin:0;padding:0}
#cp-home #carousel .carousel-cell ul li{font-size:23px;list-style:none;margin:0 0 16px;padding:0}
#cp-home #carousel .carousel-cell ul li a{color:#e65684;font-weight:700}
#cp-home #carousel .carousel-cell a.btn-primary { clear: both; }
#cp-home #carousel .carousel-cell .col-md-4 img{display:block;margin:0 auto;max-height:350px;max-width:100%}
#cp-home #carousel .flickity-page-dots .dot{width:14px;height:14px}
#cp-home #carousel ol.flickity-page-dots{bottom:33px; opacity: 0.5;}
#cp-home #carousel ol.flickity-page-dots li{padding:0}
#cp-home #carousel ol.flickity-page-dots li:before{content:none}
#cp-home #carousel .cta-button{font-size:21px;line-height:1.2em;text-transform:uppercase;font-weight:700;color:#fff!important;margin:0;padding:15px 30px;background-color:#e65684;float:left;clear:both;position:relative;letter-spacing:1px}
/* /Temp */
/* Alternate Color for Recommended */
#personalized-strip.light {
    background-color: #efefef;
}
#personalized-strip.light #home-research, #personalized-strip.light #home-cybertalk, #personalized-strip.light #home-assessment {
    color: #444;
}
/* /Alternate Color for Recomended */
/* Temp */
@media only screen and (min-width : 992px) {
    .signup {
        background-image: url('../images/security-report-test.jpg') !important;
        background-position: center;
    }
}
/* End Temp */
/** Feeds **/
#cp-home .feeds p a {
    color: #222;
}
#cp-home .feeds p:nth-of-type(4) a,
#cp-home .feeds p a.more {
    color: #e65785;
}
/** Feeds **/
/** Threatmap **/
#cp-home .threatmap {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #f4f4f4;
    height: 216px;
}
#cp-home .threatmap .container {
    background-image: url('../images/threatmap.gif');
    background-position: right 83px bottom;
    background-repeat: no-repeat;
    height: 216px;
}
#cp-home .threatmap h2 {
    font-size: 3em;
    font-weight: normal;
    margin: 25px 0px 0px 0px;
    padding: 20px 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;
    font-family: 'DIN';
    line-height: 60px;
}
#cp-home .threatmap span {
    color: #222;
    font-family: 'DIN';
    padding-left: 6px;
    font-size: 21px;
}
#cp-home .threatmap span strong {
    font-family: 'DIN';
}
#cp-home .threatmap h2::first-word {
    /*text-transform: uppercase;*/
    color: #e85685;
    font-weight: normal;
}
#cp-home .threatmap h2 strong {
    /*text-transform: uppercase;*/
    color: #e85685; 
    font-weight: normal;
}
#cp-home .threatmap p {
    margin-bottom: 0;
}
#cp-home .threatmap ul {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    margin: 12px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
}
#cp-home .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;
    font-size: 16px;
}
#cp-home .threatmap ul li a {
    color: #2f2f2f;
}
#cp-home .threatmap ul li:before {
    color: #e85685;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 10px;
}
#cp-home .threatmap #map-link {
    position: absolute;
    right: 83px;
    width: 50%;
    max-width: 500px;
    height: 216px;
    display: block;
}
@media (min-width: 991px) and (max-width: 1200px) {
    #cp-home .threatmap #map-link {
        right: 0px;
        max-width: 500px;
    }
}
@media (max-width: 1200px) {
    #cp-home .threatmap .container {
        padding-left: 15px;
        background-position: right 0px bottom;
    }
}
@media (max-width: 991px) {
    #cp-home .threatmap {
        background-size: cover;
        height: auto;
        padding: 33px 0px;
    }
    #cp-home .threatmap .container {
        background-image: none;
        height: auto;
    }
    #cp-home .threatmap h2 {
        font-size: 1.6em;
        margin-top: 0px;
        padding-top: 30px;
    }
    #cp-home .threatmap span {
        padding-left: 0;
        font-size: 18px;
    }
    #cp-home .threatmap ul {
        margin-left: 0px;
    }
    #cp-home .threatmap #map-link {
        display: none;
    }
}
/** End Threatmap **/
/* Medium Devices, Desktops */
@media only screen and (min-width: 991px) and (max-width: 1600px) {
    #cp-home #carousel .carousel-cell h1 {
        font-size: 42px;
        line-height: 1.4em;
    }
}
@media only screen and (max-width : 991px) {
    #personalized-strip a {
        font-size: 18px;
        line-height: 24px;
    }
    #cp-home #carousel .carousel .row .col-md-7 {
        display: block;
        height: auto;
    }
    #cp-home #carousel .carousel .row .col-md-5 {
        display: block;
        height: auto;
    }
    #home-research, #home-cybertalk, #home-assessment {
        justify-content: left;
    }
    #cp-home #carousel .carousel .carousel-cell > .container { background-image: none !important; }
    #cp-home #carousel .carousel { height: 480px; }
    #cp-home #carousel .carousel .row .col-md-5 img {width: auto;height: auto;max-width: 100%;}
    #cp-home #carousel .carousel .row .col-md-7 {display: block;height: auto; width: 100%;}
    #cp-home #carousel .carousel .row .col-md-5 {display: block;height: auto; width: 100%; float: left;}
    #cp-home #carousel .carousel-cell{width:100%;height:480px;}
    #cp-home #carousel .carousel-cell .col-md-4,.carousel-cell .col-md-7{position:relative;}
    #cp-home #carousel .carousel .row .col-md-5 img {
        max-width: 270px;
        margin: 0 auto;
        display: block;
        margin-top: 33px;
        margin-bottom: 15px;
    }
    #cp-home #carousel .carousel-cell h1 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 15px;
        line-height: 36px;
    }
    #cp-home #carousel .carousel-cell span {
        font-size: 18px;
        text-align: center;
        margin-bottom: 25px;
    }
    #cp-home #carousel .carousel-cell p {
        font-size: 18px;
        margin-bottom: 15px;
        text-align: center;
        line-height: 1.4em;
    }
    #cp-home #carousel .btn.btn-primary, .btn.btn-secondary {
        display: block;
        margin: 0 auto;
        font-size: 18px;
    }
    .recommended .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .recommended .row > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .recommended .col-md-12 {
        width: 100%;
    }
    .form-control {
        margin-bottom: 20px;
    }  
    .form-inline p {
        display: block;
        margin: 0 auto !important;
        max-width: 80%;
        position: relative !important;
    }
    /** Mobile Margins **/
    .mb-mg-30 {
        margin-bottom: 30px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
    .recommended .card-content {
        min-height: 240px;
    }
}
@media only screen and (max-width : 480px) {
    #cp-home #carousel .carousel .row .col-md-5 img {
        max-width: 220px;
    }
}