/**
 * @file
 * Main CSS Styles for Georgia Tech's gt_subtheme
 *
 * For best results, use the custom.css style sheet for any CSS customizations you'd like to make.
 * Just be sure to make a backup of your custom.css file prior to updating to a new version of
 * the GT Subtheme.
 *
 */

.one-third-div{
	float:left;
	width: 33.33%;
	text-align: center;
	padding: 40px 45px;	
}

.one-third-div p{
	line-height:normal;
}

.gt-yellow-button{
	background-color: #EEB211; /* gt yellow */
    border: none;
    color: #262626;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;	
	border-radius: 6px;
	font-size: 18px;	
	font-weight: 500;	
	line-height: 21px;
}
a.gt-yellow-button{
	text-decoration: none;
	color: #262626;
}
a.gt-yellow-button:before {
    color: inherit;
    display: inline-block;
    font-size: inherit;
    top: auto;
    float: left;
    font-family: "FontAwesome";
    content: "\f054 \f054";
    margin: 0;
    letter-spacing: -.2em;
    transform: scale(.7,1);
	padding-right:0.4em;
	padding-top:0.1em;
}
a.gt-yellow-button:hover{
	-webkit-transition: all 200ms ease-in;
    -webkit-background-color: #003057;
	-webkit-color: #FFF;
    -ms-transition: all 200ms ease-in;
    -ms-background-color: #003057;
	-ms-color: #FFF;
    -moz-transition: all 200ms ease-in;
    -moz-background-color: #003057;
	-moz-color: #FFF;
    transition: all 200ms ease-in;
    background-color: #003057;
    color: #FFF;
}

.one-fourth-div{
	float:left;
	width: 25%;
	text-align: center;
	padding: 15px 30px 15px 0px;
}

.edw-header1{
	font-family: Roboto,Aria, Sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #262626;
	text-align: left;
	margin: 0.5rem 0;
}
.edw-header2{
	font-family: Roboto,Aria, Sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #262626;
	text-align: left;
	margin: 0.8rem 0;
}
.edw-header3{
	font-family: Roboto,Aria, Sans-serif;
	font-weight:600;
	font-size: 24px;
	text-align: left;
	margin: 0.2rem 0 0.5rem 0;
}
.edw-header4{
	font-family: Roboto,Aria, Sans-serif;
	font-weight:300;
	font-size: 20px;
	text-align: left;
	color:#545454;
}
.edw-body1{
	font-family: Roboto,Aria, Sans-serif;
	font-weight:500;
	font-size: 24px;
	color: #545454;
	text-align: left;
}
.edw-body2{
	font-family: Roboto,Aria, Sans-serif;
	font-weight:500;
	font-size: 20px;
	color: #262626;
	text-align: left;
}
.edw-body3{
	font-family: Roboto,Aria, Sans-serif;
	font-weight:400;
	font-size: 20px;
	color: #262626;
	text-align: left;
	margin: 0.5rem 0;
}
.edw-body4{
	font-family: Roboto,Aria, Sans-serif;
	font-weight:600;
	font-size: 18px;
	text-align: left;
	margin: 0.5rem 0;
}
.edw-body5{
	font-family: Roboto,Aria, Sans-serif;
	font-weight:400;
	font-size: 18px;
	color: #262626;
	text-align: left;
}
.edw-body6{
	font-family: Roboto,Aria, Sans-serif;
	font-weight:400;
	font-size: 18px;
	color: #545454;
	text-align: left;
}
.edw-body7{
	font-family: Roboto,Aria, Sans-serif;
	font-weight:300;
	font-size: 16px;
	text-align: left;
	margin: 0.5rem 0;
}
a.edw-link1{
    color: #EEB211;
    text-decoration: none;
    display: inline-block;	
}

@media only screen and (max-width: 31em){
	.one-third-div, .one-fourth-div {
		float: none;
		width:100%;
	}
}