@import url("http://fonts.googleapis.com/css?family=Arvo:400,400italic,700,700italic");

/*
Theme Name:Professional Theme
Author:Pradeep Saran
Current Maintainer: Mheinke
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Clear Floated Elements
*/

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clear {
  height:1%;
}

/*
  Style HTML Tags
*/

body {
  background:#fff;
  color:#333;
  font-family:"Arvo", sans-serif;
  font-size:13px;
  line-height:1.62em;
}

a {
  color:#21759b;
  text-decoration:none;
}

a:hover {
  color:#d54e21;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom:6px;
  font-weight:bold;
  line-height:1.62em;
}

h1 {
  font-size:32px;
}

h2 {
  font-size:18px;
}

h3 {
  font-size:16px;
}

h4 {
  font-size:15px;
}

h5 {
  font-size:14px;
}

h6 {
  font-size:12px;
}

p {
  margin-bottom:18px;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}


table {
  background: #ececec;
  border: 1px solid #bbbbbb;
}

th {
  background: #dbdbdb;
  padding: 5px 4px;
  text-shadow: 1px 1px #fff;
  border-right: 1px solid #c8c7c7;
  color:#333;
}
.view-update-school-content th {
    background: #5d88ab none repeat scroll 0 0 !important;
    border-right: 1px solid #c8c7c7;
    color: #fff;
    font-family: calibri;
    font-size: large;
    font-weight: bold;
    padding: 5px 4px;
    text-shadow: none;
}
.view-update-school-content tr.odd td{
  background: #fff !important;
}
.view-update-school-content td {
  padding: 5px !important;
}

.view-update-school-content li{
    background: #c93131 none repeat scroll 0 0 !important;
    border-radius: 3px;
    color: #000;
    margin-right: 4px;
    text-shadow: none !important;  
}
.view-update-school-content li a{
  color: #fff;
}  
td {
  background: #ebebeb;
  color: #747474;
  text-align: left;
  padding-left: 4px;
  border-right: 1px solid #c8c7c7;
  border-bottom: 1px solid #c8c7c7;
}

code {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

hr {
  border:none;
  border-top:#EEE 1px solid;
}

dt {
  font-weight:bold;
  margin-bottom:24px;
}

dd {
  margin-left:30px;
  margin-bottom:24px;
}

ul {
  list-style-type:disc;
  margin-left:15px;
  margin-bottom:12px;
}

ul li {
  margin-top:4px;
}

ul ul {
  list-style-type:square;
  margin-bottom:0;
}

ul ul ul {
  list-style-type:circle;
}

ol {
  list-style-type:decimal;
  margin-left:30px;
  margin-bottom:24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom:0
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

abbr,
acronym {
  border-bottom:#999 1px dotted;
  cursor:help;
}

big {
  font-size:1.3em;
}

cite,
em {
  font-style:italic;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
  quotes:none;
  border: 1px solid #bbbbbb;
  background: #d8d8d8 url(images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

strong {
  font-weight:bold;
}

sup,
sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  position:relative;
  font-size:10px;
}

sup {
  bottom:1ex;
}

sub {
  top:.5ex;
}

img,
video {
  max-width:100%;
  height:auto;
}

video {
  display:block;
}

audio {
  max-width:100%;
}

.content a img {
  padding:5px;
  box-shadow:0 0 3px #EEE;
  background:#FFF;
  border:#EEE 1px solid;
}

.content a:hover img {
  background:#F0F0F0;
}

/*
  Theme Design, Layout and Typography
*/

#wrapper {
  position:relative;
  max-width:1132px;
  margin:0 auto;  
  background:#F7F7F7;
  top:-20px;
}


#logo {
  float:left;
  margin:10px;
}

#logo img{
  width:80%;
}

#site-title a,
#site-description {
  color:#333;
}

#site-title,
#site-description {
  float:left;
  line-height:100px;
}

#site-title {
  margin:0;
  font-size:28px;
  font-weight:bold;
}

#site-description {
  margin-left:20px;
  font-size:12px;
  font-weight:normal;
}

#main-menu {
  float:right; 
  height:32px; 
}

#main-menu ul {
  float:left;
  padding: 15px 0 0;
  margin:0;
  list-style:none;
  font-size:13px;
  position: relative;
  top: -27px;
}

#main-menu li {
	position:relative;
	float:left;
	padding:0;
	margin:0;
	line-height:40px;
	z-index:100;/** Added by ibou65 to fix the submenu displaying behind the slideshow area on IE7, line 406 **/
	list-style-image:url(none);/** Added by ibou65 to prevent some little bubbles to appear when moving the mouse to a link with sub link and moving the mouse to another link in the main menu on IE7, line 407 **/
}

#main-menu li li{
	line-height:13px;
}

#main-menu ul li:first-child {
  padding-left:0;
}
#main-menu ul li:last-child a {
  padding: 0;
}
.expanded ul li:last-child a {
  padding: 0 15px !important;
}
#main-menu a {
  display:block;
  padding:0 12px;
  color:#252525;
  text-align:center;
  text-decoration:none;
  font-family: calibri;
  font-size: 20px;  
}
#main-menu ul li.expanded:hover{
 background: url(images/nav-wedge.png) no-repeat center bottom;
}

#main-menu ul li.expanded{
  background: url(images/dropdown-arrow.png) no-repeat scroll 124px 15px;
  padding-right: 20px;
}
#main-menu a:hover,
#main-menu li > a.active {
  color:#252525;
  text-decoration:none;
}

#main-menu li > a.active {
  
}

.drop-down-toggle {
  position:absolute;
  top:7px;
  right:16px;
  display:none;
  width:20px;
  height:20px;
  border-radius:15px;
  background:#333;
  background:-moz-linear-gradient(#333,#444);
  background:-webkit-linear-gradient(#333,#444);
  background:-o-linear-gradient(#333,#444);
  background:-ms-linear-gradient(#333,#444);
  background:linear-gradient(#333,#444);
  border:#aaa 3px solid;
}

.drop-down-arrow {
  display:block;
  width:0;
  height:0;
  margin:8px 0 0 5px;
  border-top:5px solid #aaa;
  border-left:transparent 5px solid;
  border-right:transparent 5px solid;
}

#main-menu li li {
  float:none;
  min-width:190px;
  padding:0;
  margin:0;
}

#main-menu li li a {
  min-width:150px;
  margin:0;
  color:#fff;
  background:#5d88ab;
  font-size:15px;
  line-height:33px;
  text-align:left;
  overflow:hidden;
}

#main-menu li li:first-child > a {
  border-top:none;
}

#main-menu li li a:hover {
  background:#5d88ab;
  color:#fff;
}

#main-menu li ul {
  display:none;
  position:absolute;
  top:40px;
  left:17px;
  z-index:9999;
  min-width:190px;
  height:auto;
  padding:0;
  margin:0;
}

#main-menu li ul ul {
  margin:-33px 0 0 190px !important;
}

#main-menu li:hover > ul,
#main-menu li li:hover > ul,
#main-menu li li li:hover > ul {
  display:block;
}

#main-menu .nav-toggle {
  display:none;
}

#main-menu ul li.leaf, #main-menu ul li.expanded, #main-menu ul li.collapsed {
  list-style:none;
}
#main-menu ul.menu li {
  margin: 0;
}

#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
  margin: 0;
  padding: 0;
}


#container {
  /*margin:1.76%;*/
  border-top: 8px solid #CA3133;
  margin-top: 32px;  
}
.front #container .content-sidebar-wrap{
  border-top: 157px solid #2D5D85;
}
#slider {
  position:relative;
  margin:0 0 1.83%;
  box-shadow:0 0 3px #999;
  background:#ccc;
  background:-moz-linear-gradient(#ddd,#bbb);
  background:-webkit-linear-gradient(#ddd,#bbb);
  background:-o-linear-gradient(#ddd,#bbb);
  background:-ms-linear-gradient(#ddd,#bbb);
  background:linear-gradient(#ddd,#bbb);
}

#slider a:active {
  outline:none;
}

.slides,
.flex-control-nav {
  margin:0;
  padding:0;
  list-style:none;
}

.slides {
  width:100%;
  overflow:hidden;
}

#slider .slides > li {
  display:none;
  position:relative;
  margin:0;
}

#slider .slides li:first-child {
  display:list-item;
}

.flex-pauseplay span {
  text-transform:capitalize;
}

.slides:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.flex-control-nav {
  position:absolute;
  right:4%;
  bottom:7.3%;
  text-align:center;
}

.flex-control-nav li {
	display:inline-block;
	margin:0 0 0 15px;
	float:left; /** Added by ibou65 to fix vertical display of slides link on IE7, line 603 **/
}

.flex-control-nav li:first-child {
  margin:0;
}

.flex-control-nav li a {
  display:block;
  width:24px;
  height:24px;
  box-shadow:0 0 3px #999;
  cursor:pointer;
  background:#e9e9e9;
  color:#333;
  font-weight:bold;
  line-height:24px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
  background:#fff;
}

#slider .post {
  padding:1.83%;
  margin:0;
  box-shadow:none;
  background:none;
}

#slider .entry-container {
  float:right;
  max-width:50%;
}

#slider .slide-image {
	max-width:49%;
	padding:0.47%;
	background:#E9E9E9;
}

#slider .entry-header,
#slider .entry-summary {
  	width:550px;
	max-width:95%;
	margin-left:5%;
}

#slider .entry-title{
  margin-left:0;
  margin-bottom:15px;
}

.content-sidebar-wrap {
  float:left;
  width:100%;
}

.content-sidebar-wrap #content {
  background:#F7F7F7;
  display: inline;
  float:right;
  width:100%;
}

#sidebar-first {
  color: #888;
  float: left;
}

#sidebar-second {
  color: #888;
  float: right;
}

/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
  width:80%;
}

body.two-sidebars #content {
  width:75%;
}

body.two-sidebars #sidebar-first {
  width: 24%;
}

body.two-sidebars #sidebar-second {
  width: 19%;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 80%;
}

body.sidebar-first #sidebar-first {
  width: 19%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
  width: 80%;
}

body.sidebar-second #content {
  width: 100%;
}

body.sidebar-second #sidebar-second {
  width: 19%;
}

#post-content {
  padding: 0 20px;
}

.breadcrumb {
  margin:0 20px;
  padding-top:20px;
  margin-bottom:10px;
  border-bottom:#eee 1px solid;
}

#head, #content, #sidebar-second, #sidebar-first {
  margin-top: 10px;
}

#content {
 padding-bottom: 25px; 
}

.node {
  margin:20px 0;
}

.node h2.title, .page-title {
  color: #000;
  font-size: 20px;
}

.node h2.title a{
  color: #000;
}

.block {
  margin-bottom:1.5em;
}

.block > h2{
  margin:0;
  font-size:16px;
  font-weight:bold;
  letter-spacing:1px;
}

#sidebar-first .block > h2, 
#sidebar-second .block > h2,
#head .block > h2,
#foot .block > h2 {
  color:#333;
}

#footer-area .block > h2 {
  color:#ddd;
}

#footer-area ul.menu li a.active{
  color:#ddd;
}

.submitted {
  background: #dfdddd;
  padding: 4px 9px;
  border-radius: 4px;
  color: #383838;
  text-shadow: 1px 1px #fff;
  clear: both;
  display: block;
  margin-bottom: 2px;
}

.links {
  color: #000;
  margin-top: 10px;
  font-size: 14px;
}

ul.links {
  margin:0;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit{
  cursor: pointer;
  margin:5px;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 4px 5px;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  display: inline-block;
  background: url(images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  text-shadow: 1px 1px #fff;
  border-radius: 2px;
  font-size: 12px;
}

.field-name-field-tags a:hover{
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

#content-container .field-label{
}

#content-container .field-items .field-item{
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}

/* Images */

img { outline: 0; }

img.scale-with-grid { max-width: 100%; height: auto; }

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 20px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }

/* -------------- Form Elements   ------------- */


.node-type-client-carrier fieldset{
  background: inherit;
  border: none !important;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
}

.webform-client-form fieldset{
  border:1px solid #cccccc !important;
}
.webform-client-form .fieldset-title{
  font-family: calibri;
  font-weight: bold;
  font-size: 14px;  
}  
.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Form Buttons */


#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

#search-block-form input.form-submit,
#search-form input.form-submit { margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;
text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(images/search-button.png) no-repeat center top; overflow: hidden; }

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-form .form-item-keys label { display: block; }

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }


#footer {
  clear:both;
}


#footer-area {
  position:relative;
  padding:1.76% 3.52%;
  box-shadow:0 0 3px #999;
  background:#383838;
  background:-moz-linear-gradient(#444, #333);
  background:-webkit-linear-gradient(#444, #333);
  background:-o-linear-gradient(#444, #333);
  background:-ms-linear-gradient(#444, #333);
  background:linear-gradient(#444, #333);
  color:#999;
}

#footer-area .column {
  float:left;
  width:30.8%;
  margin:0 0 1.9% 3.8%;
}

#footer-area .column:first-child {
  margin-left:0;
}

#footer-area .column-title {
  color:#e0e0e0;
}

#footer-area li {
  border-bottom:#555 1px dashed;
}

#copyright {
  clear:both;    
  padding:0 20px;
  box-shadow:0 -1px 3px #ccc;
  background:#e0e0e0;
  background:-moz-linear-gradient(#e3e3e3, #ddd);
  background:-webkit-linear-gradient(#e3e3e3, #ddd);
  background:-o-linear-gradient(#e3e3e3, #ddd);
  background:-ms-linear-gradient(#e3e3e3, #ddd);
  background:linear-gradient(#e3e3e3, #ddd);
  color:#999;
  line-height:40px;
}

.copyright {
  float:left;
  max-width:728px;
}

.credits {
  float:right;
  max-width:370px;
  margin-right:12px;
  text-align:right;
}

#copyright p {
  margin:0;
}

#copyright a {
  color:#7799aa;
  text-decoration:none;
}

#copyright a:hover {
  color:#d54e21;
}
#top_header{  
  float:right;
}
#block-block-1{
  background: #2D5D85;
  color: #fff;
  padding: 40px;
  margin: 0;  
  clear:both;
}
.footerout{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: small;
  margin-right: 18px;  
  margin-bottom: 25px;
}
.footerout a, .footerout a:hover{
  color: #fff;
}
.front .page-title{
  color:#406180;
  font-size: 21px;
  font-weight: normal;
}
.not-front .page-title{
  color:#406180;
  font-size: 40px;
  font-weight: normal;
}
.field-item p strong, .field-item p b{
  color:#406180;
  font-size: 21px;
  font-weight: normal;    
}
.faq-title{
  color:#406180;
  font-size: 21px;
  font-weight: normal;  
  font-family:calibri;  
}
#pfFeaturedBox{
  width:100% !important;
  max-width: 100% !important;
}
.pfFeaturedItem a.name {
  font-style: normal !important;
  font-family: calibri !important;
  text-shadow: 0px 0 0 #fff !important;
  font-size: 30px !important;
}
  .read-more a.name{
    text-shadow:0 0 0 !important;
    position: relative;
    font-size: 0px !important;
    color: transparent !important;
	right: -5px;
  }
  .read-more a.name:after{
    content:"Apply Now";
    position: static;
    color:#c00 !important;
    text-decoration: underline !important;    
    font-size: 20px !important;
  }
#views_slideshow_cycle_teaser_section_home_page_banner-block{
  width:auto !important;
}
#pfFeaturedHeader {
  background: url("/sites/default/files/flag.png") no-repeat scroll 23px 8px #2d5d84 !important;
  border:none !important;
  text-shadow:0 0 0 white !important;
  color: #fff !important;
  font-family: "Arvo" !important;
  font-weight: normal !important;
  font-size: 20px !important;
  padding: 27px 46px 27px 147px !important; 
}
.pfFeaturedItem {
  background: #e6e6e6 !important;
  border:none !important;
  padding: 15px 50px 10px 65px !important;
  min-height: 80px !important;
  margin-bottom: 2px !important;
}
.content a img{
  padding: 0px !important;
  box-shadow: 0 0 0 #eee;
}
.pfFeaturedItem a.name:hover{
  color:transparent !important;
}
.pfFeaturedItem a:hover{
  color: #fff !important;
}
#pfFeaturedSchools{
  border: none !important;
  border-radius: 0px !important;
}
.not-front .field-item h2{
  color:#406180;
  font-size: 21px;
  font-weight: normal;    
}
.views-row-last .listingcontainer{
  margin-right: 15px;
  margin-bottom: 0px;
}
.field-item p{
  font-family: calibri;
  font-size: initial;
  font-weight: initial;
}
.field-name-field-sai, .field-name-field-li, .field-name-field-tar, .field-name-field-aar{
  clear: both;
}
#block-views-home-page-banner-block{
  margin-top: -167px;
  position: relative;
}
#views_slideshow_controls_text_pause_home_page_banner-block{
  display:none;
}

#views_slideshow_controls_text_previous_home_page_banner-block{
 background:url("/sites/default/files/left-arrow.png") no-repeat;
  width: 67px;
  height: 63px;
  text-indent: -99px;
  display: inline-block; 
  position:absolute;
  top:190px;
  z-index: 100;
}
#views_slideshow_controls_text_previous_home_page_banner-block a{
  display: none;
}
#views_slideshow_controls_text_next_home_page_banner-block a{
  display: none;
}
#views_slideshow_controls_text_next_home_page_banner-block{
 background:url("/sites/default/files/right_arrow.png");
  width: 67px;
  height: 63px;
  text-indent: 129px;
  display: inline-block;  
  position: absolute;
  top:190px;
  right:0;
  z-index: 100;

}
.form-intro h1{
  color:#406180;
}
#schoolContent .school-name{
  color:#406180;
}
#block-views-schools-states-search-box-block{
  width: 344px;
  height: 142px;
  background: url("/sites/default/files/flag.png") no-repeat scroll 3px 9px #2d5d84;
  float: left;
  margin-right: 32px;
}
#block-views-schools-states-search-box-block h2{
    color: #f6f6f6;
    font-size: 27px;
    line-height: 32px;
    margin: 14px;    
    font-weight: normal;
    margin-left: 116px;
}
#block-views-schools-states-search-box-block form, #block-views-find-truck-driving-job-block form{
  text-align: center;
}
#block-views-schools-states-search-box-block select{
  height:32px;
  margin-right: 17px;
  font-family: calibri;
  font-style: italic;
  font-size: initial;  
}
#block-views-schools-states-search-box-block .ctools-jump-menu-button{
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #F7F7F7;
  height: 32px;
  width: 110px;
  color: #fff;
  background: #5d88AB;
  padding: 0px;
  font-weight: normal;
  text-shadow: 0 0 0 black;
  font-size: 15px;
  font-family: calibri;
}
#block-views-find-truck-driving-job-block{
  width: 344px;
  height: 142px;
  background: url("/sites/default/files/truck.png") no-repeat scroll 4px 18px #c93131;
  float: left;
}
#block-views-find-truck-driving-job-block h2{
    color: #f6f6f6;
    font-size: 27px;
    line-height: 32px;
    margin: 14px;
    font-weight: normal;
    margin-left: 142px;
}
#block-views-find-truck-driving-job-block select{
  height:32px;
  margin-right: 17px;
  font-family: calibri;
  font-style: italic;
  font-size: initial;  
}
#block-views-find-truck-driving-job-block .ctools-jump-menu-button{
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #F7F7F7;
  height: 32px;
  width: 110px;
  color: #fff;
  background: #CA6569;
  padding: 0px;
  font-weight: normal;
  text-shadow: 0 0 0 black;
  font-size: 15px;
  font-family: calibri;
}
#block-views-bd51547f5fdfc40cc82157709303c83d{
    background: url("/sites/default/files/truck.png") no-repeat scroll 40px 81px #c93131;
    float: right;
    height: 270px;
    width: 566px;
}
#block-views-e58db4fa94c35949e92c96b4b3ba846b{
    background: #c93131;
    float: right;
    height: 145px;
    width: 49%;
    margin-bottom: 11px;
}
#block-views-bd51547f5fdfc40cc82157709303c83d h2{
    color: #f6f6f6 !important;
    font-size: 35px;
    font-weight: normal;
    line-height: 41px;
    margin: 51px 109px 23px 181px;
}
#block-views-e58db4fa94c35949e92c96b4b3ba846b h2{
    color: #f6f6f6 !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 41px;
    margin: 0 11px 5px 18px;
    text-align: center;
}
#block-views-e58db4fa94c35949e92c96b4b3ba846b .form-item{
  display: block !important;
  margin: 0;
}
#block-views-bd51547f5fdfc40cc82157709303c83d form{
  text-align: center;
}
#block-views-e58db4fa94c35949e92c96b4b3ba846b form{
  text-align: center;
}
#block-views-bd51547f5fdfc40cc82157709303c83d select{
  height:40px;
  margin-right: 17px;
  width:180px;
  font-size: initial;
  font-family: calibri;
  font-style: italic;  
}
#block-views-e58db4fa94c35949e92c96b4b3ba846b select{
  height:40px;
  margin-right: 17px;
  width:180px;
  font-size: initial;
  font-family: calibri;
  font-style: italic;  
  -webkit-appearance: none;
  background-color: #fff;
}
#block-views-bd51547f5fdfc40cc82157709303c83d .ctools-jump-menu-button{
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #F7F7F7;
  height: 40px;
  width: 180px;
  color: #fff;
  background: #CA6569;
  font-weight: normal;
  padding:0px;
  text-shadow:0 0 0 black;
  font-family:calibri;
  font-size:19px;
}
#block-views-e58db4fa94c35949e92c96b4b3ba846b .ctools-jump-menu-button{
    background: url("images/button-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: calibri;
    font-size: 21px;
    font-weight: bold;
    height: 40px;
    position: relative;
    left: -8px;
    padding-left: 31px;
    text-align: left;
    text-shadow: 0 0 0 black;
    width: 180px;
    -webkit-appearance: none;
}
#block-views-ec9b808f86fd64c541df938c71388098{
    background: url("/sites/default/files/flag.png") no-repeat scroll 58px 62px #2d5d84;
    float: left;
    height: 270px;
    width: 566px;
}
#block-views-c250199968a7f388e76fe60115a9cf61{
    background: #2d5d84;
    float: left;
    height: 145px;
    margin-bottom: 11px;
    width: 49%;
}
#block-views-ec9b808f86fd64c541df938c71388098 h2{
    color: #f6f6f6 !important;
    font-size: 35px;
    font-weight: normal;
    line-height: 41px;
    margin: 51px 109px 23px 181px;
}
#block-views-c250199968a7f388e76fe60115a9cf61 h2{
    color: #f6f6f6 !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 41px;
    margin: 0 11px 5px 18px;
    text-align: center;
}
#block-views-c250199968a7f388e76fe60115a9cf61 .form-item{
  display: block !important;
  margin: 0;
}
#block-views-ec9b808f86fd64c541df938c71388098 select{
  height:40px;
  margin-right: 17px;
  width: 180px;
  font-size:initial;
  font-family: calibri;
  font-style: italic;
  -webkit-appearance: none;
}
#block-views-c250199968a7f388e76fe60115a9cf61 select{
  height:40px;
  margin-right: 17px;
  width: 180px;
  font-size:initial;
  font-family: calibri;
  font-style: italic;
  -webkit-appearance: none;
  background-color: #fff;
}
#block-views-ec9b808f86fd64c541df938c71388098 form{
  text-align: center;
}
#block-views-c250199968a7f388e76fe60115a9cf61 form{
  text-align: center;
}
#block-views-ec9b808f86fd64c541df938c71388098 .ctools-jump-menu-button{
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #F7F7F7;
  height: 40px;
  width: 180px;
  color: #fff;
  background: #5d88ab;
  font-weight: normal;
  padding:0px;
  text-shadow:0 0 0 black;
  font-family:calibri;
  font-size:19px;
}
#block-views-c250199968a7f388e76fe60115a9cf61 .ctools-jump-menu-button{
    background: url("images/button-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: calibri;
    font-size: 21px;
    font-weight: bold;
    height: 40px;
    position:relative;
    left: -9px;
    padding-left: 16px;
    text-align: left;
    text-shadow: 0 0 0 black;
    width: 180px;
    -webkit-appearance: none;
}
label.FormLabel{
  margin-right: 10px;
}
.view-state-top-client-school-listings .listingcontainer, 
.view-state-top-client-carrier-listings .listingcontainer,
.view-state-client-school-listings .listingcontainer, 
.view-state-client-carrier-listings .listingcontainer{
  width: 98.3% !important;
  margin-bottom: 15px;
  height: auto !important;
  min-height: 90px !important;
}
.view-state-top-client-school-listings .listingcontainer .school-logo,
.view-state-client-school-listings .listingcontainer .school-logo{
  float: left !important;
}
.view-state-top-client-carrier-listings .listingcontainer .school-logo{
  float: left !important;
  margin-bottom: 0 !important;  
}  
.view-state-top-client-school-listings .listingcontainer .item-list{
  float: left;
  width:58%;
  padding:6px 0;

}
.view-state-top-client-carrier-listings .listingcontainer .item-list{
  float: left;
  width:64%;  
}
.view-state-top-client-school-listings .listingcontainer .request-info-button{
  margin: 0;
  float:right;
}
.view-state-top-client-carrier-listings .listingcontainer .apply-job-button{
  right: 0 !important;
}

.view-state-top-client-school-listings .listingcontainer .school-logo img, 
.view-state-top-carrier-school-listings .listingcontainer .school-logo img
{
  height: 70px !important;
  width: 150px !important;
}
.logo-link{
	width: 50%;
	float: right;
}
.tittle-description{
	width: 50%;
    float: right;
}
.field-name-field-client-carrier-listings{
    overflow: hidden;
}
.tittle-description .jobs-item-list{
	font-weight: 500;
    font-size: initial !important;
	/* display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; */
    overflow: hidden;
	max-height: 125px;
}

/*-- Media Query Starts Here --*/
@media screen and (max-width: 1152px) {

  #wrapper {
  max-width:960px;
  }

}

@media screen and (max-width: 960px) {
  .group-cmf{
    width: 100% !important;
  }
  #coreg-results .result .l-result{
    width: 30% !important;
  }
  .content-sidebar-wrap,
  #content,
  #sidebar-first,
  #sidebar-second {
  float:none;
  width:auto !important;
  }
  
  #sidebar-first {
    clear:both;
  }
  
  #sidebar-first,
  #sidebar-second,
  #head,
  #foot {
  padding:0 3.52%;
  }
  
.webform-client-form-68603 input {
	max-width: 90%;
}
  
}
.list-schools{
  display: none;
}
.request-info-button{
  background-color: #ca3133;
  color: #f7f7f7 !important;
  margin-top: 10px;
  padding: 7px;
  font-weight: bold;
  display: inline-block;
  float:right;
  width: 138px;
}
.FormSubmitButton{
    background: none repeat scroll 0 0 #ca3133  !important;
    border: medium none !important;
    border-radius: 0 !important;
    color: #f5f5f5 !important;
    font-family: calibri !important;
    font-size: initial !important;
    font-weight: bold !important;
    text-shadow: 0 0 0 !important;  
}
.apply-job{
  float: right;
}
.apply-job-button{
    background-color: #ca3133;
    bottom: 7px;
    color: #f7f7f7 !important;
    padding: 7px;
    position: relative;
    right: 50px;
}
.field-name-field-job-application-url .apply-job-listing{
    background: #ca3133 none repeat scroll 0 0;
    bottom: 21px;
    color: #fff;
    left: 3px;
    margin-bottom: 49px;
    padding: 9px;
    position: relative;
}
.title-button-wrapper{
  width: 100%;
  display: inline-block;
}
.title-location{
  width: 70%;
  float:left;
}
.title-location .title a{
  font-size: large;
  }
.title-location .carrier{
  padding-bottom: 5px;
}  
.title-location .carrier a{
  font-size: 25px;
}
.node-type-job-listing .webform-client-form input.form-text,
.node-type-job-listing .webform-client-form select{
  width: 50%;
}

.node-type-job-listing .field-label{
    color: #406180;
    font-family: calibri;
    font-size: 19px;
}
.title-location .location{
  font-style: italic;
}
.apply-jobs{
    display: inline-block;
    float: left;
    text-align: right;
    width: 25%;
}
.apply-jobs .apply-job-listing{
  background: #ca3133;
  padding: 7px;
  color: #fff;
  margin-right: 11px;
  position: relative;
  top:11px;
}
.view-trucking-job-resource .views-field-field-ft,
.view-trucking-school-resource .views-field-field-ft{
  margin-bottom: 15px;
}
.view-job-listing .pager{ 
  margin-top: 20px;
}
.view-job-listing .pager li,
.view-trucking-job-resource .pager li,
.view-trucking-school-resource .pager li,
.view-trucking-articles .pager li{
    background: #c93131 none repeat scroll 0 0;
    border-radius: 3px;
    color: #000;
    margin-right: 4px;
    text-shadow: none;  
}
.view-job-listing .pager li a,
.view-trucking-job-resource .pager li a,
.view-trucking-school-resource .pager li a,
.view-trucking-articles .pager li a{
  color: #fff;
}  
.view-job-listing .views-row{
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 100px 10px 65px;
}
.view-job-listing .view-content{
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    box-shadow: 0 3px 3px #b3b3b3;  
}
.view-job-listing .views-exposed-form{
    background: #c93131 url("/sites/default/files/truck.png") no-repeat scroll 947px 15px;
    border-radius: 10px;
    margin-bottom: 13px;
    padding: 20px;  
    color:#fff;
}
.field-name-field-carrier-name{
    color: #406180;
    font-size: 31px;
    font-weight: normal;
    margin-bottom: 50px;
    margin-top: 15px;
}
.view-job-listing .views-field-body{
  width: 84%;
}
#views-exposed-form-job-listing-page .views-exposed-widget {
  width: 18%;
}
#views-exposed-form-job-listing-page .views-submit-button{
  width: auto !important;
}
#edit-submit-job-listing{
    background: #ca6569 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 7px;
    color: #fff;
    font-family: calibri;
    font-size: 14px;
    font-weight: normal;
    text-shadow: none;
    width: 110px;
}
#views-exposed-form-job-listing-page .views-exposed-widget select{
      border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
    outline: medium none;
    overflow: hidden;
    padding: 4px;
    width: 150px;
}
#views-exposed-form-job-listing-page .views-exposed-widget input[type="text"]{
      border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
    outline: medium none;
    overflow: hidden;
    padding: 5px;
    width: 138px;
}
#views-exposed-form-job-listing-page .views-exposed-widget label{
    float: left;
    font-family: calibri;
    font-size: 17px;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 3px;
    text-align: left;
    width: 96px;
}
.list-job{
  display: none;
}
.search-by-state{
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 939px){
	.logo-link .apply-job span a{
		left: -50px;
	}
}

@media screen and (max-width: 939px) {
  .list-schools{
    display: block;
  }
  .list-job{
    display: block;
  }
  .search-by-state{
    display: block;
  }  
.apply-job-button, .views-row-even .apply-job-button{
  right: 10px !important;
}
  .group-c1 img {
    max-width:100% !important;
    width:100% !important;
  }
  .group-c1{
    min-width: 100% !important;
    float: none !important;
    clear:left !important;
  }
  .group-c2{    
    min-width: 100% !important;  
    clear: left !important;  
    float: none !important;
  }
  .content-sidebar-wrap #content{
    float: none !important;
  }
  .list-schools input, .list-schools input:hover{
      background: none repeat scroll 0 0 #ca3133;
      border: medium none;
      border-radius: 0;
      color: #f7f7f7;
      font-family: calibri;
      font-style: italic;
      font-size: medium;
      font-weight: normal;
      text-shadow: 0 0 0 #000;
      -webkit-appearance: none;
  }  
  .search-by-state input, .search-by-state input:hover{
      background: none repeat scroll 0 0 #ca3133;
      border: medium none;
      border-radius: 0;
      color: #f7f7f7;
      font-family: calibri;
      font-style: italic;
      font-size: medium;
      font-weight: normal;
      text-shadow: 0 0 0 #000;
      -webkit-appearance: none;
  }    
  .list-job input, .list-job input:hover{
      background: none repeat scroll 0 0 #ca3133;
      border: medium none;
      border-radius: 0;
      color: #f7f7f7;
      font-family: calibri;
      font-style: italic;
      font-size: medium;
      font-weight: normal;
      text-shadow: 0 0 0 #000;
      -webkit-appearance: none;
  }    
  .not-front .page-title{
    font-size: 25px;
    line-height: 30px;
  }
  .listingcontainer{
    float: none !important;
    height: auto !important;
    margin-bottom: 15px !important;
    min-width: 0 !important;
    width: auto !important;
  }
  .content .field-name-field-ft{
    display: none;
  }
  .node-type-page .content .field-name-field-ft{
    display: block !important;
  }

  .view-state-top-client-carrier-listings .listingcontainer .school-logo img{
    height: 70px !important;
    width: 150px !important;  
    margin-right: 10px !important;  
  }
 .view-state-top-client-school-listings .listingcontainer .school-logo img,
 .view-state-client-school-listings .listingcontainer .school-logo img{
    height: 61px !important;
    width: 110px !important;    
    margin-right: 10px !important; 
  }  
  .request-info-button{
    clear: both;
    display: block;
    float: none;
  }
  .view-state-top-client-carrier-listings .apply-job{
    clear: both;
  }
  .view-state-top-client-school-listings .listingcontainer, .view-state-top-client-carrier-listings .listingcontainer{
    overflow:auto;
  }
  .views-row-even .listingcontainer{
    float:none !important;
    margin:0 0 15px 0 !important;
	min-height: 150px;
  }
  #sidebar-second .block{
    text-align: center;
  }
  #block-block-1{
    padding:15px !important;
  }
  #pfFeaturedBox{
    width:auto !important;
  }
  .group-smf{
    width: auto !important;
    display: none;
  }
  .group-spmf{
    width: auto !important;
    display: none;
  }
  .views-row-last .listingcontainer{
    margin-right:0px !important;
  }
  #EnterpriseAPIForm{
    float:none !important;
    width:95% !important;
  }
  .BambooSchoolRequestForm .FormFieldInput input{
    width: 75%
  }
  .BambooSchoolRequestForm .FormFieldInput select{
    width:150px;
  }
  label.FormLabel{
    margin-right: 10px;
    font-size: 13px;
  }
  .form-intro{
    font-size: 13px;
  }
  #schoolContent{
    float:none !important;
    width:95% !important;    
  }

  #EnterpriseAPIForm .FormSubmitButton {
      background: #c93131 !important;
      border: 1px solid #f7f7f7;
      border-radius: 0;
      box-shadow: none;
      color: #fff;
      font-family: calibri;
      font-size: 15px;
      font-weight: normal;
      height: 32px;
      padding: 0;
      text-shadow: 0 0 0;
      -webkit-appearance: none;
  }  
  select#gradyear{
    width: 107px;
  }
  .form-intro h1{
    font-size: 25px !important;
    font-weight: normal !important;
    line-height: 1.12em !important;
  }
  #header{
    position: absolute;
    width: 100%;
    z-index: 999;
  }
  #logo{
    float: none;
    text-align: center;
  }
  #logo img{
    width: 120px;
  }
  #block-views-home-page-banner-block{
    margin: 0px;
    display:none;
  }
  .front #container .content-sidebar-wrap{
    border:none;
  }
  #main-menu{
    float:none;
  }
  #container{
    margin:0px;
    border:none;
  }
  #main-menu a:hover{
    color:#F7F7F7;
  }
  #main-menu ul{
    top:0;
  }
  #views-exposed-form-job-listing-page .views-exposed-widget{
    width: 100%;
  }
  #views-exposed-form-job-listing-page .views-exposed-widget label{
    text-align: left !important;
  }
  #views-exposed-form-job-listing-page .views-exposed-widget select{
    width: 100% !important;
  }
  .view-job-listing .views-row{
    padding:10px !important;
  }
  .title-location{
    width: 100%;
  }
  .apply-jobs{
    width: 100%;
  }
  .apply-jobs .apply-job-listing{
    top:-14px !important;
  }
  #block-views-bd51547f5fdfc40cc82157709303c83d, #block-views-ec9b808f86fd64c541df938c71388098{
    display: none;
  }
  #block-views-find-truck-driving-job-block {
      background: #c93131;
      height: 50px;
      padding: 10px 0 !important;
      width: 100%;
  }  
  #block-views-find-truck-driving-job-block h2 {
    color: #f6f6f6 !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 auto;
    text-align: center;
  }  

#block-views-c250199968a7f388e76fe60115a9cf61 {
    background: none repeat scroll 0 0 #2d5d84;
    float: left;
    height: auto;
    margin-bottom: 11px;
    width: 100%;
}
#block-views-c250199968a7f388e76fe60115a9cf61 h2, #block-views-e58db4fa94c35949e92c96b4b3ba846b h2 {
    color: #f6f6f6 !important;
    font-size: 15px;
    font-weight: bold;
    line-height: 35px;
    margin: 0 11px 5px 18px;
    text-align: center;
}
#top_header{
  margin: 10px;
  float:none;
}
#block-views-e58db4fa94c35949e92c96b4b3ba846b {
    background: none repeat scroll 0 0 #c93131;
    float: right;
    height: auto;
    margin-bottom: 11px;
    width: 100%;
}
  #block-views-find-truck-driving-job-block select {
      font-family: calibri;
      font-size: 13px;
      font-style: italic;
      height: 29px;
      width: 35%;
      -webkit-appearance:none;
  }  
  #block-views-find-truck-driving-job-block .ctools-jump-menu-button {
      background: none repeat scroll 0 0 #ca6569;
      border: 1px solid #f7f7f7;
      border-radius: 0;
      box-shadow: none;
      color: #fff;
      font-family: calibri;
      font-size: 14px;
      font-weight: normal;
      height: 30px;
      padding: 0;
      text-shadow: 0 0 0 black;
      width: 23%;
      -webkit-appearance:none;
  }  
  #block-views-schools-states-search-box-block {
      background: #2d5d84;
      clear: both;
      width: 100%;
      padding:10px 0px;
      margin-top: 147px;
      margin-bottom: 10px;
      height:50px;
  }  
  #block-views-schools-states-search-box-block h2 {
    color: #f6f6f6 !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 8px;
    margin: 0 auto;
    text-align: center;
  }  
  .footerout {
    font-size: 11px;
  }
  #block-views-schools-states-search-box-block form{
    margin-top:10px;
  }
  #block-views-schools-states-search-box-block select{
    font-family: calibri;
    font-size: 13px;
    font-style: italic;
    height: 29px;
    width: 35%;    
    -webkit-appearance:none;
  }  

#block-views-schools-states-search-box-block .ctools-jump-menu-button {
    background: none repeat scroll 0 0 #5d88ab;
    border: 1px solid #f7f7f7;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: calibri;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    padding: 0;
    text-shadow: 0 0 0 black;
    width: 23%;
    -webkit-appearance:none;
}  
  #site-title,
  #site-description {
  float:none;
  margin:0;  
  line-height:1.62em;
  }

  
  #site-title {
  padding-top:18px;
  }
  
  #site-description {
  padding-bottom:18px;
  }

  #main-menu ul {
  display:none;
  }
  
  #main-menu li ul {
  position:static;
  }
  
  #main-menu li ul ul {
  margin:0 !important;
  }
  
  #main-menu ul,
  #main-menu li {
  float:none;
  max-width:100%;
  }
  
  #main-menu a {
  width:100%;
  padding:0;
  background: #2d5d84;
  color:#F7F7F7;
  font-size: 13px;
  }
  
  #main-menu li li a {
  text-align:center;
  padding: 0 !important;
  }
  
  #main-menu li li li a {
  background:#ca6569;
  border-top-color:#7f7f7f;
  }
  
  #main-menu a:hover {
  background:#2D5D84;
  }
  
  #main-menu li:hover > ul,
  #main-menu li li:hover > ul,
  #main-menu li li li:hover > ul {
  display:none;
  }
  
  .drop-down-toggle {
  display:block;
  width: 34px;
  z-index:999;
  }
  .drop-down-arrow{
    margin: 8px 0 0 12px;
  }
  #main-menu li li .drop-down-toggle {
  top:5px;
  }
  
  #main-menu .nav-toggle {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
  }

span.mobileMenuBar1, span.mobileMenuBar2, span.mobileMenuBar3 {
    background-color: #fff;
    border-radius: 2px;
    display: block;
    height: 3px;
    margin-bottom: 2px;
    position: relative;
    text-align: right;
    top: 10px;
    width: 20px;
    left:11px;
}  
span.mobileMenuText{
    left: 34px;
    position: relative;
    top: -9px;  
}
  .flex-control-nav li {
  margin:0 0 0 10px;
  }
  
  .flex-control-nav li:first-child {
  margin:0;
  }
  
  .flex-control-nav li a {
  box-shadow:none;
  background:rgba(255, 255, 255, 0.75);
  }
  
  #slider .entry-container {
  position:absolute;
  left:4%;
  bottom:6.3%;
  }
  
  #slider .entry-header,
  #slider .entry-summary {
  margin:0;
  }
  
  #slider .entry-title {
   margin-bottom: 0;
  }
  
  #slider .entry-title a,
  #slider .entry-summary{
  display:inline-block;
  padding:1% 3%;
  background:rgba(255, 255, 255, 0.75);
  }
  
  #slider .entry-summary {
  max-width:61.8%;
  }
  
  #slider .entry-summary p {
  max-height:84px;
  overflow:hidden;
  }
  
  #slider .slide-image {
  float:none;
  display:block;
  max-width:100%;
  padding:0;
  margin:0;
  box-shadow:none;
  }

  .content-sidebar-wrap,
  #sidebar-first,
  #sidebar-second {
  float:none;
  width:auto;
  }

  .content-sidebar-wrap #content {
    float: left;
    width:auto;
  }
  
  #sidebar-first .block,
  #sidebar-second .block,
  #footer-area .column {
  float:none;
  width:auto !important;
  margin-left:0;
  }
  
  #sidebar-first {
    clear:both;
  }
  
  #footer-area .column {
  margin:10px 0;
  }
  
  .copyright,
  .credits {
  float:none;
  text-align:left;
  }
  
  .webform-client-form-68603 input {
	max-width: 90%;
}

}

@media screen and (min-width: 700px) and (max-width: 850px) {
  #block-views-schools-states-search-box-block{
    float: left !important;
    width: 48%;
  }
  #block-views-find-truck-driving-job-block{
    margin-top: 147px;
    padding: 15px 0;
    width: 47%;
  }
  /*-- for Ipad --*/
  .listingcontainer{
	  min-height: 150px;
  }
	.logo-link,
	.tittle-description{
		width: 50%;
		float: right;
	}
	.logo-link .school-logo,
	.logo-link .apply-job{
		width: 100%;
	}
	.logo-link .school-logo a img{
		float: right;
	}
	.logo-link .apply-job span{
		display: block;
		width: 100%;
	}
	.logo-link .apply-job span a{
		position: relative;
		float: right;
		right: 35px;
	}
	.listingcontainer{
		min-height: 150px !important;
	}
}

@media screen and (min-width: 941px) and (max-width: 1153px) {

  #logo{
    position: absolute;
    top:0;
  }
  #logo img{
    width: 72%;
  }
  #main-menu{
    margin-top: 17px;
  }
  #container{
    margin-top:49px;
  }
  #block-views-bd51547f5fdfc40cc82157709303c83d{
    width: 49%;
  }
  #block-views-bd51547f5fdfc40cc82157709303c83d h2{
    margin: 51px 70px 23px 181px;
  }
  #block-views-ec9b808f86fd64c541df938c71388098{
    width: 49%;
  }
  #block-views-ec9b808f86fd64c541df938c71388098 h2{
    margin: 51px 55px 23px 181px;
  }
}  
  
  @media screen and (max-width: 440px) {

    input.form-text, select.form-select {
      width: 93%;
    }
    textarea.form-textarea {
      width: 100%
    }
    .view-state-top-client-school-listings .listingcontainer .item-list{
      width: 100% !important;
    } 
	/*-- for Mobile --*/
	.logo-link,
	.tittle-description{
		width: 100%;
	}
	.logo-link .school-logo{
		width: 50%;
		float: left;
	}
	.logo-link .apply-job{
		width: 50%;
		float: right;
	}
	.logo-link .apply-job span a{
		top: 25px;
	}
}
@media screen and (max-width: 660px) {
  .map:parent{
    display:none !important;
  }
  .field-name-field-ft div div div div{
    display:none !important;
  }
  .SearchResults .SearchData .SearchResultEntry .entry.logoarea{
    clear:both;
    float: none;
  }
  .SearchResults .SearchData .SearchResultEntry .entry.contentarea{
    clear:both;
    float: none;    
  }
  .SearchResults .SearchData .SearchResultEntry .data.requestlink{
    position: unset;
    clear:both;
    right: 0;
    top: 0;
  }  
  .SearchResults .SearchData .SearchResultEntry .data.requestlink a{
    position: unset;
    width:169px;
  }
  #coreg-results .result .l-result {
      float: none !important;
      width: 100% !important;
  }  
  .school-logo img {
      height: 70px !important;
      max-width: 150px !important;
  }  
  .school-logo{
    float:none !important;
    display:inline;
    margin: 0 !important;
  }
  #coreg-results .result .r-result {
      float: left !important;
      width: 100% !important;
  }
  .view-state-top-client-carrier-listings .listingcontainer .item-list{
    width:100% !important;
  }
  .view-state-top-client-carrier-listings .apply-job{
    margin-top: 15px;
  }

  #pfFeaturedHeader {
      background: #2d5d84 none repeat scroll 0 0 !important;
      border: medium none !important;
      color: #fff !important;
      font-family: "Arvo" !important;
      font-size: 14px !important;
      font-weight: normal !important;
      padding: 10px !important;
      text-shadow: 0 0 0 white !important;
  }  
  .pfFeaturedItem{
    padding: 8px !important;
  }
  .school-right {
      float: left !important;
      width: 128px !important;
  }  
  .school-right a img{
    width: 120px !important;
  }
  .read-more{
      background: #ca3133 !important;
      width: 120px !important;
      padding: 3px 0 !important;
      height: 27px;      
  } 
 
  .read-more a.name{
    color: transparent !important;
	font-size: 0px !important;
    text-shadow:0 0 0 !important;
    position: inherit;
  } 
  .read-more a.name:after{
    content:"Apply Now";
    position: absolute;
    color:#F7F7F7 !important;
	font-size: 20px !important;
    text-decoration: none !important;
	left: 45px;
  }
  .pfFeaturedItem a.name{
    font-size: large !important;
  }
  .pfFeaturedItem p{
    line-height: 1.4em !important;
  }
}

/*-- for mobile --*/
@media screen and (min-width: 421px) and (max-width: 736px){
	.listingcontainer{
		min-height: 150px !important;
	}
	.logo-link .school-logo a img{
		margin: auto 0%;
		width: 50%;
		float: right;
	}
	.logo-link .apply-job span a{
		width: 24%;
		position: relative;
		left: -50px;
		top: -3px;
	}	
	.tittle-description .jobs-item-list {
		-webkit-line-clamp: 3;
	}
}
@media screen and (min-width: 320px) and (max-width: 420px){
	.logo-link .apply-job span a{
		width: 51%;
		position: relative;
		top: 20px;
		float: right;
	}
	.listingcontainer{
		min-height: 160px !important;
	}
	.tittle-description .jobs-item-list {
		/* -webkit-line-clamp: 3; */
		max-height: 65px;
		font-size: 14px;
	}
	.school-logo img{
		margin-left: 0px !important;
	}
}
/* @media screen and (min-width: 736px) and (orientation:landscape){
	.logo-link .apply-job span a{
		margin: auto 30%;
		width: 100%;
		left: 63px;
		float: right;
	}	
} */
@media screen and (max-width: 320px){
	 .logo-link .apply-job span a{
		 width: 72%;
	 }
	 .logo-link .apply-job{
		 width: 40%;
	 }
}
@media screen and (min-width: 567px) and (max-width: 667px){
	.logo-link .apply-job span a{
		width: 23%;
        left: -105px;
		top: 15px;
	}
	.school-logo{
		margin: 0px !important;
	}
	.logo-link .school-logo a img{
		margin: auto 25% !important;
		width: 50%;
	}
}
@media screen and (max-width: 568px) and (orientation:landscape){
	.logo-link .apply-job{
		 width: 100%;
	 }
	 .logo-link .apply-job span a{
		 width: 45%;
		 float: right;
		 position: none;
		 left: -60px !important;
	 }
	 .logo-link .school-logo a img{
		 margin: auto 20% !important;
		 width: 80%;
	 }
	 .tittle-description{
		 width: 65%;
	 }
	 .logo-link{
		 width: 35%;
	 }
}
/* Custom */

.group-cmf {
min-width: 360px;
}

.factlabel {
font-weight:900;
float:left;
}

.factfield {
text-align:right;
}

.copyrights {
text-align:center;
font-size: 13px;
font-family: calibri;
}

.footerout {
text-align:center;
}

.basic-right {
float:right;
padding:5px 5px 0px 5px;
border:1px solid black;
margin-left:5px;
margin-bottom:5px;
}


.group-spmf {
    float: right;
    margin-top:-10px;
    margin-bottom: 10px;
    margin-left: 5px;
    width: 325px;
}

.group-smf {
    float: right;
    margin-top:-10px;
    margin-bottom: 10px;
    margin-left: 5px;
    width: 325px;
}


.csl {
    display: block;
    float: left;
    margin-top: 0;
    width: 100%;
}


.group-cmf {
	float: left;
	margin: -5px 25px 25px 0px;
	width: 45%;
  min-width: 0;
}


.group-ccs {
    border: 0 none;
    float: left;
    margin-top: -35px;
    width: 100%;
	background:none;
	clear:both;
}

.group-spmf .fieldset-wrapper {
margin-top:10px;
}

.group-smf .fieldset-wrapper {
margin-top:10px;
}

.group-cmf .fieldset-wrapper {
margin-top:10px;
}

.factsheader {
margin-top:5px;
text-align:center;
font-weight:bold;
text-decoration:underline;
}

.region-sidebar-second {
text-align:right;
}


.top-stats {
    border: 1px solid #B7B7B7;
    float: right;
    margin-left: 10px;
    padding: 5px 20px;
    width: 300px;
}

.top-stats .factfield {
color:blue;
}

/*-------------------------------------------*
/* Listings
/*-------------------------------------------*/

.listingcontainer {
  background:#E0E0E0;
  padding: 7px;
  margin-bottom: 28px;
  float: left;
  width: 47%;
  height: 150px;
  min-height: 135px;
  font-family: calibri;
  font-size: initial;  
}
.view-featured-carrier-listings .listingcontainer, 
.view-state-non-carrier-listings .listingcontainer,
.view-state-school-listings .listingcontainer,
.view-state-program-school-listings .listingcontainer{
  height: 110px;
  min-height: 100px !important;
}
.views-row-even .listingcontainer {
  float: right;
  margin-left: 8px;
  margin-right: 0;
}
.views-row-even .apply-job-button{
  right:50px;
}
.listingcontainer a{
  color: #C72937;
}
.view-state-client-school-listings .listingtitle a, .view-state-top-client-school-listings .listingcontainer a{
  color: #4D4D4D;
}

.titlelisting {
color: #C72937;
float:left;
margin-right:5px;
font-weight:900;
font-size:14px;
}

.listingtitle {
    font-size: 1.1em;
    font-weight: 700;
}

.citystatelisting {
font-style:italic;
display:inline;
}

.citylisting {
float:left;
margin-right:2px;
}

.stateabbrlisting {
}

.programlistinglabel {
font-weight:900;
float:left;
margin-right:3px;
}

.programlisting {
}

.sizelocalecontainer {
display:inline;
}

.sizelisting {
float:left;
margin-right:3px;
}

.localelisting {
}

.classsizelisting {
}

.tuitionscholarcontainer {
display:inline;
}

.tuitionlisting {
}

.scholarlisting {
}

.listingdatacontainer {
margin-left:5px;
}

/*-------------------------------------------*
/* FSUSA Stuff
/*-------------------------------------------*/

.view-faq-geo-targetting-menu, .view-faq-school-geo-targetting-menu{
  border: 1px solid #337AB7;
}
.view-faq-geo-targetting-menu .view-content, .view-faq-school-geo-targetting-menu .view-content{
  padding-right: 5px;
}
.sidelinkheader {
    background-color: #2D5D85;
    color: #FFFFFF;
    font-weight: normal;
    font-size:13px;
    margin-bottom: 3px;
    padding-bottom: 3px;
    padding-right:5px;
    padding-left: 5px;
    padding-top: 3px;
    text-shadow: 1px 1px 4px #000000;
	clear:both;
}

.mapheader {
    background-color: #555555;
    border-radius:5px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-top: 3px;
    text-shadow: 1px 1px 4px #000000;
}


.factsheader {
    color: #21759B;
    font-weight: 900;
    margin-bottom: 3px;
    margin-top: 5px;
    padding-bottom: 3px;
    padding-left: 2px;
    padding-top: 3px;
    text-align: left;
    text-decoration: none;
}

.contentlistingheader {
    background-color: #2D5D85;
    color: #FFFFFF;
    margin-bottom: 27px;
    padding:17px;
    font-weight: normal;
    font-size: 20px;    
    clear:both;
}

.group-pmf {
    float: right;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: -10px;
    width: 325px;
}

.carriernationtitle {
	display:inline;
	font-weight:700;
}

.carriernationsite {
	display:inline;
}

.carriersitecontainer {
		display:block
}
#coreg-results .result{
  border-top: solid 1px #999999;
  /*width: 80%;*/
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
}
#coreg-results .result .l-result{
  float:left;
  width: 21%;
}
#coreg-results .result .r-result{
  float:left;
  width: 51%;
}
#coreg-results .result .apply-button-img{
  margin-top: 25px;
}
#coreg-results .desc h2 a{
  font-family: arvo;
  text-decoration: none;
}
.school-logo {
	float:right;
	display:inline;
	margin: 0px 10px 15px 0;
	width: 100%;
}
.school-logo img{
    height: 100px;
    margin-left: 10px;
    width: 180px;
}
.thankyou-coreg{
  margin-bottom: 20px;
}

.field-name-field-usl .contentlistingheader {
	clear:left;
}

/*-------------------------------------------*
/* FSUSA Stuff
/*-------------------------------------------*/
.webform-component label{
  display: inline;
  margin-right: 10px;
}
.group-cfp {
}

.client-headline {
	background: #0d4f8b;
    background: -webkit-radial-gradient(#106fc5, #0d4f8b); 
	background: -o-radial-gradient(#106fc5, #0d4f8b); 
	background: -moz-radial-gradient(#106fc5, #0d4f8b); 
	background: linear-radial(#106fc5, #0d4f8b);
    border: 2px solid #1470b7;
    border-radius: 2%;
    color: white;
    font-size: 1.2em;
    font-weight: 500;
    padding: 5px;
    text-align: center;
    width: 98.5%;
}


.group-c1 {
	width: 42%;
	margin: 0 15px 0 0;
}

.group-c1 img {
	max-width: 318px ;
}


.group-c2 {
	width: 56%;
	float:left;
	/*height: 100%;*/
	margin:0px;
}

/*-------------------------------------------*
/*.group-c3 {
/*	border-radius: 1%;
/*	border: 1px solid #cccccc;
/*	width: 48%;
/*	min-width: 338px;
/*	float:left;
/*	height: 100%;
/*	min-height: 533px;
/*	margin: 0 0 0 15px;
/*
/*}
/*-------------------------------------------*/

.ccbenefits {

}

.verticalline {
width: 50px;
background-color: black;
height: 100%;
float:left;
display: none;
}

/*-------------------------------------------*
/* Featured Styling
/*-------------------------------------------*/

.featuredcontentlistingheader {
background-color: #CA3133;
color: #FFFFFF;
font-weight: normal;
font-size: 20px;
margin-bottom: 27px;
padding: 17px;

}

.landing-page-only{
  display: none;
}


.coreg-school-logo {
    float: left;
    display: inline;
    margin: 0px 20px 15px 0;
}
.coreg-school-logo img {
    height: 100px;
    margin-left: 10px;
    width: 180px;
}

.coreg-results{
  clear: both;
  min-height: 120px;
}
.node-select{
  float: left;
}
.coreg-submit {
  display: block;
  margin: 0 auto;
}

.sumbit_res_wrap{
  border: 1px solid #CA3133;
  padding: 5px;
}