/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

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

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

[hidden],
template {
	display: none;
}

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

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

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

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

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

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

b,
strong {
	font-weight: bold;
}

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

dfn {
	font-style: italic;
}

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

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

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

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

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

small {
	font-size: 80%;
}

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

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

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

img {
	border: 0;
}

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

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

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

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

figure {
	margin: 1em 40px;
}

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

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

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

pre {
	overflow: auto;
}

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

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

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

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

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

button,
input,
optgroup,
select,
textarea {
	color: 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;
}

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

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

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

td,
th {
	padding: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

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

@font-face {
	font-family: Montserrat;
	src: url("../fonts/montserrat-light.woff") format("woff"), url("../fonts/montserrat-light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: Montserrat;
	src: url("../fonts/montserrat-regular.woff") format("woff"), url("../fonts/montserrat-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Montserrat;
	src: url("../fonts/montserrat-medium.woff") format("woff"), url("../fonts/montserrat-medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: Montserrat;
	src: url("../fonts/montserrat-bold.woff") format("woff"), url("../fonts/montserrat-bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #254a66;
	background: #fff;
	font: 26px/1.38 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

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

img.social {
	width: 54px;
	height: 54px;
}

a,
button {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

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

.bg-gray {
	background: #f2f2f2;
}

.btn {
	font-size: 17px;
	line-height: 26px;
	background: #f47001;
	color: #fff;
	text-align: center;
	min-width: 208px;
	padding: 17px 20px;
	border-radius: 6px;
	display: inline-block;
	font-weight: 300;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.btn:hover {
	color: #254a66;
}

.container {
	max-width: 1196px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.media-container {
	max-width: 934px;
	margin: 5% auto;
}

#wrapper,
#main {
	width: 100%;
	position: relative;
	overflow: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.22;
	margin: 0 0 .5em;
	color: inherit;
	letter-spacing: .2px;
}

h1,
.h1 {
	font-size: 45px;
	letter-spacing: .3px;
	font-weight: 700;
}

h2,
.h2 {
	font-size: 45px;
}

h3,
.h3 {
	font-size: 29px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

h6.media-sub {
	color: black;
	text-transform: uppercase;
	font-weight: lighter;
}

h2.sub-title {
	font-size: 35px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #f47001;
	text-decoration: none;
}

a.blue {
	color: #254A66;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

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 {
	font-size: 17px;
	line-height: 26px;
	-webkit-appearance: none;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 17px 20px;
	color: #666;
	border-radius: 6px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #999;
}

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

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

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

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

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

select {
	-webkit-border-radius: 0;
	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;
	cursor: pointer;
}

#header {
	width: 100%;
	position: relative;
	padding: 17px 0;
	background: #fff;
}

#header .container {
	max-width: 1230px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.logo {
	width: 320px;
	float: left;
}	

.logo a {
	display: block;
}

.logo img {
	display: block;
	max-width: none;
	width: 50%;
	height: auto;
}

#nav {
	font-size: 12px;
	line-height: 20px;
}

/* Style The Dropdown Button */
.dropbtn {
	padding: 16px;
	margin: 16px;
	border: none;
	cursor: pointer;
  }
  
  /* The container - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
  }

/* Dropdown Content (hidden by default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

#nav .nav-opener {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -15px;
	display: none;
}

#nav .nav-opener:before,
#nav .nav-opener:after,
#nav .nav-opener span {
	-webkit-transition: all .25s ease-in-out, visibility .25s ease-in-out;
	transition: all .25s ease-in-out, visibility .25s ease-in-out;
	position: absolute;
	right: 0;
	top: 5px;
	background: #f47001;
	height: 3px;
	width: 24px;
	content: "";
	border-radius: 3px;
}

.nav-active #nav .nav-opener:before,
.nav-active #nav .nav-opener:after,
.nav-active
      #nav .nav-opener span {
	width: 25px;
	top: 13px;
}

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

#nav .nav-opener:after {
	top: auto;
	bottom: 5px;
}

.nav-active #nav .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: auto;
	bottom: 14px;
}

#nav .nav-opener span {
	width: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

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

.nav-active #nav .nav-drop {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}


#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#nav ul li {
	margin: 15px 0 0 30px;
}

#nav ul li:first-child {
	margin: 0;
}

#nav ul li a {
	color: #254a66;
	font-weight: 700;
	letter-spacing: 1.5px;
}

#nav ul li:hover a,
#nav ul li.active a {
	color: #f47001;
}

#blog-link {
	padding: 16px;
	margin: 16px;
	border: none;
	cursor: pointer;	
}

.nav-active {
	height: 100vh;
	overflow: hidden;
}

.nav_highlight {
	background-color: #f47001;
	border: none;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	display: inline-block;
	border-radius: 8px;
	position: relative; 
	top: -7px;
	height: 35px;
}

#nav ul li.nav_highlight a {
	color: #FFFFFF;
	font-weight: 700;
	letter-spacing: 1.5px;
	height: 35px;
}

#wechat_overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(1,0,0,0.7);
  z-index: 2;
  cursor: pointer;
}

#wechat_overlay img{
  position: absolute;
  top: -10%;
  right: -40%;
}

#wechat_overlay_text {
	  position: absolute;
	  top: 5%;
	  left: 50%;
	  font-size: 16px;
	  color: white;
	  transform: translate(-50%,-5%);
	  -ms-transform: translate(-50%,-5%);
}

.visual-block {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.visual-block .img-holder {
	width: 100%;
	overflow: hidden;
	height: 660px;
}

.visual-block .img-press {
	width: 100%;
	overflow: hidden;
	height: 473px;
}

.visual-block .img-holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.visual-block .visual-caption {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: rgba(37, 74, 102, .3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	padding: 50px 0 120px;
}

.visual-block-press {
	width: 100%;
	height: 273px;
	background-size: cover;
	position: relative;
}

.visual-caption-press {
	color: #fff;
	position: absolute;
	text-align: center;
	top: 30%;
	width: 100%;
}

.visual-caption-chat {
	color: #fff;
	position: absolute;
	text-align: center;
	top: 20%;
	width: 100%;
}

.visual-block .container {
	max-width: 970px;
}

.visual-block h1 {
	color: #fff;
	margin: 0 0 12px;
}

.visual-block p {
	margin: 0 0 55px;
}

.visual-block.home-visual {
	margin: 0 0 32px;
}

.visual-block.home-visual .container {
	max-width: 700px;
}

.visual-block.about-visual .container {
	margin-bottom:165px;
}

.visual-block.small-visual {
	margin: 0 0 10px;
}

.visual-block.small-visual .img-holder {
	height: 315px;
}

.visual-block.small-visual .visual-caption {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0;
}

.visual-block.small-visual h1 {
	margin: 0;
}

.visual-block.small-visual h1 span {
	font-weight: 500;
}

.main-block {
	overflow: hidden;
	padding: 74px 0 35px;
}

.main-block .head {
	max-width: 950px;
	margin: 0 auto 48px;
	overflow: hidden;
}

.main-block .head h2 {
	margin: 0 0 29px;
}

.main-block .head p {
	font-size: 29px;
	letter-spacing: .1px;
	margin: 0 0 22px;
}

.organizations-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 6px 0 0;
	max-width: 1300px;
	margin: 0 auto 50px;
	overflow: hidden;
}

.organizations-list li {
	width: 15%;
	padding: 0 15px;
	margin: 0 0 28px;
}

.organizations-list li a {
	width: 170px;
	height: 170px;
	margin: 0 auto;
	padding: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #e5e5e5;
}

.progress-box {
	color: #000;
	overflow: hidden;
}

.progress-box p {
	line-height: 1.2;
}

.progress-box .progressbar-text {
	font-weight: 500;
}

#circle01,
#circle02,
#circle03 {
	width: 155px;
	height: 155px;
	margin: 0 auto 36px;
	position: relative;
}

.four-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px;
}

.four-columns .column {
	width: 25%;
	padding: 0 15px;
	margin: 0 0 20px;
}

.three-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px;
}

.three-columns .column {
	width: 33.333%;
	padding: 0 15px;
	margin: 0 0 20px;
}

.two-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px;
}

.two-columns .column {
	width: 50%;
	padding: 0 15px;
	margin: 0 0 20px;
}

.centered_frame {
	width: 40%;
	margin: 0 auto;
}

.solutuons-area .two-columns {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.solutuons-area .column {
	width: 42%;
}

.solutuons-area .img-holder {
	height: 300px;
	overflow: hidden;
	margin: 0 auto 43px;
}

.solutuons-area .img-holder.img-screen {
	max-width: 360px;
}

.solutuons-area .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.solutuons-area .textbox {
	overflow: hidden;
}

.solutuons-area h3 {
	margin: 0 0 5px;
}

.information-area .container {
	padding-top: 10px;
}

.information-area h3 {
	margin: 0 0 5px;
}

.information-area p {
	line-height: 1.15;
}

.information-area .img-holder {
	width: 104px;
	height: 104px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 47px;
}

.download-area {
	padding-top: 120px;
	padding-bottom: 80px;
}

.download-area h4 {
	line-height: 80px;
}

.request-area {
	position: relative;
}

.request-area .container {
	max-width: 560px;
	position: relative;
	z-index: 1;
	padding-top: 53px;
	padding-bottom: 77px;
}

.request-area .img-holder {
	width: 640px;
	position: absolute;
	left: -594px;
	top: -50px;
	-webkit-transform: rotate(-9deg);
	-ms-transform: rotate(-9deg);
	transform: rotate(-9deg);
}

.request-area h1 {
	margin: 0 0 40px;
	letter-spacing: 1px;
}

.request-area p {
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 65px;
}

.terms {
	font-size:16px;
}

.press-materials {
	width: 934px;
	height: 318px;
	margin: 0 auto;
	position: relative;
}

.press-wrapper {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.press-item {
	background: #F2F2F2;
	width: 459px;
	height: 318px;
	text-align: center;

	margin-right: 8px;
	margin-top: 40px;
	margin-bottom: 40px;

	padding-top: 30px;
	padding-bottom: 30px;
}

.press-item h2 {
	width: 100%;
	float: left;
}

.icon-wrapper {
	width: 100%;
}

.press-subtitle {
	font-size: 16px;
}

.press-icon {
	height:20%;
	margin-top: 15px;
	margin-bottom: 20px;
}

.line-2 {
	margin-top: 2%;
}

.coming-soon-wrapper {
	background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 60vh;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.coming-soon-headline {
	font-size: 100px;
	color: #fff;
	margin-bottom: 15px;
	padding-top: 10%;
}

.coming-soon-subtitle {
	color: #fff;
}

#footer p {
	font-size: 11px;
	line-height: 30px;
	color: #AAAAAA;
	font-weight: 100;
}

.quotes-area .container {
	padding-bottom: 25px;
}

blockquote {
	font-size: 19px;
	line-height: 1.1;
	margin: 0;
	background: #fff;
	border: 1px solid #bcbcbc;
	padding: 25px 45px 30px;
	color: #333;
	min-height: 100%;
}

blockquote .img-holder {
	width: 116px;
	height: 116px;
	border: 2px solid #e5e5e5;
	border-radius: 100%;
	margin: 0 auto 37px;
}

blockquote .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
	border-radius: 100%;
}

blockquote q {
	display: block;
	margin: 0 0 28px;
}

blockquote cite {
	font-size: 16px;
	display: block;
	color: #f47001;
	font-style: normal;
}

.headshot cite {
	margin: 30px 0 20px 0;
	line-height: 30px;
	font-size: 24px;
	font-weight: 500;
	display: block;
	color: #f47001;
	font-style: normal;
}

.headshot p {
	font-size: 19px;
	color: #333;
}

.directory-area .container {
	max-width: 1450px;
}

.organizations-area .container {
	max-width: 1450px;
}

.gamification-area {
	padding-bottom: 0;
}

.gamification-area .container {
	max-width: 1340px;
}

.gamification-area .text-holder {
	max-width: 950px;
	overflow: hidden;
	margin: -26px auto 34px;
}

.gamification-area p {
	margin: 0 0 38px;
	line-height: 1.5;
}

.gamification-area .three-columns .column {
	margin: 0 -16px;
}

.gamification-area .img-holder {
	height: 346px;
	overflow: hidden;
}

.articles-area .column.viewport-section.in-viewport .icon:before {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.articles-area .icon {
	width: 145px;
	height: 145px;
	border-radius: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	margin: 0 auto 30px;
	position: relative;
}

.articles-area .icon:before {
	-webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
	transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
	transition: opacity .5s ease-in-out, transform .5s ease-in-out;
	transition: opacity .5s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
	width: 145px;
	height: 145px;
	border: 5px solid #f47001;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	opacity: 0;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
}

.articles-area .icon img {
	max-width: 90px;
	max-height: 102px;
}

.articles-area .icon.add img {
	max-width: 108px;
}

.articles-area h3 {
	margin: 0 0 25px;
	line-height: 1.1;
}

.articles-area p {
	line-height: 1.23;
}

.graphs-area .container {
	padding-bottom: 60px;
}

.graphs-area .text-holder {
	max-width: 990px;
	overflow: hidden;
	margin: -26px auto 34px;
}

.graphs-area .two-columns {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.graphs-area .two-columns .column {
	width: 48%;
}

.graphs-area h3 {
	margin: 0 0 58px;
	line-height: 1.1;
}

.graphs-area p {
	margin: 0 0 38px;
	line-height: 1.5;
}

.slider-area {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	color: #fff;
}

.slider-area:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: rgba(37, 74, 102, .3);
	content: "";
}

.slider-area .container {
	position: relative;
}

.slider-area .column-wrap {
	padding: 52px 0 63px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.slider-area .textbox {
	width: 68.5%;
	padding: 30px 120px 0 0;
}

.slider-area .img-holder {
	width: 23.6%;
}

.slider-area h1 {
	margin: 0 0 10px;
}

.slider-area p {
	margin: 0 0 36px;
}

.slider-area .btn {
	margin: 12px 0 0;
}

.info-box {
	position: relative;
	display: block;
	color: #fff;
}

.info-box:hover {
	color: #254a66;
}

.info-box .img-holder {
	overflow: hidden;
}

.info-box .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.info-box .textbox {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: rgba(37, 74, 102, .5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info-box .textbox .wrap {
	overflow: hidden;
	padding: 20px;
}

.info-box h1 {
	margin: 0 0 2px;
}

.info-box p {
	margin: 0;
}

.content-area .head {
	max-width: 970px;
}

.content-area .head p {
	line-height: 1.38;
}

.content-area .head p strong {
	font-weight: 500;
}

.content-area .img-holder {
	height: 398px;
	margin: 0 0 115px;
}

.content-area .img-holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content-area h3 {
	margin: 0 0 3px;
}

.content-area p {
	line-height: 1.5;
}

.request-form {
	height: 750px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 0 25px;
}

.request-form h1.h3 {
	margin: 0 0 38px;
}

.request-form p {
	margin: 0 0 55px;
}

.request-form form {
	width: 770px;
}

.request-form form input {
	margin-bottom:20px;
}

.request-form form input[type="email"] {
	width: 100%;
}

.request-form form input[type="text"] {
	width: 100%;
}

.request-form form .btn {
	width: 100%;
}

#footer {
	width: 100%;
	border-top: 1px solid #e5e5e5;
	padding: 62px 0;
}

#footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#footer .icp a {
	clear:none;
	color:#707070;
	display: inline-block;
}

#footer .logo {
	margin: 5px 0 0;
}

.footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-qr {
	font-size: 13px;
	width: 280px;
	margin: 0 0 0 33px;
	letter-spacing: 1.5px;
}

.footer-qr .title {
	display: block;
	font-weight: 700;
	margin: 0 0 10px;
}

.footer-qr img{
	width:40%;
}

.footer-nav {
	font-size: 13px;
	width: 168px;
	margin: 0 0 0 33px;
	letter-spacing: 1.5px;
}

.footer-nav .title {
	display: block;
	font-weight: 700;
	margin: 0 0 10px;
}

.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 400;
}

.footer-nav ul li {
	padding: 7px 0 9px;
}

.footer-nav ul li a {
	color: #254a66;
}

.footer-nav ul li a:hover {
	color: #f47001;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 33px;
}

.slick-dots li {
	margin: 0 11px;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 15px;
	height: 15px;
	background: #b3b3b3;
	border-radius: 100%;
	border: 0;
	padding: 0;
	display: block;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
	background: #fff;
}



@media (min-width: 1024px) {
	.information-area h3 {
		font-size: 32px;
	}

	.request-area h1 {
		font-size: 49px;
	}

	.articles-area h3 {
		font-size: 32px;
	}

	.graphs-area h3 {
		font-size: 26px;
	}

	.content-area .two-columns .column {
		width: 45%;
	}

	.content-area h3 {
		font-size: 28;
	}

	.request-form h1.h3 {
		font-size: 28px;
	}
}

@media (min-width: 1200px) {
	.content-area .head p {
		font-size: 32px;
	}

	.content-area .two-columns .column {
		width: 41.5%;
	}
}

@media (max-width: 1199px) {
	body {
		font-size: 20px;
	}

	.main-block .head p {
		font-size: 24px;
	}

	.solutuons-area .column {
		width: 48%;
	}

	.solutuons-area .img-holder {
		max-width: 500px;
	}

	.request-area .img-holder {
		width: 500px;
		left: -480px;
		top: 40px;
	}

	blockquote {
		font-size: 17px;
		line-height: 1.25;
		padding: 25px 15px 30px;
	}

	blockquote cite {
		font-size: 14px;
	}
	
	.headshot cite {
		font-size: 20px;
	}

	.gamification-area .img-holder {
		height: 275px;
	}
}

@media (max-width: 1023px) {
	body {
		font-size: 16px;
	}

	.btn {
		font-size: 16px;
		line-height: 22px;
		padding: 13px 20px;
		min-width: 190px;
	}

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

	h2,
	.h2 {
		font-size: 35px;
	}

	h3,
	.h3 {
		font-size: 25px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		font-size: 16px;
		line-height: 22px;
		padding: 13px 20px;
	}

	.logo {
		width: 300px;
	}

	#nav ul li {
		margin: 0 0 0 20px;
	}

	#nav ul li:first-child {
		margin: 0;
	}

	.visual-block.home-visual {
		margin: 0;
	}
	
	.visual-block.about-visual .container {
		margin-bottom:65px;
	}
	
	.visual-block.about-visual .container {
		margin-bottom:65px;
	}

	.visual-block.small-visual {
		margin: 0;
	}

	.main-block .head p {
		font-size: 20px;
	}

	.organizations-list {
		max-width: 740px;
	}

	.organizations-list li {
		width: 25%;
		margin: 0 0 30px;
	}

	.organizations-list li a {
		width: 150px;
		height: 150px;
	}

	.progress-box .progressbar-text {
		font-size: 32px !important;
	}

	#circle01,
	#circle02,
	#circle03 {
		width: 105px;
		height: 105px;
	}

	.solutuons-area .column {
		width: 50%;
	}

	.solutuons-area .img-holder {
		max-width: 350px;
		height: 220px;
	}

	.solutuons-area .img-holder.img-screen {
		max-width: 250px;
	}

	.information-area .img-holder {
		width: 75px;
		height: 75px;
	}

	.request-area .img-holder {
		width: 400px;
		left: -350px;
		top: 60px;
	}

	.quotes-area .three-columns {
		margin: 0 -7px;
	}

	.quotes-area .three-columns .column {
		padding: 0 7px;
	}

	blockquote {
		font-size: 15px;
		padding: 20px 10px;
	}

	blockquote .img-holder {
		margin-bottom: 20px;
	}

	blockquote cite {
		font-size: 13px;
	}
	
	.headshot cite {
		font-size: 18px;
	}

	.gamification-area .img-holder {
		height: 200px;
	}

	.articles-area .icon {
		width: 105px;
		height: 105px;
	}

	.articles-area .icon:before {
		width: 105px;
		height: 105px;
	}

	.articles-area .icon img {
		max-width: 60px;
	}

	.articles-area .icon.add img {
		max-width: 75px;
	}

	.graphs-area .two-columns .column {
		width: 50%;
	}

	.slider-area .img-holder {
		width: 28%;
	}

	.content-area .img-holder {
		margin: 0 0 75px;
	}

	.request-form {
		height: 600px;
	}

	.request-form form {
		width: 650px;
	}
	
	.request-form h1.h3 {
		margin: 0 0 32px;
	}

	.request-form p {
		margin: 0 0 50px;
	}

	.request-form form input {
		margin-bottom:16;
	}

	.footer-nav {
		width: 150px;
		margin: 0 0 0 20px;
	}
	
	.footer-qr {
		width: 200px;
		margin: 0 0 0 20px;
	}
	
	.footer-qr img{
		width: 50%;
		margin: 0 0 0 20px;
	}
}

@media (max-width: 767px) {
	.btn {
		font-size: 14px;
		line-height: 20px;
		padding: 10px 20px;
		min-width: 150px;
	}

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

	h2,
	.h2 {
		font-size: 24px;
	}

	h3,
	.h3 {
		font-size: 21px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		font-size: 14px;
		line-height: 20px;
		padding: 10px 20px;
	}

	#nav {
		font-size: 14px;
	}

	#nav .nav-opener {
		display: block;
	}

	#nav .nav-drop {
		-webkit-transition: -webkit-transform .25s ease-in-out;
		transition: -webkit-transform .25s ease-in-out;
		transition: transform .25s ease-in-out;
		transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 5;
		height: 100vh;
		width: 280px;
		overflow: auto;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		background: #f47001;
		-webkit-transform: translateX(-280px);
		-ms-transform: translateX(-280px);
		transform: translateX(-280px);
	}

	#nav ul {
		display: block;
		padding: 20px 15px;
	}

	#nav ul li {
		margin: 0;
		padding: 5px 0 0;
	}

	#nav ul li a {
		color: #fff;
		padding: 10px 20px;
		border-radius: 5px;
		display: block;
	}

	#nav ul li:hover a,
	#nav ul li.active a {
		background: #254a66;
		color: #fff;
	}
	
	#nav ul li.nav_highlight a {
		background: #f49001;
		color: #fff;
	}

	.visual-block .img-holder {
		height: 400px;
	}

	.visual-block .visual-caption {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 30px 0;
	}

	.visual-block p {
		margin: 0 0 30px;
	}

	.visual-block.small-visual .img-holder {
		height: 250px;
	}

	.main-block {
		padding: 40px 0 20px;
	}

	.main-block .head {
		margin: 0 0 20px;
	}

	.main-block .head h2 {
		margin: 0 0 15px;
	}

	.main-block .head h2 br {
		display: none;
	}

	.main-block .head p {
		font-size: 17px;
		margin: 0 0 15px;
	}

	.organizations-list {
		max-width: inherit;
		margin: 0 -7px;
		padding: 0;
	}

	.organizations-list li {
		width: auto;
		padding: 0 7px;
		margin: 0 0 15px;
	}

	.organizations-list li a {
		width: 100px;
		height: 100px;
		padding: 5px;
	}
	
	.centered_frame {
	width: 90%;
	margin: 0 auto;
	}

	#circle01,
	#circle02,
	#circle03 {
		margin-bottom: 20px;
	}

	.three-columns .column {
		width: 100%;
	}

	.two-columns .column {
		width: 100%;
	}

	.solutuons-area .column {
		width: 100%;
	}

	.solutuons-area .img-holder {
		height: auto;
		margin-bottom: 20px;
	}

	.information-area .column {
		width: 50%;
	}

	.information-area .img-holder {
		margin-bottom: 25px;
	}

	.request-area .container {
		padding-top: 0;
		padding-bottom: 30px;
	}

	.request-area .img-holder {
		width: 230px;
		position: static;
		margin: 0 auto 20px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.request-area h1 {
		margin: 0 0 25px;
	}

	.request-area p {
		font-size: 18px;
		margin: 0 0 35px;
	}

	.quotes-area .container {
		padding-bottom: 0;
	}

	blockquote .img-holder {
		width: 80px;
		height: 80px;
	}

	.gamification-area .three-columns .column {
		width: 33.333%;
	}

	.graphs-area .container {
		padding-bottom: 15px;
	}

	.graphs-area .text-holder {
		margin: -6px auto 15px;
	}

	.graphs-area .two-columns .column {
		width: 100%;
	}

	.graphs-area .two-columns .column + .column {
		margin-top: 30px;
	}

	.graphs-area h3 {
		margin: 0 0 35px;
	}

	.slider-area .column-wrap {
		padding: 35px 0 60px;
	}

	.slider-area .textbox {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.slider-area .img-holder {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100px;
		margin: 0 auto 20px;
	}

	.slider-area p {
		margin: 0 0 20px;
	}

	.slider-area .btn {
		margin: 0;
	}

	.content-area .img-holder {
		height: 250px;
		margin: 0 0 40px;
	}

	.request-form {
		height: 550px;
		padding: 0 0 10px;
	}

	.request-form p {
		margin: 0 0 35px;
	}

	.request-form form {
		width: 290px;
	}

	#footer {
		padding: 30px 0;
	}

	#footer .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	#footer .logo {
		margin: 0 auto 30px;
		float: none;
		display: block;
	}

	.footer-links {
		width: 100%;
	}

	.footer-nav {
		width: 50%;
		padding: 0 10px;
		margin: 0;
		text-align: center;
	}
	
	.footer-qr {
		width: 100%;
		padding: 0 10px;
		margin: 0;
		text-align: center;
	}
	
	.footer-qr img{
		width: 30%;
		margin: 0 0 0 20px;
	}

	.slick-dots {
		bottom: 25px;
	}

	.coming-soon-headline {
		font-size: 80px;
		margin-top: 10px;
	}
}

@media (max-width: 479px) {
	.information-area .column {
		width: 100%;
	}

	.gamification-area .three-columns {
		margin: 0 -65px;
	}

	.gamification-area .img-holder {
		height: 140px;
	}
}



/* Responsive columns */
@media screen and (max-width: 600px) {
  .grid-item {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

.directory_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  grid-auto-rows: minmax(120px, auto);
  grid-gap: 14px;

  color: #444;
  align-content: space-evenly;
}

@media screen and (max-width: 600px) {
	  .directory_wrapper {
	  display: grid;
	  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	  grid-auto-rows: minmax(120px, auto);
	  grid-gap: 14px;

	  color: #444;
	  align-content: space-evenly;
	}

	.coming-soon-headline {
		font-size: 80px;
	}

	.media-container {
		margin-left: 3%;
		margin-right: 3%;
	}

	.img-press img {
		height: 15rem;
		object-fit: cover;
	}

	.visual-caption-press p {
		margin-left: 3%;
		margin-right: 3%;
	}
}

.directory_inner{
	border-radius: 5px;
  padding: 20px;
	background-color: #fff;
  border: none;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  display: table;
}

.directory_inner:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.directory_inner img{
  width:130px;
  margin-left:10px;
}

@media screen and (max-width: 600px) {
	.directory_inner img{
	  width:105px;
	  margin-left:10px;
	  margin-top:10px;
	}
}

.workaround_table {
  padding-top:10px;
  padding-right:5px;
  padding-left:10px;
  border: none;
  display: table-cell;
  width:65%;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
.workaround_table {
  padding-top:10px;
  padding-right:5px;
  padding-left:5px;
  border: none;
  display: table-cell;
  width:65%;
  vertical-align: middle;
}
}

.workaround_table h1{
  font-size: 20px;
  font-weight: 380;
  color: #254a66;
}

.workaround_table p {
	font-size: 14px;
  color: #aaaaaa;
}

.box {
  background-color: #444;
  color: #fff;
  
  font-size: 100%;
}

.listStyleNone {
	list-style: none;
	margin: 0;
	padding: 0;
}

.listStyleNone ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.listStyleNone li{
	list-style: none;
	margin: 0;
	padding: 0;
}





hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.is-valid {
                border: 2px solid #88d916!important;
                -webkit-transition: 0;
                transition: 0;
            }
            
            .not-valid {
                border: 2px solid #ff5246!important;
                -webkit-transition: 0;
                transition: 0;
            }
            
            .not-valid+.message {
                display: block !important;
            }
            
            .message {
                position: absolute;
                z-index: 9;
                display: none;
                width: 100%;
                padding: 10px;
                margin-top: 10px;
                background: #D9585C;
                color: #fff;
                text-align: center;
            }
            
            .message:after {
                content: '';
                position: absolute;
                top: -10px;
                left: 50%;
                display: block;
                margin-left: -10px;
                border: solid;
                border-color: #D9585C transparent #D9585C;
                border-width: 0 10px 10px;
            }
