/* - - - - - - - - - - - - - - - - - - - - -

 Title : 
 Author : 
 URL : http://

 Last Updated : 10/09/2018 - Vani

- - - - - - - - - - - - - - - - - - - - - */

/* - - - Default - - - */
@import 'https://fonts.googleapis.com/css?family=Roboto+Slab';

/* Logo */

/*#logo a {
    background-image: url('https://www.uog.edu/_resources/css/sites/default/files/footer-logo_0.png');
    min-height: 0;
    height: 100px;
}*/

* html #logo a {
    /* IE6 png Support */
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="https://www.uog.edu/_resources/css/sites/default/files/footer-logo_0.png", sizingMethod="crop");
}


/* Backgrounds */

html {
    background-image: none;
}

#logo {
    background: url(https://www.uog.edu/_resources/css/sites/default/files/footer-logo_0.png) no-repeat center;
    background-color: #046A38;
    background-size: 200px auto;
	padding: 50px 0px;
}

#container {
    background: #FFFFFF
}

.wufoo input.text,
.wufoo textarea.textarea {
    /*background: #FFFFFF url(/images/fieldbg.gif) repeat-x top;*/
    
}

.wufoo .focused {
    background: none !important;
}

.wufoo .instruct {
    background-color: #F5F5F5
}


/* Borders */

#container {
    border: 0 solid #cccccc
}

.wufoo .info {
    border-bottom: 9px solid #FFCD00;
}

.wufoo .instruct {
    border: 1px solid #e6e6e6
}


/* Typography */

.wufoo .info h2 {
    font-size: 180%;
	font-weight: 500;
    font-family: 'Roboto Slab', sans-serif;
    color: #ffffff;
	padding: 8% 0 0 8%;
}

.wufoo .info div {
    font-size: 80%;
    font-family: "FrutigerCE55RomanRegular", "Myriad Pro", Arial, sans-serif;
    color: #444444
}

.wufoo .section h3 {
    font-size: 125%;
    font-family: 'Roboto Slab', sans-serif;
	font-weight: bold;
    background: #FFFFFF;
    color: #404040;
}

.wufoo .section div {
    font-size: 85%;
    font-family: "FrutigerCE55RomanRegular", "Myriad Pro", Arial, sans-serif;
    color: #444444
}

.wufoo label.desc,
.wufoo legend.desc {
    font-size: 120%;
    font-family: "FrutigerCE55RomanRegular", "Myriad Pro", Arial, sans-serif;
    color: #046A38;
    display: none;
}

.wufoo li div,
.wufoo li div label,
.wufoo li span label {
    font-family: "FrutigerCE55RomanRegular", "Myriad Pro", Arial, sans-serif;
    color: #444444;
    font-size: 80%;
}

.wufoo input.text,
.wufoo textarea.textarea,
.wufoo select.select,
.wufoo label.choice {
    font-size: 130%;
    font-family: "FrutigerCE55RomanRegular", "Myriad Pro", Arial, sans-serif;
    color: #333333;

}

.wufoo label.choice {
    color: #444444
}

.wufoo .instruct {
    font-size: 80%;
    font-family: "FrutigerCE55RomanRegular", "Myriad Pro", Arial, sans-serif;
    color: #444444
}

input[type=submit] {
    width: 100%;
    background-color: #FFCD00;
    color: #2d2d2d;
    padding: 10px 15px;
    margin: 5px 0;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #ffe680;
}

input[type=text], 
input[type=email], 
input[type=number],
input[type=tel],
input[type=url], select {
    width: 100%;
    padding: 8px 10px;
    /*margin: 0 8% 0 8% !important;*/
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}

form li span {
	margin: 0 !important;
}

select.select {
    padding: 12px 0 12px 15px;
}

.safari select.select {
    font-size: 150% !important;
    margin: 0 0 1px 0;
}

.wufoo li.focused label.desc, 
.wufoo li.focused legend.desc, 
.wufoo li.focused div, .wufoo li.focused span, 
.wufoo li.focused div label, 
.wufoo li.focused span label, 
.safari .wufoo li.focused input.file {
    color: #046A38 !important;
}

.safari input.btTxt {
    font-size: 160% !important;
    font-family: 'Roboto Slab', sans-serif !important;
	font-weight: 500;
	text-transform: uppercase;
}

form li.buttons input {
    font-size: 160% !important;
    /*margin-right: 5px;*/
	font-family: 'Roboto Slab', sans-serif !important;
	font-weight: 500;
	text-transform: uppercase;
}

form li div label, form li span label {
	display: none !important;
}
	
form li {
	padding: 3px 8% 3px 8% !important;
}	

form.wufoo {
	background: #046A38;
}

.info {
	margin: 0 0 5% 0;
}
