/*
Theme Name: Kochava Child Theme
Author: Kochava
Text Domain: salient-child
Template: salient
*/

/*************************************************************************
 * 1. GENERAL STYLES
 * 2. SALIENT OVERRIDES
 * 3. HEADER
 * 4. FOOTER
 * 5. KOCHAVA HELPERS
 * 6. KOCHAVA CUSTOM COMPONENTS
 * 7. FOUNDATION GRID
 * 8. KOCHAVA FORMS
 * 9. KOCHAVA SDK
 * 10. KOCHAVA LEVER API
 * 11. KOCHAVA INTEGRATION PARTNERS
 * 12. KOCHAVA PRICING 
 *************************************************************************/

/* Kochava Colors
	$kochava-green: #61a60d;
	$kochava-blue: #00b3e3;
	$white: #fff;
	$light-grey: #ccc;
	$kochava-red: #c11d2a;
	$black: #000;
	$light-black: #454545;
	$grey: #999999;
	$text: #454545;
	$dark-hover: #454545;
	$footer-bg: #2e2e2e;
	$kochava-placeholder-color: #999999;
	$kochava-gold: #d4bd49;
	$kochava-error: #c11d2a;
	$kochava-border-color: #ededee;
	$kochava-light-blue: #66c1e7;

	** Typography **
	$font-stack: "Gotham SSm A", "Gotham SSm B", Helvetica , sans-serif !important;
	$font-bold: 600 !important;
	$font-regular: 400 !important;
	$font-light: 300 !important;
	$font-extra-light: 100!important;
	$font-extra-small: .625em;
	$font-small: .85em;

	** Transitions **
	$transition-fast: all .1s ease-out;
	$transition-standard: all .2s ease-out;
	$transition-slow: all .6s ease-out;
*/


/*----------------------------------------------
 * 1. General Styles
 ----------------------------------------------*/

 html, body, div, span, applet, object,
 iframe, table, caption, tbody, tfoot,
 thead, tr, th, td, del, dfn, em, font,
 img, ins, kbd, q, s, samp, small, strike,
 strong, sub, sup, tt, var,
 h1, h2, h3, h4, h5, h6, p, blockquote,
 pre, a, abbr, acronym, address, big,
 cite, code, dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend, strong, b, ol li {
     font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
     font-weight: 300 !important;
 }
 
 h1, h2, h3, h4, h5, h6 {
     font-weight: 100 !important;
 }
 
 strong, .bold, b {
     font-weight: 600 !important;
 }
 
 hr {
     border: .5px solid #ccc;
     margin-bottom: 27px;
 }
 
 body a:hover {
   color: #00b3e3c4;
 }
 
 p {
   padding-bottom: 21px !important;
   font-weight: 100 !important;
 }
 
 input:-webkit-autofill,
 input:-webkit-autofill:hover, 
 input:-webkit-autofill:focus {
   -webkit-text-fill-color: #454545;
   -webkit-box-shadow: 0 0 0px 1000px #efefef inset;
   transition: background-color 5000s ease-in-out 0s;
 }
 
 /* Tables General */
 table tbody tr {
     line-height: 1.6;
 }
 
 table tbody a {
     font-weight: 400 !important;
 }
 
 table tbody tr:first-child {
     line-height: 1.1;
 }
 
 table tbody tr th:first-child {
     width: 25%;
 }
 
 table tbody tr:first-child th:nth-child(2) {
     width: 25%;
 }
 
 table tbody tr:first-child th {
     font-size: 10px;
     font-weight: 600 !important;
 }
 
 mark {
   color: #fff;
   background-color: #00b3e3;
 }
 
 /*-----------------------------------------------------------------------
  * 2. Salient Overrides
  -----------------------------------------------------------------------*/
 #error-title {
   padding: 50px 5% 0;	
   display: none;
 }
 
 /* 404 Search Form */
 #error-image {
   width: 70%;
     margin: -15px auto -50px;
 }
 
 #error-search {
   padding-top: 5px;
 }
 
 #error-search .search-form {
   position: relative;
     width: 50%;
     margin: 0 auto;
 }
 
 #error-search .search-form .search-widget-btn {
   position: absolute;
     right: 0;
     top: 0;
     height: 58px;
     background-color: #5ea600 !important;
 }
 
 #error-search .search-form .search-widget-btn span.icon-salient-search {
   background: #61a60d !important;
     background-color: #61a60d !important;
   margin-right: 4px;
 }
 
 #error-search .search-form .search-widget-btn span.text {
   font-weight: 400 !important;
 }
 
 #error-404 {
   padding-top: 20px !important;
 }
 
 body[data-form-submit="regular"] input[type=submit]:hover,
 input[type=submit]:hover,
 body[data-form-submit="regular"] .container-wrap .span_12.light input[type=submit].form-button:hover {
   background: #61a60d !important;
   background-color: #61a60d !important;
   opacity: .9 !important;
 }
 
 /* Sidebar Sticky Nav Overrides */
 #sidebar .widget_nav_menu {
   margin-bottom: 0px;
 }
 
 .ascend .main-content #sidebar .widget.widget_nav_menu li {
     padding: 0 0 !important;
 }
 
 /* buttons */
 
 body[data-form-submit="regular"] .post-password-form input[type=submit] {
   background-color: #61a60d !important;
   background: #61a60d !important;
 }
 
 .nectar-button {
   letter-spacing: 0px !important;
 }
 
 .nectar-button span {
   font-weight: 400 !important;
 }
 
 .nectar-button.small {
   padding: 12px 24px;
 }
 
 .nectar-button.medium {
     padding: 15px 35px;
 }
 
 .nectar-button.large {
   padding: 17px 40px !important;
   font-size: 13px;
 }
 
 .nectar-button.medium.see-through, 
 .nectar-button.medium.see-through-2, 
 .nectar-button.medium.see-through-3 {
   padding-top: 13px;
   padding-bottom: 13px;
 }
 
 p .nectar-button span {
   font-weight: 300 !important;
 }
 
 /* video modal button */
 .play_button_2 {
     display: none !important;
 }
 
 /* Nectar Slider */
 body .swiper-container {
   background: transparent !important;
 }
 
 body .swiper-slide {
     background: transparent !important;
 }
 
 body .nectar-slider-wrap[data-full-width="false"] .swiper-slide .button a {
   padding: 18px 30px !important;
 }
 
 body .swiper-slide .button.solid_color:hover,
 body .swiper-slide .buttons .button.solid_color:hover,
 body .swiper-slide .button.solid_color a.primary-color:hover {
     opacity: .9;
     transition: all .2s ease;
 }
 
 .swiper-container .slider-prev, 
 .swiper-container .slider-next,
 .swiper-container .slider-prev.dark-cs,
 .swiper-container .slider-next.dark-cs{
   background-color: transparent !important;
 }
 
 .swiper-container .slider-prev.dark-cs:hover,
 .swiper-container .slider-next.dark-cs:hover {
   background-color: transparent !important;
 }
 
 .swiper-container .slider-next .slide-count,
 .swiper-container .slider-prev .slide-count{
   display: none !important;
 }
 
 .swiper-slide .content .buttons {
   padding-top: 0 !important;
 }
 
 .swiper-slide .button a {
   font-weight: 400 !important;
   letter-spacing: 0px !important;
 }
 
 .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i,
 .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i{
   font-size: 40px !important;
 }
 
 /* Back to Top button Override */
 html #to-top:hover,
 html #to-top.dark:hover {
     background-color: #61a60d !important;
 }
 
 .swiper-slide .buttons .button a {
     padding: 18px 40px !important;
 }
 
 /* Anchor Page Submenu Override */
 body[data-ext-responsive="true"] .container .page-submenu > .full-width-section .container:not(.tab-container):not(.recent-post-container):not(.normal-container),
 .page-submenu .container {
     padding-top: 5px !important;
     padding-bottom: 5px !important;
 }
 
 .page-submenu li {
     display: inline-block;
     margin: 0 10px 0 0;
 }
 
 .page-submenu li a {
     padding-top: 0px !important;
     padding-bottom: 0px !important;
 }
 
 .page-submenu li a::after {
     content: ' ';
     height: 10px;
     width: 1px;
     background: #00b3e3;
     margin: 0 0px 0px 12px;
     display: inline-block;
 }
 
 .page-submenu li:last-child a::after {
     content: ' ';
     height: 10px;
     width: 1px;
     background: transparent;
     margin: 0 0px 0px 12px;
     display: inline-block;
 }
 
 /* Page Header Adjustment */
 
 .page #page-header-wrap h1 {
 /* 	max-width: 800px; */
     margin: auto auto 25px !important;
   text-align: center;
 }
 
 .page #page-header-wrap span.subheader {
     font-size: 15px !important;
   max-width: 900px !important;
   margin: 0 auto;
   display: block !important;
   line-height: 28px !important;
   text-align: center;
 }
 
 @media only screen and (max-width: 690px) {
     #page-header-bg .span_6 span.subheader {
     font-size: 14px!important;
   }
 }
 
 /* Override Caption Text */
 .wp-caption .wp-caption-text, .row .col .wp-caption .wp-caption-text {
     font-style: italic;
     padding: 10px 15px !important;
     top: 0;
     position: static;
     border-left: none !important;
     box-shadow: none !important;
 }
 
 .wp-caption .wp-caption-text {
     font-style: italic;
     max-width: 90%;
     width: auto;
     margin-left: 5%;
     display: inline-block;
     margin-bottom: 5px;
     margin-top: 5px;
     background-color: #fff;
 }
 
 
 /* pagination buttons */
 
 html body #pagination > span.page-numbers.current {
     background-color: #61a60d !important;
   box-shadow: none !important;
   -webkit-box-shadow: none !important;
 }
 
 html body #pagination .page-numbers.next:hover,
 html body #pagination .page-numbers.prev:hover,
 html body #pagination a.page-numbers:hover{
     color: #61a60d !important;
 }
 
 /* Blog Overrides */
 .single #page-header-wrap {
       min-height: 250px !important;
   }
 
 .single #single-below-header {
   margin-top: 30px;
     margin-bottom: 0px;
     margin-left: 5px;
 }
 
 .masonry.classic_enhanced .posts-container article.has-post-thumbnail .meta-category a {
   right: 20px !important;
   left: unset !important;
 }
 
 .masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .meta-category a {
   margin: 0 0 0 20px;
     position: absolute;
     top: 20px;
     right: 20px !important;
     left: unset !important;
     color: white;
 }
 
 .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .article-content-wrap {
   padding: 17%!important;
     display: block;
     -ms-transform: translateY(0);
     transform: translateY(0);
     -webkit-transform: translateY(0);
     top: unset;
     z-index: 10;
     left: 0;
     position: relative;
 }
 
 .masonry.classic_enhanced .masonry-blog-item .inner-wrap {
   box-shadow: none !important;
   border: 2px solid #efefef !important;
   border-radius: 4px !important;
 }
 
   .single #page-header-wrap .hentry {
     min-height: 250px !important;
   }
 
 @media (min-width: 1000px){
   .single #page-header-wrap {
       min-height: 475px !important;
   }
 
   .single #page-header-wrap .hentry {
     min-height: 475px !important;
   }
 }
 
 /* Blog remove padding bottom */
 .post-template-default .container-wrap {
   padding-bottom: 0 !important;
 }
 
 /* related posts */
 .related-posts[data-style="material"] .inner-wrap {
   box-shadow: none !important;
   border: 2px solid #e7e7e7;
   background: #fff !important;
 }
 
 .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .article-content-wrap,
 .masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
   padding: 12% !important;
 }
 
 .masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .meta-category a,
 .masonry.classic_enhanced .posts-container article .meta-category a{
   border: none !important;
 }
 
 @media only screen and (min-width: 1000px){
   .blog-title h1.entry-title {
     font-size: 50px !important;
     line-height: 70px !important;
   }
 }
 
 
 
 @media only screen and (max-width: 1500px) and (min-width: 1300px) {
     #page-header-bg .span_6 h1.entry-title {
         line-height: 60px;
     }
 }
 
 
 .article-content-wrap .post-header h3.title {
     font-size: 24px !important;
   line-height: 36px !important;
 }
 
 .masonry.classic_enhanced .posts-container .article-content-wrap .excerpt {
   line-height: 23px !important;
   display: none !important;
 }
 
 .masonry.material .masonry-blog-item .inner-wrap {
     box-shadow: none !important;
     border: 1px solid #e3e3e3;
 }
 
 /*-----------------------------------------------------------------------
  * 3. Header
  -----------------------------------------------------------------------*/
 
 /* Mega Menu Styles */
 body:not([data-header-format="left-header"]) header#top nav >ul >li.megamenu >ul >li >a, body:not([data-header-format="left-header"]) header#top nav >ul >li.megamenu >ul >li >ul >li.has-ul >a {
     font-weight: 500 !important;
 }
 
 #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.current-menu-item > a {
     color: #fff !important;
     
 }
 
 body:not([data-header-format="left-header"]) header#top nav >ul >li.megamenu >ul ul li.current-menu-item > a {
     background-color: #fff !important;
 }
 
 header#top nav >ul >li.megamenu >ul.sub-menu {
     padding: 30px 0 30px;
 }
 
 header#top nav >ul >li.megamenu >ul >li {
   border-right: 1px solid #ffffff14;
 }
 
 body:not([data-header-format="left-header"]) header#top nav >ul >li.megamenu >ul ul li a:hover {
     color: #fff;
     background-color: #272727!important;
 }
 
 [data-megamenu-width="full-width"] #top nav >ul >.megamenu >ul >li{
   padding: 0px 30px;
 }
 
 [data-megamenu-width="full-width"] #top nav >ul >.megamenu >ul >li:last-child {
     padding: 0 30px;
     border-right: none;
 }
 
 .menu-item-21936 {padding-bottom: 20px;}
 
 #header-outer:not([data-lhe="animated_underline"]) header#top nav > ul > li > a:hover, 
 body #header-outer:not(.transparent) #social-in-menu a i:after, 
 #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.sfHover > a, 
 body #header-outer:not([data-lhe="animated_underline"]) header#top nav > ul > li > a:hover, 
 header#top #logo:hover, .ascend #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap:not(.has_products) .icon-salient-cart, 
 body.material #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap .icon-salient-cart, 
 body #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.sfHover > a, 
 body #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.current_page_item > a .sf-sub-indicator i, 
 body header#top nav .sf-menu > li.current_page_ancestor > a .sf-sub-indicator i, 
 body #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.sfHover > a, 
 body #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.current_page_ancestor > a, 
 body #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.current-menu-ancestor > a, 
 body #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.current-menu-ancestor > a i, 
 body #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.current_page_item > a, 
 body header#top nav .sf-menu > li.current_page_item > a .sf-sub-indicator [class^="icon-"], 
 body header#top nav .sf-menu > li.current_page_ancestor > a .sf-sub-indicator [class^="icon-"], 
 body #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.current-menu-ancestor > a, 
 body .sf-menu > li.sfHover > a .sf-sub-indicator [class^="icon-"], body .sf-menu > li:hover > a .sf-sub-indicator [class^="icon-"], 
 body .sf-menu > li:hover > a, 
 header#top nav ul #search-btn a:hover span, 
 header#top nav ul #nectar-user-account a:hover span, 
 header#top nav ul .slide-out-widget-area-toggle a:hover span, 
 body:not(.material) #search-outer #search #close a span:hover {
     color: #999999!important;
 }

 body #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.current-menu-item > a {
   color: #fff !important;
 }
 
 /*-------------------------------------------
     Site Search Form adjustments 
 -------------------------------------------*/
     
 body.ascend #search-outer > #search form {
     width: 95%;
     max-width: 1000px;
     float: none;
     margin: auto;
 }
 
 body.ascend #search-outer {
     z-index: 10100 !important;
     background-color: #fbfbfb !important;
 }
 
 body.ascend #search-outer #search-box form input[type="text"] {
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
    font-weight: 100 !important; 
    color: #454545 !important;
    font-size: 22px !important;
    text-transform: capitalize;
    border: 1px solid #efefef;
    padding: 10px !important;
    background-color: #fff;
 }
 
 body.ascend #search-outer #search #close a span {
   color: #454545 !important;
 }
 
 #search-outer #search #close a {
   height: 19px !important;
 }
 
 body:not(.material) #search-outer #search #close a span:hover {
   color: #808080 !important;
 }
 
 header#top .mobile-search {
     right: 0px;
     top: -5px;
     width: 36px;
     height: 28px;
     text-align: center;
     z-index: 10000;
 }
 
 .mobile-search .icon-salient-search {
   background: transparent !important;
   color: #fff;
   font-size: 16px;
 }
 
 body.ascend #search-outer #search input[type="text"]:-webkit-autofill {
     -webkit-box-shadow: 0 0 0px 1000px white inset !important;
     -webkit-font-size: 32px !important;
     background-color: transparent;
   }
 
 @media(min-width: 1000px) {
   body.ascend #search-outer #search input[type="text"] {
      font-size: 32px !important;
   }
 }
 
 @media only screen and (max-width: 1000px) and (min-width: 1px){
   #header-space, body:not(.material) #search-outer {
     display: block !important;
   }
 }
 
 /* nav menu */
 
 header#top .sf-menu li ul li ul li a {
   background-color: #ffffff !important;
 }
 
 header#top .sf-menu li ul li ul li ul li a {
   background-color: #ffffff !important;
 }
 
 .sf-menu ul {
     width: 16.5em;
 }
 
 .sf-menu li li ul {
  left: 21.7em !important;
 }
 
 /* Mobile menu */
 @media only screen and (max-width: 999px) {
   #top .span_9 >.slide-out-widget-area-toggle {
     top: -7px !important;
   }
 }
   
 
 /* Nav Arrows */
 .sf-menu li ul li .sf-sub-indicator {
     top: 16px;
   right: 13px;
 }
 
 /* Nav Current Selected Color */
 body #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.current-menu-ancestor > a {
   color: #fff !important;
 }
 
 #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.nav-2nd-last.current-menu-item > a {
   color: #fff !important;
 }
 
 #header-outer:not(.transparent) .sf-menu > li ul {
   border-top-width: 0 !important;
 }
 
 header#top nav >ul >li[class*="button_solid_color"] >a:before,
 #header-outer.transparent header#top nav >ul >li[class*="button_solid_color"] >a:before {
     transform: translateY(-23px) !important;
     -webkit-transform: translateY(-23px) !important;
     padding-bottom: 20px !important;
 }
 
 #header-outer #top nav ul li#menu-item-13997 a::before,
 .nectar-hor-list-item[data-color="extra-color-1"]:before {
     background-color: transparent !important;
     border: 2px solid #fff;
     padding-bottom: 16px !important;
 }
 
 #header-outer #top nav ul li.nav-push-right {
     margin-right: 15px;
 }
 
 #header-outer #top nav ul.sf-menu li.nav-buttons-right.menu-item.current-menu-item > a {
     color: #fff !important;
 }
 
 #header-outer #top nav ul li.nav-2nd-last a {
     margin-right: 0 !important;
     margin-left: 10px !important;
 }
 
 #header-outer #top nav ul li.nav-2nd-last a:hover {
     margin-right: 0 !important;
     margin-left: 10px !important;
 }
 
 body.ascend #header-outer[data-full-width="true"]:not([data-format="left-header"]) header#top nav >ul.buttons {
   margin-left: 10px !important;
   margin-right: 75px;
 }
 
 #header-outer #top nav ul.sf-menu li.nav-2nd-last {
     padding-left: 20px !important;
     border-left: 1px solid grey;
     margin: 22px 0;
 }
 
 #header-outer #top nav ul.sf-menu li.nav-2nd-last a {
     color: #fff !important;
 }
 
 #header-outer .sf-menu >li ul {
     padding: 0px;
     width: 16.5em;
 }
 
 #header-outer .sf-menu ul li a {
     padding: 15px;
 }
 
 
 /*-----------------------------------------------------------------------
  * 4. Footer
  -----------------------------------------------------------------------*/
 
 #footer-outer #menu-footer {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }
 
 #footer-outer #menu-footer li {
     margin-right: 15px;
 }
 
 #footer-outer #menu-footer li a:hover {
     -webkit-transition: all .2s ease;
     transition: all .1s ease;
     color: #ccc !important;
 }
 
 #footer-outer #menu-footer li a::after {
     content: '|';
     padding-left: 15px;
 }
 
 #footer-outer #menu-footer li:last-child a::after {
     content: '';
     padding-left: 15px;
 }
 
 #footer-outer #footer-widgets #menu-footer li:first-child {
     padding: 4px 0px !important;
 }
 
 #footer-outer .footer-logo-row-mobile {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
 }
 
 #footer-outer .footer-logo-row-mobile,
 #footer-outer .footer-logo-row {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     padding-left: 0;
 }
 
 #footer-outer .footer-logo-row {
     display: none;
 }
 
 #footer-outer .footer-icons-wrapper {
     width: 28px;
     height: 28px;
     border: 2px solid #fff;
     border-radius: 50%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin: 0 5px 5px 0;
     color: #fff;
     -webkit-transition: all .2s ease;
     transition: all .2s ease;
 }
 
 #footer-outer .footer-icons-wrapper a {
     padding: 0px 8px;
 }
 
 #footer-outer .footer-logo-row img,
 #footer-outer .footer-logo-row-mobile img {
     width: 135px;
     margin: 0 10px 10px 0;
 }
 
 #footer-outer .footer-icons-wrapper:hover {
     border: 2px solid #454545;
     cursor: pointer;
 }
 
 body #footer-outer i,
 #footer-outer i {
     font-size: 14px;
     margin-top: 2px;
     color: #fff;
 }
 
 #footer-outer .footer-copyright {
     text-transform: uppercase;
     font-size: .75em;
     color: #454545;
     padding-left: 0;
   padding-bottom: 0 !important;
 }
 
 #footer-outer .footer-right-mobile {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }
 
 #footer-outer .footer-right {
     display: none;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }
 
 #footer-outer .footer-right form,
 #footer-outer .footer-right-mobile form {
     width: 100%;
     margin-right: 0;
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
 }
 
 #footer-outer .footer-right .email-submit-wrapper,
 #footer-outer .footer-right-mobile .email-submit-wrapper {
     width: 106%;
     position: relative;
     margin-bottom: 25px;
 }
 
 #footer-outer .footer-right input[type=email],
 #footer-outer .footer-right-mobile input[type=email] {
     background: #2e2e2e;
     font-size: .875em;
     color: #fff;
     height: 50px;
 }
 
 #footer-outer .footer-right label,
 #footer-outer .footer-right-mobile label {
     display: block;
     margin-bottom: 10px;
     color: #fff;
     font-size: 14px !important;
     font-weight: 100 !important;
 }
 
 #footer-outer #footer-widgets .footer-right input[type=submit].email-submit,
 #footer-outer #footer-widgets .footer-right button.email-submit,
 #footer-outer #footer-widgets .footer-right-mobile button.email-submit {
     background-color: transparent !important;
     position: absolute;
     top: 0;
     right: 0;
     padding: 0 25px;
     border-radius: 0;
     -webkit-transition: all .2s ease;
     transition: all .2s ease;
     height: 50px;
     border-left: 1px solid #fff;
 }
 
 #footer-outer #footer-widgets .footer-right button.email-submit:hover,
 #footer-outer .footer-right .footer-rad-button a:hover,
 #footer-outer .footer-right-mobile .footer-rad-button a:hover,
 #footer-outer #footer-widgets .footer-right-mobile button.email-submit:hover {
    background-color: #61a60d;
    opacity: 0.85;
    color: #fff;
     cursor: pointer;
 }
 
 #footer-outer #footer-widgets .footer-right input[type=email]:focus,
 #footer-outer .footer-right-mobile input[type=email]:focus {
     background-color: transparent !important;
     border: 1px solid #fff !important;
 }
 
 #footer-outer #footer-widgets .footer-right input[type=email]:-ms-input-placeholder,
 #footer-outer #footer-widgets .footer-right input[type=email]:-ms-input-placeholder,
 #footer-outer #footer-widgets .footer-right input[type=email]::-ms-input-placeholder {
     color: #999999;
 }
 
 #footer-outer #footer-widgets .footer-right input[type=email]::-ms-input-placeholder,
 #footer-outer #footer-widgets .footer-right input[type=email]:-ms-input-placeholder,
 #footer-outer #footer-widgets .footer-right input[type=email]::-ms-input-placeholder {
     color: #999999;
 }
 
 #footer-outer #footer-widgets .footer-right input[type=email]::placeholder,
 #footer-outer #footer-widgets .footer-right input[type=email]:-ms-input-placeholder,
 #footer-outer #footer-widgets .footer-right input[type=email]::-ms-input-placeholder {
     color: #999999;
 }
 
 #footer-outer .footer-right .footer-rad-button,
 #footer-outer .footer-right-mobile .footer-rad-button {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     width: 100%;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
 }
 
 #footer-outer .footer-right .footer-rad-button a,
 #footer-outer .footer-right-mobile .footer-rad-button a {
     background-color: #2e2e2e;
     color: #999999;
     font-size: .875em;
     font-weight: 400;
     height: 50px;
     width: 100%;
     line-height: 50px;
     padding: 0;
     text-align: center;
     -webkit-transition: all .2s ease;
     transition: all .2s ease;
 }
 
 @media screen and (min-width:690px){
     #footer-outer .footer-right {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
     }
 
     #footer-outer .footer-right-mobile {
         display: none;
     }
 
     /*#footer-outer .footer-logo-row-mobile {
         display: none;
     }*/
 
     #footer-outer .footer-logo-row {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
     }
 }
 
 @media screen and (min-width: 992px){
     #footer-outer .footer-copyright {
         padding-left: 10px;
     }
 
     #footer-outer .footer-icons-wrapper {
         margin: 5px;
     }
 
     #footer-outer .footer-logo-row img,
     #footer-outer .footer-logo-row-mobile img {
         width: 135px;
         margin: 0 10px 0 0;
     }
 }
 
 
 @media screen and (min-width: 1100px){
     #footer-outer .footer-right {
         -ms-flex-wrap: nowrap;
         flex-wrap: nowrap;
     }
 
     #footer-outer  .footer-right form {
         margin-right: 6%;
     }
 }
 
 /*-----------------------------------------------------------------------
  * 5. Kochava Helpers
  -----------------------------------------------------------------------*/
 /* button full width */
 .button-full-width {
   width: 100%;
   text-align: center;
 }
 
 /*------------------------------------
  * Text Helpers
  ------------------------------------*/
 .kochava-text-right {
     text-align: right;
 }
 
 .kochava-text-left {
     text-align: left;
 }
 
 .kochava-text-center {
   text-align: center;
 }
 
 .kochava-extra-bold {
   font-weight: 600 !important; }
 
 .kochava-uppercase {
   text-transform: uppercase; }
 
 .kochava-underline {
   text-decoration: underline; }
 
 .kochava-font-400 {
   font-weight: 400 !important;
 }
 
 .kochava-font-200 {
   font-weight: 200 !important;
 }
 
 /* alignment */
 .kochava-middle-align {
   vertical-align: middle; }
 
 .kochava-top-align {
   vertical-align: text-top; }
 
 .kochava-bottom-align {
   vertical-align: text-bottom; }
 
 .kochava-sub-align {
   vertical-align: sub; }
 
 .kochava-baseline-align {
   vertical-align: baseline; }
 
 /*------------------------------------
  *  Border Helpers
  * ----------------------------------*/
 .kochava-border-left {
   border-left: 1px solid #ededee;
 }
 
 .kochava-border-right {
   border-right: 1px solid #ededee;
 }
 
 .kochava-border-bottom {
   border-bottom: 1px solid #ededee;
 }
 
 .kochava-border-top {
   border-top: 1px solid #ededee;
 }
 
 .kochava-border {
   border: 1px solid #ededee;
 }
 
 /*------------------------------------
  *  Width Constraints
  * ----------------------------------*/
 .kochava-max-width-900 {
   max-width: 900px;
   margin-left: auto;
   margin-right: auto; }
 
 .kochava-max-width-850 {
   max-width: 850px;
   margin-left: auto;
   margin-right: auto; }
 
 .kochava-max-width-750 {
   max-width: 750px;
   margin-left: auto;
   margin-right: auto; }
 
 .kochava-full-width {
   width: 100%; }
 
 /*------------------------------------
  *  Spacers 
  * ----------------------------------*/
 .kochava-spacer-25 {
   height: 25px; }
 
 .kochava-spacer-50 {
   height: 50px; }
 
 .kochava-spacer-75 {
   height: 75px; }
 
 .kochava-spacer-100 {
   height: 100px; }
 
 /*--------------------------------------
  * Padding/floats/margin/overflows
  --------------------------------------*/
 .kochava-no-pad {
   padding-right: 0;
   padding-left: 0;
 }
 
 .kochava-no-pad-left {
   padding-left: 0;
 }
 
 .kochava-no-pad-right {
   padding-right: 0;
 }
 
 .kochava-float-left {
   float: left;
 }
 
 .kochava-float-right {
   float: right;
 }
 
 .kochava-overflow-y {
   overflow-y: scroll;
 }
 
 .kochava-overflow-x {
   overflow-x: scroll;
 }
 
 /* buttons */
 .kochava-button-blue {
     display: inline-block; 
     padding: 16px 34px; 
     background: #00b3e3; 
     border: 2px solid #00b3e3; 
     color: #fff; 
     font-size: 12px;
     transition: all .2s ease;
 }
 
 .kochava-button-see-through {
     display: inline-block; 
     padding: 16px 34px; 
     background: transparent; 
     border: 2px solid #454545; 
     color: #454545; 
     font-size: 12px;
     transition: all .2s ease;
 }
 
 .kochava-button-see-through-white {
   display: inline-block; 
     padding: 16px 34px; 
     background: transparent; 
     border: 2px solid #fff; 
     color: #fff; 
     font-size: 12px;
     transition: all .2s ease;
 }
 
 .kochava-button-green {
     display: inline-block; 
     padding: 16px 34px; 
     background: #61a60d; 
   border: 2px solid #61a60d; 
     color: #fff; 
     font-size: 12px;
     transition: all .2s ease;
 }
 
 .kochava-button-green:hover,
 .kochava-button-blue:hover {
     cursor: pointer;
     opacity: .8;
     color: #fff;
 }
 
 .kochava-button-see-through:hover {
     cursor: pointer;
     color: #454545;
     opacity: .8;
 }
 
 .kochava-button-see-through-white:hover {
   cursor: pointer;
   color: #fff;
 }
 
 
 /*-----------------------------------------------------------------------
  * 6. Kochava Components
  -----------------------------------------------------------------------*/
 
 /* error card */
 .error-card {
   background: rgba(177, 0, 0, 0.23);
     color: #b10000;
     border: 1px solid;
     padding: 25px;
     font-weight: 500 !important;
     box-shadow: 0 2px;
 }
 
 /* Cookie Banner */
 #cookie-law p {
   text-align: center !important;
 }
 
 /* Blog Author Component */
 .blog-author-component .blog-author {
     margin-bottom: 0px;
     font-size: 13px;
     line-height: 13px;
     padding-top: 8px;
 }
 
 .blog-author-component img {
    max-width: 90px !important;
 }
 
 /* Customer Success Pages */
 .customer-img {
     max-width: 100px !important;
 }
 
 .backflip-sub-img {
     width: 60px !important;
 }
 
 .chatbooks-sub-img {
     width: 140px !important;
 }
 
 .doubledown-sub-img {
     width: 100px !important;
 }
 
 .churchill-sub-img {
     width: 130px !important;
 }
 
 .mobility-sub-img {
     width: 100px !important;
 }
 
 .rosetta-sub-img {
     width: 150px !important;
 }
 
 .sub-footer-icon {
     padding: 25px 15px !important;;
     border-right: 1px solid #ededed;
     border-top: 1px solid #ededed;
 }
 
 .sub-footer-icon img {
     filter: grayscale(100%);
     opacity: .6 !important;
     transition: all .2s ease;
 
 }
 
 .sub-footer-icon:hover img {
     filter: grayscale(0);
     opacity: 1 !important;
 }
 
 
 /* Thank You/Success Pages */
 .success-check {
     width: 95px !important;
 }
 
 .thank-you-column-wrapper {
     border: 2px solid #ededed;
     transition: all .2s ease;
 }
 
 .thank-you-column-wrapper:hover {
     border: 2px solid #61a60d;
 }
 
 .thank-you-desc {
     font-size: 13px !important;
     line-height: 2 !important;
 }
 
 .log-in,
 .integrate,
 .sdk,
 .create,
 .campaign {
     font-weight: 600 !important;
 }
 
 .integrate {
     padding-top: 40px;
 }
 
 /* Case Studies Sidebar */
 .case-studies-link {
     text-decoration: underline;
     font-weight: 500 !important;
 }
 
 /* quote text highlighting */
 .text-highlight {
     background-color: #66c1e7;
     display: inline;
     color: #fff;
     font-size: 1.125em;
     line-height: 2;
     padding: 5px 0px 5px 0px;
     font-weight: 400 !important;
 }
 
 .sidebar-text-highlight {
   background-color: #66c1e7;
     display: inline;
     color: #fff;
     font-size: 1.2em;
     line-height: 2;
     padding: 5px 0px 5px 0px;
     font-weight: 400 !important;
 }
 
 .text-highlight-credit {
   color: #66c1e7;
   font-size: 11px;
   margin-bottom: 40px !important;
   font-weight: 400 !important;
 }
 
 
 /* On Location Cards */
 .on-location {
     border: 2px solid #e3e3e3;
     background-color: #fff;
     margin: 20px 0 0 0;
     padding-bottom: 30px;
 }
 
 .on-location h4 {
     min-height: 130px;
     padding: 20px 30px 10px 37px;
   max-width: 90%;
 }
 
 .on-location .bg-image {
   background-size: cover;
   height: 140px;
   background-repeat: no-repeat;
   background-position: center center;
 }
 
 .on-location .links {
     min-height: 0px;
 }
 
 .on-location a {
   display: block;
 }
 
 .on-location a p {
   display: inline-block;
     margin-left: 8px;
   text-transform: uppercase;
     font-size: 13px;
   padding-bottom: 0 !important;
 }
 
 .on-location .calendar-icon {
     width: 15px !important;
   margin: 15px 0 -1px 40px !important;
 }
 
 .on-location .location-icon {
     width: 12px !important;
   margin: 7px 3px -1px 40px !important;
 }
 
 .on-location .email-icon {
     width: 15px !important;
   margin: 10px 0 0 40px !important;
 }
 
 /* Basic Cards Per Page */
 
 .card {
     min-height: 500px !important;
 }
 
 .card h3 {
     font-size: 25px !important;
     padding: 30px 10% 0 10% !important;
 }
 
 .card p {
   font-size: 12px !important;
   padding: 0px 10% 25px 10% !important;
 }
 
 .card-link {
     position: absolute;
     bottom: 0;
     font-size: 13px;
 }
 
 .card .wpb_wrapper {
     min-height: 500px !important;
 }
 
 /* Blog 3 section */
 .kochava-blog-3-section h3 {
     font-weight: 300 !important;
 }
 
 
 /*------------------------------------------------------------
  * 7. FOUNDATION GRID
  -----------------------------------------------------------*/
 /**
  * Foundation for Sites by ZURB
  * Version 6.4.2
  * foundation.zurb.com
  * Licensed under MIT Open Source
  */
 /*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
 /* Document
        ========================================================================== */
 /**
      * 1. Change the default font family in all browsers (opinionated).
      * 2. Correct the line height in all browsers.
      * 3. Prevent adjustments of font size after orientation changes in
      *    IE on Windows Phone and in iOS.
      */
 
 /*
  *
  * To use this grid system with Salient, the default row has been changed to .kochava-row so that it will not interfere with
  * the current theme grid system.  Everything else works the same as far as how to use the grid system and can be found in the
  * foundation docs online.  Happy coding on custom html scripts within Salient!!!
  *
 */
 
 .foundation-mq {
   font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }
 
 
 .kochava-row {
   max-width: 68.5rem;
   margin-right: auto;
   margin-left: auto;
   display: -ms-flexbox;
   display: -webkit-box;
   display: flex;
   -ms-flex-flow: row wrap;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   flex-flow: row wrap; }
 .kochava-row .kochava-row {
   margin-right: -0.9375rem;
   margin-left: -0.9375rem; }
 @media print, screen and (min-width: 40em) {
   .kochava-row .kochava-row {
     margin-right: -0.9375rem;
     margin-left: -0.9375rem; } }
 @media print, screen and (min-width: 64em) {
   .kochava-row .kochava-row {
     margin-right: -0.9375rem;
     margin-left: -0.9375rem; } }
 .kochava-row .kochava-row.collapse {
   margin-right: 0;
   margin-left: 0; }
 .kochava-row.expanded {
   max-width: none; }
 .kochava-row.expanded .kochava-row {
   margin-right: auto;
   margin-left: auto; }
 .kochava-row:not(.expanded) .kochava-row {
   max-width: none; }
 .kochava-row.collapse > .column, .kochava-row.collapse > .columns {
   padding-right: 0;
   padding-left: 0; }
 .kochava-row.is-collapse-child,
 .kochava-row.collapse > .column > .kochava-row,
 .kochava-row.collapse > .columns > .kochava-row {
   margin-right: 0;
   margin-left: 0; }
 
 .column, .columns {
   -ms-flex: 1 1 0px;
   -webkit-box-flex: 1;
   flex: 1 1 0px;
   padding-right: 0.9375rem;
   padding-left: 0.9375rem;
   min-width: 0; }
 
 .column.kochava-row.kochava-row, .kochava-row.kochava-row.columns {
   float: none;
   display: block; }
 
 .kochava-row .column.kochava-row.kochava-row, .kochava-row .kochava-row.kochava-row.columns {
   margin-right: 0;
   margin-left: 0;
   padding-right: 0;
   padding-left: 0; }
 
 .small-1 {
   -ms-flex: 0 0 8.33333%;
   -webkit-box-flex: 0;
   flex: 0 0 8.33333%;
   max-width: 8.33333%; }
 
 .small-offset-0 {
   margin-left: 0%; }
 
 .small-2 {
   -ms-flex: 0 0 16.66667%;
   -webkit-box-flex: 0;
   flex: 0 0 16.66667%;
   max-width: 16.66667%; }
 
 .small-offset-1 {
   margin-left: 8.33333%; }
 
 .small-3 {
   -ms-flex: 0 0 25%;
   -webkit-box-flex: 0;
   flex: 0 0 25%;
   max-width: 25%; }
 
 .small-offset-2 {
   margin-left: 16.66667%; }
 
 .small-4 {
   -ms-flex: 0 0 33.33333%;
   -webkit-box-flex: 0;
   flex: 0 0 33.33333%;
   max-width: 33.33333%; }
 
 .small-offset-3 {
   margin-left: 25%; }
 
 .small-5 {
   -ms-flex: 0 0 41.66667%;
   -webkit-box-flex: 0;
   flex: 0 0 41.66667%;
   max-width: 41.66667%; }
 
 .small-offset-4 {
   margin-left: 33.33333%; }
 
 .small-6 {
   -ms-flex: 0 0 50%;
   -webkit-box-flex: 0;
   flex: 0 0 50%;
   max-width: 50%; }
 
 .small-offset-5 {
   margin-left: 41.66667%; }
 
 .small-7 {
   -ms-flex: 0 0 58.33333%;
   -webkit-box-flex: 0;
   flex: 0 0 58.33333%;
   max-width: 58.33333%; }
 
 .small-offset-6 {
   margin-left: 50%; }
 
 .small-8 {
   -ms-flex: 0 0 66.66667%;
   -webkit-box-flex: 0;
   flex: 0 0 66.66667%;
   max-width: 66.66667%; }
 
 .small-offset-7 {
   margin-left: 58.33333%; }
 
 .small-9 {
   -ms-flex: 0 0 75%;
   -webkit-box-flex: 0;
   flex: 0 0 75%;
   max-width: 75%; }
 
 .small-offset-8 {
   margin-left: 66.66667%; }
 
 .small-10 {
   -ms-flex: 0 0 83.33333%;
   -webkit-box-flex: 0;
   flex: 0 0 83.33333%;
   max-width: 83.33333%; }
 
 .small-offset-9 {
   margin-left: 75%; }
 
 .small-11 {
   -ms-flex: 0 0 91.66667%;
   -webkit-box-flex: 0;
   flex: 0 0 91.66667%;
   max-width: 91.66667%; }
 
 .small-offset-10 {
   margin-left: 83.33333%; }
 
 .small-12 {
   -ms-flex: 0 0 100%;
   -webkit-box-flex: 0;
   flex: 0 0 100%;
   max-width: 100%; }
 
 .small-offset-11 {
   margin-left: 91.66667%; }
 
 .small-up-1 {
   -ms-flex-wrap: wrap;
   flex-wrap: wrap; }
 .small-up-1 > .column, .small-up-1 > .columns {
   -ms-flex: 0 0 100%;
   -webkit-box-flex: 0;
   flex: 0 0 100%;
   max-width: 100%; }
 
 .small-up-2 {
   -ms-flex-wrap: wrap;
   flex-wrap: wrap; }
 .small-up-2 > .column, .small-up-2 > .columns {
   -ms-flex: 0 0 50%;
   -webkit-box-flex: 0;
   flex: 0 0 50%;
   max-width: 50%; }
 
 .small-up-3 {
   -ms-flex-wrap: wrap;
   flex-wrap: wrap; }
 .small-up-3 > .column, .small-up-3 > .columns {
   -ms-flex: 0 0 33.33333%;
   -webkit-box-flex: 0;
   flex: 0 0 33.33333%;
   max-width: 33.33333%; }
 
 .small-up-4 {
   -ms-flex-wrap: wrap;
   flex-wrap: wrap; }
 .small-up-4 > .column, .small-up-4 > .columns {
   -ms-flex: 0 0 25%;
   -webkit-box-flex: 0;
   flex: 0 0 25%;
   max-width: 25%; }
 
 .small-up-5 {
   -ms-flex-wrap: wrap;
   flex-wrap: wrap; }
 .small-up-5 > .column, .small-up-5 > .columns {
   -ms-flex: 0 0 20%;
   -webkit-box-flex: 0;
   flex: 0 0 20%;
   max-width: 20%; }
 
 .small-up-6 {
   -ms-flex-wrap: wrap;
   flex-wrap: wrap; }
 .small-up-6 > .column, .small-up-6 > .columns {
   -ms-flex: 0 0 16.66667%;
   -webkit-box-flex: 0;
   flex: 0 0 16.66667%;
   max-width: 16.66667%; }
 
 .small-up-7 {
   -ms-flex-wrap: wrap;
   flex-wrap: wrap; }
 .small-up-7 > .column, .small-up-7 > .columns {
   -ms-flex: 0 0 14.28571%;
   -webkit-box-flex: 0;
   flex: 0 0 14.28571%;
   max-width: 14.28571%; }
 
 .small-up-8 {
   -ms-flex-wrap: wrap;
   flex-wrap: wrap; }
 .small-up-8 > .column, .small-up-8 > .columns {
   -ms-flex: 0 0 12.5%;
   -webkit-box-flex: 0;
   flex: 0 0 12.5%;
   max-width: 12.5%; }
 
 .small-collapse > .column, .small-collapse > .columns {
   padding-right: 0;
   padding-left: 0; }
 
 .small-uncollapse > .column, .small-uncollapse > .columns {
   padding-right: 0.9375rem;
   padding-left: 0.9375rem; }
 
 @media print, screen and (min-width: 40em) {
   .medium-1 {
     -ms-flex: 0 0 8.33333%;
     -webkit-box-flex: 0;
     flex: 0 0 8.33333%;
     max-width: 8.33333%; }
   .medium-offset-0 {
     margin-left: 0%; }
   .medium-2 {
     -ms-flex: 0 0 16.66667%;
     -webkit-box-flex: 0;
     flex: 0 0 16.66667%;
     max-width: 16.66667%; }
   .medium-offset-1 {
     margin-left: 8.33333%; }
   .medium-3 {
     -ms-flex: 0 0 25%;
     -webkit-box-flex: 0;
     flex: 0 0 25%;
     max-width: 25%; }
   .medium-offset-2 {
     margin-left: 16.66667%; }
   .medium-4 {
     -ms-flex: 0 0 33.33333%;
     -webkit-box-flex: 0;
     flex: 0 0 33.33333%;
     max-width: 33.33333%; }
   .medium-offset-3 {
     margin-left: 25%; }
   .medium-5 {
     -ms-flex: 0 0 41.66667%;
     -webkit-box-flex: 0;
     flex: 0 0 41.66667%;
     max-width: 41.66667%; }
   .medium-offset-4 {
     margin-left: 33.33333%; }
   .medium-6 {
     -ms-flex: 0 0 50%;
     -webkit-box-flex: 0;
     flex: 0 0 50%;
     max-width: 50%; }
   .medium-offset-5 {
     margin-left: 41.66667%; }
   .medium-7 {
     -ms-flex: 0 0 58.33333%;
     -webkit-box-flex: 0;
     flex: 0 0 58.33333%;
     max-width: 58.33333%; }
   .medium-offset-6 {
     margin-left: 50%; }
   .medium-8 {
     -ms-flex: 0 0 66.66667%;
     -webkit-box-flex: 0;
     flex: 0 0 66.66667%;
     max-width: 66.66667%; }
   .medium-offset-7 {
     margin-left: 58.33333%; }
   .medium-9 {
     -ms-flex: 0 0 75%;
     -webkit-box-flex: 0;
     flex: 0 0 75%;
     max-width: 75%; }
   .medium-offset-8 {
     margin-left: 66.66667%; }
   .medium-10 {
     -ms-flex: 0 0 83.33333%;
     -webkit-box-flex: 0;
     flex: 0 0 83.33333%;
     max-width: 83.33333%; }
   .medium-offset-9 {
     margin-left: 75%; }
   .medium-11 {
     -ms-flex: 0 0 91.66667%;
     -webkit-box-flex: 0;
     flex: 0 0 91.66667%;
     max-width: 91.66667%; }
   .medium-offset-10 {
     margin-left: 83.33333%; }
   .medium-12 {
     -ms-flex: 0 0 100%;
     -webkit-box-flex: 0;
     flex: 0 0 100%;
     max-width: 100%; }
   .medium-offset-11 {
     margin-left: 91.66667%; }
   .medium-up-1 {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap; }
   .medium-up-1 > .column, .medium-up-1 > .columns {
     -ms-flex: 0 0 100%;
     -webkit-box-flex: 0;
     flex: 0 0 100%;
     max-width: 100%; }
   .medium-up-2 {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap; }
   .medium-up-2 > .column, .medium-up-2 > .columns {
     -ms-flex: 0 0 50%;
     -webkit-box-flex: 0;
     flex: 0 0 50%;
     max-width: 50%; }
   .medium-up-3 {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap; }
   .medium-up-3 > .column, .medium-up-3 > .columns {
     -ms-flex: 0 0 33.33333%;
     -webkit-box-flex: 0;
     flex: 0 0 33.33333%;
     max-width: 33.33333%; }
   .medium-up-4 {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap; }
   .medium-up-4 > .column, .medium-up-4 > .columns {
     -ms-flex: 0 0 25%;
     -webkit-box-flex: 0;
     flex: 0 0 25%;
     max-width: 25%; }
   .medium-up-5 {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap; }
   .medium-up-5 > .column, .medium-up-5 > .columns {
     -ms-flex: 0 0 20%;
     -webkit-box-flex: 0;
     flex: 0 0 20%;
     max-width: 20%; }
   .medium-up-6 {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap; }
   .medium-up-6 > .column, .medium-up-6 > .columns {
     -ms-flex: 0 0 16.66667%;
     -webkit-box-flex: 0;
     flex: 0 0 16.66667%;
     max-width: 16.66667%; }
   .medium-up-7 {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap; }
   .medium-up-7 > .column, .medium-up-7 > .columns {
     -ms-flex: 0 0 14.28571%;
     -webkit-box-flex: 0;
     flex: 0 0 14.28571%;
     max-width: 14.28571%; }
   .medium-up-8 {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap; }
   .medium-up-8 > .column, .medium-up-8 > .columns {
     -ms-flex: 0 0 12.5%;
     -webkit-box-flex: 0;
     flex: 0 0 12.5%;
     max-width: 12.5%; } }
 
 @media print, screen and (min-width: 40em) and (min-width: 40em) {
   .medium-expand {
     -ms-flex: 1 1 0px;
     -webkit-box-flex: 1;
     flex: 1 1 0px; } }
 
 .kochava-row.medium-unstack > .column, .kochava-row.medium-unstack > .columns {
   -ms-flex: 0 0 100%;
   -webkit-box-flex: 0;
   flex: 0 0 100%; }
 @media print, screen and (min-width: 40em) {
   .kochava-row.medium-unstack > .column, .kochava-row.medium-unstack > .columns {
     -ms-flex: 1 1 0px;
     -webkit-box-flex: 1;
     flex: 1 1 0px; } }
 
 @media print, screen and (min-width: 40em) {
   .medium-collapse > .column, .medium-collapse > .columns {
     padding-right: 0;
     padding-left: 0; }
   .medium-uncollapse > .column, .medium-uncollapse > .columns {
     padding-right: 0.9375rem;
     padding-left: 0.9375rem; } }
 
 @media print, screen and (min-width: 64em) {
   .large-1 {
     -ms-flex: 0 0 8.33333%;
     -webkit-box-flex: 0;
     flex: 0 0 8.33333%;
     max-width: 8.33333%; }
   .large-offset-0 {
     margin-left: 0%; }
   .large-2 {
     -ms-flex: 0 0 16.66667%;
     -webkit-box-flex: 0;
     flex: 0 0 16.66667%;
     max-width: 16.66667%; }
   .large-offset-1 {
     margin-left: 8.33333%; }
   .large-3 {
     -ms-flex: 0 0 25%;
     -webkit-box-flex: 0;
     flex: 0 0 25%;
     max-width: 25%; }
   .large-offset-2 {
     margin-left: 16.66667%; }
   .large-4 {
     -ms-flex: 0 0 33.33333%;
     -webkit-box-flex: 0;
     flex: 0 0 33.33333%;
     max-width: 33.33333%; }
   .large-offset-3 {
     margin-left: 25%; }
   .large-5 {
     -ms-flex: 0 0 41.66667%;
     -webkit-box-flex: 0;
     flex: 0 0 41.66667%;
     max-width: 41.66667%; }
   .large-offset-4 {
     margin-left: 33.33333%; }
   .large-6 {
     -ms-flex: 0 0 50%;
     -webkit-box-flex: 0;
     flex: 0 0 50%;
     max-width: 50%; }
   .large-offset-5 {
     margin-left: 41.66667%; }
   .large-7 {
     -ms-flex: 0 0 58.33333%;
     -webkit-box-flex: 0;
     flex: 0 0 58.33333%;
     max-width: 58.33333%; }
   .large-offset-6 {
     margin-left: 50%; }
   .large-8 {
     -ms-flex: 0 0 66.66667%;
     -webkit-box-flex: 0;
     flex: 0 0 66.66667%;
     max-width: 66.66667%; }
   .large-offset-7 {
     margin-left: 58.33333%; }
   .large-9 {
     -ms-flex: 0 0 75%;
     -webkit-box-flex: 0;
     flex: 0 0 75%;
     max-width: 75%; }
   .large-offset-8 {
     margin-left: 66.66667%; }
   .large-10 {
     -ms-flex: 0 0 83.33333%;
     -webkit-box-flex: 0;
     flex: 0 0 83.33333%;
     max-width: 83.33333%; }
   .large-offset-9 {
     margin-left: 75%; }
   .large-11 {
     -ms-flex: 0 0 91.66667%;
     -webkit-box-flex: 0;
     flex: 0 0 91.66667%;
     max-width: 91.66667%; }
   .large-offset-10 {
     margin-left: 83.33333%; }
   .large-12 {
     -ms-flex: 0 0 100%;
     -webkit-box-flex: 0;
     flex: 0 0 100%;
     max-width: 100%; }
   .large-offset-11 {
     margin-left: 91.66667%; }
   .large-up-1 {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap; }
   .large-up-1 > .column, .large-up-1 > .columns {
     -ms-flex: 0 0 100%;
     -webkit-box-flex: 0;
     flex: 0 0 100%;
     max-width: 100%; }
   .large-up-2 {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap; }
   .large-up-2 > .column, .large-up-2 > .columns {
     -ms-flex: 0 0 50%;
     -webkit-box-flex: 0;
     flex: 0 0 50%;
     max-width: 50%; }
   .large-up-3 {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap; }
   .large-up-3 > .column, .large-up-3 > .columns {
     -ms-flex: 0 0 33.33333%;
     -webkit-box-flex: 0;
     flex: 0 0 33.33333%;
     max-width: 33.33333%; }
   .large-up-4 {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap; }
   .large-up-4 > .column, .large-up-4 > .columns {
     -ms-flex: 0 0 25%;
     -webkit-box-flex: 0;
     flex: 0 0 25%;
     max-width: 25%; }
   .large-up-5 {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap; }
   .large-up-5 > .column, .large-up-5 > .columns {
     -ms-flex: 0 0 20%;
     -webkit-box-flex: 0;
     flex: 0 0 20%;
     max-width: 20%; }
   .large-up-6 {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap; }
   .large-up-6 > .column, .large-up-6 > .columns {
     -ms-flex: 0 0 16.66667%;
     -webkit-box-flex: 0;
     flex: 0 0 16.66667%;
     max-width: 16.66667%; }
   .large-up-7 {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap; }
   .large-up-7 > .column, .large-up-7 > .columns {
     -ms-flex: 0 0 14.28571%;
     -webkit-box-flex: 0;
     flex: 0 0 14.28571%;
     max-width: 14.28571%; }
   .large-up-8 {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap; }
   .large-up-8 > .column, .large-up-8 > .columns {
     -ms-flex: 0 0 12.5%;
     -webkit-box-flex: 0;
     flex: 0 0 12.5%;
     max-width: 12.5%; } }
 
 @media print, screen and (min-width: 64em) and (min-width: 64em) {
   .large-expand {
     -ms-flex: 1 1 0px;
     -webkit-box-flex: 1;
     flex: 1 1 0px; } }
 
 .kochava-row.large-unstack > .column, .kochava-row.large-unstack > .columns {
   -ms-flex: 0 0 100%;
   -webkit-box-flex: 0;
   flex: 0 0 100%; }
 @media print, screen and (min-width: 64em) {
   .kochava-row.large-unstack > .column, .kochava-row.large-unstack > .columns {
     -ms-flex: 1 1 0px;
     -webkit-box-flex: 1;
     flex: 1 1 0px; } }
 
 @media print, screen and (min-width: 64em) {
   .large-collapse > .column, .large-collapse > .columns {
     padding-right: 0;
     padding-left: 0; }
   .large-uncollapse > .column, .large-uncollapse > .columns {
     padding-right: 0.9375rem;
     padding-left: 0.9375rem; } }
 
 .shrink {
   -ms-flex: 0 0 auto;
   -webkit-box-flex: 0;
   flex: 0 0 auto;
   max-width: 100%; }
 
 .column-block {
   margin-bottom: 1.875rem; }
 .column-block > :last-child {
   margin-bottom: 0; }
 
 .align-right {
   -ms-flex-pack: end;
   -webkit-box-pack: end;
   justify-content: flex-end; }
 
 .align-center {
   -ms-flex-pack: center;
   -webkit-box-pack: center;
   justify-content: center; }
 
 .align-justify {
   -ms-flex-pack: justify;
   -webkit-box-pack: justify;
   justify-content: space-between; }
 
 .align-spaced {
   -ms-flex-pack: distribute;
   justify-content: space-around; }
 
 .align-right.vertical.menu > li > a {
   -ms-flex-pack: end;
   -webkit-box-pack: end;
   justify-content: flex-end; }
 
 .align-center.vertical.menu > li > a {
   -ms-flex-pack: center;
   -webkit-box-pack: center;
   justify-content: center; }
 
 .align-top {
   -ms-flex-align: start;
   -webkit-box-align: start;
   align-items: flex-start; }
 
 .align-self-top {
   -ms-flex-item-align: start;
   align-self: flex-start; }
 
 .align-bottom {
   -ms-flex-align: end;
   -webkit-box-align: end;
   align-items: flex-end; }
 
 .align-self-bottom {
   -ms-flex-item-align: end;
   align-self: flex-end; }
 
 .align-middle {
   -ms-flex-align: center;
   -webkit-box-align: center;
   align-items: center; }
 
 .align-self-middle {
   -ms-flex-item-align: center;
   -ms-grid-row-align: center;
   align-self: center; }
 
 .align-stretch {
   -ms-flex-align: stretch;
   -webkit-box-align: stretch;
   align-items: stretch; }
 
 .align-self-stretch {
   -ms-flex-item-align: stretch;
   -ms-grid-row-align: stretch;
   align-self: stretch; }
 
 .align-center-middle {
   -ms-flex-pack: center;
   -webkit-box-pack: center;
   justify-content: center;
   -ms-flex-align: center;
   -webkit-box-align: center;
   align-items: center;
   -ms-flex-line-pack: center;
   align-content: center; }
 
 .small-order-1 {
   -ms-flex-order: 1;
   -webkit-box-ordinal-group: 2;
   order: 1; }
 
 .small-order-2 {
   -ms-flex-order: 2;
   -webkit-box-ordinal-group: 3;
   order: 2; }
 
 .small-order-3 {
   -ms-flex-order: 3;
   -webkit-box-ordinal-group: 4;
   order: 3; }
 
 .small-order-4 {
   -ms-flex-order: 4;
   -webkit-box-ordinal-group: 5;
   order: 4; }
 
 .small-order-5 {
   -ms-flex-order: 5;
   -webkit-box-ordinal-group: 6;
   order: 5; }
 
 .small-order-6 {
   -ms-flex-order: 6;
   -webkit-box-ordinal-group: 7;
   order: 6; }
 
 @media print, screen and (min-width: 40em) {
   .medium-order-1 {
     -ms-flex-order: 1;
     -webkit-box-ordinal-group: 2;
     order: 1; }
   .medium-order-2 {
     -ms-flex-order: 2;
     -webkit-box-ordinal-group: 3;
     order: 2; }
   .medium-order-3 {
     -ms-flex-order: 3;
     -webkit-box-ordinal-group: 4;
     order: 3; }
   .medium-order-4 {
     -ms-flex-order: 4;
     -webkit-box-ordinal-group: 5;
     order: 4; }
   .medium-order-5 {
     -ms-flex-order: 5;
     -webkit-box-ordinal-group: 6;
     order: 5; }
   .medium-order-6 {
     -ms-flex-order: 6;
     -webkit-box-ordinal-group: 7;
     order: 6; } }
 
 @media print, screen and (min-width: 64em) {
   .large-order-1 {
     -ms-flex-order: 1;
     -webkit-box-ordinal-group: 2;
     order: 1; }
   .large-order-2 {
     -ms-flex-order: 2;
     -webkit-box-ordinal-group: 3;
     order: 2; }
   .large-order-3 {
     -ms-flex-order: 3;
     -webkit-box-ordinal-group: 4;
     order: 3; }
   .large-order-4 {
     -ms-flex-order: 4;
     -webkit-box-ordinal-group: 5;
     order: 4; }
   .large-order-5 {
     -ms-flex-order: 5;
     -webkit-box-ordinal-group: 6;
     order: 5; }
   .large-order-6 {
     -ms-flex-order: 6;
     -webkit-box-ordinal-group: 7;
     order: 6; } }
 
 .flex-container {
   display: -ms-flexbox;
   display: -webkit-box;
   display: flex; }
 
 .flex-child-auto {
   -ms-flex: 1 1 auto;
   -webkit-box-flex: 1;
   flex: 1 1 auto; }
 
 .flex-child-grow {
   -ms-flex: 1 0 auto;
   -webkit-box-flex: 1;
   flex: 1 0 auto; }
 
 .flex-child-shrink {
   -ms-flex: 0 1 auto;
   -webkit-box-flex: 0;
   flex: 0 1 auto; }
 
 .flex-dir-row {
   -ms-flex-direction: row;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   flex-direction: row; }
 
 .flex-dir-row-reverse {
   -ms-flex-direction: row-reverse;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
   flex-direction: row-reverse; }
 
 .flex-dir-column {
   -ms-flex-direction: column;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   flex-direction: column; }
 
 .flex-dir-column-reverse {
   -ms-flex-direction: column-reverse;
   -webkit-box-orient: vertical;
   -webkit-box-direction: reverse;
   flex-direction: column-reverse; }
 
 @media print, screen and (min-width: 40em) {
   .medium-flex-container {
     display: -ms-flexbox;
     display: -webkit-box;
     display: flex; }
   .medium-flex-child-auto {
     -ms-flex: 1 1 auto;
     -webkit-box-flex: 1;
     flex: 1 1 auto; }
   .medium-flex-child-grow {
     -ms-flex: 1 0 auto;
     -webkit-box-flex: 1;
     flex: 1 0 auto; }
   .medium-flex-child-shrink {
     -ms-flex: 0 1 auto;
     -webkit-box-flex: 0;
     flex: 0 1 auto; }
   .medium-flex-dir-row {
     -ms-flex-direction: row;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     flex-direction: row; }
   .medium-flex-dir-row-reverse {
     -ms-flex-direction: row-reverse;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     flex-direction: row-reverse; }
   .medium-flex-dir-column {
     -ms-flex-direction: column;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     flex-direction: column; }
   .medium-flex-dir-column-reverse {
     -ms-flex-direction: column-reverse;
     -webkit-box-orient: vertical;
     -webkit-box-direction: reverse;
     flex-direction: column-reverse; } }
 
 @media print, screen and (min-width: 64em) {
   .large-flex-container {
     display: -ms-flexbox;
     display: -webkit-box;
     display: flex; }
   .large-flex-child-auto {
     -ms-flex: 1 1 auto;
     -webkit-box-flex: 1;
     flex: 1 1 auto; }
   .large-flex-child-grow {
     -ms-flex: 1 0 auto;
     -webkit-box-flex: 1;
     flex: 1 0 auto; }
   .large-flex-child-shrink {
     -ms-flex: 0 1 auto;
     -webkit-box-flex: 0;
     flex: 0 1 auto; }
   .large-flex-dir-row {
     -ms-flex-direction: row;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     flex-direction: row; }
   .large-flex-dir-row-reverse {
     -ms-flex-direction: row-reverse;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     flex-direction: row-reverse; }
   .large-flex-dir-column {
     -ms-flex-direction: column;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     flex-direction: column; }
   .large-flex-dir-column-reverse {
     -ms-flex-direction: column-reverse;
     -webkit-box-orient: vertical;
     -webkit-box-direction: reverse;
     flex-direction: column-reverse; } }
 
 @media screen and (max-width: 39.99875em) {
   .hide-for-small-only {
     display: none !important; } }
 
 @media screen and (max-width: 0em), screen and (min-width: 40em) {
   .show-for-small-only {
     display: none !important; } }
 
 @media print, screen and (min-width: 40em) {
   .hide-for-medium {
     display: none !important; } }
 
 @media screen and (max-width: 39.99875em) {
   .show-for-medium {
     display: none !important; } }
 
 @media screen and (min-width: 40em) and (max-width: 63.99875em) {
   .hide-for-medium-only {
     display: none !important; } }
 
 @media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
   .show-for-medium-only {
     display: none !important; } }
 
 @media print, screen and (min-width: 64em) {
   .hide-for-large {
     display: none !important; } }
 
 @media screen and (max-width: 63.99875em) {
   .show-for-large {
     display: none !important; } }
 
 @media screen and (min-width: 64em) and (max-width: 74.99875em) {
   .hide-for-large-only {
     display: none !important; } }
 
 @media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
   .show-for-large-only {
     display: none !important; } }
 
 /*------------------------------------------------------
  * 8. KOCHAVA FORMS
  -------------------------------------------------------*/ 
 .hide {
     display: none;
 }
 
 .asterisk {
     color: #c11d2a !important;
 }
 
 /* Select Override */
 body[data-fancy-form-rcs="1"] .fancy-select-wrap label {
     padding-bottom: 0px;
     font-size: 13px;
     display: inline-block;
     color: #454545 !important;
     margin-bottom: 4px;
 }
 
 /* General form wrapper styling */
 .container-wrap .form-wrapper {
     margin-top: 40px;
 }
 
 .all-required {
   padding-left: 15px; 
   color: #c11d2a; 
   margin-bottom: 5px !important;
 }
 
 .container-wrap .form-wrapper input[type="text"], .container-wrap .form-wrapper textarea, .container-wrap .form-wrapper input[type="email"], .container-wrap .form-wrapper input[type="password"], .container-wrap .form-wrapper input[type="tel"], .container-wrap .form-wrapper input[type="url"], .container-wrap .form-wrapper input[type="search"], .container-wrap .form-wrapper input[type="date"] {
     background-color: #fff;
     margin: 5px 0 20px 0;
     border: 1px solid #ededee;
   font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
 }
 
 .container-wrap .form-wrapper input[type=submit], .container-wrap .form-wrapper input[type=submit].form-submit {
     background-color: #61a60d !important;
     margin-top: 45px;
     height: 50px;
     width: 100%;
   font-size: 13px !important;
   font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
 }
 
 .container-wrap .form-wrapper input[type=text]::-webkit-input-placeholder, .container-wrap .form-wrapper select::-webkit-input-placeholder {
     color: #999;
 }
 
 .container-wrap .form-wrapper input[type=text]:-ms-input-placeholder, .container-wrap .form-wrapper select:-ms-input-placeholder {
     color: #999;
 }
 
 .container-wrap .form-wrapper input[type=text]::-ms-input-placeholder, .container-wrap .form-wrapper select::-ms-input-placeholder {
     color: #999;
 }
 
 .container-wrap .form-wrapper input[type=text]::placeholder, .container-wrap .form-wrapper select::placeholder {
     color: #999;
 }
 
 .container-wrap .form-wrapper .select2-container .select2-choice {
     padding-top: 14px !important;
     padding-bottom: 12px !important;
     background-color: #fff !important;
     border-radius: 0;
     border-color: #ededee !important;
 }
 
 .container-wrap .form-wrapper .fancy-select-wrap {
     margin-bottom: 30px;
     padding-top: 0;
 }
 
 .container-wrap .form-wrapper .fancy-select-wrap a.select2-choice:hover {
     background-color: #ccc !important;
     border-color: #ededee !important;
 }
 
 .container-wrap .form-wrapper .check-box {
   margin-top: 20px;
 }
 
 .container-wrap .form-wrapper .check-box-choices {
   margin-top: 15px;
 }
 
 .container-wrap .form-wrapper .check-box-choices label {
   margin-right: 30px;
 }
 
 .container-wrap .form-wrapper .check-box-choices p {
   padding-bottom: 0 !important;
 }
 
 #submit-btn.disabled {
   opacity: .7 !important;
   cursor: not-allowed !important;
 }
     
 .form-wrapper .g-recaptcha {
    margin: 26px 15px 0;
 }
 
 @media screen and (min-width: 1024px) {
     .form-wrapper .fancy-select-wrap {
         padding-top: 0 !important;
         margin-bottom: 20px;
     }
 }
 
 /* Password Protected form page styles */
 
 .post-password-form {
     padding: 75px 0 !important;
 }
 
 .post-password-form input[type=submit] {
   position: absolute;
     right: 0px;
     height: 58px;
     background: #61a60d !important;
   font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
 }
 
 /* form wrapper hero styles */
 .container-wrap .form-wrapper-hero .fancy-select-wrap a.select2-choice:hover {
   background-color: #ccc !important;
     border-color: #ededee !important;
 }
 
 .container-wrap .form-wrapper-hero {
     margin-top: 0;
 }
 
 .form-wrapper-hero .g-recaptcha {
   margin: 10px 15px 5px;
 }
 
 body[data-form-submit="regular"] .container-wrap .form-wrapper-hero input[type=submit] {
   padding: 13px 22px !important;
 }
 
 .container-wrap .form-wrapper-hero input[type="text"], 
 .container-wrap .form-wrapper-hero textarea, 
 .container-wrap .form-wrapper-hero input[type="email"], 
 .container-wrap .form-wrapper-hero input[type="password"], 
 .container-wrap .form-wrapper-hero input[type="tel"], 
 .container-wrap .form-wrapper-hero input[type="url"], 
 .container-wrap .form-wrapper-hero input[type="search"], 
 .container-wrap .form-wrapper-hero input[type="date"] {
     background-color: #fff;
     margin: 0;
     border: 1px solid #ededee;
   padding: 4px 10px;
   color: #454545 !important;
   font-weight: 300 !important;
   font-size: 13px !important;
 }
 
 .container-wrap .form-wrapper-hero input[type=submit], 
 .container-wrap .form-wrapper-hero input[type=submit].form-submit {
     background-color: #61a60d !important;
     margin-top: 8px;
     height: 40px;
     width: 100%;
   padding: 13px 22px !important;
   font-size: 13px !important;
   font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
   transition: all .2s ease;
 }
 
 .container-wrap .form-wrapper-hero input[type=text]::-webkit-input-placeholder, .container-wrap .form-wrapper-hero select::-webkit-input-placeholder {
     color: #999;
 }
 
 .container-wrap .form-wrapper-hero input[type=text]:-ms-input-placeholder, .container-wrap .form-wrapper-hero select:-ms-input-placeholder {
     color: #999;
 }
 
 .container-wrap .form-wrapper-hero input[type=text]::-ms-input-placeholder, .container-wrap .form-wrapper-hero select::-ms-input-placeholder {
     color: #999;
 }
 
 .container-wrap .form-wrapper-hero input[type=text]::placeholder, .container-wrap .form-wrapper-hero select::placeholder {
     color: #999;
 }
 
 .container-wrap .form-wrapper-hero .select2-container .select2-choice {
     padding-top: 3px !important;
     padding-bottom: 3px !important;
     background-color: #fff !important;
     border-radius: 0;
     border-color: #ededee !important;
 }
 
 .container-wrap .form-wrapper-hero .fancy-select-wrap {
     margin-bottom: 8px;
     padding-top: 0;
 }
 
 body[data-fancy-form-rcs="1"] .form-wrapper-hero .fancy-select-wrap label {
     color: #fff !important;
 }
 
 .container-wrap .form-wrapper-hero .check-box {
   margin-top: 0;
 }
 
 /* form wrapper signup api form */
 #signup-form-api-wrapper .footnote {
     font-size: 11px !important;
     font-style: italic;
     color: #999;
 }
 
 #signup-form-api-wrapper .required-fields {
     text-align: right;
     color: #c11d2a;
     font-size: 12px;
 }
 
 #signup-form-api-wrapper .max-width {
     width: 100%;
 }
 
 #signup-form-api-wrapper .step-wrapper {
     margin: 20px 0 -20px 1px;
 }
 
 #signup-form-api-wrapper .progress-fill {
     border-top-right-radius: 0px;
     border-bottom-right-radius: 0px;
     height: 16px;
     min-width: 16px;
     margin: 10px 15px 15px 15px;
     border-top-left-radius: 64px;
     border-bottom-left-radius: 64px;
     transition: ease-in-out 300ms;
     background: #61a60d;
     -webkit-transition: ease-in-out 300ms;
     -moz-transition: ease-in-out 300ms;
     -o-transition: ease-in-out 300ms;
 }
 
 #signup-form-api-wrapper #page-error-wrapper {
     border: solid 1px #c11d2a;
     padding: 20px;
     font-size: 15px;
     color: #c11d2a;
     margin-top: 40px;
 }
 
 #signup-form-api-wrapper .form-wrapper {
     /** Input styles */
     /* Special Box for https input*/
     /** button styles */
 }
 
 #signup-form-api-wrapper .form-wrapper h2 {
     border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
     margin: 32px 0 32px 15px;
     padding-bottom: 13px;
     font-size: 26px;
     font-weight: 100;
     padding-left: 0;
 }
 
 #signup-form-api-wrapper .intro-copy {
     border-bottom: none !important;
     margin: 15px 0 0 15px !important;
 }
 
 #signup-form-api-wrapper .form-wrapper label {
     font-weight: 300 !important;
 }
 
 #signup-form-api-wrapper .form-wrapper .label-padding {
     line-height: 85px;
 }
 
 #signup-form-api-wrapper .form-wrapper .small {
     margin: -5px 0 20px 15px;
 }
 
 #signup-form-api-wrapper .form-wrapper select {
     height: 55px;
     outline: 1px solid #ededee;
     font-size: 14px !important;
     margin-top: 15px;
     color: #999;
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
     background: #fff;
 }
 
 #signup-form-api-wrapper .form-wrapper input[type=text]::-webkit-input-placeholder,
 #signup-form-api-wrapper .form-wrapper input[type=email]::-webkit-input-placeholder
 #signup-form-api-wrapper .form-wrapper select::-webkit-input-placeholder {
     color: #999;
 }
 
 #signup-form-api-wrapper .form-wrapper input[type=text]:-ms-input-placeholder,
 #signup-form-api-wrapper .form-wrapper input[type=email]:-ms-input-placeholder
 #signup-form-api-wrapper .form-wrapper select:-ms-input-placeholder {
     color: #999;
 }
 
 #signup-form-api-wrapper .form-wrapper input[type=text]::-ms-input-placeholder, 
 #signup-form-api-wrapper .form-wrapper select::-ms-input-placeholder {
     color: #999;
 }
 
 #signup-form-api-wrapper .form-wrapper input[type=text]::placeholder, 
 #signup-form-api-wrapper .form-wrapper input[type=email]::placeholder
 #signup-form-api-wrapper .form-wrapper select::placeholder {
     color: #999;
 }
 
 #signup-form-api-wrapper .form-wrapper .https-box {
     position: relative;
 }
 
 #signup-form-api-wrapper .form-wrapper .https-box span {
     position: absolute;
     top: 28px;
     left: 14px;
     font-size: 16px;
     font-weight: 400 !important;
     color: #999;
 }
 
 #signup-form-api-wrapper .form-wrapper .https-box input {
     padding-left: 68px;
 }
 
 #signup-form-api-wrapper .form-wrapper .fancy-select-wrap {
     margin: 15px 0 20px;
 }
 
 #signup-form-api-wrapper .form-wrapper .fancy-select-wrap .select2-container:hover a span {
     color: #fff !important;
 }
 
 #signup-form-api-wrapper .form-wrapper .fancy-select-wrap .select2-choice {
     padding: 12px 10px;
     color: #d9d9d9;
     border-color: #ededee;
 }
 
 #signup-form-api-wrapper .form-wrapper .fancy-select-wrap .select2-choice .select2-chosen {
     color: #666 !important;
 }
 
 #signup-form-api-wrapper .form-wrapper input {
     padding: 15px 12px 15px;
     margin: 15px 0 20px;
 }
 
 #signup-form-api-wrapper .form-wrapper input[type="checkbox"] {
     width: 20px;
 }
 
 #signup-form-api-wrapper .form-wrapper input[type="text"],
 #signup-form-api-wrapper .form-wrapper input[type="email"]{
     border: 1px solid #ededee;
     font-size: 14px;
 }
 
 #signup-form-api-wrapper .form-wrapper input[type="text"]:focus, #signup-form-api-wrapper .form-wrapper select:focus {
     border: 1px solid #999;
 }
 
 #signup-form-api-wrapper .form-wrapper input.invalid {
     border: 1px solid #c11d2a !important;
 }
 
 #signup-form-api-wrapper .form-wrapper button {
     float: left;
     padding: 20px 50px 20px 50px;
     margin: 30px 20px 0 0;
     font-size: 14px;
     border: none;
     color: #fff;
     background: #61a60d;
     -webkit-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
 }
 
 #signup-form-api-wrapper .form-wrapper .button.previous {
     background: #00b3e3;
 }
 
 #signup-form-api-wrapper .form-wrapper .button.previous:hover {
     cursor: pointer;
     background: #454545;
 }
 
 #signup-form-api-wrapper .form-wrapper .submit-button.disabled {
     background: #ccc;
     opacity: 0.7;
 }
 
 #signup-form-api-wrapper .form-wrapper .submit-button.disabled:hover {
     cursor: not-allowed;
 }
 
 #signup-form-api-wrapper .form-wrapper .submit-button.enabled {
     opacity: 1;
     background: #61a60d;
     -webkit-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
 }
 
 #signup-form-api-wrapper .form-wrapper .submit-button.enabled:hover {
     background: #454545;
     cursor: pointer;
 }
 
 .form-wrapper label.error { 
   color: #c11d2a; 
 }
         
 #signup-form-api-wrapper .form-wrapper input.error {
   border: 1px solid #c11d2a !important
 }
 
 #signup-form-api-wrapper .form-wrapper button[type=submit].disabled:hover {
   background: #ccc !important;
 }
 
 #signup-form-api-wrapper .form-wrapper button[type=submit] {
   padding: 20px 50px 20px 50px !important;
 }
 
 #signup-form-api-wrapper .form-wrapper button[type=submit]:hover,
 #signup-form-api-wrapper .form-wrapper button[type=submit]:focus {
   background-color: #454545 !important;
 }
 
 #loading-message {
   display: none;
   background: black;
   height: 100vh;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   padding: 45vh 30px;
 }
 
 #loading-message h1 {
   color: #fff;
   margin-bottom: 100px;
   line-height: 1.4;
   text-align: center;
   font-size: 36px;
 }
 
 @media (min-width: 690px) {
   #loading-message h1 {
     font-size: 43px;
   }
 }
 
 .loader,
 .loader:before,
 .loader:after {
   border-radius: 50%;
 }
 .loader {
   color: #c11d2a;
   font-size: 7px;
   text-indent: -99999em;
   margin: 55px auto;
   position: relative;
   width: 10em;
   height: 10em;
   box-shadow: inset 0 0 0 .7em;
   -webkit-transform: translateZ(0);
   -ms-transform: translateZ(0);
   transform: translateZ(0);
 }
 .loader:before,
 .loader:after {
   position: absolute;
   content: '';
 }
 .loader:before {
   width: 5.2em;
   height: 10.2em;
   background: #000;
   border-radius: 10.2em 0 0 10.2em;
   top: -0.1em;
   left: -0.1em;
   -webkit-transform-origin: 5.1em 5.1em;
   transform-origin: 5.1em 5.1em;
   -webkit-animation: load2 2s infinite ease 1.5s;
   animation: load2 2s infinite ease 1.5s;
 }
 .loader:after {
   width: 5.2em;
   height: 10.2em;
   background: #000;
   border-radius: 0 10.2em 10.2em 0;
   top: -0.1em;
   left: 4.9em;
   -webkit-transform-origin: 0.1em 5.1em;
   transform-origin: 0.1em 5.1em;
   -webkit-animation: load2 2s infinite ease;
   animation: load2 2s infinite ease;
 }
 @-webkit-keyframes load2 {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
   }
   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }
 @keyframes load2 {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
   }
   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }
 
 /*----------------------------------------------------------------------*/
 
 /** Iframe styles */
 .has-content-container {
     min-height: 400px;
     min-width: 98%;
     overflow: scroll;
     border: solid 1px #ededee;
 }
 
 .no-content-container {
     min-height: 10px;
     max-height: 50px;
 }
 
 /** tiers table styles */
 .table-responsive {
     overflow-x: visible;
 }
 
 .tiers-table {
     border-collapse: collapse;
     display: inline-block;
     border: none;
 }
 
 .tiers-table th, .tiers-table td {
     text-transform: capitalize;
     text-align: center;
     vertical-align: middle;
 }
 
 .tiers-table th:first-child, .tiers-table td:first-child {
     text-align: left;
     padding-left: 15px;
     border-left: 2px #cacaca solid;
 }
 
 .tiers-table th {
     color: #fff;
     text-transform: uppercase;
     width: 16.6%;
     padding-top: 10px;
 }
 
 .tiers-table th.default, .tiers-table tr.default {
     background: #ccc;
     min-width: 280px;
     height: 36px;
 }
 
 .tiers-table tr.default td:first-child {
     color: #fff;
     text-transform: uppercase;
     font-weight: bold;
 }
 
 .tiers-table th.basic {
     background: #9ed8ef;
 }
 
 .tiers-table th.plus {
     background: #7dcdeb;
 }
 
 .tiers-table th.lift {
     background: #3bb3e2;
 }
 
 .tiers-table th.growth {
     background: #58c3e6;
 }
 
 .tiers-table th.enterprise {
     background: #38a0c7;
     padding-bottom: 33px;
 }
 
 .tiers-table td {
     border-right: 2px #ccc solid;
     height: 50px;
 }
 
 .tiers-table td span {
     text-transform: lowercase;
 }
 
 .tiers-table tr.final {
     background: #454545;
 }
 
 .tiers-table tr.greyBG {
     background: #e6e6e6;
 }
 
 .tiers-table tr.final td {
     color: #fff;
     border-color: #454545;
 }
 
 table.tiers-table tbody td {
     border: 1px solid #e6e6e6 !important;
     padding-top: 15px;
 }
 
 .table > thead > tr > th {
     border-bottom: none;
 }
 
 /* Sidebar Email Subscribe Form */
 #sidebar-email-subscribe {
   position: relative;
   margin-top: 40px;
 }
 
 #sidebar-email-subscribe input[type=email] {
     width: 100%;
     padding: 12px;
   font-size: 13px;
 }
 
 #sidebar-email-subscribe button[type=submit] {
     position: absolute;
     right: 0;
     bottom: 0px;
     background: #1d1e22 !important;
     height: 50px;
 }
 
 #sidebar-email-subscribe label {
     font-size: 13px !important;
 }
 
 /* Salesforce Form */
 #form-wrapper label {
     font-weight: 300 !important;
 }
 
 /* Subscribe Form Mail Chimp */
 #mc_embed_signup input[type=text], #mc_embed_signup input[type=email], #mc_embed_signup input[type=url] {
     border: 1px solid #ededee;
     background-color: #fff;
     font-size: 14px;
     width: 100%;
     margin-top: 5px;
     margin-bottom: 20px;
     -webkit-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
 }
 
 #mc_embed_signup input[type=text]:focus, #mc_embed_signup input[type=email]:focus, #mc_embed_signup input[type=url]:focus {
     border: 1px solid #b3b3b3;
 }
 
 #mc_embed_signup .indicates-required {
     margin-bottom: 20px;
     text-align: right;
 }
 
 #mc_embed_signup .mc-field-group {
     width: 100%;
 }
 
 #mc_embed_signup label {
     font-weight: 300 !important;
     font-size: 14px;
     text-transform: none;
     margin-bottom: 8px;
 }
 
 #mc_embed_signup input[type=submit].kochava-button {
     width: 100%;
     font-size: 14px;
     background-color: #61a60d !important;
     margin-top: 40px;
     -webkit-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
 }
 
 #mc_embed_signup input[type=submit].kochava-button:hover {
     background-color: #454545 !important;
 }
 
 /*---------------------------------------------------------
  * 9. Kochava SDK
  ---------------------------------------------------------*/
 #sdk-wrapper .sdk-container {
   border: 1px solid #ccc;
   background-color: #fff;
   height: 180px;
   margin: 20px 0 0 0;
   position: relative;
 }
 
 #sdk-wrapper .sdk-image {
   display: block;
   width: 100%;
   height: auto;
 }
 
 #sdk-wrapper .overlay {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   height: 100%;
   width: 100%;
   opacity: 0;
   -webkit-transition: all .2s ease;
   transition: all .2s ease;
 }
 
 #sdk-wrapper .sdk-container:hover .overlay {
   opacity: 1;
 }
 
 #sdk-wrapper .sdk-roll-over {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
 }
     
 #sdk-wrapper img {
   max-height: 80px;
   padding: 10px 0;
 }
    
 
 #sdk-wrapper .image {
   position: absolute;
   top: 43%; 
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   max-height: 80px;
   padding: 10px 0 ;
 }
 
 #sdk-wrapper .sdk-platform {
   text-align: center;
   padding-top: 110px;
 }
 
 /* ------------------------------------------
  * 10. Lever API CSS 
  -------------------------------------------*/
 .lever-jobs {
   color: #454545;
   font-weight: 300;
   margin-bottom: 20px;
 }
 
 .lever-jobs .inner-wrap {
   padding: 25px 25px 16px;
   border: 2px solid #e6e6e6;
   background-color: #fff;
   transition: all 0.1s ease-out;
   margin-right: 1%;
   margin-bottom: 2%;
 }
 
 .lever-jobs .inner-wrap:hover {
   border: 2px solid #00b3e3;
 }
 
 .lever-jobs .job-top {
   height: 160px;
 }
 
 .lever-jobs p {
   margin: 0;
   font-size: 0.875em;
 }
 
 .lever-jobs .job-title {
   font-size: 1.3em !important;
   margin: 0;
   line-height: 1.4;
 }
 
 .lever-jobs .job-location {
   margin-bottom: 8px;
 }
 
 .lever-jobs .job-links {
   display: flex;
   justify-content: space-between;
   color: #999;
   font-size: 0.75rem;
   text-transform: uppercase;
   height: 30px;
   align-items: flex-end;
 }
 
 .lever-jobs .job-links a {
   display: inline-block;
   max-width: 60%;
   color: #00b3e3;
   transition: all 0.2s ease-out;
 }
 
 .lever-jobs .job-links a:hover {
   color: #454545;
 }
 
 .lever-jobs .links a:last-child {
   display: inline-block;
   line-height: 4.9;
 }
 
 @media(min-width: 1300px) {
   .lever-jobs .job-title {
     font-size: 1.6em !important;
     margin: 0;
     line-height: 1.4;
   }
 }
 
 /*-----------------------------------------------
  * 11. Kochava Integration Partners
  ------------------------------------------------*/
 .letter-anchors {
     padding-right: 15px;
 }
 
 .network-thumb {
     height: 35px !important;
   margin-top: -6px;
 }
 
 .partner {
     height: 80px;
     border-bottom: solid 1px #ededed;
     padding: 15px 0;
 }
 
 .capitalize {
   text-transform: capitalize;
 }
 
 .padding-bottom {
   padding-bottom: 15px;
 }
 
 /*-----------------------------------------------
  * 12. KOCHAVA PRICING PAGE
  -----------------------------------------------*/
 
 /* columns */
     .left-col {
         margin-bottom: 60px;
     }
 
     .get-started-wrapper img {
         vertical-align: baseline;
     }
 
     .get-started-wrapper img.check {
         vertical-align: middle;
         margin-top: 15px;
         margin-bottom: 0 !important;
     }
 
     .get-started-wrapper hr {
         margin: 35px 0;
     }
 
     .get-started-wrapper h1 {
         text-align: center;
         margin-bottom: 30px;
         font-size: 3.48em;
     }
 
     .get-started-wrapper .border-wrap-free {
         outline: 1px solid #d1d3d4;
         border-top: 10px solid #04b2e2;
         padding: 4rem 1.3rem 2rem;
         min-height: 0;
         background-color: #fff;
     }
 
     .get-started-wrapper .border-wrap-enterprise {
         outline: 1px solid #d1d3d4;
         border-top: 10px solid #d4bd49;
         padding: 4rem 1.3rem 2rem;
         min-height: 771px;
         background-color: #fff;
     }
 
     .get-started-wrapper .top-section {
         margin: 0 auto;
         text-align: center;
     }
 
     .get-started-wrapper h2 {
         font-size: 2.5em !important;
         text-align: center;
     }
 
     .get-started-wrapper .border-wrap-enterprise h2 {
         color: #d4bd49;
     }
 
     .get-started-wrapper .border-wrap-free h2 {
         color: #04b2e2;
     }
 
     .get-started-wrapper .border-wrap-standard h2 {
         color: #b1b1b1;
     }
 
     .get-started-wrapper .logo-wrap {
         min-height: 65px;
     }
 
     .get-started-wrapper .features {
         margin-bottom: 10px;
     }
 
     /******* buttons **********/
 
     .get-started-wrapper a.btn.btn-invert-enterprise-lower,
     .get-started-wrapper a.btn.btn-invert-faa-lower {
         margin-top: 2px;
         border-color: transparent;
         color: #ffffff;
         width: 100%;
         text-align: center;
         padding: 30px;
         font-size: 14px;
         display: block;
     }
 
     .get-started-wrapper a.btn.btn-invert-enterprise,
     .get-started-wrapper a.btn.btn-invert-faa {
         margin-top: 30px;
         border-color: transparent;
         color: #ffffff;
         width: 100%;
         text-align: center;
         padding: 20px;
         font-size: 14px;
         display: block;
     }
 
     .get-started-wrapper a.btn.btn-invert-enterprise,
     .get-started-wrapper a.btn.btn-invert-enterprise-lower {
         background-color: #d4bd49;
         outline: 1px solid #d4bd49;
         transition: all .2s ease;
     }
 
     .get-started-wrapper a.btn.btn-invert-faa,
     .get-started-wrapper a.btn.btn-invert-faa-lower {
         background-color: #04b2e2;
         outline: 1px solid #04b2e2;
         transition: all .2s ease;
     }
 
     /* buttons hover */
     .get-started-wrapper a.btn.btn-invert-enterprise:hover,
     .get-started-wrapper a.btn.btn-invert-faa:hover {
         border-color: transparent;
         background-color: #454545;
     }
 
     .get-started-wrapper a.btn.btn-invert-faa-lower:hover,
     .get-started-wrapper a.btn.btn-invert-enterprise-lower:hover {
         border-color: transparent;
         background-color: #454545;
         outline: 1px solid #454545;
     }
 
     /******** accordions styling *********/
 
     .get-started-wrapper .accordions {
         font-family: "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
         color: #454545;
         font-size: 12px !important;
     }
 
     .get-started-wrapper .top-section .accordions {
         text-align: center !important;
     }
 
     .get-started-wrapper .accordions table {
         margin: 15px 0;
     }
 
     .get-started-wrapper .accordions .accordions-head,
     .get-started-wrapper .accordions .accordions-head-title {
         color: #04b2e2 !important;
         font-size: 14px;
         font-weight: 300 !important;
         background: #fff !important;
         border: none;
         margin: 0 !important;
     }
 
     .get-started-wrapper .top-section .accordions .accordions-head,
     .get-started-wrapper .top-section .accordions .accordions-head-title {
         padding: 0 !important;
         font-weight: 400 !important;
     }
 
   .get-started-wrapper .top-section .accordions .accordions-head {
     display: flex !important;
     justify-content: center !important;
   }
 
     .border-wrap-enterprise .top-section .accordions .accordions-head-title {
         color: #d4bd49 !important;
     }
 
     .get-started-wrapper .border-wrap-enterprise .top-section .accordions .accordions-head:hover,
     .get-started-wrapper .border-wrap-enterprise .top-section .accordions .accordions-head-title:hover {
         color: #d4bd49 !important;
         text-decoration: none !important;
     }
 
     .get-started-wrapper .border-wrap-free .top-section .accordions .accordions-head:hover,
     .get-started-wrapper .border-wrap-free .top-section .accordions .accordions-head-title:hover {
         color: #04b2e2 !important;
         text-decoration: none !important;
     }
 
     .get-started-wrapper .accordions .accordion-icons {
         font-size: 13px !important;
     }
 
     .get-started-wrapper .border-wrap-free .accordions .accordions-head,
     .get-started-wrapper .border-wrap-free .accordions .accordion-icons {
         color: #04b2e2 !important;
     }
 
     .get-started-wrapper .border-wrap-enterprise .accordions .accordions-head,
     .get-started-wrapper .border-wrap-enterprise .accordions .accordion-icons {
         color: #d4bd49 !important;
     }
 
     .get-started-wrapper .border-wrap-free .features .accordions .accordion-icons,
     .get-started-wrapper .border-wrap-enterprise .features .accordions .accordion-icons {
         display: none;
     }
 
     .get-started-wrapper .border-wrap-free .features .accordions .accordions-head-title,
     .get-started-wrapper .border-wrap-free .features .accordions .accordions-head,
     .get-started-wrapper .border-wrap-enterprise .features .accordions .accordions-head-title,
     .get-started-wrapper .border-wrap-enterprise .features .accordions .accordions-head {
         color: #454545 !important;
         padding: 0;
         transition: all .1s ease-out;
     }
 
     .get-started-wrapper .border-wrap-free .features .accordions .accordions-head-title:hover,
     .get-started-wrapper .border-wrap-free .features .accordions .accordions-head:hover,
     .get-started-wrapper .border-wrap-enterprise .features .accordions .accordions-head-title:hover,
     .get-started-wrapper .border-wrap-enterprise .features .accordions .accordions-head:hover {
         color: #808080 !important;
         text-decoration: underline;
     }
 
     .get-started-wrapper .accordions .accordion-content {
         padding-top: 20px !important;
     }
 
     .get-started-wrapper .border-wrap-free .features .accordions .accordion-content a,
     .get-started-wrapper .border-wrap-enterprise .features .accordions .accordion-content a,
     .get-started-wrapper .border-wrap-free .accordions .accordion-content a,
     .get-started-wrapper .border-wrap-enterprise .accordions .accordion-content a {
         color: #04b2e2;
         font-weight: 400;
     }
 
     .get-started-wrapper .accordions th,
     .get-started-wrapper .accordions table {
         text-align: center;
         font-size: 10px !important;
     }
 
     .get-started-wrapper .accordions .table thead {
         background: #f1f2f2;
     }
 
     .get-started-wrapper .accordions .table-striped tbody tr:nth-child(odd) {
         background: #fff;
     }
 
     .get-started-wrapper .accordions .table-striped tbody tr:nth-child(even) {
         background: #f1f2f2;
     }
 
     .get-started-wrapper .accordions strong {
         font-weight: 400;
     }
 
     .get-started-wrapper .accordions .accordion-content {
         color: #454545;
         text-align: left;
         padding: 10px 0;
         border: none;
         font-size: 12px !important;
     }
 
     .get-started-wrapper .accordions .accordion-content p,
     .get-started-wrapper .accordions .accordion-content ul,
     .get-started-wrapper .accordions .accordion-content li {
         font-size: 12px !important;
     }
 
     .get-started-wrapper .accordions table {
         margin: 15px 0;
     }
 
     .get-started-wrapper .accordions th,
     .get-started-wrapper .accordions table {
         text-align: center;
     }
 
     .get-started-wrapper .accordions .table thead {
         background: #f1f2f2;
     }
 
     .get-started-wrapper .accordions .table-striped tbody tr:nth-child(odd) {
         background: #fff;
     }
 
     .get-started-wrapper .accordions .table-striped tbody tr:nth-child(even) {
         background: #f1f2f2;
     }
 
     .get-started-wrapper .accordions .accordion-content-bold {
         font-weight: 400;
         margin: 0;
     }
 
     .get-started-wrapper .accordions ul {
         margin: 0 0;
     }
 
     .get-started-wrapper .accordions .accordion-icons.left {
         float: none;
     }
 
     .accordions i[class*="fa-"], span[class*="fa-"] {
         display: inline-block;
         font-size: 16px;
         width: 32px;
         height: 32px;
         line-height: 32px;
         top: 1px;
         word-spacing: 1px;
         position: relative;
         text-align: center;
         vertical-align: middle;
         max-width: 100%;
     }
 
     .accordions strong {
         font-weight: 400;
     }
 
     .accordions .top-navs {
         margin: 0 0 !important;
         display: none;
     }
 
   .accordions .accordions-head-title {
     width: inherit !important;
   }
 
     /* page elements */
 
     .get-started-wrapper h2 {
         font-size: 2.5em !important;
         text-align: center;
     }
 
     .kochava-unity-logo {
         text-align: center;
         margin-top: -40px;
     }
 
     .kochava-unity-logo img {
         max-width: 425px;
     }
 
     .faa-header,
     .content-title-blue {
         color: #04b2e2;
     }
 
     .enterprise-header,
     .content-title-gold {
         color: #d4bd49;
     }
 
     .center {
         text-align: center;
     }
 
     .check {
         margin-top: 0;
         width: 17px !important;
     }
 
     #what-the-pros-use {
         margin-bottom: 10px;
     }
 
     #kochava-brands {
         margin-top: 20px;
         background-position: 1% 50%;
     }
 
     @media (min-width: 1024px){
         .get-started-wrapper .border-wrap-free {
             min-height: 950px !important;
         }
 
         .get-started-wrapper .border-wrap-enterprise {
             min-height: 950px !important;
         }
 
         .left-col {
             margin-bottom: 0;
         }
     }