﻿body,html  {
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    font-size:16px;
}
h1, h2, h3, h4, havbar-nav a {
    font-family: 'Roboto', sans-serif;
    font-weight:500;
}

h2.home {
    margin-top:0;
    color:#333;
    font-size:22px;
}

strong, label {
    font-weight:500;
}

.container {
    max-width:1100px;
}

.navbar-inverse {
    background-color:#428bca;
}
..navbar-inverse .navbar-brand {
    color:white;
}
.navbar-inverse .navbar-nav > li > a {
    color:white;
    text-decoration:none;
}

.dropdown-menu > li > a {
    text-decoration:none;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

h1,h2,h3,h4 {
    color:#428bca
}

.p-0 {
	padding:0 !important;
}

.b-t-0 {
	border-top:0 !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.table.no-border td {
	border:0;
}
.table.no-margin {
	margin:0;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color:white;
    border-top-color:white;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-bottom-color:#8cbee9;
    border-top-color:#8cbee9;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color:#1a5f9a;
}


.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus
{
    background-color: #8cbee9;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color:#549cdb;
}

.required:after {
    content:' *';
    color:#8cbee9;
}


@media (max-width:1100px) {
    .navbar-nav a {
        font-size:11px;
    }
}

    .navbar-nav > li > a {
        padding-left:10px;
        padding-right:10px;
    }

@media (min-width:768px) and (max-width:1000px) {
    .navbar-nav a {
        font-size:12px;
    }
    .navbar-nav > li > a {
        padding-left:14px;
        padding-right:8px;
    }
}

@media (max-width:768px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color:white;
    }
}

.address {
}

.field-validation-error {
    color: #ff0000;
}

.bodyimage {
    background-color:#666554;
    padding:10px;
    margin-left:10px;
}

.testimonial {
    margin:0 40px;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
}
.testimonial.last {
    border-bottom:0;
}

.testimonial:before {
    content:url('/Images/quote-open.png');
    position: relative;
    top:20px;
    left:-40px;
}

.testimonial:after {
    position:relative;
    content:url('/Images/quote-close.png');
    top:-40px;
    float:right;
}


/* Settings - feel free to play with these */
$overlay_opacity: 0.3; /* 0-1 */
$overlay_pattern: 'https://d3k5xyayaartr5.cloudfront.net/_assets/pattern-overlays/patterns/black-medium-checks.png'; /* Grab the url of a png from here - http://html5backgroundvideos.com/pattern-overlays */

/**
 * This part should be set separately for each video
 * if there are multiple videos in your site.
 * I.e. '.demo-video-wrapper' is the name of this particular video
 */
.demo-video-wrapper {
	background-image: url(https://d3k5xyayaartr5.cloudfront.net/_assets/home-video/beach-waves-loop.jpg);
}

/* Video overlay and content */
.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none; /* Allows right click menu on the video */
	background: url('/Images/overlay-pattern.png') left top repeat;
    opacity: 0.9;
}
.video-hero--content {
	position: relative;
	text-align: center;
	color: #FFF;
  margin: 150px 0;
	text-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.video-hero--content h2 {
	font-size: 34px;
	margin: 0 0 10px;
}
.video-hero--content p {
	font-size: 20px;
	margin: 0;
}

/* Other stuff */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #666;
}
a {
	text-decoration: underline;
	/*color: #a46497;*/
    color:#428bca;

}
    a:hover {
        text-decoration: none;
    }
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.page-width {
	width: 92%;
	max-width: 960px;
	margin: 0 auto;
}
/*#header {
	background: #2c2d33;
	padding: 2em 0;
}
.header a {
	color: #FFF;
    text-decoration:none;
}*/
.title {
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.subtitle {
	display: block;
	font-weight: normal;
	font-size: 15px;
	color: #959699;
}
a:hover .subtitle {
	color: #FFF;
}
#site-title {
	float: left;
	margin: 0;
}
#content {
	padding: 40px 0;
}


/* CSS from jQuery Background Video plugin */
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    	background-size: cover;
}
.jquery-background-video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	    	transform: translate(-50%,-50%);
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
	opacity: 0;
	-webkit-transition: opacity 300ms linear;
			transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
	opacity: 1;
}

/**
 * Pause/play button
 */ 
.jquery-background-video-pauseplay {
	position: absolute;
	background: transparent;
	border: none;
	box-shadow: none;
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
	padding: 0;
	cursor: pointer;
	outline: none !important;
}
.jquery-background-video-pauseplay span {
	display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
	left: 10px;
}


.unslider-arrow, .unslider-arrow.next {
		display: block;
		width: 32px;
		height: 32px;

		top: 50%;
		right: 0;
		left: auto;
		margin-top: -16px;

		overflow: hidden;

		background: rgba(0,0,0,.2) no-repeat 50% 50%;
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==');
		background-size: 7px 11px;

		border-radius: 32px;
		text-indent: -999em;

		opacity: .6;
		transition: opacity .2s;
	}
		.unslider-arrow:hover {
			opacity: 1;
		}
		.unslider-arrow.prev {
			left: 0;
			right: auto;
			-ms-transform: rotate(-180deg);
			transform: rotate(-180deg);
		}

#timelyWidget {
    width:100%;
    height:500px;
    border:1px solid #4f606b
}

@media (max-width:700px)
{
    #timelyWidget {
        width:400px;
    }
}

@media (max-width:450px)
{
    #timelyWidget {
        width:380px;
    }
}

@media (max-width:400px)
{
    #timelyWidget {
        width:350px;
    }
}

@media (max-width:365px)
{
    #timelyWidget {
        width:330px;
    }
}


.alert.shifting {
	font-size:18px;
	padding-left:50px;
}

.alert.shifting p {
	margin-bottom:10px;
}

.alert.shifting strong {
	font-size:25px;
	margin-bottom:20px;
}

.alert.shifting strong.smaller {
	font-size:18px;
}

.alert.shifting .glyphicon {
	margin-left:-32px;
}

.validation-summary-errors {
	background-color:#db2020;
	color:white;
}