@font-face {
	src: url("https://s3.amazonaws.com/imcsecuresftp/fonts/HelveticaNeueLTStd-Bd.otf") format("truetype");
	font-family: "HelveticaNeueLTStd-Bd";
	font-style: normal;
	font-weight: normal;
}

body {
	position: relative;
	min-height: 100vh;
	background-size: cover;
	background-position:center center;
}

body.nobg{
	background-image:none !important;
}

#content h1,
#content h2 {
	display: none;
}

#user-icon {
	margin: 10px 0 0 20px;
	cursor:pointer;
	width:25px;
	height:24px;
}

#navigation-menu {
	display: inline-block !important;
	float: right;
}

.navbar {
	background-color: #ed393d;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0;
	margin-bottom:0;
	position:relative;
}

.nav {
	float: left;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #ed393d;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color: #ed393d;
}

.nav a:focus,
.nav a:hover,
.nav a {
	color: #ffffff;
}

.nav>li>a {
	position: static;
}

.dropdown-menu {
	background-color: #ededed;
	color: #56585a;
	width: 100%;
	text-transform: none;
	border-radius: 0;
	box-shadow: none;
	text-align:right;
}

.dropdown-menu li {
	display:inline-block;
}

.dropdown-menu>li>a {
	font-weight: 600;
	color: #ed393d;
}

.nav>li {
	position: static;
}

.dropdown {
	position: static;
}

.footer-wrapper {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.footer {
	width: 100%;
	background-color: #ededed;
	color: #006680;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 25px;
	min-height:56px;
	height: auto;
}

.content {
	padding-top: 37px;
	padding-bottom: 70px;
}

.content h1 {
	margin-top: 15%;
	margin-left: 50px;
	margin-right: 50px;
}

.content h2 {
	margin-left: 50px;
	margin-right: 50px;
	font-size: 25px;
}

.content .col-md-12 {
	text-align: center;
}

h1,
h2 {
	color: #006680;
	text-align: left;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #ed393d;
}

.modal .nav-tabs>li>a:hover,
.modal .nav-tabs>li>a:focus {
	background-color: #EDEDED;
}

.nav-tabs> li.active a{
	background-color:#EDEDED;
}

.modal .nav a:focus,
.modal .nav a:hover,
.modal .nav a {
	color: #333333;
}

.nav-tabs li a{
	border-radius:0;
}

.modal-header {
	position: relative;
}

.modal-title {
	position: relative;
	bottom: 10px;
	font-size: 17.5px;
	padding-top: 10px;
	text-align: center;
	display: block;
}

.modal-header .nav {
	border-bottom: 0px !important;
	margin-right: 10px;
}

.modal-content{
	border-radius: 0;
}

#internal, .internal {
	display: none !important;
}

.search {
	position: relative;
	float: right;
	padding-top: 10px;
	padding-left: 10px;
}

.search input {
	background-color: rgba(0, 0, 0, .2);
	border: none;
	color: #ffffff;
	border-radius: 2px;
	font-weight: 400;
	height: 30px;
	width: 200px;
	padding-left: 5px;
	padding-right: 5px;
}

.search span {
	color: #ffffff;
	cursor: pointer;
	position: absolute;
	top: 17px;
	right: 10px;
}

.asset-bg-img {
	width: 230px;
    height: 265px;
    background-position: top;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.asset-container {
  border: 1px solid #ededed;
    margin: 10px;
    padding: 15px;
    cursor: pointer;
    max-width: 262px;
    background-color: #ffffff;
    padding-bottom: 0;
    position: relative;
}

.asset-inner {
	text-align: center;
    width: 230px;
}

#assets h3 {
	margin-top: 20px;
	text-align: left;
	font-size: 18px;
	margin-bottom: 20px;
	
	font-family: HelveticaNeueLTStd-Bd;
	font-size: 16px;
	color: #4A4A4A;
	margin:0;
	padding:25px 0;
}

#modal-footer-text {
	height: 34px;
	display: table-cell;
	vertical-align: middle;
}

.center {
	text-align: center;
}

.modal-body img {
	width: 95%;
	height: auto;
	margin:0 auto;
	max-width:215px;
}

.caret {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	color: #ed393d;
	margin: 0 auto;
	display: none;
	border-top: 10px dashed;
	border-top: 4px solid\9;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	z-index: 9999;
}

.tab-content {
	padding-top: 15px;
}

.dropdown.open a.dropdown-toggle:before {
	bottom: -1px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #CA3134;
	border-width: 10px;
	margin-left: -10px;
	z-index: 1001;
}

.dropdown.open a.dropdown-toggle:after {
	bottom: -1px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #ededed;
	border-width: 9px;
	margin-left: -9px;
	z-index: 1002;
}

.sub-menu-link {
	cursor: pointer;
}

li.dropdown a {
	position: relative;
}

#queue {
	display: none;
}

.btn-queued,
.btn-queued:hover,
.btn-queued:focus,
.btn-queued:active {
	color: #B7B7B7;
	background-color: #F3F3F3;
	border-color: #B7B7B7;
}

.footer span {
	line-height: 26px;
}

#close-btn {
	display: block;
	z-index: 100;
	position: absolute;
	right: 15px;
	top: 5px;
	font-size:35px;
	font-weight:300;
}

.sub-menu-open::after {
	bottom: -6px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFFFFF;
	border-width: 7px;
	margin-left: -7px;
	z-index: 1001;
}

.sub-menu-open::before {
	bottom: -6px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #D9D9D9;
	border-width: 8px;
	margin-left: -8px;
	z-index: 1001;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background-color: #ededed;
}

.asset-inner.new::after {
	height: 50px;
	background-color: #ee3d3f;
	color: #ffffff;
	content: 'Now Available';
	width: 100%;
	text-align: center;
	/* display: none; */
	top: 50%;
	left: 0;
	right: 0;
	padding: 10px;
	font-size: 25px;
	margin-top: -25px;
	position: absolute;
	font-family: HelveticaNeueLTStd-Bd, Helvetica, Arial, sans-serif;
}

#bottom-message {
	background-color: rgba(0, 0, 0, .5);
	color: #ffffff;
	text-align: center;
	font-size: 40px;
	padding: 35px 10px;
	display:none;
}

.mobile-nav-l1{
	background-color:#EDEDED;
	color:#ED393D;
	font-family:Helvetica;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
}

.mobile-nav-l1 span{
	padding:10px 0;
	display:block;
	border-bottom:1px solid #D8D8D8;
	position:relative;
}

.mobile-nav-l1 > span::after{
	font-family: 'Glyphicons Halflings';
	content:"\e114";
	display:block;
	position:absolute;
	right:25px;
	font-size:15px;
	top:10px;
	color:#9B9B9B;
}

.mobile-nav-l1.open > span::after{
	content:"\e113";
}

.mobile-nav-l2{
	background-color:#ffffff;
	color:#9B9B9B;
	font-family:Helvetica;
	font-weight:bold;
	text-align:center;
	display:none;
}

.mobile-nav-l2 span{
	padding:10px 0;
	display:block;
	border-bottom:1px solid #D8D8D8;
	text-transform:none;
}

.mobile-nav-l1.open .mobile-nav-l2{
	display:block;
}

#mobile-nav{
	position:absolute;
	width:100%;
	display:none;
	z-index:100;
}

#mobile-nav-btn{
	float:right;
	font-size:25px;
	color:#ffffff;
	top:11px;
	right:40px;
	width:0;
	display:none;
	cursor:pointer;
	position:relative;
	-webkit-font-smoothing: antialiased;
	font-weight:400;
	line-height:1;
}

#mobile-nav-btn.fa-times-thin{
	font-size:30px;
	top:5px;
}
.fa-times-thin:before {
	content: '\00d7';
}

#footer-img-wrapper{
	text-align:right;
}

.asset-btn{
	text-align:center;
	padding:10px 0;
	cursor:pointer;
}

.info-btn{
	background-color:#EDEDED;
	color:#056784;
}

.quick-send-btn{
	background-color:#056784;
	color:#EDEDED;
	padding:12px 0;
	height:48px;
}

.view-asset-btn span{
	margin-right:30px;
	top: 0;
	font-size: 20px;
	vertical-align: bottom;
}

a.asset-link{
	text-decoration:none !important;
}

.view-asset-btn{
	background-color:#EDEDED;
	color:#016680;
	text-align:center;
	padding:15px 0;
	width:95%;
	margin:5px auto 0 auto;
	cursor:pointer;
	display:block;
}

#queue-btn, #send-btn{
	border-radius:0;
	padding:6px 18px;
}

#send-btn{
	background-color:#016680;
}

.fas{
	font-family:FontAwesome;
}

.fa-info-circle{
	font-size:20px;
}

.fa-paper-plane{
	font-size:17px;
}

#contactModal .modal-dialog {
  height: 83%;
  width:90%;
  max-width:950px;
  margin:40px auto;

}

#contactModal .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

#contactModal .modal-body{
	height:85vh;
	padding:0;
}

#contactModal iframe{
	width:100%;
	height:100%;
	max-width:950px;
	margin:0 auto;
	margin-top:-185px;
}

#contactModal .modal-header{
	padding:0;
	height:0;
	position:relative;
}

#contactModal .modal-header button{
	background-color: rgba(0,0,0,.6);
	width: 34px;
	height: 34px;
	border-radius: 34px;
	text-align: center;
	position: absolute;
	top: -25px;
	z-index: 100;
	right: -40px;
	color: #ffffff;
	font-weight: 100;
	font-size: 38px;
	padding-bottom: 7px;
	opacity: 1;
	line-height: 0;
}

#contactModal .modal-dialog{
	margin-top:55px;
}

@media screen and (max-width: 859px) {
	#contactModal iframe{
		margin-top:-219px;
	}
}

@media screen and (min-width: 769px){
	#mobile-nav{
		display:none !important;
	}
}

	
@media screen and (max-width: 768px) {
	#navigation-menu{
		display:none !important;
	}
	.navbar{
		text-align:center;
	}
	.search{
		float:none;
		display:inline-block;
		padding-left:0;
	}
	#user-icon{
		position: absolute;
		left: 20px;
		top: 10px;
		margin:0;
	}
	#mobile-nav-btn{
		display:block;
	}
	#bottom-message{
		font-size:20px;
		padding:20px 10px;
	}
	#footer-img-wrapper{
		text-align:center !important;
	}
	
	.modal-body .asset-bg-img, .view-asset-btn{
		max-width:220px;
	}
	#modal-btns{
		text-align:left;
		margin-top:5px;
	}
	
	.modal-content .nav{
		float:none;
		text-align:center;
	}
	
	.modal-content .nav > li{
		display:inline-block;
		float:none;
	}
	
	#contactModal .modal-header button{
		top:-40px;
		right:0;
	}
	
}

@media screen and (max-width: 622px) {
	#modal .modal-dialog {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 480px){
	#asset-category{
		text-align:center;
	}
	.asset-container{
		max-width:none;
		width:78%;
		margin:10px auto;
	}
	.asset-inner .asset-bg-img{
		width:100% !important;
	}
	.asset-inner{
		width:auto;
	}
}

@media screen and (max-width: 455px) {
	.modal-dialog{
		width:100%;
		margin:0 auto;
	}
	
	.asset-container{
		width:90%;
	}
	
	#contactModal .modal-dialog {
	  width:95%;
	}
	
}

@media screen and (max-width: 375px){

}

@media screen and (max-width: 324px) {
	#contactModal iframe{
		margin-top:-288px;
	}
}

.fancybox-toolbar{
	visibility: visible !important;
	opacity:1 !important;
}

/*
.freezePage{
	overflow: hidden;
	height: 100%;
	position: relative;
}
*/
/*
.modal,#contactProfiler { -webkit-overflow-scrolling: auto; }
*/

/*
body.modal-open { position: fixed; }
*/

/*
.modal {
    -webkit-overflow-scrolling: auto !important;
    overflow-y: auto !important;
}
*/

.modal-body, #contactProfiler{
	-webkit-overflow-scrolling:touch;
	overflow:auto !important;
}
	


