@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/* ==========================================================================
   Custom styles
   ========================================================================== */
body {
	font-size: 20px;
	line-height: 1.7;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'GothaProReg';
	font-weight: normal;
	margin: 0 0 15px;
}
h2 {
	font-size: 1.8em;
}
p {
	margin: 0 0 15px;
}
a {
	color: #e365fe;
	text-decoration: underline;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover {
	color: #24224a;
	text-decoration: underline;
}
/* Buttons */
.btn {
	font-family: 'GothaProMed';
	font-size: .9em;
	padding: 17px 20px;
	border: none;
	text-shadow: none;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0 none;
}
.btn-primary {
	background: #e365fe;
	border: none;
	color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background: #E781FE;
}
.btn-primary:active, .btn-primary.active {
	background: #E781FE;
	box-shadow: none;
}
.btn-border.btn-primary {
	border: 3px solid #e365fe;
	color: #e365fe;
	background: transparent!important;
}
.btn-border.btn-primary:hover {
	border: 3px solid #e365fe;
	color: #fff;
	background: #e365fe!important;
}
/* Navbar */
.navbar-default {
	background: #000;
	height: 48px;
	border: none;
	margin: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.navbar-brand {
	height: auto;
	padding: 13px 15px 11px;
}
.navbar-brand img {
	width: 72px;
}
.navbar .tag-line {
	font-size: .6em;
}
.navbar .btn {
	margin: 11px 0 0;
	padding: 7px 15px;
	font-size: .6em;
}
.navbar .navbar-right {
	float: right;
}
.navbar-right.btn {
	margin-left: 15px;
	position: relative;
	top: -1px;
}
.navbar .navbar-center {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.navbar .text-link {
	padding-top: 12px;
	color: #fff;
	font-size: .75em;
	text-decoration: none;
}
.navbar .text-link:hover {
	color: #e365fe;
	text-decoration: none;
}
/* Jumbotron */
.jumbotron {
	text-align: center;
	padding: 0;
	margin: 0;
	color: #f5f6fa;
	background: url(../img/main-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	-webkit-background-size: cover;
}
.jumbotron .hero {
	padding: 0 15px;
	background: rgba(0,0,0,.4);
}
.jumbotron .tag-line {
	font-family: 'GothaProMed';
	font-size: .8em;
	color: #f5f6fa;
	opacity: .33;
	margin: 15px 0 0;
}
.jumbotron h1 {
	font-family: 'GothaProLig';
	/*font-size: 2em;*/
	font-size: 3em;
	font-size: 7vmin;
	line-height: 1.3;
	letter-spacing: -0.085em;
	margin: 0 auto;
	padding: 0;
	max-width: 960px;
}
.jumbotron h2 {
	font-family: 'GothaProReg';
	font-size: 1.8em;
	line-height: 1.2;
	margin: 0 0 4px;
}
.jumbotron .intro {
	font-family: 'GothaProReg';
	font-size: .9em;
	font-size: 2.3vmin;
	line-height: 1.6;
	color: #f5f6fa;
	margin: 0;
	padding: 0 50px;
}
.jumbotron .hero-action {
	padding: 4% 15px;
	background: rgba(43,20,79,.3);
}
.row-table > div {
	background: url(../img/trans-dot.png) repeat-y 100% 0;
}
.row-table > div:first-child {
	padding-left: 0;
}
.row-table > div:nth-child(2) {
	min-width: 30%;
}
.row-table > div:last-child {
	background: none;
	min-width: 170px;
	padding-right: 0;
}
.row-table h2 {
	margin-top: 0;
}
.row-table p {
	margin-bottom: 0;
}
.price {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em;
}
.price span {
	font-family: 'GothaProLig';
	color: #8667c6;
}
.hero-action p {
	font-size: .9em;
}
.hero-action .btn {
	width: 100%;
	max-width: 180px;
}
.jumbotron .hero-action {
	min-height: 25vh;
}
.jumbotron .hero > .row {
	display: table;
	height: 90vh;
	width: 100%;
	margin: 0;
}
.jumbotron .hero > .row > div {
	display: table-cell;
	vertical-align: middle;
	float: none;
	padding: 100px 15px 0;
}
.without-anim.jumbotron .hero > .row > div {
	padding: 50px 15px 0;
	height: 100vh;
}
.without-anim.jumbotron h2 {
	font-family: 'GothaProLig';
	font-size: 3em;
	line-height: 1.3;
	letter-spacing: -0.085em;
	margin: 0 auto;
	padding: 0;
	max-width: 960px;
}
.ty-message p {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.social-share{
	list-style:none;
	margin:30px 0;
	padding:0;
}
.social-share li{
	margin: 0 10px 4px;
	display: inline-block;
}
a.btn-facebook, a.btn-twitter, a.btn-linkedin {
	background: #3b5998 none repeat scroll 0 0;
	color: #fff!important;
	font-size: 14px!important;
	letter-spacing: normal;
	line-height: 14px;
	margin: 0;
	opacity: 1;
	padding: 10px 10px 10px 40px !important;
	text-transform: none!important;
	min-width: 180px;
	position: relative;
	text-align:left;
}
a.btn-facebook:hover, a.btn-facebook:focus {
	background: #263962!important;
	opacity: 0.8;
}
a.btn-twitter:hover, a.btn-twitter:focus {
	background: #217ea8!important;
	opacity: 0.8;
}
a.btn-linkedin:hover, a.btn-linkedin:focus {
	background: #015076!important;
	opacity: 0.8;
}

a.btn-twitter {
	background: #2ba9e1 none repeat scroll 0 0;
}
a.btn-linkedin {
	background: #007bb6 none repeat scroll 0 0;
}
.social-share a i {
	margin: 0 10px 0 0;
	font-size: 18px;
	position: absolute;
	left: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 18px;
}
@media(max-width:1440px) and (min-width:992px) {
.jumbotron .hero-action {
	min-height: 28vh;
}
}
@media(max-width:1200px) {
body {
	font-size: 18px;
}
}
 @media(max-width:991px) {
body {
	font-size: 17px;
}
.jumbotron h1, .without-anim.jumbotron h2 {
	padding: 0 30px;
}
.jumbotron .hero-action {
	padding: 5% 15px;
}
}
@media(min-width:768px) {
.row-table {
	display: table;
	width: 100%;
}
.row-table > div {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 0 4% 0 5%;
}
}
@media(max-width:767px) {
body {
	font-size: 15px;
}
.jumbotron .hero {
	padding: 0 15px;
}
.jumbotron .hero > .row > div {
	padding: 135px 0 50px;
}
.row-table > div {
	float: left;
	width: 50%;
}
.row-table > div:first-child {
	width: 100%;
	background: none;
	padding-bottom: 7%;
}
}
@media(max-width:480px) {
.jumbotron .intro {
	font-size: .8em;
}
.row-table > div {
	float: none;
	width: 100%;
	padding-top: 7%;
	padding-bottom: 7%;
	background: url(../img/trans-dot.png) repeat-x 0 100%;
}
.row-table > div:first-child {
	padding-top: 0;
	background: url(../img/trans-dot.png) repeat-x 0 100%;
}
.row-table > div:last-child {
	background: none;
}
}
@media(max-width:480px) {
.jumbotron h1, .without-anim.jumbotron h2 {
	font-size: 1.8em;
}
.row-table h2 {
	font-size: 1.3em;
}
}
@-webkit-keyframes fadeIn {
0 {
opacity:0;
}
50% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}
@-moz-keyframes fadeIn {
0 {
opacity:0;
}
50% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}
@keyframes fadeIn {
0 {
opacity:0;
}
50% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}
 @-webkit-keyframes fadeMove {
0% {
opacity:0;
transform: translateY(0);
}
80% {
 opacity: 1;
 transform: translateY(0);
}
100% {
 opacity: 1;
 transform: translateY(-5vh);
}
}
@-moz-keyframes fadeMove {
0% {
opacity:0;
transform: translateY(0);
}
80% {
 opacity: 1;
 transform: translateY(0);
}
100% {
 opacity: 1;
 transform: translateY(-5vh);
}
}
@keyframes fadeMove {
0% {
opacity:0;
transform: translateY(0);
}
80% {
 opacity: 1;
 transform: translateY(0);
}
100% {
 opacity: 1;
 transform: translateY(-5vh);
}
}
.jumbotron .intro {
	opacity: 0;
	margin-bottom: 45px;
	-webkit-animation: fadeIn ease-in 1;
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
}
.jumbotron h1 {
	opacity: 0;
	-webkit-animation: fadeMove ease-in-out 1;
	-moz-animation: fadeMove ease-in-out 1;
	animation: fadeMove ease-in-out 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-duration: 2s;
}
.jumbotron h1 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}
.jumbotron .intro {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	animation-delay: 3s;
}
.jumbotron .btn-border {
	font-size: .8em;
	border-color: #fff;
	color: #fff;
	background: #214893!important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.banner-action {
	font-size: .7em;
	color: #fff;
	text-decoration: none;
	margin-top: 80px;
	display: block;
	outline: none;
}
.banner-action:hover, .banner-action:focus {
	color: #fff;
	text-decoration: none;
}
.banner-action i {
	top: 0;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.banner-action:hover i {
	top: 5px;
}
.banner-action span {
	line-height: 1;
	display: block;
}
@media(max-width:767px) {
.ty-message p {
	font-size: 15px;
}
.banner-action {
	margin-top: 35px;
}
}
.bb .jumbotron .intro, .bb .jumbotron h1 {
	opacity: 1!important;
	-webkit-animation: none!important;
	-moz-animation: none!important;
	animation: none!important;
}
.bb .jumbotron .hero > .row > div {
	padding: 100px 0 50px!important;
}
.bb .jumbotron h1 {
	margin-bottom: 5vh;
}
.bb .fa-question-circle-o::before,
.bb .fa-chevron-down::before {
	content: ''!important;
}
.bb .fa-question-circle-o {
	background: url(../img/fa-question-circle.png) no-repeat;
	background-size: 19px auto!important;
	width: 19px;
	height: 23px;
}
.bb .fa-chevron-down {
	background: url(../img/fa-chevron-down.png) no-repeat;
	background-size: 11px auto!important;
	width: 11px;
	vertical-align: middle;
	height: 11px;
}
.section {
	padding: 5% 0;
}
.heading {
	text-align: center;
	padding: 0 0 15px;
}
.heading h2 {
	color: #24224a;
	margin: 0 0 10px;
}
.heading h3 {
	font-size: 1em;
	margin: 15px 0 0;
}
.heading p {
	font-family: 'GothaProLig';
	font-size: .8em;
	color: #7c7a92;
}
/* Action */
#action {
	/*background: #f5f6fa;*/
	background: #ffffff;
	padding-top: 4.5%;
	padding-bottom: 4.5%;
	border-bottom: 10px solid white;
}
#action h2 {
	font-family: 'GothaProReg';
	font-size: 2.3em;
	color: #24224a;
	margin: 0 0 59px;
}
#action p {
	font-family: 'GothaProReg';
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: normal;
	margin: 55px 0px 20px 0;
	color: #636279;
}
#action .command {
	margin-top: 55px;
	font-family: 'GothaProReg';
}
#action .row .row > div:last-child {
	text-align: right;
}
#action .row .row > div:last-child img {
	max-width: 100%;
}

.lp-get-edgar {
	background: #ffffff;
	border-radius: 10px;
	display: inline-block;
    width: 100%;
    padding: 40px 50px 50px 50px;
    position: relative;
}
.lp-get-edgar > a {
	margin-top: -50px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}
.lp-get-edgar > a.back-to-home {
	left: auto;
	right: 0;
	color: #ffffff;
}
@media(min-width:768px) {
#action .row .row {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
}
#action .row .row > div {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
#action .row .row > div:first-child {
	padding-left: 0;
}
#action .row .row > div:last-child {
	padding-right: 0;
}
}
@media(max-width:767px) {
#action .row .row > div {
	text-align: center!important;
}
#action p {
	margin-right: 0;
}
#action h2 {
	font-size: 1.8em;
}
#action {
	padding-top: 7.5%;
	padding-bottom: 7.5%;
}
.navbar .text-link {
	padding-top: 13px;
}
#action img.mic {
	width: 70px;
}
}
/* Registration Form */
#registration-form {
	padding: 15px 15px 5px;
}
#registration-form .form-group {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}
#registration-form .custom-select label {
	border-top: none;
}
#registration-form .btn-primary {
	width: 100%;
	margin-top: 24px;
	padding: 22px 48px;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.custom-input {
	border: 1px solid #a5a5a5;
	position: relative;
	margin: 0;
	height: 70px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.custom-input.focused {
/*border: 1px solid #000!important;*/
}
.custom-input.error {
/*border: 1px solid #ff4747!important;*/
}
.custom-input.success {
/*border-color: #ebedf0!important;*/
}
.custom-input label {
	color: #a7a7b7;
	font-family: 'GothaProLig';
	font-size: .9em;
	line-height: 1.5;
	font-weight: normal;
	/* line-height: 30px;*/
	padding: 26px 20px 0;
	float: none!important;
	width: auto!important;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*white-space:nowrap;*/
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s, color 0.3s;
	transition: transform 0.3s, color 0.3s;
	text-rendering: geometricPrecision;
}
.custom-input.focused label, .custom-input.has-value label {
	padding-top: 35px;
	color: #9190a4;
	font-family: 'GothaProLig';
	font-size: .6em;
	font-weight: normal;
	/*-webkit-transform: translate3d(11px, -23px, 0px) scale3d(0.7, 0.7, 1);
	transform: translate3d(11px, -23px, 0px) scale3d(0.7, 0.7, 1) translateZ(1px);*/
	-webkit-transform: translate3d(0, -23px, 0px);
	transform: translate3d(0, -23px, 0px) translateZ(1px);
}
.form-control, .textarea-wrap textarea {
	width: 100%!important;
	font-family: 'GothaProMed';
	font-weight: normal;
	font-size: .8em;
	line-height: 30px;
	color: #24224a;
	border: none;
	padding: 23px 20px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.custom-input.error, .custom-select label.error {
	border-bottom: 1px solid red!important;
}
.custom-input input.form-control {
	height: 70px;
	background: transparent;
	resize: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
.form-control:focus, .textarea-wrap textarea:focus {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media(min-width:768px) {
#registration-form .form-group:nth-child(2) .custom-input {
	/*border-left: none;*/
	border-top: none;
}
}
@media(max-width:767px) {
.section {
	padding: 7.5% 0;
}
#registration-form .form-group:nth-child(2) .custom-input {
	border-top: none;
}
}
/* Bootstrap custom select */
.bootstrap-select {
	width: 100%!important;
}
.bootstrap-select.form-control {
	padding: 0!important;
}
.bootstrap-select > .btn {
	font-family: 'GothaProMed';
	font-weight: normal;
	font-size: .8em;
	line-height: 30px;
	text-transform: none;
	padding: 0;
	height: 70px;
	letter-spacing: 0;
	color: #24224a;
	position: static;
	float: none;
	background: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.bootstrap-select.btn-group .btn .caret {
	border: none;
	height: 58px;
	line-height: 1.3;
	margin-right: -3px;
	margin-top: -2px;
	right: 0;
	top: 0;
	width: 56px;
}
.bootstrap-select.btn-group .btn .caret:before {
	font-family: 'FontAwesome';
	content: "\f078";
	color: #c9cbd3;
	font-size: .8em;
	height: 9px;
	left: 50%;
	margin: -3px 0 0 -9px;
	position: absolute;
	top: 50%;
	width: 15px;
	z-index: 1040;
}
.bootstrap-select.btn-group.open .btn .caret:before {
	content: "\f077";
}
.bootstrap-select .btn-default.active, .bootstrap-select .btn-default.focus, .bootstrap-select .btn-default:active, .bootstrap-select .btn-default:focus, .bootstrap-select .btn-default:hover, .bootstrap-select.open > .dropdown-toggle.btn-default {
	color: #24224a;
	background-color: transparent;
	border-color: #c4d3be;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bootstrap-select.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bootstrap-select.open .dropdown-toggle:focus, .bootstrap-select.open .dropdown-toggle:active {
	outline: none;
}
.bootstrap-select .dropdown-menu {
	border-color: #fff;
	background: #fff;
	padding: 0 0 13px;
	top: -2px;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: 0 2px 10px rgba(0,0,1,.1);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,1,.1);
	box-shadow: 0 2px 10px rgba(0,0,1,.1);
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	bottom: -4px;
	top: auto;
}
.bootstrap-select .dropdown-menu > li:first-child a {
	color: #9190a4;
	font-size: .8em;
	text-transform: none;
	padding: 13px 20px 8px;
	background: transparent!important;
}
.bootstrap-select .dropdown-menu > li > a {
	font-size: 1em;
	color: #24224a;
	padding: 6px 20px;
}
.bootstrap-select .dropdown-menu > li > a:focus, .bootstrap-select .dropdown-menu > li > a:hover, .bootstrap-select .dropdown-menu > li.selected > a {
	background: #fff;
	color: #24224a;
}
.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle:focus, .has-error .bootstrap-select .dropdown-toggle:focus, .error .bootstrap-select .dropdown-toggle:active, .has-error .bootstrap-select .dropdown-toggle:active, .error .bootstrap-select.open > .dropdown-toggle.btn-default, .has-error .bootstrap-select.open > .dropdown-toggle.btn-default {
	border-color: #ec6464;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.error .bootstrap-select.btn-group .btn .caret:before, .has-error .bootstrap-select.btn-group .btn .caret:before {
	color: #ec6464;
}
.custom-select {
	position: relative;
}
.custom-select .bootstrap-select {
	font-family: 'GothaProLig';
	z-index: 99;
}
.custom-select .bootstrap-select.open {
	z-index: 9999;
}
.custom-select label {
	font-family: "GothaProLig";
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: left;
	border: 1px solid #a5a5a5;
	/*color: #9190a4;*/
	position: absolute;
	left: 0;
	top: 0;
	outline: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
	font-size: 1.3em;
}
.custom-select label, .custom-input label {
	color: #000000;
}
.has-error .custom-select label {
	border-color: #646464!important;
}
.custom-select label>span {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}
.custom-select label>span {
	padding: 23px 20px;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s, color 0.3s;
	transition: transform 0.3s, color 0.3s;
	text-rendering: geometricPrecision;
}
.custom-select label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px solid transparent;
	-webkit-transition: border-width 0.3s, border-color 0.3s;
	transition: border-width 0.3s, border-color 0.3s;
}
.custom-select input.form-control:focus + .custom-select label::before, .custom-select.focused label::before {
/*border-color: #1a1a1a;*/
}
.custom-select input.form-control:focus + .custom-select label>span, .has-success .custom-select.focused label>span {
	color: #9190a4;
	-webkit-transform: translate3d(4px, -0.8em, 0px) scale3d(0.8, 0.8, 1);
	transform: translate3d(4px, -0.8em, 0px) scale3d(0.8, 0.8, 1) translateZ(1px);
}
.has-error .custom-select.focused label>span {
	color: #24224a;
	-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1) translateZ(0);
}
.custom-select.focused label {
	border-color: #a5a5a5;
}
.custom-select .bootstrap-select .btn {
	border: none;
	outline: none;
}
.custom-select .bootstrap-select .btn:focus {
	outline: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-feedback .custom-select .btn {
	padding: 36px 20px 0;
}
.bootstrap-select.btn-group .btn .filter-option {
	line-height: 1;
}
.custom-select .bootstrap-select .btn .filter-option, .has-feedback.has-error .custom-select .btn .filter-option {
	opacity: 0;
}
.has-feedback.has-success .custom-select .btn .filter-option {
	opacity: 1;
}
/* Masonry */
.grid {
	overflow: hidden;
	width: 100%;
	margin: 0 auto 50px;
}
.item {
	background: #f5f6fa;
	padding: 3.3% 5%;
	width: 49%;
	margin-bottom: 10px;
}
.item:first-child {
	padding-top: 7.5%;
	padding-bottom: 7.5%;
}
.item img {
	margin: 0 0 39px;
}
.item h2 {
	font-family: 'GothaProReg';
	font-size: 1.7em;
	line-height: 1.2;
	color: #24224a;
	margin: 0 0 19px;
}
.item h3 {
	font-family: 'GothaProReg';
	font-size: 2.2em;
	line-height: 1.2;
	color: #24224a;
	margin: 0 0 17px;
}
.item p {
	font-family: 'GothaProReg';
	color: #787790;
	margin: 0 0 30px;
}
.item p:last-child {
	margin-bottom: 0;
}
@media(max-width:767px) {
.item {
	padding: 8%;
}
.item img {
	max-width: 33%;
}
#action .command {
	margin-top: 15px;
}
#action h2 {
	margin: 0 0 40px;
}
#action p {
	margin: 20px 0 20px 0;
}
}
@media(max-width:480px) {
.item {
	width: 100%;
}
.item img {
	max-width: 25%;
}
.lp-get-edgar {
    padding: 10px 20px 20px 20px;
}
}
/* Footer */
footer {
	text-align: center;
}
footer .container {
	padding-top: 6%;
	padding-bottom: 6%;
}
footer p {
	font-size: 1.1em;
	color: #24224a;
	margin: 0;
}
footer a {
	color: #24224a;
	text-decoration: none;
}
footer .btn {
	padding-left: 48px;
	padding-right: 48px;
	margin-top: 34px;
}
/* Font Faces */
@font-face {
	font-family: 'GothaProLig';
	src: url('../fonts/GothaProLig.eot');
	src: url('../fonts/GothaProLig.eot') format('embedded-opentype'), url('../fonts/GothaProLig.woff2') format('woff2'), url('../fonts/GothaProLig.woff') format('woff'), url('../fonts/GothaProLig.ttf') format('truetype'), url('../fonts/GothaProLig.svg#GothaProLig') format('svg');
}
@font-face {
	font-family: 'GothaProReg';
	src: url('../fonts/GothaProReg.eot');
	src: url('../fonts/GothaProReg.eot') format('embedded-opentype'), url('../fonts/GothaProReg.woff2') format('woff2'), url('../fonts/GothaProReg.woff') format('woff'), url('../fonts/GothaProReg.ttf') format('truetype'), url('../fonts/GothaProReg.svg#GothaProReg') format('svg');
}
@font-face {
	font-family: 'GothaProMed';
	src: url('../fonts/GothaProMed.eot');
	src: url('../fonts/GothaProMed.eot') format('embedded-opentype'), url('../fonts/GothaProMed.woff2') format('woff2'), url('../fonts/GothaProMed.woff') format('woff'), url('../fonts/GothaProMed.ttf') format('truetype'), url('../fonts/GothaProMed.svg#GothaProMed') format('svg');
}
@font-face {
	font-family: 'GothaProMedIta';
	src: url('../fonts/GothaProMedIta.eot');
	src: url('../fonts/GothaProMedIta.eot') format('embedded-opentype'), url('../fonts/GothaProMedIta.woff2') format('woff2'), url('../fonts/GothaProMedIta.woff') format('woff'), url('../fonts/GothaProMedIta.ttf') format('truetype'), url('../fonts/GothaProMedIta.svg#GothaProMedIta') format('svg');
}
