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


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
a:link, a:visited {
    text-decoration: none;
    color: rgba(228,109,46,1.00);
}

a:hover, a:active {
    text-decoration: underline;
    color: rgba(228,109,46,1.00);
}

input[type="text"]:disabled {
  background: rgba(232,109,32,0.10);
}


html { 
    font-size:100% !important; 
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
}

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

h2 {
    color: #e86d20;
}

.btn-success a:link {
    color: #ffffff !important;
}

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

a.nav-link, a.nav-link:visited {
    color: BLACK;
    text-decoration: none;
    font-weight: 300;
}


a.nav-link:hover, a.nav-link:active {
    color: rgba(228,109,46,1.00);   
    text-decoration: none;
}


a.sm_links, a.sm_links:visited {
    text-decoration: none;
    color: #FFFFFF;
}


a.sm_links:hover, a.sm_links:active {
    text-decoration: none;
    color: rgba(228,109,46,1.00);
}


a.search_title, a.search_title a:visited {
    color: #BFBFBF;
    text-decoration: none;
}

a.search_title:active, a.search_title:hover {
    color: #eb6e1f;
    text-decoration: none;
}

.nav-link {
    display: block;
    padding: .5rem .75rem;
    font-size: 1.2em;
}


.mb_a_s {
    font-size: 0.45em; 
    padding-bottom: 0; 
    margin-bottom: 0; 
    font-family: 'Krona One', sans-serif;
    font-weight: 500;
}

.tooltip-inner {
    text-align: left;
}



#overlay {
		width:100%; 
		height:100%; 
		padding:0; 
		margin:0;
		position:fixed;
		top:0;
		left:0;
		z-index:502;
		background-color: rgba(0,0,0,0.8);
		display:none;
}


#overlay2 {
		width:100%; 
		height:100%; 
		padding:0; 
		margin:0;
		position:fixed;
		top:0;
		left:0;
		z-index:1000000;
		background-color: rgba(0,0,0,0.8);
		display:none;
}


#user_profile {
    position:absolute;
	display:none;
    /*top: 25px;*/
    left: 50%;
    width:80%;
    margin-left: -40%; /*set to a negative number 1/2 of your width*/
    border: 0px solid #ff0000;
    background-color: #ffffff;
	z-index: 5000;
	line-height:15px;
	font-size:15px;
	overflow-y:scroll;
    overflow-x:hidden;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;	
}


input[type=text], input[type=email], input[type=url], input[file], input[type=password] {
    font-size: 20px;
    width: 90%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}



#user_profile2 {
    position:absolute;
	display:none;
    /*top: 25px;*/
    left: 50%;
    width:50%;
    margin-left: -25%; /*set to a negative number 1/2 of your width*/
    border: 0px solid #ff0000;
    background-color: #ffffff;
	z-index: 1000001;
	line-height:15px;
	font-size:15px;
	overflow-y:scroll;
    overflow-x:hidden;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;	
}

#user_popup_inner {
	padding: 30px;
}

#user_popup_inner2 {
	padding: 30px;
}

@media (max-width: 850px) {
	#user_profile {
		position: absolute;
		/*top: 0px;*/
		left: 40%;
		width: 100%;
		border: 0px solid #ff0000;
		background-color: #ffffff;
		z-index: 100000;
		line-height: 15px;
		font-size: 15px;
		display: none;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	
	#user_profile2 {
		position: absolute;
		/*top: 0px;*/
		left: 0%;
		width: 100%;
		border: 0px solid #ff0000;
		background-color: #ffffff;
		z-index: 10000001;
		margin-left: 0 !important;
		line-height: 15px;
		font-size: 15px;
		display: none;
		overflow-y: scroll;
		overflow-x: hidden;
	}	
}


@media (max-width: 1199px) { 
    .mb_a_s {
        display: none;
    }
    
    .nav-link {
        display: block;
        padding: .5rem .75rem;
        font-size: 1em;
    }    
}


@media (min-width: 1200px) {
    a.nav-link.sp_link{
        padding-top: 0; 
        margin-top: 0; 
        line-height: 1;
    }
}



.nav-link.active {
    color: rgba(228,109,46,1.00) !important;   
    text-decoration: none !important;
    padding-bottom: 2px !important;
    border-bottom: 1px solid rgba(228,109,46,1.00) !important;
}

/* PHONE */
@media (min-width: 640px) { 
    body {
        font-size:1rem !important;
        font-family: 'Open Sans', sans-serif !important;
    } 
    h1 {
        font-size: 2rem !important;
        font-family: 'Oswald', sans-serif !important;
        font-weight: 600 !important;
    }
    .top_text {
        font-size: 1em;
    }    
} 

@media (max-width: 639px) { 
    body {
        font-size:1rem !important;
        font-family: 'Open Sans', sans-serif !important;
    } 
    h1 {
        font-size: 2rem !important;
        font-family: 'Oswald', sans-serif !important;
        font-weight: 600 !important;
    }
    .top_text {
        font-size: 1em;
    }    
} 

/* TABLET */
@media (min-width:960px) {
    body {
        font-size:1.2rem !important;
        font-family: 'Open Sans', sans-serif !important;
    } 
    h1 {
        font-size: 2.5rem !important;
        font-family: 'Oswald', sans-serif !important;
        font-weight: 600 !important;
    }    
    .top_text {
        font-size: 1em;
    }    
} 


/* DESKTOP/LAPTOP */
@media (min-width:1100px) { 
    body {
        font-size:1.5rem !important;
        font-family: 'Open Sans', sans-serif !important;
    }
    h1 {
        font-size: 2.8rem !important;
        font-family: 'Oswald', sans-serif !important;
        font-weight: 600 !important;
    }   
    .top_text {
        font-size: 0.7em;
    }
} 



@media (min-width: 992px) { 
    .top_nav_mobile {
        display: none !important;
    }
    .not_desktop {
        display: none !important;
    }
    
}

@media (max-width: 991px) { 
    .top_nav {
        display: none !important;
    }    
    .not_mobile {
        display: none !important;
    }
}

.clickable {
    cursor: pointer;
}

.orange {
    color: rgba(228,109,46,1.00);
}

.orange_bk {
    background-color: rgba(228,109,46,1.00);
}

.white {
    color: rgba(255,255,255,1.00);
}

.white_bk {
    background-color: rgba(255,255,255,1.00);
}


.black {
    color: rgba(0,0,0,1.00) !important;
}

.black_bk {
    background-color: rgba(0,0,0,1.00) !important;
}

.swich_to_grey {
  background-color: rgba(228,109,46,1.00); 
}

.swich_to_grey:hover {
  background-color: rgba(126,127,128,1.00); 
}

.swich_to_orange {
  background-color: rgba(126,127,128,1.00); 
}

.swich_to_orange:hover {
  background-color: rgba(228,109,46,1.00); 
}

.ppf_text {
    font-size: 1.5rem !important;
}
.ppf_text2 {
    font-size: 0.8rem !important;
}

input[type=text] {
    font-size: 22px;
    width: 100%;
    padding-top: 0;
    height: 35px;
    line-height: 35px;
    margin-top: 0;
    float: left;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[file], textarea {
    width: 90%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 3px;
    font-size: 20px;
}





.search_input {
    margin-bottom: 10px;
}


.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
 * html .ui-autocomplete {
    height: 300px;
 }



.needsfilled {
    background-color: rgba(216,171,171,0.3) !important;
    border-color: RED !important;  
}



select {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    -moz-appearance: none;
    appearance: none;
    background-position: center right;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-appearance: none;
    text-indent: 0.01px;
    -prefix-appearance: none;
    text-overflow: '';
    white-space: nowrap;
    height: 28px;
}


.styled.needsfilled {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    width: 90%;
    height: 35px;
    font-size: 19px;
    overflow: hidden;
    color: #000;
    outline-width: 0;
    background-color: #fff;
    border: 1px solid #CCC;
    background: url(../images/dropdown_arrow.svg) no-repeat 100% rgba(216,171,171,0.3);
    background-size: 35px 35px;
    margin: 10px 0px 0px 0px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    float: left;
    -moz-appearance: none;
    text-indent: 0.01px;
    -prefix-appearance: none;
    text-overflow: '';
}


.styled {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    width: 90%;
    height: 35px;
    font-size: 19px;
    overflow: hidden;
    color: #000;
    outline-width: 0;
    background-color: #fff;
    border: 1px solid #CCC;
    background: url(../images/dropdown_arrow.svg) no-repeat 100% #fff;
    background-size: 35px 35px;
    margin: 10px 0px 0px 0px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    float: left;
    -moz-appearance: none;
    text-indent: 0.01px;
    -prefix-appearance: none;
    text-overflow: '';
    margin-bottom: 10px;
}

select {
    font-size: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


input[type=submit] {
    padding: 15px 15px !important;
    background: #eb6e1f;
    border: 0 none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 26px;
    font-weight: bold;
    color: rgba(255,255,255,1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

textarea, select, input, button { outline: none; }


select#sofloww, select#soflow, select#soflow-color {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    appearance: none;
    background-image: url(https://acontario.ca/images/downArrow.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.7em !important;
}

@media only screen and (max-width: 1199px) and (min-width: 1100px)  {
        select#sofloww, select#soflow, select#soflow-color {
            -webkit-appearance: button;
            -webkit-border-radius: 2px;
            -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
            -webkit-padding-end: 20px;
            -webkit-padding-start: 2px;
            -webkit-user-select: none;
            appearance: none;
            background-image: url(https://acontario.ca/images/downArrow.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
            background-position: 97% center;
            background-repeat: no-repeat;
            border: 1px solid #AAA;
            color: #555;
            overflow: hidden;
            padding: 5px 10px;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 0.5em !important;
        }        
}

.tiny_button {
    padding: 5px 15px;
    background: #eb6e1f;
    border: 0 none;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: rgba(255,255,255,1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.wrap {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    width: 100%;
}


.box {
    float: left;
    position: relative;
    width: 25%;
    padding-bottom: 20%;
    line-height: 0.9em;
}


.boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
    border-left: 1px solid #eb6e1f;
    background-color: #e3e3e3;
    border-bottom: 2px solid #DBDBDB;
    color: rgb(86, 86, 86);
}

.boxInner:hover {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
    border-left: 1px solid #eb6e1f;
    background-color: rgba(235,110,31,0.4);
    border-bottom: 2px solid #DBDBDB;
    color: rgb(0, 0, 0);
}


.box_image {
    height: 66%;
}

.the_box_text {
    padding: 2%;
    font-size: 0.6em;
    line-height: 1em;
}

.the_box_text .title {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 0.5em;
    padding-bottom: 0px;
    margin-bottom: 9px;
}

@media only screen and (max-width: 499px) {
    .box {
        width: 100%;
        padding-bottom: 75%;
    }

    .the_box_text {
        font-size: 1.2em;
    }       
    
}

@media only screen and (max-width: 991px) and (min-width: 500px) {
    .box {
        width: 50%;
        height: 250px;
        line-height: 0.9em;
    }

    .box_image {
        height: 63%;
        padding: 0;
        margin: 0;
    }
    .the_box_text .title {
        font-size: 1.2em;
        line-height: 0em;
        font-weight: 600;
        padding-bottom: 0px;
        margin-bottom: 14px;
        padding-top: 5px;
    }    
    .the_box_text {
        font-size: 0.8em;
    }      
    
}

@media only screen and (max-width: 959px) and (min-width: 500px) {
    .the_box_text {
        font-size: 0.95em;
    }          
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .box {
        width: 33.33%;
        height: 225px;
        line-height: 0.9em;
    }
    .box_image {
        height: 63%;
        padding: 0;
        margin: 0;
    }
    .the_box_text .title {
        font-size: 1.2em;
        line-height: 0em;
        font-weight: 600;
        padding-bottom: 0px;
        margin-bottom: 14px;
        padding-top: 5px;
    }    
    .the_box_text {
        font-size: 0.6em;
    }    

    
    
}    

@media only screen and (max-width: 1099px) and (min-width: 992px) {

    .the_box_text .title {
        font-size: 1.3em;
        line-height: 0em;
        font-weight: 600;
        padding-bottom: 0px;
        margin-bottom: 14px;
        padding-top: 5px;
    }  

    .the_box_text {
        font-size: 0.7em;
    }   
    
    
}

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

    .the_box_text .title {
        font-size: 1.3em;
        line-height: 0em;
        font-weight: 600;
        padding-bottom: 0px;
        margin-bottom: 14px;
        padding-top: 5px;
    }  

    .the_box_text {
        font-size: 1em;
    }       
    
}

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

    .the_box_text .title {
        font-size: 1.3em;
        line-height: 0em;
        font-weight: 600;
        padding-bottom: 0px;
        margin-bottom: 14px;
        padding-top: 5px;
    }  

    .the_box_text {
        font-size: 0.8em;
    }       
    
}


.carousel-control-next-icon {
    background-image: none !important;
}
    
.carousel-control-prev-icon {
    background-image: none !important;
}


.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: rgba(228,109,46,1.00) !important;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}



#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 1;
    border: 3px solid #eb6e1f;
}

.g_row_t {
    color:#eb6e1f; 
    font-size:1em; 
    padding-top:30px; 
    clear:both; 
    padding-left:5px; 
    padding-bottom:15px; 
    background-color:#F7F7F7;
}

.w_row_t {
    color:#eb6e1f; 
    font-size:1em; 
    padding-top:30px; 
    clear:both; 
    padding-left:5px; 
    padding-bottom:15px; 
    background-color:#FFFFFF;
}


.g_row {
    color:rgba(153,153,153,1);; 
    font-size:0.8em; 
    padding-top:20px; 
    clear:both; 
    padding-left:5px; 
    padding-bottom:15px; 
    background-color:#F7F7F7;
}

.w_row {
    color:rgba(153,153,153,1);; 
    font-size:0.8em; 
    padding-top:20px; 
    clear:both; 
    padding-left:5px; 
    padding-bottom:15px; 
    background-color:#FFFFFF;
}


.carousel-control-next, .carousel-control-prev {
    width: 10% !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 43px !important;
    height: 43px !important;
}


.btn-link:hover {
    color: #eb6e1f;
    text-decoration: underline;
}

.btn-link {
    font-weight: 400;
    color: #eb6e1f;
    text-decoration: none;
}

    .bs-example{
        margin: 20px;
    }
    .accordion .fa{
        margin-right: 0.5rem;
    }


a.link_button2:hover {
    padding: 2px 7px;
    text-decoration: none;
    text-transform: uppercase;
    background: #000000;
    border: 0 none;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    white-space: nowrap;
}


a.link_button2 {
    padding: 2px 7px;
    text-decoration: none;
    text-transform: uppercase;
    background: #eb6e1f;
    border: 0 none;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    white-space: nowrap;
}

label {
    display: none;
    cursor: pointer;
    user-select: none;
}

label {
    width: 150px;
    float: left;
    height: 28px;
    line-height: 28px;
    text-align: right;
}

form > div > label, legend {
    width: 25%;
    float: left;
    padding-right: 10px;
}

form > div > label {
    margin-top: 10px;
    font-weight: 600;
    display: block;
}


@media (max-width: 700px) {
    form > div > label, legend {
        width: 100%;
        float: none;
        margin: 0 0 5px 0;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    form > div > label, legend {
        text-align: right;
    }
}



select {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    -moz-appearance: none;
    background-position: center right;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-appearance: none;
    text-indent: 0.01px;
    -prefix-appearance: none;
    text-overflow: '';
    white-space: nowrap;
    height: 28px;
}

select {
    font-size: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}




form > div > div, form > div > fieldset > div {
    width: 75%;
    float: right;
}



@media (max-width: 700px) {
    form > div > div, form > div > fieldset > div {
        width: 100%;
        float: none;
    }
}

.sm_error_mess {
	font-size:0.8em; 
	color:RED; 
	display:none; 
	clear:left; 
	padding:0; 
	margin:0;
    padding-bottom: 10px;
}

.ui-autocomplete {
    z-index: 10000000000 !important;
    font-size: 1em !important;
}

.ui-widget-content {
    font-size: 0.7em !important;
}


div.pdf1 input {
    display: block !important;
    width: 50px !important;
    height: 41px !important;
    opacity: 0;
    cursor: pointer;
}




input[type=submit]:hover {
    padding: 5px 15px;
    background: #000;
    border: 0 none;
}

input.field.text.fn.needsfilled {
    background-color: rgba(216,171,171,0.3);
    border-color: RED;
}


.tooltip {
    position: fixed;
    z-index: 100000000 !important;
}


div.pdf1 {
    width: 50px;
    height: 41px;
    background: url(../images/pdf_image.png);
}

div.pdf1 input {
    display: block !important;
    width: 50px !important;
    height: 41px !important;
    opacity: 0;
    cursor: pointer;
}

div.pdf2 {
    width: 50px;
    height: 41px;
    background: url(../images/pdf_image.png);
}

div.pdf2 input {
    display: block !important;
    width: 50px !important;
    height: 41px !important;
    opacity: 0;
    cursor: pointer;
}

div.pdf3 {
    width: 50px;
    height: 41px;
    background: url(../images/pdf_image.png);
}

div.pdf3 input {
    display: block !important;
    width: 50px !important;
    height: 41px !important;
    opacity: 0;
    cursor: pointer;
}

div.pdf4 {
    width: 50px;
    height: 41px;
    background: url(../images/pdf_image.png);
}

div.pdf4 input {
    display: block !important;
    width: 50px !important;
    height: 41px !important;
    opacity: 0;
    cursor: pointer;
}

div.pdf5 {
    width: 50px;
    height: 41px;
    background: url(../images/pdf_image.png);
}

div.pdf5 input {
    display: block !important;
    width: 50px !important;
    height: 41px !important;
    opacity: 0;
    cursor: pointer;
}


div.pdf6 {
    width: 50px;
    height: 41px;
    background: url(../images/pdf_image.png);
}

div.pdf6 input {
    display: block !important;
    width: 50px !important;
    height: 41px !important;
    opacity: 0;
    cursor: pointer;
}

div.pdf7 {
    width: 50px;
    height: 41px;
    background: url(../images/pdf_image.png);
}

div.pdf7 input {
    display: block !important;
    width: 50px !important;
    height: 41px !important;
    opacity: 0;
    cursor: pointer;
}

div.pdf8 {
    width: 50px;
    height: 41px;
    background: url(../images/pdf_image.png);
}

div.pdf8 input {
    display: block !important;
    width: 50px !important;
    height: 41px !important;
    opacity: 0;
    cursor: pointer;
}

div.pdf9 {
    width: 50px;
    height: 41px;
    background: url(../images/pdf_image.png);
}

div.pdf9 input {
    display: block !important;
    width: 50px !important;
    height: 41px !important;
    opacity: 0;
    cursor: pointer;
}

div.pdf10 {
    width: 50px;
    height: 41px;
    background: url(../images/pdf_image.png);
}

div.pdf10 input {
    display: block !important;
    width: 50px !important;
    height: 41px !important;
    opacity: 0;
    cursor: pointer;
}

#edit_form2 {
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -313px;
    z-index: 605;
    background-color: rgba(255,255,255,1.00);
    border: 2px solid rgba(0,0,0,1.00);
}

