body {
	font-family: 'Rubik', 'San Francisco', -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #2C373A;
	background-color: #FFFFFF;
}
body, input, textarea, select, button {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}
* { 
    -webkit-box-sizing  :       border-box;
    -moz-box-sizing     :       border-box;
    box-sizing          :       border-box;
}

::-moz-selection {
    color: #1F2729;
    background: #F2FBF9;
}

::selection {
    color: #1F2729;
    background: #F2FBF9;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Quicksand', 'San Francisco', -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}
strong {
	font-weight: bold;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul > li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
a,
a:Hover,
a:Focus,
a:Active {
	text-decoration: none;
	outline: none;
}
p {
	margin-bottom: 6px;
}
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}
/*	================================================ 	*/
/*																		*/
/*	================================================ 	*/

.a-btn {
	display: inline-block;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	padding: 12px 27px;
	border-radius: 32px;

	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;

	-webkit-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.a-btn-sm {
	padding: 8px 18px;
	font-size: 14px;
}
.a-btn-link,
.a-btn-link:Active,
.a-btn-link:Focus {
	color: #536065;
	text-decoration: none;
}
.a-btn-link:Hover {
	text-decoration: underline;
	color: #1F2729;
}
.a-btn-primary,
.a-btn-primary:Active,
.a-btn-primary:Focus  {
	background-color: #00BE91;
	color: #FFFFFF;
	font-weight: 500;
}
.a-btn-primary:Hover{
	background-color: #00A17B;
	color: #FFFFFF;
}

.highlighted {
	padding-left:  8px;
	padding-right: 8px;
	margin-left: -8px;
	display: inline-block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100% 100%;
	   -moz-background-size: 100% 100%;
	     -o-background-size: 100% 100%;
	        background-size: 100% 100%;
}
.highlighted.yellow-straight {
	background-image: url('../../content/images/highlight-01.png');
}
.highlighted.yellow {
	background-image: url('../../content/images/highlight-02.png');
}
.highlighted.black {
	background-image: url('../../content/images/highlight-03.png');
}
.highlighted.white {
	background-image: url('../../content/images/highlight-04.png');
}

/*	================================================ 	*/
/*																		*/
/*	================================================ 	*/
.module-100 {
	background-position: center center;
	background-repeat: no-repeat;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/*	================================================ 	*/
/*																		*/
/*	================================================ 	*/
.module-1 {

}
.module-1-container {
	padding-top: 32px;
	padding-bottom: 32px;
}
.module-1 .brand {

}
.module-1 .buttons {
	text-align: right;
}
@media (max-width: 767px) {
	.module-1 .brand {
		
	}
	.module-1 .brand > img {
		width: 100%;
	}
	.module-1 .buttons > .a-btn {
		padding: 6px 14px;
		font-size: 14px;
	}
	.module-1 .buttons > .goto-signin {
		display: none;
	}
}

/*	================================================ 	*/
/*																		*/
/*	================================================ 	*/
.module-2 {
	
}
.module-2-container {

}
.module-2-image {
	
}
.module-2-image > img {
	width: 100%;
}
.module-2-content {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media(max-width: 767px) {
	.module-2-content {
		text-align: center;
	}
}
.module-2-content-wrapper {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.module-2-content-wrapper > span.highlighted {
	font-size: 24px;
	line-height: 54px;
	color: #00BE91;
	padding-left:  16px;
	padding-right: 16px;
	margin-left: -16px;
	margin-right: -16px;
}
.module-2-content-wrapper > h1 {
	font-size: 50px;
	line-height: 58px;
	letter-spacing: -1.8px;
	margin-bottom: 20px;
}
.module-2-content-wrapper > p {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 28px;
}
.module-2-content-video {
	padding-top: 20px;
	display: block;
	width: 100%;
}
.module-2-content-video > a {
	display: inline-block;
}
.module-2-content-video .image {
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	
}
.module-2-content-video .image > img {

}
.module-2-content-video .image > span {
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	font-size: 48px;
	line-height: 48px;
	color: #FFFFFF;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
	opacity: .8;

	-webkit-transition : all 0.2s ease-in-out;
	   -moz-transition : all 0.2s ease-in-out;
	     -o-transition : all 0.2s ease-in-out;
	        transition : all 0.2s ease-in-out;
}
.module-2-content-video > a > p {
	color: #00BE91;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	padding-top: 12px;
	display: block;
}
.module-2-content-video > a:Hover p {
	text-decoration: underline;
}
.module-2-content-video > a:Hover span {
	opacity: 1;
}

@media (max-width: 767px) {
	.module-2-content-video {
		text-align: center;
	}
}



/*	================================================ 	*/
/*																		*/
/*	================================================ 	*/
.module-4 {

}

.module-4-header {

}
@media (max-width: 767px) {
	.module-4-header {
		
	}
}
.module-4-header-container {

}
.module-4-header-bg {
	height: 120px;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.module-4-nav {
	margin-top: -40px;
	text-align: center;
	font-size: 0px;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.module-4-nav-item {
	display: inline-block;
	vertical-align: top;
	padding-left:  30px;
	padding-right: 30px;
	font-size: 14px;
	width: 33.33%;

	font-family: 'Quicksand', 'San Francisco', -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}
.module-4-nav-item.active {
	
}

.module-4-nav-item > a > .number {
	margin-left: auto;
	margin-right: auto;
	font-size: 21px;
	line-height: 32px;
	font-weight: 500;
	color: #798487;
	text-align: center;
	vertical-align: middle;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	display: block;
	padding-top: 6px;
	border: 1px dashed #798487;
	background-color: #FFFFFF;

	-webkit-transition : all 0.15s ease-in-out;
	   -moz-transition : all 0.15s ease-in-out;
	     -o-transition : all 0.15s ease-in-out;
	        transition : all 0.15s ease-in-out; 
}
.module-4-nav-item > a > .text {
	display: block;
	max-width: 200px;

	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding-top: 16px;
	color: #798487;

	-webkit-transition : all 0.15s ease-in-out;
	   -moz-transition : all 0.15s ease-in-out;
	     -o-transition : all 0.15s ease-in-out;
	        transition : all 0.15s ease-in-out; 

}
.module-4-nav-item > a:Hover .number {
	color: #39464B;
	border-color: #39464B;
}
.module-4-nav-item > a:Hover .text {
	color: #39464B
}
.module-4-nav-item.active > a > .number {
	border: 1px solid #099473;
	background-color: #00BE91;
	color: #FFFFFF;
}
.module-4-nav-item.active > a > .text {
	color: #00BE91;
}
@media(max-width: 767px) {
	.module-4-nav-item > a > .text {
		display: none;
	}
}

/* -- */

.module-4-item {
	
}
.module-4-item-wrapper {
	padding-top: 100px;
}
.module-4-item-image {
	
}
.module-4-item-image-wrapper {
	
}
.module-4-item-image-wrapper > img {
	width: 100%;
}
@media (min-width: 1200px) {
	.module-4-item-image-wrapper > img {
		width: auto;
	}
}
.module-4-item-content {
	padding-top: 24px;
	padding-bottom: 24px;
}
@media (max-width: 991px) {
	.module-4-item-content {
		padding-top: 48px;
		padding-bottom: 48px;
	}
}
.module-4-item-content-wrapper {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	padding-left:  9px;
	padding-right: 9px;
}
.module-4-item-content-wrapper > h2 {
	font-size: 32px;
	line-height: 44px;
	color: #1F2729;
	margin-bottom: 16px;
}
.module-4-item-content-wrapper > p {
	color: #404F54;
	margin-bottom: 16px;
}
.module-4-item-content-wrapper > p > a {
	display: inline-block;
	color: #00BE91;
	border-bottom: 1px solid transparent;

	-webkit-transition : all 0.2s ease-in-out;
	   -moz-transition : all 0.2s ease-in-out;
	     -o-transition : all 0.2s ease-in-out;
	        transition : all 0.2s ease-in-out;
}
.module-4-item-content-wrapper > p > a:Hover{
	color: #00A17B;
	border-bottom-color: #00A17B;
}
.module-4-item-content-wrapper > a {
	margin-top: 32px;
	font-size: 14px;
	line-height: 18px;

	display: inline-block;
	width: auto;
	color: #00BE91;

	-webkit-transition : all 0.2s ease-in-out;
	   -moz-transition : all 0.2s ease-in-out;
	     -o-transition : all 0.2s ease-in-out;
	        transition : all 0.2s ease-in-out;
}
.module-4-item-content-wrapper > a > span {
	vertical-align: middle;
	font-size: 16px;
	margin-left: 6px;

	-webkit-transition : all 0.1s ease-in-out;
	   -moz-transition : all 0.1s ease-in-out;
	     -o-transition : all 0.1s ease-in-out;
	        transition : all 0.1s ease-in-out;
}
.module-4-item-content-wrapper > a:Hover {
	color: #00A17B;
}
.module-4-item-content-wrapper > a:Hover span {
	margin-right: 4px;
	margin-left: 2px;
}
@media(max-width: 767px) {
	
}

/*	================================================ 	*/
/*																		*/
/*	================================================ 	*/
.module-8 {

}
.module-8-container {

}
.module-8-desc {
	background-color: #00A17B;
	padding-top: 100px;
	padding-right: 40px;
	padding-bottom: 100px;
	color: #FFFFFF;
}
.module-8-desk-wrapper {
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px) {
	.module-8-desc {
		padding-left: 24px;
		padding-right: 24px;
	}
	.module-8-desk-wrapper {
		margin-left: auto;
		margin-right: auto;
	}
}
.module-8-desc h2 {
	font-size: 48px;
	line-height: 64px;
	margin-bottom: 16px;
}
.module-8-desc p.lead {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 16px;
}

.list-8-1 {
	padding-top: 32px;
}
.list-8-1-item {
	width: 100%;
	display: block;
	margin-left: -12px;
	line-height: 32px;
}
.list-8-1-item > span {
	display: inline-block;
	font-size: 24px;
	vertical-align: middle;
	margin-right: 6px;
}

.module-8-form {
	background-color: #F2FBF9;
	margin-top: 100px;
	padding-top: 80px;
	padding-left: 0px;
	padding-right: 0px;
}
@media (max-width: 767px) {
	.module-8-form {
		margin-top: 0px;
	}
}
.module-8-form-wrapper {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}

.list-8-2 {
	padding-bottom: 0px;
}
.list-8-2-item {
	border-radius: 3px;
	display: inline-block;
	width: 100%;
	margin: 2px 0px;
}
.list-8-2-item:After {
	content: '';
	clear: both;
	display: block;
	width: 100%;
}
.list-8-2-item > a {
	font-size: 14px;
	line-height: 24px;
	padding: 8px;
	display: block;
	width: 100%;

	-webkit-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.list-8-2-item > a > span {
	font-size: 32px;
	vertical-align: middle;
	margin-right: 12px;
}
.list-8-2-item.facebook > a,
.list-8-2-item.twitter > a,
.list-8-2-item.linkedin > a,
.list-8-2-item.windows > a,
.list-8-2-item.google > a {
	color: #FFFFFF;
	font-weight: 500;
}
.list-8-2-item.facebook {
	background-color: #3C5999;
}
.list-8-2-item.windows {
	background-color: #FF5359;
}
.list-8-2-item.twitter {
	background-color: #55ACEE;
}
.list-8-2-item.linkedin {
	background-color: #007AB5;
}
.list-8-2-item.google {
	background-color: #DC4E41;
}
.list-8-2-item.mail {
	text-align: center;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	padding: 16px 8px;
	color: #798487;
}
.list-8-2-item.mail  a {
	color: #00BE91;
	border-bottom: 1px solid transparent;

	-webkit-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.list-8-2-item.mail  a:Hover {
	color: #00A17B;
	border-bottom-color: #00A17B;
}

.module-8-form-footer {
	display: block;
	position: relative;
	text-align: center;
	background-color: #FFFFFF;
}
.module-8-form-footer-wrapper  {
	

}
.module-8-form-footer-wrapper > p {
	max-width: 300px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 18px;
	padding-top: 	 24px;
	padding-bottom: 24px;
	color: #798487;
}
.module-8-form-footer-wrapper > p > a {
	color: #00BE91;
	border-bottom: 1px solid transparent;

	-webkit-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.module-8-form-footer-wrapper > p > a:Hover {
	color: #00A17B;
	border-bottom-color: #00A17B;
}


.email-form-wrapper {
	font-family: 'San Francisco', -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
	padding-top:    24px;
	padding-bottom: 12px;
	margin-top: 24px;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.email-form-help {
	
	font-size: 13px;
	line-height: 18px;
	padding-top: 16px;
}
.email-form-wrapper .form-group {
	margin-bottom: 8px;
}
.email-form-wrapper .input-group-addon {
	border-color: #EAEBEC;
	background-color: #FFFFFF;
	font-size: 16px;
	color: #798487;
	padding-left:  12px;
	padding-right: 12px;
	-webkit-transition: border-color ease-in-out 0.15s;
	     -o-transition: border-color ease-in-out 0.15s;
	        transition: border-color ease-in-out 0.15s;
}
.email-form-wrapper input,
.email-form-wrapper .form-control {
	
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	border-color: #EAEBEC;
	border-radius: 3px;
}
.email-form-wrapper input:focus,
.email-form-wrapper .form-control:focus,
.email-form-wrapper input:focus + .input-group-addon,
.email-form-wrapper .form-control:focus + .input-group-addon  {
	color: #1F2729;
	border-color: #798487;
}
.email-form-wrapper .a-btn {
	width: 100%;
	margin-top: 16px;
}
.email-form-wrapper .form-control::-webkit-input-placeholder {
	color: #AAB2BD;
	opacity: 1;
}

.email-form-wrapper .form-control::-moz-placeholder {
	color: #AAB2BD;
	opacity: 1;
}

.email-form-wrapper .form-control:-ms-input-placeholder {
	color: #AAB2BD;
	opacity: 1;
}

.email-form-wrapper .form-control::placeholder {
	color: #AAB2BD;
	opacity: 1;
}


/*	================================================ 	*/
/*																		*/
/*	================================================ 	*/
.module-10 {
	padding-top: 120px;
	padding-bottom: 80px;
}
.module-10-container {

}
.module-10-header {
	max-width: 720px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

	padding-bottom: 24px;
}
.module-10-header > h2 {
	font-size: 48px;
	line-height: 54px;
	margin-bottom: 16px;
}
.module-10-header > p {
	font-size: 21px;
	line-height: 32px;
	font-weight: 300;
	color: #404F54;
}
@media (max-width: 991px) {
	.module-10-header {
		padding-left: 15px;
		padding-right: 15px;
	}
	.module-10-header > h2 {
		font-size: 36px;
		line-height: 42px;
	}
	.module-10-header > p {
		font-size: 19px;
		line-height: 29px;
	}
}
@media (max-width: 767px) {
	
}

.list-10 {
	display: block;
	position: relative;
	font-size: 0px;
	padding-top: 24px;
	padding-bottom: 48px;
}
.list-10-item {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	width: 33.333333%;
	padding: 16px 15px;
}
.list-10-item > h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 9px;
}
.list-10-item > p {
	color: #404F54;
}
.list-10-item > p > a {
	color: #00BE91;
	border-bottom: 1px solid #00BE91;
	-webkit-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.list-10-item > p > a:Hover {
	border-bottom-color: #00A17B;
	color: #00A17B;
}

@media (max-width: 991px) {
	.list-10-item {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.list-10-item {
		width: 100%;
	}
}

.module-10-footer {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
}

/*	================================================ 	*/
/*																		*/
/*	================================================ 	*/
.module-11 {
	padding-top: 120px;
	padding-bottom: 100px;
	background-color: #F2FBF9;
}
@media (max-width: 767px) {
	.module-11 {
		padding-top: 80px;
		padding-bottom: 60px;
	}
}
.module-11-container {

}
.module-quotes {
	
}
.module-quotes .swiper-container {
	width: 100%;
	padding-top: 56px;
}
.module-quotes .swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	max-width: 512px;
	height: auto;
	padding-left:  16px;
	padding-right: 16px;
}
.module-quotes-item {
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
	position: relative;
	opacity: .6;
	text-align: left;
	background-color: #FFFFFF;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.swiper-slide-active .module-quotes-item {
	margin-top: -24px;
	margin-bottom: 24px;
	opacity: 1;
	box-shadow: 0px 16px 32px 4px rgba(0, 161, 123, .15);
}
@media (max-width: 991px) {
	.swiper-slide-active .module-quotes-item {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}
.module-quotes-item-mark {
	position: absolute;
	top: -26px;
	left: auto;
	width: 52px;
	height: 52px;
	text-align: center;
	border-radius: 100%;
	background-color: #00BE91;
	color: #FFFFFF;
	font-family: 'Source Serif Pro', -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', serif;
	font-size: 120px;
	box-shadow: 3px 3px 0px 0px rgba(0, 9, 0, .05);

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.module-quotes-item-mark > img {
	width: 24px;
	height: auto;
}
.module-quotes-item-content {
	padding-top: 50px;
	padding-bottom: 32px;
}
.module-quotes-item-content > p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: 'Source Serif Pro', -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 32px;
	color: #404F54;
}
.module-quotes-item-content > p > a {
	color: #00BE91;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.module-quotes-item-content > p > a:Hover {
	border-bottom-color: #00BE91;
}
.module-quotes-bullets {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
}
.module-quotes-bullets .swiper-pagination-bullet {
	border: 1px solid #00BE91;
	background-color: transparent;
	width:  10px;
	height: 10px;
	opacity: .6;
	-webkit-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.module-quotes-bullets .swiper-pagination-bullet:Hover {
	background-color: rgba(0, 190, 145, .2);
}
.module-quotes-bullets .swiper-pagination-bullet-active,
.module-quotes-bullets .swiper-pagination-bullet-active:Hover,
.module-quotes-bullets .swiper-pagination-bullet-active:Focus {
	border-color: transparent;
	background-color: #00BE91;
	opacity: 1;
}

.module-quotes-item-footer {
	padding-top: 	 20px;
	padding-bottom: 20px;
	border-top: 1px solid #EAEBEC;
}
.module-quotes-item-footer > .user {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 32px);
}
.module-quotes-item-footer > .user > .userimage {
	width:  36px;
	height: 36px;
	overflow: hidden;
	border-radius: 100%;
	vertical-align: middle;
	display: inline-block;
}
.module-quotes-item-footer > .user > .userimage > img {
	width: 100%;
	height: auto;
}
.module-quotes-item-footer > .user > .username {
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
	color: #536065;
	display: inline-block;
	padding-left: 6px;
	width: auto;
}
.module-quotes-item-footer > .medium {
	display: inline-block;
	margin-left: auto;
	margin-right: 0px;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	text-align: center;
	float: right;
	font-size: 24px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.twitter-color {
	color: #55ACEE;
}
.windows-color {
	color: #FF5359;
}
.google-color {
	color: #DC4E41;
}
.linkedin-color {
	color: #007AB5;
}
.facebook-color {
	color: #3C5999;
}

/*	================================================ 	*/
/*																		*/
/*	================================================ 	*/
.module-12 {
	padding-top: 64px;
	text-align: center;
}
.module-12-container {
	max-width: 720px;
	padding-left: 24px;
	padding-right: 24px;
	margin-left: auto;
	margin-right: auto;
}
.module-12-container > p {
	font-size: 24px;
	line-height: 32px;
	color: #1F2729;
	font-weight: 300;
}
.module-12-container > p > a {
	font-size: 16px;
	font-weight: 500;
}
.module-12-container > p + p {
	margin-top: 32px;
}

/*	================================================ 	*/
/*																		*/
/*	================================================ 	*/
.module-13 {
	background-color: #F2FBF9;
	margin-top: 2px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.module-13 .footer-brand {

}
.module-13 .footer-brand > img {
	
}
.module-13 .copyright {
	font-size: 12px;
	line-height: 18px;
	color: #798487;
	padding-left: 44px;
}
.module-13 .copyright > .year {

}
.module-13 .copyright > a {
	display: inline-block;
	color: #798487;
	border-bottom: 1px solid #DAE2E6;

	-webkit-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.module-13 .copyright > a:Hover {
	color: #2C373A;
	border-bottom-color: #2C373A;
}
.list-13 {
	font-size: 0px;
}
.list-13-item,
.list-13-item:focus,
.list-13-item:visited,
.list-13-item:active {
	display: inline-block;
	font-size: 14px;
	line-height: 19px;
	color: #798487;
	margin-left: 24px;
	border-bottom: 1px solid transparent;

	-webkit-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.list-13-item:Hover {
	color: #2C373A;
	border-bottom-color: #2C373A;
}

/*	================================================ 	*/
/*																		*/
/*	================================================ 	*/
.module-20 {
	text-align: center;
	width: 100%;
}
.module-20-header {
	padding-top: 32px;
	padding-bottom: 12px;
	position: relative;
}
.module-20-header > .title {
	font-size: 32px;
	line-height: 44px;
	font-weight: 400;
}
.module-20-header > .close-modal {
	position: absolute;
	right: 12px;
	left: auto;
	top: 12px;
	bottom: auto;
}
.module-20-header > .close-modal > span {
	font-size: 32px;
	color: #404F54;
}
.module-20-body {
	margin: 24px auto;
	position: relative;
	display: block;
	border-radius: 5px;
	overflow: hidden;
	background-color: #FFFFFF;
	max-width: 800px;
	box-shadow: 0px 16px 32px rgba(0, 0, 0, .15);

}
.module-20-body iframe {
	display: block;
	width: 100%;
	min-height: 460px;
}
.module-20-footer {
	padding-top: 24px;
	padding-bottom: 48px;
}
.module-20-footer > p {
	color: #404F54;
	font-size: 17px;
	line-height: 28px;
}
.module-20-footer > p > a {
	color: #00BE91;
}
.module-20-footer > p > a:Hover {
	color: #00A17B;
}

/*	================================================ 	*/
/*																		*/
/*	================================================ 	*/


/*	================================================ 	*/
/*																		*/
/*	================================================ 	*/


/*	================================================ 	*/
/*																		*/
/*	================================================ 	*/


/*	================================================ 	*/
/*																		*/
/*	================================================ 	*/


/*	================================================ 	*/
/*																		*/
/*	================================================ 	*/

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, 5%);
       -o-transform: translate(0, 5%);
          transform: translate(0, 5%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: 100%;
  margin: 0px;
}

.modal-content {
  background-color: #FAFAFA;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: none;
  border-radius: 0px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #FAFAFA;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 1;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 100%;
		width: 100%;
		margin: 0px auto;
	}
}