/********************************** 
        Global Styles
**********************************/
body {
  background-color: #dadee0;
  font-family: "ProximaNovaRegular", Helvetica, sans-serif; }

a {
  color: #00a9ee; }
  
td, th {
    border-color: #b7b7b7;
    padding: .25rem;
}

.fr-alternate-rows {
    background-color: #e3e3e3;
}

.container-outer {
  max-width: 1600px;
  margin: 0 auto;
  background-color: #f3f3f3; }

.container-inner {
  max-width: 1200px;
}

.btn {
  background-color: #00a9ee;
  border: none;
  border-radius: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 1rem; }

.page-title {
    font-size: 1.75rem; }
  
 /* ------- Fonts ------------ */
/* first for IE 4–8 */
/*@font-face {
  font-family: ProximaNovaThin;
  src: url("../../fonts/ProximaNova-ThinWeb.eot"); }

@font-face {
  font-family: ProximaNovaLight;
  src: url("../../fonts/ProximaNova-LightWeb.eot"); }

@font-face {
  font-family: ProximaNovaRegular;
  src: url("../../fonts/ProximaNova-RegWeb.eot"); }

@font-face {
  font-family: ProximaNovaSemibold;
  src: url("../../fonts/ProximaNova-SboldWeb.eot"); }

@font-face {
  font-family: ProximaNovaBold;
  src: url("../../fonts/ProximaNova-BoldWeb.eot"); }

/* then for WOFF-capable browsers *//* 
@font-face {
  font-family: ProximaNovaThin;
  src: url("../../fonts/ProximaNova-ThinWeb.woff") format("woff"); }

@font-face {
  font-family: ProximaNovaLight;
  src: url("../../fonts/ProximaNova-LightWeb.woff") format("woff"); }

@font-face {
  font-family: ProximaNovaRegular;
  src: url("../../fonts/ProximaNova-RegWeb.woff") format("woff"); }

@font-face {
  font-family: ProximaNovaSemibold;
  src: url("../../fonts/ProximaNova-SboldWeb.woff") format("woff"); }

@font-face {
  font-family: ProximaNovaBold;
  src: url("../../fonts/ProximaNova-BoldWeb.woff") format("woff"); }
*/
/********************************** 
        Main Navigation/Header
**********************************/
.netsuite-logo-container {
    padding-left: 0;
}

.netsuite-logo {
  margin: 1rem 0;
  width: 100%;
  max-width: 300px;
  position: relative;
  top: 3px;}

.main-navigation li {
  list-style-type: none;
  font-weight: bold; }
  
  
@media screen and (min-width: 992px) {
  .main-navigation-container {
    max-width: 1200px;
    margin: 0 auto; } 
    
}


.main-navigation .nav-item .nav-link {
  color: #0e0e0e; }
  .main-navigation .nav-item .nav-link:hover {
    color: #8e8e8e; }

.main-navigation-categories {
  font-weight: bold;
  border: none;
  background-color: #f3f3f3;
  height: 100%;
  padding: 5px 0; }
  
.main-navigation-categories:hover {
    cursor: pointer;
    color: #8e8e8e;
}

.active a {
  color: #8a8a8a; }

.dropdown-menu {
  background-color: #3e3e3e; }
 
.navbar-light .navbar-nav .show>.nav-link {
    color: #f3f3f3;
    font-weight: 100; }
    
.navbar-light .navbar-nav .show>.nav-link:hover {
        color: #8a8a8a;
    }

@media screen and (min-width: 992px) {
  .nav-link-first {
    margin-left: 1rem; } }    


/* ---------- Submenu Styles ---------- */
.dropdown-submenu {
    position: relative;
    
}
.dropdown-submenu a::after {
         transform: rotate(-90deg);
         position: absolute;
         right: 6px;
         top: .8em;
         }
         
.dropdown-submenu .dropdown-menu {
         top: 0;
         left: 100%;
         margin-left: .1rem;
         margin-right: .1rem;
         } 

.dropdown-item {
    color: #ffffff;
    font-weight: 100;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #5d5d5d;
}
/* ---------- Site Search ---------- */

.search {
    display: none;
}

@media screen and (min-width: 1060px) {
    .search {
        display: block;
    	position: absolute;
    	top: 15px;
    	right: 0px;
    	width: 160px;
    }		
    .searchInput {
    		float: right;
    		font-size: 13px;
    		border: 1px solid rgba(0, 0, 0, .2);
    		border-radius: 50px;
    		width: 90px !important;
    		background: none;
    		margin: 0;
    		padding: 8px 20px;
    		font-weight: 400;
    		color: #000000;
    		width: auto;
    		-webkit-transition: all 0.35s ease-in-out; 
    		   -moz-transition: all 0.35s ease-in-out; 
    		     -o-transition: all 0.35s ease-in-out; 
    		    -ms-transition: all 0.35s ease-in-out; 
    		        transition: all 0.35s ease-in-out;
    }	
    		
    .searchInput:focus {
    			width: 150px !important;
    }
    
    .searchButton {
    		position: absolute;
    		top: 12px;
    		right: 10px;
    		background: url(/Websites/netsuitenrf/images/search.svg) no-repeat 0 0;
    		margin: 0;
    		padding: 0;
    		border: none;
    		width: 13px;
    		height: 13px;
    		display: block;
    		overflow: hidden;
    		text-indent: -9999px;
    		cursor: pointer;
    		opacity: .6;
    	}
    	
    .searchButton:hover {
    		opacity: 1;
    	}
}

/********************************** 
        Hero
**********************************/
.hero {
  background-image: url(https://netsuitenrf.publishpath.com/Websites/netsuitenrf/images/blog_hero.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 0;
  text-shadow: 0px 0px 2px #7a4858;}

.hero-heading {
  color: #f3f3f3;
  font-size: 2.5rem;
  text-align: center;
  padding: 6.5rem 0; }
  
.hero-heading-international {
  padding-bottom: 0; }

.hero-subheading {
  color: #f3f3f3;
  font-size: 1.6rem;
  padding-bottom: 5rem;
  text-align: center;
  text-transform: uppercase; }
  
.hero-subheading pre {
      color: #f3f3f3;
  }

/********************************** 
        CTA/Social Section
**********************************/

.cta-and-social {
  border-bottom: 1px solid #dadee0;
  max-width: 1200px;
  margin: 1rem auto;
  padding: 1rem 0; }

/* Have to use this crazy specific selector to override LCMS styles */
div.button.button-promo-cta {
  background-image: none;  
}

.social-icon-container a:hover {
    text-decoration: none;
}

.social-icon {
  color: #013d4e;
  font-size: 1.7rem;
  margin-right: 1rem;}

.social-icon:hover {
  color: #0071bc;}

.fa-instagram {
    background-color: #013d4e;
    border-radius: 3px;
    color: #ffffff;
    font-size: 1.2rem;
    padding: 3px 4px;
    position: relative;
    top: -3px;
}

.fa-instagram:hover {
    background-color: #0071bc;
    color: #ffffff;
}

 @media screen and (min-width: 992px ) {
     .social-icon {
         margin-right: .5rem;
     }
 }
 
/********************************** 
       3 Column Icon/Text 
**********************************/
.bottom-icon-links {
    margin-top: 2rem;
}

.icon-link {
  text-align: center; 
  border-right: 1px solid #5d5d5d;  
  margin-bottom: 1rem;  
}

.icon-link:last-of-type {
    border: none;
}

.three-up-heading a {
  color: #0e0e0e;
  font-size: 1.25rem; }
  
/********************************** 
        Footer 
**********************************/
.footer {
  background-color: #013d4e;
  color: #f3f3f3;
  padding: 3rem 0;
  margin-top: 3rem;
  justify-content: center; }
  
.footer.row {
    margin-left: 0;
    margin-right: 0;
}

.footer-logo {
  margin-bottom: 1rem; }

.footer-navigation li {
  color: #f3f3f3;
  list-style: none;
  float: left;
  font-size: 0.75rem;
  padding: 0 1rem;
  border-right: 1px solid;
  text-align: center; }
  
.footer-navigation li:last-of-type {
    border: none;
}

.footer-navigation a {
  color: #f3f3f3; }

.business-grows-here {
  text-align: center; }

.copyright-statement {
    text-align: center;
    font-size: 0.8rem;
}
/********************************** 
        Home Styles
**********************************/
.home-page .postInfo {
    display: none;
}


/********************************** 
        Post/Detail Styles
**********************************/
.post-feed .blogsElement {
    width: 100%;
}

.blogList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem;
}

.post-feed ul li {
       max-width: 90%;
       flex: 0 0 90%;
       margin-right: 1rem;
       margin-bottom: 3rem;
} 

.blog-body .post-feed ul li {
       max-width: 90%;
       flex: 0 0 90%;
       margin-right: 1rem;
       margin-bottom: 3rem;
} 

.blog-body img.fr-dii {
    width: 100%;
    max-width: 550px;
}

.blog-body .blogList li {
    margin-bottom: 2rem;
}
    
    
@media screen and (min-width: 760px ) {
    .post-feed ul li {
       max-width: 45%;
       flex: 0 0 45%;
    } 
}

@media screen and (min-width: 1200px ) {
    .blogList ul {
        padding: 0;
    }

    .post-feed ul li {
       max-width: 32%;
       flex: 0 0 33.333333%;
       margin-bottom: 5rem;
    } 
}

.post-feed-heading {
  margin: 2rem 0; }
  
.postTitle {
    font-size: 1.25rem;
    margin-top: 1rem;
}  
  
 .postTitle a {
      color: #000000;
  }
 
 @media screen and (min-width: 760px ) {
    .postFeaturedImage img {
     max-height: 333px;
    }
}

 @media screen and (min-width: 1200px ) {
    .postFeaturedImage img {
     max-height: 250px;
    }
}


 .post .postFeaturedImage img {
     max-height: none;
 } /* remove max height from post detail page */

 .postContent {
     /*max-width: 95%;*/
 }
 
.post-preview-subheading {
  text-transform: uppercase;
  color: #8a8a8a;
  margin-top: 1rem; }

.post-preview-author-name {
  color: #00a9ee;
  font-weight: bold; }

.post-preview-share {
  display: inline-block;
  margin-left: 2rem; }

.button-view-more {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem; }
  
 .rss {
     display: none;
 }
 

 .postViewInfo ul.postViewTags li {
     margin-right: 0;
 }
 
 
  /* ------- Social Sharing ------- */
  
.inline-share-buttons {
    margin: 1rem 0;
}
 
 /* ------- Post Detail Sidebar Post ------- */
 
 .detail-sidebar-post {
     background-color: #ebebeb;
     margin-bottom: 1rem;
 }
 
 .detail-sidebar-post .postContent {
     padding: 1rem;
 }
 
 .detail-sidebar-post .postTitle {
     font-size: 1.25rem;
 }
 
 .detail-sidebar-post .postInfo {
     display: none;
 }
 
 /*------- Post Detail Recent Content Feed ------ */
 
.detail-blog-feed-container {
   margin: 3rem 0;
}

.detail-blog-feed-container h2 {
   margin-bottom: 1rem;
}

 .detail-blog-feed ul li {
     max-width: 31%;
     flex: 0 0 33.333333%;
     margin-right: 1rem;
 }
 
.detail-blog-feed .postTitle {
     font-size: 1.25rem;
 }

 
  .detail-blog-feed img {
     max-height: 241px;
 }

/********************************** 
        Category/Inside Styles
**********************************/
.title {
    margin-bottom: 2rem;
}

.inside-page h1 {
    margin-bottom: 3rem;
}

/* Post Feed Fix for Featured Images */
.blog-detail .postFeaturedImage img {
     max-height: none;
    }

/********************************** 
        Author Template Styles
**********************************/
.author-main-content {
    margin-bottom: 3rem;
}

.author-bio h2 {
    font-size: 1.25rem;
}

.author-bio h3 {
    font-size: 1rem;
    font-weight: bold;
}

.author-sidebar-heading {
    font-size: 1.25rem;
}

.author-sidebar ul {
    list-style-type: none;
    padding-left: 0;
}
