/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */
.hidden {
	display:none;
}

.front #block-block-1 {
    display: none;
}

#page-content .text.first-line {
    font-weight: bold;
	margin-top: 15px;
}

.grey-wrapper {
    background: rgb(231,232,234);
    padding-top: 20px;
    padding-bottom: 20px;
}

.not-member-text {
    font-family: 'Yellowtail', cursive;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    margin-top: 15px;
}

#page-content .action-section .float a span {
    display: inline-block;
    background: rgb(50,205,51);
    color: #fff;
    font-size: 20px;
    width: 230px;
    line-height: 58px;
}

a.btn span.join-us {
    display: inline-block;
    background: rgb(50,205,51);
    color: #fff;
    font-size: 20px;
    width: 230px;
    line-height: 58px;
}

.grey-wrapper .search-blocks {
    text-align: center;
    background: #e8e8e8;
    padding-top: 10px;
	margin: 0 auto;
}

.grey-wrapper .search-block {
    margin-bottom: 15px;
}

.grey-wrapper .sg_heading {
    color: #2CBED7;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

.grey-wrapper .sg_text {
    font-size: 14px;
    line-height: 16px;
}

#page-title {
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5)
}