﻿body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143; }

h1, h2, h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-bottom: none;
  margin-top: 0px;
  font-size: 30px;
  font-weight: 100; }

a:hover, a:active, a:focus {
  text-decoration: white; }

#welcomearea {
	background-image:none !important;
	background-color: #003cbd !important;
}

#welcomearea {
  background-position: bottom;
  background-size: cover;
  width: 100%;
  overflow: auto;
  padding-bottom: 3em; 
  min-height: calc(100vh - 321px); }
  #welcomearea h1, #welcomearea h2, #welcomearea h3 {
    color: #fff; }
  #welcomearea h1 {
    font-size: 400%;
    font-weight: 100;
    /*text-transform: uppercase;*/
    line-height: 1.15;
    margin-top: 36px;
    margin-bottom: 12px;
    text-transform: none; }
  #welcomearea h2 {
    line-height: 1.3;
    text-transform: none; }
  #welcomearea a:hover, #welcomearea a:active, #welcomearea a:focus {
    color: #fff !important; }
  #welcomearea .button {
    color: #fff;
    border: 1px solid #d8dee3;
    margin: 5px 0; }

#content a:hover, a:active, a:focus {
  color: #1a5f8c !important; }

#callouts {
  background-color: #f1f1f1;
  color: #b4b4b4; }
  #callouts [class*="col-"] {
    min-height: 220px;
    padding: 20px;
    border-left: 1px solid #d1d1d1; }
    #callouts [class*="col-"]:first-child {
      border-left: none; }
    @media (max-width: 62em) {
      #callouts [class*="col-"] {
        border-left: none; } }
  #callouts h3 {
    font-size: 250%;
    font-weight: 300;
    color: #7d7d7d;
    margin-top: 10px; }
  #callouts strong {
    text-transform: uppercase; }
  #callouts small {
    font-size: 85%; }
  #callouts .button {
    color: #969696;
    border: 1px solid #969696; }
    #callouts .button:hover {
      box-shadow: 0px 0px 3px #969696; }

.logo {
  padding-top: 10px;
  padding-left: 0px; }
  .logo img {
    height: 30px; }

.button {
  background-color: transparent;
  height: 42px;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 6px;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border: 1px solid #227cb7; }
  .button:hover {
    box-shadow: 0px 0px 3px #fff; }
  .button:focus {
    text-decoration: none; }

.pad50 {
  padding: 50px;
  padding-bottom: 50px; }

.navbar-nav > li > a {
  color: #fff; }

.navbar-nav > li > a:hover,
.navbar-nav > li > a:active,
.navbar-nav > li > a:focus {
  color: #fff !important;
  background-color: inherit !important;
  text-decoration: underline !important; }

.navbar-toggle,
.icon-bar {
  color: #fff; }

footer {
  min-height: 50px;
  background-color: #272727;
  margin-top: 0px;
  color: #b7b7b7;
  font-size: 16px;
  padding: 20px; }

::-webkit-input-placeholder {
  color: #FFF; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF; }

:-ms-input-placeholder {
  color: #FFF; }

.whitetitle {
  margin-top: 20px;
  color: black; }

.form-control {
  width: 50% !important;
  display: inline-block; }

.form-group {
  width: 100% !important;
  display: inline-block; }

button[type="submit"] {
  width: 150px; }
  @media (max-width: 34em) {
    button[type="submit"] button[type="submit"] {
      width: 30%; } }

/* ----------------------------------------------------
-- Mobile navigation template
------------------------------------------------------*/
/* Dropdown */
#LICleanFrontpage {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 200px; }
  #LICleanFrontpage a {
    display: block;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding: 5px 10px;
    margin: 0; }
    #LICleanFrontpage a:hover {
      background: #227cb7; }

.dropdown-menu {
  left: auto;
  right: 0; }

.frontpage-button-mobile {
  background: none;
  color: white;
  margin: 10px 0 0 0;
  padding: 7px 20px;
  border: 1px solid rgba(226, 226, 226, 0.2);
  /*box-shadow: 0px 0px 19px 1px rgba(51, 132, 181, 0.92);*/ }
  .frontpage-button-mobile:hover {
    background: rgba(226, 226, 226, 0.05);
    color: white; }

#q {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 5px;
  padding-bottom: 5px;
  height: 42px; }

#navbar
#frontpage-brand {
  margin-top: 3px; }

/* ----------------------------------------------------
-- Custom
------------------------------------------------------*/
.frontpage-tile {
  min-height: 100px;
  margin: 10px;
  color: white;
  font-size:18px
}

.frontpage-tile:hover {
color: white !important;
font-weight: 500 !important;
letter-spacing: 0.5px;
background: none;
-webkit-box-shadow: 0px 2px 20px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 2px 20px -10px rgba(0,0,0,0.57);
transition: all 0.1s ease 0s;
}

#search-results {
	display: none;
	position: relative;
	background: #fff;
	width: 100%;
	height: 310px;
	overflow: auto;
	text-align: left;
	padding: 10px 20px 2px 20px;
	border-radius: 6px;
	margin-left: auto;
	margin-right: auto;
	animation: fadein 1s;
	
}
#search-results a#search-close {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
}
#search-results a#search-close img {
	width: 18px;
}
#search-results h4 {
	color: #000 !important;
}
#search-results ul {
	list-style-type: none;
	padding: 0;
	line-height: 22px;
	font-size: 13px;
}
#search-results a {
	color: #337ab7 !important;
}
#search-results a:hover, #search-results a:active, #search-results a:focus {
	color: #23527c !important;
	text-decoration: underline;
}
.thread-updated {
	font-size: 10px;
	line-height: 10px;
}
@@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}