/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    margin: 0;
    min-height: 100%;
}

body{
    background-image: url(http://www.gcumedia.com/mediaElements/grand-canyon-university-test-engine/v1.1/img/login-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    margin: 0;
}

h1{
    color: #ffffff;
    font-size: 25px;
    font-family: sans-serif;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 25px;
    letter-spacing: .8px;
}

h2{
    color: #ffffff;
    font-size: 21px;
    line-height: 23px;
    font-family: sans-serif;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

h3{
    color: #ffffff;
    font-size: 18px;
    line-height: 23px;
    font-family: sans-serif;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: .8px;
}

b{
	font-weight: 700;
	letter-spacing: .5px;
}

ul{
	list-style: none;
}

.qanda{
color: #ffffff;
font-size: 16px !important;
list-style-position: outside;
margin-left: 0px;
padding-left: 0px;
}

.qanda li{
	font-size: 16px;
}

.question{
	font-weight: 600;
	letter-spacing: .5px;
}

.answer{
    font-weight: 300;	
}

.content{
    width: 70%;
    margin-left: 15%;
    margin-top: 1%;
    background-color: #12a9ab;
    -webkit-border-top-left-radius: 7px;
    -moz-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    position: relative;
    min-height: 500px;
}
.content::after{
  content: "";
  display: table;
  clear: both;
}


.aws-logo{
    text-align: center;
    margin-top: 3%;
    margin-bottom: 1%;
}

.columns{
	margin-top: 5%;
}

.left-content{
    width: 25%;
    margin-left: 8%;
    float: left;
}

.middle-content{
    width: 25%;
    margin-left: 8%;
    
    float: left;
}

.right-content{
    width: 25%;
    margin-left: 2%;
    margin-right: 2%;
    float: right;
}

.footer{
    text-align: center;
    background-color: #40316d;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    line-height: 3rem;
    width: 70%;
    margin-left: 15%;
    
}

.major{
	letter-spacing: .7px;
    color: #fff;
    background-color: #FF821B;
    font-size: 16px;
    font-weight: 500;
    height: 3rem;
    line-height: 3rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px 15px;
    text-decoration: none;
    font-family: sans-serif;
    margin-right: 15px;
     /*Rounded Corners*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  
  /*Shadow*/
  -webkit-box-shadow: 1px 3px 0px rgba(0, 00, 0, 0.3);
  -moz-box-shadow: 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 3px 0px rgba(0, 0, 0, 0.3);
  

}

.major:hover{
    color: white;
    background-color: #FF821B;
     /*Shadow*/
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  
  
}

.major2{
	letter-spacing: .5px;
    color: #fff;
    background-color: #FF7438;
    font-size: 16px;
    font-weight: 500;
    height: 3rem;
    line-height: 3rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 15px;
    text-decoration: none;
    font-family: sans-serif;
    margin-right: 15px;
}

.major2:hover{
    color: white;
    background-color: #40316d;
}

.practice{
	letter-spacing: .7px;
    color: #fff;
    background-color: #48377A;
    font-size: 16px;
    font-weight: 500;
    height: 3rem;
    line-height: 3rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px 15px;
    text-decoration: none;
    font-family: sans-serif;
    margin-right: 15px;
     /*Rounded Corners*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*Shadow*/
  -webkit-box-shadow: 1px 3px 0px rgba(0, 00, 0, 0.3);
  -moz-box-shadow: 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 3px 0px rgba(0, 0, 0, 0.3);
  

}

.practice:hover{
    color: white;
    background-color: #48377A;
     /*Shadow*/
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  
  
}
 

.exam{
	letter-spacing: .7px;
    color: #fff;
    background-color: #48377A;
    font-size: 16px;
    font-weight: 500;
    height: 3rem;
    line-height: 3rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px 15px;
    text-decoration: none;
    font-family: sans-serif;
    margin-right: 15px;
     /*Rounded Corners*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*Shadow*/
  -webkit-box-shadow: 1px 3px 0px rgba(0, 00, 0, 0.3);
  -moz-box-shadow: 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 3px 0px rgba(0, 0, 0, 0.3);
  

}

.exam:hover{
    color: white;
    background-color: #48377A;
     /*Shadow*/
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  
  
}

.english-info{
    width: 95%;
    margin-bottom: 25px;
}

#english-info{
    border: 1px solid #ccc;
    opacity: 1;
    font-size: 10px;
    margin-top: 10px;
    padding: 5px;
    text-transform: uppercase;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #ffffff;
    -webkit-transition: all .5s ease .25s;
    -moz-transition: all .5s ease .25s;
    -o-transition: all .5s ease .25s;
    -ms-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
    
}



.english-info:hover #english-info{
    opacity: 1;
}

ul{
    padding: 10px 15px;
    text-transform: none;
    font-family: sans-serif;
}

li{
    font-size: 14px;
    margin-bottom: 10px;
}

.intro{
    margin-bottom: 25px;
}

.faq-links{
    text-align: center;
}

.faq{
    text-align: center;
    color: #066F6F;
    font-family: sans-serif;
    font-weight: 800;
   text-shadow: 1px 1px rgba(255,255,255, .5);
}

.faq:hover{
    color: #48377A;
    text-shadow: 1px 1px rgba(255,255,255, .5);
}

.questions{
    width: 80%;
    margin-left: 10%;
}

p{
    color: #ffffff;
    font-family: sans-serif;
    margin-bottom: 25px;
    font-weight: 100;
    line-height: 1.2;
}

p a{
    text-decoration: none;
    color: #FF821B;
}

p a:hover{
    color: #feb245;
}

.asterick{
    color: #feb245;

}

.notice{
    width: 100%;
}

.notice p{
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.notice2{
    opacity: 0;
    width: 75%;
}

.notice2 p{
    font-size: 14px;
    font-style: italic;
}

.math{
	margin-left: 20px;
}

.bulleted-list{
	color: #ffffff;
	list-style-type: disc;
}

.bulleted-list li{
	font-size: 16px;
	font-weight: 100;
}

span.arrow img{
	padding-top: 10px !important;
	width: 13px;
}

@media all and (max-width: 1445px){
	    .left-content{
    width: 40%;
    margin-left: 10%;
    float: left;
    }

.middle-content{
    width: 40%;
    margin-left: 5%;
    float: right;
    }
    
    .right-content{
    width: 40%;
    margin-left: 10%;
    float: left;
    }
}


@media all and (max-width: 1000px){
    .left-content{
    width: 80%;
    margin-left: 10%;
    float: none;
    }

.middle-content{
    width: 80%;
    margin-left: 10%;
    float: none;
    }
    
    .right-content{
    width: 80%;
    margin-left: 10%;
    float: none;
    }
    

     #english-info{
        opacity: 1;
    }
    
    .intro{
        margin-bottom: 75px;
    }
    
    .content{
        width: 90%;
        margin-left: 5%;
    }
    
    .footer{
        width: 90%;
        margin-left: 5%;
    }
    
    .english-info{
        width: 100%;
    }
    
    .notice2{
    display: none;
}


}
