/* Global */
@font-face {
	font-family: TT NORMS REGULAR;
	src: url('/wp-content/themes/Digital-Library-SG-WP-Theme/assets/font/TTNorms-Regular.otf') format("opentype");
}

body {
	font-family: "TT NORMS REGULAR";
}
table {
	line-height: 34px;
}
.bottom-page-spacer {
	padding: 20px 1px
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
button {
	background: none;
	border: none;
}

/* img */
img {
	width: 100%;
	/*height: 100%;*/
	object-fit: cover;
}
.image_placeholders {
	padding-bottom: 50px;padding-top: 50px;
  }
i {
	font-size: 36px !important;
}
/* text */
h1 {
	font-size: 75px;
	color: #0cc0df;
	font-weight: bold;
}
h2 {
	font-size: 75px;
	color: #0cc0df;
	font-weight: bold;
}

h3 {
	font-size: 28px;
	color: #0cc0df;
	font-weight: bold;
}

p {
	font-size: 18px;
	line-height: 34px;
}


/* Header */
header {
	background: #000;
	position: sticky;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-logo {
	color: white;
}

/* Menu */
.menu,
.submenu {
	float: right;
	display: flex;
}

.menu a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}

.menu a:hover,
.submenu a:hover {
	background-color: #555;
}

.menu a,
.submenu a {
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	color: #fff;
}

.menu li:hover>.submenu {
	display: block;
}

.menu>li,
.submenu li {
	position: relative;
}

.submenu {
	position: absolute;
	display: none;
	z-index: 99;
	white-space: nowrap;
}

.submenu>li>a {
	color: #000;
	background-color: #fff;
}

.submenu .submenu {
	left: 100%;
	top: 0;
}

.menu-item-button {
	font-size: 16px;
}

.menu-item-button,
.banner-item-button,
.main-banner-item-button {
	cursor: pointer;
	display: inline-block;
	background-color: #0cc0df;
	border-radius: 20px;
	padding: 10px 15px;
	text-align: center;
}

/* Modal */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 40%;
	/* Could be more or less, depending on screen size */
}

.modal-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.modal-close:hover {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.modal-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

/* Banner */
.banner {
	position: relative;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.banner p {
	font-size: 28px;
}

.banner-header-container p {
	font-size: 28px;
}


.banner-header-align {
	margin-top: 10%;
}

.banner-header-container {
	display: flex;
	flex-direction: column;
}

.banner-header-container>h2, .banner-header-container>p {
	margin: 20px 0;
}

.banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	color: #fff;
}

.banner-overlay>div {
	margin: 20px 0;
}

.banner-item-button a,
.main-banner-item-button a {
	display: inline-block;
	padding: 10px 15px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}

.banner video {
	width: 100%;
}

.banner-overlay>.banner-item-button{
	margin-top:150px
}
/*grid addon*/
.fs-cell-section-header {
	height: 120px;
	padding-top: 40px;
  }
.fs-cell-section-header-align {
	margin-left: 8%;
}
.fs-cell-radius>div {
	border-radius: 40px;
	background: #ccc;
	padding: 20px;
	margin: 1.04166667%;
}
.fs-cell-text-center
{
  text-align:center;
}
.fs-cell-radius>div>a{
	text-decoration: none;
}
.fs-cell-radius>div>a>p{
	color: #000;
}
.fs-row-fourth {
	style="margin-left:8%"
}
.fs-cell-container>p {
	margin: 20px 0;
}
.fs-cell-container>h2 {
	font-size: 70px;
	margin: 20px 0;
}
.fs-cell-container>h3 {
	font-size: 28px;
	margin: 20px 0;
}
.fs-cell-container>div>div {
	margin: 20px 0;
}
/* product */

.product-tab {
	overflow: hidden;
}
.product-tab button {
	background-color: inherit;
	border: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 24px;
}

.product-tab button:hover {
	background-color: #fff;
}

.product-tab button.active {
	border-bottom: 5px solid black;
}
.product-tabcontent {
	display: none;
	padding: 6px 12px;
	border-top: none;
}
.product-description-short, .product-description-long
{
  display: block;
  /*padding:40px 20px*/
}
.product-description-long>div {
	padding:20px 0
}
.product-description-long>div>div>div>.fs-all-full {
	padding:20px 0
}

.product-description-long>div>div>h2 {
	font-size: 28px;
}
.product-expandedImg {
	width: 100%;
  }
.product-placeholderImg {
	width: 100%;
  }
  .product-container {
	padding-top:10px;
  }
  .product-container {
	position: relative;
	display: none;
}
.product-column {
	float: left;
	width: 25%;
	padding: 10px;
}

.product-column img {
	opacity: 0.8;
	cursor: pointer;
}

.product-column img:hover {
	opacity: 1;
}

/* downloads */
.cell-nav > ul > li {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 40px 0 10px 0;
}

.cell-nav > ul > ul > li {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 10px 0 10px 20px;
}

.side-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.side-submenu {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* form */
div>form>input {
    margin: 20px 0 20px 0;
    width: 100%;
    padding: 10px 0 10px 0;
}
div>form>textarea {
    margin: 20px 0 20px 0;
    width: 100%;
    padding: 10px 0 10px 0;
}


@media screen and (max-width:739px){
video {
	height:690px
}
.banner video {
    width: unset;
}
#footer-video{
	height:920px
}
.mobile-banner-overlay {
	margin-left: 8%;
}
h2 {
	font-size: 54px;
}
.fs-cell-radius {
	padding:2px 0;
}
.fs-row-sm {
	height: 240px;
}
.banner-overlay {
	width:100%
}
.fs-row>div {
	margin:10px 0
}
.fs-cell-section-header-align {
    margin-left: none !important;
}
div>form>input {
    width: 100%;
}
.product-tab button {
    padding: 14px;
    font-size: 18px;
}
img {
	height:unset;
}
.fs-cell-container>div>div {
    margin: 0 0;
}
.product-description-long>div {
    padding: 0 0;
}
.fs-row>div {
    margin: unset;
}



}



@media screen and (min-width:740px) and (max-width:979px){

}


@media screen and (min-width:980px){
.banner-overlay {
	margin-left: 8%;
}
.banner-header-align {
	margin-left: 8%;
}
}
