/**
  Theme Name: DiscoverBusiness Bitclone HTML 5
  Theme URI: http://www.bitclone.com
  Version: 1.0
  Author: Bitclone
  Author URI: http://www.bitclone.com
  
  Description: A Wordpress 3.0 HTML 5 theme. Bitclone LLC
*/
/**
  Theme Name: DiscoverBusiness Bitclone HTML 5
  Theme URI: http://dbus.staging.wpengine.com/
  Version: 1.0
  Author: Bitclone
  Author URI: http://www.bitclone.com
  
  Description: A Wordpress 3.0 HTML 5 theme. Bitclone LLC
*/


/* BASE STYLES */

html {
    height: 100%;
    overflow-y: scroll;
}
blockquote, body, button, code, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, pre, td, textarea, th {
    margin: 0;
    padding: 0;
}
body {
    color: #4c4a4a;
    line-height: 1.4em;
    background: #fff;
    height: 100%;
    font-size: 100%;
    padding: 0 10px;
}

body, button, input, select, textarea {
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: .05em;
}
dd, dt, li {
    line-height: 1.4em;
    font-size: 1.25em;
}
dl, ol, ul {
    margin: 0 0 1em;
    padding: 0;
}
p {
	font-size: 1.25em;
	margin: 0 0 1.5em;
	line-height: 1.5em;
}
dd {
    margin: 0 0 1em 1em;
    padding: 0;
}
ul li {
    padding: 0 0 5px 10px;
    list-style: none;
    margin: 0;
}
ol li {
    margin-left: 1.4em;
    padding: 0 0 5px 5px;
}
#content>.grid ul li {
    margin-left: 1.4em;
    list-style: disc;
    padding: 0 0 5px 5px;
}
hr {
    color: #D1D3D4;
}
em {
    font-style: italic;
}
blockquote {
  border-left: 5px solid #455566;
  margin: 1em 10px;
  padding: 0.5em 10px;
  font-style: italic;
}
strike {
    text-decoration: line-through;
}
code, kbd, pre, samp, tt, var {
    font-family: "Courier New", Courier, monospace;
}
fieldset, img {
    border: 0;
}
img {
    vertical-align: bottom;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
b, dt, strong, th {
    font-weight: 700;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix, :first-child+html .clearfix {
    zoom: 1;
}
a:link, a:visited {
    color: #455566;
    text-decoration: underline;
}
a:focus, a:hover {
    text-decoration: none;
}
:focus, a:focus {
    outline: #ACBAC6 dotted 1px;
}
a:active, a:hover {
    outline: 0;
}

/* HEADERS */

h1, h2, h3, h4, h5, h6 {
    color: #455566;
    line-height: normal;
    text-rendering: optimizeLegibility;
    font-family: 'Lato', Helvetica, sans-serif;
    font-weight: 700;
}
h1 {
    /* font-size: 2em; */
    font-size: 2.25em;
    margin: 0 0 .5em;
}
h2 {
    /* font-size: 1.85em; */
    font-size: 2em;
    margin: 0 0 .55em;
}
h3 {
    /* font-size: 1.7em; */
    font-size: 1.6em;
    margin: 0 0 .55em;
}
#sidebar h3 {
	font-size: 1.4em;
}
h4 {
    font-size: 1.4em;
    margin: 0 0 .4em;
}
h5 {
    font-size: 1.1em;
    margin: 0 0 .1em;
}
h6 {
    font-size: 1em;
    margin: 0 0 .1em;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited {
    /* text-decoration: none; */
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    color: #ACBAC6;
}

/* CLASS HELPERS */
.first-img {
	margin-top: 10px;
}


p.intro-text {
	font-size: 1.5em;
	color: #393737;
	line-height: 1.4em;
}
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}
.alignright {
    float: right;
    margin: 0 10px 10px 0;
}

/* ICONS */

@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot?elf4d3);
    src: url(fonts/icomoon.eot?#iefixelf4d3) format('embedded-opentype'), url(fonts/icomoon.woff?elf4d3) format('woff'), url(fonts/icomoon.ttf?elf4d3) format('truetype'), url(fonts/icomoon.svg?elf4d3#icomoon) format('svg');
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"], [class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-calendar:before {
    content: "\f073"}
.icon-twitter-square:before {
    content: "\f081"}
.icon-facebook-square:before {
    content: "\f082"}
.icon-linkedin-square:before {
    content: "\f08c"}
.icon-bars:before {
    content: "\f0c9"}
.icon-google-plus-square:before {
    content: "\f0d4"}
.icon-caret-down:before {
    content: "\f0d7"}
.icon-caret-up:before {
    content: "\f0d8"}
.icon-caret-left:before {
    content: "\f0d9"}
.icon-caret-right:before {
    content: "\f0da"}
.icon-envelope:before {
    content: "\f0e0"}

/* STRUCTURE */


#bg-vid, #doc-foot, .top-bar {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
}
.grid {
    max-width: 1100px;
    margin: auto;
}
.grid:after {
    content: "";
    display: table;
    clear: both;
}
.col-2-3 {
    width: 66.66%}
.col-1-3 {
    width: 33.33%}
.col-1-2 {
    width: 50%}
.col-1-4 {
    width: 25%}
.col-3-4 {
    width: 75%}
.col-1-8 {
    width: 12.5%}
[class*=col-] {
    float: left;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
[class*=col-] {
    padding-right: 30px;
}
[class*=col-]:last-of-type {
    padding-right: 0;
}
.grid-pad {
    padding: 20px 0 20px 20px;
}
.grid-pad>[class*=col-]:last-of-type {
    padding-right: 30px;
}

#content.page-with-sidebar {
	margin-top: 0;
	position: relative;
}
.page-with-sidebar__side {
	margin-bottom: 30px;
}
.page-with-sidebar__main {
	margin-top: 10px;
	padding-left: 5px;
}
@media screen and (min-width: 768px) {
	.page-with-sidebar__side {
		background: #efefef;
		margin-right: 1.3636363636363636%; /* 15 / 1100 */
		margin-bottom: 0;
		position: absolute;
		top: 0;
		width: 300px;
	}
	.page-with-sidebar__main {
		margin-top: 0;
		padding-left: 320px;
		padding-top: 10px;
	}
}

/* HEADER */

#doc-head {
    position: relative;
}
#logo-header {
    float: left;
    width: 302px;
    margin-bottom: 20px;
}
#logo-header img {
    width: 100%;
    height: auto;
    margin-top: 1em;
}
#btn-menu {
    display: none;
    float: right;
    line-height: normal;
    position: relative;
}
#btn-menu a {
    text-decoration: none;
    font-size: 1.3em;
}
.top-bar {
    background: #000 url(img/pattern-atzr.jpg);
    color: #ccc;
    margin-bottom: 0;
    padding: 0;
    text-align: right;
    font-size: 12px;
    overflow: hidden;
}
.top-bar p {
    float: right;
}
.top-bar a {
    padding: 5px;
}
.top-bar .textwidget {
    float: right;
}
.top-bar .textwidget a {
    border: none;
}
.top-bar .textwidget img {
    vertical-align: text-top;
}
#top-nav>div {
    float: right;
}
#top-nav .textwidget {
    padding-left: 15px;
    margin-top: 5px;
}
.nav-main-wrap {
	background: #efefef;
	margin-left: -10px;
	margin-right: -10px;
	padding: 0 10px;
}
#nav-main {
    text-transform: uppercase;
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 700;
}
#nav-main ul {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    float: right;
}
#nav-main ul li {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
#nav-main ul li ul {
    display: none;
    position: absolute;
    background: #efefef;
    padding: 5px 15px 5px 0;
    z-index: 10;
    top: 10px;
    list-style: none;
}
#nav-main ul li a {
    display: block;
    text-decoration: none;
    padding: 5px 0 5px 20px;
    white-space: nowrap;
    font-size: 14px;
}
#nav-main ul li:hover ul {
    display: block;
}
#nav-main ul li li {
    font-size: .9em;
    line-height: normal;
}

#nav-main ul li:hover li {
    float: none;
}
#nav-main li a:link, #nav-main li a:visited, #nav-main li.current-menu-ancestor .sub-menu a:link, #nav-main li.current-menu-ancestor .sub-menu a:visited, #nav-main li.current-menu-item .sub-menu a:link, #nav-main li.current-menu-item .sub-menu a:visited {
    color: #456;
}
#nav-main li a:hover, #nav-main li.current-menu-ancestor .sub-menu a:hover, #nav-main li.current-menu-ancestor .sub-menu li.current-menu-item a:link, #nav-main li.current-menu-ancestor .sub-menu li.current-menu-item a:visited, #nav-main li.current-menu-ancestor a:link, #nav-main li.current-menu-ancestor a:visited, #nav-main li.current-menu-item .sub-menu a:hover, #nav-main li.current-menu-item a:link, #nav-main li.current-menu-item a:visited {
    color: #40a4bf;
}
#menu-header-nav>li:first-child a, #top-nav ul li:first-child a {
    padding-left: 0;
}
#top-nav {
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 300;
}
#top-nav ul {
    margin: 0;
    padding: 0 10px 0 0;
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
#top-nav ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
#top-nav ul li a {
    display: block;
    text-decoration: none;
    padding: 5px 0 5px 10px;
    margin-left: 1px;
    white-space: nowrap;
}
#top-nav ul li:hover a {
    color: #fff;
}
#top-nav li a:link, #top-nav li a:visited {
    color: #D1D3D4;
}
#top-nav li a:hover, #top-nav li.current-menu-item .sub-menu a:hover, #top-nav li.current-menu-item a:link, #top-nav li.current-menu-item a:visited {
    color: #fff;
}

/* HOME PAGE */

#bg-vid {
    height: 80%;
    width: auto;
    overflow: auto;
    background: 0 0;
    position: relative;
}
#bg-vid h1 {
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 900;
    color: #fff;
    width: 80%;
    font-size: 4.5em;
    z-index: 9;
    text-align: center;
    margin: auto;
    padding-top: 10%;
    line-height: .85em;
    position: relative;
    text-shadow: 1px 1px 1px #456;
}
#bg-vid h1 span {
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: .8em;
}
#bg-vid>div {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
}
#bg-vid video {
    position: absolute;
    z-index: -1;
}
#bg-vid video.fill-width {
    width: 100%}
#home-overlay {
    margin-top: -185px;
    line-height: normal;
    padding-bottom: 30px;
    position: relative;
}
#home-overlay .grid {
    margin-bottom: 20px;
}
#home-overlay a {
    background: #456;
    color: #fff;
    text-decoration: none;
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 700;
    display: block;
}
#home-overlay a:hover {
    background: #a4b4ba;
    display: block;
}
#home-overlay .no-link a:hover {
    background: #456;
    cursor: default;
}
#home-overlay .bigpic {
    text-align: center;
    padding: 25px;
    font-size: 30px;
}
#home-overlay .bigpic img {
    display: block;
    margin: auto;
}
#home-overlay .lilpic {
    position: relative;
    padding: 20px 10px 20px 85px;
    font-size: 25px;
}
#home-overlay .lilpic img {
    position: absolute;
    top: 15px;
    left: 15px;
}
#home-overlay .lilpicno {
    position: relative;
    padding: 20px;
    font-size: 25px;
    text-align: center;
}
.home #content {
    margin: 0 0 20px;
}

/* CONTENT */

#content {
    margin: 20px 0;
    clear: both;
    height: 100%
}

.ui-tabs-nav li {
    font-weight: 700;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
div#table_0_2_filter {
    display: inline-block;
    width: 240px;
    font-weight: 400;
}
#table_0_filter {
    float: left;
}
#table_0_2_filter_sections label, #table_0_filter label {
    font-weight: 700;
}
#table_0_length {
    float: right;
}
h1.margin-top, h2.margin-top, h3.margin-top, h4.margin-top, h5.margin-top, img.margin-top, p.margin-top {
    margin-top: 60px;
}
h1.margin-bottom, h2.margin-bottom, h3.margin-bottom, h4.margin-bottom, h5.margin-bottom, img.margin-bottom, p.margin-bottom {
    margin-bottom: 60px;
}
#content article img {
    max-width: 100%;
    height: auto;
}
.post {
    clear: both;
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
}
.post-content h1 {
    margin-bottom: .5em;
}
.meta, .postComments {
    font-size: .9em;
}
.meta a:link {
    font-style: italic;
}
#commentlist li ul {
    border-left: 1px solid #fff;
    list-style-type: none;
}
#commentlist li {
    background: #f6f7f8;
    padding: 10px;
    border: 1px solid #fff;
    list-style: none;
    font-size: 90%;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 2px;
}
#commentlist li .avatar {
    float: right;
    margin-right: 25px;
    border: 1px solid #fff;
    padding: 2px;
    background: #e9e1db;
}

/* SIDEBAR */

#content > .grid #sidebar ul li {
    padding: 0;
    list-style: none;
    margin: 0;
    clear: both;
}
#sidebar {
	border-bottom: 15px solid #40a4be;
}
#sidebar h3 {
    margin-bottom: 0;
    padding-left: 20px;
}
#sidebar ul {
    padding: 10px 0 0;
}
#sidebar li {
    padding: 0;
    font-size: 1em;
}
#sidebar div {
    margin-bottom: 1.5em;
}
#sidebar a { /* Sidebar link color */
	color: #58585b;
	display: block;
	margin: 0;
	padding: 5px 20px;
	text-decoration: none;
}
#sidebar a:hover { /* Sidebar link hover style */
	color: #fff;
	background: #595a5c;
}

.sidebar-desktop {display: block;}

@media screen and (max-width: 767px) {
	.sidebar-desktop {display: none;}
	#sidebar {border-bottom: none; width: 100%;}
	li.asd-hero-search-wrapper {background: #5ab6de;}
}

/* FOOTER */

#doc-foot {
    padding-top: 40px;
    color: #D1D3D4;
    clear: both;
    background: url(img/pattern-atzr.jpg);
    font-size: 12px;
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 400;
}
#doc-foot a:link, #doc-foot a:visited {
    color: #D1D3D4;
    text-decoration: none;
}
#doc-foot a:hover {
    color: #fff;
}
#sixty {
    width: 66.6%;
    float: left;
}
#sixty div:first-child {
    padding-left: 0;
}
.twofive {
    width: 25%;
    float: left;
    padding: 0 0 10px 20px;
}
#sixty hr {
    clear: both;
}
#thirty {
    width: 33.3%;
    float: left;
    padding-left: 60px;
}
#thirty img {
    padding: 0 0 10px 20px;
}
#footer-widget {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #98a1a9;
    display: block;
    clear: both;
}
#thirty {
    position: relative;
}
#bbblink {
    position: absolute;
    top: -52px;
    right: -150px;
}
.footer-collector {
    padding: 5px 10px 0 0;
    position: relative;
}
.footer-collector p {
    margin-bottom: 0;
}
.footer-collector input[type=email] {
    padding: 6px;
    color: #fff;
    background: #b2b5b4;
    font-size: 100%;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%}
.footer-collector .wpcf7-submit {
    background: url(img/email-sign-up.png) top left no-repeat #fff;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    text-indent: -50000px;
    width: 38px;
    height: 28px;
    position: absolute;
    top: 5px;
    right: 0;
}
.footer-collector .wpcf7-submit:hover {
    background: url(img/email-sign-up.png) top left no-repeat transparent;
    border: none;
}

/* WORDPRESS DEFAULT */

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/* FORM ELEMENTS */

fieldset {
    padding: 1.5em;
    border: 1px solid #ddd;
    width: 600px;
    margin-bottom: 15px;
}
legend {
    font-size: 120%;
    font-weight: 700;
    padding: 1.2em;
}
textarea {
    border: 1px solid #ddd;
    padding: 6px;
    width: 400px;
    color: #4c4a4a;
    background: #f6f7f8;
    border-radius: 4px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
}
input[type=email], input[type=password], input[type=search], input[type=text] {
    border: 1px solid #ddd;
    padding: 6px;
    width: 200px;
    color: #4c4a4a;
    background: #f6f7f8;
    border-radius: 4px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
    font-size: 100%}
input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=text]:focus, textarea:focus {
    border: 1px solid #4c4a4a;
}
select {
    border: 1px solid #ddd;
    padding: 6px;
    font-size: 100%;
    color: #4c4a4a;
}
textarea {
    font-family: inherit;
    font-size: 90%}
.error-text {
    color: #c00;
    background-color: #fff;
}
input[type=submit] {
    border: 1px solid #4c4a4a;
    background: #ccc;
    padding: 6px 12px;
    font-size: 110%;
    font-family: Georgia, serif;
    border-radius: 4px;
}
input[type=submit]:hover {
    border: 1px solid #000;
    background: #eee;
    cursor: pointer;
}
#searchform input[type=text] {
    border: 1px solid #ddd;
    padding: 6px 15px 6px 35px;
    font-size: 110%;
    width: 50%;
    color: #333;
    background: #f6f7f8 url(img/search.png) no-repeat 10px 6px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
}
#searchform input[type=text]:focus {
    width: 100%
}
::-webkit-input-placeholder {
    color: #fff;
}
:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #fff;
}

/* Basic Static Table Custom Styles */
table.table-style {
	width: 760px !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    align: left;
    border-collapse: collapse;
}
table.table-style td {
	font-size: .8em;
    border: 1px solid #4B4B4B;
    padding: 3px 7px 2px;
}
table.table-style th {
	font-size: .9em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 7px;
    background-color: #465565;
    color: #fff;
    border: 1px solid #4B4B4B;
}
.table-style tr:nth-child(odd) td {
	background: #fff;
}

/* WRAP TO MAKE TABLE RESPONSIVE (Scroll Horizontal method) */

.table-wrap {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}

/* Older/Previous table css code */

.largetable { 
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	width:100%;
	text-align:left;
	border-collapse:collapse;
	margin-bottom: 15px;
	/*width: 1100px !important;*/
}
.largetable td {
	font-size:1em;
	padding: 10px;
}
.largetable.with-logos td {
	height: 80px;
	width: 780px !important;
}
.largetable th {
	font-size:1.1em;
	text-align:left;
	padding:10px;
	background-color:#465565;
	color:#fff;
	font-weight: normal;
}
.largetable tr:nth-child(even) td {
    background-color: #ededed;
}
.largetable tr:nth-child(odd) td {
    background-color: #d6d6d6;
}
.largetable td img {
	position: absolute;
	top:10px;
	left: 10px;
}
.largetable td:first-child {
	position: relative;
	padding-left: 135px;
	padding-bottom: 20px;
}
.largetable.with-logos td:first-child {
	padding-left: 80px;
	padding-bottom: 10px;
}

.single-custom_schools .top-bar,
.single-custom_schools .nav-main-wrap,
.single-custom_schools #doc-foot {
	display: none;
}
.single-custom_schools #content {
	max-width: 1000px;
	margin: auto;
}
#cboxClose { /* Adjust CSS to add "Close" to colorbox */
	text-indent: -90px !important;
	font-size: 16px !important;
	text-transform: uppercase;
	color: #666;
}   
ul#tabs {
    list-style-type: none;
    padding: 0;
    text-align: center;
    background: #455565;
    overflow: hidden;
    margin-bottom: 20px;
}
ul#tabs li {
    background-color: #455565;
    padding: 5px 0;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
}
ul#tabs li:hover {
    background-color: #fff;
    color: #455565;
}
ul#tabs li.active {
    background-color: #fff;
    color: #455565;
}
ul#tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#tab table {
	width: 100%;
	margin-bottom: 10px;
}
ul#tab th,
ul#tab td {
	padding: 2px 10px;
}
ul#tab th {
	border-bottom: 3px solid #455565;
	background: #fff;
	color: #455565;
}
ul#tab tr:nth-child(even) {background: #ededed;}
ul#tab tr:nth-child(odd) {background: #d6d6d6;}

ul#tab td {
	display: block;
}

ul#tab li {
    display: none;
}
ul#tab li.active {
    display: block;
}
ul#tab li h2 {
    padding: 70px 0 0 0;
    font-size: 2.0rem;
    margin-bottom: 5px;
}
ul#tab li h2 span {
    display: block;
    font-size: 1.25rem;
}
#AdmissionsEnrollment h2 {
	background: url(img/school-icon-admissions.jpg) no-repeat left top;
	background-size: 65px 66px;
}
#TuitionAid h2 {
	background: url(img/school-icon-tuition.jpg) no-repeat left top;
	background-size: 65px 66px;
}
#AcademicsFaculty h2 {
	background: url(img/school-icon-academics.jpg) no-repeat left top;
	background-size: 65px 66px;
}
#ServicesSupport h2 {
	background: url(img/school-icon-services.jpg) no-repeat left top;
	background-size: 65px 66px;
}
.school-header img {
display: block;	
}
.school-header {
	background: #d6d6d6;
	position: relative;
	margin: 20px 0;
	border-top: 6px solid #445565;
}
.school-header p {
	margin: 0;
	padding: 0;
}
.school-badge {
	border: 2px solid #445565;
	margin-top: 10px;
}
.school-header h2 {
	margin-bottom: 0;
	padding-top: 5px;
}
.school-details {
	max-width: 320px;
	margin: 0 0 10px 0;
}
.school-details a.button {
	color: #fff;
	display: block;
	font-size: 1.25em;
	text-transform: uppercase;
	padding: 15px 15px;
	text-decoration: none;
	font-weight: 700;
	-moz-box-shadow:inset 0px 1px 3px 0px #bacad9;
	-webkit-box-shadow:inset 0px 1px 3px 0px #bacad9;
	box-shadow:inset 0px 1px 3px 0px #bacad9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5b738a), color-stop(1, #445565));
	background:-moz-linear-gradient(top, #5b738a 5%, #445565 100%);
	background:-webkit-linear-gradient(top, #5b738a 5%, #445565 100%);
	background:-o-linear-gradient(top, #5b738a 5%, #445565 100%);
	background:-ms-linear-gradient(top, #5b738a 5%, #445565 100%);
	background:linear-gradient(to bottom, #5b738a 5%, #445565 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b738a', endColorstr='#445565',GradientType=0);
	background-color:#445565;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #2c3741;
	text-shadow:0px -1px 0px #2c3741;
}

.school-details a.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #445565), color-stop(1, #5b738a));
	background:-moz-linear-gradient(top, #445565 5%, #5b738a 100%);
	background:-webkit-linear-gradient(top, #445565 5%, #5b738a 100%);
	background:-o-linear-gradient(top, #445565 5%, #5b738a 100%);
	background:-ms-linear-gradient(top, #445565 5%, #5b738a 100%);
	background:linear-gradient(to bottom, #445565 5%, #5b738a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#445565', endColorstr='#5b738a',GradientType=0);
	background-color:#445565;
}
.school-details a.button:active {
	position:relative;
	top:1px;
}
hr.thick-rule {
	border: 0;
	color: #445565;
	background-color: #445565;
	height: 3px;
}

.school-details table {
	width: 100%;
	border-top: 4px solid #445565;
}
.table-top {
	color: #445565;
	font-weight: 700;
	font-size: 1.2em;
	padding-left: 10px;
}
.school-details p {
	margin: 0;
	padding: 0;
}
.school-details table tr:nth-of-type(odd) {
	background: #d6d6d6;
}
.school-details table tr:nth-of-type(even) {
	background: #ededed;
}
.school-details table td {
	text-align: right;
	padding-right: 10px;
	color: #000;
}
.school-details table th {
	text-align: left;
	padding-left: 10px;
	color: #000;
	font-weight: normal;
}

/* Table of Contents Indent Code */

.table-of-contents dt {
	line-height: 1.5em;
	font-size: 14px;
}
.table-of-contents dd {
	padding-left: 15px;
	line-height: 1.5em;
	margin-bottom: 0;
	font-size: 14px;
}
dd.indented-more {
   padding-left: 40px;
}

/* styles for tinynav to change UL to select at mobile */
ul.state-list {
	column-count: 4;
	column-gap: 5px;
	-webkit-column-count: 4;
	-webkit-column-gap: 5px;
	-moz-column-count: 4;
	-moz-column-gap: 5px;
	list-style: none;
}
#content>.grid ul.state-list li {
	list-style: none;
	margin-left: 0;
}
.tinynav { display: none; }

ul.state-list li.selected {
    display: none;
}

/* YouTube Responsive */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 1.5em;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*ASD Button Style*/
.asd-client-widget .asd-find-program{
                text-align:center;
}
.asd-client-widget .asd-program-button-form .asd-button{
                font-size:15px;
}
#content .asd-client-widget .asd-button,
#content .asd-button {
  background: #36a548 !important;
  background-image: -webkit-linear-gradient(top, #36a548, #2c8a3a) !important;
  background-image: -moz-linear-gradient(top, #36a548, #2c8a3a) !important;
  background-image: -ms-linear-gradient(top, #36a548, #2c8a3a) !important;
  background-image: -o-linear-gradient(top, #36a548, #2c8a3a) !important;
  background-image: linear-gradient(to bottom, #36a548, #2c8a3a) !important;
  -webkit-border-radius: 2 !important;
  -moz-border-radius: 2 !important;
  border-radius: 2px !important;
  color: #ffffff !important;
  font-size: 20px !important;
  border: solid #525252 1px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-family: 'Oswald', Arial, Helvetica, sans-serif !important;
  box-shadow: none !important;
  position: relative;
  left: 0%;
}
.asd-hero-search-form label.asd-hero-seach-label,
.asd-hero-search-form select.asd-hero-search-dropdown,
.asd-hero-search-form input.asd-hero-search-button {
	left: 0 !important;
}
.asd-client-widget form {
	padding: 25px 20px 25px 20px;
}

/*More Button Styles*/
.button-wrap {
	text-align: center;
	margin: 40px 0;
}
a.cta-button,
button.cta-button,
input[type="submit"] {
  background: #36a548;
  background-image: -webkit-linear-gradient(top, #36a548, #2c8a3a);
  background-image: -moz-linear-gradient(top, #36a548, #2c8a3a);
  background-image: -ms-linear-gradient(top, #36a548, #2c8a3a);
  background-image: -o-linear-gradient(top, #36a548, #2c8a3a);
  background-image: linear-gradient(to bottom, #36a548, #2c8a3a);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 20px 5px 20px;
  border: solid #525252 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  display: inline-block;
  line-height: normal;
}

a.cta-button:hover,
button.cta-button:hover,
input[type="submit"]:hover {
  background: #36a548;
  text-decoration: none;
  cursor: pointer;
}

a.cta-button-two {
  background: #c4c4c4;
  background-image: -webkit-linear-gradient(top, #c4c4c4, #787878);
  background-image: -moz-linear-gradient(top, #c4c4c4, #787878);
  background-image: -ms-linear-gradient(top, #c4c4c4, #787878);
  background-image: -o-linear-gradient(top, #c4c4c4, #787878);
  background-image: linear-gradient(to bottom, #c4c4c4, #787878);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  color: #333;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  border: solid #525252 1px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-family: Georgia, serif;
}
a.cta-button-two:hover {
  background: #cccccc;
  text-decoration: none;
}
/* Your custom sidebar widgets...we are using !important to override plugins default style */
/* Your custom CMN / College Degrees QDF sidebar form */

form.qdf {
	color: #fff;
	background: #5ab6de;
	padding: 20px;
	margin: 0;
	max-width: 300px;
}
#sidebar form.qdf h3 {
	color: #455566;
	margin-bottom: .5em;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 0;
}
form.qdf .button {
	width: 100%;
	margin-top: 25px;
	display: block;
	max-width: 300px;
}
#sidebar form.qdf label {
	font-weight: normal;
	display: block;
}

form.qdf dd {
	margin-left: 0;
}
form.qdf .category { display: none; }
form.qdf select {
	font-size: 16px;
}
.qdf label.qdf-seach-label {
    color: #fff;
    font-weight: 700;
    position: relative;
    margin-top: 10px;
}
#sidebar ul.has-asd-widget {
	padding-top: 0;
}
#sidebar ul.has-asd-widget li.asd-hero-search-wrapper {
	position: relative;
}
.asd-hero-search-form {
	background: #5ab6de !important;
}
.asd-hero-search-form label.asd-hero-seach-label {
	font-size: 1.7em;
	font-weight: normal !important;
	text-transform: uppercase;
	line-height: normal;
	font-family: 'Lato', Helvetica, sans-serif;
}

/* Your QuinStreet Clicks sidebar form */

form.qs-clicks-form {
	color: #fff;
	background: #5ab6de;
	padding: 20px 20px 20px 30px;
	margin: 0 -20px;
}
#sidebar form.qs-clicks-form h3 {
	color: #fff;
	margin-bottom: .5em;
	margin-top: 0;
	padding-left: 0;
}
form.qs-clicks-form .button {
	width: 70%;
	margin-top: 25px;
	display: block;
	max-width: 250px;
}
form.qs-clicks-form .button.cta-button {
	padding: 5px 10px 5px 10px;
	font-size: 18px;
}
#sidebar form.qs-clicks-form label {
	font-weight: normal;
	display: block;
}

@media screen and (min-width: 768px) {
	form.qs-clicks-form {
		margin: 0;
		width: 300px;
		padding: 25px 20px 25px 20px !important;
	}
	.page-sidebar.sticky-large.fix-side {
		padding-top: 0;
	}
	.page-sidebar.sticky-large2.fix-side {
		padding-top: 235px;
	}
	.page-sidebar.sticky-small.fix-side {
		padding-top: 0;
	}
	.fix-side form.qdf,
	.fix-side .asd-client-widget,
	.fix-side form.qs-clicks-form {
		position: fixed;
		top:0;
		width: 300px;
		z-index: 9;
	}
}

@media screen and (min-width: 800px) {
	.page-sidebar.sticky-large.fix-side {
		padding-top: 0;
	}
	.page-sidebar.sticky-large2.fix-side {
		padding-top: 245px;
	}
	.page-sidebar.sticky-small.fix-side {
		padding-top: 0;
	}
	.fix-side form.qdf,
	.fix-side .asd-client-widget,
	.fix-side form.qs-clicks-form {
		width: 300px;
		max-width: none;
		z-index: 9;
	}
}

#sidebar ul.has-asd-widget div.sponsored-with-text {
	text-align: right;
	font-size: 9px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: transparent;
}
#sidebar ul.has-asd-widget .sponsored-with-text div.sponsored {
	padding-right: 0;
	margin-bottom: 0;
}
#sidebar ul.has-asd-widget .sponsored-with-text div.sponsored a {
	color: white;
	background: none;
}
#sidebar ul.has-asd-widget .sponsored-with-text div.sponsored span {
	font-size: 13px;
}
#sidebar ul.has-asd-widget .sponsored-with-text div.sponsored-text {
	background-color: #F9F8F8 /*rgba(20, 134, 152, 0.925)*/;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 6px;
	padding-bottom: 2px;
	text-align: left;
	margin-top: 5px;
	width: 260px;
	position: absolute;
	left: 80px;
	top: 23px;
	color: #000000; /*#fff*/
	display: none;
	font-size: 9px; /*scott added this line to increase font size*/
	border: 1px solid #000000;  /*scott added this line to increase font size*/
}
#sidebar ul.has-asd-widget .sponsored-with-text div.sponsored-text p {
	line-height: 1.4em;
    font-size: 1.1em;
}
#sponsored-close {
	display: block;
	float: right;
	cursor: pointer;
}
#sidebar ul.has-asd-widget .sponsored-with-text div.sponsored-text p {
	clear: both;
}

@media screen and (max-width: 769px) {
	#sidebar ul.has-asd-widget .sponsored-with-text div.sponsored-text {
		width: 260px;
		position: absolute;
		left: -200px;
		top: 20px;
	}
	form.qs-clicks-form .button {
	width: 65%;
	}
}

#sidebar ul.has-asd-widget .sponsored-with-text div.sponsored-text a:hover {
	border: 0;
}

@media screen and (min-width:480px){
	ul#tab td {
		display: table-cell;
	}
	ul#tabs li {
	    float: left;
	    width: 25%;
	}
	ul#tab td:last-child {
		text-align: right;
	}
	.school-badge {
		position: absolute;
		left: 20px;
		bottom: 10px;
		z-index: 2;
	}
	.school-header em {
		padding-left: 120px;
		padding-bottom: 5px;
		display: block;
	}
	.school-header h2 {
		padding-left: 120px;
		margin: 0;
	}
	.school-details {
		float: right;
		margin: 0 0 10px 20px;
	}
}
@media screen and (min-width:768px){
	ul#tab li h2 {
    	padding: 5px 100px 10px; 0px;
    	font-size: 2.5rem;
	}
	ul#tab li h2 span {
	    font-size: 1.75rem;
	}
	#AdmissionsEnrollment h2 {
		background: url(img/school-icon-admissions.jpg) no-repeat left top;
		background-size: 85px 86px;
	}
	#TuitionAid h2 {
		background: url(img/school-icon-tuition.jpg) no-repeat left top;
		background-size: 85px 86px;
	}
	#AcademicsFaculty h2 {
		background: url(img/school-icon-academics.jpg) no-repeat left top;
		background-size: 85px 86px;
	}
	#ServicesSupport h2 {
		background: url(img/school-icon-services.jpg) no-repeat left top;
		background-size: 85px 86px;
	}
	ul#tab td {
		display: table-cell;
	}
	ul#tab th {
		font-size: 1.4rem;
	}
}
@media screen and (max-width:768px) {
    .col-1-2, .col-1-3, .col-1-4, .col-1-8, .col-2-3, .col-3-4 {
    width: auto;
    float: none;
    display: block;
    margin-bottom: 20px;
	}
	[class*=col-] {
	    padding-right: 0;
	}
	#logo-header {
	    float: left;
	    width: 230px;
	}
	#btn-menu {
	    display: block;
	    margin-top: 10px;
	}
	#nav-main {
	    width: auto;
	    float: none;
	    clear: both;
	    display: none;
	}
	#nav-main ul {
	    float: none;
	    margin-bottom: 10px;
	    margin-top: 0;
	}
	#nav-main ul li {
	    float: none;
	    text-align: left;
	    padding: 0;
	    width: 100%}
	#nav-main ul li a {
	    float: none;
	    display: block;
	    padding: 0;
	}
	#nav-main ul li ul {
	    position: static;
	    display: block;
	    margin-bottom: 5px;
	    background: #fff;
	}
	#nav-main ul li li a {
	    padding-left: 1em;
	    font-size: 80%}
	#nav-main ul li:hover ul {
	    position: static;
	}
	#nav-main ul li.submenu:hover ul {
	    display: block;
	    position: static;
	}
	#nav-main ul li.submenu ul li {
	    position: relative;
	}
	input[type=email], input[type=password], input[type=search], input[type=text], textarea {
	    width: 96.5%;
	    display: block;
	}
	#top-nav>div {
	    float: none;
	    text-align: left;
	}
	#top-nav ul {
	    display: block;
	    clear: both;
	}
	.top-bar nav div a:nth-of-type(1) {
	    padding-left: 0;
	}
	#sixty {
	    float: none;
	    width: 100%;
	    padding-bottom: 10px;
	}
	#thirty, .twofive {
	    float: none;
	    width: 100%;
	    padding-left: 0;
	}
	#bg-vid h1 {
	    font-size: 2em;
	}
	#bg-vid {
	    height: 40%}
	#home-overlay {
	    margin-top: 20px;
	}
	#home-overlay .lilpic {
	    padding: 30px 10px 30px 85px;
	}
	#home-overlay .lilpicno {
	    padding: 30px 20px 30px 20px;
	}
	.tinynav { 
		display: block;
		margin: 5px auto 10px auto;
		width: 100%;
		max-width: 300px;
	}
    ul.mobile-select {
	    display: none;
	}
}