/*===============================
//  Fonts
//-----------------------------
  font-family: 'Basic';
  font-weight:400;
=============================*/

body
{
  margin-top:75px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-family: 'Basic', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #444;
  background: url('../images/bg-light.png') repeat fixed;
}

/*===================
//  Main Menu
// ================*/  
.logo
{
  margin: 0;
  padding:0 0 0.15em 0;
  height: 58px !important;
}

.nav li.dropdown a .drop {color:#fff;}
.navbar {margin:-10px 0 !important; padding:0; background:#fff; text-align:center !important;}

.navbar-nav > li > a
{
  color: #061e40 !important;
  font:  1.2em/2.5 'Basic', helvetica, arial, sans-serif;
  padding: 0em 1em;
}

.navbar#user {margin-top:-23px !important;}
.navbar#user .navbar-nav {float:right;}
.navbar#user .navbar-nav > li > a {line-height:3.25 !important;}
.navbar#user .navbar-nav li:last-child a {padding-right:0 !important;}

.navbar-nav li i {line-height: 2.5;}

.nav > li > a:hover,
.nav > li > a:focus,
.navbar-nav > .active > a
{
  color: #8eba49 !important;
  background: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {background: #fff;}

.navbar .navbar-nav > .active > a {}
.navbar-toggle {border-color:#ddd;}
.navbar-toggle:hover,
.navbar-toggle:focus {}
.navbar-toggle .icon-bar {background-color:#ccc;}

/*----- Dropdown Menu ------ */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 5px 0;
  margin: 0;
  font-size: 16px;
  list-style: none;
  background-color: rgba(255,255,255,0.98);
  border-top: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #f3f3f3;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.dropdown-menu > li > a {
  color: #666 !important;
  line-height: 1.75;
  text-shadow: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff !important;
  background-color: #061e40 !important;
  background-image:none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff !important;
  font-weight: 400;
  background-color: #061e40;
  background-image:none;
  text-shadow: none !important;
}

.dropdown-menu .divider {
  background-color: rgba(150,150,150,0.25);
}

#top-bar 
{
  background: rgb(8,43,110); /* Old browsers */
  background: -moz-linear-gradient(top,  rgb(8,43,110) 0%, rgb(6,30,73) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(8,43,110)), color-stop(100%,rgb(6,30,73))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgb(8,43,110) 0%,rgb(6,30,73) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgb(8,43,110) 0%,rgb(6,30,73) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgb(8,43,110) 0%,rgb(6,30,73) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgb(8,43,110) 0%,rgb(6,30,73) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061d49', endColorstr='#082b77',GradientType=0 ); /* IE6-9 */
  margin:0 !important;
  padding:0.15em 0em; 
  text-align:right; 
  font-weight:normal; 
  max-height:75px; 
  overflow:hidden; 
  border-bottom:1px solid rgba(255,255,255,0.9); 
  box-shadow:0px 1px 4px 0px rgba(0,0,0,0.25);
}
#top-bar .container {padding-right:0;}
#top-bar .btn {display:inline-block; font-size:0.95em; padding:0.1em 0.5em !important; margin-top:8px;}
#top-bar .phone {font-weight:bold; font-size:1.15em;}
#top-bar a {color:#fff !important;}
#top-bar ul {margin:0; padding:0;}
#top-bar li {color:#ccc; list-style:none; padding:0em 0.75em; font-size:1em; line-height:3.25; display:inline-block; vertical-align: middle;}
#top-bar li a {color:#fff;}
#top-bar li img {padding:0; margin:0;}
#top-bar a:hover {text-decoration:none; color:rgb(255,255,255);}
#top-bar small, #top-bar small i {font-size:0.85em; color:rgba(255,255,255,0.75)}

#top-bar-user
{
  background: #061e40;
  border-bottom:1px solid rgba(255,255,255,0.9); 
  box-shadow:0px 1px 4px 0px rgba(0,0,0,0.25);
}
#top-bar-user ul {margin:0; padding:0;}
#top-bar-user li 
{
  color:#ccc; 
  list-style:none; 
  font-size:1em; 
  display:inline-block; 
  vertical-align:middle;
  line-height:3;
}

#top-bar-user li a {padding:0em 0.75em;color:rgba(255,255,255,0.8);}
#top-bar-user li a:hover,
#top-bar-user li a:focus,
#top-bar-user li.active {color:#fff !important; text-decoration:none; }
#top-bar-user li a i {color:#fff;}

#top-bar-user li:hover, 
#top-bar-user li:focus, 
#top-bar-user li.active {background:rgba(0,0,0,0.1);}
#top-bar-user .badge {background:#c55050; box-shadow: 0 0 3px 0 rgba(255,255,255,0.75); font-family:helvetica, sans-serif;}

#top-bar-user .dropdown-menu 
{
  background:#fff !important; 
  border-color:#ddd; 
  padding:0.5em 0em; 
  border-bottom-left-radius:3px; 
  border-bottom-right-radius:3px;
}

#top-bar-user .dropdown-menu li {display:block; line-height:1 !important; padding:0 !important;}
#top-bar-user .dropdown-menu li a 
{
  padding-top:0; 
  padding-bottom:0;
  color:#061e40 !important; 
  font-size:0.97em;  
  line-height:1.75 !important; 
  text-shadow:none;
}

#top-bar-user .dropdown-menu li a:hover 
{
  background:#eee !important; 
  color:#061e40 !important;
}
#top-bar-user .dropdown-menu li.active a 
{
  background:#061e49 /*rgba(36,141,172,0.5); */
  color:#fff !important;
}
#top-bar-user .dropdown-menu li.active a:hover {color:#061e40 !important;}
#top-bar-user .dropdown-menu li a i {color:#061e40 !important;}

#top-bar-user .btn {display:inline-block; font-size:0.95em; padding:0.25em 0em !important; line-height:1 !important; margin-top:8px;}
#top-bar-user li .btn:focus {background:rgba(0,0,0,0.1);}

.navbar-form {margin:1em 0 0 0.25em !important; padding:0 !important; display:inline-block; width:175px; vertical-align:middle;}

/*===================
//  Content
// ================*/
.carousel {border: 1px solid black; margin-top:-15px; margin-bottom:0 !important;}
.carousel h1 {color:#fff !important; text-shadow:1px 1px 8px rgba(2,41,80,0.9) !important;}
.carousel h2 {color:#fff !important; font-size:1.25em !important;}
.carousel h2 a {color:#fff !important; font-size:1.5em !important; border-bottom: 1px dotted #fff; text-shadow:1px 1px 8px rgba(2,41,80,0.9) !important;}
.carousel p {font-weight:normal; font-size:1.15em; margin-bottom:0.5em;}
.carousel p.lead {font-size:1.25em;}
.carousel p a {color:#fff; border-bottom: 1px dotted #fff;}
.carousel p a:hover, .carousel h2 a:hover {color:#061e40 !important; border-bottom: 1px dotted #061e40; text-shadow:none;}

.featurette {font-size:1.15em; padding:1.5em 1em;}
.featurette h2 {font-size:1.65em; margin-top:0;}

.breadcrumb {margin-bottom:0; padding:0.25em 1em; font-size:0.95em; color:#fff; background:rgba(200,200,200,0.15); font-family:"Basic", sans-serif; box-shadow:inset 0px 0px 5px 0 rgba(0,0,0,0.1); border:1px solid rgba(255,255,255,0.75);}
.breadcrumb a {font-size:0.9em !important; }
.breadcrumb .active {color:#666 !important;}


/*===================
//  Sidebar
// ================*/ 
#sidebar .portlet
{
  margin: 2em 0em;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(100,100,100,0.25);
  border: 1px solid #fafafa;
}

#sidebar .themedPortlet
{
  margin: 1em 0em;
}

#sidebar .portlet-decoration 
{
  padding: 0.25em 0.5em;
}

#sidebar .portlet-title
{
  color: #ddd;
  font-weight: 400;
  font-size: 0.85em;
  text-shadow: 1px 1px 2px #fff; 
}

#sidebar .portlet-content
{
  padding: 0.25em 0.75em 0.5em 0.75em;
  font-size: 0.95em;
}

#sidebar .portlet-content ul
{
  padding: 0;
  list-style: none;
}

#sidebar .portlet ul.operations
{
  margin:0;
  padding:0;
}

#sidebar .portlet ul.operations li
{
  list-style: none;
}

#sidebar .portlet ul.operations li a
{
  color: #061e49;
  text-decoration: none;
  text-shadow: none;
  line-height: 2;
  display:block;
}

#sidebar .portlet ul.operations li i {color:#8eba49;}
#sidebar .portlet ul.operations li a:hover i,
#sidebar .portlet ul.operations li a:focus i {color:#fff;}

#sidebar .portlet ul.operations li a:hover,
#sidebar .portlet ul.operations li a:focus 
{
  color: #fff; 
  text-decoration: none;
  background: #061e40;
  padding-left:0.5em;
  -o-transition:.35s;
  -ms-transition:.35s;
  -moz-transition:.35s;
  -webkit-transition:.35s;
  transition:.35s;
}
#sidebar ul {margin:0; padding:0;}
#sidebar .themedPortlet .portlet-title {color:#aaa; font-family:'Basic', sans-serif;}
#sidebar .themedPortlet .portlet-decoration {padding:0; border-bottom: 1px dotted #ccc;}
#sidebar .themedPortlet .portlet-content ul {margin:0; padding:0;}
#sidebar .themedPortlet .portlet-content li {list-style:none; line-height:2;}
#sidebar .themedPortlet .portlet-content li:before, 
#sidebar .chevron li {
  color: #061e40;
  content:'\f0da';
  font-family: 'FontAwesome';
  margin-left: -0.15em;
  margin-right: 0.3em;
}

#sidebar .chevron li {margin-left:0.5em;}
#sidebar .chevron li:hover {color:#8eba49;}

ul.operations {margin:0; padding:0;}
ul.operations li {list-style:none; display: inline-block;}

/*===================
//  Footer
// ================*/ 

#footer4
{
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em 0em;
  color: #aaa;
  font-size: 0.9em;
  background: #061e49; 
  border-top: 1px solid #444;
  box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.25);
}

#footer h4 {color:#fff; font-weight:normal; font-size:1.5em;}

#footer a, #footer3 a {color:#fff;}
#footer a:hover, #footer3 a:hover {color:#373737;}
#footer a i.social {color:#fff;}
#footer a:hover i {color:#061e49;}
#footer li a {color:#fff; font-size:1.12em;}
#footer a.btn, #footer3 a.btn {color:#fff !important;}
#footer i {color:#fff;}
#footer hr {border-color:rgba(150,150,150,0.15); box-shadow:none;}

#footer .webevolved {margin:1em 0 0 0; line-height:1.25; font-size:0.9em;}
#footer .webevolved img {padding-right:0.5em;}
#footer .webevolved a {text-decoration: none;}

#footer ul.chevron {margin:0; padding:0;}
#footer ul.chevron li {list-style:none;}
#footer ul.chevron li:before
{
  color: #248dac;
  content:'\f138';
  font-family: 'FontAwesome';
  margin-left: -0.25em;
  margin-right: 0.5em;
}

#footer4 h4 {color:#fff; font-weight:normal; font-size:1.5em;}

#footer4 a, #footer3 a {color:#fff;}
#footer4 a:hover, #footer3 a:hover {color:#373737;}
#footer4 a i.social {color:#fff;}
#footer4 a:hover i {color:#061e49;}
#footer4 li a {color:#fff; font-size:1.12em;}
#footer4 a.btn, #footer3 a.btn {color:#fff !important;}
#footer4 i {color:#fff;}
#footer4 hr {border-color:rgba(150,150,150,0.15); box-shadow:none;}

#footer4 .webevolved {margin:1em 0 0 0; line-height:1.25; font-size:0.9em;}
#footer4 .webevolved img {padding-right:0.5em;}
#footer4 .webevolved a {text-decoration: none;}

#footer4 ul.chevron {margin:0; padding:0;}
#footer4 ul.chevron li {list-style:none;}
#footer4 ul.chevron li:before
{
  color: #248dac;
  content:'\f138';
  font-family: 'FontAwesome';
  margin-left: -0.25em;
  margin-right: 0.5em;
}

#footer3 {
  margin-top: 2.5em; 
  padding:0.25em 0 1em 0; 
  color: rgba(255,255,255,0.75); 
  background:#061e49;  
  border-top:3px solid #248dac; 
  box-shadow:3px 3px 10px 0px rgba(0,0,0,0.75);
}

#footer3 h4 {color: #fff; font-size:1.5em; font-weight:normal; margin-bottom:0;}
#footer3 .check li:before {color:#fff;}
/* Sign in
-------------------------------------------------- */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
}


/* Typography
-------------------------------------------------- */
p {font-family: 'Basic'; font-weight:normal; font-style:normal; margin-bottom:1em;}
strong {font-family: 'Basic'; font-weight:bold; font-style:normal;}
em {font-family: 'Basic'; font-weight:normal; font-style:italic;}
h1, h2, h3, h4, h5, h6 {font-family:'Basic', sans-serif; font-weight:bold;}
h1 {color:#061e49;}
h2, h3, h4, h5, h6 {color:#061e40;}
h4 {margin-bottom:0.15em !important; padding-bottom:0;}

.lead {font-family:'Basic', sans-serif;}
.large {font-size:large;}
.uppercase {text-transform:uppercase;}
.capitalize {text-transform:capitalize;}
.hint, .quiet {font-size:0.9em; color:#aaa; font-weight:normal; font-style:italic; font-family:helvetica, sans-serif; margin:0 !important; padding:0 !important;}
.note {font-size:1em; color:#888; font-weight:normal; font-style:italic; font-family:helvetica, sans-serif;}
.alert h1, .alert h2, .alert h3, .alert h4 {margin-top:0;}
.label a {text-shadow:1px 1px 2px rgba(0,0,0,0.2); color:rgba(255,255,255,0.98);}
.label a:hover {text-shadow:none; color:#fff;}

::-webkit-input-placeholder {color:#bbb !important;}
::-moz-placeholder {color:#bbb !important;}
::-ms-input-placeholder {color:#bbb !important;}

hr {border-color:#ddd; box-shadow: 0 0 3px 0 rgb(255,255,255);}

a {
  color: #061e49;
  -o-transition:.35s;
  -ms-transition:.35s;
  -moz-transition:.35s;
  -webkit-transition:.35s;
  transition:.35s;
  text-shadow: 0px 0px 1px rgba(0,0,0,0.15);
}
a:hover, a:focus {color:#8eba49; text-decoration:none; text-shadow:none;}

ul.chevron {margin:0; padding:0;}
ul.chevron li {list-style:none;}
ul.chevron li:before
{
  content:'\f138';
  font-family: 'FontAwesome';
  margin-left: -0.25em;
  margin-right: 0.5em;
}
ul.chevron-green li:before{color:#8eba49;}
ul.chevron-blue li:before{color:#061e49;}
ul.chevron-gray li:before{color:#666;}

ul.check {margin:0; padding:0;}
ul.check li {list-style:none;}
ul.check li:before
{
  content:'\f00c';
  font-family: 'FontAwesome';
  margin-left: -0.25em;
  margin-right: 0.5em;
}
ul.check-green li:before{color:#8eba49;}
ul.check-blue li:before{color:#061e49;}
ul.check-gray li:before{color:#666;}

ul.dotted-underline li {padding:0.5em 0em; border-bottom:1px dotted rgba(142,186,73,0.5);}

.checkbox {margin-left:0 !important; padding-left:0 !important;}
.checkbox .lead {line-height:1 !important; font-family:helvetica, sans-serif; font-weight:bold; font-size:1.05em;}

input[type=checkbox] {display:none;} /* to hide the checkbox itself */
input[type=checkbox] + label {cursor: pointer !important;}
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  color: #8eba49;
}

input[type=checkbox] + label:before 
{ 
  content: "\f096"; 
  letter-spacing: 10px;  /* space between checkbox and label */
  font-size:1.25em;
}
input[type=checkbox]:checked + label:before 
{ 
  content: "\f14a";
  letter-spacing: 10px;  /* allow space for check mark */
  font-size:1.25em;
} 

.radio {margin-left:0 !important; padding-left:0 !important;}
.radio .lead {line-height:1 !important; font-family:helvetica, sans-serif; font-weight:bold; font-size:1.05em;}

input[type=radio] {display:none;} /* to hide the checkbox itself */
input[type=radio] + label {cursor: pointer !important;}
input[type=radio] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  color: #8eba49;
}

input[type=radio] + label:before 
{ 
  content: "\f096"; 
  letter-spacing: 10px;  /* space between checkbox and label */
  font-size:1.25em;
}
input[type=radio]:selected + label:before 
{ 
  content: "\f14a";
  letter-spacing: 10px;  /* allow space for check mark */
  font-size:1.25em;
} 

.form-hint {padding-top:1.25em;}
.form-hint-captcha {padding-top:70px;}


/* Colors
-------------------------------------------------- */
.blue, a.blue, .blue a {color:#061e49 !important;}     /* rgb(36,141,172) =#248dac  or #061e40    37373737 is the dark grey*/ 
.green, a.green, .green a {color:rgb(142,186,73) !important;}     /* #8eba49 */
.gray, a.gray, .gray a {color:rgb(102,102,102) !important;}  /* #666 */
.light-gray, a.light-gray, .light-gray a {color:rgb(187,187,187) !important;}  /* #bbb */
.charcoal, a.charcoal, .charcoal a {color:rgb(51,51,51) !important;}  /* #333 */

.block-white
{
  background:#fff;
  margin-bottom: 1em;
  padding:1em 1.5em;
  box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
  border-radius:3px;
}

.block-white h1, .block-white h2, .block-white h3,
.well h1, .well h2, .well h3,
.alert h1, .alert h2, .alert h3
{margin-top:0 !important;}

.banner-white 
{
  background:#fff;
  padding: 1.25em 0em;
  font-size: 1.15em;
}

.btn-delete, a.btn-delete
{
  color:#fff;
  background: #e5444f;
  background: -moz-linear-gradient(top,  #e5444f 1%, #d63c3c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e5444f), color-stop(100%,#d63c3c));
  background: -webkit-linear-gradient(top,  #e5444f 1%,#d63c3c 100%);
  background: -o-linear-gradient(top,  #e5444f 1%,#d63c3c 100%);
  background: -ms-linear-gradient(top,  #e5444f 1%,#d63c3c 100%);
  background: linear-gradient(to bottom,  #e5444f 1%,#d63c3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5444f', endColorstr='#d63c3c',GradientType=0 );
  border: 1px solid #d02626;
}

.btn {font-family:"Basic", sans-serif; font-weight: 300; margin-bottom:0.25em; border-radius:3px; font-size:1em;}
.btn-lg {font-size:1.25em;}
.btn-sm {font-size:0.9em; padding:0.15em 0.5em;}

.btn-primary 
{
  background: rgb(10,64,125);
  border-color: #0d6683;
}
.btn-primary:hover,
.btn-primary:focus
{
  background: rgb(15,118,151);
  border-color: #0d6683;
}
.btn-primary:focus {-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .125);box-shadow: inset 0 1px 3px rgba(0, 0, 0, .125);}

.btn-success
{
  background: rgb(142,186,73);
  border-color: #6d9927;
}
.btn-success:hover,
.btn-success:focus
{
  background: rgb(115,163,41);
  border-color: #6d9927;
}
.btn-success:focus {-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .125);box-shadow: inset 0 1px 3px rgba(0, 0, 0, .125);}

.btn-default
{
  background: rgb(245,245,245);
  border-top-color: rgb(210,210,210);
  border-right-color: rgb(210,210,210);
  border-bottom-color: rgb(180,180,180);
  border-left-color: rgb(210,210,210);
  box-shadow: inset 1px 1px 3px 0 #fff;
}
.btn-default:hover,
.btn-default:focus
{
  background: rgb(235,235,235);
  border-color: rgb(190,190,190);
  box-shadow: none;
}
.btn-default:focus {-webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .15);box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .15);}

/* Miscellaneous
-------------------------------------------------- */
.clear 
{
  margin: 0;
  padding: 0;
  height: 0;
  clear: both;
}

ul.inline {margin:0 0 0 1em; padding:0;}
ul.inline li {margin:0; padding-right:1.5em; list-style:none; display:inline-block;}
ul.no-bullet li {list-style:none;}

.badges {margin-top:2em; text-align:center;}
.badges img {display:inline-block; padding-right:2em; text-align:center;}

.tags
{
  margin: 2em 0em;
  padding: 1em;
  background: #f8f8f8;
  border-radius: 5px;
}

.tags h4 
{
  margin: 0 1em 0 0;
  display: inline;
}

.tags .btn 
{
  margin: 0 0.5em 0 0;
  background: #fff;
  border-radius:5px;
  
}

.thumbnail img {padding-bottom:0.5em;}

.panel {box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);}
.panel h2 {margin-top:0;}
.panel h2 a:hover {text-decoration:none;}
.panel .badge {background:#aaa !important;}
.badge, .label {font-family:helvetica, sans-serif !important;}

.panel-image-full 
{
  margin-bottom: 0.5em;
  width: 100% !important;
  height: 240px !important;
  overflow: hidden;
  border: 1px solid #eee;
}

.note.staff {opacity:0.7 !important;}
.note .details {font-size:0.9em; font-style:normal;}
.note hr {margin:0.25em 0em;}
.note p {margin: 0.5em 0 0 0; font-size:1.15em; color:#555;}

.full-width-container {margin:0.25em 0em; height:250px; overflow:hidden; border:1px solid #eee;}
img.full-width {width:100%; background-size:cover;}

.button-square 
{
  max-width:150px;
  margin: 0 auto;
  padding:0.5em 1em;
  border: 2px solid #248dac;
  border-radius: 5px;
  color: #248dac;
  font-size:0.8em;
  text-align: center;
}
.button-square:hover {border: 2px solid #8eba49; color:#8eba49 !important;} 
.button-square:hover a {color:#8eba49 !important;} 
.button-square i {display:block; margin:0 auto;} 

div.inspectionTypeInfoBanner
{
  background: url('../images/banner-home-inspections.jpg') no-repeat;
  width:100%;
  margin: 0 0 0.5em 0;
  padding: 1em;
}

div.inspectionTypeInfoBanner h2
{
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font: bold normal 2em 'Basic', serif;
  margin-top: 130px;
  text-align: center;
}

#searchButton {margin-top:2em;}

table {margin:0 !important;}
.table thead a {font-family:helvetica, sans-serif !important;}
table th {background:#618cc8; color:#fff; text-shadow:none !important; font-family:helvetica, sans-serif;}

table th a {color:#fff; text-shadow:1px 1px 2px rgba(0,0,0,0.25);}
table th a:hover, table th a:focus {color:#fff; text-shadow:none;}
table th .desc:before
{
  content:'\f0de';
  font-family: 'FontAwesome';
  margin-right: 0.5em;
}
table th .asc:before
{
  content:'\f0dd';
  font-family: 'FontAwesome';
  margin-right: 0.5em;
}
table td a {display:block;}
.table-condensed {font-size:0.95em;}
table .btn {display:inline-block; padding:0.15em; font-size:0.85em;}

.pointer {cursor: pointer;}
.summary {color:#aaa; font-size:0.9em; font-weight:normal; margin:0; padding:0;}
.grid-view {margin-top:0 !important; padding-top:0 !important;}
.wide.form {background:#fff; padding:0.5em 1em; box-shadow:0 0 5px 0 rgba(0,0,0,0.15);}
form label {font-family:helvetica, arial, sans-serif; font-size:0.9em; color:#555;}

.panel .panel-title a {display:block;}
.panel.panel-default .panel-title {color:#061e49 !important;}
.panel.panel-default h2.panel-title {font-size:1.25em !important;}

.pager {clear:both; margin-top:1em !important;}
.pager ul li a {padding:0.5em 0.65em !important; font-size:1.25em; border-radius:3px !important; border-color:#061e49 !important; background:#061e49 !important; color:#fff !important; text-shadow:1px 1px 2px rgba(0,0,0,0.5);}
.pager ul li a:hover,.pager ul li a:focus {border-color:#8eba49 !important; background:#8eba49 !important; color:#fff !important; text-shadow:none !important;}
.pager .active a {border-color:#8eba49 !important; background:#8eba49 !important; color:#fff !important; text-shadow:none !important;}
.pager .disabled a {color:#fff !important; background:#ccc !important; border-color:#ccc !important; text-shadow:none !important;}
.pager .disabled a:hover {color:#fff !important; background:#ccc !important; border-color:#ccc !important;}

.supportTicket {margin-bottom:1em; padding-bottom:1em; border-bottom:1px dotted #ddd;}
.supportTicket h4 {margin:0; font-size:1.35em;}

/* JQuery DatePicker Fix (appearing behind content) */
.ui-datepicker { position: relative; z-index: 10000 !important; }

/* Request Work */
div.discountBox
{
  display: inline-block;
  margin-bottom: 1em;
  padding: 1em;
  border: 0.05em dashed #1988a4;
  background: #cbeaf2;
  color: #1988a4;
  font-size: 1.25em;
  text-shadow: 1px 1px 2px #fff;
  text-align: center;
  box-shadow: inset 1px 1px 3px 0 rgba(255,255,255,0.9);
}
div.discountBox:hover
{
  box-shadow: inset 1px 1px 3px 0 rgba(0,0,0,0.15);
}

div.discountBox p
{
  margin: 0;
  padding: 0;
}

div.discountBox h4
{
  color: #555;
  font-size: 1.5em;
  margin: 0 !important;
  text-shadow: 1px 1px 1px #fff;
}

div.inspectionTypeBox
{
  display:block;
  padding: 0.25em 0.5em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  font-size: 1.25em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #fff;
  background: #f9f9f9;
}
div.inspectionTypeBox label, div.inspectionTypeBox input 
{
  cursor: pointer !important;
}

div.inspectionTypeBox p
{
  vertical-align:top;
  margin:0;
  padding:0;
  display:inline-block;
}

div#inspectionTotal
{
  font-size: 1.5em;
  text-align: right;
}

div#inspectionTotal span
{
  font-size: 1.5em;
  font-weight:bold;
  color: #8eba49;
}

div#inspectionTotalSavings
{
  font-size: 1.15em;
  text-align: right;
}

div#inspectionTotalSavings span
{
  font-size: 1.15em;
  font-weight:bold;
}

div.inspectionTypeBox input
{
  display:none;
}

div.inspectionTypeBox .inspectionTypePrice
{
  font-size: 1.25em;
  float: right;
  margin-bottom: 0em;
  padding-bottom: 0em;
}
div.inspectionTypeBox .inspectionComboPrice
{
  font-size: 0.75em;
  float: right;
  margin-bottom: 0em;
  padding-bottom: 0em;
}

div.inspectionTypeBox.inspectionBoxSelected
{
  padding-left: 1em;
  background: rgba(142,186,73,0.25);
}
div.flex-parent-element
{
  display: flex;  
}
div.flex-child-element
{
  flex : 1; 
  margin : 1px;
}


/* Mobile Overrides
-------------------------------------------------- */
@media (max-width: 699px) {
  body {margin-top:0 !important; padding-top:0 !important;}
  .logo {height:60px; padding:0 0.25em 0 0.25em;}
  .navbar {min-height: 70px !important; background: rgb(8,43,110); font-size:1.25em;padding-top:0.25em;}
  .navbar .navbar-nav {float:none !important;}
  .navbar .navbar-toggle {margin-top:0.75em;}
  .navbar .navbar-nav, 
  .navbar#user .navbar-nav {float:none !important;}
  .navbar#user,
  .navbar#user {margin-top:0 !important;}
  .navbar-nav > li > a {padding:0; font-size:1em; line-height: 2em !important; text-shadow: none !important; border-bottom:1px dotted #535353;}
  .navbar-nav > li > a:hover, .navbar-nav > li > a:focus,
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus  {background:rgba(0,0,0,0.25) !important;}
  .dropdown-menu {background:rgba(0,0,0,0.15) !important;}
  .dropdown-menu li {font-size:1.15em; text-align:center; line-height: 2em !important; border-bottom:1px dotted #444;}
  .dropdown-menu li a {line-height: 2em !important;}
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus  {background:rgba(255,255,255,0.05) !important; color:#8eba49 !important;}
  .badges img {height:50px; text-align:center;}
  .carousel {padding-top:0 !important;}
  .carousel .item {height: 450px;}
  .carousel-caption {background:rgba(0,0,0,0.5); padding:0.25em; margin-top:0 !important; font-size:0.9em;}
  .carousel-caption h1 {margin-top:0; font-size:1.5em !important;}
  .carousel-caption p {line-height:1.15;}
  .button-square {font-size:0.7em;}
  .full-width-container {height:100px;}
  #searchButton {margin-top:0 !important;}
  .form-hint, .form-hint-captcha {padding-top:0 !important;}
  h1 {font-size:1.5em;}
  h2 {font-size:1.25em;}
  h3 {font-size:1.15em;}
  div.inspectionTypeBox{font-size:0.9em;}
  div.inspectionTypeBox .inspectionTypePrice{}
  div.inspectionTypeBox.inspectionBoxSelected {padding-left: 0.5em !important;}
}

@media (min-width: 1000px) and (max-width: 1250px) {
  .hidden-tablet {display:none !important;}
}

@media (min-width: 700px) and (max-width: 1199px) {
  .navbar .user .navbar-nav {float:none !important;}
  .logo {width:150px; margin-bottom:0.15em;}
  .navbar-nav > li > a {font-size:1em; line-height:2;}
  .carousel-caption {font-size:0.9em;}
  .carousel-caption h1 {margin-top:0; font-size:1.75em !important;}
  .carousel-caption p {line-height:1.15;}
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #content {min-height:535px;}
}

@media (min-width: 1400px) {
  #content {min-height:535px;}
  #footer3 ul.check.right {margin-left:2em;}
}

Window size: x
Viewport size: x
