/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
.custom-logo {
	display: inline-block;
  width: 372px;
  height: 56px;
  background: url(../../../images/logos/fas-logo.png) 50% 50% no-repeat;
  background-size: contain;
}

h1 {
font-size: 28px!important;
line-height: 33px!important;
}

.no-padding {
    padding: 0;
}

#header {
  border-bottom: 5px solid #CC3333;
  margin: 25px 10px 5px 10px
}

#footer {
  margin: 20px 10px;
}

.top-a-line #top-a, .bottom-b-line #bottom-b {
position: relative;
margin-top: 5px;
}

.top-a-line #top-a:before, .bottom-b-line #bottom-b:before {
border-bottom: none;
}

#bottom-b .mod-box, #bottom-b .mod-plain, #top-a .banner, #footer {
border-top: 5px solid #CC3333;
}

.menu-dropdown a.level1, .menu-dropdown span.level1 {
font-size: 14px;
text-transform: uppercase;
}

.menu-dropdown a.level2 > span, .menu-dropdown span.level2 > span {
  font-size: 14px;
  line-height: 16px;
  padding: 4px 0;
}

.menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span {
  padding: 0 5px;
}

.searchbox input {
  font-size: 14px;
  text-transform: uppercase;
}

#menu, #search {
  margin: 15px 0 25px 0;
}

#footer .left {
float: left;
width: 50%;
text-align: left!important;
padding: 10px 0 5px 0;
}

#footer .right {
float: right;
width: 50%;
text-align: right;
padding: 10px 0 5px 0;
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.custom-logo { height: 60px; }
	
}

#top-b .mod-plain h1.frontpage {
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 55px;
}

#bottom-b .mod-plain .frontpage { margin: 30px 10px 30px 0; }

#top-b .mod-plain h1.frontpage,
#bottom-b .mod-plain .frontpage a { color: #8699a9; }

.frontpage-padding-top { padding-top: 50px; }
.frontpage-padding-bottom { padding-bottom: 50px; }


 /* Frontpage Responsive
 ----------------------------------------------------------------------------------------------------*/

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

	.frontpage-padding-top { padding-top: 10px; }
	.frontpage-padding-bottom { padding-bottom: 0px; }

}

/* Only Phones */
@media (max-width: 767px) {

	.frontpage-icons img { width: 70px; }

}