/* ==========================================================================
   Reset Styling
   ========================================================================== 
*/

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, font, 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 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}



/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: 'open_sansregular';
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
	color:#234686;
	font-size:14px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */


/*  
Theme Name: My College
Theme URI: http://www.skatdesign.com/
Description: My College is a modern college/university/school WordPress Theme, focused on niche education . <strong>Follow me on twitter:</strong> <a href="http://www.twitter.com/skatdesign">Skat Design</a>
Version: 1.2.1
Author: Skat
Author URI: http://www.skatdesign.com/
Tags: white, blue, two-columns, right-sidebar, left-sidebar.
License:
License:
*/

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

/* ------------------------------------------------------------------------ */
/* 01. General
/* ------------------------------------------------------------------------ */

body {
    font-family: 'open_sansregular';
	color: #3a3c41;
	-webkit-text-stroke: 0.001px transparent;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
/* ------------------------------------------------------------------------ */
/* 02. Skeleton Base 960 Grid
/* http://getskeleton.com/
/* ------------------------------------------------------------------------ */
.container {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
}
.container .column, .container .columns {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	width:98%;
}


.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 .mgnt.columns {
	width: 280px;
}

.container .form.columns {
		width: 265px;

}
.container .six.columns {
	width: 321px;
}
.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-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;
}
/* #Clearing
================================================== */

    /* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* ------------------------------------------------------------------------ */
/* 03. Typography Styling
/* ------------------------------------------------------------------------ */

/* Links */
a {
	color: #234686;
	outline-style: none;
	font-size:12px;
	text-decoration: none;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-ms-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
}
a:hover {
	text-decoration: none;
	color: #d90006;
}
/* Blockquotes */
blockquote {
	color: #bab8ba;
	padding: 0 20px;
	font-size: 14px;
	border-left: 4px solid #E6E6E6;
	margin-bottom: 15px;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'open_sansregular';
	font-weight: 600;
	color: #234686;
	padding-bottom: 10px;
	line-height: normal;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 18px;
	line-height: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	line-height: 22px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
}
h6 {
	font-size: 10px;
	line-height: 14px;
}
/* Images Styling */
img.alignleft {
	float: left;
	vertical-align: middle;
	margin-right: 10px;
}

img.parentleft {
	float: left;
	vertical-align: middle;
	margin-bottom: 10px;
}

img.alignright {
	float: right;
	vertical-align: middle;
	margin-left: 40px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
	clear: both;
}
.aligncenter {
	margin: 0 auto;
	clear: both;
	display: block;
}
/* Raw code styling */
pre, code {
	font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	text-shadow: none;
}
pre {
	border: 1px solid #DDDDDD;
	margin: 20px 0;
	overflow-x: visible;
	overflow-y: hidden;
	padding: 1px;
	background: url(/wp-content/themes/mycollege/framework/images/bg-code.gif);
}
/* Lists */

ul {
	list-style: disc inside;
}
ol {
	list-style: decimal inside;
}
/* ------------------------------------------------------------------------ */
/* 04. Wrapper
/* ------------------------------------------------------------------------ */
#wrapper {
	margin: 0 auto;
	background-color: #f0f0f0;
}
/* ------------------------------------------------------------------------ */
/* 05. Full Width
/* ------------------------------------------------------------------------ */
#full-width {
	width: 100%;
	margin: 0;
	background-color: #fff;
}
/* ------------------------------------------------------------------------ */
/* 06. Header
/* ------------------------------------------------------------------------ */

#header {
	position: relative;
	background-color: #43494c;
	height: 150px;
}

.header-middle {
	height: 77px;
	background-color: #fff;
}
.left-bg {
	position: absolute;
	background-color: #234686;
	height: 173px;
	width: 100%;
	left: -100%;
}
.header-phone {
	background-color: #234686;
	width: 291px;
	height: 56px;
	padding: 20px 0 20px 75px;
	background:url(../images/sprite.png) #234686 no-repeat;
	position: relative;
	float: left;
}
.header-phone h2, .header-phone h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding-top: 10px;
}
.header-phone h4 {
	font-size: 13px;
	padding-top: 0;
}
.triangle-arrow {
	border-right: 58px solid transparent;
	border-top: 96px solid #234686;
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	right: -58px;
	top: 0;
}
.header-tagline {
	float: left;
	height: 56px;
	padding: 9px 0;
	text-align: center;
	left:46px;
	position:relative;
}


.header-tagline a {
	color: #4491C9;
	font-weight: 600;
}

    .header-tagline h3 {
        color: #fff;
        font-weight: 300;
        font-size: 19px;
        line-height: 41px;
    }

.header-taglines {
	float: right;
	height: 56px;
	padding: 8px 0;
	text-align: center;

}

.header-taglines a {
	color: #FAA51A;
	font-weight: 600;
}

    .header-taglines h3 {
        line-height: 31px;
        color: #ffc378;
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 0px;
    }

.header-tagline h4 {
    color: #fd9f8e;
    padding-right: 9px;
}

    .header-taglines h4 {
        color: #fbfafafa;
        font-weight: 100;
        padding-right: 0px;
        font-size:13px;
    }

.phone-slogan {
  overflow: hidden;
  z-index: 2;
}

/* ------------------------------------------------------------------------ */
/* 07. Main Header Navigation
/* ------------------------------------------------------------------------ */
.main-menu {
	position: relative;
	float: right;
	    font-family: 'open_sansregular';

}
.mnav {
	display: none;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
	font-size:0px;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position: relative;
	display: inline-block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 300;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
/*** SKIN ***/

.sf-menu a {
	padding: 0;
	position: relative;
	display: block;
	line-height: 68px;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sf-menu a {
	color: #3a3c41;
	border-top: 2px solid #fff;
}
.sf-menu li {
    text-transform: capitalize;  
    margin: 0 12px 0 0;
}
.sf-menu li a:hover {
	border-top: 2px solid #234686;
	color: #234686;
	background-color: #fff;
}
.current-menu-item a {
	border-top: 2px solid #234686;
	color: #6f6b6b;
	background-color: #fff;
}
/* menu with children */
#main-menu .sf-with-ul {
}
/* menu with children hover */
#main-menu .sfHover .sf-with-ul:hover {
	color: #234686;
}
/* dropdown active */
.sf-menu li.sfHover a {
	border-top: 2px solid #234686;
	color: #234686;
	background-color: #fff;
}
/* SUBMENU 1 */

#main-menu .sf-menu li ul {
	width: 200px;
	margin: 42px 0 0;
	padding: 0;
	background-color: #EFF1F3;
	border-left: 3px solid #234686;
	font-size: 11px;
	text-indent: 0;
}
#main-menu .sf-menu li ul .current-menu-item a {
	margin: 0;
	padding: 0 10px;
	border-top: none;
}
.sf-menu li li {
	text-transform: capitalize;
	width: 200px;
	border: none;
	margin: 0;
	float: left;
	text-align: left;
}
#main-menu .sf-menu li li a {
	color: #696969;
	margin: 0;
	padding: 0 10px;
	font-size:12px;
	border: 1px solid #dfdfdf;
	border-width: 0 0 1px;
	background: none;
	line-height: 40px;
}
#main-menu .sf-menu li ul li a:hover {
	color: #234686;
	margin: 0;
}
#main-menu .sf-menu li li:first-child {
	border: none;
}
/* SUBMENU 2 */

#main-menu .sf-menu li li ul {
	width: 200px;
	margin: 0 0 0 95px;
	padding: 0;
}
#main-menu .sf-menu li li li a {
	color: #696969;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}
/* level 2 a active */
#main-menu .sf-menu li li.sfHover a {
	color: #234686;
	margin: 0;
}
#main-menu .sf-menu li li .sf-with-ul {
}
/* level 3 a color */
#main-menu .sf-menu li li.sfHover li a {
	color: #696969;
	background: none;
}
/* level 3 a hover color */
#main-menu .sf-menu li li.sfHover li a:hover {
	color: #234686;
	margin: 0;
}
.sf-menu li li .sf-with-ul {
}
.sf-menu li li.sfHover .sf-with-ul {
}
.sf-sub-indicator {
	display: none;
}
/* search box */
.search-box {
	position: absolute;
	top: -40px;
	right: 0;
	z-index: 3;
}
.search-title {
	background-color: #d90006;
}
.search-title h3 {
	padding: 0 0 0 20px;
	line-height: 40px;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
}
.search-form {
	background-color: #fff;
	border: 1px solid #E8EAEE;
	padding: 5px 10px;
}
.select-replace-cover, .search-box input, .search-box select 
{
	border: 1px solid #D6DCE1;
    font-family: 'open_sansregular';
	font-size: 14px;
	color:#A9A9A9;
	height: 33px;
	width: 100% !important;
	cursor: pointer;
	margin:3px 0;
	padding: 0 15px;
	display: block !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 2px rgba(0,0,0,.05);
	/* beautiful background below :) */
	background: #f7f7f7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYyZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f1f2f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f2f3));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f2f3 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f1f2f3 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f1f2f3 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%, #f1f2f3 100%);
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f2f3', GradientType=0 );
}


.search-box textarea{
	border: 1px solid #D6DCE1;
    font-family: 'open_sansregular';
	font-size: 14px;
	color: #748491;
	height: 52px;
	width: 100% !important;
	cursor: pointer;
	margin:3px 0;
	padding: 0 15px;
	display: block !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 2px rgba(0,0,0,.05);
	/* beautiful background below :) */
	background: #f7f7f7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYyZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f1f2f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f2f3));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f2f3 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f1f2f3 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f1f2f3 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%, #f1f2f3 100%);
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f2f3', GradientType=0 );
}

.captcha{
	text-align:center;
	color:#F00;
	height:20px;
	font-size:18px;
}

.select-replace-cover {
	margin-top: 15px !important;	
}
.select-replace {
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat 205px -245px;	
}
.search-box .search-submit {
	width: 95px !important;
	margin: 10px auto 5px auto;
	height: 35px;
	line-height: 35px !important;
	border: none;
	color: #fff;
	background: #234686; /* Old browsers */
	-webkit-appearance: none;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.search-submit:hover {
	opacity: .9;	
}
#right-col .search-box {
	position: relative;
	margin: 0;
	top: auto;
}
#right-col .search-form {
	border: none;
	background: none;
	padding: 0 10px;
}
#right-col .select-replace-cover, #right-col .search-box input, #right-col .search-box select {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
}
/* ------------------------------------------------------------------------ */
/* 08. Site title & Tag Line
/* ------------------------------------------------------------------------ */

.site-title {
	margin: 8px 0 0 18px;
	padding: 0;
}
.text-logo {
	line-height: 50px;	
}
.site-title img {
	max-width: 100%;
}
.site-title a {
	color: #00adee;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.site-title a:hover {
	color: #292929;
}
/* ------------------------------------------------------------------------ */
/* 09. Content
/* ------------------------------------------------------------------------ */

.content {
	padding-top: 10px;
}
.content-padding {
	padding-top: 0;
}
.page-top {
    position: relative;
    padding: 69px 0 0;
    margin: -10px 0 10px;
}
.page-top h2 {
	font-size: 21px;
	padding: 0 0 25px 40px;
	color: #464242;

}
/* breadcrumbs */
.breadcrumbs {
	font-size: 12px;
	text-align: right;
	line-height: 25px;
}
/*--content banenr--*/
.content-banner {
	float: left;
	width: 611px;
	margin-bottom: 45px;
}
/* ------------------------------------------------------------------------ */
/* 10. Blog Entry
/* ------------------------------------------------------------------------ */

.blog-entry {
	position: relative;
	margin-bottom: 40px;
	border: 1px solid #e8eaee;
}
.post-format-standard, .post-format-video, .post-format-gallery, .post-format-audio, .post-format-link {
	width: 20px;
	height: 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat 0 -275px;
	display: inline-block;
}
.post-format-video {
	background-position: -67px -335px;
	width: 26px;
}
.post-format-gallery {
	background-position: -30px -305px;
	width: 27px;
}
.post-format-audio {
	background-position: -103px -365px;
	width: 23px;
}
.post-format-link {
	background-position: -136px -395px;
	width: 26px;
}
.entry-meta {
	float: left;
	padding: 5px 20px;
	background-color: #f7f7f7;
	border-top: 1px solid #e8eaee;
	width: 598px;
	margin-bottom: 15px;
}
.entry-meta ul {
	list-style: none;
}
.entry-meta ul li {
	float: left;
	font-size: 11px;
	margin-right: 40px;
	padding-left: 20px;
	color: #5d6f8d;
}
.meta-author {
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat -688px -346px;
}
.meta-date {
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat -656px -377px;
}
.meta-comments {
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat -623px -409px;
}
.meta-category {
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat -594px -443px;
}
.capitalize {
	text-transform: capitalize;
}
.entry-content {
	float: left;
	padding: 0 15px 15px;
	color: #949699;
	line-height: 22px;
	width: 607px;
}
.entry-content object, .entry-content embed {
	max-width: 100%;
}
.post-edit-link {
	display: block;
	clear: both;
}
.entry-title {
	font-size: 18px;
	font-weight: 400;
	padding: 7px 20px;
	line-height: 22px;
}
.entry-title a {
	color: #5d6f8d;
}
.entry-title a:hover {
	color: #234686;
}
.entry-thumb, .entry-gallery {
	margin-bottom: 15px;
	width: 607px;
	height: 195px;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.entry-gallery img {
	height: 308px;
}
.entry-thumb:hover {
	opacity: .8;
}
.entry-thumb img {
	width: 607px;
	height: 195px;
	max-width: 100%;
}
.entry-video {
	margin-bottom: 15px;
	width: 566px;
	height: 316px;
	padding: 6px;
	border: 1px solid #ededed;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.entry-audio {
	margin-bottom: 10px;
	width: 580px;
}
.entry-video iframe {
	width: 566px;
	height: 316px;
}
.entry-audio iframe {
	width: 580px;
}
.entry-title-link {
	padding-bottom: 0;
}
.entry-link-content {
	margin-bottom: 15px;
	color: #ccc;
}
.page-top .entry-link-content {
	margin-bottom: 0;
}
.entry-excerpt {
	margin-bottom: 15px;
}
.read-more {
	background: rgb(139,186,64); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(139,186,64,1) 0%, rgba(122,169,55,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(139,186,64,1)), color-stop(100%,rgba(122,169,55,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(139,186,64,1) 0%,rgba(122,169,55,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(139,186,64,1) 0%,rgba(122,169,55,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(139,186,64,1) 0%,rgba(122,169,55,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(139,186,64,1) 0%,rgba(122,169,55,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bba40', endColorstr='#7aa937',GradientType=0 ); /* IE6-9 */
	padding: 0;
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 5px 8px;
	font-size: 12px;
	line-height: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.read-more:hover {
	opacity: .8;
	color: #fff;
}
/* ------------------------------------------------------------------------ */
/* 11. Sidebar
/* ------------------------------------------------------------------------ */

/*-- left col--*/
#left-col {
	float: left;
}
#right-col {
	float: right;
}
.sidebar-widget {
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #e8eaee;
	padding: 0 0 15px;
}
.sidebar-widget a {
	color: #a3a3a9;
}
.sidebar-widget a:hover {
	color: #234686;
}
.sidebar-widget img {
	max-width: 100%;
}
.sidebar-widget li {
	list-style: none;
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat -675px -481px;
	padding: 5px 15px 5px 33px;
}
.sidebar-widget li:hover {
	background-color: #f7f7f7;	
}
.sidebar-widget li:last-child {
	padding-bottom: 0;
}
.widget-shadow {
	width: 299px;
	height: 17px;
	position: absolute;
	bottom: 0;
	left: -1px;
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat 0 -390px;
	display: block;
}
.sidebar-widget h3 {
	font-size: 18px;
	font-weight: 400;
	padding: 10px 15px;
	border-bottom: 1px solid #e8eaee;
	position: relative;
	margin: 0 0 15px;
}
/* flickr */
.flickr {
	position: relative;
	margin-left: -10px;
}
.flickr img {
	width: 74px;
	height: 55px;
	float: left;
	margin: 4px 0 6px 10px;
}
#right-col .flickr {
	padding-left: 18px;	
}
#right-col .flickr img {
	width: 74px;
	height: 55px;
}
#footer ul li:last-child {
	padding-bottom: 0;
}
#right-col .textwidget p {
	padding: 15px 15px 10px;	
}
#right-col .textwidget {
	padding: 0 15px;	
}
/* -- 125x125 ad blocks --*/
.ads ul {
	position: relative;
}
.ads ul li {
	margin-bottom: 7px;
	text-align: center;
	background: none;
	padding: 0;
	list-style: none;
}
/* -- tabbed widget --*/
.tabbed-tabs li {
	background: none;
	float: left;
	width: 49.7%;
	padding: 10px 0;
	margin: 0 0 15px;
	text-align: center;
	color: #5d6f8d;
	font-size: 18px;
	border: 1px solid #e8eaee;
	border-width: 0 1px 1px 0;
	position: relative;
}
.tabbed-tabs li:last-child {
	border-right: none;
	padding-bottom: 10px;	
}
.tabbed-tabs li:hover {
	cursor: pointer;
	background: none;	
}
.tabbed-tabs li.current {
	font-weight: 600;
}
.tabbed-tabs li.current span  {
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat center top;
	bottom: -5px;
	display: block;
	height: 5px;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 15px;
}
.tabbed-panes {
	clear: both;
	padding: 0 15px;
}
.tabbed-panes h4 a {
	color: #858585 !important;
	font-size: 13px !important;
	line-height: 17px !important;
}
.tabbed-panes .popular-posts ul li:last-child {
	margin-bottom: 0 !important;	
}
.tabbed-panes .recent-date {
	color: #e79105 !important;
	font-size: 12px;
	font-style: normal;
}
.tabbed-panes ul li {
	float: left;
	width: 100%;
}
.tabbed-panes .recent-date {
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat 0 -400px;
	padding-left: 16px;
}
/* -- archive dropdown --*/

.sidebar-widget select {
	border: 1px solid #d7dadc;
	padding: 2px 2px 2px 0;
	border-radius: 0;
	margin-left: 15px;
	max-width: 90%;
}
/* -- popular posts widget --*/
.popular-posts ul li {
	background: none !important;
	padding: 0 !important;
	margin-bottom: 30px !important;	
}
#footer .popular-posts h4 a {
	color: #cbcbcb;	
}
#footer .popular-posts h4 a:hover {
	color: #234686;	
}
.popular-posts p {
	color: #878888;	
}
.popular-image {
	float: left;
	height: 49px;
	margin-right: 10px;
	width: 84px;	
}
.popular-posts img {
	height: 49px;
	width: 100%;
	max-width: 100%;	
}
/* -- tagcloud widget --*/
.tagcloud {
	padding: 0 15px;	
}
.tagcloud a {
	background-color: #fff;
	color: #00adee;
	padding: 5px;
	display: inline-block;
	margin-bottom: 5px;
	border: 1px solid #ededed;
	-webkit-transition: all .8s linear 0s;
	-moz-transition: all .8s linear 0s;
	-ms-transition: all .8s linear 0s;
	-o-transition: all .8s linear 0s;
	transition: all .8s linear 0s;
}
.tagcloud a:hover {
	color: #fff;
	background-color: #00adee;
	-webkit-transition: all 0.01s linear 0s;
	-moz-transition: all 0.01s linear 0s;
	-ms-transition: all 0.01s linear 0s;
	-o-transition: all 0.01s linear 0s;
	transition: all 0.01s linear 0s;
}
/* tagcloud footer */
#footer .tagcloud a {
	background-color: #1f1f1f;
	border: none;
	font-size: 13px !important;
	padding: 5px;
	display: inline-block;
	margin-bottom: 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .8s linear 0s;
	-moz-transition: all .8s linear 0s;
	-ms-transition: all .8s linear 0s;
	-o-transition: all .8s linear 0s;
	transition: all .8s linear 0s;
}
#footer .tagcloud a:hover {
	color: #fff;
	background-color: #00adee;
	-webkit-transition: all 0.01s linear 0s;
	-moz-transition: all 0.01s linear 0s;
	-ms-transition: all 0.01s linear 0s;
	-o-transition: all 0.01s linear 0s;
	transition: all 0.01s linear 0s;
}
/* ------------------------------------------------------------------------ */
/* 12. Pagination
/* ------------------------------------------------------------------------ */

.pagination {
	float: right;
	margin: 0;
}
.pagination .current, .pagination .inactive, .pagination .pagi-first, .pagination .pagi-last, .pagination .pagi-previous, .pagination .pagi-next {
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat -147px -452px;
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 12px;
	-webkit-transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	-ms-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;
	transition: all 200ms ease-in 0s;
}
.pagination .current {
	margin-left: 8px;
}
.pagination .inactive {
	margin-left: 8px;
	color: #fff;
}
.pagination .pagi-last, .pagination .pagi-first, .pagination .pagi-next, .pagination .pagi-previous {
	background-color: #fff;
	margin-left: 8px;
	color: #fff;
}
.pagination .inactive:hover, .pagination .pagi-first:hover, .pagination .pagi-last:hover, .pagination .pagi-previous:hover, .pagination .pagi-next:hover {
	background-position: -147px -476px;
	color: #fff;
}
.pagination .current {
	background-position: -147px -476px;	
}
/* ------------------------------------------------------------------------ */
/* 13. 404 Error
/* ------------------------------------------------------------------------ */

.not-found img {
	max-width: 100%;
	margin-bottom: 15px;
}
.not-found p {
	margin-bottom: 10px;
}
/* image preloader */

.preloader {
	background: url(/wp-content/themes/mycollege/framework/images/ajax-loader.gif) center center no-repeat;
	display: inline-block;
	margin: 0;
}
/* ------------------------------------------------------------------------ */
/* 14. Comments
/* ------------------------------------------------------------------------ */

#comments {
	position: relative;
	padding-top: 0;
	border: 1px solid #e8eaee;
}
.comments-title {
	font-weight: 400;
	font-size: 18px;
	padding: 10px 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e8eaee;
}
#comments ul, #comments ol {
	list-style: none;
	text-indent: 0;
}
.commentlist {
	padding: 0 15px;	
}
.comment-body {
	padding-bottom: 20px;
}
.comment-text {
	overflow: hidden;
	border: 1px solid #e8eaee;
	padding: 10px 15px;
}
.comment-text .author {
}
.text-of-comment {
	padding: 0;
	position: relative;
}
.comment-text .text p {
	padding-bottom: 10px;
}
#comments .text-of-comment {
	color: #949699;	
}
.comment-text cite {
	font-style: normal;
	display: block;
	font-size: 13px;
	color: #4395d1;
}
.comment-text cite a {
	color: #4395d1;
	font-weight: 400;
}
.comment-text cite a:hover {
	color: #4395d1;
}
.comment-meta {
	font-size: 11px;
	color: #ccc;
}
.comment-reply-link {
	color: #00adee;
	font-size: 11px;
}
.comment-reply-link:hover {
}
#comments .children {
	margin-left: 94px;
	position: relative;
}
#comments ol li ul li {
	border: none;
	padding-left: 0;
}
.author-avatar {
	width: 70px;
	height: 50px;
	float: left;
	margin-right: 10px;
	padding: 6px;
	border: 1px solid #E8E8E8;
	box-shadow: 0 0 4px 0 rgba(100, 100, 100, 0.1);
	background-color: #fff;
}
.author-avatar img {
	height: 50px;
	width: 70px;
}
#comments ol.commentlist li ul.children li.depth-1 {
}
#comments ol.commentlist li ul.children li.depth-2 {
}
#comments ol.commentlist li ul.children li.depth-3 {
}
#comments ol.commentlist li ul.children li.depth-4 {
}
#comments ol.commentlist li ul.children li.depth-5 {
}
#comments ol.commentlist li ul.children li.depth-6 {
}
.nocomments {
	margin-left: 20px;
}
.trackbacks {
	width: 430px;
	padding: 15px;
}
.trackbacks h3 {
	margin: 0 0 20px;
}
.trackbacks ul {
	list-style: none;
}
/*--respond--*/
h3#reply-title {
	display: none;
}
.fb_iframe_widget {
	border-bottom: none !important;
}
#respond {
	position: relative;
	padding-top: 0;
	padding-bottom: 30px;
	border: 1px solid #e8eaee;
	margin-top: 40px;
	margin-bottom: 40px;
}
#respond .title {
	font-weight: 400;
	font-size: 18px;
	padding: 10px 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e8eaee;
}

.comment-notes {
	display: none;
}
#comments .commentlist #respond {
	margin-left: 10px;
	margin-bottom: 50px;
}
#comments .commentlist #respond h4 {
	padding-bottom: 5px;
}
#respond .form-allowed-tags {
	display: none;
}
#reply-title {
	margin: 20px 0 30px;
}
.respond-inputs {
	position: relative;
	padding: 10px 15px;
}
.respond-inputs p {
	margin-bottom: 10px;
}
.respond-inputs .last-input {
	margin-right: 0;
}
.respond-inputs input {
	width: 96%;
	border: 1px solid #ddd;
	height: 30px;
	line-height: 30px;
	padding: 0 2%;
	color: #d1d1cd;
	-webkit-appearance: none;
	border-radius: 0;
}
.respond-inputs input:focus, .respond-textarea textarea:focus {
	border: 1px solid #00adee;
}
#comments .commentlist #respond .respond-inputs p {
	float: none;
	margin-bottom: 10px;
}
.respond-textarea {
	padding: 0 15px;	
}
#comments .commentlist #respond textarea {
	width: 100%;
}
.respond-textarea textarea {
	padding: 10px 2%;
	border: 1px solid #ddd;
	color: #737373;
	max-width: 96%;
	width: 96%;
}
.form-submit {
	margin-bottom: 20px;
}
input#submit, input#submit:active, input#submit:focus {
	background: rgb(139,186,64); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(139,186,64,1) 0%, rgba(122,169,55,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(139,186,64,1)), color-stop(100%,rgba(122,169,55,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(139,186,64,1) 0%,rgba(122,169,55,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(139,186,64,1) 0%,rgba(122,169,55,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(139,186,64,1) 0%,rgba(122,169,55,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(139,186,64,1) 0%,rgba(122,169,55,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bba40', endColorstr='#7aa937',GradientType=0 ); /* IE6-9 */
	padding: 0;
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	border: none;
	float:  right;
	margin-right: 15px;
}
input#submit:hover {
	opacity: .8;
}
#respond #cancel-comment-reply-link {
	display: block;
	margin-bottom: 15px;
	color: #F00;
	padding-left: 15px;
}
.comment_form {
	clear: both;
}
.logged-in-as {
	padding: 0 15px;	
}
/* ------------------------------------------------------------------------ */
/* 15. WP's Default Styles
/* ------------------------------------------------------------------------ */

#wp-calendar {
	width: 100%
}
#wp-calendar caption {
	padding: 0 10px;
	text-align: left;
	font-weight: bold;
	margin: -5px 0 5px 0;
}
#wp-calendar thead {
	font-size: 10px
}
#wp-calendar thead th {
	padding: 5px 10px;
	font-weight: bold;
	border-top: 1px solid #f5f5f5;
}
#wp-calendar tbody {
	color: #aaa
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 5px 8px;
	border-left: none;
}
#wp-calendar tbody td:hover {
	background: #fff
}
#wp-calendar tbody .pad {
	background: none
}
#wp-calendar tfoot #next {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding-top: 5px;
}
#wp-calendar tfoot #prev {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
}
#prev {
	text-align: left;
	margin: 10px 0 0 0;
}
#next {
	text-align: right;
	margin: 10px 0 0 0;
}
.sticky {
}
.textwidget {
	margin-bottom: 0;
	padding-bottom: 0;
}
.textwidget p {
	padding-bottom: 10px;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
.size-full {
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}
.sticky {
}
.bypostauthor {
}
/*--gallery--*/
#gallery-1 img {
	border: 1px solid #ededed !important;
	padding: 3px;
}
.caption {
	margin-left: 10px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 20px;
}
.center {
	text-align: center;
}
.alignleft {
	float: left;
	margin-right: 40px;
}
.alignright {
	float: right;
	margin-left: 40px;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	text-align: center;
	max-width: 100%;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 5px 15px;
	text-shadow: none;
}
.gallery-caption {
}

/* ------------------------------------------------------------------------ */
/* 16. Latest Tweet
/* ------------------------------------------------------------------------ */

.latest-tweet {
	background-color: #00adee;
	padding: 17px 0 15px;
	color: #fff;
}
#twitter_update_list {
	list-style: none;
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat 0 -206px;
	padding: 3px 0 5px 35px;
}
#twitter_update_list li a {
	color: #fff;
	display: inline;
}
#twitter_update_list li a:hover {
	color: #fff;
}
#twitter_update_list li > a {
	display: none;
}
/* ------------------------------------------------------------------------ */
/* 17. Footer
/* ------------------------------------------------------------------------ */

#footer {
	background-color: #262a2d;
	position: relative;
	font-size: 13px;
	margin-top:10px;
	color:#fff;
}
#footer a {
	color: #fff;
	font-size:14px;
	line-height:21px;
}
#footer a:hover {
	color: #eb2127;
}
.footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}
.footer-title:hover{
	color: #eb2127;
	cursor:pointer;
}

.footer-left-column {
	width: 100px;
	padding-right: 40px;
	border-right: 1px solid #52585b;
	float: left;
	margin-right: 40px;
}

.footer-middle-column {
	width: 200px;
	padding-right:20px;
	border-right: 1px solid #52585b;
	float: left;
	margin-right: 20px;
}
.footer-right-column {
	width: 239px;
	float: left;
	margin: 0;
}
/* footer content */
.footer-widgets {
	margin-bottom: 0px;	
}
.footer-sidebar-widget {
	margin-bottom: 20px !important;
}
.footer-sidebar-widget ul li {
	background:url(../images/arrow.png) no-repeat -688px -126px;
	list-style: none;
	padding-left: 20px;
	margin-bottom: 8px;
}
.grey-stripe {
	position: absolute;
	width: 100%;
	background-color: #34393c;
	height: 140px;
	top: 0;
}
/* twitter feed */
.twitter-feed {
	float: left;
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat -654px -30px;
	height: 66px;
	padding-left: 80px;
}
.tweet {
	display: none;
	width: 460px;
	font-style: italic;
	font-size: 14px;
	padding-top: 18px;
	color: #9b9999;
}
.tweet a {
	color: #234686 !important;
}
.tweet:first-child {
    display: block;
}
.twitter-container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
/* newsletter */
.newsletter {
	height: 170px;
    margin-top: -95px;
    overflow: hidden;
    position: absolute;
    width: 100%;
	z-index: 1;
}
.newsletter-content {
	margin: -23px auto auto;
    position: relative;
    width: 960px;
    z-index: 6;	
}
.newsletter-box {
	background: #234686 url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat -643px -213px;
    color: #FFFFFF;
    float: right;
    height: 193px;
    padding-top: 40px;
    width: 366px;	
}
.triangle-arrow-newsletter {
	border-bottom: 171px solid #234686;
	border-right: 0px solid transparent;
	border-left: 100px solid transparent;
	border-top: 0;
    float: right;
    display: block;
    height: 0;
    margin-left: 366px;
    text-indent: -9999px;
    width: 0;
}
.newsletter-box h4{
	color: #fff;
	font-size: 16px;
	padding-left: 80px;
}
.newsletter-form {
	padding-left: 80px;	
}
.newsletter-box input {
	-moz-box-sizing: border-box;
    background-color: #1E6CA5;
    border: medium none;
    color: #FFFFFF;
    font-size: 12px;
    height: 28px;
	line-height: 28px;
    width: 219px;
	padding: 0 10px;
	float: left;
}
.newsletter-box .feedburner-button {
    background-color: #3384BE;
    border: medium none;
    border-radius: 3px;
    color: #FFFFFF;
    width: 37px;
	float: left;
	text-align: center;
	margin-left: 10px;
}
/* footer middle */
.footer-middle {
	padding:10px;
	background-color: #43494c;
	z-index: 2;
	position: relative;
	width: 1004px !important;
}
.right-bg {
	background-color: #234686;
    display: block;
    height: 193px;
    position: absolute;
    width: 100%;
	right: -100%;
}
/* footer contact form */
.wpcf7-form textarea {
    background-color: #fff;
    border: 1px solid #ddd !important;
    color: #999999;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0 4%;
    width: 92% !important;
	max-width: 92% !important;
}
#footer .wpcf7-text, #footer .wpcf7-form textarea, #footer .wpcf7-captchar {
    background-color: #3E4447;
    border: 1px solid #52585B !important;
    color: #999999;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px 4%;
    width: 92% !important;
	max-width: 92% !important;
	height: 29px;
	line-height: 29px;
	display: block;
}
#footer .wpcf7-captchar {
	width: 38px;
	margin-bottom: 10px;	
}
#footer .wpcf7-text {
	padding-top: 0;
	padding-bottom: 0;	
}
#footer .wpcf7-form textarea {
	height: 60px;
    overflow: hidden;
}
#footer .wpcf7-form p {
	padding: 0;
	margin: 0;	
}
#footer .wpcf7-form .button, #footer .wpcf7-form input[type="reset"], #footer .wpcf7-form input[type="submit"] {
	background: #8bba40; /* Old browsers */
	background: -moz-linear-gradient(top, #8bba40 0%, #7aa937 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bba40), color-stop(100%,#7aa937)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8bba40 0%,#7aa937 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8bba40 0%,#7aa937 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8bba40 0%,#7aa937 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8bba40 0%,#7aa937 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bba40', endColorstr='#7aa937',GradientType=0 ); /* IE6-9 */
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    margin: 0;
	padding: 0;
	float: right;
    width: 63px;
	font-size: 12px;
}
/* ------------------------------------------------------------------------ */
/* 18. Footer Bottom
/* ------------------------------------------------------------------------ */
.bottom-footer {
	padding: 13px 0;
	font-size: 13px;
	color: #fff;
	text-align:center;
}
#footer .bottom-footer a {
	color: #fff;	
}
#footer .bottom-footer a:hover {
	color: #817d7d;
	opacity: .8;
}
.copyright {
	background: #292929 url(/wp-content/themes/mycollege/framework/images/footer-divider.png) repeat-x top;
	padding: 15px 0;
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
	color: #b2b2b2;
}
.copyright-content {
	width: 940px;
	margin: 0 auto;
	font-size: 12px;
	position: relative;
}
.copyright a {
	color: #b2b2b2;
}
.copyright a:hover {
	color: #00adee;
}
/* social bottom */
.social-bottom {
	float: right;
	margin-left: 10px;
}
.social-bottom li {
	float: left;
	margin-left: 10px;
	list-style: none;
}
.social-bottom li a {
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 24px;
	height: 24px;
	opacity: 1;
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.social-bottom li a:hover {
	opacity: .8;
}
.social-bottom li.twitter-icon a {
	background-position: 0 -476px;
}
.social-bottom li.facebook-icon a {
	background-position: -34px -476px;
}
.social-bottom li.flickr-icon a {
	background-position: -68px -476px;
}
.social-bottom li.rss-icon a {
	background-position: -102px -476px;
}
/* footer menu */
.footer-menu {
	float: right;
	padding-top: 6px;
}
.footer-menu ul li {
	list-style: none;
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	border-right: 1px solid #;
	border-left: 1px solid #7b7777;
	line-height: 12px;
}
.footer-menu ul li:first-child {
	border: none;	
}
#footer .footer-menu li a {
	color: #7b7777;	
}
#footer .footer-menu li a:hover {
	color: #817d7d;	
	opacity: .8;
}
#footer .current_page_item a {
	background: none;
	border: none;
	color: #234686 !important;	
}

/* ------------------------------------------------------------------------ */
/* 19. Single Post Entry
/* ------------------------------------------------------------------------ */
.single-blog-entry {
}
.single-blog-entry p {
	padding-bottom: 10px;
}
.page-navigation {
	padding-top: 10px;
	display: block;
}
.single-blog-entry .entry-meta {
	border-top: none;	
}
/* post tags */
.post-tags {
	width: 100%;
	border: 1px solid #ededed;
	border-width: 1px 0;
	padding: 5px 0;
	margin-bottom: 15px;
}
.post-tags a {
}
.post-tags a:hover {
}
/* share box */

.share-entry {
}
.share-entry h6 {
	float: left;
	line-height: 20px;
	padding-bottom: 0;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}
.share-entry ul {
	float: right;
}
.share-entry ul li {
	list-style: none;
	float: left;
	margin-left: 10px;
}
.share-entry ul li a {
	display: block;
	height: 20px;
	width: 20px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #00adee url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.share-entry ul li a:hover {
	opacity: .8;
}
.share-entry ul li.share-facebook a {
	background-position: -441px -36px;
}
.share-entry ul li.share-twitter a {
	background-position: -471px -36px;
}
.share-entry ul li.share-linkedin a {
	background-position: -501px -36px;
}
.share-entry ul li.share-google a {
	background-position: -531px -36px;
}
.share-entry ul li.share-delicious a {
	background-position: -561px -36px;
}
.share-entry ul li.share-stumbleupon a {
	background-position: -591px -36px;
}
.share-entry ul li.share-digg a {
	background-position: -621px -36px;
}
.share-entry ul li.share-reddit a {
	background-position: -651px -36px;
}
.share-entry ul li.share-email a {
	background-position: -681px -36px;
}
/* next & prev post links */

.previous-article {
	float: left;
	margin: 0;
}
.next-article {
	float: right;
	margin: 0;
}
.prev-next a:hover {
}
/* ------------------------------------------------------------------------ */
/* 20. Author Area
/* ------------------------------------------------------------------------ */

.author-area {
	border: 1px solid #ededed;
	padding: 15px 15px 0;
	margin: 15px 0 20px;
}
.author-image {
	float: left;
	margin-right: 10px;
	width: 55px;
	height: 55px;
	border: 1px solid #ededed;
	padding: 5px;
}
.author-bio {
	float: left;
	width: 432px;
}
.author-bio h4 {
	text-transform: capitalize;
}
.author-bio p {
	padding-bottom: 15px;
}
/* ------------------------------------------------------------------------ */
/* 21. Normal Page Entry
/* ------------------------------------------------------------------------ */

.page-entry {
	background: #fff none;
	margin-bottom: 40px;
}
.page-entry .entry-content {
	width: auto;
	min-height: inherit;
	padding-top: 10px;
}
.page-entry .entry-content p {
	padding-bottom: 15px;
}
/* ------------------------------------------------------------------------ */
/* 22. Full Width Page Entry
/* ------------------------------------------------------------------------ */

.full-width-page {
	margin-bottom: 20px;
}
.full-width-page p {
	color: #3a3c41;
	font-size:14px;
	text-align:justify;
	line-height:20px;
}
.full-width-page .entry-content {
	padding: 0;
	border: none;
	width: 735px;	
}
.full-width-page .entry-title {
	padding-bottom: 40px;
}
.full-width-page img, .blog-entry img, .single-blog-entry img {
	max-width: 100%;
}
/* ------------------------------------------------------------------------ */
/* 23. Contact Form 7
/* ------------------------------------------------------------------------ */

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
	width: 230px;
	border: 1px solid #ddd;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #7e7e7e;
	margin: 5px 0 0;
	max-width: 100%;
}
.wpcf7-form input[type="text"]:focus, .wpcf7-form textarea:focus {
	border: 1px solid #00adee;
}
.wpcf7-form textarea {
	width: 430px;
	border: 1px solid #ddd;
	padding: 10px;
	max-width: 90%;
	color: #7e7e7e;
}
.wpcf7-form input[type="submit"], .wpcf7-form input[type="submit"]:active, .wpcf7-form input[type="reset"]:active, .wpcf7-form input[type="button"]:active {
	width: 95px !important;
	margin: 0;
	height: 35px;
	line-height: 35px !important;
	border: none;
	color: #fff;
	border-radius: 4px;
	background: #8cbb41; /* Old browsers */
	background: -moz-linear-gradient(top,  #8cbb41 0%, #8cbb41 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cbb41), color-stop(100%,#8cbb41)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8cbb41 0%,#8cbb41 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8cbb41 0%,#8cbb41 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8cbb41 0%,#8cbb41 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8cbb41 0%,#8cbb41 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cbb41', endColorstr='#8cbb41',GradientType=0 ); /* IE6-9 */
	-webkit-appearance: none;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.wpcf7-form input[type="submit"]:hover {
	opacity: .8;
}
div.wpcf7-validation-errors {
	display: none !important;
}
span.wpcf7-not-valid-tip {
	top: 0 !important;
	left: 10px !important;
	width: 230px !important;
	padding: 0 !important;
	line-height: 20px;
	border: none !important;
	color: #00adee;
	background: #fff;
}
/* ------------------------------------------------------------------------ */
/* 24. List Styles
/* ------------------------------------------------------------------------ */

.circle-arrow li,
.arrow-list li {
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat;	
}
.circle-arrow li {
	background-position: -689px 8px;
	list-style: none;
	padding-left: 23px;
	margin-bottom: 8px;
	line-height: 25px;
}
.arrow-list li {
	background-position: -691px -481px;
    list-style: none;
    padding: 5px 15px 5px 20px;	
}
.point-list li,
.check-list li,
.circle-arrow2 li {
	background: url(/wp-content/themes/mycollege/framework/images/list-bullets.png) no-repeat;
	padding: 5px 15px 5px 0;	
}
.point-list li {
	background-position: -71px 11px;
    list-style: none;
    padding-left: 20px;	
}
.check-list li {
	background-position: 0 -61px;
    list-style: none;
	padding-left: 24px;
}
.circle-arrow2 li {
	background-position: -36px -25px;
    list-style: none;
	padding-left: 30px;
}
/* ------------------------------------------------------------------------ */
/* 25. Table View
/* ------------------------------------------------------------------------ */
.table-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    border: 1px solid #E8EAEE;
    color: #5D6F8D;
    font-size: 18px;
    overflow: hidden;
    padding-top: 5px;
    width: 100%;
	line-height: 40px;
	margin-bottom: 20px;
}
tr:nth-child(2n+1) {
    background-color: #F7F7F7;
}
.table-box th {
	background-color: #738391;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    padding-left: 20px;
}
.table-box th,
.table-box td,
.table-box caption {
    text-align: left;
    vertical-align: top;
}
.table-box td {
    color: #949699;
    font-size: 12px;
    padding-left: 20px;	
}
/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */

.framed-box .three-fourth, .framed-box .one-fourth {
	margin-bottom: 0;
}
/* ------------------------------------------------------------------------ */
/* Fluid Columns
/* ------------------------------------------------------------------------ */

.one-half {
	width: 48%;
}
.one-third {
	width: 30.65%;
}
.two-third {
	width: 65.33%;
}
.one-fourth {
	width: 22%;
}
.three-fourth {
	width: 74%;
}
.one-fifth {
	width: 16.8%;
}
.two-fifth {
	width: 37.6%;
}
.three-fifth {
	width: 58.4%;
}
.four-fifth {
	width: 79.2%;
}
.one-sixth {
	width: 13.33%;
}
.five-sixth {
	width: 82.67%;
}
.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
	position: relative;
	margin-right: 4%;
	float: left;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
.clearboth {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}
.one-third .four-fifth {
	margin-bottom: 0;
}
/* ------------------------------------------------------------------------ */
/* Dividers
/* ------------------------------------------------------------------------ */

.image-divider {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 3px;
	padding: 0 0 30px;
	margin-top: 15px;
	background: url(/wp-content/themes/mycollege/framework/images/divider-img.png) repeat-x top;
}
.space-divider {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
}
/* ------------------------------------------------------------------------ */
/* Framed Image
/* ------------------------------------------------------------------------ */

.framed-img {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
	max-width: 100%;
	background: #fff;
    border: 1px solid #E8E8E8;
    box-shadow: 0 0 4px 0 rgba(100, 100, 100, 0.1);
    padding: 4px;
}
.framed-img img {
	margin: 0;
	display: block;
}
.align-left {
	float: left;
	margin-right: 10px;
}
.align-right {
	float: right;
	margin-left: 10px;
}
/* ------------------------------------------------------------------------ */
/* Highlight
/* ------------------------------------------------------------------------ */

.red-highlight, .yellow-highlight, .blue-highlight, .green-highlight, .black-highlight {
	padding: 0 2px;
}
.red-highlight {
	background: #ff0000;
	color: #fff;
}
.yellow-highlight {
	background: #fff880;
}
.blue-highlight {
	background: #aeefff;
}
.green-highlight {
	background: #b0ffae;
}
.black-highlight {
	background: #000;
	color: #fff;
}
/* ------------------------------------------------------------------------ */
/* Tooltip
/* ------------------------------------------------------------------------ */

.tool-tip-content {
	position: relative;
}
.tool-tip {
	position: relative;
	border-bottom: 1px dotted #888;
}
.tooltip {
	position: absolute;
	display: none;
	font-size: 12px;
	left: 0px;
	bottom: 25px;
	width: 150px;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #383838;
	line-height: 14px;
	padding: 10px;
}
.tooltip-arrow {
	width: 11px;
	height: 8px;
	background: url(/wp-content/themes/mycollege/framework/images/tooltip-arrow.png) no-repeat;
	position: absolute;
	bottom: -9px;
	left: 20px;
}
/* ------------------------------------------------------------------------ */
/* Call to action button
/* ------------------------------------------------------------------------ */

.action-button {
	font-weight: 800;
	padding: 8px 12px;
	display: inline-block;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.action-button:hover {
	color: #fff;
	background-color: #868686 !important;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}
/* ------------------------------------------------------------------------ */
/* Skill set percentage
/* ------------------------------------------------------------------------ */

.skill-title {
	display: block;
	margin-bottom: 3px;
	font-weight: 800;
}
.skill {
	width: 100%;
	height: 17px;
	display: block;
	background: #efeeee;
	margin-bottom: 10px;
	padding-top: 8px;
}
.skill .skill-bar {
	display: block;
	width: 0%;
	height: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
/* ------------------------------------------------------------------------ */
/* Latest portfolio items
/* ------------------------------------------------------------------------ */

.featured-work {
	position: relative;
	margin: 0 -10px 0;
}
.featured-work .portfolio-item {
	margin-top: 20px;
}
.featured-work h4 a {
	color: #292929;
}
.featured-work p {
	text-align: center;
	padding-bottom: 0;
}

/* two columns */

.featured-work .eight figure, 
.featured-work .eight img {
	width: 460px;
	height: 250px;
}

/* three columns */

.featured-work .one-third figure, 
.featured-work .one-third img {
	width: 300px;
	height: 180px;
}

/* four columns */

.featured-work .four figure, 
.featured-work .four img {
	width: 220px;
	height: 150px;
}
/* ------------------------------------------------------------------------ */
/* Latest blog items
/* ------------------------------------------------------------------------ */
.recent-blog-main {
	position: relative;
}
.recent-blog-main h2 {
	padding-left: 20px;	
}
.recent-blog {
	border-top: 1px solid #E8EAEE;
	margin-bottom: 18px;
	padding-top: 18px;	

}
.recent-blog:first-child {
	border: none;
	padding-top: 0;
}
.one-half .recent-blog {
	margin-right: 0;
}
.recent-blog-meta {
	width: 50px;
	float: left;
	margin-right: 15px;
}
.recent-blog-meta ul li {
	background-color: #ededed;
	list-style: none;
	text-align: center;
}
.recent-date {
	color: #A2A5A7;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;	
}
.recent-post-comments {
	margin-top: 10px;
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat -19px -106px;
	padding: 30px 0 10px;
	font-weight: 800;
}
.recent-blog-content {
	overflow: hidden;
}
.recent-blog-content p {
	font-size: 12px;
	padding: 0;
}
.recent-blog-thumb {
	width: 84px;
	height: 49px;
	float: left;
	margin-right: 10px;
}
.recent-blog-thumb img {
	width: 100%;
	height: 49px;
}
.recent-blog-content h4 {
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	padding: 0;
}
.recent-blog-content h4 a {
	color: #748491;
}
.recent-blog-content h4 a:hover {
	color: #234686;
}
.arrowsblog {
	position: absolute;
	right: 19px;
	top: 1px;
}
.recent-blog-main .flex-direction-nav a {
	width: 19px;
	height: 19px;
	margin-left: 4px;
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat 0 -329px;
	transition: all 200ms ease-in 0s;
	top: 0;
	margin-top: 0;
}
.recent-blog-main .flex-direction-nav .flex-prev {
	left: -26px;	
}
.recent-blog-main .flex-direction-nav .flex-next {
	right: -20px;	
}
.recent-blog-main .flex-direction-nav a.flex-next {
	background-position: -22px -329px;
}
.recent-blog-main .flex-direction-nav .flex-prev:hover {
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat 0 -349px;
}
.recent-blog-main .flex-direction-nav .flex-next:hover {
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat -22px -349px;
}

/* ------------------------------------------------------------------------ */
/* Testimonial
/* ------------------------------------------------------------------------ */

.testimonial {
	margin-top: 0;
	padding-bottom: 20px;
}
.testimonial-content {
	background-color: #fff;
	padding: 20px;
	position: relative;
	border: 1px solid #ededed;
	
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
}

.testimonial-content p {
	line-height: 26px;
	padding: 0;
}
.arrow-down {
	width: 0;
	height: 0;
	border-left: 1px solid transparent;
	border-right: 20px solid transparent;
	border-top: 25px solid #ededed;
	position: absolute;
	bottom: -25px;
	right: 40px;
}
.testimonial-meta {
	padding-top: 10px;
}
.testimonial-meta span {
	float: right;
	padding-right: 70px;
}
.arrow-testimonial {
	background: url(/wp-content/themes/mycollege/framework/images/testimonial-arrow.png) no-repeat center;
	width: 100%;
	height: 7px;
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
}
.photo-testimonial-meta {
	text-align: center;
	border-bottom: 1px solid #b6b6b6;
	margin-bottom: 20px;
	position: relative;
}
.photo-testimonial-meta h4 {
	color: #00adee;
	font-weight: 600;
	padding-bottom: 15px;
}
/* photo testimonial */
.photo-testimonial {
	margin-bottom: 20px;	
}
.testimonial-photo {
	width: 50px;
	height: 50px;
	float: left;
	border: 1px solid #ededed;
	padding: 4px;
	margin-right: 10px;
}
.testimonial-photo img {
	margin-bottom: 0;	
}
.photo-testimonial-content p {
	padding-bottom: 10px;	
}
.photo-testimonial-content span {
	font-weight: 600;
	color: #292929;	
}
.photo-testimonial-content {
	overflow: hidden;	
}
/* ------------------------------------------------------------------------ */
/* Toggle
/* ------------------------------------------------------------------------ */

.toggle {
	position: relative;
	margin-bottom: 10px;
	border-bottom: 1px solid #ededed;
	padding: 0;
}
.toggle-title {
	padding: 0 0 0 30px;
	line-height: 33px;
	color: #777;
	font-weight: 400;
	font-size: 13px;
	cursor: pointer;
	position: relative;
	background: #fff;
}
.toggle-title span  {
	width: 21px;
	height: 21px;
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat -327px -458px;
	position: absolute;
	top: 6px;
	left: 0;
	-webkit-transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	-ms-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;
	transition: all 200ms ease-in 0s;
}
.toggle-title:hover {
	color: #234686;	
}
.toggle-active {
	color: #433333;
}
.toggle-active span {
	background-position: -327px -479px;
}
.toggle-content {
	border-top: none;
	display: none;
	padding: 0 15px 15px 30px;
}
/* ------------------------------------------------------------------------ */
/* Tabs
/* ------------------------------------------------------------------------ */

/* root element for tabs  */
.the-tabs {
	position: relative;
}
.tabs {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	height: 38px;
}
/* single tab */
.tabs li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}
.tabs li:first-child a {
	border-left: 1px solid #dddddd;
}
/* link inside the tab. uses a background image */
.tabs a {
	font-size: 12px;
	display: block;
	text-align: center;
	padding: 10px 15px;
	position: relative;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	color: #737373;
	outline: none;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,241,241,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,241,241,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f1f1',GradientType=0 ); /* IE6-9 */	-webkit-transition: color 0.3s ease 0s;
}
.tabs a:active {
	outline: none;
}
/* when mouse enters the tab move the background image */
.tabs a:hover {
	color: #878787;
	background: none;
}
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	cursor: default !important;
	color: #878787;
	background: #fff;
	border-bottom: 1px solid #fff;
}
/* initially all panes are hidden */ 

.panes {
	padding: 20px;
	border: 1px solid #dddddd;
	margin: 5px 0 20px 0;
	background: #fff;
}
.panes .pane {
	display: none;
}
/* vertical tabs */

#vertical-tabs {
	margin: 0 0 20px 0;
}
.ui-tabs {
	position: relative;
	padding: 0;
	zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 7px 10px;
	width: 180px;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	font-size: 11px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,241,241,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,241,241,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f1f1',GradientType=0 ); /* IE6-9 */	-webkit-transition: color 0.3s ease 0s;
}
.ui-tabs .ui-tabs-nav li:first-child {
	border-top: 1px solid #dddddd;
}
.ui-tabs .ui-tabs-nav li:hover {
	background: #fff;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 0;
	width: 200px;
	display: block;
	color: #666666;
	outline: none;
}
.ui-tabs .ui-tabs-nav li a:hover {
	color: #333333;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: #fff;
	z-index: 11;
	position: relative;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
	color: #333333;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #dddddd;
	position: relative;
	background: #fff;
	left: -1px;
	z-index: 10;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
/* ------------------------------------------------------------------------ */
/* Accordion
/* ------------------------------------------------------------------------ */

/* accordion shortcode */

.accordion {
	margin: 0 0 20px 0;
}
.accordion .tab {
	padding: 0 0 0 40px;
	margin-bottom: 10px;
	line-height: 33px;
	color: #777777;
	font-size: 13px;
	cursor: pointer;
	border: 1px solid #ededed;
	position: relative;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,241,241,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,241,241,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,241,241,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f1f1',GradientType=0 ); /* IE6-9 */	-webkit-transition: color 0.3s ease 0s;
}
.accordion .tab span {
	width: 21px;
	height: 21px;
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat -299px -458px;
	position: absolute;
	top: 6px;
	left: 10px;
	-webkit-transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	-ms-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;
	transition: all 200ms ease-in 0s;
}
.accordion .current span {
	background-position: -299px -479px;
}
.accordion .tab:hover {
	color: #234686;
}
.accordion .current {
	cursor: default;
	color: #fff;
	background: #777777;
}
.accordion .pane {
	padding: 5px 15px 15px;
	border: 1px solid #ededed;
	border-width: 0 1px 1px;
	margin: -10px 0 10px;
	position: relative;
}
.accordion .current:hover {
	color: #fff;	
}
/* ------------------------------------------------------------------------ */
/* Icons
/* ------------------------------------------------------------------------ */

.icon-text {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/mycollege/framework/images/icons.png);
	padding-left: 20px;
	margin: 3px 0;
	display: inline-block;
}
.icon-home {
	background-position: -331px -0px;
}
.icon-email {
	background-position: -300px -26px;
}
.icon-link {
	background-position: -270px -50px;
}
.icon-phone {
	background-position: -240px -77px;
}
.icon-calendar {
	background-position: -210px -107px;
}
.icon-user {
	background-position: -178px -139px;
}
.icon-save {
	background-position: -148px -167px;
}
.icon-id {
	background-position: -118px -194px;
}
.icon-notice {
	background-position: -88px -225px;
}
.icon-rss {
	background-position: -60px -251px;
}
.icon-checked {
	background-position: -30px -281px;
}
.icon-tag {
	background-position: 0px -308px;
}
/* ------------------------------------------------------------------------ */
/* Drop caps
/* ------------------------------------------------------------------------ */

.dropcaps-normal {
	float: left;
	font-size: 42px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 2px 0 0;
	position: relative;
	top: 7px;
	color: #666;
}
.dropcaps-circle {
	float: left;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	padding: 4px 0 0 0;
	width: 35px;
	height: 30px;
	top: 5px;
	background-color: #303435;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.dropcaps-square {
	float: left;
	background-color: #303435;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	padding: 4px 0 0 0;
	width: 35px;
	height: 32px;
	top: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* ------------------------------------------------------------------------ */
/* Framed box
/* ------------------------------------------------------------------------ */

.framed-box {
	border: 1px solid #e8eaee;
	margin-bottom: 10px;
	padding: 10px;
	background-color:#fff;
}
.framed-box:last-child {
	padding-bottom: 0;	
}
.framed-box p {
	padding: 0 0 15px;
}
.frmaed-box-title {
	font-size: 18px;
	font-weight: 400;
	padding: 7px 20px;
	line-height: 22px;
	border: 1px solid #e8eaee;
	border-width: 1px 1px 0 1px;
	background-color:#fff;
}
.frmaed-box-main {
	padding: 7px 20px;
	line-height: 22px;
	border: 1px solid #e8eaee;
	background-color:#FFF;
	border-width: 1px 1px 0 1px;
}
.framed-box .alignleft {
	margin-right: 15px;
}
.framed-box .alignright {
	margin-left: 15px;
}
/* ------------------------------------------------------------------------ */
/* Icon box
/* ------------------------------------------------------------------------ */

.icon-box {
	border: 1px solid #e4e4e4;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
	position: relative;
	transition: all 300ms linear; 
}
.icon-box:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);	
}
.icon-box:hover .icon-box-icon span {
	transform: rotate(360deg);
	transition: all 300ms ease-in-out;
}
.icon-box-icon {
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	background-color: #00adee;
	left: 50%;
	margin-left: -35px;
	top: 20px;
	text-align: center;
	border-radius: 100px;
	-webkit-box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, .1);
}
.icon-box-content {
	margin-top: 90px;	
}
.icon-box-icon span {
	width: 30px;
	background: url(/wp-content/themes/mycollege/framework/images/icon-box-icons.png) no-repeat 0 0;
	margin-top: 23px;
}
.icon-box-heart {
	display: inline-block;
	background-position: -20px -21px !important;
}
.icon-box-image {
	height: 23px;
	display: inline-block;
	background-position: -90px -94px !important;
}
.icon-box-basket {
	height: 28px;
	display: inline-block;
	background-position: -160px -161px !important;
}
.icon-box-user {
	height: 26px;
	display: inline-block;
	background-position: -230px -232px !important;
}
.icon-box-gear {
	height: 31px;
	display: inline-block;
	background-position: -300px -300px !important;
	margin-top: 20px !important;
}
.icon-box-comments {
	height: 22px;
	display: inline-block;
	background-position: -370px -374px !important;
}
.icon-box-cloud {
	height: 23px;
	display: inline-block;
	background-position: -440px -443px !important;
}
.icon-box-download {
	height: 26px;
	display: inline-block;
	background-position: -510px -512px !important;
	margin-top: 20px !important;
}
.icon-box-graph {
	height: 24px;
	display: inline-block;
	background-position: -580px -583px !important;
}
.icon-box-email {
	height: 19px;
	display: inline-block;
	background-position: -650px -656px !important;
	margin-top: 26px !important;
}
.icon-box-device {
	height: 22px;
	display: inline-block;
	background-position: -720px -724px !important;
}
.icon-box-html5 {
	height: 34px;
	display: inline-block;
	background-position: -790px -788px !important;
	margin-top: 20px !important;
}
.icon-box-microphone {
	height: 36px;
	display: inline-block;
	background-position: -860px -857px !important;
	margin-top: 18px !important;
}
.icon-box-ok {
	height: 32px;
	display: inline-block;
	background-position: -930px -929px !important;
	margin-top: 18px !important;
}
.icon-box-car {
	height: 25px;
	display: inline-block;
	background-position: -1000px -1003px !important;
}
.icon-box-trophy {
	height: 26px;
	display: inline-block;
	background-position: -1070px -1072px !important;
}
.icon-box-info {
	height: 30px;
	display: inline-block;
	background-position: -1140px -1140px !important;
	margin-top: 21px !important;
}
.icon-box-shield {
	height: 36px;
	display: inline-block;
	background-position: -1210px -1207px !important;
	margin-top: 19px !important;
}
.icon-box-earth {
	height: 30px;
	display: inline-block;
	background-position: -1280px -1280px !important;
	margin-top: 18px !important;
	margin-top: 21px !important;
}
.icon-box-support {
	height: 30px;
	display: inline-block;
	background-position: -1350px -1350px !important;
	margin-top: 18px !important;
	margin-top: 21px !important;
}

/* ------------------------------------------------------------------------ */
/* Colored buttons
/* ------------------------------------------------------------------------ */

/* http://webdesignerwall.com/tutorials/css3-gradient-buttons */

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
 *display: inline;
	vertical-align: baseline;
	margin: 0 2px 5px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 12px 20px;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-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);
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	opacity: .9;
}
.button:hover {
	opacity: 1;
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.medium {
	font-size: 12px;
	padding: 10px 15px;
}
.small {
	font-size: 11px;
	padding: 8px 12px;
}
/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top, #666, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	color: #d7d7d7;
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top, #444, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top, #000, #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top, #888, #575757);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	color: #e9e9e9;
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top, #757575, #4b4b4b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top, #575757, #888);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	color: #606060;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top, #ededed, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	color: #fef4e9;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top, #ed1c24, #aa1317);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	color: #faddde;
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top, #c9151b, #a11115);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top, #aa1317, #ed1c24);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	color: #d9eef7;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top, #f16c7c, #bf404f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	color: #fae7e9;
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top, #cf5d6a, #a53845);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top, #bf404f, #f16c7c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	color: #e8f0de;
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top, #6b9d28, #436b0c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top, #feb1d3, #f171ab);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	color: #feeef5;
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top, #f4aacb, #e86ca4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top, #f171ab, #feb1d3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
/* ------------------------------------------------------------------------ */
/* Action box
/* ------------------------------------------------------------------------ */

.action-box {
	border: 1px solid #ededed;
	padding: 10px 15px 20px 15px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
}
.action-box-content {
	float: left;
}
.action-box-button {
	float: left;
}
.action-box .button {
	margin: 0;
}
/* ------------------------------------------------------------------------ */
/* Styled table
/* ------------------------------------------------------------------------ */

.styled-table {
	border: 1px solid #d6d6d6;
	margin: 0 0 20px 0;
	text-shadow: none;
}
.styled-table table {
	width: 100%;
	border: 1px solid #fff;
	border-collapse: collapse;
}
.styled-table td {
	color: #777777;
	padding: .3em 1em;
	text-align: center;
	font-size: 12px;
}
.styled-table tr {
	background: #fefefd;
}
.styled-table tr:hover {
	background: #f7f7f7;
}
.styled-table thead th {
	background: #f5f5f5;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	color: #555555;
}
.styled-table tfoot td {
	background: #f5f5f5;
}
/* ------------------------------------------------------------------------ */
/* Pricing table
/* ------------------------------------------------------------------------ */

.pricing-table {
	margin: 20px 0 10px;
}
.pricing-column {
	float: left;
	width: 200px;
	position: relative;
	border-radius: 5px;
}
.pricing-header {
	text-align: center;
	border: 1px solid #dddddd;
	padding: 15px 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
}
.pricing-header h4 {
	padding: 0;
}
.pricing-header p {
	padding: 0;
}
.pricing-content {
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-radius-bottomright: 3px;
	border-radius-bottomleft: 3px;
}
.pricing-column-inside {
	text-align: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-radius-bottomright: 5px;
	border-radius-bottomleft: 5px;
}
.pricing-column-inside ul.pricing {
	text-align: center;
	list-style: none;
}
.pricing-column-inside ul.pricing li {
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 0;
}
.pricing-column_inside ul.pricing li span {
	display: block;
	padding: 5px 0 5px 48px;
}
span.table-price {
	display: block;
	text-align: center;
	font-size: 48px;
	padding: 10px 0 17px;
	line-height: normal;
}
span.table-price sup {
	font-size: 24px;
	bottom: 13px;
	left: 1px;
}
span.table-price span.dollar-sign {
	font-size: 36px;
}
.pricing-featured {
	width: 230px;
	margin-top: -25px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	z-index: 10;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pricing-featured .pricing-header {
	border-right: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #b2e1ff; /* Old browsers */
	background: -moz-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2e1ff), color-stop(100%, #66b6fc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b2e1ff 0%, #66b6fc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc', GradientType=0 ); /* IE6-9 */
}
.pricing-featured .pricing-content {
	padding: 25px 0 10px;
}
.pricing-featured .pricing-column-inside {
	padding-bottom: 20px;
}
.pricing-featured span.table-price {
	color: #66b6fc;
}
.pricing-featured .pricing-header p {
	color: #fff;
}
.pricing-table-button, .pricing-featured .pricing-table-button {
	text-align: center;
	text-transform: capitalize;
	padding: 10px 20px;
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	opacity: .8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.pricing-table-button:hover {
	opacity: 1;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.pricing-featured .pricing-table-button {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.pricing-featured .pricing-table-button:hover {
	color: #d9eef7;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
/* ------------------------------------------------------------------------ */
/* Google map
/* ------------------------------------------------------------------------ */

.google_map {
	border: 1px solid #ddd;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(180, 180, 180, 0.3);
	-moz-box-shadow: 1px 1px 4px 0 rgba(180, 180, 180, 0.3);
	box-shadow: 1px 1px 4px 0 rgba(180, 180, 180, 0.3);
	margin-bottom: 20px;
	max-width: 100%;
}
/* ------------------------------------------------------------------------ */
/* Responisve content
/* ------------------------------------------------------------------------ */

.responsive-content img, .responsive-content iframe, .responsive-content object, .responsive-content embed {
	max-width: 100%;
	height: auto;
	margin-bottom:15px;
}

/* ------------------------------------------------------------------------ */
/* Video shortcode
/* ------------------------------------------------------------------------ */

.video-embed {
	max-width: 100% !important;
	height: auto;
	padding: 5px 5px 2px;
	border: 1px solid #ededed;
}
.video-embed iframe {
	max-width: 100%;
}

/* ------------------------------------------------------------------------ */
/* Member
/* ------------------------------------------------------------------------ */

.member-box {
	text-align: center;	
}
.member-details {
	border: 1px solid #ededed;
	border-width: 0 1px 1px;
	padding: 15px;
}
.member-box img {
	max-width: 100%;
	height: auto;
	margin: 0;
	display: block;
	width: 100%;
}
.member-details h3 {
	padding: 0;	
}
.member-details h5 {
	color: #696969;	
}
.member-details ul li {
	display: inline-block;
	list-style: none;
}
.member-details ul li a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 20px;
	height: 20px;
	background: #00adee url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat;
	margin-right: 10px;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.member-details ul li a:hover {
	opacity: .8;	
}
.member-details li.facebook-member a {
	background-position: 0 0;
}
.member-details li.twitter-member a {
	background-position: -30px 0;
}
.member-details li.linkedin-member a {
	background-position: -60px 0;
}
.member-details li.googleplus-member a {
	background-position: -90px 0;
}
.member-details li.skype-member a {
	background-position: -411px -36px;
}
.member-details li.email-member a {
	background-position: -681px -36px;
}

/* ------------------------------------------------------------------------ */
/* Styled Title
/* ------------------------------------------------------------------------ */

.styled-title {
	color: #3a3c41;
	border-bottom: 1px solid #d6dce1;
	padding-bottom: 7px;
	margin-bottom: 10px;
	font-weight: 400;
}

.recent-blog-main h3 {
	color: #5d6f8d;
	border-bottom: 1px solid #E8EAEE;
	padding-bottom: 7px;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: 400;
}
/* ------------------------------------------------------------------------ */
/* Carousel
/* ------------------------------------------------------------------------ */

.thecarousel {
	position: relative;
}
.thecarousel iframe {
	max-width: 100% !important;	
	height: auto !important;
}
.carouselcontent {
	overflow: hidden;
}
.arrows {
	position: absolute;
	right: 19px;
	top: -30px;
}
.thecarousel .flex-direction-nav a {
	width: 19px;
	height: 19px;
	margin-left: 4px;
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat 0 -329px;
	transition: all 200ms ease-in 0s;
}
.thecarousel .flex-direction-nav .flex-prev {
	left: -26px;	
}
.thecarousel .flex-direction-nav .flex-next {
	right: -20px;	
}
.thecarousel .flex-direction-nav a.flex-next {
	background-position: -22px -329px;
}
.thecarousel .flex-direction-nav .flex-prev:hover {
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat 0 -349px;
}
.thecarousel .flex-direction-nav .flex-next:hover {
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat -22px -349px;
}
.thecarousel img {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0 0 4px 0 rgba(100, 100, 100, 0.1);
    padding: 4px;	
}

/* ------------------------------------------------------------------------ */
/* Widget
/* ------------------------------------------------------------------------ */

.full-width-page .search-box {
	position: relative;
	top: auto;
	right: auto;
}
.one-third .widget .search-box {
	margin-left: 10px;	
}

/* ------------------------------------------------------------------------ */
/* Course Box
/* ------------------------------------------------------------------------ */

.course-box {
	border: 1px solid #e8eaee;
	padding: 15px 15px 0;
}
.course-box:last-child {
	padding-bottom: 0;	
}
.course-box p {
	padding: 0 0 15px;
}
.course-box .alignleft {
	margin-right: 15px;
}
.course-box .alignright {
	margin-left: 15px;
}

.course-title-box {
	border: 1px solid #e8eaee;
	border-width: 1px 1px 0;
	padding: 7px 15px;
}
.course-title-box h2 {
	display: inline;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	font-weight: 600;
	padding: 0;
}
.course-title {
	float: left;
}
.course-title2 {
	float: right;	
}
.bottom-box {
	background-color: #F7F7F7;
	border: 1px solid #e8eaee;
	border-width: 0 1px 1px;
	line-height: 35px;
	padding: 0 15px;
	color: #5D6F8D;
}
.bottom-text {
	float: left;	
}
.bottom-text2 {
	float: right;	
}/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#featuredslider ul {
	list-style: none;	
}
#featuredslider {
	width: 1024px;
	height: 302px;
	margin: 0 auto;
	position: relative;
}
#featuredslider img {
	width: 100%;
	display: block;
}

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	padding: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: ease-in;
	-ms-transition-property: opacity;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: ease-in;
	-o-transition-property: opacity;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: ease-in;
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: ease-in;
}
.flexslider .slides > li {
	-webkit-backface-visibility: hidden;
}
.flexslider .flex-direction-nav li {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav li {
	opacity: 1;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.slides li a {
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.slides li a:hover {
	opacity: .8;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
	zoom: 1;
	z-index: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
.thecarousel a {
	display: inline-block;	
}
.thecarousel img {
	display: block;	
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	width: 25px;
	height: 30px;
	margin: -15px 0 0;
	display: block;
	background: url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat -8px -423px;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-indent: -9999em;
	background-color: #000;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.flex-direction-nav .flex-next {
	background-position: -25px -445px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
	background-position: 0 -415px;
}
.flex-next:hover, .flex-prev:hover {
	background-color: #00adee;
	opacity: 1!important;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	display: none;
}
 
#featuredslider .flex-direction-nav a {
	position:static;
	opacity:1;
}
#featuredslider .flex-direction-nav a {
	cursor:pointer;
	position:absolute;
	width:165px;
	height:80px;
	top:50%;
	margin-top:-80px;
	-webkit-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    transition:all 300ms ease;
}
#featuredslider .flex-direction-nav a img {
	position:absolute;
	top:0;
	right:25px;
}
#featuredslider .flex-direction-nav .flex-next img {
	left:25px;
}
#featuredslider .flex-prev {
	left:-140px;
	background:url(/wp-content/themes/mycollege/framework/images/ajax-loader.gif) no-repeat 85px 32px, url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat 124px -173px #25292D;
}
#featuredslider .flex-prev:hover {
	left:0;
}
#featuredslider .flex-next {
	right:-140px;
	background:url(/wp-content/themes/mycollege/framework/images/ajax-loader.gif) no-repeat 85px 32px, url(/wp-content/themes/mycollege/framework/images/sprite.png) no-repeat 11px -140px #25292D;
}
#featuredslider .flex-next:hover {
	right:0;
}
/* Captions */
#featuredslider .captions {
	position: absolute;
    bottom: 0;
	background-color: #233340;
    height: 65px;
    padding: 16px 20px 20px;
    width: 640px;
    z-index: 99998;	
}
#featuredslider .captions li {
	display: none;
	position: absolute;
}
#featuredslider .captions li:first-child {
	display: block;	
}
#featuredslider h3 {
	font-weight: 700;
	color: #fff;
}
#featuredslider p {
	color: #a1adb7;
	width: 640px;
}div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
	height: 13px
}
div.pp_default .pp_top .pp_left {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}
div.pp_default .pp_top .pp_middle {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/default/sprite_x.png) top left repeat-x
}
div.pp_default .pp_top .pp_right {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}
div.pp_default .pp_content .ppt {
	color: #f8f8f8
}
div.pp_default .pp_content_container .pp_left {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
	padding-left: 13px
}
div.pp_default .pp_content_container .pp_right {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
	padding-right: 13px
}
div.pp_default .pp_next:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
	cursor: pointer
}
div.pp_default .pp_previous:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
	cursor: pointer
}
div.pp_default .pp_expand {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px
}
div.pp_default .pp_expand:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
	cursor: pointer
}
div.pp_default .pp_contract {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px
}
div.pp_default .pp_contract:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
	cursor: pointer
}
div.pp_default .pp_close {
	width: 30px;
	height: 30px;
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
	cursor: pointer
}
div.pp_default .pp_gallery ul li a {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
	border: 1px solid #aaa
}
div.pp_default .pp_social {
	margin-top: 7px
}
div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
	position: static;
	left: auto
}
div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
	height: 30px;
	width: 30px
}
div.pp_default .pp_nav .pp_pause {
	background-position: -51px -29px
}
div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
	height: 20px;
	width: 20px;
	margin: 4px 0 0
}
div.pp_default a.pp_arrow_next {
	left: 52px;
	background-position: -82px -3px
}
div.pp_default .pp_content_container .pp_details {
	margin-top: 5px
}
div.pp_default .pp_nav {
	clear: none;
	height: 30px;
	width: 110px;
	position: relative
}
div.pp_default .pp_nav .currentTextHolder {
	font-family: Georgia;
	font-style: italic;
	color: #999;
	font-size: 11px;
	left: 75px;
	line-height: 25px;
	position: absolute;
	top: 2px;
	margin: 0;
	padding: 0 0 0 10px
}
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
	opacity: 0.7
}
div.pp_default .pp_description {
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
	margin: 5px 50px 5px 0
}
div.pp_default .pp_bottom .pp_left {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}
div.pp_default .pp_bottom .pp_middle {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}
div.pp_default .pp_bottom .pp_right {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}
div.pp_default .pp_loaderIcon {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/default/loader.gif) center center no-repeat
}
div.light_rounded .pp_top .pp_left {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}
div.light_rounded .pp_top .pp_right {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}
div.light_rounded .pp_next:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
	cursor: pointer
}
div.light_rounded .pp_previous:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer
}
div.light_rounded .pp_expand {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_expand:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_contract {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_contract:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_nav .pp_play {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.light_rounded .pp_nav .pp_pause {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.light_rounded .pp_arrow_previous {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}
div.light_rounded .pp_arrow_next {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}
div.light_rounded .pp_bottom .pp_left {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}
div.light_rounded .pp_bottom .pp_right {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_top .pp_left {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}
div.dark_rounded .pp_top .pp_right {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}
div.dark_rounded .pp_content_container .pp_left {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}
div.dark_rounded .pp_content_container .pp_right {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}
div.dark_rounded .pp_next:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_previous:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_expand {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_expand:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_contract {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_contract:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_description {
	margin-right: 85px;
	color: #fff
}
div.dark_rounded .pp_nav .pp_play {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.dark_rounded .pp_nav .pp_pause {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.dark_rounded .pp_arrow_previous {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}
div.dark_rounded .pp_arrow_next {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}
div.dark_rounded .pp_bottom .pp_left {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}
div.dark_rounded .pp_bottom .pp_right {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_loaderIcon {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}
div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
	background: #000
}
div.dark_square .pp_description {
	color: #fff;
	margin: 0 85px 0 0
}
div.dark_square .pp_loaderIcon {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}
div.dark_square .pp_expand {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}
div.dark_square .pp_expand:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}
div.dark_square .pp_contract {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}
div.dark_square .pp_contract:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}
div.dark_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}
div.dark_square .pp_nav {
	clear: none
}
div.dark_square .pp_nav .pp_play {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.dark_square .pp_nav .pp_pause {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.dark_square .pp_arrow_previous {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}
div.dark_square .pp_arrow_next {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}
div.dark_square .pp_next:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
	cursor: pointer
}
div.dark_square .pp_previous:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
	cursor: pointer
}
div.light_square .pp_expand {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}
div.light_square .pp_expand:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}
div.light_square .pp_contract {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}
div.light_square .pp_contract:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}
div.light_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}
div.light_square .pp_nav .pp_play {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.light_square .pp_nav .pp_pause {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.light_square .pp_arrow_previous {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}
div.light_square .pp_arrow_next {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}
div.light_square .pp_next:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
	cursor: pointer
}
div.light_square .pp_previous:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
	cursor: pointer
}
div.facebook .pp_top .pp_left {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}
div.facebook .pp_top .pp_middle {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}
div.facebook .pp_top .pp_right {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}
div.facebook .pp_content_container .pp_left {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}
div.facebook .pp_content_container .pp_right {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}
div.facebook .pp_expand {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}
div.facebook .pp_expand:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}
div.facebook .pp_contract {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}
div.facebook .pp_contract:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}
div.facebook .pp_close {
	width: 22px;
	height: 22px;
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}
div.facebook .pp_description {
	margin: 0 37px 0 0
}
div.facebook .pp_loaderIcon {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/loader.gif) center center no-repeat
}
div.facebook .pp_arrow_previous {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px
}
div.facebook .pp_arrow_previous.disabled {
	background-position: 0 -96px;
	cursor: default
}
div.facebook .pp_arrow_next {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px
}
div.facebook .pp_arrow_next.disabled {
	background-position: -32px -96px;
	cursor: default
}
div.facebook .pp_nav {
	margin-top: 0
}
div.facebook .pp_nav p {
	font-size: 15px;
	padding: 0 3px 0 4px
}
div.facebook .pp_nav .pp_play {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
	height: 22px;
	width: 22px
}
div.facebook .pp_nav .pp_pause {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
	height: 22px;
	width: 22px
}
div.facebook .pp_next:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
	cursor: pointer
}
div.facebook .pp_previous:hover {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
	cursor: pointer
}
div.facebook .pp_bottom .pp_left {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}
div.facebook .pp_bottom .pp_middle {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}
div.facebook .pp_bottom .pp_right {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}
div.pp_pic_holder a:focus {
	outline: none
}
div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500
}
div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000
}
.pp_content {
	height: 40px;
	min-width: 40px
}
* html .pp_content {
	width: 40px
}
.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%
}
.pp_content_container .pp_left {
	padding-left: 20px
}
.pp_content_container .pp_right {
	padding-right: 20px
}
.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px
}
.pp_description {
	display: none;
	margin: 0
}
.pp_social {
	float: left;
	margin: 0
}
.pp_social .facebook {
	float: left;
	margin-left: 5px;
	width: 55px;
	overflow: hidden
}
.pp_social .twitter {
	float: left
}
.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0
}
.pp_nav p {
	float: left;
	white-space: nowrap;
	margin: 2px 4px
}
.pp_nav .pp_play, .pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px
}
a.pp_arrow_previous, a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px
}
.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000
}
.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000
}
.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative
}
.pp_gallery ul {
	float: left;
	height: 35px;
	position: relative;
	white-space: nowrap;
	margin: 0 0 0 5px;
	padding: 0
}
.pp_gallery ul a {
	border: 1px rgba(0,0,0,0.5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden
}
.pp_gallery ul a img {
	border: 0
}
.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0
}
.pp_gallery li.default a {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px
}
.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
	margin-top: 7px!important
}
a.pp_next {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%
}
a.pp_previous {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%
}
a.pp_expand, a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000
}
a.pp_close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	line-height: 22px;
	text-indent: -10000px
}
.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 24px;
	margin: -12px 0 0 -12px
}
#pp_full_res {
	line-height: 1!important
}
#pp_full_res .pp_inline {
	text-align: left
}
#pp_full_res .pp_inline p {
	margin: 0 0 15px
}
div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	z-index: 9999;
	margin: 0 0 5px 15px
}
div.pp_default .pp_content, div.light_rounded .pp_content {
	background-color: #fff
}
div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
	color: #000
}
div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
	border-color: #fff
}
div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
	position: relative
}
div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
	background: #fff
}
div.light_rounded .pp_description, div.light_square .pp_description {
	margin-right: 85px
}
div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
	margin-top: 12px!important
}
div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default
}
div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default
}
div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}
div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
	background: url(/wp-content/themes/mycollege/framework/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}
div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
	color: #c4c4c4
}
div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
	color: #fff
}
.pp_top, .pp_bottom {
	height: 20px;
	position: relative
}
* html .pp_top, * html .pp_bottom {
	padding: 0 20px
}
.pp_top .pp_left, .pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px
}
.pp_top .pp_middle, .pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px
}
* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
	left: 0;
	position: static
}
.pp_top .pp_right, .pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}
.pp_fade, .pp_gallery li.default a img {
	display: none
}

#featuredslider .captions, #featuredslider p {
	width: 640px;}

.site-title {
	margin-top: 8px;
	margin-left: 18px;
}

.pullright{
	float:right;
}

.box{
	width:340px;
	float:left;
}

.boxbg{
	background-color:#fff;
	border:1px solid #e8eaee;
		padding:10px 10px 0 10px ;

}

.smallboxbg{
	background-color:#fff;
	border:1px solid #d6dce1;
		padding:10px;

}

.marginr{
	margin-right:10px;
}

.margint{
	margin-top:7px;
}


hr {
width: 80%;
height: 1px;
background-color:#dee3e7;
color:#FF0066;
border: 0 none;
margin: 5px auto 10px auto;
}

.spaceb{
	padding:0 0 20px 0;
}
.spacem{
	margin:0 0 10px 0;
}


#back-top {
	position: fixed;
	bottom: 30px;
	right:100px;
}
#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 32px;
	display: block;
	margin-bottom: 7px;
	background: #d90006;
	text-align:center;
	font-size:21px;
	color:#fff;
	padding:8px 0 0 0;
	/* rounded corners */
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #234686;
}

.border{
	box-shadow: 0 1px 5px rgba(0,0,0,0.26),0 65px 0 #fff inset;
	background-color:transparent;
}

.spacea{
	padding:0 10px;
}

.framed-box li{
color: #3a3c41;
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
	list-style-type:none;
	margin:0px 0px 5px 19px;
}

.framed-box .fa{
	color:#234686;
	font-weight: bold;
		margin-right:5px;
		float:left;

}

table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: center;
  font-size:14px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
    font-size:14px;

}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}


@keyframes slidy {


}

div#slider { overflow: ; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 5s slidy infinite; 
}

.spacehf{
	margin:10px 0;
}
.smallboxbg .framed-box{
	margin-bottom:0;
}
h3.blink {
    animation: blinker 1.5s linear infinite;
}
 /*h4.blink1 {
    animation: blinker1 2.5s linear infinite;
}*/
/*.blink1 {
    animation: blinker1 2.5s linear infinite;
}*/
.register {
    position: absolute;
    top: 160px;
    right: 204px;
    background-color: #ffffff;
    z-index: 10;
    padding:16px 10px;
    color: red;
    font-weight: 600;
}


.register .blink1 {
    animation: blinker1 1.5s linear infinite;
    padding-bottom: 0px;
    font-size: 19px;
    color: #da5252;
    font-weight: bold;
}

.practise {
    position: absolute;
    top: 221px;
    right: 204px;
    background-color: #ffffff;
    z-index: 10;
    padding: 16px 10px;
    color: red;
    font-weight: 600;
    border: 3px solid #ff5050;
    border-radius: 4px;
}


    .practise .blink1 {
        animation: blinker2 1.5s linear infinite;
        padding-bottom: 0px;
        font-size: 19px;
        color: #ff0202;
        font-weight: bold;
    }

@keyframes blinker {
    50% {
        opacity: 0.5;
        color: black;
    }
}
@keyframes blinker1 {
    50% {
        opacity: 0.5;
        color: orangered;
    }
}
@keyframes blinker2 {
    50% {
        opacity: 0.5;
        color: #b58e32;
    }
}




.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin-top: 23px;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#scroller li img {
    width: 245px;
    height: 137px;
    margin:0 2px;

}