/*
	Stylessheet for Seattle College District's Complio Website 
	Created By: Jennifer Martinez
	Created Date: 04/25/16
	Last Updated by: Jennifer Martinez
	Last Updated: 04/25/16 @ 4:32pm
*/

body { font:14px/21px 'Open Sans', 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:url(images/header-bg.jpg) top left repeat-x #006496; }

/* For Logo */
.logo { width:100%; background:none; margin-top:15px; 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:241px; height:110px; text-indent:-5000px;}

.adb {
  margin-top:30px;
  text-align:right;
  font-size:12px;
  color:#fff;
  font-weight:bold;
}


/* Navigation
----------------------------------------------------------------------------------------------------*/

.navigation {  
  position:relative;
  width:960px;
  padding:10px 0px;
  margin-top:0px;
  background:none;
  text-align:center; 
}

.navigation ul {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	display:block;
	padding-top:0px;
	margin:0px auto;
	list-style:none;
	font-size:12px;
}

.navigation li {
	display:inline;
	color:#fff;
	border-right:1px solid #fff;
	padding:0px 25px 0px 0px;
}

.navigation li a {
	color:#fff;
	font-weight:bold;
	padding:15px;
	text-decoration:none;
}

.navigation li a:hover {
	color: #90d6cc;
	font-weight:bold;
	padding:12px 15px;
	text-decoration:none;
	background:none;
}

ul li.first { padding-left: 0; }
ul li.last { border-right: none; padding-right: 0; }


/* Slide Area
----------------------------------------------------------------------------------------------------*/

#section-slide { background:none; }


/* Content Area
----------------------------------------------------------------------------------------------------*/

#section-homepage { background:url(images/home-bg.jpg) top center no-repeat #fff;  min-height:600px !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }

.headline { margin-top:10%; font-size:30px; color:#006496; font-weight:bold; }

#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; }

.txtField {
	background:url(../images/txtField.jpg) top left repeat-x #f7f7f7;
	border:1px solid #cdcdcd;
	padding:5px 0px;
	margin-bottom:20px;
	margin-left:65px;
	width:350px;
}

.inputTxt {
	margin-left:10px;
	margin-top:0px;
	padding:8px 0px;
	border:0px;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	width:325px;
}


/* Footer
--------------------------------------------------------------------------------------------------*/

#section-footer { background:none; border-top:5px solid #006496; padding:20px 0px; }

.footer { padding:15px 10px; color:#333; 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:#333; }
.copyright a { color:#333; text-decoration:none; }
.copyright a:hover { color:#006496; 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;
}

/* `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% 'Open Sans', 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: #ff9800;
}

.btnColor:hover {
	color: #fff;
	font-weight: normal;
  	background: #999999;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h2 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#558414;
}

h3 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#277eb2;
}

/* Body Text
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Open Sans', Arial, Helvetica, sans-serif;	
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

a {
	font-weight:bold;
	color:#ff9800;
	text-decoration:underline;
}

a:hover {
	font-weight:bold;
	color:#91d930 ;
	text-decoration:none;
}

.smallLink {
	font-size:10px;
	text-decoration:none;
	font-style:italic;
}

.bulletTitle {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#01a8e7;
	font-weight:bold;
	margin-bottom:15px;
}

.answer {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:normal;
}