@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,300italic,500,700|Roboto+Condensed:400,300,300italic,400italic,700,700italic|Raleway:400,300,400italic,500,300italic,500italic,600,600italic,700,700italic,100|Open+Sans:400,600);/*
Theme Name: RMA.biz
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rmabiz
Tags: one-column, two-columns
Theme URI:
*/

/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. General reset
   3. Common site styles
   4. Custom form styles
   5. Styles for responsive breakpoints
   ---------------------------------------------------------*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */

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: .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: -.5em;
}

sub {
	bottom: -.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 {
	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: black; /* 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"],
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.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * 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: .35em .625em .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;
}

/* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?g2etfx");
	src: url("fonts/icomoon.eot?g2etfx#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?g2etfx") format("truetype"), url("fonts/icomoon.woff?g2etfx") format("woff"), url("fonts/icomoon.svg?g2etfx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
	content: "\e90c";
}

.icon-phone2:before {
	content: "\e90b";
}

.icon-phone:before {
	content: "\f095";
}

.icon-search:before {
	content: "\f002";
}

.icon-chevron-left:before {
	content: "\f053";
}

.icon-chevron-right:before {
	content: "\f054";
}

.icon-twitter:before {
	content: "\f099";
}

.icon-facebook:before {
	content: "\f09a";
}

.icon-facebook-f:before {
	content: "\f09a";
}

.icon-linkedin:before {
	content: "\f0e1";
}

.icon-angle-left:before {
	content: "\f104";
}

.icon-angle-right:before {
	content: "\f105";
}

.icon-angle-up:before {
	content: "\f106";
}

.icon-angle-down:before {
	content: "\f107";
}

.icon-youtube-play:before {
	content: "\f16a";
}

.icon-arrow-left:before {
	content: "\e902";
}

.icon-build:before {
	content: "\e903";
}

.icon-calendar:before {
	content: "\e900";
}

.icon-circles:before {
	content: "\e905";
}

.icon-clock:before {
	content: "\e906";
}

.icon-faq:before {
	content: "\e907";
}

.icon-peoples:before {
	content: "\e908";
}

.icon-share:before {
	content: "\e909";
}

.icon-upload:before {
	content: "\e90a";
}

.anchor-menu ul,
.top-nav ul,
.steps-holder ul,
.main-menu ul,
.benefits-holder ul,
.archive-holder ul,
.tag-list ul,
.box-list,
.contact-info-holder ul,
.bottom-block ul,
.aside .widget ul,
.promo-page-section .aside-block ul,
.social ul,
.events-list,
.events-list ul,
.full-post ul,
ul,
.custom-link-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.wrap:after,
.text-wrap:after,
.inner-wrap:after,
.two-cols:after,
.archive-holder:after,
.archive-holder .item-block:after,
.col-holder:after,
.form-section .holder:after,
.form-section .row:after,
.video-block:after,
.contact-info-holder:after,
.bottom-block .footer-holder:after,
.recent-post:after,
.full-post .person-info-holder:after,
.custom-map-block:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 300 18px/1.5 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.grey {
	background: #fafafa;
}

img {
	max-width: 100%;
	vertical-align: top;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.5em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.5em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 1em;
	margin: 0;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.5em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

ol {
	padding-left: 2em;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
}

.search-form input[type="text"],
.search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333333 !important;
  font-weight: bold !important;
}
.search-form input::-moz-placeholder { /* Firefox 19+ */
  color: #333333;
  font-weight: bold;
}
.search-form input:-ms-input-placeholder { /* IE 10+ */
  color: #333333;
  font-weight: bold;
}
.search-form input:-moz-placeholder { /* Firefox 18- */
  color: #333333;
  font-weight: bold;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.form-section.comment-respond {
	padding: 0;
}

.post-password-form input {
	float: left;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	font: bold 20px/1.2 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border: 0 !important;
	text-align: center;
	padding: 32px 10px;
	position: relative;
	color: #000;
	text-transform: uppercase;
	background: none;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	color: #fff;
	background: #000;
}

.commentlist {
	margin: 0 0 1.5em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.5em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.5em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.5em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.5em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.5em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.5em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.5em 4px 0;
}

.alignright {
	float: right;
	margin: 30px 5px 4px 50px;
}

.mejs-container {
	margin-bottom: 1.5em;
}

iframe {
	max-width: 100%;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

/* set typography styles for common tags */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 .5em;
	font-weight: 300;
	color: inherit;
}

h1,
.h1 {
	font-size: 75px;
	font-weight: 200;
	line-height: 69px;
	margin: 0 0 32px;
}

h2,
.h2 {
	font-size: 30px;
	line-height: 1;
}

h3,
.h3 {
	font-size: 36px;
	line-height: 48px;
	margin: 0 0 34px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #5469c6;
}

/* example lightbox styles */

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
	display: none;
}

.lightbox {
	padding: 5px;
	width: 300px;
}

/* slideshow basic styles */

.slideshow,
.page-container {
	position: relative;
}

.slideshow .slide,
.slideshow .page,
.page-container .slide,
.page-container .page {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.slideshow .slide.active,
.slideshow .page.active,
.page-container .slide.active,
.page-container .page.active {
	z-index: 2;
}

/* placeholder input styles */

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
}

.x.axis text {
	font: 14px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
}

.x.axis .tick text {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
}

.y.axis {
	padding: 10px;
}

.axis-overall line,
.axis-overall path,
.axis path,
.axis line,
.axis-private line,
.axis-private path {
	fill: none;
	stroke: #999;
	shape-rendering: crispEdges;
}

.axis-private line,
.axis-private path {
	fill: none;
	stroke: #999;
	shape-rendering: crispEdges;
}

.axis path,
.axis line {
	fill: none;
	stroke: #999;
	shape-rendering: crispEdges;
}

.y.axis text {
	fill: #999;
	font: 13px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.private-text {
	fill: #fff;
	font: 15px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.overall-text {
	fill: #000;
	font: 15px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.title-text {
	font: 15px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	fill: #999;
}

.legend {
	font-size: 14px;
}

.tick {
	font-size: 14px;
	margin: 0 0 10px;
}

.axis-private text {
	fill: #5469c6;
	font: 13px sans-serif;
}

.axis-overall text {
	fill: #999;
	font: 13px sans-serif;
}

.col-medium {
	float: left;
	width: 40%;
}

.section {
	overflow: hidden;
}

.col-small {
	float: left;
	width: 30%;
	padding: 0 0 0 40px;
}

.d3-small1-holder,
.d3-small-holder,
.d3-medium-holder,
.d3-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.graph-block,
.graph-frame {
	position: relative;
}

/* ---------------------------------------------------------
   4. Сustom form styles
   ---------------------------------------------------------*/

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #777;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 3px solid #000;
	background: #fff;
	max-width: 375px;
	width: 100%;
	height: 80px;
	padding: 23px 22px;
}

.jcf-select.jcf-drop-active {
	border-bottom-color: transparent;
}

.jcf-select.jcf-drop-active .jcf-select-opener {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.jcf-select .jcf-select-opener {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	position: absolute;
	text-align: center;
	right: 27px;
	top: 50%;
	font-family: "icomoon";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jcf-select .jcf-select-opener:before {
	font-size: 25px;
	content: "\f107";
	display: inline-block;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
	cursor: default;
	display: block;
	font: bold 20px/27px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 35px 0 8px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -3px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	border: 3px solid #000;
	border-top: none;
	width: 100%;
	padding: 0 20px;
	font: 300 20px/27px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.jcf-list li {
	padding: 0;
}

.jcf-list li:before {
	display: none;
}

/* custom file input styles */

.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
	font-family: "icomoon", "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	vertical-align: middle;
	background: none;
	padding: 0 8px;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	display: block;
	padding: 0 8px;
	font-size: 14px;
	line-height: 24px;
	height: 28px;
	text-transform: uppercase;
}

.jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
	font-weight: 100;
	font-size: 13px;
}

.jcf-select-wpcf7-select .jcf-list {
	border-width: 1px;
	border-color: #8ebee3;
	padding: 0;
	font-size: 14px;
	line-height: 25px;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.jcf-select-wpcf7-select .jcf-list .jcf-option {
	padding: 5px 17px;
	margin: 0;
}

.jcf-select-wpcf7-select.jcf-select-drop .jcf-hover,
.jcf-select-wpcf7-select .jcf-list-box .jcf-selected {
	background: #5469c6;
	color: #fff;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list ul li span {
	display: block;
	margin: 0 0 16px;
}

.jcf-select-drop .jcf-option-hideme {
	display: none !important;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: normal;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	color: #5469c6;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 27px;
	background: none;
	right: 33px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-close:hover {
	opacity: .6;
}

.fancybox-close:before,
.fancybox-close:after {
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 20px;
	left: 0;
	top: 40%;
	height: 3px;
	background: #fff;
}

.fancybox-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* ---------------------------------------------------------
   3. Сommon site styles
   ---------------------------------------------------------*/

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

/* main container styles */

html {
	height: 100%;
}

body {
	height: 100%;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}

.bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
	background-size: cover;
	background-position: 50% 0;
}

.wrap {
	max-width: 1780px;
	margin: 0 auto;
	padding: 0 12px;
}

.text-wrap {
	max-width: 1180px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}

.inner-wrap {
	max-width: 1240px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}

.inner-wrap.content-holder {
	max-width: 1185px;
	padding: 100px 20px 150px;
}

.img-holder {
	position: relative;
	display: block;
}

.img-holder .sign {
	position: absolute;
	top: 50%;
	max-width: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.desktop-hidden {
	display: block;
}

.anchor-menu {
	position: fixed;
	right: 35px;
	trasform: translateY(-50%);
	z-index: 100;
	top: 50%;
	font: bold 14px/31px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.anchor-menu ul {
	text-transform: uppercase;
}

.anchor-menu li {
	height: 30px;
	padding: 1px 12px;
	position: relative;
}

.anchor-menu li:before {
	display: none;
}

.anchor-menu li:hover a {
	background: #fff;
}

.anchor-menu li:hover span {
	width: 225px;
	opacity: 1;
	visibility: visible;
}

.anchor-menu li.anchor-active a {
	background: #dedede;
}

.anchor-menu a {
	display: block;
	margin: 10px 0 0;
	z-index: 1;
	width: 8px;
	height: 8px;
	background: #9d9fa1;
}

.anchor-menu span {
	-webkit-transition: width .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: width .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	width: 0;
	background: #4e5761;
	z-index: -1;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	padding: 0 40px 0 15px;
	top: 0;
	right: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.uppercased {
	text-transform: uppercase;
}

.widget_calendar table {
	width: 100%;
}

.top-banner {
	position: relative;
	overflow: hidden;
	z-index: 0;
	color: #fff;
}

.top-banner.inner-banner {
	padding: 292px 0 55px;
}

.top-banner.inner-banner.ivfnj-banner {
	padding: 226px 0 58px;
}

.top-banner.inner-banner .bg-stretch {
	z-index: -2;
}

.top-banner.inner-banner:before {
	content: "";
	position: absolute;
	width: 100%;
	z-index: -1;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 11%, rgba(0, 0, 0, .25) 26%, rgba(0, 0, 0, .15) 43%, rgba(0, 0, 0, .13) 73%, rgba(0, 0, 0, .05) 87%, transparent 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 11%, rgba(0, 0, 0, .25) 26%, rgba(0, 0, 0, .15) 43%, rgba(0, 0, 0, .13) 73%, rgba(0, 0, 0, .05) 87%, transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
	left: 0;
	top: 50%;
	bottom: 0;
}

.top-banner iframe {
	width: 100%;
	vertical-align: top;
	margin: 0;
}

.top-banner.custom-banner-01 .text-block {
	position: absolute;
	bottom: 31px;
	left: 0;
	right: 0;
}

.top-banner .title {
	text-align: center;
	font: 600 48px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 50px;
}

.top-banner .slide img {
	width: 100%;
}

.top-banner .text-block {
	max-width: 1600px;
	padding: 0 15px;
	margin: 0 auto;
	position: absolute;
	bottom: 31px;
	left: 0;
	right: 0;
}

.top-banner .text-block .subheading {
	display: block;
	font-size: 35px;
	line-height: 50px;
}

.top-banner .text-holder {
	position: absolute;
	z-index: 6;
	top: auto;
	bottom: 100px;
	color: #fff;
	max-width: 1600px;
	padding: 0 41px;
	margin: 0 auto;
	width: 100%;
	left: 0;
	right: 0;
}

.top-banner .preheading {
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 20px;
}

.top-banner h1 {
	font-size: 110px;
	line-height: 100px;
	font-weight: 100;
}

.top-banner h1.small {
	font-size: 60px;
	line-height: 60px;
	max-width: 700px;
}

.top-banner h1 b {
	font-weight: normal;
}

.btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	display: inline-block;
	text-decoration: none;
	font: bold 20px/1.2 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold !important;
	border: 3px solid  #000;
	text-align: center;
	min-width: 118px;
	padding: 30px 40px;
	position: relative;
	color: #000;
	text-transform: uppercase;
	background: none;
}

.btn.lightbox {
	width: auto;
}

.btn:hover {
	color: #fff;
	background: #000;
}

.btn.btn-big {
	width: 275px;
	display: inline-block;
	float: none;
	padding: 32px 50px;
}

.btn.btn-medium {
	width: 195px;
}

.btn.btn-white {
	border-color: #fff;
	color: #fff;
}

.btn.btn-white:hover {
	color: #000;
	background: #fff;
}

/* header styles */

#header {
	position: absolute;
	z-index: 15;
	width: 100%;
	top: 0;
	color: #fff;
}

#header.custom-header {
	padding: 50px 74px;
}

#header.custom-header .logo a {
	display: inline-block;
	margin: 0 45px 0 0;
}

#header .static {
	-webkit-transition: max-width .3s ease-in-out, max-height .3s ease-in-out;
	transition: max-width .3s ease-in-out, max-height .3s ease-in-out;
	display: block;
	max-width: 260px;
	height: auto;
	position: absolute;
	top: 95px;
	left: 75px;
	z-index: 8;
}

#header .fixed {
	-webkit-transition: max-width .3s ease-in-out, max-height .3s ease-in-out;
	transition: max-width .3s ease-in-out, max-height .3s ease-in-out;
	max-height: 0;
	max-width: 0;
	position: absolute;
	top: 10px;
	left: 32px;
	z-index: 10;
}

#header.fixed-position {
	position: fixed;
	z-index: 99;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, .9);
	color: #000;
	border-bottom: 1px solid #e5e5e5;
}

#header.fixed-position .static {
	max-height: 0;
	max-width: 0;
}

#header.fixed-position .fixed {
	max-width: 272px;
	max-height: 86px;
}

.warrning-strip {
	position: absolute;
	top: 43px;
	left: 0;
	width: 100%;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	background: #c26262;
	text-align: left;
	font-weight: normal;
	z-index: 100;
}

.warrning-strip .text-holder {
	max-width: 1080px;
	margin: 0 0 0 35px;
	padding: 25px 80px 30px 40px;
	width: 100%;
}

.warrning-strip h5 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 17px;
}

.warrning-strip .link-holder {
	padding: 10px 0 0;
}

.warrning-strip .link-more {
	font-size: 16px;
	font-weight: 600;
	color: inherit;
}

.warrning-strip .link-more i {
	margin: 0 0 0 10px;
	font-size: 11px;
	vertical-align: 1px;
}

.warrning-strip .close {
	position: absolute;
	width: 15px;
	height: 15px;
	left: 33px;
	top: 30px;
}

.warrning-strip .close:before,
.warrning-strip .close:after {
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 15px;
	left: 0;
	top: 40%;
	height: 3px;
	background: #fff;
}

.warrning-strip .close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.warrning-message {
	background: #c26262;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 27px;
	font-weight: 100;
	max-width: 616px;
	width: 100%;
	padding: 80px 75px 50px;
}

.warrning-message .icon-holder {
	margin: 0 0 50px;
}

.warrning-message h3 {
	font-size: 24px;
	line-height: 27px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 32px;
}

.warrning-message p {
	margin: 0 0 27px;
}

.top-nav {
	background: #fff;
	width: 100%;
	text-align: right;
	font: 600 14px/31px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #3b6ccb;
	position: relative;
}

.top-nav.custom-nav:before,
.top-nav.custom-nav:after {
	display: none !important;
}

.top-nav .inline-list {
	display: inline-block;
	vertical-align: top;
}

.top-nav .top-social-list {
	display: inline-block;
	vertical-align: top;
	padding: 6px 35px 0 22px;
}

.top-nav .top-social-list li {
	margin: 0 0 0 4px;
	width: 23px;
	height: 23px;
}

.top-nav .top-social-list a {
	display: block;
	height: auto;
	font-size: 10px;
	line-height: 23px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
}

.top-nav .top-social-list a:hover {
	color: #fff;
}

.top-nav .top-social-list .icon-linkedin {
	background: #171a8f;
}

.top-nav .top-social-list .icon-linkedin:hover {
	background: #2226d1;
}

.top-nav .top-social-list .icon-youtube-play {
	background: #ed3123;
}

.top-nav .top-social-list .icon-youtube-play:hover {
	background: #f3736a;
}

.top-nav .top-social-list .icon-twitter {
	background: #00aeef;
}

.top-nav .top-social-list .icon-twitter:hover {
	background: #3dcaff;
}

.top-nav .top-social-list .icon-facebook {
	background: #2e3192;
}

.top-nav .top-social-list .icon-facebook:hover {
	background: #474bc5;
}

.fixed-position .top-nav.left-orient {
	max-width: calc(100% - 500px);
	width: 100%;
	float: right;
}

.top-nav.left-orient li {
	float: left;
	margin: 0 45px 0 0;
}

.top-nav.left-orient li:last-child {
	float: right;
}

.top-nav .tel {
	font-weight: 700;
	font-family: "Open Sans", "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.top-nav ul {
	padding: 6px 10px;
	overflow: hidden;
}

.top-nav i {
	font-size: 20px;
	display: inline-block;
	vertical-align: -3px;
	margin: 0 10px 0 0;
}

.top-nav li {
	display: inline-block;
	margin: 0 0 0 45px;
	padding: 0;
}

.top-nav li:before {
	display: none;
}

.top-nav a {
	color: inherit;
	text-decoration: none;
}

.top-nav a:hover {
	color: #040404;
}

.treatment-list-section li {
	margin: 0 0 27px;
}

.test-section .answered-question .step-text {
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	position: absolute;
	width: 100%;
}

.test-section .answered-question .step-info {
	position: static;
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity, visibility .2s;
	transition: opacity, visibility .2s;
}

.test-section .jcf-radio {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.test-section .jcf-label-active {
	background: #000;
	color: #fff;
}

.test-section .result-block .choose-holder {
	padding: 68px 0 0;
}

.test-section .result-block .choose-holder .btn {
	display: block;
	padding: 32px 0;
	margin: 0 auto 50px;
}

.test-section .step-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}

.test-section .more-holder {
	max-width: 370px;
	line-height: 24px;
	margin: 0 auto;
	padding: 47px 0 0;
}

.test-section .more-holder a {
	font-weight: bold;
}

.test-section .sub-heading {
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 35px;
	text-transform: uppercase;
}

.test-section .sub-heading p {
	margin: 0;
}

.test-section h2 {
	margin: 0 0 40px;
}

.test-section .choose-holder {
	padding: 60px 0 0;
}

.test-section .btn {
	padding: 44px 0;
	margin: 0 46px 20px 46px;
	cursor: pointer;
}

.test-section .btn i {
	font-size: 24px;
	line-height: 22px;
}

.steps-holder {
	padding: 8px 0 84px;
}

.steps-holder li {
	display: inline-block;
	margin: 0 14px 0 10px;
	padding: 0;
}

.steps-holder li:before {
	display: none;
}

.steps-holder li.done a {
	background: #57616c;
}

.steps-holder li a {
	display: block;
	width: 8px;
	height: 8px;
	background: rgba(87, 97, 108, .35);
}

.main-nav {
	-webkit-transition: padding .3s ease-in-out;
	transition: padding .3s ease-in-out;
	position: relative;
	padding: 50px 0 0;
}

.fixed-position .main-nav {
	position: static;
	padding: 7px 0 0;
}

.main-nav:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 270px;
	left: 0;
	z-index: -1;
	top: 0;
	background: url(images/bg-gd-ie.png) repeat-x;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 11%, rgba(0, 0, 0, .45) 26%, rgba(0, 0, 0, .35) 43%, rgba(0, 0, 0, .13) 73%, rgba(0, 0, 0, .05) 87%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 11%, rgba(0, 0, 0, .45) 26%, rgba(0, 0, 0, .35) 43%, rgba(0, 0, 0, .13) 73%, rgba(0, 0, 0, .05) 87%, transparent 100%);
}

.fixed-position .main-nav:before {
	display: none;
}

.nav-opener {
	display: none;
	float: right;
	width: 22px;
	height: 19px;
	position: relative;
	z-index: 10;
	margin: 45px 25px;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	position: absolute;
}

.nav-opener:before,
.nav-opener span,
.nav-opener:after {
	-webkit-transition: -webkit-transform .2s ease-in, top .2s .2s ease-out;
	transition: transform .2s ease-in, top .2s .2s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}

.nav-active .nav-opener:before,
.nav-active
    .nav-opener span,
.nav-active .nav-opener:after {
	-webkit-transition: -webkit-transform .2s ease-in, top .2s ease-out;
	transition: transform .2s ease-in, top .2s ease-out;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 46%;
}

.nav-opener span {
	top: 50%;
	margin-top: -1px;
}

.nav-active .nav-opener span {
	display: none;
}

.nav-opener:before {
	top: 17px;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.icon-triangle-right {
	border-left: 8px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	line-height: 0;
	font-size: 0;
	display: inline-block;
	height: 0;
	vertical-align: 0;
	margin: 0 10px 0 0;
}

.main-menu {
	-webkit-transition: padding .3s ease-in-out;
	transition: padding .3s ease-in-out;
	font: bold 14px/31px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	float: right;
	text-align: right;
	width: calc(100% - 381px);
	padding: 28px 0 0;
}

.fixed-position .main-menu {
	padding: 11px 0 0;
}

.main-menu .btn.btn-white:hover {
	color: #57616c;
}

.main-menu li {
	display: inline-block;
	margin: 0 12px 0 40px;
	padding: 0 0 12px;
	position: static;
}

.main-menu li:before {
	display: none;
}

.main-menu li.active > a {
	color: #d9d9d9;
}

.fixed-position .main-menu li.active.active > a {
	color: #595959;
}

.main-menu li.has-drop-down:hover > a,
.main-menu li.has-drop-down.hover > a {
	color: #d9d9d9;
}

.main-menu li.has-drop-down:hover .sub-menu-drop,
.main-menu li.has-drop-down.hover .sub-menu-drop {
	opacity: 1;
	visibility: visible;
}

.main-menu li.has-drop-down:hover .has-drop-down-a:before,
.main-menu li.has-drop-down.hover .has-drop-down-a:before {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	opacity: 1;
	visibility: visible;
}

.main-menu a {
	color: inherit;
	text-decoration: none;
	position: relative;
}

.main-menu a:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #57616c transparent;
	left: 50%;
	margin: 10px 0 0 -10px;
	top: 100%;
}

.sub-menu-drop {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	z-index: 15;
	background: #57616c;
	color: #fff;
	opacity: 0;
	visibility: hidden;
}

.sub-menu-drop a {
	color: #fff;
}

.sub-menu-drop a:hover {
	color: #d9d9d9;
}

.fixed-position .sub-menu-drop {
	top: 100%;
}

.sub-menu-drop .heading-col {
	width: 21%;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
	font-weight: 300;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 50px 50px;
	background: #4e5761;
}

.sub-menu-drop .heading-col h3 {
	font-size: 35px;
	margin: 0 0 20px;
	line-height: 1;
}

.sub-menu-drop .sub-menu-holder {
	width: 63%;
	float: left;
	padding: 52px 0 42px;
	margin: 0 0 0 3%;
}

.sub-menu-drop .sub-menu-holder .heading {
	margin: 0 0 10px;
	display: block;
	font-weight: bold;
}

.sub-menu-drop .sub-menu-holder .heading a {
	font-weight: bold;
}

.sub-menu-drop .sub-menu-holder ul li {
	display: block;
	margin: 0 0 8px;
	padding: 0;
}

.sub-menu-drop .sub-menu-holder ul li.active a {
	opacity: .7;
}

.sub-menu-drop .sub-menu-holder ul a {
	color: #fff !important;
}

.sub-menu-drop .sub-menu-holder ul a:hover {
	opacity: .7;
	color: #fff !important;
}

.sub-menu-drop .cols-holder {
	width: 75%;
	float: left;
	display: table;
}

.sub-menu-drop .cols-holder .column {
	text-align: left;
	width: 33.33%;
	float: left;
}

.sub-menu-drop .cols-holder .col {
	display: block;
	float: none;
	padding: 0 50px 0 0;
}

.sub-menu-drop .btn-holder {
	width: 25%;
	float: right;
}

.sub-menu-drop .col {
	float: left;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	padding: 0 14px;
}

.table-section.section {
	padding: 0;
}

.table-section table {
	font-size: 15px;
	line-height: 19px;
	max-width: 1095px;
	margin: 0 auto;
	width: 100%;
}

.table-section table tr {
	border: none;
}

.table-section table tbody th {
	color: #3d6bc8;
	font-weight: 500;
}

.table-section table thead th {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
	background: #5469c6;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-left: 1px solid #fff;
	font-size: 17px;
	line-height: 24px;
	padding: 13px 27px;
}

.table-section table thead th:first-child {
	border: none;
}

.table-section table td {
	border: 1px solid #c8c8c8;
	padding: 19px 25px;
}

.table-section table td p {
	margin: 0 0 5px;
}

.table-section table td a,
.table-section table td .heading {
	color: #3d6bc8;
	font-weight: 500;
}

.table-section table td a:hover,
.table-section table td .heading:hover {
	color: #294b90;
}

.three-cols {
	letter-spacing: -.36em;
}

.three-cols * {
	letter-spacing: normal;
}

.three-cols .col {
	display: inline-block;
	width: 33.333%;
	vertical-align: top;
	min-height: 870px;
}

.custom-section.full-size-col .col .text-block {
	padding: 243px 42px 73px;
}

.custom-section.medium-height .col {
	min-height: 475px;
}

.custom-section .icon-circles {
	font-size: 30px;
}

.custom-section .h3 {
	text-transform: uppercase;
	font-size: 46px;
	line-height: .95;
}

.custom-section p {
	margin: 0 0 26px;
}

.custom-section .col {
	background: #57616c;
	position: relative;
	overflow: hidden;
}

.custom-section .col .text-block {
	padding: 93px 42px 43px;
	width: 100%;
}

.custom-section .col:hover .bg-stretch {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.custom-section .col .bg-stretch {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	z-index: 0;
}

.custom-section .col.colored {
	color: #fff;
}

.custom-section .text-block {
	position: relative;
}

.custom-section .text-block.small-text p {
	max-width: 400px;
}

.custom-section .btn-holder {
	padding: 35px 0 0;
}

.two-cols.custom-section.b-align .col {
	white-space: nowrap;
}

.two-cols.custom-section.b-align .col:after {
	display: inline-block;
	height: 100%;
	content: "";
	vertical-align: bottom;
}

.two-cols.custom-section .text-block {
	padding: 220px 78px 82px;
	display: inline-block;
	vertical-align: bottom;
	white-space: normal;
}

.two-cols.custom-section .col {
	white-space: nowrap;
}

.two-cols.custom-section .col:after {
	display: inline-block;
	height: 100%;
	content: "";
	vertical-align: bottom;
}

.two-cols.custom-section .col .text-block {
	padding: 220px 78px 82px;
	display: inline-block;
	vertical-align: bottom;
	white-space: normal;
}

.two-cols .col {
	width: 50%;
	float: left;
}

.two-cols .h3 {
	margin: 0 0 25px;
}

.smaller-text {
	font-size: 16px;
}

.preheading {
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 20px;
	margin: 0 0 36px;
}

.preheading .icon-circles {
	display: none;
}

.preheading p {
	margin: 0;
}

.feedback-block {
	font-style: italic;
}

.feedback-block .avatar-preview {
	text-align: center;
	padding: 18px 0 44px;
}

.feedback-block h4 {
	text-align: center;
	font-style: normal;
	margin: 0 0 40px;
}

.feedback-block .sign {
	font-style: normal;
	padding: 8px 0;
}

.feedback-block .sign p {
	margin: 0 0 10px;
}

.small-wrap {
	max-width: 670px;
	padding: 0 20px;
	margin: 0 auto;
}

.small-wrap.custom-list-02 {
	max-width: 900px;
}

.custom-list-01 h4 {
	margin: 0 0 40px;
}

.custom-list-01 ul {
	margin: 0 0 50px;
	padding: 0 0 0  10px;
}

.custom-list-01 ul li {
	margin: 0 0 12px;
}

.custom-list-01 .sign {
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.person-block .img-holder {
	text-align: center;
	padding: 17px 0 39px;
}

.person-block h3 {
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 38px;
}

.custom-list-02 {
	max-width: 352px;
	padding: 8px 20px 0;
	margin: 0 auto;
}

.custom-list-02 h4 {
	margin: 0 0 40px;
}

.custom-list-02 li {
	margin: 0 0 12px;
}

.small-text-block {
	max-width: 540px;
	padding: 51px 0 0;
	line-height: 1.2;
	margin: 0 auto;
}

.benefits-holder ul {
	letter-spacing: -.36em;
	text-align: center;
	padding: 35px 0 0;
}

.benefits-holder ul * {
	letter-spacing: normal;
}

.benefits-holder ul .text {
	font: bold 26px Arial, Helvetica, sans-serif;
	color: #fff;
}

.benefits-holder ul li {
	display: inline-block;
	width: 25%;
	padding: 0 10px;
	margin: 0 0 35px;
	vertical-align: top;
}

.benefits-holder ul li:before {
	display: none;
}

.benefits-holder ul li.colored-01 .img-holder {
	background: #d6c3d8;
}

.benefits-holder ul li.colored-02 .img-holder {
	background: #f5c5fb;
}

.benefits-holder ul li.colored-03 .img-holder {
	background: #fee1c9;
}

.benefits-holder ul li.colored-04 .img-holder {
	background: #72dddf;
}

.benefits-holder ul li.colored-05 .img-holder {
	background: #a8b5df;
}

.benefits-holder ul li.colored-06 .img-holder {
	background: #cce49b;
}

.benefits-holder ul li.colored-07 .img-holder {
	background: #fbb4b4;
}

.benefits-holder .img-holder {
	width: 120px;
	height: 120px;
	position: relative;
	border-radius: 100%;
	margin: 0 auto 12px;
}

.benefits-holder .img-holder img,
.benefits-holder .img-holder .text {
	position: absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.graph-holder {
	padding: 38px 22px;
}

.delete-graph-holder img {
	opacity: 0;
	visibility: hidden;
	min-height: 300px;
}

.graph-holder.text-centered .graph-block {
	display: inline-block;
}

.graph-holder.text-contain {
	padding: 208px 0 175px;
}

.graph-holder.text-contain .preheading {
	margin: 0 0 32px;
}

.graph-holder.text-contain .preheading p {
	margin: 0;
}

.graph-holder.text-contain p {
	margin: 0 0 27px;
}

.graph-holder.text-contain .h1 {
	line-height: 69px;
	margin: 0 0 36px;
}

.graph-holder.text-contain .text-holder {
	float: right;
	max-width: 50%;
	padding: 0 20px 0 70px;
}

.graph-holder.text-contain .graph-block {
	float: left;
	width: 50%;
	text-align: center;
}

.btn-holder {
	padding: 35px 0 0;
}

.text-centered {
	text-align: center;
}

.language-section {
	display: block;
	text-align: center;
	padding: 0 0 65px;
}

.language-section input[type=radio],
.language-section .jcf-radio {
	position: absolute;
	left: -9999px;
}

.language-block {
	display: inline-block;
	background: #acb6e1;
	border: 3px solid #acb6e1;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 35px;
	width: 280px;
}

.language-block label,
.language-block a {
	-webkit-transition: background .3s ease-in-out, box-shadow .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, box-shadow .3s ease-in-out, color .3s ease-in-out;
	color: #576bc5;
	background: #fff;
	width: 50%;
	padding: 2px;
	text-align: center;
	float: left;
	cursor: pointer;
	font-weight: bold !important;
}

.language-block label.jcf-label-active,
.language-block label.active,
.language-block a.jcf-label-active,
.language-block a.active {
	color: #fff;
	background: none;
}

.image-section {
	position: relative;
	padding: 164px 0;
	min-height: 925px;
	overflow: hidden;
	z-index: 0;
}

.image-section.white-text-section {
	color: #fff;
}

.image-section.white-text-section:before {
	display: none;
}

.image-section:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	left: 0;
	top: 0;
	box-shadow: 0 0 650px 640px rgba(255, 255, 255, .72);
	z-index: 0;
}

.image-section .wrap {
	padding: 0 32px;
	max-width: 1838px;
}

.image-section p {
	margin: 0;
}

.image-section .text-holder {
	max-width: 650px;
	position: relative;
	padding: 0 10px;
}

.archive-holder {
	max-width: 1480px;
	padding: 0 20px 1px;
	width: 100%;
	margin: 95px auto 62px;
	position: relative;
	letter-spacing: -.36em;
}

.archive-holder * {
	letter-spacing: normal;
}

.archive-holder.two-cols:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	right: 50%;
	top: 0;
	background: #e1e1e1;
}

.archive-holder .col {
	width: 100%;
	margin: 0 auto;
	letter-spacing: -.36em;
}

.archive-holder .item-block {
	border: 1px solid #e1e1e1;
	border-width: 1px 0;
	margin: 0 0 -1px;
	padding: 42px 0 50px;
	display: inline-block;
	vertical-align: top;
	width: 43%;
	margin: 0 14% -1px 0;
}

.archive-holder .item-block:nth-child(even) {
	margin: 0 0 -1px;
}

.archive-holder .date-title {
	font: 300 36px/1 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin: 0 0 29px;
}

.archive-holder .date-title i {
	margin: 0 0 0 24px;
}

.archive-holder .img-holder {
	float: left;
	max-width: 221px;
	margin: 8px 50px 0 0;
}

.archive-holder li {
	position: relative;
	padding: 0 0 0 10px;
}

.archive-holder li:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 100%;
	left: 0;
	top: 10px;
}

.archive-holder .text-holder {
	overflow: hidden;
}

table.two-cells {
	margin: 30px 0 0;
	font-size: 18px;
}

table.two-cells .head {
	width: 17%;
	line-height: 1.2;
	padding: 28px 15px 32px 0;
}

table.two-cells td {
	vertical-align: middle;
}

table.custom-table {
	margin: 0;
}

table.custom-table .head {
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
}

table.custom-table td {
	width: 33.3%;
	padding-right: 15px;
}

table.custom-table th {
	padding: 12px 0 27px;
}

table .head {
	font-weight: bold;
}

table td,
table th {
	border: none;
	padding: 28px 0 18px;
}

table tr {
	border-top: 1px solid #999;
}

.dark-section table tr {
	border-color: #b3b8bd;
}

table tr:first-child {
	border: none;
}

.map-holder iframe {
	max-width: 100%;
	margin: 0;
	vertical-align: top;
}

.address-info {
	text-align: center;
	padding-top: 25px;
}
.admin-bar {
	padding-top: 30px;
}

.address-info address {
	font-style: normal;
	font-size: 21px;
	line-height: 30px;
	margin: 0 0 77px;
}

.address-info h3 {
	font-size: 36px;
	margin: 0 0 40px;
}

.tag-list {
	font: bold 18px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	padding: 67px 0 0;
}

.tag-list.no-space {
	padding: 0;
}

.tag-list.three-cols {
	max-width: 755px;
	padding: 18px 0 60px;
	margin: 0 auto;
}

.tag-list.three-cols ul {
	margin: 0 -22px;
}

.tag-list.three-cols li {
	padding: 0 22px;
	width: 33.333%;
}

.tag-list ul {
	letter-spacing: -.36em;
	margin: 0 -15px;
}

.tag-list li {
	display: inline-block;
	letter-spacing: normal;
	padding: 0 15px;
	width: 16.666%;
	margin: 0 0 30px;
	text-align: center;
	position: relative;
	vertical-align: top;
}

.tag-list li:before {
	display: none;
}

.tag-list li.active a {
	border-color: #acb6e2;
	color: #5469c6;
}

.tag-list .jcf-radio {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.tag-list a,
.tag-list label {
	display: block;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 3px solid #e5e5e5;
	padding: 8px 5px;
	cursor: pointer;
	font-weight: bold !important;
}

.tag-list a:hover,
.tag-list a.jcf-label-active,
.tag-list label:hover,
.tag-list label.jcf-label-active {
	border-color: #acb6e2;
	color: #5469c6;
}

.wpcf7-validation-errors {
	display: none !important;
}

.form-section {
	padding: 207px 0 220px;
}

.form-section.signup-form {
	padding: 21px 0;
	max-width: 490px;
	margin: 0 auto;
}

.form-section.signup-form input[type=email] {
	margin: 0 0 50px;
}

.form-section.signup-form .wpcf7-not-valid-tip {
	margin: 0 0 50px;
}

.form-section.signup-form button[type=submit] {
	width: 118px;
	padding: 32px 10px;
	margin: 0 auto;
	display: block;
}

.form-section.started-form {
	padding: 92px 0 215px;
}

.form-section.started-form .wrap {
	max-width: 1726px;
}

.form-section.started-form .icon-holder {
	font-size: 30px;
	color: #cfcfcf;
	padding: 5px 0 23px;
}

.form-section.started-form a {
	color: #5469c6;
}

.form-section.started-form a:hover {
	color: #000;
}

.form-section .text-block {
	float: right;
	width: 37.9%;
}

.form-section .text-block p {
	margin: 0 0 28px;
}

.form-section .text-block .add-info {
	font-size: 14px;
	line-height: 27px;
}

.form-section .wpcf7 {
	padding: 61px 28px 0;
}

.form-section .form-block {
	width: 54.8%;
	float: left;
}

.form-section .form-block p {
	margin: 0 0 30px;
}

.form-section .form-block .wpcf7 {
	padding: 0;
}

.form-section .form-block textarea {
	min-height: 145px;
}

.form-section .form-block .submit-holder {
	text-align: left;
	padding: 45px 0 0;
}

.form-section input[type=text],
.form-section input[type=email],
.form-section input[type=tel],
.form-section input[type=password],
.form-section .jcf-select {
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	border: 1px solid #8ebee3;
	font-size: 13px;
	line-height: 25px;
	color: #000;
	height: 50px;
	padding: 5px 18px;
	letter-spacing: 1px;
	line-height: 40px;
	width: 100%;
	text-transform: none;
	margin: 0;
}

.form-section input[type=text]::-webkit-input-placeholder,
.form-section input[type=email]::-webkit-input-placeholder,
.form-section input[type=tel]::-webkit-input-placeholder,
.form-section input[type=password]::-webkit-input-placeholder,
.form-section .jcf-select::-webkit-input-placeholder {
	color: #000;
}

.form-section input[type=text]::-moz-placeholder,
.form-section input[type=email]::-moz-placeholder,
.form-section input[type=tel]::-moz-placeholder,
.form-section input[type=password]::-moz-placeholder,
.form-section .jcf-select::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.form-section input[type=text]:-moz-placeholder,
.form-section input[type=email]:-moz-placeholder,
.form-section input[type=tel]:-moz-placeholder,
.form-section input[type=password]:-moz-placeholder,
.form-section .jcf-select:-moz-placeholder {
	color: #000;
}

.form-section input[type=text]:-ms-input-placeholder,
.form-section input[type=email]:-ms-input-placeholder,
.form-section input[type=tel]:-ms-input-placeholder,
.form-section input[type=password]:-ms-input-placeholder,
.form-section .jcf-select:-ms-input-placeholder {
	color: #000;
}

.form-section input[type=text].placeholder,
.form-section input[type=email].placeholder,
.form-section input[type=tel].placeholder,
.form-section input[type=password].placeholder,
.form-section .jcf-select.placeholder {
	color: #000;
}

.form-section input[type=text]:focus,
.form-section input[type=email]:focus,
.form-section input[type=tel]:focus,
.form-section input[type=password]:focus,
.form-section .jcf-select:focus {
	outline: none;
	box-shadow: inset 0 0 3px #8ebee3;
}

.form-section .checkbox-row {
	padding: 93px 0 35px;
	font-weight: bold;
}

.form-section .checkbox-row .jcf-checkbox {
	width: 32px;
	height: 32px;
	margin: 0 27px 0 0;
	position: relative;
	background: none;
	border-color: #000;
}

.form-section .checkbox-row .jcf-checkbox ~ label {
	max-width: calc(100% - 59px);
	display: inline-block;
	vertical-align: top;
}

.form-section .checkbox-row .jcf-checkbox span {
	position: absolute;
	top: -7px;
	right: 0;
	bottom: 0;
	left: -7px;
	border: none;
	width: 43px;
	height: 43px;
	margin: 0;
}

.form-section .checkbox-row .jcf-checkbox span:before,
.form-section .checkbox-row .jcf-checkbox span:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #000;
	left: 50%;
	top: 0;
}

.form-section .checkbox-row .jcf-checkbox span:after {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
}

.form-section textarea {
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	border: 1px solid #8ebee3;
	font-size: 13px;
	line-height: 25px;
	text-transform: uppercase;
	color: #000;
	min-height: 50px;
	max-height: 170px;
	padding: 5px 18px;
	letter-spacing: 1px;
	line-height: 40px;
	width: 100% !important;
	margin: 0;
}

.form-section textarea::-webkit-input-placeholder {
	color: #000;
}

.form-section textarea::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.form-section textarea:-moz-placeholder {
	color: #000;
}

.form-section textarea:-ms-input-placeholder {
	color: #000;
}

.form-section textarea.placeholder {
	color: #000;
}

.form-section textarea:focus {
	outline: none;
	box-shadow: inset 0 0 3px #8ebee3;
}

.form-section .jcf-select {
	max-width: none;
}

.form-section .jcf-select .jcf-select-text {
	font-size: 13px;
	line-height: 40px;
	font-weight: 100;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.form-section .jcf-select .jcf-select-opener {
	background: none;
	font-family: "icomoon";
	font-size: 25px;
	color: #8ebee3;
	right: 20px;
	top: 50%;
}

.form-section .jcf-select .jcf-select-opener:before {
	content: "\f107";
	display: inline-block;
}

.form-section .jcf-select-text {
	margin: 0 20px 0 0;
	line-height: 40px;
}

.form-section .form-info h5 {
	margin: 0 0 29px;
	text-transform: uppercase;
}

.form-section .submit-holder {
	text-align: center;
	padding: 81px 0 0;
}

.form-section button[type=submit] {
	width: 275px;
	display: inline-block;
	float: none;
	padding: 32px 50px;
}

.form-section .row {
	margin: 0 0 10px;
}

.form-section .row .cell {
	width: calc(50% - 5px);
	float: left;
}

.form-section .row .cell:last-child {
	float: right;
}

.video-holder {
	padding: 0 30px;
}

.video-holder.aside-video {
	width: 63%;
	padding: 0;
}

.video-holder.alignright {
	float: right;
	padding: 0;
	margin: 0 0 0 30px;
}

.video-holder.alignleft {
	margin: 15px 50px 0 0;
	padding: 0;
}

.extra-info-holder {
	text-align: center;
	font-weight: 600;
}

.extra-info-holder a {
	font-weight: 300;
}

.video-block {
	margin: 0 0 90px;
}

.video-block .subheading {
	margin: 0 0 75px;
}

.video-block .subheading p {
	margin: 0 !important;
}

.dark-section {
	background: #9aa0a7;
	color: #fff;
}

.dark-section .btn-holder {
	padding: 18px 0;
}

.dark-section a {
	color: inherit;
}

.dark-section a:hover {
	color: #5469c6;
}

.graph-section {
	text-align: center;
	padding: 55px 0 18px;
}

.graph-section img {
	opacity: 0;
	visibility: hidden;
}

.graph-col-name {
	color: #888;
	padding: 44px 30px 0;
}

.graph-col-name .col-holder {
	display: inline-block;
}

.graph-col-name .col {
	float: left;
	width: 105px;
}

.graph-col-name .line {
	display: block;
	height: 14px;
	width: 57px;
	background: #5469c6;
}

.graph-col-name .second {
	color: #eaeaea;
}

.graph-col-name .second .line {
	background: #eaeaea;
}

.graph-col-name .first {
	color: #5469c6;
}

.section {
	padding: 82px 0;
}

.section a {
	font-weight: normal;
}

.section p {
	margin: 0 0 27px;
}

.graph-col-name {
	overflow: hidden;
	clear: both;
	text-align: left;
}

.video-preview {
	overflow: hidden;
	line-height: 31px;
	padding: 0 30px;
}

.video-preview h3 {
	font-size: 36px;
	line-height: 48px;
	text-transform: uppercase;
}

.video-preview p {
	margin: 0 0 20px;
}

.video-preview .sign {
	font-weight: 600;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.2;
}

.promo-slogan {
	padding: 10px 20px;
}

.promo-slogan h3 {
	font-size: 36px;
	margin: 0 0 42px;
}

.promo-slogan .link-holder {
	padding: 0 20px 0 0 !important;
}

.box-list {
	border: 1px solid #000;
	max-width: 540px;
	margin: 92px auto 18px;
	font: 300 20px/27px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: left;
	text-transform: uppercase;
	padding: 45px 40px 28px;
}

.box-list a {
	font-weight: 300;
}

.box-list i {
	display: inline-block;
	vertical-align: top;
	margin: 0 11px 0 0;
}

.box-list span {
	max-width: calc(100% - 35px);
	display: inline-block;
}

.box-list li {
	margin: 0 0 17px;
	padding: 0;
}

.box-list li:before {
	display: none;
}

.contact-info-holder {
	padding: 92px 0 0;
}

.contact-info-holder .heading {
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	min-height: 0;
}

.contact-info-holder .col {
	width: calc(50% - 14px);
	float: left;
}

.contact-info-holder .col:last-child:not(:only-child) {
	float: right;
}

.contact-info-holder .tel-holder,
.contact-info-holder span {
	display: block;
}

.contact-info-holder li {
	padding: 15px 13px;
	min-height: 84px;
	width: 100%;
	white-space: nowrap;
}

.contact-info-holder li:after {
	height: 54px;
	display: inline-block;
	vertical-align: middle;
	content: "";
}

.contact-info-holder li span {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.contact-info-holder li:nth-child(even) {
	background: #f5f5f5;
}

.contact-info-holder ul li:before {
	display: none;
}

.colored-section {
	background: #fafafa;
	padding: 82px 0 62px;
}

.grey .colored-section {
	background: #f5f5f5;
}

.colored-section.archive-section {
	padding: 82px 0 48px;
	margin: 0 0 50px;
}

.colored-section .wrap {
	max-width: 1838px;
	padding: 0 42px;
}

.colored-section h2 {
	margin: 0 0 34px;
}

.colored-section.step-holder {
	padding: 42px 0 28px;
}

.colored-section.step-holder h2 {
	margin: 0 0 34px;
}

.colored-section.step-holder h4 {
	font-size: 25px;
}

.colored-section p {
	margin: 0 0 28px;
}

.colored-section .link-holder {
	padding: 7px 0 11px;
}

.colored-section .tag-list {
	padding: 0;
}

video {
	max-width: 100%;
	height: auto;
}

.video-holder {
	padding: 55px 30px 12px;
}

.video-holder iframe {
	margin: 0;
}

h4 {
	font-size: 25px;
	line-height: 1.2;
}

/* footer styles */

#footer {
	overflow: hidden; /*for FF on Windows 7*/
}

.bottom-block {
	background: #57616c;
	color: #fff;
}

.bottom-block .footer-holder {
	padding: 96px 6px 85px;
}

.bottom-block ul li {
	margin: 0 0 5px;
	padding: 0;
}

.bottom-block ul li:before {
	display: none;
}

.bottom-block ul a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}

.bottom-block ul a:hover {
	color: #949ba2;
}

.bottom-block .signup-form h4 {
	margin: 0 0 19px;
}

.bottom-block .signup-form .wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

.bottom-block .signup-form input[type=email]:-webkit-autofill {
	background: #69727c !important;
	-webkit-box-shadow: 0 0 0 1000px #69727c inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.bottom-block .signup-form input[type=email] {
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	color: #fff;
	background: #69727c;
	border: none;
	font-size: 13px;
	line-height: 40px;
	width: 100%;
	height: 50px;
	padding: 5px 40px 5px 15px;
}

.bottom-block .signup-form input[type=email]::-webkit-input-placeholder {
	color: #fff;
}

.bottom-block .signup-form input[type=email]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.bottom-block .signup-form input[type=email]:-moz-placeholder {
	color: #fff;
}

.bottom-block .signup-form input[type=email]:-ms-input-placeholder {
	color: #fff;
}

.bottom-block .signup-form input[type=email].placeholder {
	color: #fff;
}

.bottom-block .signup-form input[type=email]:focus {
	outline: none;
	box-shadow: inset 0 0 3px #000;
}

.bottom-block .signup-form input[type=submit] {
	position: absolute;
	font-family: "icomoon";
	background: none;
	border: none;
	font-size: 30px;
	right: 0;
	padding: 0 20px;
	line-height: 50px;
	top: 0;
	z-index: 2;
}

.bottom-block .signup-form input[type=submit]:hover {
	color: #d9d9d9;
}

.bottom-block .social h4 {
	margin: 0 0 24px;
}

.bottom-block .social li {
	display: inline-block;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 13px 0 0;
}

.bottom-block .social li a {
	background: #000;
}

.bottom-block .social li.facebook a {
	background: #2e3192;
}

.bottom-block .social li.facebook a:hover {
	background: #000;
}

.bottom-block .social li.twitter a {
	background: #00aeef;
}

.bottom-block .social li.twitter a:hover {
	background: #000;
}

.bottom-block .social li.youtube a {
	background: #ed3123;
}

.bottom-block .social li.youtube a:hover {
	background: #000;
}

.bottom-block .social li.linkedin a {
	background: #171a8f;
}

.bottom-block .social li.linkedin a:hover {
	background: #000;
}

.bottom-block .social a {
	color: #fff;
	display: block;
	text-align: center;
	line-height: 51px;
	font-size: 20px;
	text-decoration: none;
	width: 51px;
	height: 51px;
	border-radius: 100%;
}

.bottom-block .social a:hover {
	color: #fff;
}

.bottom-block h4 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 35px;
}

.bottom-block .footer-col {
	width: 19%;
	float: left;
	text-transform: uppercase;
	padding: 0 16px;
}

.bottom-block .footer-col.col-1 {
	width: 24%;
	padding: 0;
}

.bottom-block .footer-col.col-1 .btn {
	margin: 3px 0 95px;
}

.bottom-block .footer-col.right-col {
	float: right;
	padding: 0 0 0 50px;
}

.aside-info-list {
	font: bold 20px/1.2 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 17px 0 0;
}

.aside-info-list li {
	margin: 0 0 30px;
}

.aside-info-list i {
	font-size: .8em;
	margin: 0 0 0 15px;
}

/* sidebar styles */

.aside {
	width: 458px;
	float: right;
	background: #fafafa;
	padding: 38px 30px;
}

.aside p {
	margin: 0 0 27px;
}

.aside h3 {
	font-size: 25px;
	line-height: 26px;
	text-transform: uppercase;
	margin: 0 0 40px;
}

.aside .widget {
	margin: 0 0 37px;
}

.aside .widget ul li {
	padding: 0;
}

.aside .widget ul li:before {
	display: none;
}

.aside .img-holder {
	float: left;
	max-width: 61px;
	margin: 6px 8px 0 0;
}

.aside .img-holder .sign {
	display: block;
	width: 100%;
}

.aside .text-holder {
	overflow: hidden;
}

.aside h4 {
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 -2px;
}

.search-form {
	width: 100%;
	position: relative;
	margin: 0 0 15px;
}

.search-form input[type=search] {
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	width: 100%;
	background: none;
	color: #333333;
	border: none;
	padding: 5px 50px 5px 0;
	height: 55px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

.search-form input[type=search]::-webkit-input-placeholder {
	color: #838383;
}

.search-form input[type=search]::-moz-placeholder {
	opacity: 1;
	color: #838383;
}

.search-form input[type=search]:-moz-placeholder {
	color: #838383;
}

.search-form input[type=search]:-ms-input-placeholder {
	color: #838383;
}

.search-form input[type=search].placeholder {
	color: #838383;
}

.search-form input[type=search]:focus {
	outline: none;
	box-shadow: inset 0 -2px 0 #838383;
}

.search-form input[type=submit] {
	font-family: "icomoon", "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: none;
	color: #838383;
	position: absolute;
	top: 17px;
	right: 0;
	border: none;
	padding: 0;
	font-weight: normal;
	font-size: 15px;
}

.promo-page-section.inner-wrap.content-holder {
	padding: 92px 20px 60px;
}

.promo-page-section .content-block {
	float: left;
	max-width: calc(100% - 353px);
}

.promo-page-section .content-block .small {
	font-size: 14px;
	line-height: 27px;
}

.promo-page-section .info-block {
	text-transform: uppercase;
	padding: 42px 0 14px;
	margin: 0 0 27px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}

.promo-page-section .social {
	padding: 25px 0 0;
}

.promo-page-section .social li:last-child {
	margin: 0;
}

.promo-page-section ul.promo-list {
	font: 300 20px/40px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	padding: 0 0 24px;
	border-bottom: 1px solid #ccc;
}

.promo-page-section ul.promo-list li {
	margin: 0 0 20px;
}

.promo-page-section ul.promo-list i {
	font-size: 26px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
}

.promo-page-section .aside-block {
	width: 308px;
	float: right;
	border-left: 1px solid #ccc;
	padding: 0 0 0 50px;
}

.promo-page-section .aside-block ul li {
	padding: 0;
}

.promo-page-section .aside-block ul li:before {
	display: none;
}

.promo-page-section h2 {
	font-size: 36px;
	line-height: 48px;
	margin: 0 0 35px;
}

.promo-page-section p {
	margin: 0 0 27px;
}

.widget_recent_posts .link-holder {
	padding: 22px 0 0;
}

.widget_archive {
	font: 300 18px/1.2 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.widget_archive i {
	font-size: 24px;
	vertical-align: -3px;
	margin: 0 0 0 10px;
}

.widget_archive li {
	margin: 0 0 15px;
}

.keyword-list h3,
.widget_tag_cloud h3 {
	margin: 0 0 38px;
}

.keyword-list li,
.widget_tag_cloud li {
	text-transform: uppercase;
	font: 300 18px/1.2 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 14px;
}

.keyword-list .column,
.widget_tag_cloud .column {
	padding: 0 25px 0 0;
}

.recent-post {
	margin: 0 0 23px;
}

.recent-post time {
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
}

.content-section {
	width: calc(100% - 507px);
	float: left;
}

.footer-bottom {
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #68717b;
	padding: 45px 0;
}

.footer-bottom .copyright {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}

.footer-bottom ul {
	display: inline-block;
	vertical-align: top;
}

.footer-bottom ul li {
	display: inline-block;
}

.footer-bottom ul li:first-child:before {
	display: none;
}

.footer-bottom ul li:before {
	content: "|";
	display: inline-block;
	margin: 0 7px;
	width: auto;
	vertical-align: middle;
	height: auto;
	position: static;
	background: none;
}

.social h4 {
	margin: 0 0 24px;
}

.social li {
	display: inline-block;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 13px 0 0;
	padding: 0;
}

.social li:before {
	display: none;
}

.social li a {
	background: #000;
}

.social li.facebook a {
	background: #2e3192;
}

.social li.facebook a:hover {
	background: #000;
}

.social li.twitter a {
	background: #00aeef;
}

.social li.twitter a:hover {
	background: #000;
}

.social li.youtube a {
	background: #ed3123;
}

.social li.youtube a:hover {
	background: #000;
}

.social li.linkedin a {
	background: #171a8f;
}

.social li.linkedin a:hover {
	background: #000;
}

.social a {
	color: #fff;
	display: block;
	text-align: center;
	line-height: 51px;
	font-size: 20px;
	text-decoration: none;
	width: 51px;
	height: 51px;
	border-radius: 100%;
}

.social a:hover {
	color: #fff;
}

.events-section {
	padding: 85px 0 0;
}

.events-section h2 {
	font-size: 48px;
}

.events-section .inner-wrap {
	max-width: 1190px;
}

.events-section .btn-holder {
	padding: 14px 0 102px;
}

.events-list {
	padding: 50px 0 0;
}

.events-list > li {
	margin: 0 0 80px;
	padding: 0;
}

.events-list > li:before {
	display: none;
}

.events-list h3 {
	font-weight: 200;
	margin: 0;
}

.events-list .link-holder {
	padding: 22px 0 0;
}

.events-list .info-line {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	padding: 15px 10px 31px 5px;
	color: #575757;
}

.events-list .info-line li {
	display: inline-block;
	padding: 0;
	text-transform: uppercase;
}

.events-list .info-line li:first-child:before {
	display: none;
}

.events-list .info-line li:before {
	content: "|";
	margin: 0 14px;
	display: inline-block;
	position: static;
	width: auto;
	height: auto;
	background: none;
}

.result-table {
	background: #fafafa;
	max-width: 1140px;
	width: 100%;
	padding: 48px 46px 26px;
	margin: 0 auto 110px;
}

.result-table h3 {
	font-size: 25px;
	line-height: 27px;
	font-weight: 100;
}

.result-table table {
	width: 100%;
	margin: 0;
}

.result-table tr {
	border-top: 1px solid #c8c8c8;
}

.result-table tr:first-child {
	border: none;
}

.result-table th {
	text-align: left;
	text-transform: uppercase;
	border: none;
	font-weight: 100;
	padding: 5px 0 21px;
}

.result-table td {
	border: none;
	padding: 13px 2px 14px;
}

.partner-logo-holder {
	text-align: center;
	padding: 24px 0 100px;
}

.colored-box {
	background: #fafafa;
	padding: 45px 48px 24px;
	margin: 0 0 50px;
}

.colored-box h4 {
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 18px;
	margin: 0 0 20px;
}

.colored-box li {
	margin: 0 0 25px;
}

.careers-filter {
	padding: 70px 0 0;
}

.careers-filter.custom-01 {
	padding: 20px 0 0;
}

.careers-filter .row {
	letter-spacing: -.36em;
	text-align: center;
}

.careers-filter .row * {
	letter-spacing: normal;
}

.careers-filter .cell {
	display: inline-block;
	padding: 0 12px 24px;
}

.careers-filter .jcf-select {
	min-width: 375px;
	text-align: left;
}

.careers-filter .jcf-select.jcf-select-full-size {
	max-width: 750px;
	margin: 0 auto;
}

.info-section .info-block {
	padding: 0 0 55px;
	margin: 0 0 100px;
	border-bottom: 1px solid #ccc;
}

.info-section .filter-form {
	margin: 0 0 40px;
}

.info-section address {
	font-style: normal;
	padding: 3px 5px 9px;
}

.info-section .name {
	font-weight: normal;
	font-size: 24px;
	line-height: 27px;
	margin: 0 0 3px;
}

.post-preview {
	margin: 0 0 50px;
	padding: 0 0 47px;
}

.post-preview.content-section {
	margin: 0;
	padding: 0;
}

.post-preview .sub-heading {
	font-size: 14px;
	line-height: 18px;
	font-weight: 100;
	text-transform: uppercase;
}

.post-preview h2 {
	font: 200 36px/48px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin: 0 0 12px;
}

.post-preview .post-info {
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
	max-width: 500px;
	padding: 0;
}

.post-preview .post-info .link-holder {
	padding: 0 0 32px;
}

.post-preview .post-info a {
	font-weight: normal;
}

.post-preview b {
	font-weight: 500;
}

.post-preview .img-holder {
	margin: 0 0 65px;
}

.post-preview time {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	font-weight: 100;
	margin: 0 0 23px;
	display: block;
}

.post-preview p {
	margin: 0 0 27px;
}

hr {
	margin: 0;
	border: none;
	border-top: 1px solid #dddfe2;
}

.calendar-holder {
	text-align: center;
	margin: 0 0 156px;
}

.calendar-holder h2 {
	margin: 0 0 25px;
}

.calendar-holder p {
	margin: 0;
}

.calendar-holder .calend-block {
	padding: 47px 0 0;
	overflow: auto;
}

.link-more {
	font-size: 20px;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	text-decoration: none;
	font-weight: bold !important;
	text-transform: uppercase;
}

.link-more.link-back i {
	margin: 0 15px 0 0;
}

.link-more:hover {
	color: #5469c6;
}

.link-more i {
	font-size: 15px;
	display: inline-block;
	margin: 0 0 0 15px;
	vertical-align: middle;
}

.full-post .link-holder {
	padding: 0 0 35px;
}

.full-post .link-holder .icon-chevron-left {
	margin: 0 15px 0 0;
}

.full-post time {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	font-weight: 100;
	margin: 0 0 45px;
	display: block;
}

.full-post h2 {
	text-transform: uppercase;
	line-height: 1;
	margin: 0 0 20px;
}

.full-post .img-holder {
	margin: 0 0 45px;
}

.full-post p {
	margin: 0 0 27px;
}

.full-post ul {
	padding: 17px 0 7px 100px;
}

.full-post li {
	position: relative;
	padding: 0 0 0 22px;
	margin: 0 0 20px;
}

.full-post li:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 100%;
	left: 0;
	top: 10px;
}

.full-post .share-holder {
	padding: 50px 0 0;
	font: 300 20px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.full-post .share-holder .link-block {
	margin: 0 0 20px;
}

.full-post .share-holder i {
	margin: 0 14px 0 0;
}

.full-post .person-info-holder {
	padding: 48px 0 68px;
}

.full-post .person-info-holder .img-holder {
	max-width: 210px;
	float: left;
	margin: 0 32px 0 0;
}

.full-post .person-info-holder .perfomer-name {
	font-weight: normal;
}

.full-post .person-info-holder a {
	color: #5469c6;
	font-weight: normal;
}

.full-post .person-info-holder a:hover {
	color: #000;
}

.full-post .person-info-holder .text-holder {
	overflow: hidden;
	padding: 12px 0 0;
}

.s1 {
	font-size: 14px;
	display: block;
	padding: 0 0 30px;
}

.col-holder.separated {
	max-width: 825px;
	margin: 0 auto;
	padding: 8px 0 0;
	position: relative;
}

.col-holder.separated:before {
	content: "";
	position: absolute;
	width: 1px;
	top: 13px;
	bottom: 7px;
	background: #9aa0a7;
	left: 50%;
}

.col-holder.separated.three-cols:before {
	display: none;
}

.col-holder.separated.three-cols .col {
	width: 33.3%;
	float: none;
	padding: 0 40px;
	border-right: 1px solid #9aa0a7;
	min-height: 0;
}

.col-holder.separated.three-cols .col:last-child {
	float: none;
	border: none;
}

.col-holder.separated .col {
	width: 38.5%;
}

.col-holder.separated .col:last-child {
	float: right;
}

.col-holder.separated ul {
	padding: 13px 0 0 5px;
}

.col-holder.separated li {
	margin: 0 0 12px;
}

.col-holder.separated h4 {
	font-size: 25px;
	line-height: 1.2;
}

.performers-section {
	letter-spacing: -.36em;
	padding: 60px 0 0;
	text-align: justify;
	line-height: 24px;
}

.performers-section .title a {
	font-weight: bold;
}

.performers-section.big-list.four-left-aligned-cols {
	text-align: left;
}

.performers-section.big-list.four-left-aligned-cols .col:nth-child(3n) {
	margin-right: 13px;
}

.performers-section.big-list .avatar-img {
	margin: 0 0 22px;
}

.performers-section.big-list .title a {
	font-weight: bold;
}

.performers-section.big-list .col {
	margin: 0  13px 75px;
}

.performers-section.big-list .col:nth-child(3n) {
	margin-right: 0;
}

.performers-section:after {
	display: inline-block;
	width: 100%;
	content: "";
	height: 0;
	font-size: 0;
}

.performers-section .avatar-img {
	margin: 0 0 40px;
}

.performers-section .avatar-img a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
}

.performers-section .avatar-img a img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.performers-section .avatar-img a:hover img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.performers-section p {
	margin: 0;
}

.performers-section h5 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 24px;
	margin: 0 0 12px;
}

.performers-section h5.title {
	font-weight: bold;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
}

.performers-section * {
	letter-spacing: normal;
}

.performers-section .col {
	width: calc(25% - 26px);
	display: inline-block;
	vertical-align: top;
	margin: 0  13px 30px;
	text-align: left;
}

.perfomers-info-holder {
	padding: 10px 0 32px;
}

.perfomers-info-holder p {
	margin: 0 0 10px;
}

.perfomers-info-holder .name-holder {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
}

.perfomers-info-holder .name-holder p {
	margin: 0 0 9px;
}

.perfomers-info-holder .sign-holder {
	font-size: 14px;
	line-height: 26px;
	padding: 6px 0 0;
}

.perfomers-info-holder .sign-holder p {
	margin: 0;
}

html[dir=rtl] {
	overflow-x: hidden;
}

.custom-collumns h2 {
	margin: 0 0 40px;
}

ul {
	padding: 0 0 0 10px;
}

.rtl ul {
	padding: 0 10px 0 0;
}

ul > li {
	position: relative;
	padding: 0 0 0 22px;
}

.rtl ul > li {
	padding: 0 22px 0 0;
}

ul > li:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 100%;
	left: 0;
	top: 10px;
}

.rtl ul > li:before {
	left: auto;
	right: 0;
}

ul > ul {
	padding: 0 0 0 1em;
}

.columned-info-section {
	letter-spacing: -.36em;
	padding: 0 3px 0;
}

.columned-info-section * {
	letter-spacing: normal;
}

.columned-info-section h3 {
	font-size: 36px;
	line-height: 39px;
	margin: 0 0 7px;
}

.columned-info-section .col {
	vertical-align: top;
	width: 31%;
	display: inline-block;
	padding: 1px 0 0;
	margin: 0 4.8% 30px 0;
}

.columned-info-section .col.event-col {
	width: 26%;
	padding: 0 0 0 13px;
	margin: 0;
}

.columned-info-section .col.event-col h4 {
	font-size: 26px;
	line-height: 29px;
	margin: 0 0 5px;
}

.columned-info-section .col.event-col .preheading {
	margin: 0 0 38px;
}

.columned-info-section .custom-heading a {
	color: #5469c6;
}

.columned-info-section .custom-heading a:hover {
	color: #000;
}

.columned-info-section .block-holder {
	margin: 0 0 57px;
}

.columned-info-section .img-holder {
	margin: 0 0 46px;
}

.columned-info-section .preheading {
	margin: 0 0 42px;
}

.columned-info-section .text-holder {
	padding: 0 75px 0 0;
}

.columned-info-section .date-holder {
	font-size: 14px;
	line-height: 27px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 0 38px;
}

.centered-icon-holder {
	text-align: center;
	color: #ccc;
	font-size: 30px;
	margin: 0 0 34px;
	display: none;
}

.text-section {
	max-width: 940px;
	padding: 90px 15px 75px;
}

.text-section h2 {
	line-height: 1.2;
	margin: 0 0 18px;
}

.custom-map-block {
	padding: 12px 0 0;
	font-size: 17px;
	line-height: 26px;
}

.custom-map-block .link-holder {
	padding: 0;
}

.custom-map-block p {
	margin: 0;
}

.custom-map-block address {
	font-style: normal;
	margin: 0;
}

.custom-map-block .map-holder {
	float: left;
	margin: 0 26px 0 0;
}

.custom-map-block .text-holder {
	overflow: hidden;
}

.custom-link-list {
	font-size: 15px;
	line-height: 19px;
	padding: 12px 60px 0 0;
}

.custom-link-list ul li {
	padding: 0 0 20px;
}

.custom-link-list ul li:before {
	display: none;
}

.custom-link-list ul .facebook {
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 18px;
	line-height: 19px;
	padding: 5px 0 0;
}

.custom-link-list ul .facebook a {
	color: #3c5997;
	font-weight: bold;
}

.custom-link-list ul .facebook a:hover {
	color: #5469c6;
}

.custom-link-list ul .facebook a:hover i {
	background: #5469c6;
}

.custom-link-list ul .facebook span {
	overflow: hidden;
	display: block;
	padding: 12px 0 0;
}

.custom-link-list ul .facebook i {
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	background: #3c5997;
	float: left;
	vertical-align: middle;
	border-radius: 100%;
	margin: 0 12px 0 0;
}

.timeline-section.colored-section .step-holder {
	background: #fafafa;
}

.timeline-section .step-holder {
	position: relative;
	display: inline-block;
	padding: 55px 61px 5px;
	z-index: 2;
}

.timeline-section .step-holder:before,
.timeline-section .step-holder:after {
	content: "";
	position: absolute;
	width: 9999px;
	height: 3px;
	background: #e5e5e5;
	left: 100%;
	top: 66px;
}

.timeline-section .step-holder:after {
	left: auto;
	right: 100%;
}

.timeline-section .step-holder .btn-arrow {
	font-size: 62px;
	line-height: 1;
	position: absolute;
	top: 35px;
	left: 26px;
	color: #b4b4b4;
}

.timeline-section .step-holder .btn-arrow:hover {
	color: #57616c;
}

.timeline-section .step-holder .btn-arrow.btn-next {
	left: auto;
	right: 26px;
}

.timeline-section .border-holder {
	position: relative;
	max-width: 914px;
	margin: 0 auto;
	overflow: hidden;
}

.timeline-section .border-holder:before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 66px;
	bottom: 0;
	border: 3px solid #e5e5e5;
	border-width: 0 3px 3px 3px;
}

.timeline-section .page-container {
	width: 100%;
	text-align: center;
}

.timeline-section .page-container .page {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	right: 0;
	padding: 22px 20px 42px;
}

.timeline-section .page {
	display: none;
}

.timeline-section h5 {
	font-weight: bold;
	font-size: 18px;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 30px;
}

.timeline-section ul {
	text-align: center;
	letter-spacing: -.36em;
}

.timeline-section ul * {
	letter-spacing: normal;
}

.timeline-section ul li {
	display: inline-block;
	width: 8px;
	padding: 0;
	margin: 0 14px;
	height: 8px;
	background: #c3cbeb;
	cursor: pointer;
}

.timeline-section ul li.active {
	background: #5469c6;
}

.timeline-section ul li:before {
	display: none;
}

.language-buttons {
	padding-top: 0;
	margin-top: -20px;
	margin-bottom: -20px;
	overflow: hidden;
}
.language-buttons .inner {
	float: right;
}
.language-buttons a {
	display: inline-block;
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 20px;
}
/* ---------------------------------------------------------
   5. Styles for Responsive web design
   ---------------------------------------------------------*/

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.table-section .three-cols td {
		width: 33%;
	}

	.table-section table tr:nth-child(odd) {
		background: #fafafa;
	}

	.language-block {
		width: 440px;
	}

	.bottom-block .footer-col ul {
		height: auto !important;
		display: block !important;
		position: static !important;
	}

	.custom-collumns .col-holder .col:first-child {
		text-align: right;
	}
}

@media (min-width: 1024px) {
	#wrapper {
		display: table-cell;
	}

	.desktop-hidden {
		display: none;
	}

	.top-banner.inner-banner {
		height: 585px;
	}

	.top-banner.custom-banner-01 {
		height: 585px;
	}

	#header {
		min-height: 95px;
	}

	.fixed-position .top-nav {
		background: none;
	}

	.fixed-position .top-nav:before {
		content: "";
		position: absolute;
		width: calc(100% - 400px);
		height: 1px;
		background: -webkit-linear-gradient(left, rgba(214, 214, 214, 0) 0%, rgba(214, 214, 214, .05) 7%, rgba(214, 214, 214, .13) 17%, rgba(214, 214, 214, .35) 57%, rgba(214, 214, 214, .45) 74%, rgba(214, 214, 214, .5) 89%, rgba(214, 214, 214, .47) 100%);
		background: linear-gradient(to right, rgba(214, 214, 214, 0) 0%, rgba(214, 214, 214, .05) 7%, rgba(214, 214, 214, .13) 17%, rgba(214, 214, 214, .35) 57%, rgba(214, 214, 214, .45) 74%, rgba(214, 214, 214, .5) 89%, rgba(214, 214, 214, .47) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
		right: 0;
		top: 100%;
		margin-top: 7px;
	}

	.fixed-position .main-menu li.has-drop-down:hover > a,
	.fixed-position .main-menu li.has-drop-down.hover > a {
		color: #595959;
	}

	.custom-section .col.extra-right-space .text-block {
		padding-right: 100px;
	}

	#footer {
		height: 1%;
		display: table-footer-group;
	}
}

@media (max-width: 1624px) {
	body {
		font-size: 15px;
		line-height: 22px;
	}

	h2,
	.h2 {
		font-size: 29px;
		line-height: 1.2;
	}

	.anchor-menu {
		right: 5px;
	}

	.top-banner.custom-banner-01 .text-block {
		bottom: 31px;
		left: 30px;
	}

	.top-banner .text-block {
		padding: 0 40px;
	}

	.top-banner h1 {
		font-size: 88px;
		line-height: 81px;
	}

	.btn {
		font-size: 16px;
		padding: 26px 10px;
	}

	.btn.btn-big {
		width: 220px;
		padding: 25px 50px;
	}

	#header .static {
		max-width: 272px;
		top: 83px;
		left: 41px;
	}

	#header.fixed-position .fixed {
		max-width: 225px;
	}

	.top-nav {
		padding: 0 13px 0 0;
		font-size: 13px;
		line-height: 25px;
	}

	.fixed-position .top-nav.left-orient {
		max-width: none;
		float: none;
	}

	.top-nav.left-orient li {
		float: none;
		margin: 0 0 0 45px;
	}

	.top-nav.left-orient li:last-child {
		float: none;
		margin: 0 0 0 45px;
	}

	.top-nav ul {
		padding: 7px 10px 6px;
	}

	.top-nav i {
		font-size: 17px;
	}

	.top-nav li {
		margin: 0 0 0 40px;
	}

	.main-nav {
		position: static;
	}

	.main-menu {
		width: calc(100% - 200px);
		padding: 5px 23px 0 0;
		font-size: 13px;
		line-height: 24px;
	}

	.main-menu li {
		padding: 0 5px 12px 8px;
		margin: 0;
	}

	.sub-menu-drop {
		top: 100%;
	}

	.sub-menu-drop .heading-col {
		padding: 33px 41px;
		width: 22.7%;
		line-height: 18px;
	}

	.sub-menu-drop .heading-col h3 {
		font-size: 28px;
		margin: 0 0 15px;
	}

	.sub-menu-drop .sub-menu-holder {
		margin: 0 0 0 1.8%;
		padding: 42px 0 32px;
		width: 72.5%;
	}

	.sub-menu-drop .sub-menu-holder .heading {
		margin: 0 0 13px;
		font-size: 14px;
	}

	.sub-menu-drop .sub-menu-holder ul {
		font-size: 13px;
		line-height: 19px;
		padding: 2px 7px 8px 0;
	}

	.sub-menu-drop .sub-menu-holder ul li {
		margin: 0 0 7px;
		padding: 0;
	}

	.three-cols .col {
		min-height: 692px;
	}

	.custom-section.three-cols p {
		margin: 0 0 50px;
	}

	.custom-section .h3 {
		font-size: 39px;
		margin: 0 0 28px;
	}

	.custom-section .col .text-block {
		padding: 72px 42px 72px 42px;
	}

	.custom-section .btn-holder {
		padding: 0;
	}

	.two-cols.custom-section .text-block {
		padding: 178px 55px 62px;
	}

	.two-cols.custom-section .col .text-block {
		padding: 178px 55px 62px;
	}

	.two-cols .h3 {
		margin: 0 0 20px;
	}

	.bottom-block .footer-holder {
		padding: 75px 40px 66px;
	}

	.bottom-block ul li {
		margin: 0 0 3px;
	}

	.bottom-block .social h4 {
		margin: 0 0 18px;
	}

	.bottom-block .social a {
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 40px;
	}

	.bottom-block h4 {
		font-size: 24px;
		line-height: 1.2;
	}

	.bottom-block .footer-col.col-1 {
		padding: 0 0 0 10px;
		width: 23.5%;
	}

	.bottom-block .footer-col.col-1 .btn.btn-big {
		width: 220px;
		padding: 25px 50px;
		margin: 5px 0 75px;
	}

	.bottom-block .footer-col.right-col {
		padding: 0 0 0 5px;
	}

	.footer-bottom {
		padding: 29px 0 35px;
	}

	.footer-bottom ul li:before {
		vertical-align: top;
	}

	.link-more {
		font-size: 16px;
	}

	.centered-icon-holder {
		font-size: 24px;
		margin: 0 0 19px;
	}

	.text-section {
		padding: 66px 15px 68px;
		max-width: 800px;
	}

	.text-section h2 {
		margin: 0 0 18px;
	}
}

@media (max-width: 1279px) {
	.sub-menu-drop .sub-menu-holder .btn.btn-big {
		width: 100%;
		padding: 25px 5px;
	}

	.bottom-block .footer-col {
		width: 50%;
		margin: 0 0 40px;
	}

	.bottom-block .footer-col.col-1 {
		width: 50%;
		padding: 0 16px;
	}

	.bottom-block .footer-col.right-col {
		float: none;
		width: 100%;
		text-align: center;
		padding: 0 16px;
	}
}

@media (max-width: 1149px) {
	.top-banner .text-block {
		padding: 0 10px;
	}

	.top-banner .text-holder {
		padding: 0 12px;
	}

	#header .static {
		left: 10px;
	}

	#header.fixed-position .fixed {
		max-width: 150px;
	}

	.top-nav {
		padding: 0 2px 0 0;
	}

	.top-nav ul {
		padding: 7px 0;
	}

	.main-menu {
		width: calc(100% - 110px);
		padding: 5px 0 0;
	}

	.main-menu li {
		padding: 0 2px 12px;
	}
}

@media (max-width: 1099px) {
	#header .static {
		max-width: 200px;
	}
}

@media (max-width: 1023px) {
	body {
		font-size: 14px;
		line-height: 19px;
	}

	h1,
	.h1 {
		font-size: 20px;
		line-height: 18px;
	}

	h3,
	.h3 {
		font-size: 30px;
		line-height: 28px;
		margin: 0 0 30px;
	}

	.inner-wrap.content-holder {
		padding: 40px 20px;
	}

	.anchor-menu {
		display: none;
	}

	.top-banner.inner-banner.ivfnj-banner {
		padding: 100px 0;
	}

	.top-banner.inner-banner {
		padding: 120px 0 40px;
	}

	.top-banner.custom-banner-01 .text-block {
		position: static;
		padding: 150px 15px 50px;
	}

	.top-banner .text-block {
		position: static;
	}

	.top-banner .text-holder {
		padding: 0 24px;
	}

	.top-banner .preheading {
		font-size: 9px;
		line-height: 1.2;
		margin: 0 0 11px;
	}

	.top-banner h1 {
		font-size: 50px;
		line-height: 44px;
		margin: 0 0 20px;
	}

	.top-banner h1.small {
		font-size: 40px;
		line-height: 45px;
	}

	.btn {
		font-size: 12px;
		border-width: 2px;
		padding: 19px 5px;
	}

	#header.custom-header .logo a {
		width: 30%;
		vertical-align: middle;
	}

	#header:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 170px;
		left: 0;
		z-index: -1;
		top: 0;
		background: url(../images/bg-gd-ie.png) repeat-x;
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 11%, rgba(0, 0, 0, .45) 26%, rgba(0, 0, 0, .35) 43%, rgba(0, 0, 0, .13) 73%, rgba(0, 0, 0, .05) 87%, transparent 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 11%, rgba(0, 0, 0, .45) 26%, rgba(0, 0, 0, .35) 43%, rgba(0, 0, 0, .13) 73%, rgba(0, 0, 0, .05) 87%, transparent 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
	}

	#header .wrap {
		padding: 0;
	}

	#header .static {
		display: block;
		top: 25px;
		left: 25px;
		max-width: 145px;
		max-height: 125px;
	}

	#header .fixed {
		display: none;
	}

	#header.fixed-position {
		position: absolute;
		background: none;
		border: none;
		color: #fff;
	}

	#header.fixed-position .static {
		display: block;
		top: 25px;
		left: 25px;
		max-width: 145px;
		max-height: 70px;
	}

	#header.fixed-position .fixed {
		display: none;
	}

	.warrning-strip {
		top: 100px;
	}

	.top-nav {
		background: none;
		font-size: 12px;
		line-height: 36px;
		text-align: left;
		color: #fff;
		padding: 18px 0 15px;
		border: 1px solid #b5bbc3;
		border-width: 1px 0;
	}

	.top-nav .top-social-list {
		display: block;
		padding: 0;
	}

	.top-nav .top-social-list li {
		display: inline-block;
	}

	.top-nav.left-orient li {
		margin: 0;
	}

	.top-nav i {
		font-size: 16px;
	}

	.top-nav li {
		display: block;
		margin: 0;
	}

	.test-section .btn {
		padding: 20px;
		margin: 0 10px;
	}

	.main-nav {
		padding: 7px 0 0;
	}

	.main-nav:before {
		display: none;
	}

	.nav-opener {
		display: block;
	}

	.mobile-menu {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
		position: fixed;
		opacity: 0;
		overflow: auto;
		height: 100vh;
		visibility: hidden;
		background: #6a7786;
		width: 100%;
		box-shadow: 0 20px 20px rgba(0, 0, 0, .35);
		padding: 120px 25px 15px;
		z-index: 5;
	}

	.nav-active .mobile-menu {
		opacity: 1;
		visibility: visible;
	}

	.nav-active {
		overflow: hidden;
	}

	.nav-active #wrapper {
		overflow: hidden;
		min-height: 100vh;
	}

	.nav-active #wrapper:before {
		content: "";
		position: fixed;
		width: 100%;
		height: 100vh;
		left: 0;
		top: 0;
		background: rgba(255, 255, 255, .1);
		z-index: 1;
	}

	.main-menu {
		padding: 10px 0 0;
		text-align: left;
		width: 100%;
	}

	.main-menu li {
		padding: 0;
		display: block;
	}

	.main-menu li.has-drop-down:hover .sub-menu-drop,
	.main-menu li.has-drop-down.hover .sub-menu-drop {
		display: block;
	}

	.main-menu li.has-drop-down:hover .has-drop-down-a:before,
	.main-menu li.has-drop-down.hover .has-drop-down-a:before {
		display: none;
	}

	.main-menu a {
		font-weight: 500;
		font-size: 12px;
		line-height: 36px;
	}

	.sub-menu-drop {
		position: static;
		display: none;
		margin: 0 -25px;
		background: #5d6978;
	}

	.sub-menu-drop .heading-col {
		display: none;
	}

	.sub-menu-drop .btn {
		display: none;
	}

	.sub-menu-drop .sub-menu-holder {
		margin: 0 auto;
		padding: 10px 0 10px;
		width: 100%;
		float: none;
		min-height: 0 !important;
	}

	.sub-menu-drop .sub-menu-holder .heading {
		margin: 0 0 -3px;
		line-height: 15px;
	}

	.sub-menu-drop .sub-menu-holder ul li {
		margin: 0;
	}

	.sub-menu-drop .cols-holder {
		width: 100%;
		display: block;
		float: none;
		padding: 0 25px;
	}

	.sub-menu-drop .cols-holder .column {
		width: 100% !important;
		float: none !important;
		clear: both !important;
	}

	.sub-menu-drop .cols-holder .col {
		display: block;
		padding: 0;
	}

	.sub-menu-drop .btn-holder {
		width: 100%;
		display: block;
		float: none;
	}

	.sub-menu-drop .col {
		display: block;
		float: none;
		width: 100%;
		padding: 0 25px;
		font-weight: normal;
		margin: 0 0 18px;
	}

	.sub-menu-drop .col a {
		font-size: 10px;
		line-height: 19px;
		font-weight: 300;
	}

	.three-cols .col {
		width: 50%;
		min-height: 0;
	}

	.custom-section .icon-circles {
		font-size: 22px;
	}

	.custom-section .col .text-block {
		padding: 55px 42px;
	}

	.two-cols.custom-section .text-block {
		padding: 58px 25px;
	}

	.two-cols.custom-section .col .text-block {
		padding: 58px 25px;
	}

	.two-cols .col .text-block {
		padding: 58px 25px;
	}

	.smaller-text {
		font-size: 12px;
	}

	.preheading {
		margin: 0 0 22px;
		font-size: 12px;
	}

	.graph-holder.text-contain {
		padding: 55px 0;
	}

	.graph-holder.text-contain .btn-holder {
		padding: 0 0 40px;
	}

	.graph-holder.text-contain .h1 {
		line-height: 28px;
		margin: 0 0 20px;
	}

	.image-section {
		min-height: 0;
		padding: 55px 0;
	}

	.archive-holder {
		margin: 50px auto 0;
	}

	.archive-holder.two-cols:before {
		display: none;
	}

	.archive-holder .col {
		width: 100%;
		float: none;
	}

	.archive-holder .item-block {
		width: 100%;
		float: none;
		display: block;
		margin: 0 0 -1px;
	}

	table.two-cells {
		font-size: 14px;
	}

	.map-holder {
		max-height: 350px !important;
	}

	.map-holder iframe {
		max-height: 350px;
	}

	.address-info h3 {
		font-size: 30px;
		line-height: 1.2;
	}

	.tag-list li {
		width: 33.333%;
	}

	.form-section.started-form {
		padding: 40px 0;
	}

	.video-holder.aside-video {
		width: 40%;
	}

	.video-holder iframe {
		max-height: 408px;
	}

	.aside {
		margin: 0 auto;
		float: none;
	}

	.promo-page-section h2 {
		font-size: 26px;
		line-height: 36px;
	}

	.content-section {
		width: 100%;
		float: none;
		padding: 0 0 50px;
	}

	.post-preview .img-holder img {
		width: 100%;
	}

	.full-post ul {
		padding: 10px 0;
	}

	.performers-section.big-list.four-left-aligned-cols .col {
		margin: 0 13px 70px;
	}

	.performers-section.big-list .col {
		margin: 0 auto 30px;
	}

	.performers-section .col {
		width: calc(33.333% - 26px);
		margin: 0 13px 30px;
	}

	.columned-info-section h3 {
		font-size: 26px;
		line-height: 30px;
	}

	.columned-info-section .col {
		width: 50%;
		margin: 0 0 30px;
		padding: 0 15px 0 0;
	}

	.columned-info-section .col.event-col {
		width: 50%;
		margin: 0 0 30px;
		padding: 0 15px 0 0;
	}

	.custom-map-block .map-holder {
		float: none;
		margin: 0 0 30px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.alignright {
		float: none;
		clear: both;
		margin: 0 0 15px;
		display: block;
	}

	h2,
	.h2 {
		font-size: 30px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

	.x.axis text {
		font-size: 10px;
	}

	.x.axis .tick text {
		font-size: 10px;
	}

	.y.axis text {
		font-size: 10px;
	}

	.private-text {
		font-size: 8px;
	}

	.overall-text {
		font-size: 8px;
	}

	.legend {
		font-size: 10px;
	}

	.tick {
		font-size: 10px;
	}

	.axis-private text {
		font-size: 10px;
	}

	.axis-overall text {
		font-size: 10px;
	}

	.col-medium {
		float: none;
		width: 100%;
		padding: 0 15px 30px;
	}

	.col-small {
		float: none;
		width: 100%;
		padding: 0 15px 30px;
	}

	.xs-hidden {
		display: none;
	}

	.top-banner.inner-banner:before {
		top: 20%;
		background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .6) 11%, rgba(0, 0, 0, .5) 26%, rgba(0, 0, 0, .3) 43%, rgba(0, 0, 0, .26) 73%, rgba(0, 0, 0, .1) 87%, transparent 100%);
		background: linear-gradient(to top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .6) 11%, rgba(0, 0, 0, .5) 26%, rgba(0, 0, 0, .3) 43%, rgba(0, 0, 0, .26) 73%, rgba(0, 0, 0, .1) 87%, transparent 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
	}

	.top-banner .text-holder {
		top: 187px;
		padding: 0 24px;
	}

	#header.custom-header {
		padding: 15px;
	}

	.warrning-message {
		padding: 20px;
		font-size: 14px;
		line-height: 20px;
	}

	.warrning-message h3 {
		font-size: 20px;
		line-height: 22px;
	}

	.top-nav ul {
		padding: 0;
	}

	.treatment-list-section li {
		margin: 0 0 10px;
	}

	.test-section .choose-holder {
		padding: 0;
	}

	.test-section .btn i {
		font-size: 12px;
	}

	.steps-holder {
		padding: 8px 0 30px;
	}

	.steps-holder li {
		margin: 0 5px;
	}

	.table-section table tr {
		border-top: 1px solid #c8c8c8;
	}

	.table-section table tr:nth-child(odd) td {
		background: #fff;
	}

	.table-section table tr:nth-child(odd) td:nth-child(even) {
		background: #fafafa;
	}

	.table-section table thead th {
		display: none;
	}

	.table-section table td {
		display: block;
		width: 100%;
		position: relative;
		padding: 10px 10px 10px 51%;
		font-size: 12px;
		border-width: 0 1px 1px;
	}

	.table-section table td:before {
		content: attr(data-th);
		position: absolute;
		width: 50%;
		height: 100%;
		left: 0;
		top: 0;
		padding: 10px 5px 10px 10px;
		background: #5469c6;
		font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		color: #fff;
		font-size: 12px;
	}

	.table-section table td:nth-child(odd) {
		background: #fafafa;
	}

	.three-cols .col {
		width: 100%;
	}

	.custom-section.medium-height .col {
		min-height: 0;
	}

	.custom-section .h3 {
		font-size: 30px;
		line-height: 28px;
	}

	.custom-section p {
		margin: 0 0 18px;
	}

	.custom-section .col.mobile-right {
		text-align: right;
	}

	.custom-section .btn-holder {
		padding: 35px 0 0;
	}

	.two-cols .col {
		width: 100%;
		float: none;
	}

	.benefits-holder ul li {
		width: 50%;
	}

	.graph-holder.text-centered .graph-block {
		width: 100%;
	}

	.graph-holder.text-contain .preheading {
		margin: 0 0 23px;
	}

	.graph-holder.text-contain p {
		margin: 0 0 17px;
	}

	.graph-holder.text-contain .text-holder {
		max-width: none;
		float: none;
		padding: 0 5px;
	}

	.graph-holder.text-contain .graph-block {
		float: none;
		width: 100%;
	}

	.btn-holder {
		padding: 25px 0 0;
	}

	.image-section .h1 {
		margin: 0 0 10px;
	}

	.image-section:before {
		box-shadow: 0 0 250px 240px rgba(255, 255, 255, .72);
	}

	.image-section .text-holder {
		padding: 0 12px;
	}

	.archive-holder .img-holder {
		margin: 0 auto 30px;
		float: none;
	}

	.map-holder {
		max-height: 250px !important;
	}

	.map-holder iframe {
		max-height: 250px;
	}

	.tag-list.three-cols li {
		width: 100%;
	}

	.tag-list li {
		width: 100%;
	}

	.form-section {
		padding: 61px 0 35px;
	}

	.form-section .text-block {
		width: 100%;
		float: none;
	}

	.form-section .wpcf7 {
		padding: 24px 5px;
	}

	.form-section .form-block {
		width: 100%;
		float: none;
		padding: 0 0 40px;
	}

	.form-section input[type=text],
	.form-section input[type=email],
	.form-section input[type=tel],
	.form-section input[type=password],
	.form-section .jcf-select {
		margin: 0 0 9px;
		font-size: 10px;
		padding: 6px 7px;
		line-height: 14px;
		height: 31px;
	}

	.form-section textarea {
		margin: 0 0 9px;
		font-size: 10px;
		padding: 6px 7px;
		line-height: 14px;
		height: 31px;
	}

	.form-section .jcf-select .jcf-select-text {
		font-size: 10px;
		line-height: 14px;
		height: 31px;
	}

	.form-section .jcf-select .jcf-select-opener {
		right: 15px;
	}

	.form-section .jcf-select-text {
		margin: 0 20px 0 0;
		font-size: 10px;
		line-height: 14px;
		height: 31px;
	}

	.form-section button[type=submit] {
		width: 150px;
		padding: 17px 20px;
	}

	.form-section .row {
		margin: 0;
	}

	.form-section .row .cell {
		float: none;
		width: 100%;
	}

	.video-holder.aside-video {
		width: 100%;
		clear: both;
		float: none;
	}

	.video-holder.alignright {
		width: 100%;
		clear: both;
		float: none;
		margin: 0 0 30px;
	}

	.video-holder.alignleft {
		width: 100%;
		clear: both;
		float: none;
		margin: 0 0 30pxs;
	}

	.section {
		padding: 40px 0;
	}

	.video-preview {
		padding: 0;
	}

	.video-preview h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.promo-slogan h3 {
		font-size: 20px;
		margin: 0 0 20px;
	}

	.box-list {
		margin: 0 auto 15px;
		font-size: 16px;
		line-height: 20px;
	}

	.contact-info-holder .col {
		float: none;
		width: 100%;
	}

	.contact-info-holder .tel-holder,
	.contact-info-holder span {
		display: inline;
	}

	.contact-info-holder li {
		min-height: 0;
	}

	.contact-info-holder li:after {
		display: none;
	}

	.colored-section {
		padding: 40px 0;
	}

	.bottom-block .footer-holder {
		padding: 59px 11px 0;
	}

	.bottom-block ul a {
		font-size: 11px;
		line-height: 30px;
	}

	.bottom-block .signup-form h4 {
		text-align: left;
		margin: 0 0 27px;
	}

	.bottom-block .signup-form input[type=email] {
		line-height: 30px;
		height: 40px;
	}

	.bottom-block .signup-form input[type=submit] {
		font-size: 25px;
		line-height: 40px;
	}

	.bottom-block h4 {
		font-size: 20px;
		line-height: 20px;
		margin: 0 0 22px;
	}

	.bottom-block .footer-col {
		padding: 0 15px 0 0;
		margin: 0 0 37px;
		width: 100%;
		min-height: 0 !important;
	}

	.bottom-block .footer-col.col-1 {
		width: 100%;
		padding: 0;
	}

	.bottom-block .footer-col.col-1 .btn {
		display: none;
	}

	.bottom-block .footer-col.right-col {
		padding: 0;
	}

	.aside {
		max-width: 280px;
	}

	.promo-page-section .content-block {
		width: 100%;
		float: none;
		max-width: none;
	}

	.promo-page-section .social {
		padding: 0 0 25px;
	}

	.promo-page-section .aside-block {
		width: 100%;
		float: none;
		max-width: none;
		border: none;
		padding: 0;
	}

	.keyword-list .column,
	.widget_tag_cloud .column {
		width: 100% !important;
	}

	.footer-bottom {
		padding: 25px 0 15px;
	}

	.footer-bottom .copyright {
		display: block;
		margin: 0 0 -2px;
	}

	.footer-bottom ul li:before {
		margin: 0 22px;
	}

	.events-section {
		padding: 40px 0 0;
	}

	.events-section h2 {
		font-size: 30px;
	}

	.events-list {
		padding: 0;
	}

	.events-list > li {
		margin: 0 0 50px;
	}

	.events-list h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.events-list .link-holder {
		padding: 0;
	}

	.events-list .info-line {
		font-size: 10px;
		line-height: 16px;
	}

	.events-list .info-line li {
		display: block;
	}

	.events-list .info-line li:before {
		display: none;
	}

	.result-table {
		padding: 15px 5px;
		margin: 0 auto 40px;
	}

	.result-table th {
		padding: 10px 15px;
	}

	.result-table td {
		padding: 10px 15px;
	}

	.partner-logo-holder {
		padding: 0 0 30px;
	}

	.colored-box {
		padding: 20px;
		margin: 0 0 20px;
	}

	.careers-filter {
		padding: 0;
	}

	.careers-filter .cell {
		padding: 0 0 20px;
	}

	.careers-filter .jcf-select.jcf-select-full-size {
		max-width: 280px;
		width: 100%;
	}

	.careers-filter .jcf-select {
		min-width: 280px;
		display: block;
		max-width: 280px;
		width: 100%;
		margin: 0 10px 15px;
	}

	.post-preview {
		margin: 0 0 30px;
		padding: 0;
	}

	.post-preview h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.post-preview .img-holder {
		margin: 0 0 20px;
	}

	.calendar-holder .calend-block .img-placeholder {
		overflow: scroll;
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		min-width: 520px;
		-webkit-transform: scale(.45);
		-ms-transform: scale(.45);
		transform: scale(.45);
	}

	.link-more {
		font-size: 14px;
	}

	.full-post h2 {
		font-size: 20px;
	}

	.full-post .person-info-holder .img-holder {
		float: none;
		margin: 0 0 15px 0;
	}

	.col-holder.separated:before {
		display: none;
	}

	.col-holder.separated.three-cols .col {
		width: 100%;
		padding: 15px 0;
		border: none;
	}

	.col-holder.separated .col {
		width: 100%;
		padding: 15px 0;
	}

	.performers-section.big-list.four-left-aligned-cols .col {
		margin: 0 auto 30px;
	}

	.performers-section.big-list.four-left-aligned-cols .col:nth-child(3n) {
		margin: 0 auto 30px;
	}

	.performers-section.big-list .col:nth-child(3n) {
		margin: 0 auto 30px;
	}

	.performers-section .avatar-img {
		margin: 0 0 10px;
	}

	.performers-section .col {
		width: 100%;
		max-width: 264px;
		display: block;
		margin: 0 auto 30px;
	}

	.columned-info-section .col {
		width: 100%;
		padding: 0;
	}

	.columned-info-section .col.event-col {
		width: 100%;
		padding: 0;
	}

	.text-section {
		padding: 40px 15px;
	}

	.custom-link-list ul {
		padding: 0 0 40px;
	}

	.timeline-section ul li {
		margin: 0 5px;
	}
}


/* Landing Page - LGBT */
	
	body.page-template-page-landing-lgbt { 
		background: #FFF;
	}
	body.page-template-page-landing-lgbt .side-buttons { display: none; }
    body.page-template-page-landing-lgbt #site-header { display: none }
    body.page-template-page-landing-lgbt .sidebar-shadow { display: none }

		#landing-lgbt {
			width: 960px;
			margin: auto;
			position: relative;
			text-align: left;
		}
			#landing-lgbt .top-bar {
				display: none;
        width: 0px;
        height: 15px;
        position: absolute;
			}

      #landing-lgbt .mobile-top-bar {
        display: none;
        width: 0px;
        height: 0px;
        position: absolute;
      }
				#landing-when-to-start .top-bar .phone {
					display:none;
				}
				#landing-when-to-start .top-bar .social {
					display: none;
				}

        
    #landing-lgbt div#crop img {
      width: 100%;
      margin-top: -155px;
    }

    #landing-lgbt div#crop img.mobile-landing-banner-logo {
      display: none;
      position: absolute;
    }

    #landing-lgbt div#crop {
      width: 960px;
      height: 530px;
      overflow: hidden;
    }

		#landing-lgbt .landing-content {
      width: 485px;
			padding: 25px 150px 0 500px;
	  position: relative;
		background-image: url(/images/lgbt_landing_page.jpeg); background-position: left top; background-repeat: no-repeat; margin-top:0px;
		}
			#landing-lgbt .landing-content p {
				font-size: 13px;
				line-height: 18px;
				font-family: "Univers LT W02 45 Light";
				margin: 0 0 10px 0;
				color: #000;
			}
			#landing-lgbt .landing-content p.small {
				font-size: 11px;
				line-height: 14px;
				font-family: "Univers LT W02 45 Light";
				margin: 0 0 10px 0;
				color: #000;
			}
			#landing-lgbt .landing-content h1 {
				font-size: 24px;
				line-height: 28px;
				color: #6a3c58;
				clear: both;
				margin: 40px 0 12px -34px;
				padding-left: 34px;
			}
			#landing-lgbt .landing-content h2 {
				font-size: 17px;
				line-height: 24px;
				margin: 0 10px 14px 0;
				color: #000;
			}
			#landing-lgbt .landing-content a {
				font-size: 15px;
				line-height: 21px;
				font-family: "Univers LT W02 45 Light";
				margin: 0 0 10px 0;
				color: #000;
				text-decoration: underline;
			}			
			#landing-lgbt .landing-content form {
				margin: 0px 20px 20px 0;
			}
				#landing-lgbt .landing-content form p { margin: 0 0 15px 0; }
				#landing-lgbt .landing-content form textarea { height: 146px; }
				#landing-lgbt .landing-content form input[type="submit"] { background: #38b7ea; text-transform: none; font-size: 16px; font-weight: bold; width: 230px;}
			#landing-lgbt .landing-content h5 {
				font-size: 10px;
				line-height: 14px;
				margin: 0 0 10px 0;
				font-family: "Univers LT W02 45 Light";
			}
	body.page-template-page-landing-lgbt #site-bottom .inner {
		width: 817px;
	}
		body.page-template-page-landing-whenostart #site-bottom .left { padding: 0px; width: 280px; }
		body.page-template-page-landing-whentostart #site-bottom .right nav { width: 240px; }
			body.page-template-page-landing-whentostart #site-bottom .right nav ul { line-height: 28px; font-size: 14px; }

/* Landing Page - LGBT 2 */
	
	body.page-template-page-landing-lgbt2 { 
		background: #FFF;
	}
	body.page-template-page-landing-lgbt2 .side-buttons { display: none; }
    body.page-template-page-landing-lgbt2 #site-header { display: none }
    body.page-template-page-landing-lgbt2 .sidebar-shadow { display: none }

		#landing-lgbt2 {
			width: 960px;
			margin: auto;
			position: relative;
			text-align: left;
		}
			#landing-lgbt2 .top-bar {
				display: none;
        width: 0px;
        height: 15px;
        position: absolute;
			}

      #landing-lgbt2 .mobile-top-bar {
        display: none;
        width: 0px;
        height: 0px;
        position: absolute;
      }
				#landing-when-to-start .top-bar .phone {
					display:none;
				}
				#landing-when-to-start .top-bar .social {
					display: none;
				}

        
    #landing-lgbt2 div#crop img {
      width: 100%;
      margin-top: -155px;
    }

    #landing-lgbt2 div#crop img.mobile-landing-banner-logo {
      display: none;
      position: absolute;
    }

    #landing-lgbt2 div#crop {
      width: 960px;
      height: 530px;
      overflow: hidden;
    }

		#landing-lgbt2 .landing-content {
      width: 485px;
			padding: 25px 150px 0 500px;
	  position: relative;
		background-image: url(/wp-content/uploads/2017/05/LGBTQ2.jpg); background-position: left top; background-repeat: no-repeat; margin-top:0px;
		}
			#landing-lgbt2 .landing-content p {
				font-size: 13px;
				line-height: 18px;
				font-family: "Univers LT W02 45 Light";
				margin: 0 0 10px 0;
				color: #000;
			}
			#landing-lgbt2 .landing-content p.small {
				font-size: 11px;
				line-height: 14px;
				font-family: "Univers LT W02 45 Light";
				margin: 0 0 10px 0;
				color: #000;
			}
			#landing-lgbt2 .landing-content h1 {
				font-size: 24px;
				line-height: 28px;
				color: #6a3c58;
				clear: both;
				margin: 40px 0 12px -34px;
				padding-left: 34px;
			}
			#landing-lgbt2 .landing-content h2 {
				font-size: 17px;
				line-height: 24px;
				margin: 0 10px 14px 0;
				color: #000;
			}
			#landing-lgbt2 .landing-content a {
				font-size: 15px;
				line-height: 21px;
				font-family: "Univers LT W02 45 Light";
				margin: 0 0 10px 0;
				color: #000;
				text-decoration: underline;
			}			
			#landing-lgbt2 .landing-content form {
				margin: 0px 20px 20px 0;
			}
				#landing-lgbt2 .landing-content form p { margin: 0 0 15px 0; }
				#landing-lgbt2 .landing-content form textarea { height: 146px; }
				#landing-lgbt2 .landing-content form input[type="submit"] { background: #38b7ea; text-transform: none; font-size: 16px; font-weight: bold; width: 230px;}
			#landing-lgbt2 .landing-content h5 {
				font-size: 10px;
				line-height: 14px;
				margin: 0 0 10px 0;
				font-family: "Univers LT W02 45 Light";
			}
	body.page-template-page-landing-lgbt2 #site-bottom .inner {
		width: 817px;
	}
