@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i,900,900i);

/*HEADER AND NAVIGATION*/
.navigation_admin_menu_widget {
   z-index: 201;
}

.section_navigation_widget {
   top: calc(100% + 10px) !important;
   left: 0px;
}

.navigationContainer {
   position: relative;
   overflow: visible;
   background: var(--pres-main-bg-light);
   height: auto;
   width: 100%;
   clear: both;
   border-bottom: solid 10px #fee000;
   border-top: none;
}

.innerHeadCtr,
.mainHeader {
   width: 100%;
   margin: auto;
   position: relative;
   padding: 0px 0px;
   background: var(--pres-main-bg-light);
}

.mainHeader {
   z-index: 200;
}

.navigationContainer .innerHeadCtr {
   width: 100%;
   position: relative;
   display: inline-block;
   vertical-align: top;
   background: var(--pres-main-bg-light);
}

.custom_header_widget {
   background: var(--pres-main-bg-light);
}

#searchType,
.mmSearchItem,
.fas.alertsIcon.mainItem,
#mPortalAdmin,
#mPortalPost,
.navigationContainer .cmLink {
   display: none;
}

.searchBar {
   width: 100%;
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: -1;
   padding: 10px;
   background: var(--pres-main-bg-light);
   display: block;
   transform: translateY(-50px);
   -webkit-transform: translateY(-50px);
   -moz-transform: translateY(-50px);
   transition: transform 250ms;
   -webkit-transition: transform 250ms;
   -moz-transition: transform 250ms;
}

.followCtr {
   width: 100%;
   padding: 10px;
   position: relative;
   clear: both;
}

#facebookConnect,
#twitterConnect,
.navHomeLink {
   background-image: none;
   text-align: center;
   line-height: 32px;
   width: 32px;
   height: 32px;
   color: var(--pres-light-fg-color);
   float: right;
   font-size: 1.25em;
}

.navHomeLink {
   float: left;
}

.mainLinks {
   float: right;
   width: 100%;
}

   .mainLinks a.lsBtn {
      margin: 0px 10px;
   }

   .mainLinks a {
      color: unset;
      font-size: .9em;
      float: none;
      display: inline-block;
      vertical-align: middle;
      margin: 0px 0px 0px 0px;
   }

      .mainLinks a#navLog {
         margin-right: 10px;
      }

.logoCtr {
   position: relative;
   padding: 10px;
   text-align: center;
   display: inline-block;
   margin: auto;
   width: 100%;
   background: var(--pres-main-bg-light);
}

#logo, .logoA {
   margin: 0px !important;
   width: 300px;
   display: inline-block;
}

.mainNavContainer {
   overflow: hidden;
}

.dropNavBtn, .mobileSearch {
   line-height: 30px !important;
   width: 30px;
   height: 30px;
   text-align: center;
}

.mmItem, #navbar .item, .mffl, .mfl, a.item,
.navigationContainer a.item,
.navigationContainer .item {
   border-bottom: none;
   line-height: 30px;
   padding: 0px 5px;
   width: auto;
   clear: none;
}

.mainNav {
   width: calc(100% - 30px);
   float: left;
   overflow: hidden;
   height: 30px;
}

.sectionLabel.mts_cc_heading {
   background: rgba(0,0,0,.85);
}

.sectionLabel {
   padding: 0px 10px;
}

.sectionItem {
   line-height: 40px !important;
   border-bottom: solid 1px rgba(0,0,0,.5);
   font-size: .9em !important;
}

.solutionsNav {
   position: fixed;
   top: 0px;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,.9);
   left: 0px;
   transform: translate(0px, -100%);
   -webkit-transform: translate(0px, -100%);
   -moz-transform: translate(0px, -100%);
   transition: transform 250ms;
   -webkit-transition: -webkit-transform 250ms;
   -moz-transition: -moz-transform 250ms;
   padding: 30px 30px 30px 30px;
   overflow-y: auto;
   overflow-x: hidden;
   -webkit-overflow-scrolling: touch;
   z-index: 153;
}

.solutionsNavOpen {
   transform: translate(0px, 0px);
   -webkit-transform: translate(0px, 0px);
   -moz-transform: translate(0px, 0px);
}

.solCol {
   width: 100%;
   float: left;
   clear: both;
   padding-bottom: 30px;
   margin-bottom: 30px;
   border-bottom: solid 1px #ffffff;
}

   .solCol:last-of-type {
      float: right;
      border-bottom: none;
      margin: 0px;
      padding: 0px;
   }

.solNavHeading {
   font-size: 2.5em;
   float: left;
   color: #fff;
   text-transform: uppercase;
   font-weight: 700;
   width: calc(100% - 64px);
   margin-bottom: 30px;
   line-height: 38px;
}

.viewAll {
   display: inline-block;
   vertical-align: baseline;
   font-size: 14px !important;
   transition: border-bottom 250ms;
   -webkit-transition: border-bottom 250ms;
   -moz-transition: border-bottom 250ms;
   border-bottom: solid 2px transparent;
   border-right: solid 2px transparent;
   line-height: 10px;
   padding: 0px 10px 10px 0px;
   text-transform: none;
   font-weight: 400;
}

   .viewAll:hover {
      border-right: solid 2px #fee000;
      border-bottom: solid 2px #fee000;
   }

.fas.solNavClose {
   float: right;
   width: 38px;
   height: 38px;
   color: var(--pres-light-fg-color);
   cursor: pointer;
   transition: color 250ms;
   -webkit-transition: color 250ms;
   -moz-transition: color 250ms;
   text-align: center;
   line-height: 38px;
   font-size: 1.5em;
}

   .fas.solNavClose:hover {
      color: #fee000;
   }

.solutionIcon {
   width: 48px;
   float: left;
}

.solutionsNav a.mainNavItem {
   color: var(--pres-light-fg-color);
   text-decoration: none;
   float: left;
   padding: 10px 0px;
   height: auto;
   text-transform: uppercase;
   font-weight: 900;
   margin-bottom: 10px;
   clear: both;
   font-size: 1.5em;
}

   .solutionsNav a.mainNavItem.indent {
      clear: both;
      float: left;
      border: none;
      color: #fff;
      text-decoration: none;
      transition: padding 250ms;
      font-size: .8em;
      padding: 0px 0px 0px 0px;
   }


/*END HEADER AND NAVIGATION*/

form {
   width: 100%;
}

.requestDemoBtn {
   width: 100%;
   position: relative;
   height: 50px;
   background: #fee000;
   color: var(--pres-light-fg-color);
   font-size: 1em;
   line-height: 3em;
   text-transform: uppercase;
   text-align: center;
   font-weight: bold;
   cursor: pointer;
   transition: background 250ms;
}

   .requestDemoBtn:hover {
      background: var(--pres-soft-black);
      transition: background 250ms;
   }

.requestDemoBtnAlt {
   width: 275px;
   padding: 20px;
   border: solid 5px var(--pres-soft-black);
   text-align: center;
   color: var(--pres-main-fg-color);
   font-weight: bold;
   font-size: 1em;
   text-transform: uppercase;
   display: block;
   margin: 50px auto;
   transition: color 500ms, border 500ms;
   -webkit-transition: color 500ms, border 500ms;
   -moz-transition: color 500ms, border 500ms;
}

   .requestDemoBtnAlt:hover {
      cursor: pointer;
      border: solid 5px #fee000;
      color: #fee000;
      transition: color 500ms, border 500ms;
      -webkit-transition: color 500ms, border 500ms;
      -moz-transition: color 500ms, border 500ms;
   }

.mailFormChkCtr {
   float: left;
   width: 100%;
   padding: 10px 0px;
}

.mailFormCheckCtr .chkLbl,
.mfCheck, .mfCheckCtr {
   float: left;
}

.mailFormCheckCtr .chkLbl {
   margin-right: 5px;
   cursor: pointer;
   font-size: .8em;
}

.productTitle {
   font-weight: bold;
   margin-bottom: 3px;
}

.mailForm input[type=checkbox] {
   width: auto !important;
   margin-top: 1px;
}

.masterMcWrap {
   background: var(--pres-main-bg-light);
}

.customContent {
   width: 100% !important;
   margin: 0px !important;
   padding: 0px !important;
   background: #ffffff !important;
}

.extraContent {
   display: none;
}

* {
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
}

a {
   text-decoration: none;
}

   a:hover {
      opacity: 1 !important;
   }

p {
   padding: 0px;
}

.group::before {
   clear: both;
}

.group::after {
   clear: both;
   content: "";
   display: table;
}

input[type=text], input[type=password],
input[type=email], select {
   font-family: unset;
   font-size: .9em;
   -webkit-appearance: none;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   padding: 0px 10px;
   line-height: 30px;
}

textarea {
   font-family: unset;
   font-size: .9em;
   -webkit-appearance: none;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   padding: 0px 10px;
   line-height: 1.25;
}

input[type=text]:focus {
   outline-style: none !important;
}

.button, .mts_cc_button {
   text-align: center;
   width: 100%;
   line-height: 38px;
   padding: 0px 10px !important;
   text-decoration: none !important;
   float: none;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border: none;
   transition: color 250ms;
   -webkit-transition: color 250ms;
   -moz-transition: color 250ms;
   display: inline-block;
   vertical-align: top;
}

button {
   font-family: unset;
}

.button:hover, .mts_cc_button:hover {
   border: none;
   color: var(--pres-main-fg-color) !important;
}

.selectBox {
   border: 1px solid var(--pres-soft-black);
   width: 100%;
   border-radius: 3px;
   overflow: hidden;
   background: transparent url(../images/custom/24/selectBoxArrow.png) no-repeat right center;
}

   .selectBox select {
      padding: 5px 8px;
      width: 130%;
      border: none;
      box-shadow: none;
      background: transparent;
      background-image: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      font-size: 1em;
      color: var(--pres-main-fg-color);
   }

      .selectBox select:focus {
         outline: none;
      }

body {
   margin: 0;
   padding: 0;
   font-size: 100%;
   font-family: Roboto, sans-serif !important;
   color: var(--pres-main-fg-color);
   background: #ffffff !important;
}

p, .bodyCopy {
   font-family: roboto !important;
   font-size: 1em;
   position: relative;
}

.reset {
   height: auto;
}

.custom_header_widget {
   width: 100%;
   position: relative;
   left: 0px;
   top: 0px;
   z-index: 12;
}

.chwOpen {
   overflow: visible;
   height: auto !important;
}

.header {
   position: relative;
   float: left;
   width: 100%;
   height: 100px;
   z-index: 4;
   border-bottom: solid 10px #fee000;
}

.logo, .mLogo {
   position: absolute;
   top: 0px;
   right: 20px;
   width: 250px;
   transform: translate(0px, 22px) translateZ(0);
   -webkit-transform: translate(0px, 22px) translateZ(0);
   -moz-transform: translate(0px, 22px) translateZ(0);
   transition: transform 125ms;
   -webkit-transition: -webkit-transform 125ms;
   -moz-transition: -moz-transform 125ms;
   -webkit-transform-style: preserve-3d;
   -webkit-backface-visibility: hidden;
}

.logo {
   display: none;
}

   .logo img, .mLogo img {
      width: 100%;
   }

.fullLink .logoContainer {
   position: relative;
   float: left;
}

   .fullLink .logoContainer .logo {
      float: left;
      width: 100%;
   }

#searchTxt {
   width: 100%;
}

h1.heading + .widget_region {
   background: var(--pres-soft-black);
   width: 100%;
   left: 0px;
   top: 0px;
   clear: both;
   position: relative;
   z-index: 3;
   transform: translate(0px, 0px) translateZ(0);
   -webkit-transform: translate(0px, 0px) translateZ(0);
   -moz-transform: translate(0px, 0px) translateZ(0);
   transition: transform 125ms;
   -webkit-transition: -webkit-transform 125ms;
   -moz-transition: -moz-transform 125ms;
   -webkit-backface-visibility: hidden;
   -webkit-transform-style: preserve-3d;
}

section {
   transform: translate(0px,0px) translateZ(0);
   -webkit-transform: translate(0px,0px) translateZ(0);
   -moz-transform: translate(0px,0px) translateZ(0);
   transition: transform 125ms;
   -webkit-transition: -webkit-transform 125ms;
   -moz-transition: -moz-transform 125ms;
}

.bump {
   transition: transform 125ms;
   -webkit-transition: -webkit-transform 125ms;
   -moz-transition: -moz-transform 125ms;
}

.reset {
   transform: translate(0px,0px) !important;
   -webkit-transform: translate(0px,0px) !important;
   -moz-transform: translate(0px,0px) !important;
   transition: transform 125ms;
   -webkit-transition: -webkit-transform 125ms;
   -moz-transition: -moz-transform 125ms;
}

.contactIconCtr {
   position: absolute;
   top: 0px;
   width: 100%;
   height: 48px;
   background: var(--pres-main-bg-light);
}

.contactIcons {
   float: left;
   height: 48px;
   cursor: pointer;
}

.pnTitle {
   width: 100%;
   color: #fee000;
   font-weight: bold;
   font-size: 1.25em;
   margin-bottom: 10px;
}

.phoneRef {
   color: #fee000;
}

.opacityTri, .dContact {
   display: none;
}

.mContact {
   display: block;
}

/*STORY STYLES*/
.storyWrapper {
   width: 100%;
}

.newsFeedShare:hover {
   cursor: pointer;
}

.shareBox {
   width: 95px;
   height: 44px;
   position: absolute;
   left: -115px;
   top: -10px;
   background-image: url(../images/custom/24/darkOpacityDot.png);
   padding: 10px;
   vertical-align: middle;
   display: none;
   opacity: 0;
   transition: opacity 250ms;
   -webkit-transition: opacity 250ms;
   -moz-transition: opacity 250ms;
   z-index: 2;
}

.shareBoxShow {
   display: block;
   opacity: 1;
   transition: opacity 250ms;
   -webkit-transition: opacity 250ms;
   -moz-transition: opacity 250ms;
}

.shareBoxArrow {
   position: absolute;
   width: 10px;
   top: 13px;
   right: -10px;
}

.timeIcon, .presShareIcon {
   display: inline-block;
   vertical-align: middle;
   width: 15px;
   margin-top: -3px;
}

.newsFeedTime, .newsFeedShare {
   font-size: 1em;
   float: right;
   color: #888888;
   display: block;
   position: relative;
}

.newsFeedTime {
   display: none;
}

.newsFeedShare {
   clear: none;
   float: right;
   margin-bottom: 10px;
}

.fbShare {
   float: right;
}

.twitterShare, .facebookShare {
   display: inline-block;
   margin: 0px 5px;
   width: 24px;
   vertical-align: middle;
}

.storyBody {
   width: 100%;
   padding: 30px;
   clear: both;
   float: left;
   line-height: 1.75em;
   border-bottom: dotted 1px #bbbbbb;
}

.newsLeft {
   width: 100%;
   float: left;
   top: 0px;
}

.newsRight {
   float: left;
   clear: both;
   width: 100%;
   top: 0px;
   padding: 30px;
   background: transparent;
   position: relative;
}

/*.pullRelated {
    transform: translate(0px, -25px) translateZ(0); 
    -webkit-transform: translate(0px, -25px) translateZ(0); 
    -moz-transform: translate(0px, -25px) translateZ(0);                  
    transition: transform 125ms;
    -webkit-transition: -webkit-transform 125ms; 
    -moz-transition: -moz-transform 125ms;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;        
}*/

.relatedStoriesCtr {
   position: relative;
   clear: both;
   float: left;
   width: 100%;
}

/*.rsHeading, .textTitleTop {
    font-weight: 100;
    border-bottom: solid 5px var(--pres-soft-black);
    width: 100%;
    padding: 0px 0px 15px 0px !important;
}

.mts_cc_heading.trendingTitle.textTitleTop {
   line-height: 1.125em !important;
   font-size: 1em !important;
   padding: 0px 0px 10px 0px !important;
   text-align: left;
}*/

.relatedStory {
   float: left;
   clear: both;
   width: 100%;
   padding: 0px;
   border-bottom: dotted 1px #bbbbbb;
   text-transform: capitalize;
   line-height: 1.5em;
}

.taggedTo {
   width: 100%;
   float: left;
   margin-bottom: 5px;
   color: #fee000;
   font-size: .8em;
   display: none;
}

/* STORY STYLES */
.presteligence_news_widget .mainSection {
   width: 100%;
   margin: 0px auto;
   display: block;
}

.titleBlock {
   padding: 30px;
   position: relative;
   width: 100%;
   clear: both;
}

.storyImage {
   float: left;
   width: 100%;
}

.storyTag {
   float: left;
   font-size: 1em;
   display: none;
   color: #fee000;
}

.storyTitle {
   float: left;
   width: 100%;
   font-weight: bold;
   padding: 0px 0px 0px 0px;
   text-transform: capitalize;
   font-size: 1.5em;
   color: var(--pres-main-fg-color);
   transition: color 250ms;
}

   .storyTitle:hover {
      transition: color 250ms;
   }

.storyArrowLeft, .storyArrowRight {
   width: 100%;
   position: relative;
   font-size: 1em;
   clear: both;
   top: 0px;
   display: block;
   font-weight: bold;
   background-repeat: no-repeat;
   background-size: 10px 19px;
   background-position: 30px 50%;
   padding: 30px 30px 30px 60px;
   border-bottom: dotted 1px #bbbbbb;
}

.storyArrowLeft {
   background-image: url(../images/custom/24/storyArrowLeft.png);
}

.storyArrowRight {
   background-image: url(../images/custom/24/storyArrowRight.png);
}
/* END STORY STYLES */

.tagsCtr {
   position: relative;
   clear: both;
   width: 100%;
   margin-top: 20px;
   display: inline-block;
}

.tagsHeading {
   float: left;
   width: 100%;
   font-size: 1em;
   margin-bottom: 10px;
}

.tag {
   float: left;
   margin-left: 5px;
   margin-bottom: 5px;
   text-align: center;
   line-height: 1.75em;
   padding: 0px 10px;
   font-size: .9em;
   width: auto;
}

.npHeading {
   padding: 50px 0px !important;
   text-align: center;
   text-transform: uppercase;
   font-weight: bold;
   position: relative;
}

   .npHeading h1 {
      font-weight: 100;
   }

.titleBlock {
   padding: 30px;
   border-top: dotted 1px #bbbbbb;
   position: relative;
}

.tagsCtr {
   width: 100%;
}

.filters .tagsCtr {
   border-bottom: dotted 1px #bbbbbb;
}

.tag {
   margin: 0px 5px 5px 0px;
}

.filters {
   padding: 0px 30px 20px 30px;
}

.filterText {
   font-size: 2em;
   width: 100%;
   border: none;
   border-bottom: solid 1px var(--pres-soft-black);
   position: relative;
   border-radius: 0px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   padding: 10px 0px;
   background-image: url(../images/custom/24/filterIcon.png);
   background-repeat: no-repeat;
   background-position: right center;
   background-size: 32px;
}

   .filterText:hover {
      border-bottom: solid 1px #fee000 !important;
   }

.filterColumn .filterText {
   background-image: none !important;
   border: none !important;
}

.resetFilters {
   position: relative;
   margin: 10px 0px;
   text-align: center;
   width: 100%;
   border-bottom: solid 1px #ffffff;
   transition: border-color 250ms;
   -webkit-transition: border-color 250ms;
   -moz-transition: border-color 250ms;
}

.tagImage {
   position: relative;
   display: block;
   margin: 0px auto 20px auto;
   width: 64px;
   height: 64px;
   display: none;
}

.storyEditPost {
   font-size: 1em;
   float: left;
   cursor: pointer;
   padding: 0px 0px 10px 0px;
   color: var(--pres-main-fg-color);
   width: auto;
}

   .storyEditPost img {
      width: 20px;
      margin: -1px 5px 0px 0px;
      display: inline-block;
      vertical-align: middle;
   }

.featUntil {
   display: none;
}

.trending_media_widget {
   margin-bottom: 0px !important;
}

   .trending_media_widget .trendingRow {
      border-bottom: none !important;
   }

   .trending_media_widget .textRow {
      padding: 10px 0px !important;
      font-size: 1em !important;
   }
/*END STORY STYLES*/

.borderBox {
   display: none;
}

.news_panel_widget .mts_cc_heading {
   display: none;
}

.storyTitleWrap .storyTitle {
   font-size: 1em !important;
   padding-top: 0px !important;
}

/*CUSTOM STYLES FOR LOGIN PAGE*/
.quickStart {
   display: none;
}
/*END CUSTOM STYLES FOR LOGIN PAGE*/

.alertsArea {
   display: none;
}

.innerSec {
   padding-top: 30px;
}

.innerBlog .titleBlock {
   padding: 30px !important;
   margin-bottom: 30px !important;
}

.innerBlog .storyTitle {
   font-size: 1.5em;
}

.shareIcon {
   display: inline-block;
   vertical-align: middle;
   width: 15px;
   margin-top: -3px;
}

#ezGo {
   border: solid 1px var(--pres-soft-black) !important;
   padding: 5px 20px !important;
}

   #ezGo:hover {
      border: solid 1px #fee000 !important;
   }

#searchPhrase {
   border: solid 1px var(--pres-soft-black) !important;
}

.innerFilter #searchPhrase {
   border: none !important;
}

.phoneNumber {
   display: none;
}

.demoRequestForm {
   position: fixed;
   z-index: 15;
   bottom: 0px;
   right: 0px;
}

.email_form_widget {
   position: fixed;
   bottom: 0px;
   right: 0px;
   max-height: calc(100% - 158px);
   z-index: 2;
   background: var(--pres-main-bg-light);
   border-top: solid 5px #fee000;
   transform: translateY(100%);
   transition: transform 250ms;
   box-shadow: 0px 0px 1px #444444;
}

.showEfw {
   transform: translateY(0px);
}

.demoRequestForm .email_form_widget .mailForm {
   margin: 0 !important;
}

.far.toggleDemo {
   position: fixed;
   bottom: 20px;
   right: 20px;
   cursor: pointer;
   border-radius: 50%;
   background: #fee000;
   color: var(--pres-main-fg-color);
   text-align: center;
   width: 48px;
   height: 48px;
   line-height: 48px;
   display: inline-block;
   vertical-align: baseline;
   padding: 0px 10px;
   text-transform: uppercase;
   transition: transform 250ms;
}

.pgHeader {
   font-size: 1em;
   line-height: 1.5em;
   text-align: center;
   width: 100%;
   margin: auto;
   display: block;
   padding: 30px;
   font-family: roboto;
   text-transform: uppercase;
   font-weight: bold;
   font-style: italic;
}

#featFoto {
   height: unset !important;
   padding-top: 56.25% !important;
}

.editorButtons {
   width: auto !important;
}

@media all and (min-width: 768px) { /* TABLET */
   #logo, .logoA {
      width: auto;
      height: 50px;
   }

   .viewAll {
      margin-left: 10px;
   }

   .pgHeader {
      font-size: 1.5em;
      width: 640px;
   }

   /*STORY STYLES*/
   .presteligence.presteligence_news_widget .mainSection {
      width: 100%;
   }

   .newsRight {
      width: 100%;
   }

   .resetFilters {
      width: auto;
      display: inline-block;
   }

   .tagImage {
      position: absolute;
      width: 75px;
      height: 75px;
      top: 30px;
      left: 30px;
   }

   .storyTitle {
      font-size: 2.25em;
   }

   .titleBlock, .storyBody {
      padding: 30px;
   }
   /*END STORY STYLES*/

   .borderBox {
      width: auto;
   }

   .button, .mts_cc_button {
      width: auto;
      padding: 5px 10px;
   }

   .far.dropNavBtn {
      display: none;
   }

   .solutionsNav {
      height: auto;
      padding: 50px;
      top: 0;
      left: 0px;
      transform: translate(0px,-590px);
      -webkit-transform: translate(0px,-590px);
      -moz-transform: translate(0px,-590px);
      transition: transform 250ms;
      -webkit-transition: -webkit-transform 250ms;
      -moz-transition: -moz-transform 250ms;
      overflow-y: hidden;
      overflow-x: hidden;
      z-index: 12;
      border-radius: 0px 0px 3px 3px;
   }

   .solCol {
      width: 23%;
      margin-right: 2.666%;
      float: left;
      clear: right;
      border-bottom: none;
   }

      .solCol:last-of-type {
         float: right;
         margin-right: 0px;
      }

   .solutionsNav a.mainNavItem {
      color: var(--pres-light-fg-color);
      width: 100%;
      text-decoration: none;
      float: left;
      transition: padding 250ms;
      border-bottom: none;
      cursor: pointer;
      border-bottom: solid 1px #fee000;
      margin-bottom: 0px;
      font-size: 1.125em;
      transition: color 250ms;
      -webkit-transition: color 250ms;
      -moz-transition: color 250ms;
   }

      .solutionsNav a.mainNavItem:hover {
         color: #fee000;
      }

      .solutionsNav a.mainNavItem.indent {
         cursor: pointer;
         clear: both;
         float: left;
         border: none;
         color: var(--pres-light-fg-color);
         text-decoration: none;
         transition: padding 250ms,color 250ms;
         -webkit-transition: padding 250ms,color 250ms;
         -moz-transition: padding 250ms,color 250ms;
         line-height: unset;
         margin-top: 15px;
         padding: 0px;
      }

      .solutionsNav a.mainNavItem:hover {
         transition: border 250ms;
         color: #fee000;
      }

      .solutionsNav a.mainNavItem.indent:hover {
         padding: 0 0 0 10px;
         transition: padding 250ms,color 250ms;
         -webkit-transition: padding 250ms,color 250ms;
         -moz-transition: padding 250ms,color 250ms;
         border-bottom: none;
         color: #fee000;
      }

   #solutionsLink {
      color: var(--pres-main-fg-color);
   }

   .email_form_widget {
      right: 20px;
      border-radius: 5px;
      overflow: hidden;
   }

   .showEfw {
      transform: translate(0px, -20px);
   }
}

@media all and (min-width: 1024px) { /* DESKTOP */
   /*HEADER AND NAVIGATION*/
   .followCtr {
      float: left;
      line-height: 40px;
   }

   .mainLinks {
      line-height: 40px;
   }

   .followLbl {
      display: inline-block;
      vertical-align: middle;
      font-size: .9em;
      margin-right: 10px;
   }

   .section_navigation_widget {
      top: calc(100% + 32px) !important;
      left: -20px;
   }

   /*HEADER AND NAVIGATION*/
   .logoCtr {
      position: absolute;
      width: 300px;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      z-index: 200;
      float: none;
      padding: 0px;
   }

   .mainHeader {
      padding: 0px;
   }

   .mainNav {
      width: auto;
   }

   .navigationContainer {
      padding: 20px;
   }

      .navigationContainer .innerHeadCtr {
         width: auto;
      }

   .searchBar {
      position: relative;
      float: right;
      width: 250px;
      transform: none;
      padding: 0px;
      z-index: 1;
   }

   .far.mobileSearch {
      display: none;
   }

   .navigationContainer a.item,
   .navigationContainer .item {
      line-height: 38px;
      border-radius: 3px;
      padding: 0px 10px !important;
      font-size: .9em;
   }

   .navigation_menu_widget a.item:hover,
   .navigation_menu_widget .item:hover {
      background: #fee000 !important;
   }
   /*END HEADER AND NAVIGATION*/

   .pgHeader {
      width: 960px;
   }

   .horizontal .masterMcWrap {
      padding: 0px !important;
   }

   .phoneNumber {
      position: absolute;
      top: 100px;
      background-image: url(../images/custom/24/darkOpacityDot.png);
      color: var(--pres-light-fg-color);
      padding: 30px;
      width: 300px;
      line-height: 1.5em;
      z-index: 4;
      left: 100%;
      transform: translateX(0px);
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      transition: transform 250ms;
      -webkit-transition: transform 250ms;
      -moz-transition: transform 250ms;
      display: block;
   }

   .showPhone {
      transition: transform 250ms;
      -webkit-transition: -webkit-transform 250ms;
      -moz-transition: -moz-transform 250ms;
   }

   .contactIconCtr {
      position: absolute;
      right: 300px;
      width: auto;
      height: 32px;
      top: -8px;
   }

   .contactIcons {
      height: 32px;
   }

   .opacityTri {
      position: relative;
      margin: auto;
      display: block;
      top: -40px;
   }

   .mContact {
      display: none;
   }

   .dContact {
      display: block;
   }

   .drfShow {
      display: block !important;
   }

   .demoRequestForm .email_form_widget .mailForm {
      background: var(--pres-main-bg-light);
   }

   input.searchInput {
      right: 20px;
      border: none !important;
      border-bottom: solid 1px var(--pres-soft-black) !important;
      border-radius: 0px !important;
      -webkit-border-radius: 0px !important;
      -moz-border-radius: 0px !important;
      color: var(--pres-main-fg-color) !important;
      float: none;
      z-index: 3;
      width: 250px;
      height: 30px;
      padding: 0px !important;
      top: -10px;
      margin: 0;
      font-size: .9em !important;
      transition: border-color 125ms, color 125ms, background 125ms;
      -webkit-transition: border-color 125ms, color 125ms, background 125ms;
      -moz-transition: border-color 125ms, color 125ms, background 125ms;
   }

      input.searchInput:hover {
         border-bottom: solid 1px #fee000 !important;
         transition: border-color 125ms, color 125ms, background 125ms;
         -webkit-transition: border-color 125ms, color 125ms, background 125ms;
         -moz-transition: border-color 125ms, color 125ms, background 125ms;
         cursor: pointer;
      }

      input.searchInput:focus {
         outline-style: none !important;
         border-bottom: solid 1px #fee000;
         transition: border-color 125ms, color 125ms, background 125ms;
         -webkit-transition: border-color 125ms, color 125ms, background 125ms;
         -moz-transition: border-color 125ms, color 125ms, background 125ms;
      }

   .button:hover, .mts_cc_button:hover {
      background: #fee000 !important;
      transition: border-color 125ms, color 125ms, background 125ms;
      -webkit-transition: border-color 125ms, color 125ms, background 125ms;
      -moz-transition: border-color 125ms, color 125ms, background 125ms;
      cursor: pointer;
   }


   /*STORY STYLES*/
   .presteligence_news_widget .mainSection {
      width: 960px;
      margin: 0px auto;
      display: block;
   }

   .storyWrapper .titleBlock {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
   }

   .newsLeft {
      width: 640px;
      box-shadow: 0px 0px 5px #bbbbbb;
      -webkit-box-shadow: 0px 0px 5px #bbbbbb;
      -moz-box-shadow: 0px 0px 5px #bbbbbb;
   }

   .newsRight {
      float: right;
      clear: none;
      width: 300px;
      top: 0px;
      padding: 0px;
   }

   .storyBody, .titleBlock {
      border-bottom: none;
      padding: 30px;
   }

   .storyTitle {
      font-size: 2.25em;
   }

   .storyArrowLeft {
      width: 48px;
      height: 48px;
      border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      background: #f0f0f0;
      position: fixed;
      top: 50%;
      left: 30px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      background-image: url(../images/custom/24/storyArrowLeft.png);
      background-repeat: no-repeat;
      background-size: 10px 19px;
      background-position: center;
      z-index: 16;
      padding: 0px;
      border: solid 1px #f0f0f0;
      border-bottom: solid 2px #bbbbbb;
   }

   .storyArrowRight {
      width: 48px;
      height: 48px;
      border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      background: #f0f0f0;
      position: fixed;
      top: 50%;
      right: 30px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      background-image: url(../images/custom/24/storyArrowRight.png);
      background-repeat: no-repeat;
      background-size: 10px 19px;
      background-position: center;
      z-index: 16;
      padding: 0px;
      border: solid 1px #f0f0f0;
      border-bottom: solid 2px #bbbbbb;
   }

      .storyArrowLeft:hover, .storyArrowRight:hover {
         border: solid 1px #dddddd;
         cursor: pointer;
      }

   .titleBlock {
      box-shadow: 0px 0px 5px #bbbbbb;
      -webkit-box-shadow: 0px 0px 5px #bbbbbb;
      -moz-box-shadow: 0px 0px 5px #bbbbbb;
      border-top: none;
   }

   .newsLeft .titleBlock {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
   }

   .filters {
      width: 300px;
      position: fixed;
      right: 0px;
      top: 0px;
      padding: 0px;
      z-index: 12;
      transform: translate(0px, 230px) translateZ(0);
      -webkit-transform: translate(0px, 230px) translateZ(0);
      -moz-transform: translate(0px, 230px) translateZ(0);
      transition: transform 250ms;
      -webkit-transition: -webkit-transform 250ms;
      -moz-transition: -moz-transform 250ms;
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
   }

   .pullFilters {
      transform: translate(0px, 75px) translateZ(0);
      -webkit-transform: translate(0px, 75px) translateZ(0);
      -moz-transform: translate(0px, 75px) translateZ(0);
      transition: transform 250ms;
      -webkit-transition: -webkit-transform 250ms;
      -moz-transition: -moz-transform 250ms;
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
   }

   .resetFilters:hover {
      cursor: pointer;
      border-bottom: solid 1px #fee000;
      transition: border-color 250ms;
      -webkit-transition: border-color 250ms;
      -moz-transition: border-color 250ms;
   }
   /*END STORY STYLES*/

}

@media all and (min-width: 1367px) { /* DESKTOP LARGE */
   .searchInput {
      right: 20px;
      border: none;
      border-bottom: solid 1px var(--pres-soft-black);
      color: var(--pres-main-fg-color) !important;
      float: none;
      z-index: 3;
      width: 250px;
      height: 30px;
      padding: 0px !important;
      top: -10px;
      margin: 0;
      font-size: .9em !important;
      transition: border-color 125ms, color 125ms, background 125ms;
      -webkit-transition: border-color 125ms, color 125ms, background 125ms;
      -moz-transition: border-color 125ms, color 125ms, background 125ms;
   }

      .searchInput:hover {
         border-bottom: solid 1px #fee000;
         cursor: pointer;
      }

   input.searchInput:focus {
      outline-style: none !important;
      border-bottom: solid 1px #fee000;
      transition: border-color 125ms, color 125ms, background 125ms;
      -webkit-transition: border-color 125ms, color 125ms, background 125ms;
      -moz-transition: border-color 125ms, color 125ms, background 125ms;
   }

   /*STORY STYLES*/
   .presteligence_news_widget .mainSection {
      width: 1170px;
   }

   .newsLeft {
      width: 840px;
      margin-bottom: 60px;
   }
   /*END STORY STYLES*/

}















