/*----- body -----*/

/* ----- prevent nav clicks until the slider is loaded, then enable via js ----- */
body {
    /*pointer-events: none;*/
}
/* ----- Modifications to base template style -----*/

.templatemo_webtitle {
    margin: 15px 0 0 30px;
}
.templemo_hometop_img {
    margin: 50px auto;
}
.templemo_hometop_img img {
    margin: 50px auto auto 100px;
}
.templatemo_hometop_subtitle {
    text-align: center;
}
.templatemo_bot_box div.subtitle_green {
    text-align: center;
    color: #008000;
}
.templatemo_hometop_more {
    text-align: center;
    margin: 130px 0 10px 170px;
}
.templatemo_box img,
.templatemo_box_last img {
    margin: 0 auto 10px auto;
    padding-top: 10px;
}
.templatemo_readmore {
    width: 280px;
    margin: 50px auto;
    font-size: 16px;
    vertical-align: bottom;
}
.templatemo_read a {
    color: #0a71b3;
}
.templatemo_bot_box {
    padding: 10px 0 10px 0;
}
.templatemo_bot_box div.title {
    text-align: center;
}
.templatemo_bot_box div.subtitle {
    text-align: center;
}
.templatemo_bot_box ul {
    padding: 0 10px;
}
.templatemo_bot_box img {
    display: block;
    margin: auto;
}
#top-menu ul li {
    width: 33.3%;
}
.templatemo_form {
    margin: 10px 0 20px 0;
}

/* ----- Video -----*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 15px;
}
@media (min-width: 992px) {
    .vidMinHeight {
        min-height: 368px;
    }
}
.rb_logo_img {
    margin: auto;
}
.rb_logo_img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.simple_list_centered ul {
    padding: 0 0;
    text-align: center;
    list-style-type: none
}
.rb_banner_section {
    background: #acc7d7;
    width: 100% !important;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}
.rb_banner_section img {
    display: block;
    width: 100% !important;
}
.rb_spacer {
    margin-top: 180px;
}
.rb_home_message {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    color: #666666;
    font-weight: bold;
    font-family: Helvetica;
}
.rb_explore_title {
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-family: Helvetica;
    font-size: 25px;
    color: #696969;
    margin: 10px 0 10px 0;
    line-height: 36px;
    text-align: left;
}
.rb_h1 {
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: Helvetica;
    font-size: 38px;
    color: #696969;
    margin: 20px 0 20px 0;
    line-height: 48px;
}
.rb_gray_title {
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-family: Helvetica;
    font-size: 25px;
    color: #696969;
    margin: 10px 0 20px 0;
    line-height: 36px;
    text-align: center;
}
.rb_coming_soon {
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: Helvetica;
    font-size: 38px;
    color: #696969;
    margin: 40px 0 60px 0;
    line-height: 48px;
}
.rb_gray_title1 {
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-family: Helvetica;
    font-size: 32px;
    color: #696969;
    margin: 10px 0 20px 0;
    line-height: 36px;
}
/* Table 5 Style */

table.table5 {
    font-family: "Helvetica", sans-serif;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
    border-collapse: separate;
    width: 100%;
    padding: 5px 0 5px 0;
}
/* Column Header */

.table5 thead th {
    color: white;
    background: rgb(70, 130, 180);
    padding: 5px 10px 5px 10px;
    border: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
}
.table5 thead th:empty {
    background: transparent;
    border: none;
}
/* Row Content */

.table5 tbody th {
    color: white;
    background: rgb(70, 130, 180);
    padding: 5px 10px 5px 10px;
    border: 1px solid #fff;
    border-right: 1px solid #fff;
}
.table5 tbody td {
    padding: 0;
    text-align: center;
    background-color: #fff;
    border: 2px solid #fff;
    border: 2px solid rgb(70, 130, 180);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: black;
    font-size: 14px;
}

/* The bold check mark character, in green */

.table5 tbody span.check::before {
    content: "\02714";
    color: green;
}

.library-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    object-fit: contain;
}
.isbn-fmt {
    text-align: center;
    /*font-size: 16px;*/
    margin: 0 0 0 0;
    color: gray;
}

.animated {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}

.hr-lp {
    /*
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
  */
    border: 0;
    height: 1px;
    background-color: black;
    width: 95%;
}

.lp-descr {
    text-align: center;
}

/*
@media (min-width: 992px) and (max-width: 1199px) {
  .lp-descr {
      min-height: 75px;
  }
}
*/

/* --- customize the bootstrap carousel --- */

.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    padding-top: 10px;
}

.carousel-control.right, .carousel-control.left {
  background-image:none;
}

.carousel .item {
  background: #14649b;
}

/* --- Changes to animtae.css --- */

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.partner-logos {
    margin-top: 5px;
    margin-bottom: 5px;
}


.hr-partner {
    border: 0;
    height: 1px;
    background-color: black;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0px;
}

.pad-bot-10 {
    margin-bottom: 10px;
}

.nsf-logo {
    width: 100%;
    height: auto;
    /*
    max-width: 442px;
    max-height: 80px;
    */
    max-width: 392px;
    max-height: 71px;
    margin-left: 5px;
}

.csm-logo {
    width: 100%;
    height: auto;
    max-width: 341px;
    max-height: 80px;
    max-width: 344px;
    max-height: 82px;
}

.play-logo {
    width: 100%;
    height: auto;
    max-width: 278px;
    max-height: 80px;
    margin-bottom: 15px;
    margin-left: 10px;
}



