/* iPhone X Remove Gutters */
html {
  padding: env(safe-area-inset);
}

/* Prevent Horizontal Scrolling & Font Style */
html,
body {
  font-family: 'Barlow', sans-serif;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2 {
  font-weight: bold;
}

h1,
h2,
h3,
h4 {
  padding: 0.5rem 0 0.5rem 0;
}

h1,
h3,
h4 {
  color: #333;
}

h1 {
  text-transform: uppercase;
  font-family: 'Barlow', serif;
}

h2 {
  color: #0096d6;
}

li {
  margin: 0.5rem 0 0.5rem 0;
}

.text-blue {
  color: #0096d6;
}

.modal-body {
  padding: 0;
}

.heading-underline {
  max-width: 200px;
  display: inline-block;
  height: 0.2rem;
  background-color: #02a0e4;
  margin: 0 auto 2rem;
}

/* Start Back to Top Button */
#backToTop {
  background: hsla(210, 91%, 27%, 0.5);
  border: none;
  border-radius: 10px;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 18px;
  position: fixed;
  right: 30px;
  z-index: 9999;
  outline: none;
}

#backToTop:hover {
  background-color: #666;
  color: #fff;
}

.btn-info,
.btn-info:visited,
.btn-info:focus {
  color: #fff;
  background-color: #ff0b00;
  border-color: #ff0b00;
}

.btn-info:hover,
.btn-info:active {
  color: #fff;
  background: #d41209;
  background-color: #d41209;
  border-color: #d41209;
  box-shadow: none;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #d41209;
  border-color: #d41209;
}

/* End Back to Top Button */
.jumbotron {
  background-color: #f6f7fb;
}

#hero.jumbotron {
      background: #172027 url(https://www.reachfms.com/2024/img/555106231-sstock-buildings.jpg);
    background-position: 0px 65%;
    background-size: cover;
    min-height: 500px;
    position: relative;
}

.primtbom {
  background-color: #f6f7fb;
}

#hero.printbom {
      background: #172027 url(https://www.reachfms.com/2024/img/279655406-sstock-guyreading.jpg);
    background-position: 0px 65%;
    background-size: cover;
    min-height: 500px;
    position: relative;
}


/*.hero-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

#bttnMK2020 {
  position: absolute;
  z-index: 99;
  bottom: 2rem;
  right: 2rem;
}

/* Nav Scrolling Offset */
.offset:before {
  content: "";
  display: block;
  height: 9rem;
  margin-top: -9rem;
}

.website-gray {
  color: #777;
}

p {
  color: #111;
  font-family: 'Barlow', sans-serif;
  font-size: 1.1em;
  line-height: 1.7em;
}

#topOfPage {
  display: block;
}

/*.navbar {
  background: #222;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 15px 10px;
  position: fixed;
  width: 100%;
  z-index: 999;
  display: none;
}*/


.nav-bg{
    background:rgba(25,28,31,1)
}

.sidenav-container {
    width: 230px;
    padding: 0;
}
    .sidenav {
    top: 0;
    bottom: 1rem;
    width: 100%;
    display: block;
    /*max-width: 220px;*/
   /* max-width:calc(100vw - 85%);*/
        max-width: 230px;
    padding-top: 68px;
    padding-bottom: 1em;
    background: #2b3035;
    min-height: 100vh;
        overflow-y: scroll;
}
    .sidenav {
    position: fixed;
    z-index: 1;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.sidenav::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sidenav {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
    
    .mainContent {
    width: calc(100% - 230px);
    background: #FFF;
}
    article.mainContent {
   
  
        box-sizing: border-box;
}
.prSubNavLink .nav-link{
    font-size: 0.9rem;
}
.prSubNavLink li.nav-item{
    margin: 0;
}

.prSubNavLink .nav-item .nav-link.anchorLink{
    color: #ffffff;
        background:#2b3035;
    text-align: center;
    border-radius: 0;
    padding: 0.75rem;
}
.prSubNavLink .nav-item .nav-link.anchorLink:hover{
        background:#22262a;
}
.anchorLink.last{
    margin-bottom: 1rem;
}
.prSubNavLink .nav-item .nav-link.anchorLink:hover, .prSubNavLink .nav-item .nav-link.requestLink:hover, .prSubNavLink .nav-item .nav-link.contactLink:hover{
    
    cursor: pointer;
}
.prSubNavLink .nav-item .nav-link.anchorLink.active{
    background-color: #00447e;
    color: #ffffff;
    
}
.prSubNavLink .nav-item .nav-link.contactLink{
    color: #ffffff;
        background: #3eb0b3;
    border-radius: 0;
    text-align: center;
    padding: 0.75rem;
}
.prSubNavLink .nav-item .nav-link.contactLink:hover{
        background: #4396d0;
}
.prSubNavLink .nav-item .nav-link.requestLink{
    color: #ffffff;
        background: #ffb600;
    border-radius: 0;
    text-align: center;
    padding: 0.75rem;
}
.prSubNavLink .nav-item .nav-link.requestLink:hover{
        background: #ffbc14;
}




.nav-link{
    font-size: 0.85rem;
}
@media (max-width: 1200px){
    .navbar-nav-scroll {
        max-height: 75vh;
        overflow-y: auto;
    }
}



.navbar-btn {
  border: none;
  box-shadow: none;
  outline: none !important;
}

.line {
  border-bottom: 1px dashed #cacaca;
  height: 1px;
  margin: 40px 0;
  width: 100%;
}

/* Sidebar Style */
.wrapper {
 /* display: flex;*/
  width: 100%;
}
.subNav{
        padding: 15px;
    box-sizing: border-box;
    width: 300px;
}

@media (max-width: 768px){
    .subNav, .subNavWrapper{
        display: none;
    }
}

 #sticky {
        
        visibility: visible;
        position: relative;
		
        
    }

        #sticky.stick {
            position: fixed;
            top: 100px;
            visibility: visible;
			margin-bottom: 0;
            box-sizing: border-box;
        }


#sidebar {
  background: #444;
  color: #fff;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s;
  width: 250px;
  z-index: 999;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #222;
}

#sidebar ul.components {
  padding: 0;
  border-bottom: 1px solid #444;
  margin-bottom: 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li {
  margin: 0;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  border-bottom: solid 1px #666;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

#sidebar ul li a:hover {
  color: #222;
  background: #fff;
}

/*#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #222;
  background: #fff;
}*/

a[data-toggle="collapse"] {
  position: relative;
}

/*.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}*/

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #282828;
}

ul.CTAs {
  padding: 20px;
  background-color: #222;
  margin-bottom: 0;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
  margin: 1rem 0 1rem 0;
}

a.zoom-btn,
a.policies-btn {
  background: #fff;
  color: #000 !important;
}

a.zoom-btn:hover,
a.policies-btn:hover {
  background: #ccc !important;
  color: #000 !important;
}

a.contact-btn {
  background: #03a0e4 !important;
  color: #fff !important;
}

a.contact-btn:hover {
  background: #388eb3 !important;
  color: #fff !important;
}

/* Content Style */
#content {
  /*width: calc(100% - 250px);*/
    width: 100%;
  padding: 0;
  /*min-height: 100vh;*/
  transition: all 0.3s;
  /*position: absolute;
  top: 0;
  right: 0;*/
    position: relative;
 
}

#content.active {
  width: 100%;
}

/*Footer Section*/
footer {
  background-color: #0c0e19;
  color: #fff;
  text-align: center;
    /*position: relative;
    z-index: 1;*/
    padding: 1.5rem 0;
}

footer p {
  color: #efefef;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #999;
  text-decoration: none;
}
.footerOffsetWrapper{
    width: calc(100% - 230px);
}
.sideNavOffest{
    width: 230px;
}

/* Media Queries */
@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }

  #sidebar.active {
    margin-left: 0;
  }

  #content {
    width: 100%;
  }

  #content.active {
    width: calc(100% - 250px);
  }

  #sidebarCollapse span {
    display: none;
  }
    /*  #topOfPage {
    margin-top: 6.8rem;
  }*/

 /* .navbar {
    display: block;
  }*/
    
    .hide-xs, .sidenav-container{
        display: none;
    }
    .footerOffsetWrapper{
        width: 100%
    }
    .mainContent{
        width: 100%;
        padding: 0;
    }
    
}

@media (min-width:1200px){
    .navbar-brand{
    min-width: 214px;
    margin-right: 0;
}
.navbar-brand img{
    display: block;
    margin: 0 auto;
}
}



/* DivTable styles*/
div.prmkTable {
  border: 0.08rem solid #dddddd;
  width: 100%;
}

.divTable.prmkTable .divTableCell,
.divTable.prmkTable .divTableHead {
  border: 0.05rem solid #dddddd;
  padding: 5px 5px;
}

.divTable.prmkTable .divTableRow:nth-child(even) {
  background: #e7f6f6;
}

.divTable.prmkTable .divTableHeading {
  background: #55c1c4;
}

.divTable.prmkTable .divTableHeading .divTableHead {
  font-weight: normal;
  color: #ffffff;
}

.divTable {
  display: table;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  display: table-header-group;
}

.divTableCell,
.divTableHead {
  display: table-cell;
}

.divTableHeading {
  display: table-header-group;
}

.divTableFoot {
  display: table-footer-group;
}

.divTableBody {
  display: table-row-group;
}

/*** table cell widths ***/
.sixColTable div {
  width: 16.66666666666667%;
}

.fiveColTable div {
  width: 20%;
}

.fourColTable div {
  width: 25%;
}

.twelveColTable div {
  width: 8.333333333333333%;
}

.threeColTable div {
  width: 33.33333333333333%;
}

.twoColTable div {
  width: 50%;
}

.print-pub-table div {
  vertical-align: middle;
  text-align: left;
  padding: 0.5rem !important;
  font-size: 0.9rem;
  line-height: 1.1rem;
}

.print-pub-table .divTableHead {
  font-weight: bold !important;
  letter-spacing: 1px;
}

.editorial-Calendar-issue .ad-material-close {
  font-size: 0.8rem;
  font-weight: normal;
  float: none;
}

.editorial-Calendar-issue .month {
  color: #55c1c4;
  font-weight: bold;
}

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
/*WAYPOINTS (DON'T CHANGE CSS BELOW)*/
.os-animation {
  /*  margin: 0!important;*/
  max-width: 100%;
  opacity: 0;
}

.os-animation.animated {
  opacity: 1;
}

/*WAYPOINTS (DON'T CHANGE CSS ABOVE)*/
