@charset "UTF-8";
/* CSS Document */

/* 

CSS Contents

Light blue:#4ba5da 
Black code: #000000
Gold hex code: #e2ae65

1. Header starts
2. INFO boxes and text
3. Slideshow
4. Navigation
5. Deadline and awards date
6. Award categories
7. Video
8. home_page_award_categories()
9. footer()
10. Keynotes and MC
	judges
11. Sponsorship opportunities
12. image-galary
Text styles

*/

/* Below code is for when you highlight text */
::selection {
  background: #4ba5da ; /* WebKit/Blink Browsers */
  color:#ffffff;
}
::-moz-selection {
  background: #4ba5da ; /* Gecko Browsers */
  color:#ffffff;
}

.hr-div {
margin-top: 20px;
	text-align: center;
}


hr.style-two {
    border: 0;
    height: 1px;
	background-image: linear-gradient(to right, rgba(76, 165, 219, 0), rgba(76, 165, 219, 0.75), rgba(76, 165, 219, 0));
	
}

body {
	max-width:1440px;
	/* max-width:1440px;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
	background-color:#000000;
}

h1  {
    font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
    font-size:10px;
    color:#0e2d90;
	display:inline;
	font-weight: normal;
	padding:0px;
	margin:0px;
	}



 p { margin:20px; 

}   



 p.description {
	margin:0px;
	padding:20px;
	background-color:rgba(0, 0, 0, 0.7);
}   

/* the css links below are to make sure that the browser dosn't attach any of its own formats, underline,  visted link, hover, 
etc and sets it to none. Allowing me to display the links exactly as I want with my own css class */
a:link {
    	text-decoration: none;
    	color: #ffffff;
}

a:visited {
    	text-decoration: none;
    	color: #ffffff;
}

a:hover {
    	text-decoration: none;
    	color: #4ba5da ;
}

a:active {
    	text-decoration: none;
    	color: #4ba5da ;
}

b {
  color: #000000;
}

img{
max-width:100%;
display: block;
height:auto;
}

.img-nav-logo{
display: block;
padding:30px;
}



#body {
  transition: margin-right .1s;
	background-color:#000000;
	max-width:1440px;
	/* max-width:1440px;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	
}


/* 1. Header starts */

.header-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1.6%;
    background-color:#000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	position: relative;
}


.AST-Logo {
    grid-column: 1/4;
	padding-top: 15px;
	padding-bottom: 0px;

}

.sponsor {
    grid-column: 8/9;
	padding-top: 15px;
	padding-bottom: 0px;

}

.Equilend-Logo {
    grid-column: 9/11;
	padding-top: 15px;
	padding-bottom: 0px;
}


.date-and-venue {
    grid-column: 9/13;
	text-align: right;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1.6%;
    background-color:#000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	position: relative;
}

.menu {
    grid-column: 11/13;
    font-size: 25px;
	color:#ffffff;
	background-color:#000000;
	cursor:pointer;
	text-align:right;
	padding-top: 15px;
}


.sponsorship-button {
	width:300px;
	height:50px;
    font-size: 30px;
    text-align: center;
	color:#ffffff;
	background-color:#000000;
	cursor:pointer;
	border-radius: 15px;
	border: 1px solid #ffffff;
	position: fixed;
	top: 10px;
  	right: 100px;
	z-index: 99;
	display:block;
}


.contact {
	width:auto;
	height:auto;
	color:#000000;
	background-color:#000000;
	position: fixed;
  	bottom: 10px;
  	right: 50px;
	z-index: 98;
	border: 1px solid #4ba5da ;
	padding: 20px;
}


/* Header ENDS */

/* 2. INFO boxes and text starts*/



mark {
	background-color:rgba(0, 0, 0, 0.7);
    font-size: 70px;
	  font-family: Helvetica, sans-serif;
		color: #ffffff;
	font-weight: bolder;
	padding-left: 10px;
	padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
}    



   .info-box {
    font-size: 20px;
	margin-bottom: 10%;
    margin-left: 0px;
	color: #ffffff;
    max-width: 100%;
	position: absolute;
  	z-index: 2;
 	bottom: 0;
  	left: 0;    
}


/* 2. INFO boxes and text ENDS*/


/* 3. Slideshow STARTS */

/* Slideshow container starts */
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */




.slideshow-container {
  max-width: 1440px;
  max-height: 1440px;
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #4ba5da ;
  box-shadow: 0 4px 8px 0 rgba(76, 165, 219, 0.2), 0 6px 20px 0 rgba(76, 165, 219, 0.19);
  overflow: hidden;
}


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #4ba5da ;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}

}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}

}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/* Slideshow container Ends*/

/* 3. Slideshow ENDS */

/* 4. Navigation STARTS */

/* Side Nav starts */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background-color: #000000;
  overflow-x: hidden;
  transition: 0.1s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #4ba5da ;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.visit-news-site{
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	color: #4ba5da ;
	font-weight: lighter;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/* Side Nav Ends */

/* 4. Navigation ENDS */

/* 5. Deadline and awards date STARTS */

.deadline-box-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1.6%;
    background-color:#000000;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


.deadline-box {
    grid-column: 1/2;
	background-color: #000000;
	border-radius: 10px;
	padding-top:10px;
	border:solid 1px #4ba5da ;
	text-align: center;
}

.deadline-box-text {
    font-size: 10px;
	font-family: Helvetica, sans-serif;
	color: #4ba5da ;
	font-weight: 100;
}


/* 5. Deadline and awards date  ENDS */


/* 6. Award categories */

.award-categories-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1.6%;
    background-color:#000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}

.award-categories-full-list {
    grid-column: 1/4;
	height:auto;
    background-color:#000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 30px;

}

.award-categories-no-border {
    grid-column: 4/13;
	height:auto;
    background-color:#000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 30px;
	border-left: 1px solid #4ba5da ;
	padding-left:20px;
}

.award-categories-border {
    grid-column: 4/13;
	height:auto;
    background-color:#000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 30px;
	padding:20px;
	border: 1px solid #4ba5da ;
}

.award-categories-header-text-main{
	    font-size: 25px;
	  font-family: Helvetica, sans-serif;
		color: #4ba5da ;
	font-weight: bolder;
}

.award-categories-text-main{
	    font-size: 14px;
	  font-family: Helvetica, sans-serif;
		color: #ffffff ;
	font-weight: lighter;
}

.award-categories-text-main-bolder{
	    font-size: 14px;
	  font-family: Helvetica, sans-serif;
		color: #4ba5da ;
	font-weight: bolder;
}

.award-categories-header {
    grid-column: span 12;
	height:auto;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	padding: 20px;
}

.award-categories {
    grid-column: span 3;
	padding-top: 70px;
	padding-bottom: 70px;
	height:auto;
	position: relative;
	text-align: center;
	margin-top: 30px;
}


.award-categories-gold-line-up {
    grid-column: span 3;
	padding: 0px;
	height:auto;
	position: absolute;
  	z-index: 2;
 	top: 0;
  	left: 0;
}

.award-categories-gold-line-down {
    grid-column: span 3;
	padding: 0px;
	height:auto;
	position: absolute;
  	z-index: 1;
 	bottom: 0;
  	left: 0;
}

.award-categories-text{
	    font-size: 14px;
	  font-family: Helvetica, sans-serif;
		color: #ffffff;
	font-weight: bolder;
}

.award-categories-header-text{
	    font-size: 35px;
	  font-family: Helvetica, sans-serif;
		color: #ffffff;
	font-weight: bolder;
}

.award-winners-text{
	    font-size: 14px;
	  font-family: Helvetica, sans-serif;
		color: #4ba5da ;
	font-weight: lighter;
}



/* 6. Award categories ENDS */


/* 7. Video starts */

video {
  width: 100% !important;
  height: auto !important;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 1.6%;
    background-color:#000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 70px;
	margin-bottom: 30px;
}




.video {
    grid-column: 1/5;
}




 .video-description {
    grid-column: 5/9;
	 border-left: 1px solid #4ba5da ;
	padding-left: 20px;
}   

.video-text-headline {
    font-size: 55px;
	font-family: Helvetica, sans-serif;
	color: #4ba5da ;
	font-weight: bolder;
}

.video-text-headline-white {
    font-size: 55px;
	font-family: Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bolder;
}

.video-text-description {
    font-size: 17px;
	font-family: Helvetica, sans-serif;
	color: #4ba5da ;
	font-weight: 100;
	line-height: 150%;
}

.video-text-description-white {
    font-size: 17px;
	font-family: Helvetica, sans-serif;
	color: #ffffff;
	font-weight: 100;
	line-height: 150%;
}
/* Video ENDS */

/* 8. home_page_award_categories() starts */

.award-categories-header-deadline-text{
	    font-size: 25px;
	  font-family: Helvetica, sans-serif;
		color: #4ba5da ;
	font-weight: lighter;
	  font-style: oblique;
}

.home_page_award_categories-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 1.6%;
    background-color:#000000;
	margin-left: 10px;
	margin-right: 10px;
}

.home_page_award_categories-header-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 1.6%;
    background-color:#000000;
	margin-top: 70px;
	margin-left: 10px;
	margin-right: 10px;
		margin-bottom: 30px;
}

.home_page_award_categories-header {
    grid-column: 1/4;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	padding: 20px;
}

.home_page_award_categories-deadline {
    grid-column: 4/7;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	padding: 30px;
}

.home_page_award_categories-download-form {
    grid-column: 7/9;
	text-align: center;
	font-size: 20px;
	font-family: Helvetica, sans-serif;
	color: #4ba5da ;
	font-weight: bolder;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right:0px;
	padding: 30px;
	background-color: #000000;
	border-radius: 25px;
	border: 1px solid #4ba5da ;
}

.home_page_award_categories_column_1 {
    grid-column: 1/5;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	font-family: Helvetica, sans-serif;
	color: #4ba5da ;
	font-weight: bolder;
	text-align: center;
		  line-height: 250%;
}

.home_page_award_categories_column_2 {
    grid-column: 5/9;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	font-family: Helvetica, sans-serif;
	color: #4ba5da ;
	font-weight: bolder;
	text-align: center;
	line-height: 250%;
}
    
/* 8. home_page_award_categories() ENDS */

/* 11. Sponsors starts */

.sponsors-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1.6%;
    background-color:#000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
}


.sponsors {
    grid-column: span 3;
	overflow: hidden;
	border: 3px solid #4ba5da ;
}



/* 11. Sponsors ENDS */

/* 11. Sponsorship opportunities starts */

.sponsorship-opportunities-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 1.6%;
    background-color:#000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	border:solid 1px #4ba5da ;
	position: relative;
	overflow: hidden;
}


.sponsorship-opportunities {
    grid-column: 1/9;
}

.sponsorship-opportunities-info {
	height:100%;
    grid-column: 1/5;
	position: absolute;
  	z-index: 2;
	background-color:rgba(8, 19, 27, 0.8);
	margin-left: 0px;
	margin-right: 0px;
	padding-left:50px;
	padding-right:50px;
	padding-top:100px;	
}

.sponsorship-opportunities-headline {
    font-size: 55px;
	font-family: Helvetica, sans-serif;
	color: #4ba5da ;
	font-weight: bolder;
}

.sponsorship-opportunities-text-description {
    font-size: 17px;
	font-family: Helvetica, sans-serif;
	color: #4ba5da ;
	font-weight: 100;
	line-height: 150%;
}

/* 11. Sponsorship opportunities ENDS */

/* 9. footer() starts */



.footer-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 1.6%;
    background-color:#000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}




 .footer {
    grid-column: 1/6;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	padding: 30px;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	color: #4ba5da ;
	font-weight: lighter;
	font-style: oblique;
	line-height: 200%;
}


 .footer-logo {
    grid-column: 7/9;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	padding: 30px;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	color: #4ba5da ;
	font-weight: lighter;
	font-style: oblique;
	line-height: 200%;
}   

    
/* 9. footer() ENDS */

/* 7. Keynotes and MC starts */


.keynotes-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 1.6%;
    background-color:#000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.keynote {
    grid-column: 1/5;
	border: 1px solid #4ba5da ;
	overflow: hidden;
	  box-shadow: 0 4px 8px 0 rgba(76, 165, 219, 0.2), 0 6px 20px 0 rgba(76, 165, 219, 0.19);}

.keynote-description {
    grid-column: 5/9;
	padding-left: 20px;
}


/* Keynotes and MC ENDS */

/* judges */


.judges-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 1.6%;
    background-color:#000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.judges {
    grid-column: 1/3;
	border: 1px solid #4ba5da ;
	overflow: hidden;
	  box-shadow: 0 4px 8px 0 rgba(76, 165, 219, 0.2), 0 6px 20px 0 rgba(76, 165, 219, 0.19);

}

.judges-description {
    grid-column: 3/9;
	padding-left: 20px;
}

.judges-text-white {
    font-size: 30px;
	font-family: Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bolder;
}


.judges-text-blue {
    font-size: 25px;
	font-family: Helvetica, sans-serif;
	color: #4ba5da ;
	font-weight: normal;
}


/* judges ENDS */

/* image-galary STARTS */



.photo-navigation {
    grid-column: span 12;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
}

.column-main-page-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1.6%;
    background-color:#000000;
	margin-left: 10px;
	margin-right: 10px;
}

.column-main-page {
    grid-column: span 3;
	border:solid 1px #4ba5da ;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	cursor: pointer;
}

.column-main-page:hover {
    box-shadow: 0 4px 8px 0 rgba(76, 165, 219, 0.2), 0 6px 20px 0 rgba(76, 165, 219, 0.19);}

.column {
  float: left;
  width: 25%;
    padding: 8px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 700px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 45px;
  right: 300px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(76, 165, 219, 0.2), 0 6px 20px 0 rgba(76, 165, 219, 0.19);}

/* image-galary ENDS */

/* 16. font-icons */

@font-face {
  font-family: 'icomoon';
  src:  url('https://www.securitiesfinancetimes.com/industryexcellenceawards/fonts/icomoon.eot?drznyt');
  src:  url('https://www.securitiesfinancetimes.com/industryexcellenceawards/fonts/icomoon.eot?drznyt#iefix') format('embedded-opentype'),
    url('https://www.securitiesfinancetimes.com/industryexcellenceawards/fonts/icomoon.ttf?drznyt') format('truetype'),
    url('https://www.securitiesfinancetimes.com/industryexcellenceawards/fonts/icomoon.woff?drznyt') format('woff'),
    url('https://www.securitiesfinancetimes.com/industryexcellenceawards/fonts/icomoon.svg?drznyt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_circle_up_icon:before {
  content: "\e900";
}
.icon-f057_icon:before {
  content: "\e901";
}
.icon-send_icon:before {
  content: "\e902";
}
.icon-arrow_circle_left_icon-1:before {
  content: "\e903";
}
.icon-arrow_circle_right_icon:before {
  content: "\e904";
}
.icon-arrow_circle_down_icon:before {
  content: "\e905";
}
.icon-times_icon:before {
  content: "\e906";
}
.icon-twitter_icon:before {
  content: "\e907";
}
.icon-facebook_icon:before {
  content: "\e908";
}
.icon-instagram_icon:before {
  content: "\e909";
}
.icon-f166_icon:before {
  content: "\e90a";
}
.icon-f0e1_icon:before {
  content: "\e90b";
}
.icon-reorder_icon:before {
  content: "\e90c";
}

/* 16. font-icons ends */

/* Text styles start */
.small-white {
    font-size: 17px;
	font-family: Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bolder;
	line-height: 150%;
}

.small-gold {
    font-size: 20px;
	font-family: Helvetica, sans-serif;
	color: #4ba5da ;
	font-weight: bolder;
	line-height: 150%;
}

.medium-gold {
    font-size: 35px;
	font-family: Helvetica, sans-serif;
	color: #4ba5da ;
	font-weight: bolder;
	line-height: 150%;
}
/* Text styles ends */