/*
Theme Name: Cancer Center of Kanasas
Author: cb{d}
Author URI: http://cbdwichita.com
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: base
Tags: one-column, two-columns
Theme URI:
*/

/* ---------------------------------------------------------
   1. Embedded icomoon fonts styles
   2. General reset
   3. Common site styles
   ---------------------------------------------------------*/

/*! 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;
}

.d-none{
	display: none;
}

/* 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;
}

article {
	overflow: hidden;
}

/**
 * 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;
	vertical-align: top;
}

/**
 * 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: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

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

button {
	overflow: visible;
}

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

button,
select {
	text-transform: none;
}

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

button,
html input[type="button"],
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;
}

.login-submit{
	float: left;
}

.pmpro_login_wrap hr{
	clear: both !important;
}

.pmpro_actions_nav{
	text-align: left !important;
}

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

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

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

td,
th {
	padding: 0;
}

.fancybox-title-float-wrap .child {
	white-space: normal !important;
}


/* Employee Portal
   ========================================================================== */
   
   .employee-directory-listing h5{
	   margin-bottom: 5px;
	   font-size: 22px;
   }
   
   .employee-directory-listing h5 span{
	   font-size: 12px;
   }
   
   .employee-directory-listing h6{
	   margin-bottom: 0px;
	   font-size: 15px;
	   text-transform: capitalize;
	   font-family: "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	   font-weight: 400;
	   letter-spacing: 1px;
	   display: block;
	   line-height: 1.2;
	   color: #002d87;
   }
   
   .employee-directory-listing .description{
	    padding-top: 15px;
   }   
   
   .employee-directory-listing .ico-wrap img{
	   border-radius: 50%;
   }
   
   ul.employee-details{
	   padding-left: 0px;
	   position: relative;
   }
   
   .listing.small-icon li .employee-details li{
	   display: inline;
	   margin-right: 10px;
	   font-size: 15px;

   }
   
   .listing.small-icon li .employee-details li a{
	   text-decoration: none;
   }
   
   .listing.small-icon .employee-directory-listing .ico-wrap{
	   margin-right: 27px;
   }
   
   .cpts-wrap h2{
	   padding-bottom: 20px;
   }
   
   .listing.small-icon li .employee-details li:before{
    position: absolute;  
    margin: 0px 0 0 7px;
    top: 6px;
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #000;
    content: "";
   }
   
   .quick-links{
	   padding-left: 0px;
	   
	}
    
   .quick-links li{
		display: inline;
		overflow: auto;
   	}
   	
   	.quick-links li:before{
	   	content: none;
   	}
   	
   	.quick-links a{
	   	text-transform: none;
	   	padding-right: 15px;
	   	font-size: 14px;
	   	text-decoration: none;
   	}
   
   	
   	.quick-links h5, .ql h5{
	   	margin-bottom: 15px;
   	}
   	
   	.container.ql{
	   margin-bottom: 73px;
   	}
   	
   	.breadcrumbs{
	   	padding-left: 0px;
	   	margin-top: -40px;
   	}
   	
   	.breadcrumbs li{
	   	display: inline;
	   	color: #666;
	   	font-size: 12px;
   	}
   	
   	.breadcrumbs a.link{
	   	margin-bottom: 65px;
	   	font-size: 12px;
	   	display: block;
   	}
   	
   	.breadcrumbs a.link:before{
	   	content: "<";
	   	padding-right: 10px;
   	}
   	
   	.breadcrumbs a.link:after{
	   	content: none;
	   	background: none;
   	}
   	
   	.breadcrumbs li:before{
	   	content: none;
	   	
   	}
   	
   	.breadcrumbs li:after{
	   	content: ">";
	   	padding-left: 10px;
   	}
   	
   	.breadcrumbs li:last-child:after{
	   	content: none;
   	}
   	
   	.listing li.employee-directory-listing{
	   	display: inline-block;
	   	width: 49%;
	   	vertical-align: top;

   	}
   	
   	.listing li.employee-directory-listing:nth-child(odd){
	   	    padding-right: 27px;
   	}
   	
   	.listing li.employee-directory-listing{
	   	
   	}
   	
   	.title-block .category-drop-down{
	   	z-index: 100;
   	}
   	
   	.tax-employee-news-category .page-title{
	   	display: none;
   	}
   	
/*
   	.fixed-position .title-block.employee{
	   	display: block;
	   	display: block;
	    z-index: 100;
	    padding-top: 140px;
	    width: 100%;
   	}
*/
   	
	.title-block.employee{
	    z-index: 100;
	    padding: 20px;
	    width: 100%;
   	}
   	
   	.container.employee-text{
	   	margin-top: 310px;
   	}
   	
	.page-template-page-employee-celebrations .bg-stretch{
		position: fixed;
		background-size: contain;
		background-position: 50% 0%;
	}
	
	
	.page-template-page-employee-celebrations .intro{
		margin-top: 0px;
	}
	
	.page-template-page-employee-celebrations .faded-bg.container{
    	background-color: rgba(255, 255, 255, 0.7);
    	
	}
	
   	
   	.news-wrap .category-drop-down .drop-opener:hover{
	   	color: #002d87;
   	}
   	
   	.news-wrap .category-drop-down.drop-active .drop-opener:hover{
	   	color: #fff;
   	}
   	
   	.svg-logo{
	   	background: #fff;
	   	margin: 0px;
	   	height: 200px;
	   	width: 200px;
	   	padding: 40px;
	   	display: block;
	   	position: relative;
   	}
   	
   	.svg-logo:before{
	   	background: #fff;
	   	height: 200px;
	   	width: 200px;
	   	border-radius: 50%;
	   	position: absolute;
	   	content: "";
   	}
   	
   	

/* ---------------------------------------------------------
   1. Embedded icomoon fonts styles
   ---------------------------------------------------------*/

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

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
	content: "\e908";
}

.icon-play:before {
	content: "\e907";
}

.icon-call:before {
	content: "\e900";
}

.icon-facebook:before {
	content: "\e901";
}

.icon-google-plus:before {
	content: "\e902";
}

.icon-linkedin:before {
	content: "\e903";
}

.icon-marker:before {
	content: "\e904";
}

.icon-twitter:before {
	content: "\e905";
}

.icon-youtube:before {
	content: "\e906";
}

/* set variables */

/* ---------------------------------------------------------
   2. General reset
---------------------------------------------------------*/

html {
	box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */

body {
	color: #000;
	background: #fff;
	font: 15px / 1.4 "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
}

img {
	border: 1px solid #97d848;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	display: block;
}

.gm-style img {
	max-width: none;
}

/* cms reset style */

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 20px;
}

blockquote {
	border-left: 4px solid #000;
	padding-left: .5em;
	margin-left: 20px;
}

th,
td {
	border: 1px solid #000;
	padding: .25em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: normal;
	font-size: 16px;
}

dl dd {
	overflow: hidden;
	font-size: 16px;
}

pre {
	max-width: 100%;
}

ul,
ol,
#header .top-btn,
.top-btn,
#nav .top-bottons,
.category-drop-down .drop-down,
.links-wrap,
.images-list,
.img-list,
.gallery,
.accordion,
.listing,
.address,
.social-networks,
.footer-nav,
.footer-links,
.links {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl:after,
.clearfix:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.title-block:after,
.content-wrap:after,
.video-list li:after,
.post-wrap:after,
.address li:after,
.icon-list:after,
.link-list:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/* form reset style */

#searchform input[type="text"]{
	
    width: 80%;
}

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 #82c630;
	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: #002d87;
	outline: none;
}

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: #000;
}

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: #000;
}

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: #000;
}

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: #000;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #000;
}

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;
}

/* wordpress reset */

#content {
	padding-top: 60px;
}

#sidebar {
	padding-top: 40px;
}

#wp-calendar {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 40px;
}

.widget {
	margin-bottom: 20px;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.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: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form {
	position: relative;
	margin: 30px 0;
	padding-right: 130px;
}

.search-form input {
	width: 100%;
	height: 28px;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 100%;
	text-overflow: ellipsis;
}

.search-form input[type=submit] {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 130px;
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	letter-spacing: 1px;
}

.post-password-form input {
	float: left;
	height: 28px;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #82c630;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.commentlist {
	margin: 0 0 20px;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 20px 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 20px;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 20px;
}

.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: 50%;
	background: #82c630;
	color: #fff;
	padding: .4em;
	text-decoration: none;
	-webkit-transition: color .25s;
	transition: color .25s;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	color: #002d87;
}

.navigation-single {
	margin-bottom: 20px;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #82c630;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
	-webkit-transition: color .25s;
	transition: color .25s;
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover {
	color: #002d87;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 50%;
	clear: both;
	background: #f5f5f5;
	color: #555;
	font-size: 10px;
	line-height: 1.2;
	margin-bottom: 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	padding: 6px 12px 8px;
	letter-spacing: 1px;
	margin: 0;
}

div.aligncenter {
	margin: 0 auto 20px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 2px 20px 15px 0;
}

.alignright {
	float: right;
	margin: 2px 0 5px 20px;
}

.mejs-container {
	margin-bottom: 20px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

/* typography sryle  */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
	margin: 0 0 12px;
	letter-spacing: 1px;
	display: block;
	line-height: 1.2;
	color: #002d87;
}

h1,
.h1 {
	font-size: 27px;
}

h2,
.h2 {
	font-size: 24px;
	color: #6bb612;
	margin-bottom: 11px;
}

h3,
.h3 {
	font-size: 19px;
	line-height: 1.23;
	margin-bottom: 16px;
}

h4,
.h4 {
	font-size: 16px;
	color: #636363;
	margin-bottom: 10px;
}

h5,
.h5 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 17px;
}

h6,
.h6 {
	font-size: 12px;
	text-transform: uppercase;
	color: #555;
	font-weight: 500;
}

p {
	margin: 0 0 21px;
}

a {
	color: #6bb612;
	-webkit-transition: color .25s, opacity .25s;
	transition: color .25s, opacity .25s;
}

a.active {
	color: #002d87;
}

a:hover {
	text-decoration: none;
	color: #002d87;
}

a:focus {
	outline: none;
}

/* general style */

/* body font style */

/* block hidden class */

.hide {
	display: none !important;
}

/* global h1 style */

h1:before {
	display: block;
	content: "";
	width: 95px;
	height: 4px;
	margin: -5px 0 4px;
	background: url("images/dots-lg.png") no-repeat 0 0/auto 4px;
}

/* background image style */

.bg-stretch {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

/* global heading block style */

.header .h4 {
	font-size: 14px;
	line-height: 1.357;
	margin-bottom: 17px;
}

.header h1 {
	margin-bottom: 4px;
}

/* image style */

.img {
	overflow: hidden;
	padding: 7px 0 0 29px;
	display: block;
}

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

/* ul style */

ul {
	font-family: "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding-left: 37px;
	margin-bottom: 22px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
}

ul > li {
	position: relative;
	margin-bottom: 9px;
	color: #555;
}

ul > li:before {
	position: absolute;
	content: "";
	top: 6px;
	width: 4px;
	height: 4px;
	left: -12px;
	border-radius: 50%;
	background: #82c630;
}

/* ol style */

ol {
	counter-reset: newCounter;
	padding-left: 37px;
	margin-bottom: 22px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}

ol > li {
	position: relative;
	margin-bottom: 9px;
	color: #555;
}

ol > li:before {
	text-align: right;
	counter-increment: newCounter;
	content: counters(newCounter, ".") ".";
	position: absolute;
	color: #82c630;
	margin-right: 2px;
	font: 12px/1.3 "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	right: 100%;
}

/* ancher link style */

a.link {
	text-transform: uppercase;
	margin-bottom: 22px;
	display: inline-block;
	vertical-align: top;
	font: 700 12px/1.2 "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	position: relative;
}

a.link:after {
	left: 0;
	right: 0;
	top: 100%;
	height: 3px;
	width: 53px;
	content: "";
	margin: 3px 0 0;
	position: absolute;
	cursor: default;
	pointer-events: none;
	background: url("images/dots.png") no-repeat 0 0/auto 3px;
}

.text-center a.link:after {
	margin-left: auto;
	margin-right: auto;
}

a.link.lg {
	font-size: 14px;
	margin-bottom: 39px;
}

a.link.lg:after {
	background: url("images/dots-lg.png") no-repeat 0 0/auto 4px;
	height: 4px;
	width: 96px;
	margin-top: 8px;
}

/* submit button style */

input[type="submit"] {
	background: transparent url("images/dots-lg.png") no-repeat 99% 100%/auto 4px;
	-webkit-transition: color .25s;
	transition: color .25s;
	text-transform: uppercase;
	white-space: normal;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	display: block;
	color: #6bb612;
	border: none;
	padding: 0 0 10px;
	margin: 0;
	margin-left: auto;
}

input[type="submit"]:hover {
	color: #002d87;
}

/* header style */

#header {
	border-top: 2px solid #82c630;
	padding: 10px 0;
	background: #fff;
	position: absolute;
	min-width: 320px;
	z-index: 999;
	right: 0;
	left: 0;
	top: 0;
}

#header img {
	border: none;
}

#header .container {
	position: relative;
}

#header.fixed-position {
	box-shadow: 4px 7px 15px rgba(0, 0, 0, .1);
}

.pmpro-body-level-required #header.fixed-position .top-block,
.pmpro-body-level-required #header.fixed-position #nav {
	display: none !important;
}

.tax-department #header.fixed-position .top-block,
.tax-department #header.fixed-position #nav {
	display: none !important;
}

.tax-employee_location #header.fixed-position .top-block,
.tax-employee_location #header.fixed-position #nav {
	display: none !important;
}

.tax-employee_location #header.fixed-position .top-block,
.tax-employee_location #header.fixed-position #nav {
	display: none !important;
}

.search-results #header.fixed-position .top-block,
.search-results #header.fixed-position #nav {
	display: none !important;
}

.tax-employee-resource-category #header.fixed-position .top-block,
.tax-employee-resource-category #header.fixed-position #nav {
	display: none !important;
}

#header.fixed-position .top-btn .link:hover {
	background-color: transparent;
	color: #002d87;
}

#header.fixed-position .call {
	padding-top: 6px;
}

#header .top-btn {
	letter-spacing: -4px;
	line-height: 0;
	font-size: 0;
	text-align: right;
}

#header .top-btn li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	font-size: 15px;
	line-height: 1.2;
	margin: 0 0 0 9px;
	letter-spacing: 1px;
}

#header .top-btn li:before {
	display: none;
}

#header .top-btn .link {
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	background: #82c630;
	padding: 15px 15px 9px;
	margin-bottom: 20px;
	-webkit-transition: background .25s;
	transition: background .25s;
}

#header .top-btn .link:hover {
	background: #002d87;
}

#header .top-btn .link:after {
	background: url("images/dots01.png") no-repeat 100% 0/auto 4px;
	position: static;
	display: table;
	margin: 3px auto 0;
}


@media(max-width: 949px) {
	#header .top-btn .link {
		font-size: 11px;
		letter-spacing: 2px;
	}
	#header .top-btn li { 
		margin-left: 5px;
	}
}

.payment-holder {
	padding: 15px 15px 2px 15px;
	background: #002d87;
}

.payment-holder .link {
	font-size: 16px;
	color: #97d848;
}

.payment-holder .link:hover {
	color: #FFF;
}

@media(min-width: 768px) {
	.payment-holder {
		display: none;
	}
}

.logo {
	float: left;
	margin-right: 10px;
}

.logo img {
	display: block;
	width: 116px;
	height: auto;
}

.top-block {
	overflow: hidden;
	text-align: center;
	padding-right: 40px;
}

.call {
	font: 500 14px/1.2 "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: right;
	padding-top: 6px;
}

.call span {
	color: #c5c5c5;
	font-size: 15px;
	margin-right: 2px;
	-webkit-transition: color .25s;
	transition: color .25s;
}

.call a.portal{
	color: #6bb612;
	padding-right: 15px;
}

.call a {
	color: #002d87;
	text-decoration: none;
	-webkit-transition: color .25s;
	transition: color .25s;
}

.call a:hover {
	color: #82c630;
}

.call a:hover span {
	color: #dfdfdf;
}

.top-btn {
	font-size: 0;
	line-height: 0;
}

.top-btn li {
	display: inline-block;
	vertical-align: top;
}

.top-btn li:before {
	display: none;
}

#nav {
	left: 0;
	right: 0;
	top: 51px;
	bottom: 0;
	opacity: 0;
	z-index: 999;
	position: fixed;
	visibility: hidden;
	background: #fff;
	-webkit-transition: opacity .25s, visibility .25s;
	transition: opacity .25s, visibility .25s;
}

.nav-active #nav {
	opacity: 1;
	bottom: 0;
	visibility: visible;
}

#nav .nav-wrap {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 100%;
}

#nav .top-bottons {
	background: #001b78;
	text-align: center;
	padding: 23px 0 17px;
	display: table;
	width: 100%;
}

#nav .top-bottons li {
	border: 3px solid #001b78;
	background: #002d87;
	padding: 8px 10px 2px;
	display: block;
	vertical-align: top;
	border-width: 0 3px;
	letter-spacing: 0;
	line-height: 1.2;
	font-size: 17px;
	margin-bottom: 0;
	text-align: left;
/* 	width: 50%; */
}

#nav .top-bottons li:before {
	display: none;
}

#nav .top-bottons strong.title {
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	display: block;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

#nav .top-bottons .img-wrap {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	min-height: 43px;
}

#nav .top-bottons .link {
	font-size: 17px;
	line-height: 1.2;
	color: #97d848;
}

#nav .top-bottons .link:after {
	margin: 5px 0 0;
}

#nav ul {
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	max-width: 1020px;
	padding: 20px 0;
}

#nav ul > li {
	font: 600 17px/1.23 "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 15px;
	padding: 0 22px;
}

#nav ul > li:before {
	display: none;
}

#nav ul > li.active > a {
	color: #97d848;
}

#nav ul > li.hover > a {
	color: #97d848;
}

#nav ul > li.hover .drop {
	display: block;
	visibility: visible;
	opacity: 1;
	height: auto;
}

#nav ul > li > a {
	color: #002d87;
	text-decoration: none;
	-webkit-transition: color .25s;
	transition: color .25s;
}

#nav ul > li > a:hover {
	color: #97d848;
}

#nav ul .drop {
	display: none;
}

#nav ul .drop-down {
	padding-top: 2px;
	margin-bottom: -2px;
}

#nav ul ul {
	margin: 0 -7px;
	padding: 0;
}

#nav ul ul li {
	font: 500 13px/1.188 "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block !important;
	margin: 0;
}

#nav ul ul li:before {
	display: none;
}

#nav ul ul li.active {
	font-weight: 700;
}

#nav ul ul li.active > a,
#nav ul ul li:hover > a {
	color: #97d848;
	background: #001b78;
}

#nav ul ul a {
	color: #002d87;
	margin: 0 -39px;
	padding: 15px 38px;
	display: block;
}

#nav ul ul a:hover {
	color: #97d848;
	background: #001b78;
}

#nav .title-image {
	display: none;
}

#nav .title-image img {
	border: 1px solid #97d848;
}

#nav span.title {
	font: 400 19px/1.3 "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #636363;
	text-transform: none;
	padding-top: 13px;
	letter-spacing: 2px;
	display: block;
}

.nav-opener {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: absolute;
	width: 30px;
	height: 17px;
	right: 10px;
	z-index: 999;
	top: 8px;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

.nav-active .nav-opener {
	height: 30px;
	margin-top: -7px;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	right: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-opener:hover {
	opacity: .6;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #82c630;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 3px;
	-webkit-transition: background .3s, -webkit-transform .3s;
	transition: background .3s, transform .3s;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-opener span {
	margin-top: -2px;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

/* main informative part styles */

/* main container styles */

#wrapper {
	width: 100%;
	display: table;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	table-layout: fixed;
	padding-top: 50px;
}

/* container style */

.container {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
}

.container.images-block {
	max-width: 1142px;
}

/* title block style */

.title-block {
	background: #002d87;
	padding: 15px 0 1px;
}

.title-block .h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 10px;
	display: block;
}

/* category drop down style for employee directory */

.drop-down-container{
	display: flex;
	flex-flow: wrap;
	margin-bottom: 30px;
}

.drop-down-container p{
	padding: 10px;
    margin: auto;
    color: #ccc;
    font-style: italic;
    font-size: 14px;
}


.category-drop-down.employee-directory{
	border: 1px solid #ccc;
    flex: 10 0 40%;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}

.category-drop-down.employee-directory .drop-opener,
.employee-search #searchform input[type="text"]::-webkit-input-placeholder {
	font-family: "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #002d87;
	text-transform: uppercase;
	font-size: 15px;
    font-weight: 600;
    width: 100%;
    letter-spacing: 1px;
}

.category-drop-down.employee-directory .icon-arrow-down{
	float: right;
	padding-top: 5px;
	color: #82c630;
}

.category-drop-down.employee-directory .drop-opener:hover{
	color: #002d87;
}

.category-drop-down.employee-directory.department.drop-active a,
.category-drop-down.employee-directory.location.drop-active a{
	color: #fff;
}

.employee-search #searchform input[type="text"]{
	padding: 20px 28px 17px;
	border-color: #ccc;
	width: 100%;
}

.employee-search #searchform input[type="submit"]{
	background: url(images/search.png);
	background-position: center;
    height: 30px;
    width: 30px;
    top: -43px;
    position: relative;
    right: 20px;
}


/* category drop down style */

.category-drop-down {
	font: 600 18px/1.2 "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: #001b78;
	position: relative;
	margin: 0 -22px;
	padding: 6px 0 8px;
	z-index: 99;
}

.category-drop-down.drop-active .drop-down {
	opacity: 1;
	visibility: visible;
}

.category-drop-down .drop-down {
	left: 0;
	right: 0;
	top: 100%;
	opacity: 0;
	margin-top: -1px;
	font-size: 14px;
	line-height: 1.3;
	visibility: hidden;
	font-weight: 500;
	position: absolute;
	padding-bottom: 25px;
	background: #001b78;
	text-transform: uppercase;
	-webkit-transition: opacity .25s, visibility .25s;
	transition: opacity .25s, visibility .25s;
}

.category-drop-down .drop-down a {
	display: block;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
}

.category-drop-down .drop-down a:hover {
	color: #82c630;
	font-weight: 600;
	background: #002d87;
}

.category-drop-down .drop-down li {
	margin-bottom: 0;
}

.category-drop-down .drop-down li:before {
	display: none;
}

.category-drop-down .drop-down li.active a {
	color: #82c630;
	font-weight: 600;
	background: #002d87;
}

.category-drop-down .drop-opener {
	font-size: 12px;
	line-height: 1.2;
	-webkit-transition: color .25s;
	transition: color .25s;
	text-decoration: none;
	margin: 0 22px;
	color: #97d848;
}

.category-drop-down .drop-opener:hover {
	color: #fff;
}

.category-drop-down .icon-arrow-down {
	font-size: 7px;
	line-height: 1;
	font-weight: 400;
	margin-left: 4px;
}


.title-block.employee .category-drop-down{
	background: #82c630;
	text-align: left;
}

.title-block.employee .category-drop-down .drop-opener{
	color: #fff;
}

.title-block.employee .category-drop-down .icon-arrow-down{
	position: absolute;
    right: 20px;
    top: 28px;
}


/* intro block style  */

.intro {
	position: relative;
	margin-bottom: 41px;
}

.intro.intro-block {
	padding-top: 37px;
	padding-bottom: 41px;
	margin-bottom: 0;
}

.intro.intro-block .img-wrap {
	max-width: 40%;
	float: right;
	margin: -22px 0 10px 10px;
	box-shadow: 6px 10px 22px rgba(0, 0, 0, .2);
}

.intro.intro-block h1 {
	margin-bottom: 12px;
}

.intro .h4 {
	display: block;
}

.block-wrap {
	font-size: 0;
	line-height: 0;
}

/* link section style */

.links-wrap {
	margin-bottom: 3px;
	padding-top: 17px;
}

.links-wrap li {
	margin-bottom: 0;
}

.links-wrap li:before {
	display: none;
}

/* images list style */

.images-list {
	font-size: 0;
	line-height: 0;
	margin: 0 -11px;
	padding-top: 16px;
}

.images-list li {
	font-size: 14px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
	width: 42.2%;
}

.images-list li:before {
	display: none;
}

.images-list li.lg {
	width: 56.8%;
}

/* content block style  */

.content-wrap {
	margin-bottom: 16px;
}

.content-wrap .img-wrap {
	float: left;
	width: 35%;
	color: #555;
	font-weight: 500;
	margin-right: 10px;
	font-size: 10px;
	line-height: 1.23;
	text-transform: uppercase;
}

.content-wrap .img-wrap p {
	margin: 0;
}

.content-wrap .description {
	overflow: hidden;
}

.content-wrap .description h3 {
	margin-bottom: 6px;
}

.content-wrap .description h3 a {
	text-decoration: none;
	color: #002d87;
}
.content-wrap .description h3 a:hover {
	text-decoration: none;
	color: #6bb612;
}

.content-wrap img {
	box-shadow: 4px 7px 15px rgba(0, 0, 0, .1);
	margin-bottom: 6px;
	-webkit-transition: color .25s, opacity .25s;
transition: color .25s, opacity .25s;
}

.content-wrap a:hover img {
	border-color: #002d87;
}

.content-wrap .circle-images img {
	box-shadow: none;
}

/* call to action section style  */

.call-to-action {
	z-index: 2;
	color: #fff;
	position: relative;
	background: #001653;
	margin-bottom: 49px;
	padding: 30px 0 0;
	overflow: hidden;
	box-shadow: 4px 7px 15px rgba(0, 0, 0, .1);
	font-family: "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: -webkit-linear-gradient(left, #001653 0%, #001968 100%);
	background: linear-gradient(to right, #001653 0%, #001968 100%);
}

.call-to-action.add {
	box-shadow: none;
	margin-bottom: 59px;
	padding: 16px 0 16px;
	background: #001966;
	background: -webkit-linear-gradient(left, #001966 0%, #001b78 100%);
	background: linear-gradient(to right, #001966 0%, #001b78 100%);
}

.call-to-action.optional {
	background: #002d87;
	padding: 49px 0 33px;
	margin-bottom: 0;
}

.call-to-action.optional .container:before {
	display: none;
}

.call-to-action.optional h1 {
	margin-bottom: 6px;
}

.call-to-action.optional p {
	margin-bottom: 10px;
}

.call-to-action .container:before {
	bottom: 0;
	content: "";
	left: auto;
	right: 100%;
	z-index: -1;
	top: -200px;
	width: 770px;
	position: absolute;
	margin-right: -250px;
	background: url("images/logo03.svg") no-repeat 0 50%/100% auto;
}

.call-to-action blockquote {
	margin: 0 0 10px;
	padding: 0;
}

.call-to-action blockquote q {
	color: #fff;
	display: block;
	font-size: 14px;
	margin-bottom: 12px;
	line-height: 1.333;
	letter-spacing: 1px;
}

.call-to-action blockquote .description {
	padding-top: 10px;
}

.call-to-action blockquote .link {
	font-size: 13px;
}

.call-to-action blockquote .img-wrap {
	width: 119px;
	height: 119px;
	margin-right: 15px;
}

.call-to-action blockquote .img-wrap:before {
	background: #7cbd2e;
}

.call-to-action blockquote .img-wrap:before,
.call-to-action blockquote .img-wrap:after {
	width: 102px;
	height: 102px;
	right: -5px;
}

.call-to-action blockquote .img-wrap:after {
	right: auto;
	left: -4px;
	background: #001760;
}

.call-to-action .h5 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: #97d848;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.call-to-action .img-wrap {
	float: left;
	width: 80px;
	margin-right: 10px;
	box-shadow: 4px 7px 15px rgba(0, 0, 0, .1);
}

.call-to-action img {
	border: none;
}

.call-to-action .description {
	overflow: hidden;
	font-size: 14px;
	padding-top: 3px;
	line-height: 1.2;
	letter-spacing: 1px;
}

.call-to-action h1 {
	color: #97d848;
	margin-bottom: 13px;
}

.call-to-action h1:before {
	margin-top: 0;
}

.call-to-action a:hover {
	color: #6bb612;
	opacity: .7;
}

.call-to-action .link {
	font-size: 15px;
	color: #97d848;
}

.call-to-action .link:after {
	width: 91px;
}

.call-to-action .text {
	font: 400 15px/1.4 "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 17px;
	display: block;
}

.call-to-action p {
	margin-bottom: 25px;
}

/* image list style */

.flex.img-list.text-center{
	display: flex;
	flex-wrap: wrap;


}

.flex.img-list.text-center li:nth-child(1){

	width: 100%;
}

.flex.img-list.text-center li:not(:first-child){
flex: 1 1 50%;

}


.img-list {
	margin: 0 -10px 37px;
	padding-top: 11px;
	letter-spacing: -4px;
	line-height: 0;
	font-size: 0;
}

.img-list.text-center + .img-list.text-center {
	margin-top: -60px;
}

.img-list h3 {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 8px;
	letter-spacing: 1px;
}

.img-list h3 a {
	text-decoration: none;
	color: #002d87;
}
.img-list h3 a:hover {
	text-decoration: none;
	color: #6bb612;
}

.img-list .h4 {
	font-size: 11px;
	line-height: 1.2;
	margin-bottom: 7px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.img-list li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 15px;
	line-height: 1.2;
	padding: 0 5px;
	margin-bottom: 30px;
}

.img-list li:before {
	display: none;
}

/* circle images style */

.circle-images {
	z-index: 1;
	width: 128px;
	height: 128px;
	display: block;
	border-radius: 50%;
	position: relative;
	margin: 0 auto 21px;
	box-shadow: 4px 7px 15px rgba(0, 0, 0, .1);
}

.circle-images:after,
.circle-images:before {
	top: 3px;
	right: -3px;
	content: "";
	z-index: -1;
	width: 109px;
	height: 110px;
	border-radius: 50%;
	position: absolute;
	background-color: #82c630;
}

.circle-images:after {
	top: auto;
	left: -2px;
	bottom: 2px;
	background-color: #002d87;
}

.circle-images img {
	border: none;
	border-radius: 50%;
}

/* testimonial section style */

.testimonial {
	margin-bottom: 85px;
}

.testimonial .link {
	margin-bottom: 30px;
}

.testimonial .description {
	overflow: hidden;
	padding-top: 16px;
}

.testimonial .circle-images {
	width: 97px;
	height: 98px;
	margin: 0 14px 5px 0;
}

.testimonial .circle-images:before,
.testimonial .circle-images:after {
	width: 83px;
	height: 84px;
}

.testimonial .icon-wrap {
	margin-bottom: -3px;
}

.testimonial .icon-wrap img {
	width: 56px;
	height: auto;
}

/* blockquote style */

blockquote {
	border: none;
	padding: 6px 0 0;
	margin: 0 0 30px;
}

blockquote .circle-images {
	float: left;
	margin: 0 30px 5px 0;
}

blockquote q {
	font: 19px/1.2 "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	letter-spacing: 2px;
	color: #002d87;
	margin-bottom: 13px;
}

blockquote cite {
	font: 11px/1.23 "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #636363;
	letter-spacing: 2px;
	display: block;
}

blockquote a {
	text-decoration: none;
	color: #636363;
}

.shorten_testimonial a.link.morelink {
	color:#6bb612;
	margin: 15px 0;
	display: block;
	text-align: right;
}
.shorten_testimonial a.morelink.link:after {
	left: inherit;
}

blockquote a:hover {
	color: #6bb612;
}

blockquote p + p {
	margin-bottom: 18px;
}

	
	/* Swiper Gallery */
	
	/**
	* Swiper 5.3.0
	* Most modern mobile touch slider and framework with hardware accelerated transitions
	* http://swiperjs.com
	*
	* Copyright 2014-2020 Vladimir Kharlampidi
	*
	* Released under the MIT License
	*
	* Released on: January 11, 2020
	*/
	@font-face {
	  font-family: 'swiper-icons';
	  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	  font-weight: 400;
	  font-style: normal;
	}
	
	:root {
	  --swiper-theme-color: #007aff;
	}
	
	.swiper-container {
	  margin-left: auto;
	  margin-right: auto;
	  position: relative;
	  overflow: hidden;
	  list-style: none;
	  padding: 0;
	  /* Fix of Webkit flickering */
	  z-index: 1;
	}
	
	.swiper-container-vertical > .swiper-wrapper {
	  flex-direction: column;
	}
	
	.swiper-wrapper {
	  position: relative;
	  width: 100%;
	  height: 100%;
	  z-index: 1;
	  display: flex;
	  transition-property: transform;
	  box-sizing: content-box;
	  transition-timing-function: linear;
	}
	
	.swiper-container-android .swiper-slide,
	.swiper-wrapper {
	  transform: translate3d(0px, 0, 0);
	}
	
	.swiper-container-multirow > .swiper-wrapper {
	  flex-wrap: wrap;
	}
	
	.swiper-container-multirow-column > .swiper-wrapper {
	  flex-wrap: wrap;
	  flex-direction: column;
	}
	
	.swiper-container-free-mode > .swiper-wrapper {
	  transition-timing-function: ease-out;
	  margin: 0 auto;
	}
	
	.swiper-slide {
	  flex-shrink: 0;
	  height: 100%;
	  position: relative;
	  transition-property: transform;
	  box-sizing: border-box;
	}
	
	.swiper-slide-invisible-blank {
	  visibility: hidden;
	}
	
	/* Auto Height */
	.swiper-container-autoheight,
	.swiper-container-autoheight .swiper-slide {
	  height: auto;
	}
	
	.swiper-container-autoheight .swiper-wrapper {
	  align-items: flex-start;
	  transition-property: transform, height;
	}
	
	/* 3D Effects */
	.swiper-container-3d {
	  perspective: 1200px;
	}
	
	.swiper-container-3d .swiper-wrapper,
	.swiper-container-3d .swiper-slide,
	.swiper-container-3d .swiper-slide-shadow-left,
	.swiper-container-3d .swiper-slide-shadow-right,
	.swiper-container-3d .swiper-slide-shadow-top,
	.swiper-container-3d .swiper-slide-shadow-bottom,
	.swiper-container-3d .swiper-cube-shadow {
	  transform-style: preserve-3d;
	}
	
	.swiper-container-3d .swiper-slide-shadow-left,
	.swiper-container-3d .swiper-slide-shadow-right,
	.swiper-container-3d .swiper-slide-shadow-top,
	.swiper-container-3d .swiper-slide-shadow-bottom {
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  pointer-events: none;
	  z-index: 10;
	}
	
	.swiper-container-3d .swiper-slide-shadow-left {
	  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
	}
	
	.swiper-container-3d .swiper-slide-shadow-right {
	  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
	}
	
	.swiper-container-3d .swiper-slide-shadow-top {
	  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
	}
	
	.swiper-container-3d .swiper-slide-shadow-bottom {
	  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
	}
	
	/* CSS Mode */
	.swiper-container-css-mode > .swiper-wrapper {
	  overflow: auto;
	  scrollbar-width: none;
	  /* For Firefox */
	  -ms-overflow-style: none;
	  /* For Internet Explorer and Edge */
	}
	
	.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	  display: none;
	}
	
	.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	  scroll-snap-align: start start;
	}
	
	.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	  scroll-snap-type: x mandatory;
	}
	
	.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	  scroll-snap-type: y mandatory;
	}
	
	:root {
	  --swiper-navigation-size: 44px;
	  /*
	  --swiper-navigation-color: var(--swiper-theme-color);
	  */
	}
	
	.swiper-button-lock {
	  display: none;
	}
	
	:root {
	  /*
	  --swiper-pagination-color: var(--swiper-theme-color);
	  */
	}
	
	.swiper-pagination {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 43px;
	  z-index: 99;
	}
	
	.swiper-pagination .swiper-pagination-bullet {
	  transition: background-color 0.3s ease-in-out;
	  font-size: 0;
	  line-height: 0;
	  padding: 0;
	  width: 36px;
	  height: 2px;
	  background-color: #d8d8d8;
	  border: none;
	  border-radius: 0;
	  margin: 0 8px;
	  display: block;
	}
	
	.swiper-pagination .swiper-pagination-bullet:last-child {
	  display: none;
	}
	
	.swiper-pagination .swiper-pagination-bullet:focus {
	  outline: none;
	}
	
	.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	  background-color: #adadad;
	}
	
	.swiper-pagination.swiper-pagination-hidden {
	  opacity: 0;
	}
	
	/* Common Styles */
	.swiper-pagination-fraction,
	.swiper-pagination-custom,
	.swiper-container-horizontal > .swiper-pagination-bullets {
	  bottom: 10px;
	  left: 0;
	  width: 100%;
	}
	
	/* Bullets */
	.swiper-pagination-bullets-dynamic {
	  overflow: hidden;
	  font-size: 0;
	}
	
	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	  transform: scale(0.33);
	  position: relative;
	}
	
	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	  transform: scale(1);
	}
	
	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	  transform: scale(1);
	}
	
	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	  transform: scale(0.66);
	}
	
	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	  transform: scale(0.33);
	}
	
	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	  transform: scale(0.66);
	}
	
	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	  transform: scale(0.33);
	}
	
	.swiper-pagination-clickable .swiper-pagination-bullet {
	  cursor: pointer;
	}
	
	.swiper-container-vertical > .swiper-pagination-bullets {
	  right: 10px;
	  top: 50%;
	  transform: translate3d(0px, -50%, 0);
	}
	
	.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	  margin: 6px 0;
	  display: block;
	}
	
	.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	  top: 50%;
	  transform: translateY(-50%);
	  width: 8px;
	}
	
	.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	  display: inline-block;
	  transition: 200ms transform, 200ms top;
	}
	
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	  margin: 0 4px;
	}
	
	.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	  left: 50%;
	  transform: translateX(-50%);
	  white-space: nowrap;
	}
	
	.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	  transition: 200ms transform, 200ms left;
	}
	
	.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	  transition: 200ms transform, 200ms right;
	}
	
	/* Progress */
	.swiper-pagination-progressbar {
	  background: rgba(0, 0, 0, 0.25);
	  position: absolute;
	}
	
	.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	  background: var(--swiper-pagination-color, var(--swiper-theme-color));
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  transform: scale(0);
	  transform-origin: left top;
	}
	
	.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	  transform-origin: right top;
	}
	
	.swiper-container-horizontal > .swiper-pagination-progressbar,
	.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	  width: 100%;
	  height: 4px;
	  left: 0;
	  top: 0;
	}
	
	.swiper-container-vertical > .swiper-pagination-progressbar,
	.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	  width: 4px;
	  height: 100%;
	  left: 0;
	  top: 0;
	}
	
	.swiper-pagination-white {
	  --swiper-pagination-color: #ffffff;
	}
	
	.swiper-pagination-black {
	  --swiper-pagination-color: #000000;
	}
	
	.swiper-pagination-lock {
	  display: none;
	}
	
	/* Scrollbar */
	.swiper-scrollbar {
	  border-radius: 10px;
	  position: relative;
	  -ms-touch-action: none;
	  background: rgba(0, 0, 0, 0.1);
	}
	
	.swiper-container-horizontal > .swiper-scrollbar {
	  position: absolute;
	  left: 1%;
	  bottom: 3px;
	  z-index: 50;
	  height: 5px;
	  width: 98%;
	}
	
	.swiper-container-vertical > .swiper-scrollbar {
	  position: absolute;
	  right: 3px;
	  top: 1%;
	  z-index: 50;
	  width: 5px;
	  height: 98%;
	}
	
	.swiper-scrollbar-drag {
	  height: 100%;
	  width: 100%;
	  position: relative;
	  background: rgba(0, 0, 0, 0.5);
	  border-radius: 10px;
	  left: 0;
	  top: 0;
	}
	
	.swiper-scrollbar-cursor-drag {
	  cursor: move;
	}
	
	.swiper-scrollbar-lock {
	  display: none;
	}
	
	.swiper-zoom-container {
	  width: 100%;
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  text-align: center;
	}
	
	.swiper-zoom-container > img,
	.swiper-zoom-container > svg,
	.swiper-zoom-container > canvas {
	  max-width: 100%;
	  max-height: 100%;
	  object-fit: contain;
	}
	
	.swiper-slide-zoomed {
	  cursor: move;
	}
	
	/* Preloader */
	:root {
	  /*
	  --swiper-preloader-color: var(--swiper-theme-color);
	  */
	}
	
	.swiper-lazy-preloader {
	  width: 42px;
	  height: 42px;
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  margin-left: -21px;
	  margin-top: -21px;
	  z-index: 10;
	  transform-origin: 50%;
	  animation: swiper-preloader-spin 1s infinite linear;
	  box-sizing: border-box;
	  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	  border-radius: 50%;
	  border-top-color: transparent;
	}
	
	.swiper-lazy-preloader-white {
	  --swiper-preloader-color: #fff;
	}
	
	.swiper-lazy-preloader-black {
	  --swiper-preloader-color: #000;
	}
	
	@keyframes swiper-preloader-spin {
	  100% {
	    transform: rotate(360deg);
	  }
	}
	
	/* a11y */
	.swiper-container .swiper-notification {
	  position: absolute;
	  left: 0;
	  top: 0;
	  pointer-events: none;
	  opacity: 0;
	  z-index: -1000;
	}
	
	.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	  transition-timing-function: ease-out;
	}
	
	.swiper-container-fade .swiper-slide {
	  pointer-events: none;
	  transition-property: opacity;
	}
	
	.swiper-container-fade .swiper-slide .swiper-slide {
	  pointer-events: none;
	}
	
	.swiper-container-fade .swiper-slide-active,
	.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	  pointer-events: auto;
	}
	
	.swiper-container-cube {
	  overflow: visible;
	}
	
	.swiper-container-cube .swiper-slide {
	  pointer-events: none;
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  z-index: 1;
	  visibility: hidden;
	  transform-origin: 0 0;
	  width: 100%;
	  height: 100%;
	}
	
	.swiper-container-cube .swiper-slide .swiper-slide {
	  pointer-events: none;
	}
	
	.swiper-container-cube.swiper-container-rtl .swiper-slide {
	  transform-origin: 100% 0;
	}
	
	.swiper-container-cube .swiper-slide-active,
	.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	  pointer-events: auto;
	}
	
	.swiper-container-cube .swiper-slide-active,
	.swiper-container-cube .swiper-slide-next,
	.swiper-container-cube .swiper-slide-prev,
	.swiper-container-cube .swiper-slide-next + .swiper-slide {
	  pointer-events: auto;
	  visibility: visible;
	}
	
	.swiper-container-cube .swiper-slide-shadow-top,
	.swiper-container-cube .swiper-slide-shadow-bottom,
	.swiper-container-cube .swiper-slide-shadow-left,
	.swiper-container-cube .swiper-slide-shadow-right {
	  z-index: 0;
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	}
	
	.swiper-container-cube .swiper-cube-shadow {
	  position: absolute;
	  left: 0;
	  bottom: 0px;
	  width: 100%;
	  height: 100%;
	  background: #000;
	  opacity: 0.6;
	  -webkit-filter: blur(50px);
	  filter: blur(50px);
	  z-index: 0;
	}
	
	.swiper-container-flip {
	  overflow: visible;
	}
	
	.swiper-container-flip .swiper-slide {
	  pointer-events: none;
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  z-index: 1;
	}
	
	.swiper-container-flip .swiper-slide .swiper-slide {
	  pointer-events: none;
	}
	
	.swiper-container-flip .swiper-slide-active,
	.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	  pointer-events: auto;
	}
	
	.swiper-container-flip .swiper-slide-shadow-top,
	.swiper-container-flip .swiper-slide-shadow-bottom,
	.swiper-container-flip .swiper-slide-shadow-left,
	.swiper-container-flip .swiper-slide-shadow-right {
	  z-index: 0;
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	}
	
	.swiper-button-next,
	.swiper-button-prev {
	  transition: color 0.3s ease-in-out;
	  display: inline-block;
	  vertical-align: top;
	  width: auto;
	  padding: 0;
	  border: none;
	  font-size: 18px;
	  position: absolute;
	  bottom: 28px;
	  left: 50%;
	  transform: translateX(-50%);
	  cursor: pointer;
	}
	
	.image-listing .row {
	padding: 15px 0;
	margin-bottom: 22px;
	}
	
	.image-listing .image-lists {
		padding: 15px 0;
	}
	
	.image-listing .image-lists > li {
		margin-bottom: 50px;
	}
	
	.image-listing .image-lists > li:last-child {
		margin-bottom: 0;
	}
	
	.image-listing .image-lists > li:before{
		content: none;
	}
	
	.image-listing .image-lists .image {
	/* 	max-width: 82%; */
		margin-bottom: 18px;
	}

	
	.image-listing .swiper-slide {
	margin: 0 5px;
	
	}
	
	.image-listing .swiper-slide .image {
		margin-bottom: 20px;
	}
	
	.image-listing .swiper-slide .btn {
		margin-top: 4px;
	}
	
	.image-listing .swiper-container {
		margin: 0 -5px;
		overflow: hidden;
		padding: 20px 40px 100px 0;
	}
	
	.image-listing .swiper-container .slick-arrow {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: auto;
		right: 5px;
		bottom: 35px;
	}
	
	.image-listing .swiper-container .slick-arrow.slick-prev {
		margin-left: 0;
		margin-right: 65px;
	}
	
	.image-listing .swiper-container .slick-arrow.slick-next {
		margin-left: 0;
	}

	
	.swiper-slide a:before{
		background: rgba(0, 45, 135, .62) url(images/logo03.svg) no-repeat 50% 35%/cover;
	    -webkit-transition: visibility .25s, opacity .25s;
	    transition: visibility .25s, opacity .25s;
	    position: absolute;
	    visibility: hidden;
	    opacity: 0;
	    content: "";
	    bottom: 0px;
	    right: 0px;
	    left: 0;
	    top: 0;
	}
	
	.swiper-slide a:hover:before {
	    visibility: visible;
	    opacity: 1;
	}
	
	@media (min-width: 768px) {
	  .swiper-button-next,
	  .swiper-button-prev {
	    transform: none;
	    left: auto;
	    right: 0;
	    bottom: 12px;
	  }
	}
	
	.swiper-button-next.swiper-button-disabled,
	.swiper-button-prev.swiper-button-disabled {
	  color: #000 !important;
	  opacity: 0.3;
	  pointer-events: none;
	}
	
	.swiper-button-next:hover,
	.swiper-button-next:focus,
	.swiper-button-prev:hover,
	.swiper-button-prev:focus {
	  background-color: transparent;
	  color: #97d848;
	  outline: none;
	}
	
	.swiper-button-prev {
	  margin-left: -36px;
	}
	
	@media (min-width: 768px) {
	  .swiper-button-prev {
	    margin-left: 0;
	    margin-right: 65px;
	  }
	}
	
	.swiper-button-next {
	  margin-left: 36px;
	}
	
	@media (min-width: 768px) {
	  .swiper-button-next {
	    margin-left: 0;
	  }
	}
	
	.clearfix:after, dl:after, #main:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
	  content: '';
	  display: block;
	  clear: both;
	}
	
	.ellipsis {
	  white-space: nowrap;
	  /* 1 */
	  text-overflow: ellipsis;
	  /* 2 */
	  overflow: hidden;
	}
	
	
	.icon-arrow-right:before {
	  content: "\e908";
	  display: inline-block;
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
	}
	
	
	.icon-arrow-left:before {
	  content: "\e908";
	  display: inline-block;
		-ms-transform: rotate(90deg); /* IE 9 */
		transform: rotate(90deg);
	}

/* gallery section style */

.gallery-wrap.add {
	box-shadow: 4px 7px 15px rgba(0, 0, 0, .1);
	margin-bottom: 0;
}

.gallery-wrap.add .gallery {
	margin-bottom: 41px;
}

.gallery-wrap.add .header {
	margin-bottom: 24px;
}

.gallery-wrap h1:before {
	margin-bottom: 11px;
}

/* gallery style */

.gallery {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	text-align: center;
	margin: 0 -10px 58px;
}

.gallery li {
	margin: 0;
	width: 25%;
	font-size: 15px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	padding: 0 1px 1px;
	letter-spacing: 0;
}

.gallery li:before {
	display: none;
}

.gallery img {
	width: 100%;
	height: auto;
	border: none;
	border: none;
}

.gallery a {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	border: 1px solid transparent;
}

.gallery a:before {
	background: rgba(0, 45, 135, .62) url("images/logo03.svg") no-repeat 50% 35%/cover;
	-webkit-transition: visibility .25s, opacity .25s;
	transition: visibility .25s, opacity .25s;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	content: "";
	bottom: -5px;
	right: -5px;
	left: 0;
	top: 0;
}

.gallery a:hover {
	border-color: #82c630;
}

.gallery a:hover:before {
	visibility: visible;
	opacity: 1;
}

/* global icon style */

.icon-wrap {
	text-align: center;
	margin-bottom: 30px;
}

.icon-wrap img {
	border: none;
	display: inline-block;
	vertical-align: top;
}

/* faq section style */

/* accordion style */

.accordion {
	margin-bottom: 37px;
	padding-left: 37px;
}

.accordion > li {
	margin-bottom: 6px;
	color: #000;
}

.accordion > li:before {
	display: none;
}

.accordion > li.active .opener {
	color: #002d87;
}

.accordion > li.active .opener:before {
	content: "-";
	top: -5px;
}

.accordion .opener {
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: top;
	color: #636363;
	text-decoration: none;
	margin-bottom: 6px;
	position: relative;
	font: 500 16px/1.2 "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.accordion .opener:before {
	position: absolute;
	content: "+";
	width: 10px;
	top: -3px;
	right: 100%;
	font-size: 26px;
	line-height: 1;
	font-weight: 700;
	color: #82c630;
	margin-right: 8px;
}

.accordion .opener:hover {
	color: #002d87;
}

/* video content style */

.video-content {
	font: 500 10px/1.3 "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	margin-bottom: 62px;
	color: #fff;
	z-index: 1;
}

.video-content .header {
	margin-bottom: 27px;
}

/* video style */

.video {
	box-shadow: 4px 7px 15px rgba(0, 0, 0, .1);
	margin: 0 -16px 39px;
}

/* vdo wrap style */

.vdo-wrap {
	height: 217px;
	position: relative;
	font: 500 10px/1.3 "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	border: 1px solid #97d848;
}

.vdo-wrap:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: rgba(0, 45, 135, .79);
}

.vdo-wrap .caption {
	-webkit-transform: translatey(-50%) translatey(26px);
	-ms-transform: translatey(-50%) translatey(26px);
	transform: translatey(-50%) translatey(26px);
	letter-spacing: 1.8px;
	position: absolute;
	padding: 0 20px;
	top: 50%;
	left: 0;
	right: 0;
}

.vdo-wrap .link {
	color: #97d848;
	-webkit-transition: all .25s;
	transition: all .25s;
	font-weight: 700;
	margin-bottom: 30px;
}

.vdo-wrap .link:hover {
	color: #639921;
	font-weight: 700;
}

.vdo-wrap .link:hover .icon-play {
	border-color: #639921;
	color: #639921;
}

.vdo-wrap .icon-play {
	left: 0;
	right: 0;
	width: 40px;
	bottom: 100%;
	height: 40px;
	display: table;
	color: #97d848;
	font-size: 18px;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	padding: 1px 0 0 1px;
	margin: 0 auto 12px;
	border: 2px solid #97d848;
}

.welcome .video .vdo-wrap .icon-play{
	left: 0;
	max-width: inherit;
}

.video .vdo-wrap span.icon-play {
	border: 2px solid #97d848;
	max-width: 70px;
}

.video-list .video .vdo-wrap span.icon-play {
	max-width: 111px;
}

.vdo-wrap .icon-play:before {
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 0;
	line-height: 1;
}

.vdo-wrap p {
	margin: 0;
}

/* video list style */

.video-list {
	padding: 0;
}

.video-list li {
	color: #000;
	margin-bottom: 22px;
	font-family: "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.video-list li:before {
	display: none;
}

.video-list h3 {
	margin-bottom: 11px;
}

.video-list .video {
	float: left;
	margin: 0 10px 10px 0;
}

.video-list .vdo-wrap {
	height: auto;
	width: 100px;
	overflow: hidden;
}

.video-list .vdo-wrap:before {
	background: rgba(0, 45, 135, .64);
	z-index: 2;
}

.video-list .vdo-wrap:after {
	top: -19px;
	z-index: 1;
	content: "";
	left: -28px;
	right: -30px;
	opacity: .83;
	bottom: -60px;
	position: absolute;
	background: url("images/logo03.svg") no-repeat 50% 35%/cover;
}

.video-list .description {
	overflow: hidden;
	font-size: 15px;
	line-height: 1.4;
}

.video-list .play {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	left: 50%;
	top: 50%;
	z-index: 9;
}

.video-list .play:hover {
	color: #639921;
	font-weight: 700;
}

.video-list .play:hover .icon-play {
	border-color: #639921;
	color: #639921;
}

.video-list .icon-play {
	margin: 0;
	width: 51px;
	height: 51px;
	position: static;
	font-size: 24px;
	padding: 1px 0 0 2px;
}

.video-list p {
	margin-bottom: 11px;
}

/* icon block style */

.icons-block {
	margin-bottom: 41px;
}

.icons-block .header {
	margin-bottom: 36px;
}

.icons-block h2 {
	margin-bottom: 24px;
	letter-spacing: 1px;
}

/* listing section style */

.listing {
	margin-bottom: 32px;
}

.listing.small-icon .ico-wrap {
	width: 40px;
}

.listing.small-icon img {
	width: 56px;
}

.listing.two-cols {
	margin: 0 -5px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.listing.two-cols li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 32px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
}

.listing.two-cols .ico-wrap {
	float: none;
	margin-bottom: 19px;
}

.listing li {
	color: #000;
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 27px;
}

.listing li:before {
	display: none;
}

.listing .ico-wrap {
	float: left;
	width: 74px;
	padding-top: 5px;
	text-align: center;
	margin-right: 15px;
}

.listing h3 {
	margin-bottom: 5px;
}

.listing img {
	border: none;
	width: 50px;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.listing .description {
	overflow: hidden;
}

.listing p {
	margin-bottom: 13px;
}

.listing a[href^=tel]{
	text-decoration: none;
	color: #000;
}
.listing a[href^=tel]:hover {
	text-decoration: underline;
	color: #6bb612;
}

/* form style */

.form {
	margin-bottom: 62px;
}

.form p {
	margin-bottom: 199px;
}

/* recent post style */

.recent-post {
	padding: 59px 0 30px;
	margin: 0 0 45px;
	position: relative;
	z-index: 1;
}

.recent-post:before {
	content: "";
	top: 0;
	bottom: 0;
	z-index: -1;
	left: -9999px;
	right: -9999px;
	position: absolute;
	background: #f5f5f5;
}

.recent-post .link:after {
	margin-left: auto;
	margin-right: auto;
}

.recent-post .post {
	display: inline-block;
	vertical-align: top;
	padding: 0 8px;
	width: 50%;
	line-height: 1.3;
	font-size: 15px;
}

.recent-post h1 {
	margin-bottom: 21px;
}

/* post wrapper */

.post-wrap {
	line-height: 0;
	font-size: 0;
	margin: 0 -8px;
}

.post-wrap .post {
	line-height: 1.4;
	font-size: 15px;
	margin-bottom: 10px;
}

.post-wrap .h6 {
	font-size: 10px;
	line-height: 1.4;
	display: block;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 1px;
}

.post-wrap .h6 a {
	color: #555;
	text-decoration: none;
}


.post-wrap .img-wrap {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	margin-bottom: 18px;
	box-shadow: 4px 7px 15px rgba(0, 0, 0, .1);
}

/* news section style */

.news-wrap {
	margin-bottom: 85px;
}

.news-wrap .header {
	margin-bottom: 25px;
}

.news-wrap .post {
	margin-bottom: 35px;
}

.news-wrap .description {
	overflow: hidden;
}

.news-wrap .img-wrap {
	float: left;
	width: 33%;
	margin: 0 14px 10px 0;
}

.news-wrap .post-wrap {
	margin: 0;
}

.news-wrap .h6 {
	margin-bottom: 3px;
}

.news-wrap h3 {
	margin-bottom: 7px;
}

.news-wrap p {
	margin-bottom: 18px;
}

.news-wrap .more {
	padding-top: 14px;
}

.sticky-bar {
	display: block;
	background: #001966;
	border-radius: 40px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: #FFF;
	display: block;
	z-index: 9999;
	max-width: 85%;
}

.sticky-bar .link_holder {
	display: block;
	padding: 15px 55px 15px 35px;
	text-decoration: none;
}
/*
.sticky-bar .sticky_title {
	color: #FFF;
	display: block;
	text-transform: uppercase;
	letter-spacing: .1333em;
	font: 900 15px/18px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
*/

.sticky-bar .sticky_title {
	color: #FFF;
	display: block;
	text-transform: uppercase;
	letter-spacing: .1333em;
	font: 900 15px/18px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding-bottom: 5px;
}

/*
.sticky-bar .sticky_text {
	font-size: 15px;
	color: #FFF;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	font-style: italic;
	line-height: 16px;
	font-weight: 400;
}
*/

.sticky-bar .sticky_text{
	font-size: 15px;
    color: #FFF;
    max-width: 100%;
	/*
	white-space: nowrap;
	overflow: hidden;
	*/
    display: block;
    text-overflow: ellipsis;
    font-style: italic;
    line-height: 19px;
    font-weight: 400;
    max-width: 520px;
}

.sticky-bar .close {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF;
	font-weight: 400;
	transition: .3s all;
	text-decoration:  none;
}

.sticky-bar .close:hover {
	text-decoration: none;
	font-size: 20px;
	
}

@media (max-width: 550px) {
	
	.sticky-bar .sticky_title {
		font-size: 13px;
		line-height: 15px;
	}
/*
	.sticky-bar .sticky_text {
		display: none;
	}
*/
}


/* map section style */

.map {
	position: relative;
	margin-bottom: 46px;
	padding: 20px 0;
	z-index: 1;
}

.map:before {
	top: 10px;
	left: 4px;
	right: 4px;
	bottom: 10px;
	content: "";
	z-index: -1;
	margin: 0 auto;
	position: absolute;
	background: url("images/overlay.png") no-repeat 100% 0/800px auto;
}

.map .bg-stretch {
	z-index: -2;
}

.map iframe {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 200px;
}

.map .container {
	max-width: 895px;
	padding: 20px 12% 14px;
}

/* location section style */

.location {
	margin-bottom: 51px;
}

.location .h6 {
	margin-bottom: 2px;
	font: 500 11px/1.2 "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.location .h3 {
	margin-bottom: 0;
}

.location .tel {
	font: 19px/1.2 "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
	color: #002d87;
}

.location .tel:hover {
	color: #6bb612;
}

/* address section style */

.address {
	font-family: "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
	padding: 4px 0 0 2px;
}

.address li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 28px;
}

.address li:before {
	display: none;
}

.address li a {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.address .time {
	color: #002d87;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.address img {
	border: none;
	width: 50px;
	height: auto;
}

.address .icon {
	float: left;
	width: 50px;
	margin-right: 7px;
}

.address .icon.call img {
	width: 40px;
}

.address .icon.icon-location img {
	width: 36px;
}

.address .icon.hours img {
	width: 45px;
}

.address .description {
	overflow: hidden;
	padding-top: 2px;
}

.address .description a.tel {
	font-weight: 400;
}

.address .description a {
	font-weight: 700;
}

.address address {
	font-style: normal;
	margin-bottom: 9px;
}

/* bio section style */

.bio-wrap {
	margin-bottom: 54px;
	position: relative;
}

.bio-wrap .circle-images {
	width: 218px;
	height: 218px;
	margin-bottom: 26px;
	box-shadow: 6px 10px 22px rgba(0, 0, 0, .2);
}

.bio-wrap .circle-images:before,
.bio-wrap .circle-images:after {
	width: 185px;
	height: 185px;
}

.bio-wrap .header {
	margin-bottom: 31px;
}

.bio-wrap .download {
	margin-bottom: 17px;
}

/* banner style */

.banner {
	position: relative;
	color: #fff;
	min-height: 353px;
	text-align: center;
}

.banner h1 {
	font-size: 38px;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.banner h1:before {
	margin: 0 auto 8px;
}

.banner .bg-stretch:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	opacity: .67;
	position: absolute;
	background: #15283e;
}

.banner .description {
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
}

/* welcome section style */

.welcome {
	z-index: 99;
	position: relative;
	padding-bottom: 38px;
	box-shadow: 4px 7px 15px rgba(0, 0, 0, .1);
}

.welcome .description {
	margin-bottom: 40px;
}

.welcome .video {
	color: #fff;
	margin: -30px 0 40px;
}

.welcome .icon-play {
	width: 58px;
	height: 58px;
	font-size: 27px;
	line-height: 1;
	padding: 0 0 0 4px;
}

.welcome .link.lg {
	margin-bottom: 25px;
}

.welcome .vdo-wrap {
	height: 177px;
	position: relative;
	overflow: hidden;
}

.welcome .vdo-wrap:after {
	top: -19px;
	z-index: 1;
	content: "";
	left: -28px;
	right: -30px;
	opacity: .83;
	bottom: -60px;
	position: absolute;
	z-index: -1;
	background: url("images/logo03.svg") no-repeat 50% 35%/cover;
}

.welcome .caption {
	-webkit-transform: translateY(-50%) translateY(35px);
	-ms-transform: translateY(-50%) translateY(35px);
	transform: translateY(-50%) translateY(35px);
}

.welcome h1 {
	margin-bottom: 5px;
}

.welcome h1:before {
	margin-bottom: 11px;
}

.welcome .h4 {
	color: #8f8f8f;
	font-size: 19px;
	letter-spacing: 1px;
}

/* services section style */

.services h1:before {
	margin-bottom: 11px;
}

.services .h4 {
	color: #8f8f8f;
	font-size: 19px;
	letter-spacing: 1px;
}

.services .header {
	margin-bottom: 20px;
}

/* icon list style */

.icon-list {
	font-size: 0;
	line-height: 0;
	padding-left: 0;
	letter-spacing: -4px;
}

.icon-list li {
	width: 33.33%;
	padding: 0 5px;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
}

.icon-list li:before {
	display: none;
}

.icon-list li.active img {
	display: none;
}

.icon-list li.active img.hover {
	display: block;
}

.icon-list li.active .h5 {
	color: #82c630;
}

.icon-list li.active .h5:after {
	background: url("images/dots-lg-active.png") repeat-x 0 0/auto 3px;
}

.icon-list a {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}

.icon-list a:hover img {
	display: none;
}

.icon-list a:hover img.hover {
	display: block;
}

.icon-list a:hover .h5 {
	color: #82c630;
}

.icon-list a:hover .h5:after {
	background: url("images/dots-lg-active.png") repeat-x 0 0/auto 3px;
}

.icon-list .h5 {
	margin-bottom: 30px;
	position: relative;
	font-size: 12px;
	letter-spacing: 1px;
}

.icon-list .h5:after {
	left: 0;
	right: 0;
	top: 100%;
	height: 3px;
	width: 45px;
	content: "";
	margin: 5px auto 0;
	position: absolute;
	cursor: default;
	pointer-events: none;
	background: url("images/dots-lg.png") repeat-x 0 0/auto 3px;
}

.icon-list .img-wrap {
	margin-bottom: 8px;
	display: inline-block;
	vertical-align: top;
}

.icon-list img {
	border: none;
	width: 59px;
	height: auto;
}

.icon-list img.hover {
	display: none;
}

/* link list style */

.link-list {
	font-size: 0;
	line-height: 0;
	padding-left: 0;
	letter-spacing: -4px;
	font-family: "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 -10px;
}

.link-list li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	font-size: 18px;
	line-height: 1.2;
	padding: 0 5px;
}

.link-list li:first-child img {
	width: 50px;
}

.link-list li:last-child img {
	width: 43px;
}

.link-list li:before {
	display: none;
}

.link-list a {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}

.link-list a:hover .text {
	color: #002d87;
}

.link-list .img-wrap {
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}

.link-list img {
	border: none;
	width: 64px;
	height: auto;
}

.link-list .text {
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.133;
	margin-bottom: 8px;
}

.link-list .h6 {
	font-size: 10px;
	line-height: 1.2;
	margin-bottom: 1px;
}

.link-list .link {
	text-transform: uppercase;
	margin-bottom: 22px;
	display: inline-block;
	vertical-align: top;
	font: 700 12px/1.2 "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	position: relative;
}

.link-list .link:after {
	left: 0;
	right: 0;
	top: 100%;
	height: 3px;
	width: 53px;
	content: "";
	margin: 3px auto 0;
	position: absolute;
	cursor: default;
	pointer-events: none;
	background: url("images/dots-lg.png") no-repeat 0 0/auto 3px;
}

.text-center .link-list .link:after {
	margin-left: auto;
	margin-right: auto;
}

.anchor {
  margin-top: -520px;        /* Size of fixed header */
  padding-bottom: 520px; 
  display: block; 
}


/* form styles */

.gform_wrapper ul li {
	padding-left: 0 !important;
}
.gform_wrapper ul li:before {
	content: none !important;
}
.gform_wrapper {
	overflow: hidden !important;
}
.gform_wrapper .top_label .gfield_label {
	color: #707070;
	font: 500 18px/25px 'montserratlight', sans-serif !important;
	margin: 0 !important;
}

.gform_wrapper .ginput_complex label {
	font-size: 13px !important;
	line-height: 14px !important; 
	font-weight: 500 !important;
	padding: 4px 0 0;
	text-transform: uppercase;
	font-style: normal !important;
}
.gform_wrapper input[type="text"], .gform_wrapper textarea {
	padding-bottom: 10px !important;
	padding-top: 10px !important	;
}
.gform_wrapper .top_label textarea.textarea {
	width: 97.2% !important;
}
.gform_wrapper input[type="submit"].gform_button {
        float: right;
 }
    
.gform_wrapper .gfield_required {
	color: #b00e0e !important;
}
.gform_wrapper .gform_footer {
	padding-top: 0 !important;
}
@media(max-width: 767px) {
	.gform_wrapper .gform_footer {
		margin-bottom: 30px !important;
		overflow: hidden;
	}
}
.gform_wrapper .top_label .gfield_label {
	font-weight: normal;
}
.gform_wrapper ul li.gfield {
	margin-bottom: 30px !important;
}
.gform_wrapper h2.gsection_title {
	font-weight: 300 !important;
	font-style: normal;
}
.gform_wrapper .gform_page_footer .button.gform_next_button, 
.gform_wrapper .gform_page_footer .button.gform_previous_button {
	background: transparent url("images/dots-lg.png") no-repeat 99% 100%/auto 4px;
	-webkit-transition: color .25s;
	transition: color .25s;
	text-transform: uppercase;
	white-space: normal;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	display: block;
	color: #6bb612;
	border: none;
	padding: 0 0 10px;
	margin: 0;
	margin-left: auto;
}

@media(min-width:768px) {
	.gform_wrapper .gform_page_footer .button.gform_next_button, 
	.gform_wrapper .gform_page_footer .button.gform_previous_button {
		font-size: 23px;
		padding-bottom: 16px;
		background-size: auto 5px;
		letter-spacing: 3px;
	}
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
	float: left; 
}

.gform_wrapper .gform_page_footer .button.gform_next_button:hover , 
.gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
	color: #002d87;
}

#main .gform_wrapper .gsection {
	border:none;
	padding-bottom: 0;
}

#main .gform_wrapper h2.gsection_title {
	font-size: 45px;
	font-weight: 500 !important;
}

#main .gform_wrapper .gfield_description, #main .gform_wrapper input, #main .gform_wrapper select, #main .gform_wrapper .gsection_description  {
	font-style: normal !important;
}

/* footer styles */

#footer {
	display: table-footer-group;
	overflow: hidden;
	height: 1%;
}

#footer img {
	border: none;
}

#footer .h4 {
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 6px;
}

.f1 {
	z-index: 1;
	color: #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	background: #001966;
	padding: 40px 0 27px;
	background: -webkit-linear-gradient(left, #001966 0%, #001b78 100%);
	background: linear-gradient(to right, #001966 0%, #001b78 100%);
}

.f1 .container:before {
	-webkit-transform: rotate(-13deg);
	-ms-transform: rotate(-13deg);
	transform: rotate(-13deg);
	background: #3da91c;
	border-radius: 50%;
	position: absolute;
	height: 122px;
	left: -253px;
	width: 453px;
	content: "";
	z-index: -1;
	top: -86px;
}

.f1 .container:after {
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	background: #001968;
	margin-left: -130px;
	position: absolute;
	min-height: 413px;
	bottom: 0;
	width: 413px;
	top: -100px;
	left: 100%;
	content: "";
	z-index: -1;
}

.social-networks {
	font-size: 0;
	line-height: 0;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1;
}

.social-networks li + li {
	margin-left: 11px;
}

.social-networks li:before {
	display: none;
}

.social-networks a {
	display: block;
	color: #dc4e41;
	text-decoration: none;
}

.social-networks a:hover {
	color: #a3291e;
}

.social-networks .icon-facebook {
	color: #37609f;
}

.social-networks .icon-facebook:hover {
	color: #1f375b;
}

.social-networks .icon-twitter {
	color: #2ba9e0;
}

.social-networks .icon-twitter:hover {
	color: #167199;
}

.social-networks .icon-linkedin {
	color: #086d9b;
}

.social-networks .icon-linkedin:hover {
	color: #033044;
}

.social-networks .icon-youtube {
	color: #ed3638;
}

.social-networks .icon-youtube:hover {
	color: #b71012;
}

.footer-nav {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

.footer-nav li {
	font: 500 11px/1.5 "Raleway", "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
	color: #004388;
}

.footer-nav li:first-child:before {
	display: none;
}

.footer-nav li + li:before {
	top: 6px;
	left: -6px;
	width: 3px;
	height: 3px;
}

.footer-nav a {
	color: #004388;
	text-decoration: none;
}

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

.footer-links li:before {
	display: none;
}

.footer-links a {
	text-decoration: none;
}

.contact {
	float: left;
	width: 40%;
}

.access {
	float: right;
	width: 40%;
	font-size: 12px;
	line-height: 1.2;
}

.access .sign a {
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	font-weight: 700;
	color: #97d848;
}

.access .sign a:hover {
	color: #fff;
}

.access .sign a:after {
	left: 0;
	right: 0;
	top: 100%;
	height: 4px;
	width: 45px;
	content: "";
	margin: 4px auto 0;
	position: absolute;
	cursor: default;
	pointer-events: none;
	background: url("images/dots.png") no-repeat 0 0/auto 3px;
}

.links {
	text-transform: uppercase;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.links li {
	letter-spacing: 0;
}

.links li:before {
	display: none;
}

.links a {
	text-decoration: none;
	font-size: 12px;
	line-height: 1.2;
	position: relative;
	color: #97d848;
}

.links a:after {
	left: 0;
	right: 0;
	top: 100%;
	height: 3px;
	width: 45px;
	content: "";
	cursor: default;
	margin: 4px auto 0;
	position: absolute;
	pointer-events: none;
	background: url("images/dots.png") no-repeat 0 0/auto 3px;
}

.links a:hover {
	color: #fff;
}

.links a span[class^="icon-"] {
	display: none;
}

.footer-logo {
	left: 0;
	right: 0;
	top: 24px;
	width: 55px;
	margin: 0 auto;
	position: absolute;
}

.footer-logo img {
	width: 78px;
	height: auto;
}

.f-bottom {
	padding: 16px 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	h1:before {
		background: url("images/dots-lg@2x.png") no-repeat 0 0/auto 4px;
	}

	a.link:after {
		background: url("images/dots@2x.png") no-repeat 0 0/auto 3px;
	}

	a.link.lg:after {
		background: url("images/dots-lg@2x.png") no-repeat 0 0/auto 4px;
	}

	input[type="submit"] {
		background: url("images/dots-lg@2x.png") no-repeat 99% 100%/auto 4px;
	}

	#header .top-btn .link:after {
		background: url("images/dots01@2x.png") no-repeat 100% 0/auto 4px;
	}

	.map:before {
		background: url("images/overlay@2x.png") no-repeat 100% 0/800px auto;
	}

	.icon-list li.active .h5:after {
		background: url("images/dots-lg-active@2x.png") repeat-x 0 0/auto 3px;
	}

	.icon-list a:hover .h5:after {
		background: url("images/dots-lg-active.png") repeat-x 0 0/auto 3px;
	}

	.icon-list .h5:after {
		background: url("images/dots-lg@2x.png") repeat-x 0 0/auto 3px;
	}

	.link-list .link:after {
		background: url("images/dots-lg@2x.png") repeat-x 0 0/auto 3px;
	}

	.access .sign a:after {
		background: url("images/dots.png") no-repeat 0 0/auto 3px;
	}

	.links a:after {
		background: url("images/dots@2x.png") no-repeat 0 0/auto 3px;
	}
}

@media (min-width: 480px) {
	.search-form input {
		height: 34px;
	}

	.post-password-form input {
		height: 34px;
	}

	.wp-caption {
		max-width: 58.1%;
	}

	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6,
	.h {
		letter-spacing: 2px;
	}

	a.link {
		font-size: 13px;
	}

	a.link.lg {
		font-size: 17px;
	}

	input[type="submit"] {
		font-size: 17px;
	}

	#header.fixed-position .call {
		padding-top: 10px;
	}

	.logo img {
		width: 154px;
	}

	.top-block {
		padding-right: 49px;
	}

	.call {
		padding-top: 10px;
	}

	#nav {
		top: 61px;
	}

	#nav .top-bottons strong.title {
		font-size: 13px;
	}

	#nav .top-bottons .link {
		font-size: 16px;
	}

	#nav ul > li {
		font-size: 21px;
		letter-spacing: 3px;
		margin-bottom: 19px;
	}

	#nav ul ul li {
		font-size: 16px;
	}

	.nav-opener {
		right: 22px;
		top: 12px;
	}

	#wrapper {
		padding-top: 60px;
	}

	.container {
		padding: 0 22px;
	}

	.title-block {
		padding-top: 20px;
	}

	.title-block .h1 {
		font-size: 18px;
	}

	.category-drop-down .drop-down {
		font-size: 16px;
	}

	.intro.intro-block .img-wrap {
		max-width: 44.2%;
		margin-left: 15px;
	}

	.images-list {
		margin: 0 -22px;
	}

	.content-wrap .img-wrap {
		letter-spacing: 1px;
		margin-right: 15px;
		width: 33.6%;
	}

	.call-to-action {
		padding: 49px 0 16px;
	}

	.call-to-action .container:before {
		margin-right: -285px;
	}

	.call-to-action blockquote q {
		font-size: 18px;
	}

	.call-to-action blockquote .img-wrap {
		margin-right: 32px;
	}

	.call-to-action .img-wrap {
		width: 126px;
		margin-right: 19px;
	}

	.call-to-action .description {
		font-size: 16px;
	}

	.img-list {
		margin: 0 0 37px;
	}

	.img-list h3 {
		font-size: 16px;
	}

	.img-list li {
		padding: 0 10px;
	}

	.testimonial .circle-images {
		margin: 0 21px 5px 0;
	}

	.gallery {
		margin: 0 -22px 58px;
	}

	.video-list .video {
		margin: 0 20px 10px 0;
	}

	.video-list .vdo-wrap {
		width: 157px;
	}

	.listing.small-icon .ico-wrap {
		width: 64px;
	}

	.listing.two-cols {
		margin: 0 -15px;
	}

	.listing.two-cols li {
		padding: 0 15px;
	}

	.listing .ico-wrap {
		width: 102px;
	}

	.listing img {
		width: 68px;
	}

	.recent-post .post {
		padding: 0 15px;
		text-align: center;
	}

	.post-wrap {
		margin: 0 -15px;
	}

	.map:before {
		left: 10px;
		right: 10px;
	}

	.map iframe {
		height: 236px;
	}

	.map .container {
		padding: 20px 10% 14px;
	}

	.welcome .video {
		margin-top: -64px;
	}

	.link-list li {
		width: 33.33%;
	}

	.link-list .link {
		font-size: 13px;
	}

	.social-networks {
		float: left;
		width: 157px;
	}

	.footer-nav {
		padding-left: 15px;
	}

	.footer-logo {
		width: 85px;
	}
}

@media (min-width: 768px) {
	#content {
		float: left;
		width: 60%;
		padding-top: 240px;
	}

	#sidebar {
		float: right;
		width: 38%;
		padding-top: 240px;
	}

	.search-form input {
		height: 46px;
	}

	.post-password-form input {
		height: 46px;
	}

	.post-password-form input[type="password"] {
		padding-bottom: 12px;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.wp-caption {
		font-size: 16px;
	}

	.wp-caption p {
		padding: 9px 18px 14px;
	}

	.alignleft {
		margin-right: 33px;
		margin-top: 6px;
	}

	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6,
	.h {
		letter-spacing: 3px;
		margin-bottom: 21px;
	}

	h1,
	.h1 {
		font-size: 38px;
	}

	h2,
	.h2 {
		font-size: 37px;
		margin-bottom: 5px;
	}

	h3,
	.h3 {
		font-size: 30px;
		letter-spacing: 2px;
		margin-bottom: 5px;
	}

	h4,
	.h4 {
		font-size: 25px;
		letter-spacing: 1px;
		margin-bottom: 31px;
	}

	h5,
	.h5 {
		font-size: 23px;
		letter-spacing: 1px;
		margin-bottom: 27px;
	}

	h6,
	.h6 {
		font-size: 17px;
		letter-spacing: 2px;
		margin-bottom: 42px;
	}
	
	.tooltip h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.tooltip address {
		margin-bottom: 0px;
	}

	p {
		margin-bottom: 30px;
	}

	body {
		font-size: 17px;
		line-height: 1.5;
	}

	h1:before {
		height: 10px;
		width: 140px;
		background-size: auto 5px;
		margin: -13px 0 11px;
	}

	.header .h4 {
		font-size: 25px;
		line-height: 1.24;
		letter-spacing: 1px;
		margin-bottom: 25px;
	}

	.header h1 {
		margin-bottom: 8px;
	}

	.img {
		float: right;
		max-width: 70%;
		padding: 23px 0 20px 20px;
	}

	ul {
		font-size: 21px;
		padding-left: 61px;
		letter-spacing: 1px;
		margin-bottom: 36px;
	}

	ul > li {
		margin-bottom: 15px;
	}

	ul > li:before {
		width: 5px;
		height: 5px;
		left: -18px;
		top: 10px;
	}

	ol {
		font-size: 21px;
		padding-left: 61px;
		letter-spacing: 1px;
		margin-bottom: 55px;
	}

	ol > li {
		margin-bottom: 15px;
	}

	ol > li:before {
		font-size: 19px;
		margin-right: 5px;
	}

	a.link {
		font-size: 15px;
		letter-spacing: 3px;
	}
	
	a.link.morelink {
		margin-top: 20px;
	}
	a.link.morelink.less {
		margin-top: 0px;
	}

	a.link:after {
		height: 4px;
		width: 70px;
		right: 0;
		left: 0;
		margin-top: 7px;
		background-size: auto 4px;
	}

	a.link.lg {
		font-size: 18px;
		margin-bottom: 50px;
	}

	a.link.lg:after {
		height: 5px;
		width: 140px;
		margin-top: 10px;
		background-size: auto 5px;
	}

	input[type="submit"] {
		font-size: 23px;
		padding-bottom: 16px;
		background-size: auto 5px;
		letter-spacing: 3px;
	}

	#header {
		padding: 0;
		border: none;
		-webkit-transition: all .25s;
		transition: all .25s;
	}

	#header:before {
		-webkit-transition: all .25s;
		transition: all .25s;
		position: absolute;
		background: #82c630;
		right: 0;
		border: none;
		content: "";
		height: 3px;
		left: 0;
		top: 0;
	}

	#header.fixed-position {
		box-shadow: none;
		padding-top: 0;
		background: #82c630;
	}
	
	.logged-in #header.fixed-position, .logged-in #header {
		top: 32px !important;
	}

	#header.fixed-position .logo {
		display: none;
	}

	#header.fixed-position:before {
		opacity: 0;
		height: 0;
	}

	#header.fixed-position .top-btn {
		margin-top: 0;
		float: right;
		padding: 11px 10px 10px 0;
		width: 65%;
	}

	#header.fixed-position .top-btn li {
		margin-left: 30px;
	}

	#header.fixed-position .top-btn .link {
		margin: 0;
		padding: 0;
		font-size: 15px;
		line-height: 1.2;
		letter-spacing: .7px;
		background: none;
	}

	#header.fixed-position .call {
		float: left;
		max-width: 35%;
		font-size: 18px;
		letter-spacing: 1px;
	}

	#header.fixed-position .call a {
		color: #fff;
	}

	#header.fixed-position .call a span {
		color: #97d848;
		font-size: 20px;
		margin: 0 3px 0 0;
	}

	.logo {
		margin: 22px 10px 25px -1px;
	}

	.logo img {
		width: 279px;
	}

	.top-block {
		padding: 0;
	}

	.call {
		font-size: 22px;
		padding-top: 0;
	}

	.call span {
		font-size: 22px;
		position: relative;
		top: 3px;
	}

	#nav {
		opacity: 1;
		position: static;
		visibility: visible;
		background: #001966;
		background: -webkit-linear-gradient(left, #001966 0%, #001b78 100%);
		background: linear-gradient(to right, #001966 0%, #001b78 100%);
	}

	#nav .nav-wrap {
		overflow: visible;
	}

	#nav .top-bottons {
		display: none;
	}

	#nav ul {
		text-align: center;
		position: relative;
		padding: 0 10px;
	}

	#nav ul > li {
		display: inline-block;
		vertical-align: top;
		font-weight: 500;
		letter-spacing: 1px;
		font-size: 14px;
		padding: 0;
		margin: 0;
	}

	#nav ul > li:last-child,
	#nav ul > li:nth-last-child(2) {
		position: static;
	}

	#nav ul > li:last-child .drop,
	#nav ul > li:nth-last-child(2) .drop {
		left: auto;
		right: 10px;
	}

	#nav ul > li.active > a {
		font-weight: 700;
		background: #002d87;
	}

	#nav ul > li.hover > a {
		background: #002d87;
	}

	#nav ul > li > a {
		color: #fff;
		display: block;
		padding: 12px 6px 11px;
	}

	#nav ul > li > a:hover {
		background: #002d87;
	}

	#nav ul .drop {
		display: block;
		height: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: visibility .25s, opacity .25s;
		transition: visibility .25s, opacity .25s;
		position: absolute;
		overflow: hidden;
		margin-top: -1px;
		top: 100%;
		left: 0;
		z-index: 101
	}

	#nav ul .drop-down {
		padding: 7px 0;
		width: 260px;
		float: left;
		position: relative;
		z-index: 1;
	}

	#nav ul .drop-down:before {
		top: 0;
		left: 0;
		right: 0;
		content: "";
		z-index: -1;
		bottom: -9999px;
		position: absolute;
		background: rgba(0, 27, 120, .96);
	}

	#nav ul .drop-down + .drop-down {
		margin-left: 1px;
	}

	#nav ul ul {
		text-align: left;
		margin: 0;
	}

	#nav ul ul li {
		font-size: 14px;
	}

	#nav ul ul li.active > a,
	#nav ul ul li:hover > a {
		background: rgba(0, 45, 135, .92);
	}

	#nav ul ul a {
		color: #fff;
		margin: 0;
		padding: 17px 18px 16px;
	}

	#nav .title-image {
		display: block;
		padding: 3px 8px 2px 10px;
	}

	#nav span.title {
		text-align: left;
		color: #97d848;
		letter-spacing: 1px;
		padding: 13px 15px 0;
	}

	#nav span.title + ul {
		padding-bottom: 12px;
	}

	#nav span.title + ul a {
		padding-left: 34px;
	}

	.nav-opener {
		display: none;
	}

	#wrapper {
		padding-top: 0;
	}

	.container {
		padding: 0 10px;
	}

	.title-block {
		padding: 180px 0 21px;
	}

	.title-block .h1 {
		font-size: 22px;
		letter-spacing: 4px;
	}

	.title-block .title {
		float: left;
		width: 59%;
		padding: 15px 0 0;
	}

	.category-drop-down {
		float: right;
		margin: 0 -29px 0 0;
		padding: 20px 28px 17px;
		width: 41%;
		font-weight: 500;
		background: none;
		text-align: right;
	}

	.category-drop-down.drop-active {
		background: #001b78;
	}

	.category-drop-down .drop-down {
		letter-spacing: 2px;
		padding-bottom: 17px;
	}

	.category-drop-down .drop-down a {
		padding: 15px 27px 16px;
	}

	.category-drop-down .drop-down a:hover {
		font-weight: 700;
	}

	.category-drop-down .drop-down li.active a {
		font-weight: 700;
	}

	.category-drop-down .drop-opener {
		font-size: 19px;
		line-height: 1.2;
		letter-spacing: 1px;
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}

	.category-drop-down .icon-arrow-down {
		margin-left: 5px;
		font-size: 10px;
	}

	.intro {
		margin-bottom: 84px;
		margin-top:50px;
	}

	.intro.intro-block {
		padding-top: 66px;
		padding-bottom: 15px;
		margin-bottom: 30px;
		margin-top: 0;
	}

	.intro.intro-block .img-wrap {
		margin: 13px 0 10px 30px;
		box-shadow: 7px 11px 24px rgba(0, 0, 0, .1);
	}

	.intro.intro-block h1 {
		margin-bottom: 10px;
	}

	.intro.intro-block .h4 {
		margin-bottom: 20px;
	}

	.block-wrap {
		margin-bottom: 15px;
	}

	.links-wrap {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

	.links-wrap li {
		margin-bottom: 16px;
	}

	.images-list {
		margin: 0 -6px;
	}

	.images-list li {
		padding: 0 6px;
	}

	.content-wrap {
		padding-top: 24px;
		margin-bottom: 24px;
	}

	.content-wrap .img-wrap {
		margin-right: 29px;
		padding-top: 7px;
		width: 31.9%;
		font-size: 14px;
	}

	.content-wrap .description h3 {
		margin-bottom: 25px;
	}

	.content-wrap img {
		margin-bottom: 32px;
		box-shadow: 9px 16px 35px rgba(0, 0, 0, .2);
	}

	.content-wrap h3 {
		margin-bottom: 24px;
	}

	.call-to-action {
		padding: 50px 0 35px;
		margin-bottom: 97px;
		box-shadow: 7px 11px 24px rgba(0, 0, 0, .1);
	}

	.call-to-action.add {
		padding: 60px 0 33px;
		margin-bottom: 88px;
	}

	.call-to-action.add .container:before {
		margin-right: -581px;
		min-height: 783px;
		top: -336px;
	}

	.call-to-action.add .link:after {
		width: 90px;
		margin-top: 10px;
	}

	.call-to-action.optional {
		padding: 49px 0 52px;
	}

	.call-to-action.optional h1 {
		margin-bottom: 8px;
	}

	.call-to-action.optional p {
		margin-bottom: 19px;
	}

	.call-to-action.optional .link.lg {
		margin-bottom: 22px;
	}

	.call-to-action .container {
		position: relative;
	}

	.call-to-action .container:before {
		margin-right: -474px;
		bottom: -60px;
		width: 1190px;
		top: -360px;
	}

	.call-to-action blockquote {
		margin-bottom: 45px;
	}

	.call-to-action blockquote q {
		font-size: 21px;
		margin-bottom: 37px;
	}

	.call-to-action blockquote .link {
		font-size: 17px;
	}

	.call-to-action blockquote .img-wrap {
		width: 252px;
		height: 252px;
		margin: 0 44px 0 4px;
	}

	.call-to-action blockquote .img-wrap:before,
	.call-to-action blockquote .img-wrap:after {
		width: 216px;
		height: 217px;
		top: 3px;
		right: -11px;
	}

	.call-to-action blockquote .img-wrap:after {
		bottom: 1px;
		top: auto;
		left: -11px;
	}

	.call-to-action .h5 {
		font-size: 16px;
		letter-spacing: 2px;
		margin-bottom: 12px;
	}

	.call-to-action .img-wrap {
		box-shadow: 9px 16px 35px rgba(0, 0, 0, .22);
		width: 200px;
		margin: 0 30px 0 -4px;
	}

	.call-to-action .description {
		padding-top: 28px;
		font-size: 21px;
	}

	.call-to-action h1 {
		margin-bottom: 12px;
		letter-spacing: 2px;
	}

	.call-to-action .link {
		font-size: 23px;
	}

	.call-to-action .link:after {
		height: 5px;
		width: 140px;
		margin-top: 12px;
		background-size: auto 5px;
	}

	.call-to-action .text {
		font-size: 20px;
		margin-bottom: 35px;
	}

	.call-to-action p {
		margin-bottom: 47px;
	}

	.img-list {
		margin: 0 -15px 34px;
		padding-top: 32px;
	}

	.img-list h3 {
		font-size: 22px;
		margin-bottom: 14px;
	}

	.img-list .h4 {
		font-size: 14px;
		line-height: 1.2;
		letter-spacing: 2px;
		margin-bottom: 14px;
	}

	.img-list li {
/* 		width: 33.33%; */
		width: 50%;
		padding: 0 15px;
		letter-spacing: 0;
		margin-bottom: 78px;
	}
	
	.img-list.two-wide li {
		width: 50%;
	}

	.circle-images {
		box-shadow: 7px 11px 24px rgba(0, 0, 0, .1);
		margin-bottom: 33px;
		width: 198px;
		height: 198px;
	}

	.circle-images:after,
	.circle-images:before {
		width: 160px;
		height: 160px;
		top: 4px;
	}

	.circle-images:after {
		top: auto;
	}

	.testimonial {
		margin-bottom: 128px;
	}

	.testimonial .description {
		padding-top: 18px;
	}

	.testimonial .description p {
		margin-bottom: 30px;
	}

	.testimonial .circle-images {
		width: 175px;
		height: 175px;
		margin: 0 43px 5px 16px;
	}

	.testimonial .circle-images:before,
	.testimonial .circle-images:after {
		width: 149px;
		height: 151px;
		right: -4px;
	}

	.testimonial .circle-images:after {
		left: -3px;
	}

	.testimonial .icon-wrap {
		margin-bottom: 4px;
	}

	.testimonial .icon-wrap img {
		width: 85px;
	}

	.testimonial p {
		margin-bottom: 25px;
	}

	blockquote {
		padding-top: 49px;
	}

	blockquote + blockquote {
		padding-top: 32px;
	}

	blockquote q {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 15px;
	}

	blockquote cite {
		font-size: 14px;
		margin-top: -1px;
		letter-spacing: 3px;
	}


	.gallery-wrap {
		margin-bottom: 105px;
	}

	.gallery-wrap.add {
		padding: 90px 0 60px;
		box-shadow: 9px 16px 35px rgba(0, 0, 0, .2);
	}

	.gallery-wrap.add .header {
		margin-bottom: 43px;
	}

	.gallery-wrap.add h1:before {
		margin-bottom: 14px;
	}

	.gallery-wrap h1:before {
		margin-bottom: 6px;
	}

	.gallery-wrap p {
		margin-bottom: 46px;
	}

	.gallery {
		margin: 0 -3px 58px -2px;
	}

	.gallery li {
		padding: 0 2px 3px 1px;
	}

/*
	.faq .h4 {
		margin-bottom: 50px;
	}
*/

	.faq h2 {
		margin-bottom: 28px;
	}

	.accordion {
		padding-left: 60px;
		margin-bottom: 56px;
	}

	.accordion > li {
		margin-bottom: 15px;
	}

	.accordion > li.active .opener:before {
		top: -7px;
	}

	.accordion .opener {
		font-size: 21px;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.accordion .opener:before {
		font-size: 40px;
		margin-right: 17px;
		top: -4px;
	}

	.accordion .slide {
		margin-bottom: 58px;
	}

	.video-content {
		margin-bottom: 119px;
	}

	.video-content .header {
		margin-bottom: 50px;
	}

	.video {
		box-shadow: 7px 11px 24px rgba(0, 0, 0, .1);
	}

	.vdo-wrap {
		font-size: 16px;
		line-height: 1.188;
		height: 313px;
	}

	.vdo-wrap .caption {
		margin: 0 auto;
		padding: 0 10px;
		max-width: 840px;
		letter-spacing: 2px;
		-webkit-transform: translateY(-50%) translateY(33px);
		-ms-transform: translateY(-50%) translateY(33px);
		transform: translateY(-50%) translateY(33px);
	}

	.vdo-wrap .link.lg {
		margin-bottom: 30px;
	}

	.vdo-wrap .icon-play {
		width: 63px;
		height: 63px;
		font-size: 29px;
		border-width: 3px;
		margin-bottom: 18px;
		padding: 0 0 0 3px;
	}

	.video-list li {
		margin-bottom: 59px;
	}

	.video-list h3 {
		margin-bottom: 13px;
	}

	.video-list .video {
		margin: 0 29px 10px 0;
	}

	.video-list .vdo-wrap {
		width: 339px;
	}

	.video-list .vdo-wrap:after {
		bottom: -130px;
		left: -61px;
		right: -81px;
		top: -49px;
	}

	.video-list .description {
		font-size: 20px;
		line-height: 1.5;
		padding-top: 1px;
	}

	.video-list .icon-play {
		width: 111px;
		height: 111px;
		border-width: 4px;
		font-size: 53px;
		padding: 0 0 0 5px;
	}

	.video-list p {
		margin-bottom: 22px;
	}

	.icons-block {
		margin-bottom: 53px;
	}

	.icons-block .header {
		margin-bottom: 56px;
	}

	.icons-block h2 {
		letter-spacing: 2px;
		margin-bottom: 38px;
	}

	.listing {
		margin-bottom: 74px;
	}

	.listing.small-icon {
		padding-top: 4px;
		margin-bottom: 63px;
	}
	
	.employee-directory-listing .ico-wrap{
		width: 110px !important;
	}
	
	.employee-directory-listing .ico-wrap img{
		width: 106px !important;
	}

	.listing.small-icon .ico-wrap {
		width: 90px;
		margin-right: 33px;
	}

	.listing.small-icon li {
		margin-bottom: 53px;
	}

	.listing.small-icon img {
		width: 86px;
	}

	.listing.two-cols {
		padding-top: 11px;
		margin-bottom: 45px;
	}

	.listing.two-cols li {
		margin-bottom: 67px;
	}

	.listing.two-cols .ico-wrap {
		float: left;
		margin-right: 31px;
	}

	.listing.two-cols h3 {
		margin-bottom: 13px;
		font-size: 24px;
	}

	.listing li {
		font-size: 18px;
		line-height: 1.43;
		margin-bottom: 48px;
	}

	.listing .ico-wrap {
		width: 154px;
		padding-top: 10px;
		margin-right: 27px;
	}

	.listing h3 {
		margin-bottom: 9px;
	}

	.listing img {
		width: 104px;
	}
	
	.listing.location-large img{
		width: 150px;
	}

	.listing p {
		margin-bottom: 26px;
	}

	.form {
		margin-bottom: 100px;
	}

	.form p {
		margin-bottom: 346px;
	}

	.recent-post {
		padding: 94px 0 49px;
		margin-bottom: 119px;
	}

	.recent-post .post {
		padding: 0 10px;
	}

	.recent-post h3 {
		letter-spacing: 3px;
		margin-bottom: 16px;
		font-size: 25px;
	}

	.recent-post h1 {
		margin-bottom: 37px;
	}

	.post-wrap {
		margin: 0 -10px;
	}

	.post-wrap .post {
		font-size: 20px;
		line-height: 1.46;
	}

	.post-wrap .h6 {
		font-size: 14px;
		line-height: 1.2;
		letter-spacing: 2px;
		margin-bottom: 9px;
	}

	.post-wrap .img-wrap {
		margin-bottom: 29px;
	}

	.news-wrap {
		margin-bottom: 72px;
	}

	.news-wrap .header {
		margin-bottom: 45px;
	}

	.news-wrap .post {
		margin-bottom: 81px;
	}

	.news-wrap .img-wrap {
		width: 32%;
		margin-top: 3px;
		margin-right: 29px;
	}

	.news-wrap .h6 {
		margin-bottom: 7px;
	}

	.news-wrap h3 {
		margin-bottom: 12px;
	}

	.news-wrap p {
		margin-bottom: 28px;
	}

	.news-wrap .more {
		padding-top: 24px;
	}

	.map {
		padding: 12px 0 22px;
		margin-bottom: 99px;
	}

	.map:before {
		width: calc(100% - 20px);
		top: 12px;
		left: 10px;
		right: 10px;
		bottom: 10px;
		background-size: 1200px auto;
	}

	.map iframe {
		height: 380px;
	}

	.map .container {
		padding: 39px 10% 19px;
	}

	.location {
		margin-bottom: 102px;
	}

	.location .h6 {
		font-size: 17px;
	}

	.location .tel {
		font-size: 30px;
	}

	.address {
		padding: 16px 0 0 2px;
	}

	.address li {
		margin-bottom: 48px;
		font-size: 14px;
	}

	.address .time {
		font-size: 25px;
		line-height: 1.4;
		margin-bottom: 29px;
	}

	.address img {
		width: 82px;
	}

	.address .icon {
		width: 82px;
		margin-right: 15px;
		text-align: center;
	}

	.address .icon.call {
		padding-left: 7px;
	}

	.address .icon.call img {
		width: 60px;
	}

	.address .icon.icon-location {
		padding-left: 11px;
	}

	.address .icon.icon-location img {
		width: 52px;
	}

	.address .icon.hours img {
		width: 71px;
	}

	.address address {
		margin-bottom: 6px;
	}

	.bio-wrap {
		padding-left: 291px;
		margin-bottom: 109px;
	}

	.bio-wrap .img-section {
		position: absolute;
		top: -27px;
		left: 3px;
	}

	.bio-wrap .circle-images {
		width: 244px;
		height: 244px;
		margin-bottom: 31px;
		box-shadow: 7px 11px 24px rgba(0, 0, 0, .1);
	}

	.bio-wrap .circle-images:before,
	.bio-wrap .circle-images:after {
		width: 208px;
		height: 208px;
	}

	.bio-wrap .header {
		margin-bottom: 40px;
	}

	.banner {
		min-height: 750px;
	}

	.banner h1 {
		font-size: 47px;
		letter-spacing: 6px;
		margin-bottom: 7px;
	}

	.banner .description {
		margin-top: 18px;
		margin-top: 83px;
	}
	
	.page-template-page-employee-portal .banner .description{
		margin-top: 0px;
	}

	.welcome {
		padding-bottom: 84px;
		box-shadow: 9px 16px 35px rgba(0, 0, 0, .2);
	}

	.welcome .description {
		float: left;
		width: 59%;
		padding-top: 80px;
		margin-bottom: 37px;
	}

	.welcome .video {
		box-shadow: 9px 16px 35px rgba(0, 0, 0, .2);
		float: right;
		width: 38.4%;
		margin: -77px 0 50px;
	}

	.welcome .icon-play {
		width: 90px;
		height: 90px;
		font-size: 44px;
	}

	.welcome .link.lg {
		margin-bottom: 40px;
	}

	.welcome .vdo-wrap {
		height: 344px;
	}

	.welcome .vdo-wrap:after {
		bottom: -130px;
		left: -61px;
		right: -81px;
		top: -49px;
	}

	.welcome .caption {
		letter-spacing: 3px;
		-webkit-transform: translateY(-50%) translateY(43px);
		-ms-transform: translateY(-50%) translateY(43px);
		transform: translateY(-50%) translateY(43px);
	}

	.welcome h1 {
		margin-bottom: 9px;
	}

	.welcome h1:before {
		margin-bottom: 10px;
	}

	.welcome .h4 {
		font-size: 30px;
	}

	.services .description {
		float: left;
		width: 45.2%;
	}

	.services h1:before {
		margin-bottom: 14px;
	}

	.services .h4 {
		font-size: 25px;
	}

	.services .header {
		margin-bottom: 32px;
	}

	.icon-list {
		float: right;
		width: 54.8%;
		padding: 0;
	}

	.icon-list li {
		width: 50%;
		font-size: 18px;
		line-height: 1.2;
		padding: 0 20px 0 5px;
		margin-bottom: 39px;
	}

	.icon-list li.active .h5:after {
		height: 4px;
		background-size: auto 4px;
	}

	.icon-list a:hover .h5:after {
		height: 4px;
		background-size: auto 4px;
	}

	.icon-list .h5 {
		font-size: 14px;
		line-height: 1.2;
		font-weight: 700;
		letter-spacing: 2px;
	}

	.icon-list .h5:after {
		height: 4px;
		width: 80px;
		margin-top: 10px;
		background-size: auto 4px;
	}

	.icon-list .img-wrap {
		margin-bottom: 15px;
	}

	.icon-list img {
		width: 92px;
	}

	.link-list li {
		padding: 0 10px;
	}

	.link-list li:first-child img {
		width: 74px;
	}

	.link-list li:last-child img {
		width: 66px;
	}

	.link-list a:hover .link {
		color: #97d848;
	}

	.link-list a:hover .link:after {
		background: url("images/dots-lg-active.png") no-repeat 0 0/auto 4px;
	}

	.link-list .img-wrap {
		margin-bottom: 32px;
	}

	.link-list img {
		width: 95px;
	}

	.link-list .text {
		font-size: 22px;
		line-height: 1.2;
		letter-spacing: 1px;
		margin-bottom: 19px;
	}

	.link-list .h6 {
		font-size: 15px;
		margin-bottom: 6px;
	}

	.link-list .link {
		font-size: 15px;
		letter-spacing: 3px;
		color: #002d87;
	}

	.link-list .link:after {
		height: 4px;
		width: 70px;
		right: 0;
		left: 0;
		margin-top: 7px;
		background-size: auto 4px;
	}

	.link-list .link:hover {
		color: #97d848;
	}

	.link-list .link:hover:after {
		background: url("images/dots-lg-active.png") no-repeat 0 0/auto 4px;
	}

	#footer .h4 {
		font-size: 17px;
		display: block;
		margin-bottom: 14px;
	}

	.f1 {
		text-align: left;
		padding: 40px 0 42px;
	}

	.f1 .container {
		position: relative;
	}

	.f1 .container:before {
		display: none;
	}

	.f1 .container:after {
		-webkit-transform: rotate(-12deg);
		-ms-transform: rotate(-12deg);
		transform: rotate(-12deg);
		margin-left: -505px;
		width: 600px;
		top: -200px;
		bottom: -200px;
	}

	.social-networks {
		width: auto;
		max-width: 40%;
		padding-left: 3px;
	}

	.social-networks li {
		font-size: 25px;
	}

	.social-networks li + li {
		margin-left: 4px;
	}

	.footer-nav {
		padding-top: 2px;
	}

	.footer-nav li {
		font-size: 15px;
		display: inline;
		letter-spacing: 0;
		margin: 0;
	}

	.footer-nav li + li {
		margin-left: 11px;
	}

	.footer-nav li + li:before {
		top: 8px;
	}

	.contact {
		width: 50%;
	}

	.access {
		width: 32%;
		padding-top: 2px;
		font-size: 14px;
	}

	.access .sign {
		margin-top: -4px;
	}

	.access .sign a {
		letter-spacing: 1px;
	}

	.access .sign a:after {
		height: 5px;
		width: 71px;
		left: 2px;
		margin: 6px 0 0;
		background-size: auto 4px;
	}

	.links li {
		display: inline-block;
		vertical-align: top;
	}

	.links li + li {
		margin-left: 10px;
	}

	.links a {
		font-size: 14px;
		font-weight: 700;
		display: block;
		padding-left: 33px;
		letter-spacing: 2px;
	}

	.links a span {
		position: absolute;
		font-size: 24px;
		color: #004f87;
		top: 4px;
		left: 0;
	}

	.links a span.icon-marker {
		margin-top: -2px;
	}

	.links a:after {
		height: 4px;
		width: 71px;
		left: 35px;
		margin: 6px 0 0;
		background-size: auto 4px;
	}

	.links a span[class^="icon-"] {
		display: block;
	}

	.footer-logo {
		width: 90px;
		top: 0;
		left: 16.2%;
	}

	.footer-logo img {
		width: 120px;
	}

	.f-bottom {
		padding: 12px 0 7px;
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-resolution: 144dpi) {
	.link-list a:hover .link:after {
		background: url("images/dots-lg-active.png") no-repeat 0 0/auto 4px;
	}

	.link-list .link:hover:after {
		background: url("images/dots-lg-active.png") no-repeat 0 0/auto 4px;
	}
}

@media (min-width: 1024px) {
	#content {
		width: 63%;
	}

	#sidebar {
		width: 33%;
	}

	h1,
	.h1 {
		font-size: 42px;
	}

	body {
		font-size: 20px;
	}

	.img {
		max-width: none;
	}

	a.link {
		font-size: 18px;
	}
	
	.tooltip a.link {
		font-size: 15px;
		margin-top: 10px;
	}

	a.link.lg {
		font-size: 23px;
	}

	#nav ul > li {
		letter-spacing: 2px;
	}

	#nav ul > li > a {
		padding: 16px 16px 15px;
	}

	#nav ul .drop-down {
		width: 347px;
	}

	#nav ul ul li {
		font-size: 16px;
	}

	.title-block {
		padding-top: 199px;
	}

	.title-block .h1 {
		font-size: 28px;
	}

	.title-block .title {
		width: 63%;
	}

	.category-drop-down {
		width: 38%;
	}
	
	.title-block .category-drop-down{
		width: 28%;
	}

	.images-list {
		padding-top: 10px;
	}

	.content-wrap .img-wrap {
		font-size: 16px;
	}

	.call-to-action {
		padding: 77px 0 35px;
	}

	.call-to-action.add {
		padding: 60px 0 33px;
		margin-bottom: 101px;
	}

	.call-to-action .container:before {
		margin-right: -594px;
	}

	.call-to-action blockquote q {
		font-size: 28px;
	}

	.call-to-action blockquote .description {
		padding-top: 55px;
	}

	.call-to-action blockquote .link {
		font-size: 20px;
	}

	.call-to-action .h5 {
		font-size: 18px;
	}

	.call-to-action .img-wrap {
		margin-right: 60px;
		width: 285px;
	}

	.call-to-action .description {
		font-size: 25px;
	}

	.call-to-action h1 {
		letter-spacing: 3px;
	}

	.img-list h3 {
		font-size: 25px;
	}

	.img-list .h4 {
		font-size: 17px;
	}

	blockquote cite {
		font-size: 17px;
	}

	.gallery-wrap.add {
		padding-bottom: 140px;
	}

	.gallery a:before {
		bottom: -15px;
		right: -12px;
		left: -3px;
	}

	.accordion > li {
		margin-bottom: 22px;
		line-height: 1.4;
	}

	.accordion > li.active {
		margin-bottom: 16px;
	}

	.accordion .opener {
		font-size: 25px;
	}

	.video {
		margin: 0 0 77px;
	}

	.vdo-wrap .caption {
		padding: 0 20px;
		-webkit-transform: translateY(-50%) translateY(43px);
		-ms-transform: translateY(-50%) translateY(43px);
		transform: translateY(-50%) translateY(43px);
	}

	.vdo-wrap .link.lg {
		font-size: 25px;
		margin-bottom: 48px;
	}

	.listing.two-cols h3 {
		font-size: 30px;
	}

	.listing li {
		font-size: 20px;
	}

	.recent-post .post {
		padding: 0 25px;
	}

	.recent-post h3 {
		font-size: 30px;
	}

	.post-wrap {
		margin: 0 -32px;
	}

	.post-wrap .h6 {
		font-size: 16px;
	}

	.map:before {
		max-width: 1052px;
		background-size: 1690px auto;
	}

	.map iframe {
		height: 440px;
	}

	.map .container {
		padding: 39px 10px 19px;
	}

	.banner {
		font-size: 22px;
	}

	.banner h1 {
		font-size: 60px;
		letter-spacing: 9px;
	}

	.welcome .link.lg {
		line-height: 1.32;
		margin-bottom: 62px;
	}

	.welcome .vdo-wrap {
		height: 444px;
	}

	.welcome .caption {
		-webkit-transform: translateY(-50%) translateY(78px);
		-ms-transform: translateY(-50%) translateY(78px);
		transform: translateY(-50%) translateY(78px);
	}

	.services .h4 {
		font-size: 30px;
	}

	.icon-list {
		margin-right: -25px;
	}

	.icon-list .h5 {
		font-size: 18px;
	}

	.link-list .text {
		font-size: 30px;
	}

	.link-list .h6 {
		font-size: 17px;
	}

	.link-list .link {
		font-size: 18px;
	}

	#footer .h4 {
		font-size: 20px;
	}

	.access {
		font-size: 16px;
	}

	.links li {
		margin-left: 15px;
	}

	.links li + li {
		margin-left: 31px;
	}

	.links a[href^=tel] {
		font-size: 20px;
		font-weight: 600;
	}

	.links a {
		font-size: 16px;
	}

	.footer-logo {
		width: 120px;
		top: -24px;
		left: 21.2%;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
		display: inline-block;
		vertical-align: top;
	}
}

@media (min-width: 1100px) {
	.video {
		margin: 0 -35px 77px;
	}
}

@media (min-width: 1200px) {
	#nav ul > li {
		font-size: 16px;
	}

	.video {
		margin: 0 -54px 77px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .4em .6em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .4em .6em;
	}

	body.nav-active {
		overflow: hidden;
	}

	.hidden-mobile {
		display: none !important;
	}

	#header .top-btn {
		display: none;
	}
	
	.container.employee-text {
		margin-top: 100px;
	}
	
	.title-block.employee{
		margin-top: 10px;
		padding: 10px;
	}
	
	.title-block.employee .category-drop-down .icon-arrow-down{
		top: 17px;
	}
	
	.sticky-bar .sticky_text{
		font-size: 12px;
	}
}

@media (max-width: 479px) {
	h1,
	.h1 {
		font-size: 19px;
	}

	h2,
	.h2 {
		font-size: 17px;
	}

	h3,
	.h3 {
		font-size: 16px;
	}

	h4,
	.h4 {
		font-size: 15px;
	}

	h5,
	.h5 {
		font-size: 14px;
	}

	h6,
	.h6 {
		font-size: 13px;
	}

	body {
		font-size: 14px;
	}
}

