/*

styles.css

*/

@charset "UTF-8";
@import url('css.css');
@import url('iconsmind.css');
@import url('font-awesome.css');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px; 
    font-style: normal;
	font-size: calc(1em + 1vw); 
    font-weight: 400;
	line-height: calc(1em + 1vw);
	color: #676767;
	letter-spacing: 0;
	text-transform: none;
}

body {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	overflow-x: hidden;
}

a {
	color: #39a935;
	text-decoration: none;
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
}

a:hover {
    color: inherit;
}

header,
main,
footer,
section {
	width: 100%;
	height: auto;
	display: flex;
    flex-grow: 1;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: auto;
	font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-size: 1.0rem;
	overflow: hidden;
}

h1 {
	text-transform: none;
	font-size: 1.1em;
	border: none;
	margin: 0px;
	padding-bottom: 15px;
}

*[data-banner] {
	display: none;
}

p {
	padding-bottom: 30px;
}

.content ul,
.content ol,
.content blockquote {
	padding-left: 25px;
	padding-bottom: 30px;
}

.content {
	font-size: 0.8em;
	line-height: 1.6em;
}

img {
	display: block;
}
/*
.hide {
	display: none;
}
*/
.hide {
	position: absolute !important; 
	top: -500px;
	z-index: -1000;
	opacity: 0;
}

.initialize {
	opacity: 0;
	position: absolute !important;
	z-index: -1;
	top: 0;
}

.bold {
	font-weight: bold;
}
/* header classes */
header {
	justify-content: space-between;
	height: auto;
	background-color: #ffffff;
	align-items: flex-start;
}

header.fixed {
	position: fixed;
    top: 0;
    z-index: 99;
	border-bottom: 1px solid #d4dae0;
}

header.fixed + main {
	margin-top: 160px;
}

header.fixed + nav {
	display: flex;
}

header.fixed + nav .active {
	color:  #81d742;
}

.logo {
	max-width: 137px;
	min-width: 60px;
	flex-basis: 18%;
	margin: 5px 15px;
}

.logo img {
	width: 100%;
}

.mobile_nav {
	align-self: flex-start;
	margin-top: 6%;
	margin-right: 5%;
	display: block;
	height: 22px;
	width: 22px;
	cursor: pointer;
}

.shortcuts {
	display: none;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: flex-end;
	flex-grow: 1;
	margin: 10px 15px 0px 15px;
	width: calc(100% - 215px);
	height: 65px;
}

.shortcuts .contact_info {
	flex-basis: 100%;
	font-size: 0.6em;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	flex-grow: 1;
	border-bottom: 5px solid #82C34C;
	padding-top: 15px;
}

.shortcuts .contact_info,
.shortcuts .contact_info a,
.shortcuts .contact_info a:hover {
	color: #27a8e1;
}

.shortcuts .contact_info i {
	color: #80c13e;
	font-size: 20px;
	position: relative;
	top: 2px;
	padding-right: 2px;
}

.shortcuts .social_media a {
	width: 32px;
	height: 32px;
	display: inline-block;
	position: relative;
}

.shortcuts .social_media img {
	width: 100%;
}

.shortcuts .links {
	flex-basis: 180px;
	margin-left: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 1;
	justify-content: space-between;
	align-content: flex-end;
}

.shortcuts .links a {
	flex-basis: 49%;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.52em;
	line-height: 2.1em;
	white-space: nowrap;
	text-align: center;
	background-color: #008fc4;
	height: 28px;
	padding-top: 1px;
	cursor: pointer;
}

.shortcuts .links a:first-of-type {
	flex-basis: 100%;
	height: 35px;
	background-color: #20abe2;
	line-height: 2.5em;
	margin-bottom: 2px;
}

.shortcuts .links a:first-of-type i {
	padding-left: 5px;
}

.shortcuts .links a.logout {
	flex-basis: 100%;
}
nav {
	width: 100%;
	background-color: #1F1F1F;
	padding: 5px 30px;
	display: none; 
}

nav ul {
	width: 100%;
}

nav ul li {
	list-style: none;
}

nav a {
	color: white;
	border-bottom: 1px dotted rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.6);
	font-size: 0.6em;
	display: block;
	position: relative;
	padding: 1.2em 0 !important;	
	text-decoration: none;
}

nav a:hover,
nav .active {
	color: white;
}

nav li:last-of-type a {
	border-bottom: none;
}

/* footer styles */
footer {
	background-color: #ececec;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}
footer .logo {
	margin: 0px;
	flex-basis: content;
	max-width: unset;
}
footer .logo img {
	max-width: 200px;
	min-width: 150px;
}
footer > div {
	color: #656565;
	font-size: 1.0em;
	flex-basis: 100%;
	white-space: nowrap;
	padding: 20px;
	display: flex;
	justify-content: center;
}
footer h4 {
	font-size: 0.65em;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.quick_links {
	text-align: center;
	display: inline;
}

.quick_links ul li {
	list-style: none;
	line-height: 1.3em;
}

.quick_links ul li a {
	text-decoration: none;
	color: #656565;
	font-weight: normal;
	font-size: 0.7em;
	white-space: nowrap;
}

.quick_links ul li a:hover {
	color: #656565;
}

.contact_today {
	text-align: center;
	display: inline;
	flex-basis: 100%;
}

.contact_today p {
	font-size: 0.7em;
	padding-bottom: 10px;
}

.contact_today p span:first-of-type {
	display: inline-block;
	width: 50px;
}

.contact_today p span:not(:first-of-type)::before {
	content: " : ";
}

.copyright {
	flex-basis: 100%;
	background-color: #000;
	color: #fff;
	padding: 20px 0px 35px 0px;
	font-size: 0.6em;	
	text-align: center;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* main classes */
main {
	height: auto;
}

main .content {
	padding: 40px;
	width: 100%;
}

main .banner {
	display: flex;
	position: relative;
	align-items: center;
	width: 100%;
	overflow: hidden;
	height: auto;
}

main .banner_image,
main .banner_image img {
	width: 100%;
}

main .banner_overlay h2 {
	color: #fff;
	opacity: 1; 
	font-family: Montserrat;
	text-transform: uppercase;
	padding-top: 0px;
	letter-spacing: 0;
	line-height: 1.1em;
	font-size: 1.1em;
	font-weight: 700;
}

main .main_content .content h1 {
	text-transform: uppercase;
	font-size: 1.1em;
	border: none;
	margin: 0px;
	padding-bottom: 30px;
}

main .main_content .content h2 {
	font-size: 1.0em;
	border: none;
	margin: 0px;
	padding-bottom: 15px;
}

main > section h1 {
	text-transform: uppercase;
	font-size: 1.5em;
	margin: 30px 5px;
	border-bottom: 5px solid #82C34C;
	padding-bottom: 25px;
}

/* home */
.home {
	position: relative;
}

.home .banner {
	height: unset;
}

.home .slider {
	width: 100%;
	position: relative;
	top: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home .slider.initializing {
	min-height: 30vh;
}

.home .slider.initializing img {
	position: absolute;
	top: 0;
}

main .banner_overlay, 
.home .banner_overlay {
	background: transparent !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: calc(100% - 18%);
}

.home .banner_overlay h2 {
	color: #fff;
	opacity: 1; 
	font-family: Montserrat;
	text-transform: uppercase;
	padding-top: 0px;
	letter-spacing: 0;
	line-height: 1.1em;
	font-weight: 700;
	font-size: .8em;
	text-align: center;
}

.home .banner_overlay h2 span:first-of-type {
	color: #82C34C;
}

.home .banner_overlay h2 span:last-of-type {
	color: #20abe2;
}

.home .content {
	padding: 30px 60px;
}

.home img {
	width: 100%;
}

.home h1 {
	color: #27a8e0;
	text-transform: none;
	font-size: 1.1em !important;
	border: none;
	margin: 0px;
	padding-bottom: 15px;
}

.home h2 {
	text-transform: uppercase;
	color: #27a8e0;
	font-size: 1.35em;
	padding-bottom: 25px;
}

/* services */
.services {
	background-color: #f0f0f0;
	padding: 60px;
	position: relative;
}

.services .tabs {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services h2 {
	color: #27a8e0;
	font-weight: 700;
	font-size: 0.85em;
	line-height: 1.25em;
	text-transform: none;
	padding: 10px 0px;
}

.services h3 {
	color: #80c13e;
	font-weight: 700;
	font-size: 0.70em;
}

.services .tab,
.services .tab_content {
	transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
}

.services .tab {
	cursor: pointer;
	min-width: 320px;
	min-height: 200px;
	text-align: center;
	padding: 10px 40px;
	width: 90%;
}

.services .tab h2 img {
	width: 70px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.services .tab:not(.active):hover h2 {
	color: #80c13e;
}

.services .tab_content:not(.active) {
	display: none;
}

.services .tab_content {
	min-width: 320px;
	padding: 50px 10px;
	width: 90%;
}

.services .tab_content p {
	padding: 25px 0px;
	font-size: 0.8em;
	line-height: 1.8em;
}

.services .tab_content img {
	padding: 50px 40px 0px 40px;
	margin: 0 auto;
}

.services .active  {
	background-color: #ffffff !important;
	display: block;
}

.services .tab.active {
	border-radius: 5px 5px 0px 0px;
}

.services .tab_content.active {
	border-radius: 0px 0px 5px 5px;
}

.services .read_more a {
	font-size: 0.62em;
	color: #27a8e0;
}

.services img {
	width: 100%;
}

/* latest news */
.news {
	padding: 60px;
}

.news .news_item {
	margin: 25px 10px;
	min-width: 320px;
	padding: 40px 40px 60px 40px;
	border: 2px solid #bbb;
	font-size: 0.7em;
	line-height: 1.6em;
}

.news_item .subtitle,
.news_item .read_more a:not(.button) {
	color: #80c13e;
	text-transform: uppercase;
	padding: 20px 0px;
}

.news_item .read_more a:not(.button):hover {
	color: #80c13e;
}

.news_item .headline {
	font-weight: 800;
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 20px 0px;
}

.news_item .summary {
	padding: 30px 0px;
}

.news_item .read_more {
	text-align: right;
}

.news_item:first-of-type {
	background-image: url('../images/news_01.png');
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	color: #fff;
}

.news_item:first-of-type .subtitle {
	order: 1;
	color: #fff;
	font-style: italic;
}

.news_item:first-of-type .headline {
	order: 2;
	color: #fff;
	padding-top: unset;
	padding-bottom: 40px;
	font-size: 1.9em;
}

.news_item:first-of-type .summary {
	display: none;
}

.news_item:first-of-type .read_more {
	order: 4;
	text-align: left;
}

/* contact us */
.contact_us {
	background-color: #f0f0f0;
	padding-top: 60px;
	flex-direction: column;
	
}

.contact_us form {
	padding: 0px 60px;
	text-align: center;
}

.contact_us img {
	width: 100%;
}

/* members  */
.members {
	flex-direction: column;
	background-color: #000;
	color: #fff;
	padding: 60px 20px;
	position: relative;
}

.members h1 {
	color: #fff;
}

.members a.button {
	padding: 9px 22px;
	letter-spacing: 0.1em;
	background-color: #ddd;
	color: #333;
	margin: 10px 10px 40px 10px;
	width: auto;
}

.members a.button:hover {
	background-color: #fff;
}

.members_list {
	width: 100%;
	padding: 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.members_list .member {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.members_list .member .seal {
	width: 80px;
}

.members_list .member .caption {
	text-align: center;
	padding-top: 15px;
	font-size: 0.65em;
	line-height: 1.2em;
}

.members_list .member a {
	color: #fff;
}

.members_list .member.KS .seal {
	background: white;
	display: inline;
	height: 80px;
	vertical-align: middle;
	border-radius: 40px;
	padding-top: 15px;
	width: 80px;
	padding-left: 2px;
}
.members_list .member.KS img {
	width: 75px;
}

.members_table {
	text-align: center;
}

.members_table p {
	padding-bottom: 2px;
}

.members_table a {
	font-weight: bold;
}

.members_table a:visited {
	color: gray;
}

.members_table div {
	display: block; 
	white-space: nowrap; 
	vertical-align: top;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}

/* member page  */
.session_client_nav {
	padding-bottom: 20px;
	align-items: flex-start;
}

.session_client_nav > div {
	text-align: center;
}

.session_client_nav .title p {
	font-size: 0.7em !important;
	padding: 3px 3px 3px 3px;
	line-height: 1.2em !important;
	font-weight: 800;
}

.session_client_nav .title h2 {
	font-size: 1.5em !important;
	padding: 15px 3px 10px 3px;
	line-height: 1.3em !important;
	font-weight: 800;
}

.session_client_nav .menu {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
	background-color: #D9F4FC;
}

.session_client_nav .menu ul {
	width: 100%;
	padding: 0px;
	font-size: 0.65em;
}

.session_client_nav .menu ul li {
	list-style: none;
}

.session_client_nav .menu a {
	border-bottom: 1px dotted rgba(67,67,67,0.2);
	display: block;
	color: #656565;
	font-weight: 700;
	text-decoration: none;
	padding: 5px;
}

.session_client_nav li:first-of-type a {
	border-top: 1px dotted rgba(67,67,67,0.2);
}

.session_client_nav .menu a:hover,
.session_client_nav .menu .active {
	color: #82C34C;
}

/* 	form	 */
form .title {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

form label {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

form .field {
	position: relative;
}

form input[type="text"],
form input[type="url"],
form input[type="password"],
form input[type="email"],
form input[type="date"],
form input[type="file"],
form textarea {
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	font-family: inherit;
	font-size: 12px;
	line-height: 1.3em;
	padding: 16px;
	width: 100%;
	color: #555;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

form input:focus,
form textarea:focus {
	border: 1px solid #999;
}

form input::placeholder,
form textarea::placeholder {
	color: rgba(0,0,0,0.7);
	text-transform: uppercase;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
	color: rgba(0,0,0,0.4);
}

::-ms-clear {
    display: none;
}

form .formitem {
	text-align: left;
	padding: 12px 0px;
}

form span.required {
	color: #39a935;
	padding: 0px 3px;
}

form .buttons {
	text-align: center;
	padding-bottom: 50px;
	margin-top: 50px;
}

form .buttons input,
input[type=button],
input[type=submit],
input[type=reset],
a.button {
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-border-radius: 4px;
	padding: 16px 26px;
	background-color: #2b78c1;
	font-family: sans-serif;
	font-weight: 700;
	font-size: 13px; /*0.7em; */
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	width: 100%;
}

input[type=reset] {
	opacity: 0.8;
}

form .buttons input:hover,
input[type=button]:hover,
input[type=submit]:hover,
a.button:hover,
.shortcuts a:hover {
	opacity: 0.8;
}

.invalid_message {
	color: #cf2727;
	position: absolute;
	display: block;
	font-size: 13px;
	line-height: 1.2em;
	padding-left: 4px;
	padding-top: 4x;
}

.buttons ~ .invalid_message {
	position: relative;
}

/* csln/csln3 forms */
form {
	max-width: 800px;
	margin-bottom: 30px;
}

form table {
	font-size: 1.0em;
}

form td {
	font-size: 14px;
	color: #777;
	padding-right: 8px;
}

form td > input,
form td textarea {
    margin: 15px 2px 0px 0px;
	font-size: 12pt;
	line-height: 1.3em;
	padding: 16px;
	font-size: inherit;
	color: #000;
	width: 100%;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

form td input[type=submit],
form td input[type=button],
form td input[type=reset]  {
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-border-radius: 4px;
	padding: 16px 26px;
	margin: 30px 0px;
	background-color: #2b78c1;
	font-family: sans-serif;
	font-weight: 700;
	font-size: 13px; /*0.7em; */
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	width: 100%;
}

form td input[type=reset] {
	opacity: 0.8;
}

/* subscribe */
.subscribe {
	background-color: #ececec;
	background-image: url('../images/subscribe-bg.png');
	background-position: 50% 0;
	background-size: cover;
	min-height: 235px;
	padding-top: 80px;
}

.subscribe form {
	width: 85%;
	max-width: unset;
	background-color: #80c13e;
	opacity: 1;
	padding: 35px;
}

.subscribe .formitem {
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
}

.subscribe .label {
	display: none;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.1em;
	text-align: right;
	padding-right: 10px;
}

.subscribe .field {
	display: flex;
	width: 100%;
}

.subscribe .field input {
	border: none !important;
	outline: none;
	width: 50% !important;
	border-radius: 0px !important;
	padding: 16px;
	margin: 0px;
	font-size: 16px;
	border: 1px solid #ccc;
	text-transform: uppercase;
}

.subscribe .field input::placeholder {
	color: #000;
}

.subscribe .field input[type=submit] {
	border: none;
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

.subscribe .invalid_message {
	color: #9a3737;
	margin-top: 54px;
}

/* read_more */

.read_more .fa-arrow-right {
	padding-left: 5px;
	font-size: 16px;
}

.read_more a.button {
	background-color: #80c13e !important;
	padding: 15px 35px;
	width: auto;
 	text-align: center;
 	color: #fff;
}


/* to-top */
#to-top{display:block; position:fixed; text-align:center; line-height:12px!important; right:17px; bottom:-30px; color:#fff; cursor:pointer; border-radius:100px; -moz-border-radius:100px; -webkit-border-radius:100px; -o-border-radius:100px;  z-index:9994;  height:29px;  width:29px;  background-color:rgba(0,0,0,0.25);  background-repeat:no-repeat;  background-position:center;  transition:background-color 0.1s linear;  -moz-transition:background-color 0.1s linear;  -webkit-transition:background-color 0.1s linear;  -o-transition:background-color 0.1s linear}
#to-top{transition:box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear; -webkit-transition:-webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear; -moz-transition:-moz-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear; background-color:rgba(0,0,0,0.25)!important}
 #to-top:hover, 
 #to-top.dark:hover{ transition:box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s; -webkit-transition:-webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s; -moz-transition:-moz-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;  box-shadow:1px 2px 3px rgba(0,0,0,0.16)!important;  background-color:transparent!important}
#to-top:after, #to-top:before{display:block; content:' '; height:100%; width:100%; position:absolute; top:0; left:0; z-index:1; background-color:#20abe2; transform:scale(0); -webkit-transform:scale(0); -moz-transform:scale(0); transition:all 0.3s cubic-bezier(.55,0,.1,1); -webkit-transition:all 0.3s cubic-bezier(.55,0,.1,1); -moz-transition:all 0.3s cubic-bezier(.55,0,.1,1); border-radius:100px; -webkit-border-radius:100px}
#to-top:before{background-color:rgba(255,255,255,0.25); transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); transition:all 0.5s cubic-bezier(0.165,0.84,0.44,1); -webkit-transition:all 0.5s cubic-bezier(0.165,0.84,0.44,1); -moz-transition:all 0.5s cubic-bezier(0.165,0.84,0.44,1); opacity:0; z-index:2}
#to-top:hover:after{transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1)}
#to-top{overflow:hidden}
#to-top i.fa-angle-up.top-icon, 
#to-top i.fa-angle-up{-webkit-transform:translate(0,0px); -ms-transform:translate(0,0px); transform:translate(0,0px); transition:transform 0.2s ease; -webkit-transition:transform 0.2s ease;  -moz-transition:transform 0.2s ease}
#to-top:hover i.fa-angle-up.top-icon, 
#to-top:hover i.fa-angle-up, 
#to-top.hovered i.fa-angle-up.top-icon, 
#to-top.hovered i.fa-angle-up{-webkit-transform:translate(0,-29px)!important; -ms-transform:translate(0,-29px)!important; transform:translate(0,-29px)!important}
#to-top:active:before{opacity:1}
#to-top i{line-height:29px!important; width:29px!important; height:29px!important; font-size:14px!important; top:0px!important; left:0px!important; text-align:center!important; position:relative; z-index:10; background-color:transparent!important}
#to-top:hover, #to-top.dark:hover{background-color:#27CFC3}
#to-top.dark{background-color:rgba(0,0,0,0.87)}
#to-top{right:33px; transition: transform 1s ease-out}

/* mobile nav icon */
.lines-button{ transition:.3s;  cursor:pointer;  line-height:0px!important;  top:9px;  position:relative;  font-size:0px!important;  user-select:none;  display:block}
.lines-button:hover{ opacity:1}
.lines{ display:block;  width:1.4rem;  height:3px;  background-color:#ecf0f1;  transition:0.3s;  position:relative}
.lines:before, .lines:after{ display:block;  width:1.4rem;  height:3px;  background:#ecf0f1;  transition:0.3s;  position:absolute;  left:0;  content:'';  -webkit-transform-origin:0.142rem center;  transform-origin:0.142rem center}
.lines:before{ top:6px}
.lines:after{ top:-6px}
.lines-button.close{ -webkit-transform:scale3d(0.8,0.8,0.8);  transform:scale3d(0.8,0.8,0.8)}
.lines-button.arrow.close .lines:before, .lines-button.arrow.close .lines:after{ top:0;  width:1.11111rem}
.slide-out-widget-area-toggle[data-icon-animation="simple-transform"] .lines-button.close .lines:before{-webkit-transform:translateY(-6px) rotateZ(-45deg);  -moz-transform:translateY(-6px) rotateZ(-45deg);  -ms-transform:translateY(-6px) rotateZ(-45deg);  -o-transform:translateY(-6px) rotateZ(-45deg);  transform:translateY(-6px) rotateZ(-45deg)}
.slide-out-widget-area-toggle[data-icon-animation="simple-transform"] .lines-button.close .lines:after{-webkit-transform:translateY(6px) rotateZ(45deg);  -moz-transform:translateY(6px) rotateZ(45deg);  -ms-transform:translateY(6px) rotateZ(45deg);  -o-transform:translateY(6px) rotateZ(45deg);  transform:translateY(6px) rotateZ(45deg)}
.slide-out-widget-area-toggle[data-icon-animation="simple-transform"] .lines-button:after{height:2px; background-color:rgba(0,0,0,0.4); display:inline-block;  width:1.4rem;  height:2px;  transition:transform 0.45s ease,opacity 0.2s ease,background-color 0.2s linear;  -webkit-transition:-webkit-transform 0.45s ease,opacity 0.2s ease,background-color 0.2s ease;  position:absolute;  left:0;  top:0px;  content:'';  transform:scale(1,1); -webkit-transform:scale(1,1)}
.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, 
.slide-out-widget-area-toggle[data-icon-animation="simple-transform"].mobile-icon .lines-button:after, header#top .slide-out-widget-area-toggle[data-icon-animation="spin-and-transform"].mobile-icon .lines-button.x2 .lines{background-color:#777}
.slide-out-widget-area-toggle[data-icon-animation="simple-transform"].mobile-icon .lines-button:after{top:0px!important}
.slide-out-widget-area-toggle[data-icon-animation="simple-transform"].mobile-icon .lines-button.close .lines:before{-webkit-transform:translateY(-6px) rotateZ(-45deg)!important;  -moz-transform:translateY(-6px) rotateZ(-45deg)!important;  -ms-transform:translateY(-6px) rotateZ(-45deg)!important;  -o-transform:translateY(-6px) rotateZ(-45deg)!important;  transform:translateY(-6px) rotateZ(-45deg)!important}
.slide-out-widget-area-toggle[data-icon-animation="simple-transform"].mobile-icon .lines-button.close .lines:after{-webkit-transform:translateY(6px) rotateZ(45deg)!important;  -moz-transform:translateY(6px) rotateZ(45deg)!important;  -ms-transform:translateY(6px) rotateZ(45deg)!important;  -o-transform:translateY(6px) rotateZ(45deg)!important;  transform:translateY(6px) rotateZ(45deg)!important}
.slide-out-widget-area-toggle[data-icon-animation="simple-transform"] .lines-button.x2 .lines:before, 
.slide-out-widget-area-toggle[data-icon-animation="simple-transform"] .lines-button.x2 .lines:after{ transition:-webkit-transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;  transition:transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease}
.slide-out-widget-area-toggle[data-icon-animation="simple-transform"].mobile-icon .lines{background-color:transparent!important}
.slide-out-widget-area-toggle.mobile-icon .lines-button:after,  .slide-out-widget-area-toggle.mobile-icon .lines:before, .slide-out-widget-area-toggle.mobile-icon .lines:after{height:2px!important; width:22px!important}
.slide-out-widget-area-toggle[data-icon-animation="simple-transform"] .lines-button.close:after{transform:scale(0,1); -webkit-transform:scale(0,1)}
.lines-button.minus.close .lines:before, .lines-button.minus.close .lines:after{ -webkit-transform:none;  transform:none;  top:0;  width:1.4rem}
.lines-button.x.close .lines{ background:transparent!important}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after{ -webkit-transform-origin:50% 50%;  transform-origin:50% 50%;  top:0;  width:1.4rem}
.lines-button.x2 .lines{ transition:background 0.2s ease,opacity 0.2s ease}
.lines-button.x2 .lines:before, .lines-button.x2 .lines:after{ -webkit-transform-origin:50% 50%;  transform-origin:50% 50%;  transition:top 0.4s 0.45s ease,-webkit-transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;  transition:top 0.4s 0.45s ease,transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease}
.slide-out-widget-area-toggle a >span{transition:-webkit-transform 0.33s 0.3s ease-in; transition:transform 0.33s 0.3s ease-in; -webkit-transform-origin:center;  transform-origin:center;  height:21px}
.slide-out-widget-area-toggle.mobile-icon a >span{height:20px}
.slide-out-widget-area-toggle .closed >span{transition:-webkit-transform 0.33s 0s ease; transition:transform 0.33s 0s ease}

/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
    }
    to {
        opacity: 1
    }
}

.animated {
    animation-duration: .8s;
    animation-fill-mode: both;
    -webkit-animation-duration: .8s;
    -webkit-animation-fill-mode: both
}

.animatedFollow {
    animation-duration: 1.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.4s;
    -webkit-animation-fill-mode: both
}

.animatedInitialize {
	animation-delay: .8s;
    animation-duration: .8s;
    animation-fill-mode: both;
    -webkit-animation-duration: .8s;
    -webkit-animation-fill-mode: both
}

.animatedSlow {
	animation-delay: 1.5s;
    animation-duration: .8s;
    animation-fill-mode: both;
    -webkit-animation-duration: .8s;
    -webkit-animation-fill-mode: both
}

.animatedFast {
    animation-duration: .3s;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.fadeIn {
    opacity: 0;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
}

/* owl carousel */

/* slider images must be of the same proportion; changing image width does not work
	-if this doesn't work, use lazy loading
 */

/* navigation */
.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 50px;
}

.owl-carousel .owl-prev, 
.owl-carousel .owl-next {
    background-color: black !important;
	opacity: 0.25;
	width: 50px;
	height: 50px;
	display: block;
	transition: all .5s ease;
	border-radius: 50%;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
	opacity: 0.8;
}

.owl-carousel .owl-prev i, 
.owl-carousel .owl-next i {
	color: #fff;
	font-size: 18px;
}

.owl-carousel .owl-prev  {
	position: absolute;
	left: 3%;
}

.owl-carousel .owl-next {
	position: absolute;
	right: 3%;
}

/* needed to center multi-item carousel */
.owl-carousel .owl-stage {
    margin: 0 auto;
}

/* 
Tooltip styles
example:  <div class="tooltip">?<span class="tooltiptext">Tooltip text</span></div>
*/
/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-color: #008fc4;
	color: white;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

/* Tooltip text (right of the tooltip) */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 190px;
	background-color: #bfe2f1;
	color: black;
	text-align: left;
	padding: 14px;
	border-radius: 6px;
	font-size: 9pt;
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 120%;
}

/* Tooltip arrow (left of the tooltip text) */
.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 13px;
	right: 100%; 
	margin-top: -5px;
	border-width: 6px;
	border-style: solid;
	border-color: transparent #bfe2f1 transparent transparent;
}

/* Lumpsum */
#lumpsum_container {
	min-height: 1000px; 
	height: 1550px;
	width: 100%; 
	box-sizing: border-box; 
	border: 0;
	overflow: hidden;
}

/* RESPONSIVE STYLES */

/* Mobile Styles */
@media only screen and (max-width: 400px) {
	/* Tooltip text (bottom of the tooltip) */
	.tooltip .tooltiptext {
		width: 200px;
		top: calc(100% + 5px);
		left: 50%;
		margin-left: -100px;
	}
	/* Tooltip arrow (top of the tooltip text) */
	.tooltip .tooltiptext::after {
		bottom: 100%;
		left: 50%;
		top: revert;
		margin-left: -5px;
		border-color: transparent transparent #bfe2f1 transparent;
	}
	/* Lumpsum */
	#lumpsum_container {
		height: 2200px;
	}
}

/* Tablet Styles */
@media only screen and (min-width: 415px) and (max-width: 664px) {
	html {
		font-size: calc(0.85em + 1vw);
	}
	main .banner_overlay h2 {
		font-size: 1.4em;
		padding: 0px 30px;
	}
	.home .banner_overlay h2 {
		font-size: 1.1em;
	}
	.home .banner_overlay.overlay_1 h2 {
		font-size: .9em;
	}
	/* Tooltip text (bottom of the tooltip) */
	.tooltip .tooltiptext {
		width: 200px;
		top: calc(100% + 5px);
		left: 50%;
		margin-left: -100px;
	}
	/* Tooltip arrow (top of the tooltip text) */
	.tooltip .tooltiptext::after {
		bottom: 100%;
		left: 50%;
		top: revert;
		margin-left: -5px;
		border-color: transparent transparent #bfe2f1 transparent;
	}
	/* Lumpsum */
	#lumpsum_container {
		height: 2200px;
	}
}

@media only screen and (min-width: 665px) and (max-width: 766px) {
	html {
		font-size: calc(0.80em + 1vw);
	}
	main .banner_overlay h2 {
		font-size: 1.6em;
		padding: 0px 30px;
	}
	.home .banner_overlay h2 {
		font-size: 1.4em !important;
	}
	.home .banner_overlay.overlay_1 h2 {
		font-size: 1.1em !important;
	}
	.session_client_nav {
		justify-content: flex-start;
	}
	.session_client_nav .title {
		text-align: left;
		padding: 5px;
	}
	.session_client_nav .title h1 {
		padding-bottom: 5px !important;
	}
	.session_client_nav .menu ul {
		display: flex;
		flex-direction: row;
		font-size: 0.58em;
		justify-content: space-between;
		padding: 5px 8px;
	}
	.session_client_nav .menu a {
		border-bottom: none !important;
		border-top: none !important;
	}
	.news_list {
		display: flex;
		flex-grow: 1;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.news_item {
		flex-basis: 45%;
		min-width: unset !important;
		min-height: 500px;
	}
	.news_item:first-of-type {
		flex-basis: 100%;
	}
	footer .quick_links, footer .contact_today {
		flex-basis: content;
		text-align: left;
	}
	footer .quick_links {
		padding-left: 75px;
	}
}

@media only screen and (min-width: 767px) and (max-width: 1022px) {
	html {
		font-size: calc(0.6em + 1vw);
	}
	.mobile_nav {
		display: none;
	}
	header {
		flex-direction: column;
		justify-content: flex-start;
		align-content: space-between;
		height: 160px;
	}
	.logo {
		margin: 5px 5px 5px 15px;
	}
	.shortcuts {
		display: flex;
	}
	.shortcuts .links a {
		padding-top: 3px;
	}
	nav {
		flex-basis: 50%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		padding: 0px;
		background-color: transparent;
		min-width: 400px;
		width: calc(100% - 200px);	
	}
	nav ul {
		display: flex;
		justify-content: space-between;
	}
	nav ul li {
	}
	nav a {
		text-transform: uppercase;
		border: 0;
		color: #464646;
		font-weight: 600;
		font-size: 0.6em;
		padding-top: 25px !important;
	}
	nav a:hover,
	nav .active {
		color: #82C34C;
	}
	main .banner {
		height: 220px;
	}
	main .banner_overlay h2 {
		font-size: 1.8em;
		padding: 0px 30px;
	}
	main .content {
		padding: 60px;
	}
	.home .slider.initializing {
		min-height: 50vh;
	}
	.home .banner_overlay h2 {
		font-size: 1.6em !important;
	}
	.home .banner_overlay.overlay_1 h2 {
		font-size: 1.4em !important;
	}
	.session_client_nav {
		justify-content: flex-start;
	}
	.session_client_nav .title {
		text-align: left;
		padding: 5px;
	}
	.session_client_nav .title h1 {
		padding-bottom: 5px !important;
	}
	.session_client_nav .menu ul {
		display: flex;
		flex-direction: row;
		font-size: 0.58em;
		justify-content: space-between;
		padding: 5px 15px;
	}
	.session_client_nav .menu a {
		border-bottom: none !important;
		border-top: none !important;
	}
	.news_list {
		display: flex;
		flex-grow: 1;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.news_item {
		flex-basis: 45%;
		min-width: unset !important;
		min-height: 500px;
	}
	.news_item:first-of-type {
		flex-basis: 100%;
	}
	.services .tabs {
		display: flex;
		flex-grow: 1;
		padding: 20px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
	}
	.services .tab[data-tab="1"] {
		order: 1;
	}
	.services .tab[data-tab="2"] {
		order: 2;
	}
	.services .tab[data-tab="3"] {
		order: 3;
	}
	.services .tab[data-tab="4"] {
		order: 4;
	}
	.services .tab_content[data-tab="1"] {
		order: 5;
	}
	.services .tab_content[data-tab="2"] {
		order: 6;
	}
	.services .tab_content[data-tab="3"] {
		order: 7;
	}
	.services .tab_content[data-tab="4"] {
		order: 8;
	}
	.services .tab {
		flex-basis: 25%;
		min-width: unset;
		padding: 10px 10px;
	}
	.services .initializing .tab {
		flex-basis: 100%;
	}
	.services .tab_content {
		flex-basis: 100%;
		padding: 40px;
	}
	.services .tab_content.active {
		border-radius: 0px 5px 5px 5px;
	}
	footer > div:not(.copyright) {
		flex-basis: content !important;
		padding: 40px;
	}
	footer .quick_links, footer .contact_today {
		text-align: left;
	}
}

/* Desktop Styles */
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
	html {
		font-size: 20px;
	}
	.mobile_nav {
		display: none;
	}
	header {
		flex-direction: column;
		justify-content: flex-start;
		align-content: space-between;
		height: 160px;
	}
	.logo {
		margin: 5px 5px 5px 15px;
	}
	.shortcuts {
		display: flex;
	}
	.shortcuts .contact_info {
		font-size: 0.75em;
	}
	.shortcuts .links {
		flex-basis: 300px;
	}
	.shortcuts .links a {
		padding-top: 1px;
		font-size: 0.6em;
	}
	.shortcuts .links a:first-of-type {
		line-height: 2.6em;
	}
	nav {
		flex-basis: 50%;
		display: block;
		padding: 0px;
		background-color: transparent;
		width: calc(100% - 170px);
	}
	nav ul {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-around;	
	}
	nav ul li {
	}
	nav a {
		text-transform: uppercase;
		border: 0;
		color: #464646;
		font-weight: 600;
		font-size: 0.65em;
		padding-top: 25px !important;
	}
	nav a:hover,
	nav .active {
		color: #82C34C;
	}
	main .banner {
		height: 275px;
	}
	main .banner_overlay h2 {
		font-size: 1.8em;
		padding: 0px 30px;
	}
	main .main_content .content {
		padding: 60px 80px;
	}
	main > section h1 {
		font-size: 1.5em !important;
	}
	.home {
		flex-direction: row;
	}
	.home .slider.initializing {
		min-height: 50vh;
	}
	.home .banner_overlay h2 {
		font-size: 2.6em !important;
	}
	.home .banner_overlay.overlay_1 h2 {
		font-size: 2.0em !important;
	}
	.home .content h2 {
		font-size: 1.5em !important;
	}
	.home > div {
		flex-basis: 50%;
	}
	.home > div:first-of-type {
		flex-basis: 100%;
	}
	.session_client_nav {
		justify-content: flex-start;
	}
	.session_client_nav .title {
		text-align: left;
		padding: 5px;
	}
	.session_client_nav .title h1 {
		padding-bottom: 5px !important;
	}
	.session_client_nav .menu ul {
		display: flex;
		flex-direction: row;
		font-size: 0.65em;
		justify-content: space-between;
		padding: 5px 15px;
	}
	.session_client_nav .menu a {
		border-bottom: none !important;
		border-top: none !important;
	}
	.news_list {
		display: flex;
		flex-grow: 1;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.news_item {
		flex-basis: 25%;
		min-width: unset !important;
		min-height: 550px;
		padding: 25px !important;
	}
	.news_item:first-of-type {
		flex-basis: 40%;
		padding-top: 60px !important;
	}
	.services .tabs {
		display: flex;
		flex-grow: 1;
		padding: 60px 100px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
	}
	.services .tab[data-tab="1"] {
		order: 1;
	}
	.services .tab[data-tab="2"] {
		order: 2;
	}
	.services .tab[data-tab="3"] {
		order: 3;
	}
	.services .tab[data-tab="4"] {
		order: 4;
	}
	.services .tab_content[data-tab="1"] {
		order: 5;
	}
	.services .tab_content[data-tab="2"] {
		order: 6;
	}
	.services .tab_content[data-tab="3"] {
		order: 7;
	}
	.services .tab_content[data-tab="4"] {
		order: 8;
	}
	.services .tab {
		flex-basis: 25%;
		min-width: unset;
		padding: 20px 10px;
		position: relative;
		top: 12px;
	}
	.services .initializing .tab {
		flex-basis: 100%;
	}
	.services .tab_content {
		flex-basis: 100%;
		padding: 40px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.services .tab_content > * {
		width: 50%;
	}
	.services .tab_content > div:last-of-type {
		flex-basis: 100%;
		overflow: hidden;
	}
	.services .tab_content.active {
		border-radius: 0px 5px 5px 5px;
	}
	.contact_us h1 {
		white-space: nowrap;
	}
	.contact_us_container {
		display: flex;
		flex-wrap: wrap;
		flex-grow: 1;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		height: 600px;
		padding: 0px 60px;
	}
	.contact_us_container > form,
	.contact_us_container > div {
		flex-basis: 50%;
		padding: 20px;
		width: 50%;
	}
	.contact_us_container form {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contact_us_container form > div {
		flex-basis: 49%;
	}
	.contact_us_container form > div:nth-last-child(-n+2) {
		flex-basis: 100%;
	}
	.contact_us_container .image {
		align-self: flex-start;
		margin-top: 10px;
	}
	.members_list {
		width: 80%;
	}
	.subscribe .label {
		display: inline-block;
	}
	footer > div:not(.copyright) {
		flex-basis: content !important;
		padding: 40px;
	}
	footer .quick_links, footer .contact_today {
		text-align: left;
	}
	.members_table div {
		display: inline-block; 
		white-space: nowrap; 
		vertical-align: top;
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media only screen and (min-width: 1200px)  {
	html {
		font-size: 20px;
	}
	.mobile_nav {
		display: none;
	}
	header {
		flex-direction: column;
		justify-content: flex-start;
		align-content: space-between;
		height: 160px;
	}
	.logo {
		margin: 5px 5px 5px 15px;
	}
	.shortcuts {
		display: flex;
	}
	.shortcuts .contact_info {
		font-size: 0.75em;
	}
	.shortcuts .links {
		flex-basis: 200px;
	}
	.shortcuts .links a {
		padding-top: 1px;
		font-size: 0.6em;
	}
	.shortcuts .links a:first-of-type {
		line-height: 2.6em;
	}
	nav {
		flex-basis: 50%;
		display: block;
		padding: 0px;
		background-color: transparent;
		min-width: 400px;
		width: calc(100% - 200px);
	}
	nav ul {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-around;	
	}
	nav ul li {
	}
	nav a {
		text-transform: uppercase;
		border: 0;
		color: #464646;
		font-weight: 600;
		font-size: 0.65em;
		padding-top: 25px !important;
	}
	nav a:hover,
	nav .active {
		color: #82C34C;
	}
	main .banner {
		height: 350px;
	}
	main .banner_overlay h2 {
		font-size: 2em;
		padding: 0px 50px;
	}
	main .main_content .content {
		padding: 60px 200px;
	}
	main > section h1 {
		font-size: 2em !important;
		line-height: 1.1em;
	}
	.home {
		flex-direction: row;
	}
	.home .slider.initializing {
		min-height: 75vh;
	}
	.home .banner_overlay h2 {
		font-size: 3em !important;
	}
	.home .banner_overlay.overlay_1 h2 {
		font-size: 2.6em !important;
	}
	.home .content h2 {
		font-size: 2em !important;
	}
	.home > div {
		flex-basis: 50%;
	}
	.home > div:first-of-type {
		flex-basis: 100%;
	}
	.session_client_nav {
		justify-content: flex-start;
	}
	.session_client_nav .title {
		text-align: left;
		padding: 5px;
	}
	.session_client_nav .title h1 {
		padding-bottom: 5px !important;
	}
	.session_client_nav .menu ul {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		font-size: 0.7em;
		padding: 5px 15px;
	}
	.session_client_nav .menu a {
		border-bottom: none !important;
		border-top: none !important;
	}
	.news_list {
		display: flex;
		flex-grow: 1;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.news_item {
		flex-basis: 25%;
		min-width: unset !important;
		min-height: 550px;
		padding: 25px !important;
	}
	.news_item:first-of-type {
		flex-basis: 42%;
		padding-top: 60px !important;
	}
	.services .tabs {
		display: flex;
		flex-grow: 1;
		padding: 30px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
	}
	.services .tab[data-tab="1"] {
		order: 1;
	}
	.services .tab[data-tab="2"] {
		order: 2;
	}
	.services .tab[data-tab="3"] {
		order: 3;
	}
	.services .tab[data-tab="4"] {
		order: 4;
	}
	.services .tab_content[data-tab="1"] {
		order: 5;
	}
	.services .tab_content[data-tab="2"] {
		order: 6;
	}
	.services .tab_content[data-tab="3"] {
		order: 7;
	}
	.services .tab_content[data-tab="4"] {
		order: 8;
	}
	.services .tab {
		flex-basis: 25%;
		min-width: unset;
		padding: 20px 10px;
		position: relative;
		top: 12px;
	}
	.services .initializing .tab div > img {
		width: 100%;
	}
	.services .tab_content {
		flex-basis: 100%;
		padding: 40px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.services .tab_content > * {
		width: 50%;
	}
	.services .tab_content > div:last-of-type {
		flex-basis: 100%;
		overflow: hidden;
	}
	.services .tab_content.active {
		border-radius: 0px 5px 5px 5px;
	}
	.services img {
		width: initial;
	}
	.contact_us h1 {
		white-space: nowrap;
	}
	.contact_us_container {
		display: flex;
		flex-wrap: wrap;
		flex-grow: 1;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		height: 600px;
		padding: 0px 60px;
	}
	.contact_us_container > form,
	.contact_us_container > div {
		flex-basis: 50%;
		padding: 20px;
		width: 50%;
	}
	.contact_us_container form {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contact_us_container form > div {
		flex-basis: 49%;
	}
	.contact_us_container form > div:nth-last-child(-n+2) {
		flex-basis: 100%;
	}
	.contact_us_container .image {
		align-self: flex-start;
		margin-top: 10px;
	}
	.members_list {
		width: 85%;
	}
	.subscribe .label {
		display: inline-block;
		white-space: nowrap;
	}
	.members_table div {
		display: inline-block; 
		white-space: nowrap; 
		vertical-align: top;
		padding-left: 20px;
		padding-right: 20px;
	}
	footer {
		justify-content: space-between;
	}
	footer > div:not(.copyright) {
		flex-basis: content !important;
		padding: 40px;
	}
	footer .quick_links, footer .contact_today {
		text-align: left;
	}
	footer .certification {
		margin-right: 75px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	.mobile_nav {
		display: none;
	}
	header {
		height: 160px !important;
		overflow: hidden !important;
	}
	header .logo {
		display: table-cell;
	}
	header .logo img {
		width: auto;
		height: 160px;
		padding: 5px;
	}
	.home {
		display: block;
		vertical-align: top;
	}
	.home .banner {
		height: 100%;
	}
	.home .banner_overlay h2 {
		font-family: Tahoma;
	}
	.home .image {
		display: inline-block;
		width: 45%;
		vertical-align: top;
	}
	.home .content {
		display: inline-block;
		width: 48%;
		vertical-align: top;
	}
	.home .slider .banner {
		position: relative;
		top: -25px;
	}
	.services .tabs, .news .news_list {
		flex-direction: row;
		flex-basis: 100%;
		justify-content: space-between !important;
		-ms-flex-pack: space-between !important;
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		padding: 15px;
	}
	.services .tab {
		flex-basis: 30.5% !important;
		min-width: 90px;
	}
	.services img {
		width: auto;
	}
	.services .active.tab_content {
		height: auto; 
		min-height: 730px !important;
	}
	:first-of-type.news_item {
		flex-basis: 25%;
	}
	.news_item {
		flex-basis: 25% !important;
		min-width: 20% !important;
		margin: 25px 5px !important;
		padding: 20px 20px 30px 20px !important;
	}
	footer > div:first-of-type {
		display: table-cell;
	}
	footer > div:not(.copyright) {
		padding-left: 50px;
	}
	.subscribe form {
		max-width: none;
	}
}

@media all and (min-width: 767px) and (max-width: 1100px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	.services .tab {
		flex-basis: 21% !important;
		min-width: 80px;
	}
	.services img {
		width: auto;
	}
	.news_item {
		flex-basis: 25% !important;
		min-width: 20% !important;
		margin: 25px 5px !important;
		padding: 20px 20px 30px 20px !important;
	}
}

textarea::placeholder {
  text-transform: none !important; 
}

