﻿

/* --------------------------------------------------------------------------------
Slogan
-------------------------------------------------------------------------------- */

.slogan h1
{
	font-size:28px;
	line-height:34px;
}

.slogan p
{
	font-size:20px;
	line-height:28px;
}


.image-gallery a
{
    width: calc(50% - 24px);
    height: 0;
    padding-top: 28%;
    margin: 0 24px 24px 0;
    float: left;
    -moz-border-radius: 15px 0;
    -webkit-border-radius: 15px 0;
    border-radius: 0;
    background-color: #EEE;
    background-image: url(/images/preloader-gallery.gif);
    background-position: center center;
    background-repeat: no-repeat;
    transition: border-radius 0.125s ease;
    position: relative;
}


/* --------------------------------------------------------------------------------
Content
-------------------------------------------------------------------------------- */
.content h2
{
	font-size:20px;
	line-height:28px;
}

.content .column
{
	-webkit-column-count:1;
	-moz-column-count:1;
	column-count:1;
}



/* --------------------------------------------------------------------------------
Footer
-------------------------------------------------------------------------------- */
#footer-content
{
    display:initial;
	float:left;
	height:auto;
}

.footer-content-box
{
	clear:both;
	width:100%;
	height:auto;
}

.content img
{
	width:100%;
}


/* --------------------------------------------------------------------------------
Form
-------------------------------------------------------------------------------- */
.formtwo1
{
    float:left;
    width:100%;
}

.formtwo2
{
    float:left;
    width:100%;
}

.topLabel input, .topLabel select
{
    width:100%;
}

.textboxmedium textarea
{
    
    width:100%;
}
