/*

Theme name: Guycon Session
Author: NetSuccess Interactive (RHA)



*/
@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&family=Montserrat:wght@300;400;600;700&family=Noto+Sans:wght@400;700&family=Noto+Serif:wght@400;700&display=swap');


@font-face {
  font-family:Advent Sans;
  src: url(/fonts/AdventSans.otf);
  font-weight: 400,600, 700;
}




html
  {
      text-rendering: optimizeLegibility;
      margin:0;
      padding:0;
      line-height: 1.5;
      font-size: 1rem;
      font-family:  'Noto Sans', sans-serif;
      scroll-behavior: smooth;
  
  }
 
body {
	    background-color:#fff;
		width:100%;
		min-height:100%;
		font: 13px/20px normal Helvetica, Arial, sans-serif;
		color: #4F5155;
        font-size: 1rem;
        
	}
	




* {

  margin:0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box !important;
}

section{
    display:block;
    width:100vw;
}
.main_wrapper{
    margin:0;
    box-sizing: border-box;
    width:100vw;
    display:block;
    position:relative;
}

h1{
    font-size: 1.5rem;
    color: rgb(25, 25, 25);
}


h2{
    font-size: 1.3rem;
    
}
.wrapper{
    display:block;
    position:relative;
    width:100%;
    padding:0.5rem;
   
    
}

.blue_bg{
    background-color: #0c5adb;
}

#header_wrapper, .hidden{
    height:0;
    visibility: hidden;
}

.content_container{
    width:95vw;
    min-height:100%;
    margin:0 auto;
    background-color: transparent;
    display:block;
  
}
.row{
    width:100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    padding:5px;
    background-color: transparent;
	
    
}

.info_box{
    display:flex;
    flex-direction: row;
    flex-basis: auto;
    height:100%;
    width:25%;
    margin:0 10px 0 10px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    background-color: transparent;
}

#menu_wrapper{
    margin-top: 0;
    height:70px;
}

#slideshow_wrapper{
    height:400px;
    margin:5px 0 0 0;
}

.full_width{
    width:100%;
    background-color: transparent;
}

#footer_container{
    min-height: 200px;
    display:flex;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    background-image:url(../graphics/footer-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#footer_container p, #footer_container h3{
    color:#fff;
   
}

.footer_box{
    display:flex;
    flex-direction: column;
    width:100%;
    padding:5px;
    background-color: transparentn;
    margin:0 0 5px 0;
}

.error_message{
    width:100%;
    background-color:#F00;
    opacity:0.7;
    color:#fff;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:13px;
    font-weight:bold;
    text-align:left;
    padding-left:30px;
    margin:0 0 10px 0;
}
.row p{
    line-height: 1.5rem;
    text-align: justify;
    margin:5px 0 0 0;
}

li{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:1rem;
    line-height:1.5rem;
    font-weight:400;
    color:rgb(15, 13, 13);
    text-decoration: dotted;
    text-decoration-color: #0c5adb;
    
}
.success_message{
    width:100%;
    background-color:#6F6;
    opacity:0.9;
    color:#fff;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:14px;
    font-weight:bold;
    height:35px;
    display:block;
    text-align:left;
    padding-left:30px;
    margin-bottom:10px;
    vertical-align:auto;
}


#registration_form_wrapper .row{
    min-height:100px;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 0 8px #303030;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;

}

.form-inputs{
    display: flex;
    flex-flow: column wrap;
    justify-content:space-evenly;
    align-items: flex-start;
    width: 100%;
    min-height: 100px;
    background-color:#fff;
    margin:0 10px 10px 0;
    padding:10px;
}

#registrationForm{
    width:100% !important;
   
}
input, select, textarea  {
    width: 100% !important;
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }

  input[type=submit] {
    width: 100%;
    background-color: #0c5adb;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #45a049;
  }

/*Form Styles*/


input, select {
    width: 100% !important;
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
    vertical-align: middle;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default tabs: */
.tab {
  display: none;
}

button {
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
 

	

	}


   
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {



    .content_container{
        width:100%;
        
    }
    
   

}
	

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  
    #header_wrapper,.hidden{
        height:50px;
        visibility: visible;
        margin:auto auto;
    }

	.content_container{
        width:1024px;
        
    }
	#menu_wrapper{
        margin-top: 5px;
        height:100px;
        background-color: #fff;
    }
    #slideshow_wrapper{
        height:600px;
        
    }

    #footer_container{

        flex-flow: row wrap;
        justify-content: space-between;
        
    }

    .footer_box{
        
     width:23%;
      
    }

    #footer3{
        width:50%;
    }

    
#registration_form_wrapper .row{
    
    flex-flow: row wrap;
    justify-content: space-evenly;

}
  #form_inputs{
    width:60%;
  } 
  
  #form-instructions{
    width:38%;
  }  
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .content_container{
        width:1200px;
        
    }
}
  