/*
	Stylessheet for Lane Community College Complio Website 
	Created By: Jennifer Martinez
	Created Date: 04/19/16
	Last Updated by: Jennifer Martinez
	Last Updated: 04/19/16 @ 11:11am
*/

body { font:14px/21px Arial, Helvetica, sans-serif normal; color:#000; background:#fff; }
.full-width { width:100%; }


/* #Base 960 Grid
================================================== */

.container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
.container .column,
.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.row                                        { margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; }

/* Base Grid */
.container .one.column,
.container .one.columns                     { width: 40px;  }
.container .two.columns                     { width: 100px; }
.container .three.columns                   { width: 160px; }
.container .four.columns                    { width: 220px; }
.container .five.columns                    { width: 280px; }
.container .six.columns                     { width: 340px; }
.container .seven.columns                   { width: 400px; }
.container .eight.columns                   { width: 460px; }
.container .nine.columns                    { width: 520px; }
.container .ten.columns                     { width: 580px; }
.container .eleven.columns                  { width: 640px; }
.container .twelve.columns                  { width: 700px; }
.container .thirteen.columns                { width: 760px; }
.container .fourteen.columns                { width: 820px; }
.container .fifteen.columns                 { width: 880px; }
.container .sixteen.columns                 { width: 940px; }

.container .one-third.column                { width: 300px; }
.container .two-thirds.column               { width: 620px; }

/* Offsets */
.container .offset-by-half                  { padding-left: 30px;  }
.container .offset-by-one                   { padding-left: 60px;  }
.container .offset-by-two                   { padding-left: 120px; }
.container .offset-by-three                 { padding-left: 180px; }
.container .offset-by-four                  { padding-left: 240px; }
.container .offset-by-five                  { padding-left: 300px; }
.container .offset-by-six                   { padding-left: 360px; }
.container .offset-by-seven                 { padding-left: 420px; }
.container .offset-by-eight                 { padding-left: 480px; }
.container .offset-by-nine                  { padding-left: 540px; }
.container .offset-by-ten                   { padding-left: 600px; }
.container .offset-by-eleven                { padding-left: 660px; }
.container .offset-by-twelve                { padding-left: 720px; }
.container .offset-by-thirteen              { padding-left: 780px; }
.container .offset-by-fourteen              { padding-left: 840px; }
.container .offset-by-fifteen               { padding-left: 900px; }
	

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


/* Header
----------------------------------------------------------------------------------------------------*/

#section-header { background: #6ea0be; border-top:0px solid #56565a; }

/* For Logo */
.logo { width:100%; background:none; margin-top:10px; padding-bottom:0px; z-index:9999; }
.logo h3 { margin-left:-1px;}
.logo h3 a{ display:block; background:url(images/logo.png) top left no-repeat; width: 164px; height: 56px; text-indent:-5000px;}

.adb {
  margin-top:30px;
  text-align:right;
  font-size:12px;
  color: #ffffff;
  font-weight:bold;
}


/* Navigation
----------------------------------------------------------------------------------------------------*/

#section-nav { background: none #21529b; }

.navigation {  
  position:relative;
  width:960px;
  padding:10px 0px;
  margin-top:0px;
  background: none;
}

.navigation ul {
	font-family:Arial, Helvetica sans-serif;
	display:block;
	padding-top:0px;
	margin:0px auto;
	list-style:none;
	font-size:12px;
	color: #ffffff;
}

.navigation li {
	display:inline;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	padding:0px 25px 0px 0px;
}

.navigation li a {
	color: #fffffe;
	font-weight:bold;
	padding:15px;
	text-decoration:none;
}

.navigation li a:hover {
	color: #f6b417;
	font-weight:bold;
	padding:12px 15px;
	text-decoration:none;
	background: #034b87;
}

ul li.first { padding-left: 0; }
ul li.last { border-right: none; padding-right: 0; }


/* Slide Area
----------------------------------------------------------------------------------------------------*/

#section-slide { background:url(images/slide.jpg) center no-repeat #fff;
	padding: 100px 0px;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#section-slide2 { background:url(images/slide.jpg) center no-repeat #fff;
	padding: 100px 0px;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#section-slide3 { background:url(images/slide.jpg) center no-repeat #fff;
	padding: 100px 0px;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.slide { font-family:Arial, Helvetica, sans-serif; font-size:28px; font-weight:normal; color:#fff; text-align:left; background:url(images/blue-bg.png) top left repeat transparent; border-bottom: 10px solid #034b87; padding:10px 10px 0px 10px; line-height:30px; }


/* Content Area
----------------------------------------------------------------------------------------------------*/

#section-content { background:#fff; padding-top:20px; padding-bottom:20px; }

.step {
	background:url(images/flag.png) top center no-repeat transparent;
	padding:0px 20px 20px 20px;
	font-size:30px;
	color:#fff;
	font-weight:bold;
}

#picture {
	border:2px solid #ebf1e0;
	-moz-box-shadow: 3px 3px 6px #999;
	-webkit-box-shadow: 3px 3px 6px #999;
	box-shadow: 3px 3px 6px #999;
	margin-bottom:10px;
}

/* To force images/divs to align Left or Right */
.floatLeft { float:left; margin-right:10px; }
.floatRight { float:right; margin-left:10px; }


/* Footer
--------------------------------------------------------------------------------------------------*/

#section-footer { background: #6ea0be; padding:20px 0px;
	border-bottom: 10px solid #004a87;
}

.footer { padding:15px 10px; color: #000000; font-size:11px; font-family:Arial, Helvetica, sans-serif;
	background:none;
}

.copyright { text-align:right; font-size:11px; font-family:Arial, Helvetica, sans-serif; color: #ffffff; }
.copyright a { color: #ffffff; text-decoration:none; }
.copyright a:hover { color: #f6b417; text-decoration:underline; }


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container {
  zoom: 1;
}

.warning {
	border:3px solid #f00;
	padding:10px;
	/* Rounded Corners */
  	-moz-border-radius: 10px 10px 10px 10px;
  	-webkit-border-radius: 10px 10px 10px 10px;
  	border-radius: 10px 10px 10px 10px; /* future proofing */
  	-khtml-border-radius: 10px 10px 10px 10px; /* for old Konqueror browsers */
}

/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tbody,
tfoot,
thead,
time,
tt,
u,
ul,
var,

video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  /*vertical-align: middle;*/
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item;
}

caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9.
*/
  overflow: hidden;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
	margin-left: 30px;
	line-height:18px;
	padding-bottom:10px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}


/* Custom Buttons - Can be used for any type of button as long as you assign the correct CSS class. -- JM 08/06/12
------------------------------------------------------------------------------------------------------------------*/

.button
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: 0em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover
{
	text-decoration: none;
}
.button:active
{
	position: relative;
	top: 1px;
}

.btnColor {
	color: #fff;
	border: solid 1px #f1f1f1;
  	background: -webkit-gradient(linear, left top, left bottom, from(#1fbdc5), from(#21529b), to(#034b87)) #21529b;
	background: -moz-linear-gradient(top, #1fbdc5 0%, #21529b 0%, #034b87 100%) #21529b;
	background: linear-gradient(to bottom, #1fbdc5 0%, #21529b 0%, #034b87 100%) #21529b;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1fbdc5', endColorstr='#188ecf');
}

.btnColor:hover {
	color: #fff;
	font-weight: normal;
  	background: -webkit-gradient(linear, left top, left bottom, from(#f6b417), to(#fad782)) #f6b417;
	background: -moz-linear-gradient(top, #f6b417 0%, #fad782 100%) #f6b417;
	background: linear-gradient(to bottom, #f6b417 0%, #fad782 100%) #f6b417;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6b6b6', endColorstr='#4d4d4d');
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #034b87;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #21529b;
}

h4 {
	font: bold 28px Arial, Helvetica, sans-serif;
	color: #e50000;
	margin-bottom: 0;
}

/* Body Text
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;	
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

a {
	font-weight:bold;
	color: #034b87;
	text-decoration:underline;
}

a:hover {
	font-weight:bold;
	color: #f6b417;
	text-decoration:none;
}

.smallLink {
	font-size:10px;
	text-decoration:none;
	font-style:italic;
}

.bulletTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #1e1f21;
	font-weight:bold;
	margin-bottom:15px;
}

.answer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:normal;
}