html
{
    background: #427b86 url('../img/waves-surf.jpg')  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #3f3f3f;
}

body
{
    background: transparent;
    font-family: 'Raleway', sans-serif;
}

#topmenu
{
    background-color: transparent;
}

#topmenu .columns
{
    padding-right: 0;
}

.top-bar
{
    padding: .5rem .5rem .5rem .5rem;
    background: rgba(255,255,255,.8);
}

.top-bar, .top-bar ul 
{
    background: rgba(255,255,255,.8);
}

.top-bar-right
{
    background: rgba(255,255,255,.8);
}

.top-bar ul.menu li
{
    border-left: 1px solid #212121;
}


.title-bar
{
    background: #0d1b2e;
}

a
{
    color: #086d86;
}

.menu a
{
    font-variant: normal;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #086d86;
}

.menu a.active, .menu a:hover
{
    color: #0d1b2e;
}

#header
{
    background: transparent;
    padding-top:2.0rem;
    padding-bottom: .5rem;
}

#header img
{
    padding-top: .2rem;
    padding-bottom: .5rem;
}

#skiptocontent a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

#skiptocontent a:focus {
	position:absolute;
	left:10px;
	top:10px;
	background:#183A4F;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}

#content
{
    background-color: rgba(255,255,255,.94);
    padding-top: 2.0rem;
    padding-bottom: 1rem;
}

#footer
{
    background-color: rgba(255,255,255,.94);
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin-top: .5rem;
}

#designby
{
    margin-bottom: 2rem;
    background-color: rgba(255,255,255,.8);
}

.xtop{
    padding-top:1rem;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Raleway', sans-serif;
}

h1
{
    color: #0d1b2e;
}

h2
{
    color: #183A4F;
}

h3
{
    color: #22546A;
}

h4
{
    color: #49515C;
}

h5
{
    color: #49515C;
}

.home p.strengths {font-size: 1.25rem;font-weight:700;margin-bottom: -0.3rem;}
.home p.strengths span{text-transform:uppercase;line-height:1.0}

.slogan
{
    color: #ffffff;
    padding-left: 3.4rem;
    font-size: 110%;
    font-weight: bold;
}

hr.sep { border: solid #cdcdcd; border-width: 1px 0 0; clear: both; margin: 2rem 0 2rem; height: 0; }

.button.hollow
{
    border: 1px solid #086d86;
    color: #086d86;
}
.button:hover.hollow, .button:active.hollow{
	background-color:#fff;
    opacity: 1.0;
}

.quform-theme-minimal-light .quform-submit button.button.large{

display: inline-block;
text-align: center;
line-height: 1;
cursor: pointer;
-webkit-appearance: none;
transition: all 0.25s ease-out;
vertical-align: middle;
border: 1px solid 086d86;
border-radius: 0;
padding: 0.85em 1em;
margin: 0 1rem 1rem 0;
font-size: 1.25rem;
background: #086d86;
color: #fff;
}


.photo-wrap
{
    background: #eceaea;
    border: solid 1px #dbd9d9;
}

.photo-wrap img
{
    border-bottom: 1px solid #fff;
  
}
.photo-wrap a:hover img
{
    opacity:0.8;
}

.photo-wrap p
{
    padding: 1rem;
}

.partner-wrap{ }
.partner-wrap h3{padding: 1.2rem;  }
.partner-logo{
	padding: 1.4rem;  
}

/* Small only */
@media screen and (max-width: 39.9375em) {}


/* medium and up */

@media screen and (min-width: 40em)
{
  h1 {
    font-size: 2.5rem; }
  h2 {
    font-size: 1.9375rem; }
  h3 {
    font-size: 1.5625rem; }
  h4 {
    font-size:  1.25rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; }
    
  .xpadding
    {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    
  .top-bar
	{
    padding: .5rem .5rem .5rem 2.5rem;
	}  
    
  	.top-bar ul.menu li:last-child
	{
    border-right: 1px solid #212121;
	}
    
    .button.buttonmargin{margin: 1.5rem 1rem 1.5rem 0px;}
}

