/*
Theme Name: Speeds Healthcare
*/
.video-bg,
.bg-image {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}

.ytplayer-container {
	margin-top: -250px;
}

.spacer-50 {
	padding: 25px 0;
}

@font-face {
	font-family: 'ProximaNova Regular';
	src: url('../../fonts/proximanova-regular-webfont.eot');
	src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/proximanova-regular-webfont.svg#ProximaNova Regular') format('svg'),
		url('fonts/proximanova-regular-webfont.woff') format('woff'),
		url('fonts/proximanova-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'ProximaNova Semibold';
	src: url('fonts/proximanova-semibold-webfont.eot');
	src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/proximanova-semibold-webfont.svg#ProximaNova Semibold') format('svg'),
		url('fonts/proximanova-semibold-webfont.woff') format('woff'),
		url('fonts/proximanova-semibold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'ProximaNova Light';
	src: url('fonts/proximanova-light-webfont.eot');
	src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/proximanova-light-webfont.svg#ProximaNova Light') format('svg'),
		url('fonts/proximanova-light-webfont.woff') format('woff'),
		url('fonts/proximanova-light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'ProximaNova Bold';
	src: url('fonts/proximanova-bold-webfont.eot');
	src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/proximanova-bold-webfont.svg#ProximaNova Bold') format('svg'),
		url('fonts/proximanova-bold-webfont.woff') format('woff'),
		url('fonts/proximanova-bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'RobotoSlab Regular';
	src: url('fonts/RobotoSlab-Regular-webfont.eot');
	src: url('fonts/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/RobotoSlab-Regular-webfont.svg#RobotoSlab Regular') format('svg'),
		url('fonts/RobotoSlab-Regular-webfont.woff') format('woff'),
		url('fonts/RobotoSlab-Regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Gotham Medium';
	src: url('fonts/gotham-medium-webfont.eot');
	src: url('fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/gotham-medium-webfont.svg#Gotham Medium') format('svg'),
		url('fonts/gotham-medium-webfont.woff') format('woff'),
		url('fonts/gotham-medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Gotham Light';
	src: url('fonts/gotham-light-webfont.eot');
	src: url('fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/gotham-light-webfont.svg#Gotham Light') format('svg'),
		url('fonts/gotham-light-webfont.woff') format('woff'),
		url('fonts/gotham-light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}



body {
	font-family: 'ProximaNova Regular', sans-serif;
	color: #474a58;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
}

* {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h2 {
	color: #273c8c;
}

.wrapper {
	margin: 0 auto;
	width: 1180px;
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	float: left;
}

.col-12 {
	width: 100%;
}

.col-11 {
	width: 91.66666667%;
}

.col-10 {
	width: 83.33333333%;
}

.col-9 {
	width: 75%;
}

.col-8 {
	width: 66.66666667%;
}

.col-7 {
	width: 58.33333333%;
}

.col-6 {
	width: 50%;
}

.col-5 {
	width: 41.66666667%;
}

.col-4 {
	width: 33.33333333%;
}

.col-3 {
	width: 25%;
}

.col-2 {
	width: 16.66666667%;
}

.col-1 {
	width: 8.33333333%;
}

.clearfix:after,
.clearfix:before {
	content: '';
	display: table;
	clear: both;
}

#header {
	position: relative;
	z-index: 1;
}

#logo {
	display: block;
	float: left;
	margin: 20px 0 10px;
	font-size: 0;
}

#logo img,
#logo h1,
.icon,
#background-movie .wrapper,
.expand,
.footer-logos img,
.menu-icon {
	display: inline-block;
	vertical-align: middle;
}

#logo img,
#logo h1 {
	margin-right: 20px;
}

#logo h1 {
	margin: 0;
	/*	font-size: 66px;
	line-height: .8;*/
	font-size: 60px;
	line-height: 1;
}

#logo h1 span {
	display: block;

}

#logo .light-green {
	font-family: 'ProximaNova Light', sans-serif;
	font-size: 42px;
}

.light-green {
	color: #a2ce5a
}

.dark-blue {
	color: #273c8c;
}

.bx-has-pager {
	height: 25px;
}

.bx-default-pager {
	text-align: center;
	padding-top: 10px;
	font-size: 0;
	height: 12px;
}

.bx-default-pager .bx-pager-item {
	font-size: 0;
	display: inline;
}

.bx-default-pager .bx-pager-item a {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	border-radius: 50%;
	color: transparent;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	background: #cccccc;
}

.bx-default-pager .bx-pager-item a.active {
	background: #273c8c;
}


#main-nav {
	float: right;
	margin-top: 20px;
	max-width: 50%;
}

#main-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main-nav li {
	float: left;
	margin-right: 25px;
	font-size: 20px;
}

#main-nav li:last-child {
	margin: 0;
}

#main-nav a {
	color: #273c8c;
}

.icon {
	width: 35px;
	height: 35px;
	background: url('images/sprites.png') no-repeat;
}

#main-nav .icon {
	margin-right: 8px;
	margin-bottom: 10px;
	background-color: #cecece;
	border-radius: 50%;
	transition: background-color 300ms;
}

#main-nav li:hover a,
#main-nav li.current-menu-item a {
	color: #a2ce5a;
}

#main-nav li:hover .icon,
#main-nav li.current-menu-item .icon {
	background-color: #a2ce5a;
}

#main-nav .menu-item-2373 .icon {
	background-position: 0 0;
}

#main-nav .menu-item-2375 .icon {
	background-position: -37px 0;
}

#main-nav .menu-item-2378 .icon {
	background-position: -74px 0;
}

#main-nav .menu-item-2380 .icon {
	background-position: -112px 0;
}

#main-nav .menu-item-2464 .icon {
	background-color: #1f3070;
	/* insight dark blue */
	background-position: -155px 0;
}

#main-nav .menu-item-2552 .icon {
	background-color: #1f3070;
	/* insight dark blue */
	background-position: -206px 0;
}

#main-nav .menu-item-2466 .icon {
	background-color: #cecece;
	/* light grey */
	background-position: -244px 0;
}

#secondary-nav {
	clear: both;
	text-align: justify;
}

#secondary-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#secondary-nav>ul {
	height: 56px;
}

#secondary-nav ul a {
	display: block;
	color: #273c8c;
	transition: border-color 300ms, background-color 300ms;
}

#secondary-nav>ul:after {
	display: inline-block;
	width: 100%;
}

#secondary-nav>ul>li {
	display: inline-block;
	text-align: left;
	margin: 0;
	position: relative;
	font-size: 20px;
	line-height: 50px;
	border-bottom: 6px solid transparent;
}

#secondary-nav>ul>li:hover,
#secondary-nav>ul>li.current-menu-item,
#secondary-nav>ul>li.current_page_parent,
#secondary-nav>ul>li.current_page_ancestor,
#secondary-nav ul li ul {
	border-bottom: 6px solid #a7d15b;
}

#secondary-nav>ul>li:hover ul {
	display: block;
}

#secondary-nav ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	width: 300px;
	margin-top: 6px;
	box-shadow: inset 0 40px 80px -70px #000;
	background: #fff;
}

#secondary-nav ul li:last-child ul {
	left: auto;
	right: 0;
}

#secondary-nav ul li ul li {
	border-bottom: 1px solid #e7e7e7;
}

#secondary-nav ul li ul li:last-child {
	border-bottom: 0;
}

#secondary-nav ul li ul li a {
	padding: 11px 16px 10px;
	font-size: 17px;
	line-height: 26px;
}

#secondary-nav ul li ul li:hover a,
#secondary-nav ul li ul li.current-menu-item a {
	color: #fff;
	background: #a7d15b;
}


#secondary-menu-btn {
	display: none;
	line-height: 35px;
	margin: 8px 13px 6px;
}

#secondary-menu-btn>span {
	vertical-align: middle;
}


.mobile-green-border {
	display: none;
	clear: both;
	border-bottom: 6px solid #a7d15b;
}

.menu-icon span {
	display: block;
	width: 24px;
	height: 4px;
	margin: 1px 0 2px;
	background: #cecece;
	border-radius: 1px;
}

.menu-icon span:last-child {
	margin-bottom: 1px
}

#background-movie {
	position: relative;
	z-index: 0;
	height: 490px;
	overflow: hidden;
	font-size: 0;
	text-align: center;
}

#background-movie h2,
#background-movie h3 {
	margin: 0 0 16px 0;
	font-family: 'ProximaNova Light', sans-serif;
	font-size: 52px;
	text-align: center;
	color: #fff;
}

#background-movie h3 {
	font-family: 'RobotoSlab Regular', sans-serif;
	font-size: 29px
}

#background-movie video,
.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

#background-movie video {
	width: 100%;
}

#background-movie .wrapper {
	position: relative;
	z-index: 2;
	color: #fff;
}

#background-movie .btn {
	margin: 0 12px 10px;
	text-transform: uppercase;
	height: 54px;
}

.video-overlay {
	z-index: 1;
	right: 0;
	height: 100%;
	background: #273c8c;
	/* #a2ce5a; */
	opacity: 0.74;
	/*.6; */
}

.expand {
	width: 0;
	height: 100%;
}

.btn {
	display: inline-block;
	padding: 18px 37px;
	font-family: 'Gotham Medium', sans-serif;
	font-size: 15px;
	box-sizing: border-box;
	border: 0;
	border-radius: 4px;
	color: #fff !important;
	transition: all 300ms;
	text-transform: uppercase;
}

.btn span {
	font-size: 15px !important;
}

.default-btn {
	border: 2px solid #fff !important;
	padding-top: 16px;
	padding-bottom: 16px;
	background: none;
}

.default-btn:hover {
	background: #fff;
	color: #273c8c !important;
}

.gradient-green {
	border-top: 1px solid #c7f265;
	background-color: #a2ce5a;
	/* Old browsers */
	position: relative;
}

.gradient-green:before {
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(35, 176, 74, 1) 100%);
	/* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(35, 176, 74, 1)));
	/* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(35, 176, 74, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(35, 176, 74, 1) 100%);
	/* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(35, 176, 74, 1) 100%);
	/* IE10+ */
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(35, 176, 74, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#23b04a', GradientType=0);
	/* IE6-9 */
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 4px;
	z-index: 1;
	opacity: 1;
	transition: opacity 300ms;
}

.gradient-green:after {
	background-image: -moz-linear-gradient(top, rgba(35, 176, 74, 1) 0%, rgba(255, 255, 255, 0) 50%);
	/* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(35, 176, 74, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
	/* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, rgba(35, 176, 74, 1) 0%, rgba(255, 255, 255, 0) 50%);
	/* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, rgba(35, 176, 74, 1) 0%, rgba(255, 255, 255, 0) 50%);
	/* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, rgba(35, 176, 74, 1) 0%, rgba(255, 255, 255, 0) 50%);
	/* IE10+ */
	background-image: linear-gradient(to bottom, rgba(35, 176, 74, 1) 0%, rgba(255, 255, 255, 0) 50%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23b04a', endColorstr='#00ffffff', GradientType=0);
	/* IE6-9 */
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 4px;
	z-index: 2;
	opacity: 0;
	transition: opacity 300ms;
}

.gradient-green span {
	position: relative;
	z-index: 3;
	color: #fff !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	display: inline !important;
}

.gradient-green:hover:before {
	opacity: 0;
}

.gradient-green:hover:after {
	opacity: 1;
}

.services,
.testimonials {
	padding: 56px 0;
}

.services h2 {
	font-size: 36px;
	margin: 0 0 24px;
}

.services p {
	line-height: 26px
}

p,
q {
	margin: 0 0 34px;
	font-size: 20px;
}

q {
	position: relative;
}

q:before,
q:after {
	content: "“";
	position: relative;
	top: 14px;
	display: inline-block;
	height: 45px;
	margin-left: -50px;
	margin-right: 3px;
	overflow: hidden;
	font-family: 'ProximaNova Bold', sans-serif;
	font-size: 100px;
	line-height: 1;
	color: #273c8c;
	vertical-align: baseline;
}

q:after {
	content: "”";
	vertical-align: top;
	margin: -27px 0 0;
}

.lfloat {
	float: left;
}

.rfloat {
	float: right;
}

.col-765 {
	width: 765px;
	margin-right: 40px
}

.col {
	overflow: hidden;
}

.circle-link {
	display: block;
	margin-bottom: 17px;
}

.circle-link-text {
	margin-top: 35px;
	font-family: 'ProximaNova Regular', sans-serif;
	font-size: 24px;
	color: #a7d15b;
}

.circle-medium+.circle-link-text {
	font-size: 21px;
	margin-top: 16px;
}

.circle-medium.grey-circle+.circle-link-text {
	color: #474a58
}

.circle {
	float: left;
	width: 126px;
	height: 126px;
	margin-right: 14px;
	border-radius: 50%;
	text-align: center;
}

.circle-medium {
	width: 86px;
	height: 86px;
}

.green-circle {
	border: 3px solid #a7d15b;
}

.grey-circle {
	border: 3px solid #666873;
}

.circle .icon {
	width: 75px;
	height: 92px;
	margin-top: 13px;
}

.circle-medium .icon {
	width: 52px;
	height: 62px;
	margin-top: 7px;
}

.icon-green-pdf {
	background-position: 0 -39px;
}

.icon-green-user-msg {
	background-position: -79px -39px;
}

.circle-link:hover .icon-green-pdf {
	background-position: 0 -139px;
}

.circle-link:hover .icon-green-user-msg {
	background-position: -79px -139px;
}

.circle-link:hover .icon-grey-pdf {
	background-position: 0 -350px;
}

.circle-link:hover .circle-link-text {
	color: #273c8c;
}

.circle-link:hover .circle-link-text {
	color: #273c8c;
}

.circle-link:hover .circle {
	border-color: #273c8c;
}

.boxes .box {
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
}

#partnership-boxes.boxes .box {
	width: 33.3%;
}

.box-height {
	margin-top: 66%;
}

.boxes h4,
.boxes h5 {
	margin: 0;
	color: #fff;
	font-family: 'ProximaNova Semibold', sans-serif;
	font-size: 36px;
}

.boxes h5 {
	font-family: 'ProximaNova Light', sans-serif;
	font-size: 26px;
}

.boxes .box a {
	display: table;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.box-image-wrapper {
	height: inherit;
}

.box-image-wrapper:before {
	content: '';
	background: #a7d15b;
	z-index: 2;
	opacity: 0;
	transition: opacity 300ms;
}

.box-image-wrapper:after,
.image-link .image:after,
.categories-list .article-image:after {
	content: '';
	background: #4a321b;
	opacity: .21;
}

.boxes .box img {
	width: 100%;
	height: auto;
}

.boxes .box img,
.box-image-wrapper:before,
.box-image-wrapper:after,
.box-content,
.dark-blue-transparent-bg,
.absolute,
.slider-container:after,
.image-link .title:before,
.box-image-wrapper,
.image-link .image:after,
.categories-list .article-image:after,
.image-title-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.image-title-container {
	top: auto;
	height: 100%;
}

.box-content {
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.box-info {
	position: relative;
	z-index: 3;
	display: table-cell;
	vertical-align: middle;
}

.box-container {
	position: relative;
	padding-bottom: 0;
	transition: all 300ms;
}

.icon-box-arrow {
	position: absolute;
	bottom: -260px;
	left: 50%;
	margin-left: -35px;
	width: 71px;
	height: 70px;
	background-position: -166px -35px;
	transition: all 300ms;
}

.boxes h5 {
	display: none;
}

.boxes .box:hover .box-image-wrapper:before {
	opacity: .67;
}

.boxes .box:hover .box-info h5 {
	display: block;
}

.boxes .box:hover .icon-box-arrow {
	bottom: -22px;
}

.boxes .box:hover .box-container {
	padding-bottom: 70px;
}

.testimonial-image {
	float: left;
	margin: 0 10px 10px 80px;
}

.rounded-image {
	width: 258px;
	height: 258px;
	border-radius: 50%;
}

.testimonials .wrapper {
	overflow: hidden;
}

.testimonials h2 {
	margin: 0;
	font-size: 32px;
}

.testimonials .right-col {
	margin-left: 394px;
	padding-right: 55px;
	line-height: 30px;
}

.testimonials strong {
	font-size: 18px;
}

.testimonial {
	float: left;
}

.signup {
	padding: 45px 0 40px;
	font-family: 'Gotham Light', sans-serif;
	font-size: 22px;
	color: #fff;
	background: #273c8c;
	margin-top: -2px;
}

.form-horizontal input {
	display: inline-block;
	width: 210px;
	height: 50px;
	margin-bottom: 5px;
	border: 0;
	border-radius: 4px;
	font-family: 'Gotham Medium', sans-serif;
	font-size: 16px;
	color: #273c8c
}

.form-horizontal input {
	padding: 0 18px;
}

.form-horizontal .submit-btn {
	width: auto;
	text-transform: uppercase;
}

::-webkit-input-placeholder {
	color: #273c8c;
	transition: color 300ms;
}

:-moz-placeholder {
	color: #273c8c;
	transition: color 300ms;
}

::-moz-placeholder {
	color: #273c8c;
	transition: color 300ms;
}

:-ms-input-placeholder {
	color: #273c8c;
	transition: color 300ms;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
	color: #474a58;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
	color: #474a58;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
	color: #474a58;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
	color: #474a58;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: #fff !important;
}

input[type="text"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: #fff !important;
}

input[type="text"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: #fff !important;
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: #fff !important;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

.text-left {
	text-align: left;
}

.footer-motto {
	width: 100%;
	font-style: italic;
	text-align: center;
}

.signup-text {
	float: left;
	margin: 13px 0;
}

.signup-form {
	float: right;
}

div.signup-form {
	padding-bottom: 15px;
	margin-bottom: -15px;
	position: relative;
}

div.signup-form .mail-message {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 14px;
	font-family: 'ProximaNova Semibold', sans-serif;
}

div.signup-form .mail-error {
	color: tomato;
}

div.signup-form .mail-success {
	color: lime;
}

#footer {
	color: #888;
}

.footer {
	padding: 19px 0;
}

.light-gray-bg {
	background: #e7e7e7;
}

.dark-gray-bg {
	background: #d9d9d9;
}

.footer-nav {
	text-align: right;
}

.footer-nav ul,
.footer-nav li {
	display: inline;
	list-style: none outside;
	margin: 0 5px 0 0;
	padding: 0;
}

.footer-nav li:last-child {
	margin-right: 0;
}

.footer a {
	color: #273c8c;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .footer-nav a {
	margin-left: 0;
	color: #888;
	transition: all 300ms;
}

.footer .footer-nav a:hover {
	text-decoration: none;
	color: #273c8c;
}

.inline-block {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.footer-logos {
	text-align: center;
}

.footer-logos img {
	margin: 3px 26px 3px 0;
}

.footer-logos img:last-child {
	margin: 0;
}

.light-gray-bg.footer,
.dark-gray-bg.footer {
	font-size: 0;
}

.dark-gray-bg.footer {
	padding-bottom: 30px;
}

.footer.light-gray-bg .wrapper>div {
	font-size: 18px;
}

.footer.dark-gray-bg .wrapper>div {
	font-size: 14px;
	line-height: 18px;
	vertical-align: top;
}

.footer address {
	display: inline;
	font-style: normal;
}

.reg-no {
	text-align: center;
}

.web-design {
	text-align: right;
}

/*Contact*/
.default-section {
	position: relative;
	z-index: 0;
	height: 480px;
	background: rgba(0, 0, 0, 0.05);
}

#map {
	width: 100%;
	height: 100%;
}

.dark-blue-transparent-bg {
	background: #273c8c;
	opacity: .74;
}

.left-heading {
	position: relative;
	float: left;
	padding: 22px 18px 22px 3000px;
	margin: 305px 0 0 -3000px;
}

.default-section h2 {
	margin: 0;
	font-family: 'ProximaNova Light', sans-serif;
	font-size: 52px;
	color: #fff;
}

.heading-content {
	position: relative;
	line-height: 1;
}

.heading-content h2 a {
	color: #fff;
}

.default-section .wrapper {
	position: relative;
	z-index: 2;
}

.rounded-text {
	width: 230px;
	height: 230px;
	padding: 58px 25px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 3px 3px 7px -4px #999;
}

.rounded-text {
	float: left;
	margin: 205px 0 0 100px;
}

.rounded-text address {
	font-family: 'ProximaNova Semibold', sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #273c8c;
}

.contact-us {
	padding: 38px 0;
	color: #273c8c;
	font-size: 21px;
}

.contact-us h2 {
	margin: 0 0 20px;
	font-size: 36px;
	text-align: center;
}

.contact-us h3 {
	margin: 0 0 36px;
	font-size: 29px;
	color: #7bc656;
	text-align: center;
}

.contact-info {
	margin-bottom: 45px;
}

.icon-green-msg,
.icon-green-phone,
.icon-green-fax {
	width: 38px;
	height: 38px;
	margin-right: 10px;
	background-position: -242px -35px;
}

.icon-green-phone {
	background-position: -242px -76px;
}

.icon-green-fax {
	background-position: -242px -117px;
}

.contact-method-text {
	float: left;
	padding: 9px 0;
}

.contact-methods {
	float: right;
}

.contact-methods a {
	color: #273c8c;
}

.contact-methods a:hover {
	text-decoration: underline;
}

.contact-methods span {
	margin-right: 30px
}

.contact-methods span:last-child {
	margin: 0;
}

.contact-form {
	float: left;
	width: 584px;
	margin-right: 124px;
}

.contact-form label {
	float: left;
	width: 178px;
	padding-top: 13px;
}

.contact-form input,
.contact-form textarea {
	width: 400px;
	padding: 16px;
	font-size: 18px;
	line-height: 1;
	border: 2px solid #cecece;
}

.contact-form input#email {
	background: #f6f6f6
}

.contact-form input[type="submit"] {
	display: inline-block;
	float: right;
	width: 200px;
	height: 54px;
	padding: 18px 37px;
	box-sizing: border-box;
	border: 0px none;
	border-radius: 4px;
	font-family: 'Gotham Medium', sans-serif;
	font-size: 15px;
	color: #fff !important;
	text-transform: uppercase;
	transition: none !important;
	background: url(images/button-contact.png) repeat-x;
}

.contact-form input[type="submit"]:hover {
	background-position: 0px -100px;
}

.contact-form .form-field {
	margin-bottom: 11px;
}

span.wpcf7-not-valid-tip {
	clear: both;
	float: right;
	display: block;
	font-size: 14px;
	width: 400px;
	padding-top: 2px;
}

.schedule {
	overflow: hidden;
}

.schedule table {
	width: 100%;
	text-align: center;
	font-weight: normal;
}

.schedule table th {
	font-family: 'ProximaNova Semibold', sans-serif;
	font-size: 20px;
	color: #fff;
	background: #7bc656;
	border-bottom: 5px solid white;
	padding: 12px;
}

.schedule table td {
	border-right: 5px solid white;
	background: #f9f9f9;
	padding: 12px;
}

.schedule table tr:nth-child(odd) td {
	background: #f3f3f3;
}

.schedule table td:last-child {
	border: 0px;
}

.schedule table th p,
.schedule table td p {
	margin: 0;
}

.schedule-title {
	margin-bottom: 6px;
}

.heading-green {
	padding: 16px 0;
	background: #7bc656;
}

.heading-green h4,
.sidebar-box {
	margin: 0;
	font-family: 'ProximaNova Semibold', sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.day-time {
	font-size: 20px;
}

.day-time div {
	padding: 16px 10px;
	text-align: center;
}

.day-time:nth-child(even) div {
	background: #f3f3f3;
}

.day-time:nth-child(odd) div {
	background: #f9f9f9;
}

.day-time .day {
	float: left;
	width: 49%;
	margin-right: 5px;
}

.day-time .time {
	overflow: hidden;
}



/* Image Slider */
.image-slider {
	position: relative;
}

.image-slide {
	display: inline-block;
	width: 300px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;
}

.image-slide-height {
	margin-top: 66.67%;
}

.image-slide .shadow {
	display: inline-block;
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	box-shadow: inset 0 -100px 90px -50px #4a321b;
	opacity: .45;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

.image-title-container {
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
}

.image-title-container .image-title {
	z-index: 10;
	font-family: 'ProximaNova Semibold', sans-serif;
	font-size: 32px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 36px;
}

.image-slide .image-side .image {
	height: 166.67%;
	left: 0px;
	top: auto;
	bottom: 0px;
}

.image-slide .image-side img {
	position: absolute;
	width: 100%;
	left: 0px;
	top: auto;
	bottom: 0px;
}

h3.title-2 a {
	color: #fff;
	font-family: 'ProximaNova Light';
}

h3.title-2 a:hover {
	background-color: #a2ce5a;
	color: #fff;
	/*#273c8c;*/
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* animation stuff */
.image-container {
	width: 100%;
	height: calc(60% - 12px);
	position: absolute;
	left: 0px;
	bottom: 0px;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;

	-webkit-transform: rotateX(0deg) translateZ(0);
	transform: rotateX(0deg) translateZ(0);
}

.image-slide:hover .image-container {
	-webkit-transform: rotateX(90deg) translateZ(0);
	transform: rotateX(90deg) translateZ(0);
}

.image-slide .image-side {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.image-slide .image-front {
	-webkit-transform: rotateX(0deg) translateZ(102px);
	transform: rotateX(0deg) translateZ(102px);
}

.image-slide .image-back {
	overflow: hidden;

	-webkit-transform: rotateX(-90deg) translateZ(102px);
	transform: rotateX(-90deg) translateZ(102px);
}

#slider-prev,
#slider-next {
	position: absolute;
	left: 20px;
	bottom: 15px;
	width: 24px;
	height: 42px;
	background: url('images/sprites.png') no-repeat -166px -110px;
}

#slider-next {
	left: auto;
	right: 15px;
	background-position: -199px -110px;
}

#slider-prev:hover,
#slider-next:hover {
	cursor: pointer;
}

.slider-container {
	height: 100%;
}

.slider-control {
	position: relative;
}

/* News */
.latest-news {
	position: relative;
	z-index: 0;
}

.default-section .bg-image img {
	display: block;
	margin: 0 auto;
	max-height: 100%;

}

.default-section .bg-image {
	overflow: hidden
}

.articles {
	padding-bottom: 95px;
}

.articles-wrapper {
	float: left;
	width: 840px;
	margin-bottom: 37px;
}

.articles h3 {
	margin: 0 0 6px;
	font-size: 32px;
}

.written-by {
	margin-bottom: 10px;
	color: #23b04b;
	font-size: 18px;
}

.written-by a {
	color: #23b04b;
}

.written-by a:hover {
	text-decoration: underline;
}

.articles article {
	margin-bottom: 30px;
	font-size: 18px;
}

article p {
	font-size: 18px;
}

.article-image {
	float: left;
	margin-right: 20px;
}

.article-image .rounded-image {
	width: 205px;
	height: 205px;
	display: block;
}

.article-image-link a {
	display: block;
	position: relative;
}

.article-image-link a:after {
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.15);
	opacity: 0;
	transition: opacity 300ms;
}

.article-image-link a:hover:after {
	opacity: 1;
}

.read-more {
	padding-left: 18px;
	padding-right: 18px;
}

.articles p {
	margin-bottom: 17px;
}

.articles .description {
	overflow: hidden;
	padding-top: 15px;
}

.description h2 {
	color: #a2ce5a;
}

.description ul {
	padding-left: 16px;
	list-style: none outside;
}

.description ul li {
	padding-left: 20px;
	background: url(images/bullet.png) 0px 8px no-repeat;
}

h3.dark-blue a {
	color: #273c8c;
	transition: color 300ms;
}

h3.dark-blue a:hover {
	color: #a2ce5a;
}

.articles .pages-container {
	margin: 36px 50px 85px 0;
}

.pagination {
	text-align: center;
}

.pagination a {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #efefef;
	font-size: 29px;
	line-height: 50px;
	color: #88c958;
	text-align: center;
	transition: background-color 300ms, color 300ms;
}

.pagination a:hover {
	background: #88c958;
	color: #fff;
}

.pagination span.current {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 29px;
	line-height: 50px;
	text-align: center;
	background: #88c958;
	color: #fff;
}

.pagination a.next,
.pagination a.prev {
	background-image: url(images/sprites.png);
	background-repeat: no-repeat;
	line-height: 44px !important;
	color: transparent;
	text-indent: -9999px;
	overflow: hidden;
}

.pagination a.prev {
	background-position: -150px -250px;
}

.pagination a.next {
	background-position: -100px -250px;
}

.pagination a.prev:hover {
	background-position: -150px -300px;
}

.pagination a.next:hover {
	background-position: -100px -300px;
}

.articles .sidebar {
	margin-bottom: 105px;
	overflow: hidden;
}

.sidebar-box {
	background: #efefef
}

.sidebar-box-title {
	padding: 15px 0;
	background: #273c8c
}

.sidebar-box-title h4 {
	margin: 0;
}

.sidebar-box .links {
	margin: 0;
	padding: 0 0 34px;
	list-style-type: none;
}

.sidebar-box .links a {
	display: block;
	padding: 14px;
	color: #474a58;
	transition: all 300ms;
}

.sidebar-box .links li {
	border-bottom: 1px solid #fff;
}

.sidebar-box .links li:last-child {
	border-bottom: 0
}

.sidebar-box .links li:hover a,
.sidebar-box .links li.current_page_item a,
.sidebar-box .links li.current-cat a {
	color: #fff;
	background: #23b04b
}

.image-link a {
	position: relative;
	display: block;
}

.image-link .image {
	position: relative;
}

.image-link .image img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.image-link .title {
	padding: 18px 20px;
	overflow: hidden;
	color: #fff;
	text-align: initial;
	font-size: 23px;
	font-family: 'ProximaNova Semibold', sans-serif;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.image-link .title:before {
	content: '';
	background: #a7d15b;
	opacity: .67;
}

.image-link .title .text {
	position: relative;
}

.icon-medium-arrow {
	position: relative;
	top: 200px;
	width: 40px;
	height: 40px;
	background-position: -285px -50px;
	transition: all 300ms;
}

.image-link a:hover .icon-medium-arrow {
	top: 0;
}

.icon-grey-pdf {
	background-position: 0 -250px;
}

.sidebar-container {
	padding: 20px 18px;
}

.contact-box {
	clear: both;
	padding: 29px 52px;
	background: #efefef;
	text-align: right;
}

.contact-box span {
	float: left;
	margin: 8px 0;
	font-size: 29px;
	color: #88c958;
}

/* News Single */
.article-single-wrapper {
	padding: 17px 20px 20px 0;
}

.article-single p {
	margin-bottom: 32px;
	line-height: 24px;
}

.article-single p a,
.article-single li a {
	color: #a2ce5a;
	text-decoration: underline;
	font-family: 'ProximaNova Semibold', sans-serif;
}

.article-single .article-heading {
	position: relative;
	margin-bottom: 25px;
}

.article-single .heading-content {
	position: absolute;
	left: 0;
	bottom: 18px;
}

.article-single .heading-content a {
	display: inline-block;
	padding: 18px 22px;
}

.article-single .heading-content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #a7d15b;
	opacity: .67;
}

.article-single .heading-content h2 {
	position: relative;
	margin: 0;
	font-size: 32px;
	color: #fff;
	padding: 10px 16px;
}

.article-single .article-image {
	position: relative;
	height: 260px;
	background: rgba(0, 0, 0, 0.05);
	float: none;
	margin: 0;
	overflow: hidden;
}

.article-single .article-image img {
	display: block;
	width: 100%;
	height: auto;
}

.written-by-container {
	padding: 10px 20px 10px 10px;
	background: #efefef;
}

.written-by-container .written-by {
	margin: 4px 0 9px;
	font-size: 23px;
}

.written-by-container .article-image img {
	width: 118px;
	height: 118px;
	border-radius: 50%;
}

.written-by-container .article-image {
	margin-right: 13px;
}

.see-more {
	float: left;
	font-size: 18px;
	color: #88c958;
}

.icon-writing {
	width: 20px;
	height: 17px;
	background-position: -285px -93px
}

.linked-in {
	float: right;
	font-size: 18px;
	color: #0083be;
}

.linked-in img {
	vertical-align: bottom;
}

/* Category */
.categories {
	margin: 40px 0 95px
}

.categories h2 {
	font-size: 36px;
	text-align: center;
	padding: 0 10px;
}

.categories p.description {
	margin: 0 auto 52px;
	width: 825px;
	text-align: center;
}

.categories-list .category {
	margin-bottom: 16px;
}

.categories-list .category:nth-child(3n) {
	margin-right: 0;
}

.categories-list .col-4 {
	width: 33.33%;
	margin-right: 0%;
	margin-bottom: 0;
}

.categories-list .article-heading {
	margin-bottom: 0;
}

.categories-list .heading-content h3 {
	position: relative;
	margin: 0;
	font-family: 'ProximaNova Semibold', sans-serif;
	font-size: 24px;
	color: #fff;
}

.categories-list .heading-content h3 a {
	color: #fff;
}

.categories-list .heading-content {
	bottom: 24px;
}

.categories-list .heading-content:before {
	background: #273b8a;
	transition: background-color 300ms;
}

.categories-list .article-heading:hover .heading-content:before {
	background: #a2ce5a;
}

.categories-content {
	margin-bottom: 52px;
}

.categories-list .article-image:after {
	display: none;
}

.categories-content p {
	margin-left: auto;
	margin-right: auto;
	width: 825px;
	text-align: center;
	line-height: 26px;
}

/* Single */
.sidebar-left {
	float: left;
	width: 333px;
	margin-right: 46px;
}

.sidebar-right {
	float: right;
	width: 333px;
}

.articles.single .articles-wrapper {
	float: none;
	width: auto;
	margin: 0;
	overflow: hidden;
}

.articles.single h2 {
	font-size: 36px;
}

.articles.single p {
	font-size: 20px
}

.partnership-list {
	margin-left: -10px;
	margin-right: -10px;
}

.article-partnership {
	float: left;
	width: 33.33%;
	padding: 0 10px;
	margin: 0 0 40px;
	text-align: center;
}

.article-partnership .article-image {
	position: relative;
	margin: 0 0 45px;
}

.article-partnership .article-image img {
	width: 100%;
	height: auto;
}

.icon-settings {
	display: block;
	width: 76px;
	height: 76px;
	background-position: -350px 0px;
	position: absolute;
	bottom: -38px;
	left: 50%;
	margin-left: -38px;
}

.article-content h2 {
	font-size: 26px;
	line-height: 32px;
}

.article-content h2 a {
	color: #a2ce5a;
}

.article-partnership.new-line {
	clear: left;
}

.article-partnership .btn {
	text-transform: uppercase;
}

@media (max-width: 767px) {
	body {
		min-width: 320px;
	}

	.wrapper {
		width: 100%;
	}

	#background-movie {
		height: 300px;
	}

	#background-movie .btn {
		font-size: 15px;
		padding: 10px 10px;
		height: auto !important;
	}

	#background-movie h2 {
		font-size: 46px;
		font-size: 22px;
	}

	#background-movie h3 {
		display: none;
	}

	#background-movie video {
		width: auto
	}

	.boxes .box {
		width: 50%;
	}

	.testimonial-image {
		float: none;
		margin: 0 10px 10px 10px;
		text-align: center;
	}

	.testimonials .right-col {
		margin: 0;
		padding: 0 50px;
	}

	#footer .wrapper>div {
		display: block;
		float: none;
		width: auto;
		margin-bottom: 20px;
		text-align: center;
	}

	.signup {
		padding: 30px 0 25px;
	}

	.form-horizontal input {
		display: block;
		width: 260px !important;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	.testimonial q {
		font-size: 16px;
		line-height: 20px;
	}

	.footer-nav {
		margin-bottom: 0 !important;
	}

	#map-section .rounded-text {
		top: 35px;
		left: 10px;
	}

	.rounded-text {
		width: 170px;
		height: 170px;
		padding: 31px 30px;
	}

	.rounded-text address {
		font-size: 15px;
		overflow: hidden;
	}

	.contact-form label {
		width: 160px;
	}

	.contact-form {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}

	#submit {
		float: none;
		display: block;
		margin: 0 auto
	}

	.categories-list .col-4 {
		width: 49%;
		margin: 0 0 10px 0;
	}

	.categories-list .category:nth-child(even) {
		margin-left: 1%;
	}

	.categories-list .category:nth-child(odd) {
		margin-right: 1%;
	}

	.image-slide .shadow {
		box-shadow: inset 0 -30px 40px -20px #4a321b;
	}

	.article-image .rounded-image {
		width: 150px;
		height: 150px;
	}

	.see-more,
	.linked-in {
		float: none;
		display: block;
	}

	.see-more {
		margin-bottom: 10px;
	}

	.services .wrapper,
	.testimonials .wrapper,
	.signup .wrapper,
	#footer .wrapper,
	.contact-us .wrapper,
	.categories .categories-content,
	.articles-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.article-partnership {
		width: 50%;
	}

	.article-partnership.new-line {
		clear: none;
	}

	.article-partnership.new-line-small {
		clear: left;
	}

	.partnership-list {
		margin: 0 10px;
	}

	.heading-content h2 {
		padding-left: 20px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.wrapper {
		width: 750px;
	}

	#background-movie h2 {
		font-size: 46px;
	}

	#background-movie h3 {
		font-size: 25px;
	}

	.testimonial-image {
		margin-left: 0
	}

	.testimonials .right-col {
		margin-left: 256px;
		padding-right: 10px;
	}

	.rounded-text {
		margin: 115px 0 0 25px;
	}

	.contact-form label {
		width: 160px;
	}

	.contact-form {
		width: 440px;
		margin-right: 40px;
	}

	.footer.light-gray-bg .wrapper>div {
		font-size: 14px;
	}

	.footer-nav a {
		margin-right: 10px;
	}

	.footer-logos img {
		margin-right: 0;
	}

	.circle-medium+.circle-link-text {
		margin-top: 28px;
	}

	.image-slide .shadow {
		box-shadow: inset 0 -80px 90px -50px #4a321b;
	}

	#background-movie video {
		width: auto
	}

	.article-single .article-image {
		height: 165px;
	}
}

@media (min-width: 992px) and (max-width: 1196px) {
	.wrapper {
		width: 970px;
	}

	.col-765 {
		width: 590px
	}

	.boxes h4,
	.image-slide .image-title {
		font-size: 26px;
	}

	.boxes h5 {
		font-size: 18px;
	}

	.boxes .box:hover .icon-box-arrow {
		bottom: -8px;
	}

	.signup-text {
		font-size: 18px;
	}

	.form-horizontal input {
		width: 180px;
		height: 40px;
	}

	.contact-form {
		margin-right: 50px;
	}

	.contact-method-text,
	.contact-methods {
		float: none;
	}

	.contact-info {
		text-align: center;
	}

	.contact-box {
		padding: 20px 30px;
	}

	.contact-box span {
		font-size: 25px;
	}

	.articles-wrapper {
		width: 660px;
	}

	.image-link .title {
		font-size: 20px;
	}

	.article-single .article-image {
		height: 215px;
	}

	.circle-medium+.circle-link-text {
		font-size: 18px;
		margin-top: 24px;
	}

	.sidebar-left {
		width: 290px;
	}

	.sidebar-right {
		width: 290px;
	}

	#secondary-nav>ul>li {
		font-size: 17px;
	}
}

@media (max-width: 991px) {
	#logo {
		float: none;
		text-align: center;
	}

	#logo h1 span {
		font-size: 42px;
	}

	#logo .light-green {
		font-size: 32px;
	}

	#main-nav {
		float: left;
		margin: 8px 13px 6px;
	}

	#main-nav li {
		margin-right: 9px;
	}

	#main-nav .icon {
		margin: 0;
	}

	#main-nav span {
		display: none;
	}

	#secondary-nav {
		display: none;
	}

	#secondary-menu-btn {
		display: block;
		float: right;
		font-family: 'ProximaNova Semibold', sans-serif;
		font-size: 20px;
		color: #cecece;
	}

	#secondary-nav>ul>li {
		float: none;
		margin-right: 0;
		width: 100%;
		display: block;
	}

	#secondary-nav>ul {
		border-bottom: 6px solid #a7d15b;
		height: auto;
		box-shadow: inset 0 40px 80px -70px #000;
	}

	#secondary-nav>ul>li ul,
	#secondary-nav>ul>li:hover ul {
		display: none !important;
	}

	#secondary-nav>ul>li {
		border-bottom: 1px solid #e7e7e7;
	}

	#secondary-nav li:last-child,
	#secondary-nav li:hover:last-child {
		border-bottom: 0;
	}

	#secondary-nav>ul>li:hover,
	#secondary-nav>ul>li.current-menu-item,
	#secondary-nav>ul>li.current_page_parent,
	#secondary-nav>ul>li.current_page_ancestor {
		border-bottom: 1px solid #e7e7e7;
	}

	#secondary-nav>ul>li a {
		display: block;
		width: 100%;
		padding: 0 20px;
	}

	#secondary-nav>ul>li:hover a,
	#secondary-nav>ul>li.current-menu-item a,
	#secondary-nav>ul>li.current_page_parent a,
	#secondary-nav>ul>li.current_page_ancestor a {
		background: #a7d15b;
		color: #fff;
		border: 0px none;
	}

	.mobile-green-border {
		display: block;
	}

	.col-765 {
		float: none;
		margin: 0;
		width: auto;
	}

	.contact-form input,
	.contact-form textarea,
	span.wpcf7-not-valid-tip {
		width: 260px;
	}

	.boxes h4,
	.image-slide .image-title {
		font-size: 20px;
	}

	.boxes h5 {
		font-size: 15px;
	}

	.categories-content p {
		width: auto;
	}

	.icon-box-arrow {
		width: 40px;
		height: 40px;
		margin-left: -20px;
		background-position: -285px -50px;
	}

	.boxes .box:hover .box-container {
		padding-bottom: 22px;
	}

	.rounded-image {
		width: 200px;
		height: 200px;
	}

	.testimonials .bx-viewport {
		height: auto !important;
	}

	.signup {
		text-align: center;
	}

	.signup-text,
	.signup-form,
	.contact-method-text,
	.contact-methods {
		float: none;
	}

	.form-horizontal input {
		width: auto;
	}

	.default-section {
		height: 360px;
	}

	.left-heading {
		margin-top: 240px;
	}

	.default-section h2 {
		font-size: 32px;
	}

	.rounded-text {
		margin: 0;
	}

	#map-section .rounded-text {
		position: absolute;
		top: 5px;
		left: 0;
	}

	.contact-methods span {
		display: block;
		margin: 0 0 5px;
	}

	.contact-us h3 {
		margin-bottom: 25px;
	}

	.categories-list .heading-content h3 {
		font-size: 15px;
	}

	.categories p.description {
		width: auto;
	}

	.contact-box {
		text-align: center;
	}

	.articles-wrapper {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}

	.sidebar-left {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 20px !important;
	}

	.sidebar-right {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 20px !important;
	}

	.article-single .article-image {
		height: auto;
	}
}

@media (max-width: 480px) {
	.video-bg {
		display: none;
	}

	#logo img {
		width: 220px;

	}

	.article-partnership {
		width: 100%;
	}

	.contact-form input,
	.contact-form textarea,
	span.wpcf7-not-valid-tip {
		width: 100%;
	}
}

@media (max-width: 1400px) {
	.default-section {
		height: 350px;
	}

	.left-heading {
		margin-top: 200px;
		font-size: 42px;
	}
}

#mailing-14 .textin {
	color: black;
}


/* Pulled from https://github.com/twbs/bootstrap/blob/v4-dev/dist/css/bootstrap.css#L2079-L2241 */

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}

.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #eceeef;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #eceeef;
}

.table tbody+tbody {
	border-top: 2px solid #eceeef;
}

.table .table {
	background-color: #fff;
}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success>th,
.table-success>td {
	background-color: #dff0d8;
}

.table-hover .table-success:hover {
	background-color: #d0e9c6;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #d0e9c6;
}

.table-info,
.table-info>th,
.table-info>td {
	background-color: #d9edf7;
}

.table-hover .table-info:hover {
	background-color: #c4e3f3;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #c4e3f3;
}

.table-warning,
.table-warning>th,
.table-warning>td {
	background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
	background-color: #faf2cc;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #faf2cc;
}

.table-danger,
.table-danger>th,
.table-danger>td {
	background-color: #f2dede;
}

.table-hover .table-danger:hover {
	background-color: #ebcccc;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #ebcccc;
}

.thead-inverse th {
	color: #fff;
	background-color: #292b2c;
}

.thead-default th {
	color: #464a4c;
	background-color: #eceeef;
}

.table-inverse {
	color: #fff;
	background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
	border-color: #fff;
}

.table-inverse.table-bordered {
	border: 0;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
	border: 0;
}

.list {
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 20px;
}

.list li {
	margin-bottom: 20px;
}

/*** Xmas ***/
img#santa-hat {
	height: 200px;
	z-index: 999;
	margin-top: -20px;
	margin-bottom: -30px;
}