

body {
	background: #fff;
	text-align: left;
	font-family: 'Libre Baskerville', serif;
	color: #777777;
	font-size: 17px;
	line-height: 25px;
	font-weight: 300;
}

a {
	color: #777777;
	text-decoration: none;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
a:hover, a:focus { color: #339593; text-decoration: none; }

strong { font-weight: bold; }

img { max-width: 100%; }

h1, h2 { line-height: 30px; }
h3, h4 { line-height: 30px; }

::-moz-selection { background: #F2D88D; color: #fff; text-shadow: none; }
::selection { background: #F2D88D; color: #fff; text-shadow: none; }


/***** LOGO *****/
.navbar>.container .navbar-brand {vertical-align: center}

.navbar-brand {
	width: 226px;
	height: 183px;
	background: url(../img/logo.png) center no-repeat;
	text-indent: -99999px;
}



/***** Top menu *****/
.navbar {
	margin-bottom: 0;
	background: #fff;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}
ul.navbar-nav {
	font-size: 15px;
	color: #777777;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 44px;

}
ul.navbar-nav li a {
	padding: 9px 25px;
	background: #fff;
	color: #777777;
	margin: 5px 0px;
}
ul.navbar-nav li.active a {
	background: #ffffff;
	color: #173C51;
	font-weight: 400;
	border-color: #ffffff;
}

ul.navbar-nav li a:hover, ul.navbar-nav li a:focus {
	background: #ffffff;
	border-color: #ffffff;
	color: #777777;
	font-weight: 400;
	outline: 0;
}
ul.navbar-nav li a i {
	line-height: 35px;
	color: #aaa;
}

/***** Module S1 - Full Screen Slider *****/
.slider-2-container {
	padding: 180px 0;
	margin-top: 0px;
	margin-bottom: 30px;
}

/***** Module TX1 - Centered Text - no background *****/
.ModuleTX1{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 30px;
	font-family: 'Libre Baskerville', serif;
	color: #339593;
	font-size: 24px;
	line-height: 23px;
	text-align: center;
}
/***** Module TX2 - 2 column text *****/
.ModuleTX2{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
}


/***** Module TX3 - 2 column text *****/
.ModuleTX3{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
}


/***** Module EV1  - Event Container *****/
.event-container1 {
	margin: 10px auto;
	margin-top: 50px;
	padding-top: 40px;
	padding-bottom: 30px;
	background: #FFFAFB;
	text-align: left;
}
.event-container1 h1 {
	margin-top: 0;
	font-family: 'Libre Baskerville', serif;
	font-size: 24px;
	font-weight: 500;
	color: #339593;
	line-height: 22px;
	text-align: center;
	padding-top: 20px;
}
.event-container1 h2 {
	font-family: 'Libre Baskerville', serif;
	margin-top: 0;
	font-size: 14px;
	color: #777777;
	font-weight: 300;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}


/***** Module Footer  *****/
footer {
	margin: 0 auto;
	margin-top: 0px;
	padding-bottom: 10px;
	background: #ffffff;
}

.footer-box {
	margin-top: 40px;
	margin-bottom: 0px;
	text-align: center;
}
.footer-box h3 {
	font-size: 22px;
	line-height: 22px;
	color: #2A3B4C;
	font-weight: 400;
	font-family: 'Libre Baskerville', serif;
	padding-top: 20px;

}

.footer-copyright {
	margin-top: 0px;
	line-height: 24px;
	text-align: left;
	font-size: 13px;
	font-weight: 300;
	color: #777777;
}

/******************************************************* FONT STYLING *******************************************************/
.Primary18{
	font-family: 'Libre Baskerville', serif;
	font-size: 18px;
	color: #339593;
	font-weight: 500;
	line-height: 25px;
}




/******************************************************* STYLING *******************************************************/

.lineHeight1Col{
    line-height: 30px;
}
.alignLeft{
    text-align: left;
}
.alignCenter{
    text-align: center;
}
.alignRight{
    text-align: right;
}
.italic{
    font-style: italic;
}
.textDecorationNone{
    text-decoration: none;
}
.textDecorationUL{
    text-decoration: underline;
}
.uppercase{
    text-transform: uppercase;
}
.lowercase{
    text-transform: lowercase;
}
.nocase{
    text-transform: inherit;
}
.noTextTransform{
    text-transform: none;
}

/******************************************************* POSITIONING *******************************************************/

/* Overrides */

.cursorPointer{
    cursor: pointer;
}
.floatLeft{
    float: left;
}
.floatRight{
    float: right;
}
.clear{
    clear: both;
}
.Hidden{
    display: none;
}
.overflowHidden{
    overflow: hidden;
}
.width100percent{
    width: 100%;
}
.margin0{
    margin: 0;
}
.marTop20{
    margin-top: 20px;
}
.marTop30{
    margin-top: 30px;
}
.marBot20{
    margin-bottom: 20px;
}
.marBot30{
    margin-bottom: 30px;
}
.marBot60{
	margin-bottom: 60px;
}
.padTop10{
    padding-top: 10px;
}
.padTop15{
    padding-top: 15px;
}
.padTop20{
    padding-top: 20px;
}
.padTop25{
    padding-top: 25px;
}
.padTop40{
    padding-top: 40px;
}
.padTop60{
	padding-top: 60px;
}
.padBot15{
    padding-bottom: 15px;
}

.padBot30{
	padding-bottom: 30px;
}
.padRight20{
    padding-right: 20px;
}
.padRight50{
	padding-right: 50px;
}

.padRight80{
	padding-right: 80px;
}
.padLeft20{
    padding-left: 20px;
}

.padLeft60{
	padding-left: 60px;
}