/*
Theme Name: gurney
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gurney
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

gurney is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@font-face {
    font-family: Constan;
    src: url(/wp-content/themes/gurney/fonts/constan.ttf);
    font-weight:100;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body {

	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
header,
footer,
main,
menu,
nav,
section,
summary {
	display: block;
}

.site-header, .site-footer {
	background-color: #46afcc;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
	font-color:#46afcc;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
	font-family: garamond;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	background:orange;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: droid sans;
	font-size: 16px ! important;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	
	border-color: #46afcc;
	
	background: #46afcc;
	
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 1em;
	border:none;
	outline:none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: orange;
	background: orange;
	
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: orange;
	background: orange;
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
{
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	width:100%;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
@media (min-width: 992px) {
.navbar-header {
  float: none;
}
.navbar-toggle {
  display: block;
}
.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-nav {
  float: none!important;
  margin: 7.5px -15px;
}
.navbar-nav>li {
  float: none;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #46AFCC;
}

a:visited {

  background-color: #46afcc;
  border-radius:0;
  border-bottom: 8px solid white;
    outline: 8px solid #46afcc;
}

a:hover,
a:focus,
a:active {
	color: orange;
	text-decoration: none;
	
}

a:focus {
	
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: right;
	width: auto;
	background-color:#46afcc;
	margin-left:5%;
	margin-right:5%;
	font-color: white;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation ul li a{
	color: black;
}
h4 p {
	margin-bottom: 0;
    text-align: right;
}
.row {
	margin-left:0;
	margin-right:0;
}
@media screen and (max-width: 969px) {

.main-navigation li {

	float:none;
	}
	.main-navigation {
		clear: both;
		display: block;
		float: left;
		width: auto;
		background-color:#46afcc;
		margin-left:5%;
		margin-right:5%;
		font-color: white;
	}
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;

	padding-bottom:40px
	background-colour: #fff;
}
@media screen and (max-width: 1080px) {
	.main-navigation a {

		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom:40px
		background-colour: #fff;
	}
}
.header {
    background-color: #46afcc;
}

/* start of menu CSS3 animation */

.main-navigation a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.main-navigation a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f7941d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
  color: white;
}
.main-navigation a:hover:before, .main-navigation a:focus:before, .main-navigation a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* END of menu CSS3 */

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 2.6em;
	left: -999em;
	z-index: 99999;
	background: orange;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 320px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	right: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	  background: #f7941d;
}

/* Small menu. */
.menu-toggle,.glyphicon-menu-hamburger,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 992px) {
	.menu-toggle,.glyphicon-menu-hamburger {
		display: none;
		width:auto;
		
	}
	.main-navigation ul {
		display: block;
	}
	
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
 
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: center;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
	background-color: #fff
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
	background-color: #46afcc
	
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
	display:none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 1em 1em;
	background-color: #fff;
	padding: 10px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* extra stuff by Jack */

.logos {
    padding: 1em 1em 0 1em;
} 

.row-centered {
	
	background-color: white;
	padding: 10px;
	margin-right:5%;
	margin-left: 5%;
	margin-bottom: 1%;
}

@media only screen and (max-device-width: 480px) {
	
	.row-centered {
	
	background-color: white;
	padding: 10px;
	
	margin-left: 5%;
	margin-bottom: 1%;
}

	
}

.col-md-4 {
	
	text-align: center;
	margin-top: 10px;
}

.col-xs-6 {
	
	text-align: center;
	margin-bottom: 10px;
}



.col-md-41 {
	font-color: white;
}

.btn-primary {
	
	border: 0px;
	margin-top:10px;
}

.btn,.wpcf7-submit {
	background-color: #46afcc;
  border-radius:0;
  border-bottom: 8px solid white;
    outline: 8px solid #46afcc;
	
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
 	background-color: #46afcc;
  border-radius:0;
  border-bottom: 8px solid white;
    outline: 8px solid #46afcc;
	margin-top:10px;
	
}
 .btn-primary.focus, .btn-primary:focus {
 	background-color: #46afcc;
  border-radius:0;
  border-bottom: 8px solid white;
    outline: 8px solid #46afcc;
	margin-top:10px;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    	background-color: #46afcc;
  border-radius:0;
  border-bottom: 8px solid white;
    outline: 8px solid #46afcc;
	margin-top:10px;
}
.btn:active, .btn.active {

    -webkit-box-shadow: none;
    box-shadow:none;
}
.btn:hover {
	background-color: orange;
	border-bottom: 8px solid white;
    outline: 8px solid orange;
}


.col-md-2 .btn {
	margin-bottom:28px;
}


.col-md-2 .btn:active {
    margin-bottom: 28px;
}
.row1 {
	background-color:white;
}
.carousel-inner {
	margin: 10px 0 20px 0;

}

.row-centered1 {
	background-color: #46afcc;
	padding: 10px;
	margin-right:5%;
	margin-left: 5%;
	margin-bottom: 1%;
	margin-top: 1%;
}

.row-centered3 {
	
	background-color: #46afcc;
	
}

/* first slider */


#slider{
	position:relative;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}

.remove {}

.carousel-inner .item img {
	width:100%;
	max-height:500px;
	object-fit: cover;
	
}
.carousel-indicators {
	bottom:5px;
	left:0;
	width:auto;
	padding:5px 25px 5px 25px;
	margin-left:0;
	background:rgba(0,0,0,0.7);
	position: fixed;
    bottom: 29px;
    left: 15px;
}
.carousel-indicators li {
	border-radius:0;
	width:8px;
	height:8px;
	background:#fff;
}
.carousel-indicators .active {
	width:10px;
	height:10px;
	background:#46afcc;
	border-color:#46afcc;
}

.carousel-control {
	
	color:#fff;
	width:30px;
	height:30px;
	top:auto;	
	left:auto;
	bottom:12px;
	opacity:0.85;
}
.carousel-control.right {
	right:10px;
	color: #46afcc;
}

.carousel-control.left {
	right: 46px;
	color: #46afcc;
}
.carousel-caption {
	top:auto;
	width:auto;
	right:auto;
	bottom:70px;
	left:0;
	padding:20px;
	background:rgba(0,0,0,0.70);
	text-align:left;
  	height:auto;
	max-width:540px;

}


/* second slider */

#slider{
	position:relative;
}
.carousel-control1.left1, .carousel-control1.right1 {
	background-image:none !important;
}
.carousel-inner1 .item1 img {
	width:100%;
	max-height:400px;
}
.carousel-indicators1 {
	bottom:5px;
	left:0;
	width:auto;
	padding:5px 25px 5px 25px;
	margin-left:0;
	background:rgba(0,0,0,0.7);
}
.carousel-indicators1 li {
	border-radius:0;
	width:8px;
	height:8px;
	background:#fff;
}
.carousel-indicators1 .active {
	width:10px;
	height:10px;
	background:#46afcc;
	border-color:#46afcc;
}

.carousel-controls1 {
	
	color:#fff;
	width:30px;
	height:30px;
	top:auto;	
	left:auto;
	bottom:12px;
	opacity:0.85;
}
.carousel-control1.right {
	right:10px;
}

.carousel-control1.left {
	right: 46px;
}
.carousel-caption {
	top:auto;
	width:auto;
	right:auto;
	bottom:70px;
	left:0;
	padding:20px;
	background:rgba(0,0,0,0.30);
	text-align:left;
  	height:auto;
	max-width:540px;

}

.btn.sharp {
  border-radius:0;
}

.col-md-41 {
    text-align: center;
    margin-top: 10px;
	background-color: #46afcc;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.iframe {
	width:100%;
	height:100%;
	text-align:center;
	margin:0  auto;
	padding-bottom:10px;
}
.videoholder {
	background:#fff;
	padding-top:15px;
}
@media (min-width: 992px) {

.col-md-41 {
    width: 33.33333333%;
	float: left;
}
	
}
.navy {
	
	background-color:white;
	padding-left: 30%;
	padding-right: 30%;
}
.nav-previous, .nav-next {
	font-size: 12pt;
}


.row-centered2 {
	text-align: center;
	background-color: white;
	padding: 10px;
	margin-right:5%;
	margin-left: 5%;
	margin-bottom: 1%;
}

.span4:hover {
	
	background-color: #46afcc;
}

.make-md-column-push(@columns) {
  @media (min-width: @screen-md-min) {
    left: percentage((@columns / @grid-columns));
  }
}
.make-md-column-pull(@columns) {
  @media (min-width: @screen-md-min) {
    right: percentage((@columns / @grid-columns));
  }
}

.col-md-4D {
	display:none;
}

@media screen and (max-width: 37.5em) {
.soc {
position:absolute;
top:45px;
right:-12px;

}
.col-md-4m{
display:none;
}
.col-md-4D {
	clearfix:all;
	width: 100%;
}

}

.cta a{
	display:block;
	margin-bottom:40px;
}

.container-contact {
	
	background-color: #46afcc;
}

.containerx {
	
	width:100%;
}



.apply{
padding:0px;
 margin:0px;
}

.applybtn {
	
	padding-bottom:25px;
}

.soc {
	
	color:#fff;

}

.soc a{
	
	color:#fff;
	  
}

.soc a:hover {
	
	color:orange;
	  
}

.no-break {
	display:none;
}

.st-facebook-counter, .st-twitter-counter, .stMainServices, .st-email-counter {
    width: 60px;
    height: 100%!important;
}

.row-centeredb{
background-color: white;
   
    margin-left: 5%;
}

#breadcrumbs {
    padding: 0;
    margin: 0;
    height: 30px;
	margin-top: 20px;
    line-height:30px; /* line-height MUST be the same as height */
    list-style-type:none;
    background: white;
}

#breadcrumbs li {
    float: left; /*ie6/7 needs this */
	background-color: #46afcc;
	list-style-type:none;
}

#breadcrumbs a {
    float: left;
    position:relative;
    padding: 0 20px 0 10px;
    color: #fff;
    text-decoration: none;
    outline: none;
	line-height:30px;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}
#breadcrumbs a.odd {
    background: lightblue;
}
.page .container header {
	background:#fff;
	background: #fff;
    margin: 1.5em 1em 1em;
    background-color: #fff;
    padding: 10px;
}
#breadcrumbs span {
    position: absolute;
    display: block;
    line-height: 0px;
    height: 0px;
    width: 0px;
    right: 0px;
    top: 0px;
    border-left: 10px solid #46afcc;
    border-right: none;
    border-top: 15px solid lightblue;
    border-bottom: 15px solid lightblue;
}

#breadcrumbs a.odd span {
    border-left: 10px solid lightblue;
    border-top: 15px solid #fff;
    border-bottom: 15px solid #fff;
}

/* classes for jquery hover */
#breadcrumbs a.hover {
    text-decoration: none;
    background: orange;
}
#breadcrumbs a span.hover {
    border-left: 10px solid orange;
}
#breadcrumbs a span.pre_hover {
    border-top: 15px solid orange;
    border-bottom: 15px solid orange;
}

.ttip {
	margin-top: 15px;
	
}

.col-md-4.pull-right {
	margin:0px;
}

.stBubble {
	margin-top:0px!important;
}

.npc a {
	color: #46afcc;
}

.npc a:hover {
	color: orange;
}

.slid h1 {
	margin-top:0px;
}

.videoWrapper {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.wed img{    
height: auto;
    max-width: 100%;
    height: 250px;
    width: 250px;
    object-fit: cover;
	
}

.break {
	background: #46afcc;
	height:10px;
}

.hols img {
	max-width:400px;
}

.glyphicon {
	top:0px!important;
}
header.row-centered {
	margin: 1.5em 1em 1em;
}

@media (max-width: 1292px) and (min-width: 992px){
	.donate-button-wrapper{
		width: 25% !important;
	}
}
@media (max-width: 830px) and (min-width: 768px){
	.donate-button-wrapper a{
		width: 90% !important;
	}
	.hols img {
	max-width:100%!important;
	}
}
#myCarousel {
	    height: 430px;
}
h2.homecentre {
	text-align: center;
}
.carousel-inner {
    margin-top: 5px;;
}



#mc-embedded-subscribe {
    background-color: #46afcc;
    border-radius: 0;
	color:#fff;
 }
.gform_footer input.button, .gform_footer input[type=button], .gform_page_footer input.button, .gform_page_footer input[type=button] {
    border: none!important;
    font-size: 1em;
    text-decoration: none;
    color: #FFF;
    background-color:#46afcc!important;
    box-shadow: none!important; 
    text-shadow:none!important;
    position: relative;
    padding: 12px 24px;
    border-radius: 0;
    -webkit-appearance: none!important;
}
.gform_wrapper .percentbar_blue {
    background-color: #46afcc!important;
    color: #FFF;
}
.gform_footer input.button:hover, .gform_footer input[type=button]:hover, .gform_page_footer input.button:hover, .gform_page_footer input[type=button]:hover {
    background-color:#f7941d!important;

}
.page-id-177 .wed img {
    height: auto!important;
}
blockquote {
    border-left: 5px solid #46afcc!important;
}
.sharethis {
	    margin-top: 15px;
    margin-bottom: 15px;
}
header.row-centered {
    margin: 1.5em 1em 1em 0em;
    padding-left:0;
}
.page-template-meetings h2 {
	font-size: 20px;
}
.page-template-meetings p {
   /* margin-bottom: 0em; */
}
@media only screen and (max-width: 969px){
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100% !important;
	}
	.hols img {
	max-width:100%!important;
	}
}

/* Gravity Forms Override */
.gform_title, .gform_description{
	display: none;
}
.nav-menu li > a:after {
    color: #444;
    content: ' ▾';
}

.nav-menu li > a:only-child:after {
    content: '';
}
.contact-header a,.contact-header a:visited {
	color:#fff;
}
.contact-header a:hover {
	text-decoration:underline;
}
.fa-3x {
    font-size: 2em;
}
dd p {
	
}