html{margin: 0; padding: 0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}strong{font-weight: bold;}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}.clear{clear: both !important; float:none !important;display:block !important;width:100% !important;}
body {color: #222; min-height: 100%; padding: 0; font-family: "Lato", arial,sans-serif; font-size: 16px; text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);}

a {color: #111; text-decoration: none; transition: all .8s ease;}
a:hover {text-decoration: none;}
figure {padding: 0; margin: 0;}
img {max-width: 100%; height: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
hr {display: block; background: #bbb; border: 0; width: 100%; height: 4px; position: relative; margin: 30px 0; padding: 0;}
em {font-style: italic;}

/* content division */
.container {max-width: 1280px; width: 96%; margin: 0 auto; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.content {position: relative; width: 100%; margin: 0 0 20px; padding: 40px 60px; background: #f7f7f7; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/* tables */
table {width: 100%; margin: 0 auto; cursor: default; border-collapse: collapse; border: 1px solid #dee7f2;}
table td {padding: 6px 10px; border-bottom: 1px solid #ddd; border-right: 1px solid #dee7f2; vertical-align: middle; background: #fff;}
table tr:nth-child(odd) td {background: #fafafa;}
table th, table thead td {padding: 6px 10px; font-weight: bold; font-weight: bold; border-right: 1px solid #dee7f2; border-bottom: 1px solid #dee7f2; vertical-align: middle; background: #dee7f2;}

/* buttons */
input[type=submit],
input[type=button],
a.btn,
a.button,
a.cta,
.button,
.btn,
input[type=reset]
{border: 0; font: 700 20px/1 "Lato", arial,sans-serif; line-height: 1; display: inline-block; padding: 10px 30px; margin: 0; cursor: pointer; color: #fff; width: auto; overflow: visible; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
background-color: #00cc33; color: #fff; border: 0; text-shadow: -1px -1px 0 rgba(0,0,0,.2); border-radius: 1px; text-transform: uppercase; transition: all .32s ease; -webkit-appearance: none;-webkit-border-radius: 0px;}

input[type=submit]:hover,
input[type=button]:hover,
.btn:hover,
.button:hover
.cta:hover
{text-decoration: none !important; background-color: #3233ff; color: #fff;}

input[type=submit].blue,
input[type=button].blue,
.btn.blue,
.button.blue
{background: #66cbff;}
input[type=submit].blue:hover,
input[type=button].blue:hover,
.btn.blue:hover,
.button.blue:hover
{background: #3ea3d7;}

/* inputs */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=phone],
input[type=tel],
input[type=number],
select,
textarea
{width: 100%; padding: 6px 10px; background: #fff; border: 1px solid #ddd; font: 16px/1.6 "Lato",arial,sans-serif; background: #fff; margin: 0; box-shadow: 1px 1px 1px rgba(0,0,0,.1);
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0px;}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=phone]:focus,
input[type=tel]:focus,
input[type=number]:focus,
select:focus,
textarea:focus
{border-color: #036; background: #fff;}
textarea {line-height: 1.4; height: 120px; resize: vertical;}
select {text-align: left; text-align: -webkit-left;}
select option {direction: ltr; text-align: left;text-align: -webkit-left;}

/* general style */
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5
{font-weight: bold; font-family: "Josefin Sans",arial,sans-serif; line-height: 1.4; margin: 0; padding: 0 0 20px;}
.entry h1 {font-size: 45px; color: #999; letter-spacing: -1px;}
.entry h1 a {color: #999;}
.entry h2 {font-size: 32px; color: #555; letter-spacing: 0;}
.entry h2 a {color: #555;}
.entry h3 {font-size: 24px; color: #333; letter-spacing: 0;}
.entry h3 a {color: #333;}
.entry h4 {font-size: 20px; color: #444;}
.entry h4 a {color: #444;}
.entry h5 {font-size: 18px; color: #777; font-style: italic;}
.entry h5 a {color: #777;}

.entry h1 a:hover,
.entry h2 a:hover,
.entry h3 a:hover,
.entry h4 a:hover,
.entry h5 a:hover {text-decoration: underline;}

.entry h2 small {font-size: 24px; color: #888; display: inline-block; vertical-align: middle;}

.entry p, .entry address, .entry li, .entry dl {line-height: 1.8; margin: 0 0 20px;}
.entry address {font-style: normal;}
.entry a {font-weight: bold;}
.entry a:hover {text-decoration: underline;}

.entry li {list-style-position: outside; margin: 0; padding: 0 0 10px; line-height: 1.8; position: relative;}
.entry ul,
.entry ol
{margin: 0; padding: 0 0 20px 20px;}
.entry li > ul,
.entry li > ol
{padding: 10px 0 0 30px;}
.entry ul > li {list-style-type: disc;}
.entry li > ul > li {list-style-type: square;}
.entry li li > ul > li {list-style-type: circle;}
.entry ol > li {list-style-type: decimal;}
.entry li > ol > li {list-style-type: lower-alpha;}
.entry li li > ol > li {list-style-type: lower-roman;}

.entry form {width: 100%;}
.entry form input, .entry form select, .entry form textarea {margin: 0;}
.entry form label {display: block; cursor: pointer;}
.entry form ul {padding: 0; margin: 0;}
.entry form ul li {list-style: none; padding: 0 0 10px; margin: 0;}

.entry .alignleft, .entry .alignright, .entry .aligncenter, .entry .alignnone {margin: 0 0 10px;}
.entry .alignleft {float: left; margin-right: 20px;}
.entry .alignright {float: right; margin-left: 20px;}
.entry .aligncenter {display: block; margin: 0 auto 10px;}
.entry .wp-caption {max-width: 100%; text-align: center; padding: 5px 0 0; background: #fff; border: 1px solid #ddd; margin-bottom: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; box-shadow: 0 1px 4px rgba(0,0,0,0.2);}
.entry .wp-caption img {box-shadow: none; padding: 4px 4px 0; margin: 0;}
.entry .wp-caption a {display: block; line-height: 0;}
.entry .wp-caption p {display: inline-block; margin: 0; padding: 0 10px 4px; font-size: 15px; text-align: center; font-style: italic;}

.entry blockquote {padding: 10px 20px; background: #fff; margin: 0 0 20px; font-style: italic; border: 1px solid #ccc; border-left: 4px solid #62bcd6;}
.entry blockquote p:last-child {margin: 0;}

.entry iframe {max-width: 100%;}

/* social links */
.social_links {display: block; color: #fff;}
.social_links a {display: inline-block; will-change: border-color; margin: 0 5px 5px 0; padding: 4px; border-radius: 50%; border: 3px solid transparent; line-height: 1; background-color: #111;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.social_links a i {display: inline-block; vertical-align: middle; margin: 0; text-align: center; color: #fff; width: 18px; height: 18px; font-size: 18px; line-height: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.social_links a span {display: none;}
.social_links a.is_facebook:hover {border-color: #4f6dac;}
.social_links a.is_gplus:hover {border-color: #ef584b;}
.social_links a.is_instagram:hover {border-color: #806154;}
.social_links a.is_linkedin:hover {border-color: #1eb5db;}
.social_links a.is_pinterest:hover {border-color: #e93e45;}
.social_links a.is_twitter:hover {border-color: #4ecafc;}
.social_links a.is_youtube:hover {border-color: #e02c32;}

iframe {border: 1px solid #777; box-shadow: 2px 2px 3px rgba(0, 0, 0, .3);}

/* header */
body.is_home header.top {position: absolute;}
header.top {position: relative; width: 100%; padding: 10px 0; z-index: 15; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
header.top .nav_table {display: table; width: 100%; background: #fff; padding: 10px; border-radius: 10px; box-shadow: 2px 2px 4px rgba(0, 0, 0, .4); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
header.top .nav_table > div {display: table-cell; vertical-align: middle;}
.top_logo {height: 60px;}
.top_logo img {vertical-align: middle; height: 80px;}
.top_logo a {display: inline-block;}
.alert_header {text-align: center; color: #fff; padding: 10px 0;}
.alert_header h3 {font-size: 20px; opacity: 0; transition: opacity 1s, margin 2s; margin-left: -25%; text-shadow: 2px 2px 3px rgba(0, 0, 0, .3);}
.alert_header h3.fade_in {opacity: 1; margin: 0;}

.heading {padding: 60px 0 20px; background: #3233ff; color: #fff;}
.heading h1 {font-size: 50px; color: #fff;}

/* nav */
.top_nav {text-align: right; z-index: 1200;}
.top_nav .menu {letter-spacing: -0.31em; *letter-spacing: normal; *word-spacing: -0.43em; text-rendering: optimizespeed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.top_nav .menu > li {display: inline-block; zoom: 1; *display: inline; letter-spacing: normal; word-spacing: normal; text-rendering: auto; vertical-align: top; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.top_nav .menu > li > a {text-transform: uppercase; font-size: 16px; color: #555; padding: 10px; font-weight: 300;}
.top_nav .menu > li > a:hover,
.top_nav .menu > li[class*="current"] > a {background: #555; color: #fff;}

/* mobile top */
.top_nav a.mobile_nav {display: none; font-size: 40px; color: #3233ff;}
.top_nav a.mobile_nav:hover {color: #ff0032;}
.top_nav i {}
.top_nav .on i {}
.top_nav span {}

/* footer */
footer {padding: 0 50px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
footer .container {display: table; padding: 20px 0 10px;}
footer .container > div {display: table-cell; vertical-align: bottom;}
footer .container > .mobile_block {display: none;}
footer .container > .mobile_block a {color: #ff0032;}
footer .bottom_logo {width: 300px; text-align: right;}
footer .bottom_logo a {display: inline-block;}
footer .bottom_logo a.btn {font-size: 14px; width: 50%; padding: 10px; line-height: 1.6; text-align: center;}
footer .bottom_logo img {width: 300px;}
footer .contact_info {font-weight: 300;}
footer .contact_info h2 {font-size: 30px;}
footer .contact_info h3 {font-size: 48px; text-transform: uppercase;}
footer .contact_info .info_block {display: table; width: 100%;}
footer .contact_info .info_block > div {display: table-cell; vertical-align: top;}
footer .contact_info .info_block > div > * {display: inline-block; font-size: 16px; vertical-align: middle;}
footer .contact_info .info_block > div > i {font-size: 24px; padding-right: 10px;}

.copyright {padding: 8px 0; font-size: 14px; line-height: 1; text-align: center; color: #fff; background: #3233ff; text-transform: uppercase;}
.copyright a {color: #fff;}

/* everything else */
.home_slides {z-index: 10; position: relative;}
.home_slides img {display: none !important;}
.home_slides .slide_list {padding: 0 !important;}
.home_slides .slide_list li {background-position: center; background-size: cover; position: relative; z-index: 3; overflow: hidden;}
.slide_table {display: table; width: 100%; background: rgba(0, 0, 0, .3);}
.home_slides video {position: absolute; top: 0; left: 0; width: 100%; z-index: -1; display: block;}
.slide_table > * {display: table-cell; vertical-align: bottom;}
.slide_table .slide_ghost {width: 0;}
.slide_content h2 span {background: #00CC33; color: #fff; text-transform: uppercase; font-size: 36px; padding: 10px 30px; display: inline-block; border-radius: 3px; box-shadow: 2px 2px 3px rgba(0, 0, 0, .3);}
.slide_content p {background: #3233FF; color: #fff; padding: 10px 20px; margin: 10px 0 50px 100px; max-width: 600px; border-radius: 3px; box-shadow: 2px 2px 3px rgba(0, 0, 0, .3); line-height: 1.5; font-size: 16px; font-weight: 300;}

.home_differences {color: #fff; z-index: 8; position: relative; background-position: right top; background-size: contain; background-repeat: no-repeat; transition: border-radius .5s; margin-top: -25px; background-color: #fff;}
.home_differences:hover {border-radius: 50% 50% / 25px 25px;}
.home_differences .difference_shade {background: linear-gradient(to right, rgba(0, 180, 30, 1) ,rgba(0, 204, 51, 1), rgba(0, 204, 51, 0.9)); padding: 100px 0 75px; transition: border-radius .5s; margin-top: -25px; box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);}
.home_differences .difference_shade:hover {border-radius: 50% 50% / 25px 25px;}
.home_differences h1 {font-size: 48px; text-align: center; text-transform: uppercase; font-weight: 700;}
.home_differences .container {display: table;}
.home_differences .container > div {display: table-cell; width: 50%; vertical-align: middle; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.home_differences .difference_image {padding: 30px;}
.home_differences .difference_image img {box-shadow: 2px 2px 5px rgba(0, 0, 0, .6); border-radius: 2px; border: 1px solid rgba(0, 0, 0, .2);}
.home_differences .difference_desc p {padding-bottom: 20px; line-height: 1.4; font-size: 20px; font-weight: 300;}
.home_differences .difference_desc ul.differences {padding-left: 30px;}
.home_differences .difference_desc ul.differences::after {content: ''; display: table; clear: both;}
.home_differences ul.differences > li {font-size: 18px; font-weight: 300; line-height: 1.6; width: 50%; float: left; list-style-image: url(img/green-pin.png);}
.home_differences .difference_cta {padding: 15px 0 0;}
.home_differences .difference_cta a {display: inline-block; color: #fff; border: 2px solid #fff; border-radius: 5px; padding: 5px 10px; margin: 0 20px 20px 0; font-size: 20px;}
.home_differences .difference_cta a:hover {color: #00CC33; background: #fff;}

.text_slides {background: linear-gradient(to right, #dd0032, #FF0032); color: #fff; text-align: center; padding: 100px 0 75px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); transition: border-radius .5s; margin-top: -25px; z-index: 7; position: relative; overflow: hidden;}
.text_slides:hover {border-radius: 50% 50% / 25px 25px;}
.text_slides h1 {font-size: 48px; text-transform: uppercase; font-weight: 700;}
.text_slides .tslide_list li p {font-size: 20px; font-weight: 300; line-height: 1.5; padding: 30px;}
.text_slides .slick-arrow {opacity: .5;}
.text_slides .slick-dots li {padding: 5px; display: inline-block; zoom: 1; *display: inline; letter-spacing: normal; word-spacing: normal; text-rendering: auto; vertical-align: top; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.text_slides .slick-dots li button {background: rgba(255, 255, 255, 0.6); border: 0; color: #fff; font-size: 0px; line-height: 1; width: 15px; height: 15px;}
.text_slides .slick-dots li.slick-active button {background: rgba(255, 255, 255, 1);}

.home_mission {padding: 100px 0 75px; background: linear-gradient(to right, #4344FF, #2829DD); box-shadow: 0px 0px 10px rgba(0, 0, 0, .6); color: #fff; text-align: center; transition: border-radius .5s; margin-top: -25px; z-index: 6; position: relative;}
.home_mission:hover {border-radius: 50% 50% / 25px 25px;}
.home_mission h1 {font-size: 48px; text-transform: uppercase; padding: 0 0 50px; font-weight: 700;}
.home_mission .mission_list {letter-spacing: -0.31em; *letter-spacing: normal; *word-spacing: -0.43em; text-rendering: optimizespeed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.home_mission .mission_list > li {width: 33.33%; display: inline-block; zoom: 1; *display: inline; letter-spacing: normal; word-spacing: normal; text-rendering: auto; vertical-align: top; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.home_mission .mission_list > li > h2 {font-size: 20px; text-transform: uppercase; padding: 20px; transition: text-shadow .5s;}
.home_mission .mission_list > li > img {transition: box-shadow .5s; border-radius: 50%;}
.home_mission .mission_list > li:hover > h2 {text-shadow: 8px 6px 3px rgba(0, 0, 0, .5);}
.home_mission .mission_list > li:hover > img {box-shadow: 8px 6px 3px rgba(0, 0, 0, .3);}

.home_special {padding: 100px 0 0; background: linear-gradient(to right, #ffcc34, #ffff01); color: #444; transition: border-radius .5s; margin-top: -25px; z-index: 5; position: relative;}
.home_special img {vertical-align: middle;}
.home_special h1 {font-size: 48px; text-transform: uppercase; text-align: center; padding: 0 0 50px; font-weight: 700;}
.home_special .container {display: table;}
.home_special .container > * {display: table-cell; width: 50%; vertical-align: middle;}
.home_special .special_list {padding-left: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.home_special .special_list li {line-height: 1.5; font-weight: 300; padding: 5px 0; list-style-image: url(img/blue-pin.png);}
.home_special .special_cta {text-align: center; padding: 30px 0 5px;}
.home_special .special_cta a {padding: 10px 30px; background: #7677ff; color: #fff; border-radius: 5px; text-transform: uppercase; font-size: 18px; display: inline-block;}
.home_special .special_cta a:hover {background: #3233ff;}
.home_special .special_phone {text-align: center;}
.home_special .special_phone a {display: inline-block; color: #7677ff; padding: 5px 0; font-size: 20px;}

.location_contact .container {display: table; padding: 30px 0;}
.location_contact .container > div {display: table-cell; width: 50%; vertical-align: middle;}
#map {height: 300px;}
.contact_form h2 {font-size: 48px;}
.contact_form .address {font-size: 20px; line-height: 1.4; padding: 0 0 10px;}
.contact_form a {padding: 10px 0; display: inline-block;}
.contact_form iframe {width: 100%; border: none; box-shadow: none;}
.map_info_window h3 {font-size: 24px;}
.map_info_window p {font-size: 18px; padding: 5px 0;}

.photo_gallery .gallery_list {letter-spacing: -0.31em; *letter-spacing: normal; *word-spacing: -0.43em; text-rendering: optimizespeed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.photo_gallery .gallery_list li {padding: 10px; width: 33.33%; display: inline-block; zoom: 1; *display: inline; letter-spacing: normal; word-spacing: normal; text-rendering: auto; vertical-align: top; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.photo_gallery .gallery_list li div {overflow: hidden; z-index: 10;}
.photo_gallery .gallery_list li figure {width: 100%; background-position: center !important; background-size: cover !important; transition: transform 1s; transform: scale(1); z-index: 0;}
.photo_gallery .gallery_list li figure:hover {transform: scale(1.2);}

.landing {text-align: center; background-position: center !important; background-size: cover !important;}
.landing_shade {background: rgba(255, 255, 255, .7); padding: 50px 0;}
.landing h1 {font-size: 60px; color: #00CC33; padding: 20px 0 0;}
.landing h2 {font-size: 40px; color: #3233FF; padding: 0 0 20px;}
.landing_table {display: table; width: 100%; box-sizing: border-box;}
.landing_table > div {display: table-cell; width: 50%; vertical-align: top; box-sizing: border-box; padding: 0 20px;}
.landing_content {line-height: 1.5; font-size: 20px; text-align: left; padding-top: 15px !important;}
.landing_content iframe {box-shadow: 5px 5px 5px rgba(0, 0, 0, .3); max-width: 100%;}
.landing_form {text-align: right;}
.landing_form label {font-size: 20px; padding: 10px 0 5px; display: inline-block;}
.landing_form .gform_body li {text-align: left;}
.landing_form .gform_footer {text-align: left;}
.landing ul.services {padding: 50px 0; letter-spacing: -1em; overflow: hidden; box-sizing: border-box; width: 100%;}
.landing ul.services > li {letter-spacing: normal; display: inline-block; vertical-align: top; box-sizing: border-box; padding: 10px 20px; width: 33.33%;}
.landing ul.services > li figure {height: 200px; width: 200px; margin: 0 auto; background-size: contain; background-position: center; border-radius: 50%; box-shadow: 0 0 3px rgba(0, 0, 0, .3);}
.landing ul.services > li p {line-height: 1.4; font-size: 18px; padding: 20px 0;}
.landing p {padding: 15px 0 0;}
.gform_footer {padding: 10px 0 0;}
.landing .contact_cta {text-align: center; padding: 10px 0 0;}
.landing .contact_cta a {display: block; font-size: 40px;}


/* Calendar Styles */
.tribe-bar-submit input,
.content.entry .tribe-grid-header,
.content.entry .tribe-events-calendar thead th,
.content.entry a.tribe-events-button:hover
{border: 0; background-color: #3233ff !important;}
.content.entry .tribe-grid-header .tribe-week-today,
.content.entry .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.content.entry .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] a,
.content.entry a.tribe-events-button,
.tribe-bar-submit input:hover
{background-color: #00cc33 !important;}

/* Gform Styles */
ul.gform_fields {font-size: 0; padding: 0 !important;}
.gform_fields li {padding: 10px !important; box-sizing: border-box; font-size: 16px; display: inline-block; vertical-align: top; width: 100%;}
.gform_fields li input[type="text"], .gform_fields li textarea, .gform_fields li select {width: 100%; padding: 5px; box-sizing: border-box; font-size: 18px; font-family: "Roboto"; border-radius: 5px; border: 1px solid #bbb; box-shadow: inset 0 0 3px rgba(0, 0, 0, .4);}
.gform_footer {padding: 10px;}
.gform_fields li.half {width: 50%;}
.gform_fields li.third {width: 33.33%;}
.gform_fields li.fourth {width: 25%;}
.gform_fields li.fifth {width: 20%;}
.gform_fields .gfield_checkbox li {display: inline-block; width: auto;}
.gform_fields .gfield_radio li {display: inline-block; width: auto; padding: 5px;}
.gf_progressbar {color: #fff; text-shadow: 2px 2px 2px rgba(0, 0, 0, .3); font-weight: 700; background: rgba(0, 117, 44, .7);}
.gf_progressbar_percentage {background: #00752C; padding: 10px; box-sizing: border-box; margin: 0; background: rgba(0, 117, 44, .7);}
.gform_fields  td {padding: 5px;}
.gform_page_footer {text-align: center;}
.gform_page_footer > input {width: auto !important; margin: 5px !important;}
.validation_error {color: #ff050d;}
.validation_message {color: #ff050d;}
.ginput_container_date {position: relative;}
.ginput_container_date img {position: absolute; top: 10px; right: 10px;}
.ginput_container_date .screen-reader-text {display: none;}

.ui-datepicker-prev, 
.ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../images/datepicker/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}

.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}

.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}

.team--wrap ul {margin: 0; padding: 0;}
.team--single {display: flex !important; margin: 0 0 40px !important;}
.team--photo {flex: 0 0 232px;}
.team--photo img {width: 100%; height: auto;}
.team--info {padding: 0 0 0 40px;}