
body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #505050;
}

h1{
	font-size: 28px;
	color: #557db9;
	font-weight:bold;
}

.subtitle_style{
	font-size: 22px;
}

.form-group{
	font-size: 15px;
	padding-bottom: 15px;
}
.form-sm{
	font-size: 12px;
	line-height:15px;
}

.thumb_block {
/*	min-height: 370px;
	height: 370px;*/
	overflow: hidden;
	text-align:center;
	padding: 10px;
}
.thumb_container{
	height: 185px;
}
.thumbnail{
	margin: 0 auto;
	height: 100%;
	width: auto;
	max-width: 100%;
}
.red{
	color: red;
}
.input-group-addon:first-child {
    top: 0;
}
.block_panel {
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0px 0px 8px 2px  #999999;
    padding-bottom: 16px;
    background-color: transparent;
}
.navigation{
	background-color: #557dba;
}
.navigation .navbar-nav>li>a{
    color: white;
    font-size: 18px;
    padding: 10px;
    border-radius: 10px;
	margin: 8px 8px 8px 8px;
}
.navigation .navbar-nav>li>a:hover, .navigation .navbar-nav>li>a:active{
	background-color: white;
	color: #557dba;
}

@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: white;
    background-color: transparent;
}	
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: white;
}
}

#phone a, #phone a:visited, #phone a:hover{
	color: #fff;
	text-decoration:none;
}

#whitelink a, #whitelink a:visited, #whitelink a:hover{
	color: #fff;
	text-decoration:underline;
}

.footer-container {
	background-color: #505050;
	color: white;
	padding-top: 26px;
	padding-bottom: 26px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.home-header{
  font-size: 40px;
  font-family: Tahoma, Geneva, sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

#footer_phone{
  font-size: 36px;
  font-weight: bold;
  line-height: 0.944;
}

.home-page-column{
	 margin-top: 45px; margin-bottom: 45px;
}
.home-page-column h2{
	font-weight: bold;
	font-size: 28px;
	white-space: nowrap;
}
.header_link{
  font-size: 16px;
  font-family: Tahoma, Geneva, sans-serif;
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform:uppercase;
  margin-left: 20px;
  white-space:nowrap;
  text-decoration:none;
}
.header_link:hover{
  text-decoration:none;
  color: #557db9;
}
}

/* DEVICE SPECIFIC STYLES */
/* Up to tablet screen width */
@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: white;
    background-color: transparent;
}	
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: white;
}

.text-primary{
	font-size: 24px;
	color: #557db9;
	font-weight:bold;
}
h1{
	font-size: 22px;
}

}

/* Up to computer screen width */
@media (min-width: 1024px){
#president_row{
    margin-right: 60px;
    margin-left: 60px;
}
.special_header_column{
	vertical-align: bottom !important;
    display: flex;
    height: 90px;
    align-items: flex-end;
}
}
/*Textarea auto-resize*/
textarea{
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}
/*.datepicker table tr td.active{
	background-image:none !important;
	background-color: white !important;
	color: #505050 !important;
}*/