@charset "UTF-8";
/* Dino Additional Styles
-------------------------------------------------------------------------- */
.topdino {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    overflow-x: hidden;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font: 11px/23px 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}

.topdino {
    text-decoration: none;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}


.topdino a {
    color: #FFFFFF;
}
.topdino a:focus,
.topdino a:hover,
.topdino a:visited {
    outline: none;
    color: #FFFFFF;
    text-decoration: none;
}

.contact-form { position: relative; width: 80%; margin-right: auto; margin-left: auto; }
/* 13.2.10.2.2 Form Group
-------------------------------------------------------------------------- */
.contact-form .form-group { margin-bottom: 20px; }
.contact-form .form-group:nth-child(2) { margin-bottom: 20; }

/* 13.2.10.2.3 Form Control
-------------------------------------------------------------------------- */
.contact-form .form-control {
    border-color: #e5e5e5;
    background-color: #fbfbfb;
}
.contact-form .form-control:hover,
.contact-form .form-control:focus {
    border-color: #e5e5e5;
    background-color: #ffffff;
}
.contact-form .form-control:focus { border-color: #232323; }

/* 13.2.10.2.4 Button
-------------------------------------------------------------------------- */
.contact-form button.btn {
    width: 100%;
    display: block;
    padding: 9px 12px;
}

.secondary-menu {
    padding: 0;
    margin: 12px auto;
    line-height: 0;
    display: block;
    overflow: visible;
	font-size: 10px;
	margin-bottom: 0;
	color: #ffffff;
	
}

/* 10.12 Container FAQ & Contact Us
-------------------------------------------------------------------------- */
.section-container-faq {
    z-index: 3;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 40px 0 60px; /* DINO padding: 100px 0 70px; */
}

.section-container-topimage {
    width: 100%;
    margin-top: 0;
}

/* Announcement Text
-------------------------------------------------------------------------- */
.announce {
    color: #FF0000;
    font-weight: bold;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font: 20px/30px 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*** .btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-wavstar {
    background: #2595FF;
    color: #ffffff;
}
 
.btn-wavstar:hover, .btn-wavstar:focus, .btn-wavstar:active, .btn-wavstar.active, .open > .dropdown-toggle.btn-wavstar {
    background: #aaaaaa;
}
 
.btn-wavstar:active, .btn-wavstar.active {
    background: #007299;
    box-shadow: none;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; -------   it was this 56.25% = 16:9 
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 ***/
 
 