
/*Basic styles*/
html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	scrollbar-face-color: #9eab14;
	font-family: 'PT Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: bold;
}

h2 {
    color:#007cc3;
    margin-bottom:40px!important;
}

a {
	transition: 0.2s ease all;
}

a:focus {
    text-decoration:none!important;
}

	a:hover {
		text-decoration: none !important;
	}

.not-click {
    pointer-events: none;
    cursor: default;
}

img {
	max-width: 100%;
}

blockquote {
    padding:0 40px;
    font-size: 24px;
}

blockquote h2, blockquote h3, blockquote p {
    padding-top:5px;
}

abbr[data-original-title], abbr[title] {
    cursor: auto;
    border: medium none !important;
    text-decoration: none!important;
}

.responsive-image {
	width: 100%;
	height: auto;
}

.retina-image {
	width: 50%;
	height: auto;
}

.align-bottom {
	align-self: flex-end;
}

.bottom-align {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hidden {
	display: none;
}

.never-show {
	display: none !important;
}

.min-height-0 {
	min-height: 0 !important;
}

.no-margin {
    margin:0!important;
}

.horizontal-padding {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.horizontal-padding-large {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.horizontal-margin {
	margin: 0 60px;
}

.vertical-padding-xl {
	padding-top: 90px;
	padding-bottom: 90px;
}

.vertical-padding-large {
	padding-top: 60px;
	padding-bottom: 60px;
}

.padding-bottom-large {
    padding-bottom: 60px;
}

.vertical-padding-medium {
	padding-top: 40px;
	padding-bottom: 40px;
}

.vertical-padding {
	padding: 20px 0;
}

.long-bottom {
	padding-bottom: 120px !important;
}

.extra-long-bottom {
	padding-bottom: 420px !important;
}

.extra-padding-left {
    padding-left:25px!important;
}

.extra-padding-right {
    padding-right: 25px !important;
}

.text-right {
	text-align: right;
}

.blue-bg {
	background-color: #007cc3;
}

.green-bg {
	background-color: #77cbc4;
}

.gray-bg {
	background-color: #d8d8db;
}

.green-text, .green-text p {
	color: #77cbc4;
}

.light-text {
	color: #fff;
}

.dark-text {
	color: #000;
}

.medium-text {
	color: #8a8a8d;
}

.bold-text, .bold-text p {
	font-weight: bold;
}

.text-18, .text-18 p {
	font-size: 18px;
}

.uppercase-link {
	text-transform: uppercase;
}

.border-bottom-1-white {
	border-bottom: 1px solid #fff;
}

.border-bottom-1-blue {
    border-bottom: 1px solid #007cc3;
}

.no-min-height {
	min-height: 0 !important;
	padding: 60px 0;
}

.two-column-wrap {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}

.three-column-wrap {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
}

.vertical-align {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}


.no-horizontal-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.no-padding-left {
	padding-left: 0 !important;
}

.xs-less-padding {
	padding-left: 2px !important;
	padding-right: 2px !important;
}

.padding-bottom {
	padding-bottom: 60px;
}

.padding-bottom-larger {
	padding-bottom: 90px;
}

.padding-top {
	padding-top: 60px;
}

.padding-top-small {
	padding-top: 20px;
}

/**umb_name:gradient-overlay*/
.gradient-overlay {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 43%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 43%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 43%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.right-border-black-1  {
    border-right:1px solid #000;
}

/**umb_name:hr*/
hr {
	width: 13%;
	background: #333;
}

.column {
    /* These are technically the same, but use both */
    /* overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    This is the dangerous one in WebKit, as it breaks things wherever
    word-break: break-all; */
    /* Instead use this non-standard one: 
    word-break: break-word;*/
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/*Header styles*/

header {
	padding: 0;
}

.logo-link {
	margin: 0 auto;
}

.logo {
	max-width: 250px;
	padding: 25px 0;
}

.navbar-header {
	height: 130px;
	width: 130px;
}

.navbar-toggle {
	display: table;
	float: none !important;
	margin: 30px auto;
}

.navbar-toggle .icon-bar {
    display:table;
    margin:0 auto;
}

.navbar-open::after {
    content: "MENU";
    display:block;
    position:relative;
    color:#fff;
    letter-spacing:9px;
    margin-top:5px;
    margin-left:1px;
    margin-right:-9px;
}

.navbar {
	margin-bottom: 0;
	margin: 0;
	padding: 0;
	height: auto;
	min-height: 0;
	border: medium none !important;
	border-radius: 0;
}

.navbar-collapse {
    border-top:medium none!important;
    box-shadow:none!important;
}

    .nav > li > a, .nav .open > a, .nav .open > a:focus, nav .open > a:hover, .nav > li > a:focus, .nav > li > a:hover {
        color: #fff !important;
        text-transform: uppercase!important;
        font-size: 17px;
        font-weight: bold;
        margin-right: 1px;
        background-color: transparent;
        z-index: 1;
        padding: 50px;
    }

	.nav > li > a:hover {
		color: #77cbc4 !important;
		background-color: transparent;
	}

        .nav > li > a font {
            height: 11px;
            text-overflow: ellipsis;
            display: block;
        }

.nav > li:first-child a, .nav li.open:first-child > a {
    padding-left: 32px;
}

.nav > li:last-child a {
    margin-right: 0px;
}


span.pipe, span.caret {
	display: none;
}

.nav > li:last-child a .pipe {
	display: none;
}



.navbar-toggle .icon-bar {
	background: #fff;
	width: 65px;
	height: 6px;
}

	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 8px;
	}

.navbar-toggle .icon {
	font-size: 100px;
	color: #fff;
}

.navbar-close {
	margin: 0 auto;
}

#bs-example-navbar-collapse-1 {
	height: 0;
}

.dropdown-menu:not(.bootstrap-datetimepicker-widget) {
	background-color: #77cbc4;
	color: #fff;
	border: medium none;
	/*margin-top: 1px !important;*/
}


    .dropdown-menu:not(.bootstrap-datetimepicker-widget) > li > a {
        color: #fff;
        text-transform: uppercase;
        padding:3px 50px;
    }

.dropdown-menu.one > li > a {
    padding: 3px 50px 3px 32px !important;
}

        .dropdown-menu:not(.bootstrap-datetimepicker-widget) > li > a:focus, .dropdown-menu:not(.bootstrap-datetimepicker-widget) > li > a:hover {
            background-color:#007cc3!important;
        }

.navbar-form {
	position: absolute;
	z-index: 99;
	border-bottom: 1px solid #007cc3 !important;
	/*max-width: 250px;*/
	right: 60px;
}

::-webkit-input-placeholder {
	color: #007cc3 !important;
}

:-moz-placeholder { /* Firefox 18- */
	color: #007cc3;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #007cc3;
}

:-ms-input-placeholder {
	color: #007cc3;
}

.search-button, .modal-search-button {
	background: url(/content/images/search.svg) center center no-repeat transparent;
	font-size: 0;
	color: transparent;
	background-size: 70%;
	height: 40px;
	width: 40px;
	margin: 0 !important;
	border: medium none;
	display: inline-block;
}

.modal-search-button {
    float:right;
    margin-top:3px!important;
}

.form-group {
	float: none;
}

.form-control {
	border: medium none !important;
	border-radius: 0;
	min-width: 75px !important;
	width: 100% !important;
	margin: 0 !important;
	box-shadow: none;
	text-align: right;
	color: #007cc3;
	text-transform: uppercase;
}

.grid-search, .fulltextsearch_searchbox {
    border: medium none !important;
    border-radius: 0;
    min-width: 75px !important;
    width: auto!important;
    margin: 0 auto !important;
    box-shadow: none;
    text-align: left;
    color: #007cc3;
    text-transform: uppercase;
    border-bottom: 1px solid #007cc3 !important;
    
    outline: none !important;
}

.bg-loading {
    background:url(/content/images/Loading_icon.gif) center center no-repeat transparent;
}

/*Search Results Page*/
.fulltextsearch_searchboxcontainer {
    max-width:380px;
    display:table;
    margin:0 auto;
}

.fulltextsearch_searchbutton {
    display: inline-block !important;
    -webkit-appearance: none !important;
    border: medium none;
    background-color: transparent;
    background: url(/content/images/search.svg) center right no-repeat transparent;
    color:transparent;
    font-size:0;
    height:30px;
    width:30px;
}

.fulltextsearch_pagination {
    padding:20px 0;
}

.fulltextsearch_pagination_ul {
    margin: 0;
    padding: 10px 0 0;
}

    .fulltextsearch_pagination_ul li {
        display: inline-block;
        padding: 5px 10px;
        background-color:#007cc3;
        color:#f1f1f1;
    }

    .fulltextsearch_pagination_link {color:#fff!important;}

.fulltextsearch_thispage {
    background-color: #e9eff3!important;
    color:#007cc3!important;
}

.fulltextsearch_previous_inactive, .fulltextsearch_next_inactive {
    display: none !important;
}

.fulltextsearch_results_heading, .fulltextsearch_error {
    font-size: 24px;
    padding: 30px 0;
}

.fulltextsearch_result {
    padding: 20px 0;
    border-bottom: 1px solid #007cc3;
}

    .fulltextsearch_result:last-of-type {
        border-bottom: 1px solid #007cc3;
        margin-bottom: 30px;
    }

.ie .grid-search {
    background-position-x:275px;
}

    .grid-search:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: medium none !important;
        border-bottom: 1px solid #007cc3 !important;
        outline: none !important;
    }

.ie .grid-search:focus {
    background:none!important;
}


/*Slider Styles*/
.owl-carousel {
	height: 600px;
	background: #000;
}

.carousel {
	background: transparent !important;
}

.carousel-item {
	text-align: center;
}

	.carousel-item a, .carousel-item img {
		display: inline-block;
	}

.carousel .owl-controls .owl-prev {
	background: url(/content/images/dark_arrow_l.svg) center center no-repeat transparent !important;
	width: 55px !important;
	height: 65px !important;
	top: 0 !important;
}

.carousel .owl-controls .owl-next {
	background: url(/content/images/dark_arrow_r.svg) center center no-repeat transparent !important;
	width: 55px !important;
	height: 65px !important;
	top: 0 !important;
}

.owl-item {
	max-width: 100% !important;
	min-height: 600px;
}

.owl-prev {
	position: absolute;
	top: 200px;
	left: 10px;
	background: url(/content/images/arrow_l.svg) center center no-repeat transparent !important;
	width: 60px;
	height: 75px;
	background-size: cover !important;
	/*color:transparent!important;*/
	color: rgba(0,0,0,0) !important;
	text-decoration-color: transparent !important;
	-webkit-text-fill-color: rgba(0,0,0,0) !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 999;
}

.owl-next {
	position: absolute;
	top: 200px;
	right: 10px;
	background: url(/content/images/arrow_r.svg) center center no-repeat transparent !important;
	width: 60px;
	height: 75px;
	background-size: cover !important;
	color: rgba(0,0,0,0) !important;
	text-decoration-color: transparent !important;
	-webkit-text-fill-color: rgba(0,0,0,0) !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 999;
}

.no-carousel {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	min-height: 500px;
}

	.no-carousel .item img {
		width: 100%;
		height: auto;
	}

	.no-carousel .item .caption .title {
		font-size: 60px;
	}

.item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition: 0.3s ease all;
    background-blend-mode: multiply;
}

    .item.blue {
        background-color:#007cc3!important;
    }

    .item.green {
        background-color: #77cbc4!important;
    }

    .item.black {
        background-color: #000 !important;
    }

    .item.white {
        background-color: #fff !important;
    }

    .item.gray {
        background-color: #e9eff3 !important;
    }


.color-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0, 0, 0, .6);*/
}

.item .caption {
	position: relative;
	width: 100%;
	text-align: center;
	min-height: 100px;
	padding: 100px 0 60px 0;
}

.caption .title {
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: bold;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
    padding-bottom:0;
}

.caption .subcaption {
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: bold;
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 0;
}

.caption .summary p {
	font-size: 16px;
	color: #fff;
}

.item.blue .caption .summary p a:link, .item.blue .caption .summary p a:active, .item.blue .caption .summary p a:visited {
    color: #78cbc4 !important;
}

        .caption .summary p a:hover {
            color: #e9eff3 !important;
        }

.item.green .caption .summary p a:link, .item.green .caption .summary p a:active, .item.green .caption .summary p a:visited {
    color: #007cc3 !important;
}


.caption .summary h4 {
	font-size: 16px;
	color: #fff;
	font-family: 'PT Sans Caption', sans-serif;
}

.flourish {
	width: 60px;
	display: table;
	margin: 20px auto;
	padding: 20px 0;
}

.flourish-green {
    width: 60px;
    display: table;
    margin: 20px auto;
    padding: 40px 0 10px;
}

    .flourish::before, .flourish-green::before {
        content: " ";
        display: block;
        height: 10px;
        width: 10px;
        background-color: #fff;
        position: relative;
        margin: 0 auto;
        border-radius: 10px;
        top: -13px;
    }

    .flourish::after, .flourish-green::after {
        content: " ";
        display: block;
        height: 2px;
        width: 60px;
        background-color: #fff;
        position: relative;
        border-radius: 0px;
        top: -19px;
    }

	.flourish.green::before, .flourish-green::before {
		background-color: #77cbc4;
	}

	.flourish.green::after, .flourish-green::after {
		background-color: #77cbc4;
	}

    .flourish.blue::before, .flourish-blue::before {
        background-color: #007cc3;
    }

    .flourish.blue::after, .flourish-blue::after {
        background-color: #007cc3;
    }

.box {
	width: 300px;
	height: 50px;
	position: relative;
	background: transparent;
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	color: #2c3e50;
	-webkit-transition: background 0.4s 0.5s;
	transition: background 0.4s 0.5s;
}

	.box:hover {
		background: rgba(255,255,255,0);
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}

	.box span {
		padding: 0 5px 5px;
		position: relative;
		top: -5px;
	}

	.box h3,
	.box span {
		-webkit-transition: color 0.4s 0.5s;
		transition: color 0.4s 0.5s;
	}

	.box:hover h3,
	.box:hover span {
		color: #fff;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}

	.box svg {
		position: absolute;
		top: 0;
		left: 0;
	}

		.box svg line {
			stroke-width: 3;
			stroke: #fff;
			fill: none;
			-webkit-transition: all .8s ease-in-out;
			transition: all .8s ease-in-out;
		}

	.box:hover svg line {
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}

	.box svg line.top,
	.box svg line.bottom {
		stroke-dasharray: 300 150;
	}

	.box svg line.left,
	.box svg line.right {
		stroke-dasharray: 50 50;
	}

	.box:hover svg line.top {
		-webkit-transform: translateX(-450px);
		-moz-transform: translateX(-450px);
		-ms-transform: translateX(-450px);
		-o-transform: translateX(-450px);
		transform: translateX(-450px);
	}

	.box:hover svg line.bottom {
		-webkit-transform: translateX(450px);
		-moz-transform: translateX(450px);
		-ms-transform: translateX(450px);
		-o-transform: translateX(450px);
		transform: translateX(450px);
	}

	.box:hover svg line.left {
		-webkit-transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-o-transform: translateY(100px);
		transform: translateY(100px);
	}

	.box:hover svg line.right {
		-webkit-transform: translateY(-100px);
		-moz-transform: translateY(-100px);
		-ms-transform: translateY(-100px);
		-o-transform: translateY(-100px);
		transform: translateY(-100px);
	}

	/* Color */
	.box:hover span {
		color: #77cbc4;
	}

    .green .box:hover span {
        color: #007cc3;
    }

    .green .box:hover svg line {
        stroke: #007cc3;
    }

    .box.light:hover span {
        color: #007cc3;
    }

	.box svg line {
		stroke-width: 3;
	}

	.box:hover svg line {
		stroke: #77cbc4;
	}

    .box.light:hover svg line {
        stroke: #007cc3;
    }

 .box {
	margin-top: 60px;
	border-radius: 0px;
	padding-top: 10px;
	color: #ffffff;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	transition: 0.2s ease all;
}

	 .box:before {
		content: " ";
		display: block;
		height: 10px;
		width: 10px;
		border-radius: 10px;
		background: #fff;
		margin: 0 auto;
		position: relative;
		top: -15px;
		transition: 0.3s ease all;
	}


    .caption i.hero-icon {
        color:#fff;
        font-size:90px;
        margin-top:30px;
    }

	.box:hover:before {
		background: #77cbc4;
	}

    .green .box:hover:before {
        background: #007cc3;
    }

.box.light:hover:before {
    background: #007cc3;
}


.caption i.hero-icon {
	color: #fff;
	font-size: 90px;
}

.caption .btn {
	padding: 10px 40px 20px !important;
}

	.caption .btn:before {
		content: " ";
		display: block;
		height: 10px;
		width: 10px;
		border-radius: 10px;
		background: #fff;
		margin: 0 auto;
		position: relative;
		top: -16px;
		transition: 0.3s ease all;
	}

.owl-pagination {
	position: absolute;
	top: 0;
	right: 0;
	margin: 30px;
}

.owl-page span {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	margin-right: 60px;
	width: 100%;
	height: 40px;
}

.owl-page {
	opacity: 0.5;
}

	.owl-page.active {
		opacity: 1;
	}

	/*.owl-pagination::after {

}*/

	.owl-page span::before {
		content: " ";
		display: inline-block;
		height: 17px;
		width: 17px;
		background: #fff;
		border-radius: 17px;
		position: absolute;
		right: 25px;
	}

	.owl-page span::after {
		content: " ";
		display: inline-block;
		position: relative;
		width: 3px;
		height: 23px;
		background-color: #fff;
		top: 17px;
		right: 32px;
		float: right;
		opacity: 0.4;
	}

	.owl-page:last-child span::after {
		display: none;
	}

	.owl-page:nth-child(1) span::before {
	}


/*Sections*/

/*section.section-normal div div div {
    min-height:400px;
}*/

section p {
	font-size: 24px;
	color: #666;
}

section.gray-section {
	color: #fff;
}

	section.gray-section .color-overlay {
		background: rgba(0, 0, 0, .4);
	}

section.light-section h2 {
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: bold;
	font-size: 48px;
	color: #ffffff;
}

section.light-section h3 {
	text-transform: lowercase;
	color: #01acd5;
	font-size: 60px;
}


section.alt-section h2 {
	text-transform: lowercase;
	color: #c3d500;
	font-size: 70px;
}

section.alt-section h3 {
	text-transform: lowercase;
	color: #01acd5;
	font-size: 60px;
	margin-top: 0;
}

section.gray-section h2 {
	text-transform: lowercase;
	color: #fff;
	font-size: 60px;
	font-weight: normal;
}

section.gray-section.alt-section h2 {
	text-transform: lowercase;
	color: #c3d500;
	font-size: 60px;
	font-weight: normal;
}

section.gray-section.alt-section h3 {
	text-transform: lowercase;
	color: #fff;
	font-size: 60px;
	margin-top: 0;
}

section.section-normal h2 {
	color: #fff;
	font-size: 60px;
	font-weight: normal;
}

.dark-section {
    background-size:cover!important;
}

.dark-section h2 {
    text-transform:uppercase;
    color:#fff!important;
}

    .dark-section p, .dark-section blockquote {
        color: #fff !important;
    }

    .dark-section blockquote {
        margin:40px 0;
    }

.section-padding {
	padding: 60px 0;
}

.section-margin {
	margin: 60px 0;
}

section .section-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/content/images/habitat_icon_light.svg) center center no-repeat transparent;
}

section.light-section .section-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/content/images/habitat_icon_dark.svg) center center no-repeat transparent;
}

.border-right {
	border-right: 1px solid #01acd5;
}

.border-left {
	border-left: 1px solid #01acd5;
}

.blue-section {
	background: #007cc3;
}

	.blue-section h2 {
		color: #fff;
		font-size: 30px;
		text-transform: uppercase;
		font-weight: bold;
        padding-top:0!important;
		padding-bottom: 20px;
	}

	.blue-section h3 {
		color: #fff;
		font-size: 24px;
		font-weight: 100;
		margin-top: 0;
	}

    .blue-section h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 100;
        margin-top: 0;
    }


	.blue-section p, .blue-section blockquote {
		color: #fff;
		font-size: 24px;
	}

	.blue-section a:link, .blue-section a:visited, .blue-section a:active {
		color: #fff !important;
	}

	.blue-section ul,  .light-gray-section ul {
		margin: 0 20px;
		padding: 0;
	}

    .title-and-document ul, important-links ul {
        margin:0;
    }

    .blue-section .title-and-document ul li, .light-gray-section .title-and-document ul li, .important-links ul li {
        list-style-type: none;
        margin-bottom: 20px;
    }

    .text-center .title-and-document ul li a {
        text-align:center;
        width:100%;
    }

            .blue-section ul li a, .light-gray-section ul li a {
                font-size: 16px;
            }

section.umb-grid h1, section h1 {
	text-transform: uppercase;
	color: #007cc3;
	padding-bottom: 20px;
}

section.umb-grid h2 {
    padding-top: 20px;
    margin-top:0!important;
}

section.umb-grid li, section li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #666;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    break-inside:avoid;
}

#sitemap ul li a {
    font-size:24px;
}

section.umb-grid img {
    width:100%;
    height:auto;
}

.img-no-caption {
    width:100%;
    padding-top:20px;
}

.no-padding .column {
    padding-left:0;
    padding-right:0;
}

section.section-video {
    position: relative;
    background: #000;
}

.hero-video .section-video {
    max-width:1800px!important;
}

    section.section-video .video-overlay {
        background: rgba(0,0,0,.3);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

.embed-responsive {
    position: relative;
    top: 0;
}

.multiply {
    background-blend-mode: multiply;
}

.video-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-blend-mode: multiply;
    
}

    .video-content.green {
        background-color: #77cbc4 !important;
    }

    .video-content.blue {
        background-color: #007cc3 !important;
    }

.video-content .row, .video-content .row .text-center {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    height:100%;
    width:100%;
    float:none;
}

.floating-text {
    position:relative;
    top:50%;
    transform:translateY(-50%);
    text-align:center;
}

.text-light h3 {
    color: #fff !important;
    display:inline-block;
    margin-right:10px;
    float:left;
    margin-left:25%;
}

.text-light i {
    font-size:40px;
    margin-top:10px;
    display:inline-block;
    color:#fff;
    float:left;
}

.new-match {
    display:block;
}

.rider-alert.hidden {
    display:none!important;
}

.rider-alert {
    padding-bottom:60px;
    height:auto;
    display:table;
    width:100%;

}

.rider-alert h3 {
    color:#007cc3;
    margin-top:0!important;
}

.rider-alert .alert-title {
    cursor:pointer;
}

.rider-alert .more-info {
    display:none;
}

.rider-alert .more-info p {
    color:#d3d3d3;
    font-size:12px;
}
.rider-alert p {
    font-size:14px;
}

.alert-select {
    text-align: center;
    text-align-last: center;
}

.alert-left {
    text-align:center;
}

.alert-left i {
    color: #007cc3;
    font-size:40px;
    display:inline-block;
    margin-bottom:10px;
}
.alert-left span {
    color: #007cc3;
    font-size:12px;
    display:inline-block;
    margin-bottom:30px;
}

section.twitter-section {
    background-color:#77cbc4;
    color:#fff;
    border-bottom:1px solid #fff;
}

    section.twitter-section i {
        color:#fff;
        font-size:40px;
    }

    #TwitterPost {
        max-width:50%;
        margin:0 auto;
        font-size:40px;
    }

    #TwitterPost ul {
        padding:0;
        margin:0;
    }

    section.twitter-section ul li {
       list-style-type:none;
    }

    section.twitter-section p {
        color:#fff;
    }

    section.twitter-section p.interact {
        display:none;
    }

        section.twitter-section p.tweet {
            font-size:40px;
        }

.wifi-password-image {
    position:relative;
    text-align:center;
}

.wifi-password-image img {
    position: relative;
}


.wifi-password {
    color: #007cc3;
    position: absolute;
    top: 0;
    bottom:0;
    right:0;
    left:0;
    height:100%;
    width:100%;

    text-align:center;
}

    .wifi-password .center-text {
        position: absolute;
        top: 45%;
        width:100%;
    }

    .wifi-password .heading {
        display:table;
        margin:0 auto;
        font-size: 18px;
    }

    .wifi-password .password {
        display: table;
        margin: 0 auto;
        font-size: 30px;
        font-weight: bold;
        cursor: pointer;
    }

.section-close {
	position: absolute;
	right: 15px;
	margin-top: 0px;
    z-index:999;
	max-height: 60px;
	max-width: 60px;
}

.tabs-close .icon {
	font-size: 60px;
	color: #fff;
}

section.section-outline {
	border: 10px solid #007cc3;
}

	section.section-outline.lighter {
		border: 25px solid #52a6d6;
	}

section.sub-tab-menu {
	border: medium none !important;
}

	section.sub-tab-menu .tab-content {
		display: none;
	}

	section.sub-tab-menu .nav-tabs > li.active {
		background-color: #e9eff3;
	}

		section.sub-tab-menu .nav-tabs > li.active:after {
			display: none;
		}

		section.sub-tab-menu .nav-tabs > li.active > a {
			color: #000 !important;
		}

        section.sub-tab-menu .nav-tabs > li.active > a:hover {
            color: #000 !important;
        }

        .map-container {
            min-height:450px;
            position:relative;
            max-width:900px;
        }

        .map-container.larger {
            min-height:650px!important;
        }

        .map-container.full-width {
            max-width:1800px;
            min-height:700px;
        }

            .map-container.larger .location-info {
                margin: 120px auto;
            }

    .location-info {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:70px auto;
        padding:20px;
        width:70%;
        background:#fff;
        z-index:999;
        min-height:250px;
        max-width:900px;
    }

    .location-info h3 {
        color:#007cc3;
    }

.direction-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    padding-bottom: 40px;
    max-width: 900px;
}

.full-width .map-position {
    max-width:1800px;
    min-height:700px;
}

.map-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 900px;
}
.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    max-width: 900px;
}

    .map {
        min-height:450px;
    }

        .larger .map {
            min-height: 650px;
        }
        .map-events {
            min-height: 650px;
        }

.map-full {
    min-height:700px;
}


.zone-section {

}

.zone-container h3 {
    margin:0!important;
    color:#000!important;
    font-weight:normal!important;
}

.zone-container h3 a {
    color:#007cc3;
    font-weight:bold!important;
}

.zone-container p {
    margin-top:-10px;
    padding-bottom:30px;
}

/*Three table Manu*/

.nav-tabs.three-tab-nav > li svg {
    /*max-width: 40px;*/
    max-height: 40px;
    margin-top: 50px;
    margin-bottom: 10px;
    fill: #007cc3;
    transition: 0.3s ease all;
}

.nav-tabs.three-tab-nav > li.active svg {
    fill: #fff;
}

section.sub-tab-menu .nav-tabs.three-tab-nav > li.active svg {
    fill: #007cc3;
}


.light-gray-section {
	background: #e9eff3;
}

	.light-gray-section h2 {
		text-transform: uppercase;
		color: #000;
		font-weight: bold;
		padding-bottom: 20px;
	}

    .light-gray-section h3 {
        text-transform: uppercase;
        color: #007cc3;
        font-weight: bold;
        padding-bottom: 20px;
        font-size:30px!important;
    }

    .light-gray-section h4 {
        text-transform: capitalize!important;
        color: #000;
        font-weight: bold;
        font-size: 24px !important;
    }

    .light-gray-section blockquote {
        border-left: 5px solid #fff!important;
        color: #666666;
    }

    .section-link a::after {
        clear:both;
    }

    .section-link a:link, .section-link a:active, .section-link a:visited {
        color: #007cc3;
        text-transform: uppercase;
    }

    .section-link a:hover {
        color:#77cbc4!important;
    }

    .section-link a .title {
        display: inline-block;
        float: left;
        max-width:60%;
    }

    .section-link a .lmt {
        display: inline-block;
        font-size:18px;
        position:relative;
        top:6px;
        float:right;
        color:#77cbc4!important;
    }

    .section-link a .bar {
        display:inline-block;
        height:3px;
        width:100px;
        background:#77cbc4;
        float:left;
        position:relative;
        top:15px;
        margin-left:20px;
    }

    .section-link a .ball {
        display: inline-block;
        height:14px;
        width:14px;
        border-radius:14px;
        background: #77cbc4;
        float:left;
        position:relative;
        top:10px;
        left:-2px;
        margin-right:20px;
    }



.nav-tabs.three-tab-nav > li {
    width: 33.33333333%;
    text-align: center;
    background-color: #e9eff3;
    border-right: 1px solid #007cc3;
    min-height: 181px;
    transition: 0.3s ease all;
}

.nav-tabs.three-tab-nav > li > a:hover {
    border: 1px solid transparent !important;
}

    .nav-tabs.three-tab-nav > li:last-child {
        border-right: medium none;
    }

    .nav-tabs.three-tab-nav > li.active {
        background-color: #007cc3;
        border-bottom: medium none !important;
    }

        .nav-tabs.three-tab-nav > li.active::after {
            content: " ";
            display: block;
            height: 20px;
            width: 20px;
            -webkit-transform: translateX(-50%) rotate(45deg);
            -moz-transform: translateX(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) rotate(45deg);
            -o-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
            background-color: #e9eff3;
            z-index: 0;
            position: absolute;
            bottom: -10px;
            left: 50%;
        }

    .nav-tabs.three-tab-nav > li > a {
        padding: 0 50px 50px 50px !important;
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        text-transform:uppercase!important;
    }

        .nav-tabs.three-tab-nav > li > a, .nav-tabs.three-tab-nav .open > a, .nav-tabs.three-tab-nav .open > a:focus, .nav-tabs.three-tab-nav .open > a:hover, .nav-tabs.three-tab-nav > li > a:focus, .nav-tabs.three-tab-nav > li > a:hover {
            color: #000 !important;
            font-weight: bold;
            border: medium none !important;
        }

    .nav-tabs.three-tab-nav > li.active > a, .nav-tabs.three-tab-nav > li.active > a:focus, .nav-tabs.three-tab-nav > li.active > a:hover {
        background: transparent !important;
        border: medium none;
        cursor: pointer;
        color: #fff !important;
        font-weight: bold;
    }

.tab-content {
	padding: 60px 0 0 0;
	position: relative;
	background-color: #fff;
	min-height: 400px;
}

.match-height .umb-grid, .match-height .umb-grid .grid-section {
    height: 100%;
}

.linkbox {
	border-left: 2px solid #007cc3;
	padding: 0 0 0 40px;
	height: 100%;
	padding-bottom: 40px;
}

	.linkbox h3, .linkbox h2 {
		color: #007cc3;
		font-weight: bold;
		position: relative;
		top: -20px;
        margin-top:0!important;
        margin-bottom:20px;
        font-size:24px!important;
	}

        .linkbox h3:before, .linkbox h2:before {
            content: " ";
            height: 10px;
            width: 10px;
            border-radius: 10px;
            display: block;
            position: relative;
            left: -46px;
            top: 15px;
            background-color: #007cc3;
            clear: both;
        }

ul.links, .linkbox ul {
	margin: 0;
	padding: 0;
	position: relative;
	top: -20px;
    padding-bottom:20px;
}

    ul.links:after, .linkbox ul:after {
        content: "";
        clear: both !important;
    }

    ul.links li, .linkbox ul li {
        list-style-type: none;
        line-height: 2;
        clear: both;
    }

i.pdf {
	height: 20px;
	width: 15px;
	display: inline-block;
	background: url(/content/images/pdf.svg) bottom center no-repeat transparent;
	background-size: 20px 15px;
	padding: 2px;
	margin-left: 10px;
	margin-top: 3px;
	float: left;
}

ul.link:after {
    clear:both;
}

ul.links > li > a, .linkbox ul > li > a {
    color: #000;
    font-size: 16px;
    float: left;
}

    ul.links > li > a:hover, .linkbox ul > li > a:hover {
        color: #77cbc4;
        text-decoration: none;
    }


        ul.links > li > a:hover::before, .linkbox ul > li > a:hover::before {
            content: " ";
            display: block;
            height: 14px;
            width: 14px;
            background-color: #77cbc4;
            border-radius: 14px;
            position: absolute;
            left: -48px;
            margin-top: 9px;
        }



.bold-heading {
	font-weight: bold;
}



.column-heading {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

	.column-heading:first-child {
		padding-left: 80px;
	}

	.column-heading:after {
		content: " ";
		background-color: #fff;
		width: 15px;
		height: 15px;
		display: block;
		position: absolute;
		transform: rotate(-45deg);
		left: 20px;
		bottom: -47px;
	}

	.column-heading:first-child::after {
		left: 80px;
	}

	.column-heading.center::after {
		left: 50%;
	}

.meeting-row{
    display: none;
}

.schedule-row {
	padding: 20px 0;
	display: none;
}

	.schedule-row:hover {
		background-color: #e9eff3;
	}

	.schedule-row p {
		font-size: 16px;
		color: #666;
	}

	.schedule-row h3 {
		margin-top: 3px;
	}

h3.left-route-pin {
	font-size: 18px;
	margin-left: 20px;
	margin-top: 6px;
}

.schedule-row h3, .schedule-row strong.links {
	padding-left: 60px;
}

	.schedule-row strong.links a:link, .schedule-row strong.links a:active, .schedule-row strong.links a:visited {
		color: #000;
	}

	.schedule-row strong.links a:hover {
		color: #007cc3;
		text-decoration: none;
	}

	.schedule-row h3:before, h3.left-route-pin:before {
		content: " ";
		height: 2px;
		width: 40px;
		background-color: #77cbc4;
		position: absolute;
		float: left;
		display: block;
		left: 0px;
		top: 15px;
	}

	.schedule-row h3:after, h3.left-route-pin:after {
		content: " ";
		height: 15px;
		width: 15px;
		background-color: #77cbc4;
		position: absolute;
		float: left;
		display: block;
		left: 38px;
		top: 8px;
		border-radius: 15px;
	}

h3.left-route-pin:before {
	left: -40px;
}

h3.left-route-pin:after {
	left: -2px;
	top: 8px;
}

.lazy-load-grid .img-with-caption {
    width: 80%;
    height: auto;
    border: 5px solid #fff;
    background:#fff;
    box-shadow: 5px 5px 10px #999;
    transform: rotate(5deg);
    position:absolute;
    margin-left:50px;
    max-width:375px;
}

.lazy-load-grid .img-with-caption p {
    font-style:italic;
    text-align:center;
    margin-top:5px;
    margin-bottom:0;
}

.doclink {
	font-size: 50px;
	color: #000;
	margin-right: 10px;
	transition: 0.2s ease all;
}

	.doclink:hover {
		color: #007cc3;
	}

#loadMore:link, #loadMore:active, loadMore:visited {
	font-size: 30px;
	color: #77cbc4;
	text-decoration: none !important;
}

#loadMore:hover {
	color: #007cc3;
	text-decoration: none;
}



.row.border-bottom {
	padding-bottom: 115px;
	border-bottom: 1px solid #000;
}

.floating-text {
	font-size: 24px;
	/*padding-bottom: 30px;*/
}

.video-content .row {
    margin: 0 !important;
}

.floating-text {
    display: table;
    margin: 0 auto;
}

    .floating-text h3 {
        margin-left: 0px;
    }

.btn.btn-primary {/*:not(a[data-action])*/
    border-radius: 0px;
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    background-color: transparent !important;
    padding: 12px 20px;
    width: 100%;
}

	.btn.btn-primary.color-primary {
		color: #007cc3;
		border:1px solid #007cc3;
	}

    .btn.btn-primary.color-primary:hover {
        color: #77cbc4;
        border: 1px solid #77cbc4;
    }

	.btn.btn-primary.color-secondary {
		color: #77cbc4;
		border:1px solid #77cbc4;
	}

        .btn.btn-primary.color-secondary:hover {
            color: #007cc3;
            border: 1px solid #007cc3;
        }

    .btn.btn-primary.smaller {
        font-size:14px;
        padding:6px 10px;
        width:70%;
    }


    .btn.btn-primary.smaller-text {
        font-size: 14px;
    }

    .btn.btn-primary.title-case {
        text-transform:capitalize;
    }

    .btn.btn-primary.centered {
       display:table;
       margin:0 auto;
    }

ul.collage {
	margin: 0;
	padding: 0;
	height: 100%;
}

	ul.collage li {
		float: left;
		list-style-type: none;
		width: 48%;
	}

		ul.collage li:nth-of-type(1) {
			min-height: 32.3333%;
			margin-right: 2%;
			margin-bottom: 2%;
		}

		ul.collage li:nth-of-type(3) {
			min-height: 32.3333%;
		}

		ul.collage li:nth-of-type(2) {
			min-height: 66%;
			width: 50%;
		}

		ul.collage li:nth-of-type(4) {
			min-height: 33.333%;
			width: 100%;
			margin-top: 2%;
		}


.social li {
    display:inline-block;
    margin: 0 15px 15px;
}

    .social li a:active, .social li a::selection, .social li a:link, .social li a:visited, .social li a:before {
        display: inline-block;
        height: 60px;
        width: 60px;
        font-size: 46px;
        text-decoration: none;
        border: medium none !important;
    }

    .social li a:hover {
        color: #77cbc4!important;
        text-decoration:none;
        border:medium none!important;
    }


.script-links {
	font-size: 24px;
}

	.script-links a {
		font-size: 24px;
		display: inline-block;
		font-weight: bold;
		text-transform: uppercase;
		color: #77cbc4;
	}

    .script-links a.meeting {
        font-size:18px;
    }

    .script-links i {
        color:#77cbc4;
        margin-right:0px;
    }

    .script-links i.active {
        color: #007cc3;
    }

		.script-links a:last-child {
			margin-left: 20px;
		}

		.script-links a.active {
			color: #007cc3;
		}

/*board member styles*/

.board-member {
	padding: 20px 0;
}

	.board-member:hover {
		background-color: #e9eff3;
	}

.member-image {
	height: 250px;
	width: 250px;
	border-radius: 250px;
	margin: 20px 50px 50px 0;
}

.member-details p {
	font-size: 14px;
}

.member-details h3 {
	color: #007cc3;
	text-transform: uppercase;
}

.committee-position {
    list-style-type:none;
    padding:0;
    margin:0;
}

.committee-position li {
    display:inline-block;
}

    .committee-position li:after {
        display: inline-block;
        content: ", ";
        margin-right:1px;
    }

    .committee-position li:last-child:after {
        display: inline-block;
        content: "";
        margin-right: 0;
    }

/*social links*/

.social {
	padding: 0;
	margin: 0;
	text-align: center;
}

	.social li {
		display: inline;
		margin: 0 15px;
	}

        .social li a {
            display: inline-block;
            height: 60px;
            width: 60px;
            font-size: 46px !important; /*important for fifox update fix*/
            color: #000;
        }

			.social li a:hover {
				color: #77cbc4;
				text-decoration: none;
				border: medium none !important;
			}

		.social li::selection {
			background: transparent !important;
			border-bottom: medium none;
		}

/*meeting styles*/

.meeting-event h3 {
   margin-top:0;
}

.alert-text {
    color:red;
}

/*footer*/
footer p {
	margin: 6px 0 24px;
}

	footer p span {
		color: #000;
	}

footer ul {
	margin: 0;
	padding: 0;
}

	footer ul li {
		list-style-type: none;
	}

		footer ul li a {
			font-size: 18px;
			color: #000;
			text-transform: uppercase;
			font-weight: bold;
		}

			footer ul li a:hover {
				font-size: 18px;
				color: #007cc3;
				text-transform: uppercase;
			}

		footer ul li ul {
			padding: 5px 0 30px;
		}

			footer ul li ul li a {
				text-transform: uppercase;
				font-weight: normal;
				color: #000;
			}

				footer ul li ul li a:hover {
					color: #007cc3;
				}

.show-footer {
	text-align: center;
	width: 100%;
	display: inline-block;
	padding: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}

	.show-footer:hover {
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 18px;
		text-decoration: none;
	}

.copyright {
	font-weight: bold;
}

.gtr {
	display: inline-block;
}

.double-space li {
	margin-bottom: 30px;
}

.eho {
	display: inline-block;
	height: 60px;
	width: 60px;
	background: url(/content/images/equal_housing_opportunity.svg) center center no-repeat transparent;
	margin-right: 20px;
}

.charity-navigator {
	display: inline-block;
	height: 60px;
	width: 200px;
	background: url(/content/images/charity_navigator_logo.svg) center center no-repeat transparent;
	background-size: cover;
}

/*button Styles*/

.btn:not(a[data-action]) {
	margin-bottom: 20px;
	margin-right: 20px;
}

.one-page-intro-jump {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
	animation: bobble 2s infinite;
	-webkit-animation: bobble 2s infinite;
}

	.one-page-intro-jump .intro-center {
		display: inline-block;
	}

	.wrapper-dropdown-5 {
	/* Size & position */
	position: relative;
	margin: 20px auto 40px;
	padding: 12px 20px;
    min-height:14px;
    border:1px solid #007cc3;
    color:#007cc3;
	background: #fff;
	cursor: pointer;
	outline: none;
    text-align:center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

	.wrapper-dropdown-5:after { /* Little arrow */
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -3px;
		border-width: 6px 6px 0 6px;
		border-style: solid;
		border-color: #007cc3 transparent;
	}

	.wrapper-dropdown-5 .dropdown {
		/* Size & position */
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
        padding-left:0px;
		/* Styles */
		background: #fff;
		border-radius: 0 0 5px 5px;
		border: 1px solid rgba(0,0,0,0.2);
		border-top: none;
		border-bottom: none;
		list-style: none;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		/* Hiding */
		max-height: 0;
		overflow: hidden;
	}

        .wrapper-dropdown-5 .dropdown li:first-of-type {
            margin-top: 5px !important;
        }

		.wrapper-dropdown-5 .dropdown li {
			padding: 0 5px;
            font-size:12px;margin-bottom:5px!important;
		}

			.wrapper-dropdown-5 .dropdown li a {
				display: block;
				text-decoration: none;
				color: #333;
				padding: 10px 0;
				transition: all 0.3s ease-out;
				border-bottom: 1px solid #e6e8ea;
			}

			.wrapper-dropdown-5 .dropdown li:last-of-type a {
				border: none;
			}

			.wrapper-dropdown-5 .dropdown li i {
				margin-right: 5px;
				color: inherit;
				vertical-align: middle;
			}

			/* Hover state */
			.wrapper-dropdown-5 .dropdown li:hover a {
				color: #007cc3;
			}

	/* Active state */
	.wrapper-dropdown-5.active {
		border-radius: 5px 5px 0 0;
		background: #007cc3;
		box-shadow: none;
		border-bottom: none;
		color: white;
	}

		.wrapper-dropdown-5.active:after {
			border-color: #77cbc4 transparent;
		}

        .wrapper-dropdown-5.active .dropdown {
            border-bottom: 1px solid rgba(0,0,0,0.2);
            max-height: 400px;
            overflow-y: scroll;
        }

/*Accordion Styles*/
.panel {
    background-color:transparent!important;
}

.panel-default {
    border:medium none!important;
}

.panel-default > .panel-heading {
    /* Size & position */
    position: relative;
    padding: 12px 20px;
    min-height: 14px;
    border: 1px solid #007cc3;
    color: #007cc3;
    background: transparent;
    cursor: pointer;
    outline: none;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
    .panel-default > .panel-heading:after { /* Little arrow */
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #007cc3 transparent;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .panel-default > .panel-heading.open:after { /* Little arrow */
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #007cc3 transparent;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .panel-title {
        font-weight:normal!important;
    }



    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: medium none !important;
    }

    .panel-collapse {
        margin: 30px 0;
        background-color: transparent;
        /*overflow-y: scroll;
        max-height: 520px;*/
        padding: 15px 20px;
    }

        /*Scroolbar styles*/

        .panel-collapse::-webkit-scrollbar {
            width: 15px;
        }
    /* this targets the default scrollbar (compulsory) */
        .panel-collapse::-webkit-scrollbar-corner {
            background-color: black;
        }
/* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */

.meeting-archive-nav {
    text-align:center;
    border:medium none!important;
}

.meeting-archive-content {
    min-height:100px;
}

.meeting-archive-nav li {
    display:inline-block;
    float:none!important;
   text-align:center;
}

    .meeting-archive-nav li a::after {
        content: " ";
        display: inline-block;
        width: 2px;
        height: 25px;
        background-color: #007cc3;
        margin: auto 0;
        position: relative;
        top: 6px;
        left: 10px;
    }

    .meeting-archive-nav li:last-of-type a::after {
        
        display: none;
    }

    .meeting-archive-nav li.active::after{
        content: " ";
        display:table;
        height:3px;
        width:75%;
        background:#77cbc4;
        margin:0 auto;
    }

    .meeting-archive-nav li.active::before {
        content: " ";
        display: block;
        height: 10px;
        width: 10px;
        background-color: #77cbc4;
        border-radius:10px;
        position:absolute;
        top:41px;
        z-index:999;
        left:50%;
        transform:translateX(-50%);
    }

 .meeting-archive-nav li a, .meeting-archive-nav li a:focus  {
    color: #007cc3 !important;
    padding: 5px 10px 5px 20px!important;
    font-size: 24px;
    text-align: center;
}

    .meeting-archive-nav > li.active > a, .meeting-archive-nav > li.active > a:focus, .meeting-archive-nav > li.active > a:hover, .meeting-archive-nav > li > a, .meeting-archive-nav > li > a:focus, .meeting-archive-nav > li > a:hover {
        border: medium none !important;
        font-size:24px;
        color:#007cc3;
        font-weight:bold;
    }

    .meeting-archive-content .responsive-table {
        padding:0!important;
    }

    .meeting-archive-content .responsive-table .table-heading {
        color:#007cc3;
        font-weight:bold;
        text-align:center;
        padding-bottom:20px;
    }

    .table-heading .adjust {
        margin-top:10px;
    }

    select.table-select {
        width: auto!important;
        border: medium none !important;
        color: #77cbc4;
        background: linear-gradient(45deg, transparent 50%, #77cbc4 50%), linear-gradient(135deg, #77cbc4 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
        background-position: calc(100% - 24px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), 100% 0;
        background-size: 8px 8px, 8px 8px, 3em 3em;
        background-repeat: no-repeat;
        line-height: 1.5em;
        border-radius: 0;
        margin: 0!important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        cursor: pointer;
        -moz-appearance: none;
        display:inline-block;
        min-width:190px;
    }

        .meeting-archive-content .responsive-table .table-record
        {
            color:#fff;
        }

        .meeting-archive-content .responsive-table .table-record .table-cell {
            padding:10px 20px;
            text-align:center;
        }

            .meeting-archive-content .responsive-table .blue-section .table-cell {
                padding: 10px 20px;
                color:#fff!important;
                font-weight:bold;
            }

            .meeting-archive-content .responsive-table .table-record.odd .table-cell:nth-child(odd) {
                background-color: #b0ccdd;
            }

            .meeting-archive-content .responsive-table .table-record.odd .table-cell:nth-child(even) {
                background-color: #83b1cb;
            }

            .meeting-archive-content .responsive-table .table-record.even .table-cell:nth-child(odd) {
                background-color: #c9dbe7;
            }

            .meeting-archive-content .responsive-table .table-record.even .table-cell:nth-child(even) {
                background-color: #b0ccdd;
            }

        .table-record .table-cell > ul {
            padding-left:0!important;
            margin:0!important;
        }

            .table-record .table-cell > ul > li {
                color: #007cc3;
                list-style-type: none;
                display: inline-block;
                font-size: 20px;
                margin: 0 !important;
            }

            .table-record .table-cell p {
                font-size:14px;
            }

@keyframes bobble {
	0% {
		bottom: 15px;
		animation-timing-function: ease-in;
		-webkit-animation-timing-function: ease-in;
	}

	50% {
		bottom: 25px;
		animation-timing-function: ease-out;
		-webkit-animation-timing-function: ease-out;
	}

	100% {
		bottom: 15px;
		animation-timing-function: ease-in;
		-webkit-animation-timing-function: ease-in;
	}
}

/*Search Styles*/
.search-box-trigger {
    cursor: pointer;
}

.full-screen-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: none;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.search-close {
    position: fixed;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    font-size: 60px;
    color: #fff;
    cursor: pointer;
}

.navigation.light .full-screen-search {
    background: rgba(255,255,255,0.98);
}

.full-screen-search.active {
    display: block;
}


.full-screen-search .search-holder {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}



.full-screen-search .search-container {
    display: table;
    width: 100% !important;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
}

.search-holder input[type=text] {
    margin-top: 5px;
    text-transform: uppercase;
    padding: 5px 10px;
}

.decade {
    font-size:15px;
}

.timepicker-picker button.btn.btn-primary {
    background-color: #337ab7!important;
    padding:6px!important;
    margin:0!important;
}

/* XS Screens */
@media only screen and (max-width:380px) {
    section; {
		overflow: hidden;
	}

    .owl-carousel {
        height: 420px!important;
    }

    .owl-item {
        min-height: 420px!important;
    }

	.owl-pagination {
		display: none;
	}

	.btn:not(a[data-action]) {
		width: 100%;
	}

	section.blue-section h2, section.alt-section h2, section.gray-section.alt-section h2, section.gray-section h2, section.light-section h2, section.section-normal h2 {
		font-size: 60px;
	}

	section.blue-section h3, section.alt-section h3, section.gray-section.alt-section h3, section.light-section h3, section.section-normal h3 {
		font-size: 30px;
	}

    .schedule-row {
        padding:20px 0!important;
    }

	input[type=text] {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}


    .btn.btn-primary:not(a[data-action]) {
        font-size: 18px !important;
    }

	.no-carousel .item .caption .title {
		font-size: 24px;
	}

	.dropdown-menu::before {
		display: none !important;
	}


	.padding-bottom {
		padding-bottom: 0 !important;
	}

    .padding-bottom-large {
        padding-bottom: 20px !important;
    }

    .nav-tabs.three-tab-nav > li.active::after {
        left: 50%;
        bottom: -10px;
    }

    .btn.btn-primary.smaller {
        width: 100%;
        margin: 20px auto;
    }

    .meeting-archive-content .responsive-table .table-record div {
        padding:10px;
        font-size:12px;
    }

    .panel-default > .panel-heading {
        padding:12px 30px;
    }

    .ui-grid-pager-count-container .ui-grid-pager-count {
        margin:0!important;
        text-align:right;
    }

    .right-border-black-1 {
        border-right: medium none;
    }

    .location-info {
        width:90%;
    }

    .horizontal-padding-large {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    section.horizontal-padding-large {
        padding-left: 0 !important;
        padding-right:0 !important;
    }

}

/*XXS Screens */

@media only screen and (max-width:321px) {

    blockquote {
        padding:0 10px;
        margin:0;
        font-size:14px!important;
    }

    .nav-tabs.three-tab-nav > li.active::after {
        left: 40%;
    }

    .owl-carousel {
        height:320px!important;
    }

    .owl-item {
        min-height:320px!important;
    }

    .btn:not(a[data-action]) {
        width: 100%;
    }

	.caption .title {
		font-size: 30px !important;
	}

    .no-carousel {
        min-height: 430px!important;
    }

    .caption .flourish {
        display:none;
    }

	section.blue-section h2, section.alt-section h2, section.gray-section.alt-section h2, section.light-section h2, section.section-normal h2 {
		font-size: 40px;
	}

	section.blue-section h3, section.alt-section h3, section.gray-section.alt-section h3, section.light-section h3, section.section-normal h3 {
		font-size: 30px;
	}

	section.blue-section p {
		font-size: 16px;
	}

	.social {
		max-width: 60%;
		margin: 0 auto;
	}

    ul.links > li > a, .linkbox ul > li > a {
        font-size: 12px;
    }

	input[type=text] {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		/*min-width:280px;*/
	}

    .btn.btn-primary:not(a[data-action]) {
        font-size: 14px !important;
    }

    .no-carousel .item .caption .title {
        font-size:18px;
    }

    .social li {
        display: inline-block;
        margin: 0 10px 15px;
    }

    .member-image {
        display: block;
        margin: 0 auto 20px;
    }

    .nav-tabs.three-tab-nav > li.active::after {
        left: 50%;
        bottom: -10px;
    }

    .map-container.larger .location-info {
        margin: 100px auto;
    }
}

/* Mobile Screens */

@media only screen and (max-width:568px) {

    

    h2 {
        margin-bottom: 25px !important;
    }

    .xs-padding-bottom {
        padding-bottom:30px;
    }

    .xs-padding-top {
        padding-top:30px;
    }


    .script-links i {
        margin-right: 8px;
    }
    .navbar-header {
        height: 80px;
        width: 80px;
    }

    .navbar-toggle {
        /*display:table!important;*/
        margin: 14px auto;
    }

    .navbar-open::after {
        font-size: 9px;
        letter-spacing: 5px;
        margin-left: 3px;
        margin-right:-5px;
    }

        .navbar-toggle .icon-bar {
            width: 45px;
            height: 4px;
        }

    .navbar-close {
        width: 45px;
        height: 45px;
        padding: 0;
        margin: 10px;
    }

    .navbar-toggle .icon {
        font-size: 60px;
    }

    .logo {
        padding: 18px 0;
        max-width: 150px;
    }

    .nav.navbar-nav {
        /*background: #fff;*/
    }

        .nav.navbar-nav.three-tab-nav::before {
            position: relative;
            background-color: transparent;
        }

        .nav.navbar-nav.three-tab-nav::after {
            position: relative;
            background-color: transparent;
        }

    .nav > li:first-child a, .nav li.open:first-child > a {
        padding-left: 50px;
    }

    .nav.navbar-nav > li > a {
        padding: 20px 50px !important;
    }

    span.pipe {
        display: none;
    } 

    .caption .summary {
        /*display: none;*/
    }

    .caption .summary p {
        font-size:12px;
    }
    

    input[type=text] {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        /*min-width: 280px;*/
    }

    .btn:not(a[data-action]) {
        width: 100%;
    }

    .section-close {
        max-height: 30px;
        max-width: 30px;
    }

    .tabs-close .icon {
        font-size: 30px;
    }

    .section-outline {
        border: medium none !important;
        border-bottom:10px solid #007cc3!important;
    }

        .section-outline.lighter {
            /*border: medium none !important;*/
            border: 10px solid #52a6d6 !important;
        }



    .linkbox h3:before, .linkbox h2:before {
        left: -27px;
    }

    .footer-links {
        padding:20px 0!important;
    }

    .xs-vertical-padding {
        padding:20px 0!important;
    }

    .owl-carousel {
        height: 460px;
    }

    .no-carousel {
        min-height:350px;
    } 

    .owl-item {
        min-height: 460px;
    }

    .nav-tabs.three-tab-nav > li {
        min-height: 60px;
    }

        .nav-tabs.three-tab-nav > li svg {
            margin-top: 20px;
            max-width: 20px;
            max-height: 20px;
        }

        .nav-tabs.three-tab-nav > li > a {
            padding: 0 10px 20px 10px !important;
            font-size: 8px !important;
            min-height: 85px;
        }

        .nav-tabs.three-tab-nav > li.active::after {
            left: 50%;
            bottom: -10px;
        }

    .search-button {
        position: relative;
        top: 10px!important;
        right:0!important;
    }


    /*.column p {
        text-align:left;
    }*/

    .script-links a:last-child {
        margin-left: 0px;
    }

    .member-image {
        display: table;
        margin: 0 auto 20px;
    }

    .member-details {
        text-align:center;
    }

    .board-member:hover {
        background-color:transparent;
    }

    .board-member:nth-child(even) {
        background-color: #e9eff3!important;
    }

    .gtp-select, .input-group .form-control:first-child {
        text-align-last: center;
        text-align: center;
        margin-top: 5px;
    }
    .section-link a .lmt {
        display: none !important;
    }

    .section-link a .bar {
        display: none !important;
    }

    .section-link a .ball {
        display: none !important;
    }

    h2 {
        font-size:20px;
    }

    .meeting-archive-content .responsive-table .table-record .table-cell {
        padding:5px!important;
    }


    .ui-grid-pager-row-count-picker, .ui-grid-pager-count-container {
        float: none;
        display: table;
    }

    .ui-grid-pager-control {
        float: none;
        display: table;
        margin: 0 auto!important;
    }

        .ui-grid-pager-control button, .ui-grid-pager-control .ui-grid-pager-max-pages-number {
            margin: 0 2px;
            display:inline-block;
        }

    .two-column-wrap {
	    -webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
    }

    .panel-default > .panel-heading {
        padding:12px 40px;
    }

    .imgFloatRight {
        float:none!important;
        margin:20px 0 !important;
        width:100%!important;
    }
}

/*Large mobile screens landscape*/
@media only screen and (max-width:568px) and (orientation:landscape) {
    .right-border-black-1 {
        border-right: medium none;
    }
    
}

@media only screen and (max-width:767px) and (orientation:landscape){
    .table-heading .adjust {
        margin-top: 0px;
    }

    .padding-bottom {
        padding-bottom:10px;
    }

    .horizontal-padding-large {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .navbar-toggle {
        /*display:table!important;*/
        margin: 14px auto!important;
    }

    .navbar-open::after {
        font-size: 9px;
        letter-spacing: 5px;
        margin-left: 3px;
        margin-right:-5px;
    }
}
/* mobile screens portait*/
@media only screen and (max-width:567px) and (orientation:portrait) {
    label[for=locationSelect] {
        display: none;
    }

    select.table-select {
        min-width: 50px;
        width: 100% !important;
        font-size: 10px;
        padding: 5px;
        background-position: calc(100% - 7px) calc(1em + 0px), calc(100% - 0px) calc(1em + 0px), 100% 0;
    }

    .meeting-archive-content .responsive-table .table-heading {
        font-size: 12px;
    }

    .video-content .floating-text h3 {
        font-size: 14px !important;
    }

    .video-content .floating-text i {
        font-size: 14px !important;
        margin-top: 20px;
    }

    .table-heading .adjust {
        margin-top: 4px;
    }
    .padding-bottom {
        padding-bottom:10px;
    }

    .linkbox {
        margin-top:30px!important;
    }
}


/*Iphone 6 Plus portrait*/

@media only screen and (min-width:412px) and (max-width:568px) and (orientation:portrait) {
    .right-border-black-1 {
        border-right: medium none;
    }

    .horizontal-padding-large {
        padding-left:20px!important;
        padding-right:20px!important;
    }
}

/* ALL SMALL - Small Screens & Mobile */
@media only screen and (max-width:767px) {
    blockquote {
        margin:0!important;
        padding: 0 20px;
    }
    section ul {
        padding-left:10px;
    }

    section.umb-grid h1, section h1, blockquote {
        font-size: 18px;
    }

    section p, section li {
        font-size: 16px;
    }

    .panel-collapse {
        margin: 15px 0;
        background-color: transparent;
        padding: 5px;
    }

    .panel-body {
        padding: 0 !important;
    }

    .tab-content ul {
        padding-left: 25px;
    }

    .vertical-padding-large {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    #TwitterPost {
        max-width: 100%;
    }

    .horizontal-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .extra-padding-left {
        padding-left: 15px !important;
    }

    .extra-padding-right {
        padding-right: 15px !important;
    }

    .padding-bottom-larger {
        padding-bottom: 40px;
    }



    .sm-padding-bottom {
        padding-bottom: 30px;
    }

    .tab-content {
        padding: 20px 0 0;
    }

    .nav.navbar-nav {
        /*background-color:#fff;*/
    }

    .navbar-nav.three-tab-nav .open .dropdown-menu {
        background-color: #01acd5;
        margin-top: 0 !important;
    }

    .nav.navbar-nav.three-tab-nav::before {
        position: relative;
        background: transparent;
    }

    .nav.navbar-nav.three-tab-nav::after {
        position: relative;
        background: transparent;
    }

    .navbar-right {
        text-align: right;
    }

    .navbar-form {
        max-height: 60px;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 50px !important;
    }


    .nav.three-tab-nav > li > a, .nav.three-tab-nav .open > a, .nav.three-tab-nav .open > a:focus, .nav.three-tab-nav .open > a:hover, .nav.three-tab-nav > li > a:focus, .nav.three-tab-nav > li > a:hover {
        font-size: 12px;
    }

    .owl-prev {
        display: none;
    }

    .owl-next {
        display: none;
    }

    .no-carousel {
    }

        .no-carousel .item img {
        }

        .no-carousel .item .caption .title {
            font-size: 24px;
        }

    .item {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
    }

        .item .caption {
            min-height: 100px;
            padding: 30px;
        }

    .caption .title {
        font-size: 24px !important;
        color: #fff;
        font-weight: bold;
    }

    .caption .summary {
        font-size: 18px;
        color: #fff;
    }

    .caption .subcaption {
        font-size: 20px;
    }

    .box {
        margin-top: 10px !important;
    }

    .caption .btn {
        margin-top: 10px!important;
        margin-bottom: 10px!important;
        padding:5px 20px 10px!important;
    }

        .caption .btn:before {
            top: -11px;
        }

    span.pipe {
        display: none;
    }

    .dropdown-menu::before {
        display: none;
    }

    .image-slider {
        position: relative;
    }

    .one-page-intro-jump {
        display: none;
    }

    section.blue-section h2, section.alt-section h2, section.gray-section.alt-section h2, section.light-section h2, section.section-normal h2 {
        font-size: 30px;
        /*text-align:center;*/
    }

    section.blue-section h3, section.alt-section h3, section.gray-section.alt-section h3, section.light-section h3, section.section-normal h3 {
        font-size: 16px;
        /*text-align:center;*/
    }

    section.blue-section p, section.alt-section p, section.gray-section.alt-section p, section.light-section p, section.section-normal p {
        /*text-align:center;*/
    }


    ul.links, .linkbox ul {
        padding-left: 0 !important;
    }

        ul.links > li > a:hover::before, .linkbox ul > li > a:hover::before {
            left: -28px;
        }


    .border-right {
        border-right: medium none;
    }

    .direction-button {
        padding: 40px 15px 20px;
    }

    .section-link {
        cursor: pointer;
    }

        .section-link a {
            font-size: 18px;
        }

            .section-link a .title {
                max-width: 100%;
            }

            .section-link a .lmt {
                top: 0px;
            }

            .section-link a .bar {
                top: 8px;
            }

            .section-link a .ball {
                top: 3px;
            }

    .btn.btn-primary.smaller {
        margin: 20px auto;
    }

    .img-with-caption {
        width: 100% !important;
        height: auto !important;
        border: medium none !important;
        background: transparent !important;
        box-shadow: none !important;
        transform: none !important;
        position: relative !important;
        margin-left:0!important;
        max-width:767px!important;
    }

    .lazy-load-grid p {
        margin:15px;
    }

    .schedule-row h3:after, h3.left-route-pin:after {
        top:3px;
    }

    .schedule-row h3:before, h3.left-route-pin:before {
        top:8px;
    }

    .xs-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .xs-no-padding-right {
        padding-right: 0 !important;
    }

    .xs-no-padding-left {
        padding-right: 0 !important;
    }

    .xs-padding-bottom-large {
        padding-bottom:30px!important;
    }
}

/* Small Landscape Screens */

@media only screen and (min-width:415px) and (max-width:568px) {
    .owl-carousel {
        height: 250px;
    }

    .owl-item {
        min-height: 250px;
    }

    .flourish {
        display:none;
    }

    footer ul li a {
        font-size: 12px !important;
    }

    .horizontal-padding-large {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Small Screens */

@media only screen and (min-width:569px) and (max-width:767px) {
    .navbar-header {
        height: 80px;
        width: 80px;
    }

    .navbar-toggle {
        /*display:table!important;*/
        margin: 10px auto;
    }

    .navbar-open::after {
        font-size: 9px;
        letter-spacing: 5px;
        margin-left: 3px;
        margin-right:-5px;
    }

        .navbar-toggle .icon-bar {
            width: 45px;
            height: 4px;
        }

    .navbar-close {
        width: 45px;
        height: 45px;
        padding: 0;
        margin: 10px;
    }

    .navbar-toggle .icon {
        font-size: 60px;
    }

    .logo {
        padding: 18px 0;
        max-width: 150px;
    }

    .nav.navbar-nav {
        /*background: #fff;*/
    }

        .nav.navbar-nav.three-tab-nav::before {
            position: relative;
            background-color: transparent;
        }

        .nav.navbar-nav.three-tab-nav::after {
            position: relative;
            background-color: transparent;
        }

    .nav > li:first-child a, .nav li.open:first-child > a {
        padding-left: 50px;
    }

    .nav.navbar-nav > li > a, .nav.three-tab-nav > li > a {
        padding: 20px 50px !important;
    }

    span.pipe {
        display: none;
    }

    .owl-carousel {
        height: 300px;
    }

    .owl-item {
        min-height: 300px;
    }

    .summary {
        display:none;
    }

    .flourish {
        display: none;
    }

    .nav-tabs.three-tab-nav > li {
        min-height: 60px;
        margin-bottom: -5px;
    }

        .nav-tabs.three-tab-nav > li svg {
            margin-top: 0 !important;
        }

        .social li a {
            height:30px;
            width:30px;
        }

            .social li a:active, .social li a::selection, .social li a:link, .social li a:visited, .social li a:before {
                height: 30px!important;
                width: 30px!important;
                font-size: 30px;
            }

    footer ul li a {
        font-size: 14px!important;
    }
}

/* Tablet/Small Desktop & Down */

@media only screen and (max-width:940px) {

    

	ul.collage {
		min-height: 300px !important;
		padding-bottom: 30px;
	}

		ul.collage li:nth-of-type(1) {
			display: none;
		}

		ul.collage li:nth-of-type(3) {
			display: none;
		}

		ul.collage li:nth-of-type(2) {
			display: none;
		}

		ul.collage li:nth-of-type(4) {
			min-height: 300px;
			padding-bottom: 30px;
		}

	.linkbox {
		padding: 0 0 0 20px;
		margin-left: 30px;
		min-height: 330px;
	}

		.linkbox h3:before, .linkbox h2:before {
			left: -26px;
		}

	.owl-pagination {
		display: none;
	}

	.search-button {
		height: 60px;
		width: 60px;
		float: right;
		position: relative;
		top: 12px;
		right: 30px;
	}

    .script-links a.meeting {
        font-size: 12px;
    }
}


/* Tablet/Small Desktop & Up */

@media only screen and (min-width:768px) {
}

/* Tablet & Small Desktop Screens */

@media only screen and (min-width:768px) and (max-width:940px) {

    .horizontal-padding-large {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .nav.three-tab-nav > li > a, .nav.navbar-nav > li > a {
        font-size: 14px !important;
    }

		.nav > li > a, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav > li > a:focus, .nav > li > a:hover {
			padding: 50px 32px;
		}

	.border-bottom-1-white {
		margin-top: -1px;
	}

	.social {
		text-align: center;
	}

    ul.links > li > a:hover::before, .linkbox ul > li > a:hover::before{
        left: -28px;
    }

    .img-with-caption {
        width: 50%;
        height: auto;
        border: medium none;
        background: transparent;
        box-shadow: none;
        transform: none;
        margin:45px auto 0;
        display:table;
        position:relative!important;
    }
    .lazy-load-grid p {
        margin: 15px 30px;
    }

    .table-heading .adjust {
        margin-top: 0px;
    }

}

/* Medium & Up */

@media only screen and (min-width:941px) {
}


/* Medium Desktop Screens */

@media only screen and (min-width:941px) and (max-width:1024px) {

	.stat-circle .start-text, .stat-circle .end-text {
		font-size: 18px;
	}

	.stat-circle .number {
		font-size: 90px;
	}

	.stat-circle {
		border: 2px solid #01acd5;
	}

	.social {
		text-align: center;
	}

	ul.collage {
		min-height: 500px;
		margin-bottom: 60px;
	}

	.navbar-nav {
		/*margin-top:8px;*/
	}

    .extra-padding-left {
        padding-left: 45px !important;
    }

    .extra-padding-right {
        padding-right: 50px !important;
    }
}

/* Tablet Landscape */

@media only screen and (min-width:769px) and (max-width:1024px) {
}

/* Mobile Landscape */

@media only screen and (min-width:376px) and (max-width:736px) {
}

/* Large Mobile Landscape */

@media only screen and (min-width:415px) and (max-width:736px) {
	.col-sm-6 {
		width: 50% !important;
		float: left;
	}

	.col-sm-8 {
		width: 66.6666% !important;
		float: left;
	}

    .col-sm-4 {
        width:33.3333%;
        float:left;
    }

    .navbar-nav > li {
        /*float:left;*/
    }

    .nav > li:first-child a, .nav li.open:first-child > a {
        padding-left: 60px;
    }

    .nav > li > a, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav > li > a:focus, .nav > li > a:hover {
        padding:50px 23px
    }

    .navbar-nav .open .dropdown-menu {
        /*position:absolute;*/
        padding:10px 30px;
    }

    .navbar-nav {
        margin:0!important;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px!important;
        }

    .dropdown-menu:first-of-type:not(.bootstrap-datetimepicker-widget) {
        left: 25px;
    }

    #TicketsFares .green-text p, #TicketsFares .uppercase-link {
        margin-left: 20px;
    }

    h3.left-route-pin {
        margin-left:20px!important;
    }

    h3.left-route-pin:before {
        width: 25px;
        left: -15px;
        top: 6px;
    }

    h3.left-route-pin:after {
        left: 10px;
        top: 0px;
    }
}


@media only screen and (min-width:736px) and (max-width:747px) {
    .nav > li > a, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav > li > a:focus, .nav > li > a:hover {
        padding: 50px 30px;
    }
}

/*Tablet and Medium Desktop Screens */

@media only screen and (min-width:768px) and (max-width:1024px) {
	/*.dropdown-menu {
        top: 115px;
    }*/

    blockquote {
        margin:0!important;
    }

    .horizontal-padding {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .vertical-padding-large {
        padding-top:20px;
        padding-bottom:20px;
    }

    ul.links > li > a, .linkbox ul > li > a {
        font-size: 14px;
    }

    footer ul li a:link, footer ul li a:active, footer ul li a:visited, footer ul li a:hover {
        font-size: 16px;
    }

    h3.left-route-pin:before {
        width: 25px;
        left: -30px;
        top: 6px;
    }

    h3.left-route-pin:after {
        left: -10px;
        top: 0px;
    }

    .alert-text {
        text-align:left!important;
    }

    .schedule-row h3 {
        font-size:18px;
    }
}

/* Medium Desktop Screens and down */

@media only screen and (max-width:1024px) {

    /*.nav>li>a {
        font-size:9px;
    }*/

    body {
        cursor: pointer; /*this is a hack for the select boxes on mobile*/
    }

    .padding-left-tablet-down {
        padding-left: 75px;
        padding-top: 20px;
        text-align: left !important;
    }

    .schedule-row {
        padding: 40px 0;
    }

    schedule-row:hover {
        background-color: initial;
    }

    h3.left-route-pin {
        font-size: 18px;
        margin-left: 0px;
        margin-top: 6px;
    }

    section.light-section h2 {
        font-size: 30px;
    }

    section.light-section h2 {
        font-size: 30px;
    }

    section p {
        font-size: 18px;
    }

    .social {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
        padding-right: 0 !important;
    }

    .social {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
        padding-right: 0 !important;
    }

        .social li a {
            width: 40px;
            height: 40px;
        }

    form.newsletter {
        margin: 0 auto;
        display: table;
    }

    .row.border-bottom {
        padding-bottom: 60px;
        border-bottom: medium none;
    }

    .owl-prev {
        display: none;
    }

    .owl-next {
        display: none;
    }

    .no-carousel {
    }

        .no-carousel .item img {
        }



    .item .caption {
        left: 0;
        min-height: 100px;
        padding: 30px;
    }

    .caption .title {
        font-size: 60px;
        font-weight: bold;
    }

    .caption .summary {
        font-size: 18px;
        color: #fff;
    }

    .caption .btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .vertical-padding-xl {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

}

/* Large Desktop Screens */

@media only screen and (min-width:1025px) and (max-width:1280px) {
    footer ul li a:link, footer ul li a:active, footer ul li a:visited, footer ul li a:hover {
        font-size: 16px;
    }
    .alert-text {
        text-align: left !important;
    }
}

/* Large & Up */

@media only screen and (min-width:1025px) {
    section.section-video {
        max-width: 600px;
    }

}

/* XL Desktop & Up */

@media only screen and (min-width:1281px) {
}


@media only screen and (max-height:300px) {
}

@media only screen and (max-height:768px) and (min-width:768px) {
}

/*XL and down */

@media only screen and (max-width:1800px) {
	.container {
		width: 100% !important;
		/*padding:0;
        overflow:hidden;*/
	}
}

/*XL and up */

@media only screen and (min-width:1800px) {
	section, section .container, footer .container, header .container {
		width: 100% !important;
	}

	section, header, footer {
		width: 1800px !important;
		margin: 0 auto;
	}

		header .container {
			width: 1800px !important;
		}

	div .container {
		width: 100% !important;
	}

    .home-tab-menu .row {
        margin-right:-16px!important;
        margin-left:-16px!important;
    }
}
/* Retina Display */

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
}

@media screen and (max-width:800px) and (orientation:portrait) {

    #bs-navbar-collapse-1 {
        height:auto!important;
    }

    .navbar-nav > li {
        float:none!important;
        display:block!important;
    }

}
