.hidden {
	display: none;
}

.img-center {
	display: flex;
	justify-content: center;
}

/*******************************************************************************
 * BUTTON STYLES
*******************************************************************************/

.btn:hover {
	cursor: pointer;
}

.btn.btn-outline {
	color: #ff0000;
	background: white;
	padding: 12px 44px;
	font-weight: bolder;
	border: 3px solid #ff0000;
}

.btn.btn-outline-thin {
	color: #ff0000;
	background: white;
	padding: 12px 24px;
	font-weight: bolder;
	border: 3px solid #ff0000;
}

.btn.btn-outline-inverse {
	color: white;
	padding: 12px 44px;
	font-weight: bolder;
	background: #ff0000;;
	border: 3px solid white;
}

.btn.btn-outline-clear {
	color: white;
	background: none;
	padding: 12px 44px;
	font-weight: bolder;
	border: 3px solid #ff0000;
}

.btn.btn-outline-dark {
	color: white;
	padding: 12px 44px;
	font-weight: bolder;
	background: #2e2f33;
	border: 3px solid #ff0000;
}

.btn.btn-outline:hover, 
.btn.btn-outline-thin:hover, 
.btn.btn-outline-inverse:hover,
.btn.btn-outline-clear:hover,
.btn.btn-outline-dark:hover {
    color: #fff;
    background-color: #bd2130 !important;
    border-color: #b21f2d;
}


.btn.btn-navbar {
	width: 100%;
	color: white;
	font-weight: bolder;
	background: #ff0000;
	border-radius: 50px;
}

/*******************************************************************************
 * HEADER SECTION
*******************************************************************************/

#navbar-section .navbar {
	padding-top: 20px;
	margin-bottom: 20px;
	background-color: rgba(0,0,0,0);
}

#navbar-section button:hover {
	cursor: pointer;
}

#navbar-section img {
	width: 150px;
}

#navbar-section i, #navbar-section svg {
	color: white;
}

#navbar-section li.nav-item {
	border-bottom: 2px solid transparent;
}

#navbar-section li.nav-item.active {
	border-bottom: 2px solid #ff0000;
}

#navbar-section li.nav-item:hover {
	border-bottom: 2px solid #ffffff;
}

#navbar-section #navbar-content .navbar-nav .nav-naked:hover {
	border-bottom: none;
}

@media only screen and (min-width: 992px) {
	#navbar-section .nav-item a {
		height: 16px;
		opacity: 0.7;
		color: #eeeeee;
		font-size: 16px;
		font-family: Lato;
		font-weight: bold;
		text-align: center;
	}

	#navbar-section .nav-item a.btn {
		font-size: 16px;
		margin-left: 18px;
		padding-bottom: 30px;
	}

	#navbar-section .navbar {
		padding-right: 10%;
		padding-left: 10%;
	}

	#navbar-section #navbar-content {
		margin-top: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	#navbar-section .nav-item a {
		height: 16px;
		opacity: 0.7;
		color: #eeeeee;
		font-size: 14px;
		font-family: Lato;
		font-weight: bold;
		text-align: center;
	}

	#navbar-section .nav-item a.btn {
		font-size: 14px;
		margin-left: 16px;
		padding-bottom: 28px;
	}

	#navbar-section .navbar {
		padding-right: 5%;
		padding-left: 5%;
	}

	#navbar-section #navbar-content {
		margin-top: 10px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	#navbar-section .nav-item:first-child {
		margin-top: 20px;
	}

	#navbar-section .nav-item a {
		height: 35px;
		color: white;
		font-size: 16px;
		font-family: Lato;
		font-weight: bold;
		text-align: center;
	}

	#navbar-section .nav-item a.btn {
		width: 50%;
		padding: 5px;
		font-size: 16px;
		margin-top: 6px;
		margin-left: 25%;
	}

	#navbar-section li.nav-item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
 	}

 	#navbar-section li.nav-item,
 	#navbar-section li.nav-item:hover,
 	#navbar-section li.nav-item.active,
 	#navbar-section li.nav-item a.nav-link.btn:hover {
 		border-bottom: none;
 	}

 	#navbar-section li.nav-item a.nav-link {
		width: 50%;
		margin-left: 25%;
		border-bottom: 2px solid rgba(0, 0, 0, 0);
 	}

 	#navbar-section li.nav-item.active a.nav-link {
 		border-bottom: 2px solid #ff0000;
 	}

 	#navbar-section li.nav-item a.nav-link:hover {
		border-bottom: 2px solid #ffffff;
 	}

	#navbar-section #navbar-content .navbar-nav .nav-naked {
		margin-top:6px;
	}

	#navbar-section img {
		margin-left: 5%;
	}
}

#navbar-section .nav-item a {
	color: #eeeeee;
	height: 40px;
}

#navbar-section .nav-item a.btn {
	color: white;
	opacity: 1.0;
	font-weight: bold;
	font-family: Lato;
	text-align: center;
}

#header-section {
	color: white;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

#header-section h1 {
	width: 100%;
	color: #ffffff;
	font-size: 64px;
	font-weight: 300;
	font-family: Lato;
	text-align: center;
	margin-top: 55px;
	padding-bottom: 75px;
	letter-spacing: -2.5px;
}
/*******************************************************************************
 * INDEX HEADER
*******************************************************************************/

#index-header-section {
	color: white;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#index-invest-button a,
#index-invest-button div,
#index-invest-button img {
	z-index: 3 !important;
	height: 150px;
	width: 150px;
}

#index-invest-button {
	margin-right: 5rem;
}

@media only screen and (max-width: 992px) {
	#index-header-section {
		background-image: url("../images/home/home-header.png");
	}
}

@media only screen and (min-width: 992px) {
	#index-header-section {
		background-image: url("../images/home/home-header@2x.png");
	}
}

#index-header-section h1 {
	width: 100%;
	color: #ffffff;
	font-size: 64px;
	font-family: Lato;
	text-align: center;
	letter-spacing: -2.5px;
}

#index-header-section p {
	width: 100%;
	color: #ffffff;
	font-size: 22px;
	padding-top: 30px;
	line-height: 1.45;
	font-family: Lato;
	text-align: center;
	letter-spacing: -0.8px;
}

#index-header-section .btn-signup i, 
#index-header-section .btn-signup svg {
	width: 1em;
}

#index-header-section #header-copy a {
	font-size: 20px;
	margin-top: 35px;
	margin-bottom: 100px;
}

/*******************************************************************************
 * WHAT SECTION
*******************************************************************************/

#index-what-section {
	background-color: white;
}

#index-what-section > h6 {
	color: #3b3d40;
	font-size: 14px;
	text-align: center;
	margin-bottom: 35px;
	letter-spacing: 2px;
}

#index-what-section > h1 {
	color: #4a4a4a;
	font-size: 52px;
	margin-top: 75px;
	font-family: Lato;
	line-height: 1.06;
	text-align: center;
	letter-spacing: -2px;
}

#index-what-section #what-we-do-row .img-center-row {
	display: flex;
	margin-top: 50px;
	justify-content: center;
}

#index-what-section #what-we-do-row .img-center-row img {
	margin: 50px 25px 50px 50px;
	height: 100px;
}

#index-what-section #what-we-do-row #index-what-section-customer-img {
	width: 100px;
}

#index-what-section #what-we-do-row #index-what-section-corporate-img {
	width: 150px;
}

#index-what-section #what-we-do-row h1 {
	color: #222222;
	font-size: 28.8px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
	font-family: Lato;
}

#index-what-section #what-we-do-row h6 {
	color: #929292;
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	font-family: Open Sans;
}

@media only screen and (min-width: 992px) {
	#index-what-section #what-we-do-row h6 {
		height: 0px;
	}
}

@media only screen and (min-width: 720px) {
	#index-what-section #what-we-do-row h6 {
		height: 50px;
	}
}

#index-what-section a {
	font-size: 20px;
	margin-top: 50px;
	font-family: Lato;
	margin-bottom: 100px;
}

@media only screen and (max-width: 992px) {
	#index-what-section #index-what-section-corporate-img {
		margin-top: -50px !important;
	}
}

/*******************************************************************************
 * PRODUCTS SECTION
*******************************************************************************/

#index-products-section {
	background-color: red;
	padding-bottom: 35px;
}

#index-products-section h1 {
	color: white;
	font-size: 52px;
	font-family: Lato;
	line-height: 1.06;
	text-align: center;
	letter-spacing: -2px;
}

#index-products-section p {
	width: 80%;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.5;
	margin-left: 10%;
	text-align: center;
	font-family: Open Sans;
}

#index-products-section a {
	color: #ffffff;
	font-size: 20px;
	font-family: Lato;
	text-align: center;
	margin-bottom: 50px;
}

#index-products-section .img-center-row {
	justify-content: center;
	margin-bottom: 25px;
	margin-top: 75px;
	display: flex;
}

#index-products-section p {
	padding-bottom: 25px;
}

@media only screen and (max-width: 480px) {
	#index-products-section p {
		height: 200px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
	#index-products-section p {
		height: 130px;
	}
}

@media only screen and (min-width: 768px) {
	#index-products-section p {
		height: 120px;
	}
}

@media only screen and (max-width: 992px) {
	#index-products-section p {
		width: 60%;
		margin-left: 20%;
	}
}

#index-products-section .btn-soon {
    background-color: #36454f;
}
#index-products-section .btn-soon:hover {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

/*******************************************************************************
 * ABOUT SECTION
*******************************************************************************/

#index-about-section {
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-image: url("../images/home/bg.png");
}

#index-about-section > h6 {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
	margin-bottom: 35px;
}

#index-about-section h1 {
	color: white;
	font-size: 52px;
	padding-top: 75px;
	font-family: Lato;
	line-height: 1.06;
	text-align: center;
	margin-bottom: 35px;
	letter-spacing: -2px;
}

#index-about-section p {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.33;
	text-align: center;
	margin-bottom: 50px;
	font-family: Open Sans;
}

@media only screen and (max-width: 992px) {
	#index-about-section p {
		width: 80%;
		margin-left: 10%;
	}
}

#index-about-section a {
	font-size: 20px;
	font-family: Lato;
	margin-bottom: 75px;
}

/*******************************************************************************
 * PRESS SECTION
*******************************************************************************/

#index-press-section {
	background-color: #f6f6f6;
}

#index-press-section > h6 {
	color: #3b3d40;
	font-size: 14px;
	margin-top: 75px;
  text-align: center;
  letter-spacing: 2px;
	margin-bottom: 35px;
}

#index-press-section > h1 {
	color: #4a4a4a;
	font-size: 52px;
	margin-top: 75px;
	margin-bottom: 75px;
	font-family: Lato;
	line-height: 1.06;
	text-align: center;
	letter-spacing: -2px;
}

#index-press-section img {
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-bottom: 75px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

#index-press-section .img-center-row {
	justify-content: center;
	display: flex;
}

#index-press-section a {
	font-size: 20px;
	font-family: Lato;
	margin-bottom: 50px;
}
/*******************************************************************************
 * ABOUT HEADER
*******************************************************************************/

.about-header {
	background-image: url("../images/about/about-header@2x.png");
}

/*******************************************************************************
 * BACKGROUND SECTION
*******************************************************************************/

#about-background-section {
	padding-bottom: 50px;
}

/*******************************************************************************
 * MANAGEMENT SECTION
*******************************************************************************/

#about-management-section h2 {
	color: #4a4a4a;
	font-size: 42px;
	font-family: Lato;
	padding-top: 100px;
	text-align: center;
	padding-bottom: 50px;
}

@media only screen and (max-width: 992px) {
	#about-management-section h2 {
		width: 80%;
		margin-left: 10%;
	}
}

#about-management-section h6 {
	color: #3b3d40;
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 50px;
	font-family: Roboto;
}

#about-management-section .img-center {
	justify-content: center;
	display: flex;
}

#about-management-section h3 {
	color: #3b3d40;
	font-size: 18px;
	font-family: Lato;
	text-align: center;
	margin-top: 25px;
	letter-spacing: 2.5px;
}

#about-management-section h4 {
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.79;
	text-align: center;
	font-family: Lato;
	margin-bottom: 50px;
}

#about-management-section p {
  font-size: 18px;
}

@media only screen and (max-width: 992px) {
  #about-management-section p {
    width: 80%;
    margin-left: 10%;
  }
}

#about-management-section img {
	height: 170px;
	width: 170px;
}

/*******************************************************************************
 * ADVISORS SECTION
*******************************************************************************/

#about-advisors-section h6 {
	color: #3b3d40;
	font-size: 14px;
	margin-top: 50px;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 50px;
	font-family: Roboto;
}

#about-advisors-section .img-center {
	justify-content: center;
	display: flex;
}

#about-advisors-section h3 {
	color: #3b3d40;
	font-size: 18px;
	font-family: Lato;
	text-align: center;
	margin-top: 25px;
	letter-spacing: 2.5px;
}

#about-advisors-section h4 {
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.79;
	text-align: center;
	font-family: Lato;
	margin-bottom: 50px;
}

#about-advisors-section img {
	height: 120px;
	width: 120px;
}

/*******************************************************************************
 * PHILOSOPHY SECTION
*******************************************************************************/

#about-philosophy-section h6 {
	color: #3b3d40;
	font-size: 14px;
	margin-top: 50px;
	text-align: center;
	letter-spacing: 2px;
	font-family: Roboto;
}

#about-philosophy-section h5 {
	color: #ff0000;
	font-size: 20px;
	padding-top: 35px;
	font-weight: bold;
	line-height: 1.45;
	font-family: Lato;
	text-align: center;
}

#about-philosophy-section h2 {
	color: #4a4a4a;
	font-size: 42px;
	font-family: Lato;
	line-height: 1.06;
	text-align: center;
  margin-top: 75px;
	letter-spacing: -2px;
}

#about-philosophy-section h5:first-child {
	margin-top: 20px;
}

#about-philosophy-section p {
	color: #929292;
	font-size: 18px;
	margin-top: 15px;
	line-height: 1.71;
	font-family: Open Sans;
}

@media only screen and (max-width: 992px) {
	#about-philosophy-section p {
		width: 60%;
		margin-left: 20%;
	}
}

#about-philosophy-section #about-philosophy-section-last-row p {
	margin-bottom: 75px;
}

/*******************************************************************************
 * PRESS SECTION
*******************************************************************************/

#about-press-section {
	background-color: #f6f6f6;
}

#about-press-section > h6 {
	color: #3b3d40;
	font-size: 14px;
	margin-top: 75px;
  text-align: center;
  letter-spacing: 2px;
	margin-bottom: 35px;
}

#about-press-section h2 {
  color: #4a4a4a;
	font-size: 42px;
  padding-top: 75px;
	font-family: Lato;
	line-height: 1.06;
	text-align: center;
  margin-bottom: 75px;
}

#about-press-section img {
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-bottom: 75px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

#about-press-section .img-center-row {
	justify-content: center;
	display: flex;
}

#about-press-section a {
	font-size: 20px;
	font-family: Lato;
	margin-bottom: 50px;
}
/*******************************************************************************
 * CONSUMER HEADER
*******************************************************************************/

.consumer-header {
    background-image: url("../images/consumer/consumer-header@2x.png");
}

/*******************************************************************************
 * CONSUMER SECTION
*******************************************************************************/

#consumer-info-section h6 {
    color: #3b3d40;
    font-size: 14px;
    padding-top: 50px;
    text-align: center;
    font-family: Roboto;
    letter-spacing: 2px;
    padding-bottom: 50px;
}

#consumer-info-section h1 {
    color: #4a4a4a;
    font-size: 32px;
    margin-top: 75px;
    font-family: Lato;
    line-height: 1.06;
    text-align: center;
    margin-bottom: 75px;
}

#consumer-info-section .img-center-row {
    justify-content: center;
    margin-bottom: 25px;
    margin-top: 50px;
    display: flex;
}

#consumer-info-section img {
    max-width: 113px;
    max-height: 101.8px;
}

#consumer-info-section h4 {
    color: #222222;
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
    font-family: Lato;
    text-align: center;
}

#consumer-info-section h5 {
    color: #929292;
    font-size: 22px;
    line-height: 1.31;
    text-align: center;
    font-family: Open Sans;
}

#consumer-info-section p {
    color: #929292;
    font-size: 18px;
    margin-top: 35px;
    line-height: 1.71;
    text-align: center;
    font-family: Open Sans;
}

#consumer-info-section a {
    margin-bottom: 50px;
}

/*******************************************************************************
 * FLOW SECTION
*******************************************************************************/

#consumer-flow-section {
    color: white;
    padding-top: 75px;
    padding-bottom: 75px;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-image: url("../images/press/press-header@2x.png");
}

#consumer-flow-section .img-center {
    justify-content: center;
    display: flex;
}

#consumer-flow-section p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    font-family: Open Sans;
}

#consumer-flow-section p a {
    color: #ff0000;
    font-weight: bold;
}

@media only screen and (max-width: 992px) {
    #consumer-flow-section p {
        width: 80%;
        margin-left: 10%;
        text-align: center;
    }
    
    #consumer-flow-section p:nth-child(1) {
        margin-top: 35px;
    }

    #consumer-flow-section p:nth-child(3) {
        margin-bottom: 35px;
    }

    #consumer-flow-section .consumer-flow-section-button-row {
        justify-content: center;
        display: flex;
    }

    #consumer-flow-section .consumer-flow-section-button-row a {
        margin-top: 35px;
    }
}

@media only screen and (min-width: 992px) {
    #consumer-flow-section .consumer-flow-section-button-row a {
        margin-top: 50px;
        margin-left: -12px;
    }


    #consumer-flow-section .consumer-flow-section-button-row {
        justify-content: flex-start;
        display: flex;
    }
}

/*******************************************************************************
 * PLATFORMS SECTION
*******************************************************************************/

#consumer-platforms-section h1 {
    color: #4a4a4a;
    font-size: 32px;
    margin-top: 75px;
    font-family: Lato;
    line-height: 1.06;
    text-align: center;
    margin-bottom: 75px;
}

#consumer-platforms-section a {
    color: #ff0000;
}

/*******************************************************************************
 * PRICING SECTION
*******************************************************************************/

#consumer-pricing-section {
    padding-top: 35px;
    padding-bottom: 75px;
}

#consumer-pricing-section a {
    text-decoration: none;
}

#consumer-pricing-section h1 {
    color: #3c3d41;
    font-size: 64px;
    font-weight: 300;
    font-family: Lato;
    padding-bottom: 50px;
}

#consumer-pricing-section h2 {
    color: #3b3d40;
    font-size: 18px;
    font-family: Lato;
    text-align: center;
    padding-bottom: 5px;
    letter-spacing: 2.5px;
}

#consumer-pricing-section h3 {
    color: #ff0000;
    font-size: 72px;
    font-weight: 300;
    font-family: Lato;
    text-align: center;
    padding-bottom: 5px;
}

#consumer-pricing-section h4 {
    color: #c9d0d4;
    font-size: 18px;
    text-align: center;
    padding-bottom: 15px;
    font-family: Open Sans;
}

#consumer-pricing-section h5 {
    color: #929292;
    font-size: 18px;
    text-align: center;
    font-family: Open Sans;
}

#consumer-pricing-section .consumer-pricing-section-shadow-box {
    padding: 75px 0px;
    border-radius: 4px;
    margin-bottom: 35px;
    background-color: #ffffff;
    box-shadow: 0 5px 20px 0 rgba(186, 186, 186, 0.52);
}

#consumer-pricing-section .consumer-pricing-section-premier h3 {
    color: #c9d0d4;
}

#consumer-pricing-section .consumer-pricing-section-premier button {
    color: #c9d0d4;
    border-color: #c9d0d4;
}

#consumer-pricing-section button {
    margin-top: 35px;
    padding: 12px 24px;
}

/*******************************************************************************
 * ENTERPRISE HEADER
*******************************************************************************/

.enterprise-header {
	background-image: url("../images/enterprise/enterprise-header@2x.png");
}

/*******************************************************************************
 * ENTERPRISE INFO SECTION
*******************************************************************************/

#enterprise-info-section h6 {
	color: #3b3d40;
	font-size: 14px;
	padding-top: 50px;
	text-align: center;
	font-family: Roboto;
	letter-spacing: 2px;
	padding-bottom: 50px;
}

#enterprise-info-section h1 {
  color: #4a4a4a;
	font-size: 32px;
  margin-top: 75px;
	font-family: Lato;
	line-height: 1.06;
	text-align: center;
  margin-bottom: 75px;
}

@media only screen and (min-width: 992px) {
	#enterprise-info-section .enterprise-info-section-services-row {
		margin-left: 7%;
		padding-bottom: 75px;
	}
}


@media only screen and (max-width: 992px) {
	#enterprise-info-section p {
		width: 80%;
		margin-left: 10%;
		padding-bottom: 50px;
	}
}

#enterprise-info-section h4 {
	color: #222222;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.56;
	font-family: Lato;
}

#enterprise-info-section p {
	color: #929292;
	font-size: 18px;
	line-height: 2.06;
	text-align: center;
	font-family: Open Sans;
}

#enterprise-info-section img {
	max-height: 75px;
	margin-bottom: 35px;
}

#enterprise-info-section .img-center {
	display: flex;
	justify-content: center;
}

#enterprise-info-section a {
	font-size: 18px;
	margin-bottom: 75px;
}

/*******************************************************************************
 * ENTERPRISE MAGMA SECTION
*******************************************************************************/

#enterprise-magma-section {
	color: white;
	padding-top: 75px;
	padding-bottom: 75px;
	margin-bottom: -1px;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-image: url("../images/enterprise/magmabg@2x.png");
}

#enterprise-magma-section #magma-contribute-btn {
    margin-left: 20px;
    background-color: #36454f;
}

#enterprise-magma-section .img-center {
	justify-content: center;
	display: flex;
}


#enterprise-magma-section p {
	color: #ffffff;
	font-size: 18px;
	text-align: left;
	font-family: Open Sans;
}

#enterprise-magma-section i {
    top: 60px; 
    left: 300px;
    color: white;
    position: absolute;
}

@media only screen and (max-width: 992px) {
    #enterprise-magma-section i {
        top: 100px; 
        left: 300px;
        color: white;
        position: absolute;
    }
	#enterprise-magma-section p {
		width: 80%;
		margin-left: 10%;
		text-align: center;
	}

	#enterprise-magma-section a {
		margin-top: 35px;
	}

	#enterprise-magma-section p:first-child {
		margin-top: 35px;
	}

	#enterprise-magma-section p:nth-child(2) {
		margin-bottom: 35px;
	}

	#enterprise-magma-section .enterprise-magma-section-button-row {
		justify-content: center;
		display: flex;
	}
}

@media only screen and (min-width: 992px) {
	#enterprise-magma-section a {
		margin-top: 50px;
		margin-left: -12px;
	}


	#enterprise-magma-section .enterprise-magma-section-button-row {
		justify-content: flex-start;
		display: flex;
	}
}

/*******************************************************************************
 * ENTERPRISE VOLCANO SECTION
*******************************************************************************/

#enterprise-volcano-section {
	color: white;
	padding-top: 75px;
	padding-bottom: 75px;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-image: url("../images/enterprise/volcanobg@2x.png");
}

#enterprise-volcano-section .img-center {
	justify-content: center;
	display: flex;
}

#enterprise-volcano-section p {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	font-family: Open Sans;
}

@media only screen and (max-width: 992px) {
	#enterprise-volcano-section p {
		width: 80%;
		margin-left: 10%;
		text-align: center;
	}

	#enterprise-volcano-section a {
		margin-top: 35px;
	}

	#enterprise-volcano-section p:first-child {
		margin-top: 35px;
	}

	#enterprise-volcano-section p:nth-child(2) {
		margin-bottom: 35px;
	}

	#enterprise-volcano-section .enterprise-volcano-section-button-row {
		justify-content: center;
		display: flex;
	}
}

@media only screen and (min-width: 992px) {
	#enterprise-volcano-section a {
		margin-top: 50px;
		margin-left: -12px;
	}

	#enterprise-volcano-section .enterprise-volcano-section-button-row {
		justify-content: flex-start;
		display: flex;
	}
}

#enterprise-volcano-section a {
    background-color: #36454f;
}

/*******************************************************************************
 * FLOW SECTION
*******************************************************************************/

#enterprise-flow-section {
	color: white;
	padding-top: 75px;
	padding-bottom: 75px;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-image: url("../images/press/press-header@2x.png");
}

#enterprise-flow-section .img-center {
	justify-content: center;
	display: flex;
}

#enterprise-flow-section p {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	font-family: Open Sans;
}

@media only screen and (max-width: 992px) {
	#enterprise-flow-section p {
		width: 80%;
		margin-left: 10%;
		text-align: center;
	}

	#enterprise-flow-section a {
		margin-top: 35px;
	}
	
	#enterprise-flow-section p:nth-child(1) {
		margin-top: 35px;
	}

	#enterprise-flow-section p:nth-child(3) {
		margin-bottom: 35px;
	}

	#enterprise-flow-section .enterprise-flow-section-button-row {
		justify-content: center;
		display: flex;
	}
}

#enterprise-flow-section p a {
	color: #ff0000;
}

@media only screen and (min-width: 992px) {
	#enterprise-flow-section .enterprise-flow-section-button-row a {
		margin-top: 50px;
		margin-left: -12px;
	}


	#enterprise-flow-section .enterprise-flow-section-button-row {
		justify-content: flex-start;
		display: flex;
	}
}

/*******************************************************************************
 * SECURITY HEADER
*******************************************************************************/

.security-header {
	background-image: url("../images/security/security-header@2x.png");
}

/*******************************************************************************
 * SECURITY INFO SECTION
*******************************************************************************/

#security-info-section h2 {
    color: #4a4a4a;
    font-size: 32px;
    margin-top: 75px;
    font-family: Lato;
    line-height: 1.06;
    text-align: center;
    margin-bottom: 75px;
}

#security-info-section h1 {
	width: 70%;
	color: #4a4a4a;
	font-size: 42px;
	margin-left: 15%;
	line-height: 1.45;
	font-family: Lato;
	text-align: center;
	padding-bottom: 35px;
	letter-spacing: -0.8px;
}

#security-info-section p {
	width: 60%;
	color: #929292;
	font-size: 18px;
	margin-left: 20%;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 50px;
	font-family: Open Sans;
}

/*******************************************************************************
 * BULLETS SECTION
*******************************************************************************/

#security-bullets-section {
	padding-bottom: 35px;
}

#security-bullets-section > div:first-child {
	padding-bottom: 50px;
}

#security-bullets-section .img-center {
	display:flex;
	justify-content: center;
}

#security-bullets-section h5 {
	color: #ff0000;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
	font-family: Lato;
	padding-top: 15px;
}

#security-bullets-section p {
	width: 80%;
	color: #929292;
	font-size: 18px;
	margin-left: 10%;
	line-height: 1.71;
	text-align: center;
	font-family: Open Sans;
}

@media only screen and (min-width: 992px) {
	#security-bullets-section-first-row {
		margin-left: 7%;
	}
}

@media only screen and (max-width: 992px) {
	#security-bullets-section p {
		width: 60%;
		margin-left: 20%;
		padding-bottom: 35px;
	}

  #security-bullets-section-second-row {
    margin-top: -35px;
  }
}

/*******************************************************************************
 * SECURITY WHAT SECTION
*******************************************************************************/

#security-what-section {
	padding-bottom: 75px;
}

#security-what-section h2 {
	color: #222222;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	line-height: 1.45;
	font-family: Lato;
}

#security-what-section h1 {
	color: #4a4a4a;
	font-size: 22px;
	font-family: Lato;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 35px;
	padding-bottom: 50px;
}

#security-what-section p {
	color: #929292;
	font-size: 18px;
	line-height: 1.71;
	text-align: justify;
	font-family: Open Sans;
}

@media only screen and (max-width: 992px) {
	#security-what-section h2 {
		text-align: center;
	}

	#security-what-section p {
		width: 80%;
		margin-left: 10%;
		text-align: justify;
	}

	#security-what-section > div > div:nth-child(2) {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

/*******************************************************************************
 * MODES SECTION
*******************************************************************************/

#security-modes-section {
	padding-bottom: 75px;
}

#security-modes-section .img-center {
	display:flex;
	justify-content: center;
}

#security-modes-section h5 {
	color: #ff0000;
	font-size: 20px;
	font-weight: 500;
	padding-top: 15px;
	line-height: 1.45;
	text-align: center;
	font-family: Lato;
}

#security-modes-section p {
	color: #929292;
	font-size: 18px;
	line-height: 1.71;
  text-align: center;
	font-family: Open Sans;
}

@media only screen and (min-width: 992px) {
	#security-modes-section > .row {
		margin-left: 7%;
	}
}

@media only screen and (max-width: 992px) {
	#security-modes-section p {
		width: 60%;
		margin-left: 20%;
		padding-bottom: 35px;
	}
}

/*******************************************************************************
 * TRANSPARENCY SECTION
*******************************************************************************/

#security-transparency-section {
	padding-bottom: 75px;
}

#security-transparency-section h2 {
	color: #222222;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	line-height: 1.45;
	font-family: Lato;
}

#security-transparency-section p {
	color: #929292;
	font-size: 18px;
	line-height: 1.71;
	font-family: Open Sans;
}

@media only screen and (max-width: 992px) {
	#security-transparency-section h2 {
		text-align: center;
	}

	#security-transparency-section p {
		width: 80%;
		margin-left: 10%;
	}
}
/*******************************************************************************
 * SUPPORT HEADER
*******************************************************************************/

.support-header {
	background-image: url("../images/support/support-header@2x.png");
}

/*******************************************************************************
 * SUPPORT SECTION
*******************************************************************************/

#support-info-section h6 {
	color: #3b3d40;
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
	font-family: Roboto;
	padding-bottom: 50px;
}

#support-info-section h1 {
	width: 70%;
	color: #4a4a4a;
	font-size: 32px;
	margin-left: 15%;
	padding-top: 50px;
	font-family: Lato;
	text-align: center;
	padding-bottom: 35px;
}

#support-info-section p {
	width: 80%;
	color: #929292;
	font-size: 18px;
	margin-left: 10%;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 50px;
	font-family: Open Sans;
}

#support-info-section {
	padding-bottom: 175px;
}

#support-info-section .support-links-row {
	padding-top: 50px;
}

#support-info-section .img-center {
	display:flex;
	justify-content: center;
}

#support-info-section h5 {
	color: #ff0000;
	font-size: 32px;
	font-weight: 500;
	padding-top: 15px;
	line-height: 1.45;
	font-family: Lato;
	text-align: center;
}

.link-wrapper {
	position: relative;
	padding: 16px;
	border-radius: 20px;
}

.link-wrapper:hover {
	background: #f8f9fa;
}

.link-wrapper > a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@media only screen and (min-width: 992px) {
	#support-info-section .support-links-row p {
		height: 150px;
	}

	#support-info-section .support-links-row {
		margin-left: 7%;
	}
}

@media only screen and (max-width: 992px) {
	#support-info-section {
		padding-bottom: 0px;
	}

	#support-info-section .link-wrapper {
		margin-bottom: 80px;
	}

	#support-info-section p {
		width: 60%;
		margin-left: 20%;
		padding-bottom: 35px;
	}
}

#support-info-section .btn-outline-thin {
	padding: 12px 24px;
}
/*******************************************************************************
 * PRESS HEADER
*******************************************************************************/

.press-header {
	background-image: url("../images/press/press-header@2x.png");
}

/*******************************************************************************
 * VIDEOS SECTION
*******************************************************************************/

#press-videos-section h2 {
	font-size: 22px;
	color: #4a4a4a;
	line-height: 1.45;
	font-family: Lato;
	padding-top: 100px;
	padding-bottom: 50px;
	text-align: center;
	letter-spacing: -0.8px;
}

@media only screen and (max-width: 992px) {
	#press-videos-section h2 {
		width: 80%;
		margin-left: 10%;
	}
}

#press-videos-section h6 {
	color: #3b3d40;
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 50px;
	font-family: Roboto;
}

#press-videos-section .img-center {
	justify-content: center;
	display: flex;
}

#press-videos-section img {
	cursor: pointer;
	width: 246px;
	height: 138px;
}

#press-videos-section .progress-bar {
	cursor: pointer;
}

#press-videos-section video {
	width: 100%;
	height: auto;
}

#press-videos-section h4 {
	width: 80%;
	color: #3b3d40;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 10%;
	font-family: Lato;
	text-align: center;
	letter-spacing: 2.5px;
}

#press-videos-section h5 {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.79;
	text-align: center;
	font-family: Lato;
	margin-bottom: 50px;
}

#press-videos-section .press-videos-section-border-bottom {
	border-bottom: solid 1px #dbe3e8;
}

#press-videos-section div.px-video-controls div.progress-bar {
	background-color: inherit;
}

/*******************************************************************************
 * ARTICLES SECTION
*******************************************************************************/

#press-articles-section h6 {
	color: #3b3d40;
	font-size: 14px;
	margin-top: 50px;
	text-align: center;
	letter-spacing: 2px;
	font-family: Roboto;
	padding-bottom: 50px;
}

#press-articles-section .press-articles-section-border-left {
	border-left: 1px solid #cfcfcf;
}

#press-articles-section .img-container {
	justify-content: center;
	display: flex;
}

#press-articles-section img {
	max-height: 60px;
	max-width: 100%;
}

#press-articles-section h4 {
	color: #222222;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	font-family: Lato;
}

#press-articles-section h5 {
	color: #ff0000;
	font-size: 14px;
	text-align: left;
	line-height: 1.79;
	font-family: Lato;
}

@media only screen and (min-width: 992px) {

	#press-articles-section img {
		padding-right: 35px;
	}

	#press-articles-section h4,
	#press-articles-section h5 {
		padding-left: 35px;
	}

	#press-articles-section .press-articles-section-border-left {
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 992px) {
	#press-articles-section .press-articles-section-border-left {
		border-left: none;
	}

	#press-articles-section img {
		max-width: 200px;
		padding-bottom: 50px;
	}

	#press-articles-section h4 {
		width: 80%;
		color: #222222;
		font-size: 18px;
		margin-left: 10%;
		font-weight: bold;
		text-align: center;
		font-family: Lato;
	}

	#press-articles-section h5 {
		color: #ff0000;
		font-size: 14px;
		line-height: 1.79;
		font-family: Lato;
		text-align: center;
		padding-bottom: 35px;
	}
}

/*******************************************************************************
 * RELEASES SECTION
*******************************************************************************/

@media only screen and (max-width: 992px) {
	#press-releases-section img {
		max-width: 50px;
	}
}


#press-releases-section {
	padding-bottom: 75px;
}
/*******************************************************************************
 * QUESTIONS HEADER
*******************************************************************************/

.questions-header {
	background-image: url("../images/support/support-header@2x.png");
}

/*******************************************************************************
 * FAQS SECTION
*******************************************************************************/

#questions-section {
	padding-bottom: 75px;
}

#questions-section h1 {
	color: #4a4a4a;
	font-size: 24px;
	font-family: Lato;
	padding-top: 50px;
	text-align: center;
	letter-spacing: -0.9px;
	padding-bottom: 50px;
}

#questions-section h2 {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.45;
	text-align: justify;
	font-family: Lato;
}

#questions-section p {
	color: #929292;
	font-size: 18px;
	line-height: 1.71;
	text-align: justify;
	font-family: Open Sans;
}

#questions-section p a {
	color: #ff0000;
}
/*******************************************************************************
 * TUTORIALS HEADER
*******************************************************************************/

.tutorials-header {
	background-image: url("../images/support/support-header@2x.png");
}

/*******************************************************************************
 * TUTORIALS LIST SECTION
*******************************************************************************/

#tutorials-list-section {
	padding-bottom: 50px;
}

#tutorials-list-section h1 {
	color: #4a4a4a;
	font-size: 24px;
	font-family: Lato;
	padding-top: 50px;
	text-align: center;
	padding-bottom: 50px;
}

#tutorials-list-section h2 {
	color: #222222;
	font-size: 14px;
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Roboto;
}

#tutorials-list-section .tutorials-row {
	padding-bottom: 50px;
}

@media only screen and (max-width: 720px) {
	#tutorials-list-section .tutorials-row {
		margin-top: -50px;
	}

	#tutorials-list-section  .col-12.img-center {
		padding-top: 35px;
	}
}

#tutorials-list-section .tutorials-row:last-child {
	padding-bottom: 0px;
}

#tutorials-list-section i.fa-stack-2x {
	color: #ff0000;
}

#tutorials-list-section i.fa-stack-1x {
	color: white;
}

/*******************************************************************************
 * TUTORIAL SECTION
*******************************************************************************/

.tutorial-section {
	padding-bottom: 50px;
}

.tutorial-section i.fa-stack-2x {
	color: #ff0000;
}

.tutorial-section i.fa-stack-1x {
	color: white;
}

.tutorial-section h2 {
	color: #ff0000;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45;
	text-align: justify;
	font-family: Roboto;
}

.tutorial-section .fa-stack.text-center.fa-lg {
	padding-bottom: 75px;
}

.tutorial-section img {
	padding-bottom: 35px;
	height: auto;
	width: 100%;
}

@media only screen and (min-width: 720px) {
	.tutorial-section img.mobile-img {
		width: 50%;
		margin-left: 25%;
	}
}

.tutorial-section h1 {
	color: #4a4a4a;
	font-size: 24px;
	padding-top: 73px;
	font-family: Lato;
	text-align: center;
	letter-spacing: -0.9px;
}

.tutorial-section p {
	color: #929292;
	font-size: 18px;
	text-align: justify;
	padding-bottom: 15px;
	font-family: Open Sans;
}
/*******************************************************************************
 * PROMO HEADER
*******************************************************************************/

#promo-body {
	background-image: url("../images/signup/signup-header@2x.png");
}

#promo-section button i,
#promo-section button svg,
#promo-section button span {
	margin-left: 10px;
	margin-right: -10px;
}

#promo-section h1 {
	width: 100%;
	color: #ffffff;
	font-size: 44px;
	font-weight: 300;
	font-family: Lato;
	text-align: center;
	margin-top: 55px;
	padding-bottom: 75px;
	letter-spacing: -2.5px;
}


#promo-section a h2 {
	color: white;
}

/*******************************************************************************
 * PROMO CODE SECTION
*******************************************************************************/

@media only screen and (max-width: 720px) {
	#promo-section {
		height: 650px;
	}
}

@media only screen and (min-width: 720px) and (max-width: 992px) {
	#promo-section {
		height: 600px;
	}
}

@media only screen and (min-width: 992px) {
	#promo-section {
		height: auto;
	}
	
	#promo-code-section {
		height: 450px;
	}
	
	#promo-account-info-section {
		height: 650px;
	}
	
	#promo-success-section {
		height:500px;
	}
	
	#promo-failure-section {
		height:450px;
	}
}

#promo-section h1 {
	padding-bottom: 50px;
}

#promo-section #promo-code-err-msg {
	color: #ff0000;
	margin-top: -10px;
}

#promo-section h2,
#promo-code-section h2 a {
	color: #ffffff;
	font-size: 24px;
	font-family: Lato;
	text-align: center;
	padding-bottom: 25px;
	letter-spacing: -0.9px;
}

#promo-code-section .trailing h2 {
	/* margin-top: 75px; */
	padding-bottom: 25px;
}

#promo-section input {
	background-color: #f6f6f6;
	/* margin-bottom: 35px; */
	font-family: Lato;
	padding: 20px;
	color: black;
/* 	width: 90%; */
}

#promo-section #promo-code-section button {
	margin-bottom: 20px;
}

#promo-section #promo-account-info-section button,
#promo-section #promo-success-section button,
#promo-section #promo-success-section button {
	margin-bottom: 200px;
}

@media only screen and (min-width: 992px) {
	#promo-section input {
		width: 40%;
	}
}

#promo-section .img-center {
	display: flex;
	justify-content: center;
}

/*******************************************************************************
 * ACCOUNT INFO SECTION
*******************************************************************************/

#promo-section #promo-account-info-section input {
	background-color: #f6f6f6;
/* 	margin-bottom: 35px; */
  font-family: Lato;
	padding: 20px;
	color: black;
/* 	width: 90%; */
}

#promo-section #promo-code-account-info-err-msg {
	margin: -45px -50px 0px -50px;
	color: #ff0000;
}

#promo-section #promo-account-info-section button {
	margin-top: 35px;
}

#promo-section #promo-account-info-section input::-webkit-input-placeholder { color: #929292; }
#promo-section #promo-account-info-section input:-moz-placeholder { color: #929292; }
#promo-section #promo-account-info-section input::-moz-placeholder { color: #929292; }
#promo-section #promo-account-info-section input:-ms-input-placeholder { color: #929292; }

/*******************************************************************************
 * SUCCESS SECTION
*******************************************************************************/

#promo-section #promo-success-section p {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	padding-bottom: 35px;
	font-family: Open Sans;
}

/*******************************************************************************
 * FAILURE SECTION
*******************************************************************************/
/*******************************************************************************
 * SIGNUP HEADER
*******************************************************************************/

.signup-header {
	background-image: url("../images/signup/signup-header@2x.png");
}

.signup-header #navbar-section .navbar {
	margin-bottom: 25px;
}

#signup-button-1 i,
#signup-button-standard i,
#signup-button-premier i,
#signup-button-credit i,
#signup-button-bitcoin i,
#signup-button-1 svg,
#signup-button-standard svg,
#signup-button-premier svg,
#signup-button-credit svg,
#signup-button-bitcoin svg,
#signup-button-1 span,
#signup-button-standard span,
#signup-button-premier span,
#signup-button-credit span,
#signup-button-bitcoin span {
	margin-left: 10px;
	margin-right: -10px;
}

/*******************************************************************************
 * SIGNUP SECTION 1
*******************************************************************************/


@media only screen and (min-width: 992px) {
	#signup-section-1 .input-group {
		min-width: 520px;
		max-width:625px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	#signup-section-1 .input-group {
		min-width: 420px;
		max-width: 520px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	#signup-section-1 .input-group {
		width: 420px;
	}
	
	#signup-section-1,
	#signup-section-1 h1 {
		min-width: 420px;
	}
}

#signup-section-1 {
	padding-top: 75px;
	padding-bottom: 75px;
}

#signup-section-1 p {
	color: #ff0000;
  font-size: 18px;
}


#signup-section-1 p {
  color: #3b3d40;
	font-size: 18px;
	font-family: Lato;
  padding-top: 20px;
  margin-left: -20px;
}

#signup-section-1 a {
  margin-top: 35px;
}

@media only screen and (max-width: 480px) {
  #signup-section-1 p {
    font-size: 11px;
    padding-top: 25px;
  }
}

#signup-section-1 #username-row {
  margin-bottom: -15px;
}

#signup-section-1 h1 {
	color: #3c3d41;
	font-size: 64px;
	font-weight: 300;
	font-family: Lato;
	padding-bottom: 50px;
}

#signup-section-1 h2 {
    color: #929292;
	font-size: 18px;
	font-family: Lato;
	text-align: center;
}

#signup-section-1 h3 {
	color: #ff0000;
	font-size: 16px;
	font-family: Lato;
	padding-top: 35px;
	text-align: center;
}

#signup-section-1 input {
	border: none;
	font-family: Lato;
	background-color: #f6f6f6;
}

#signup-section-1 a h2 {
	color: #ff0000;
}

#signup-section-1 p {
	padding-top: 35px;
}

#signup-section-1 p a {
	color: #ff0000;
}


#signup-section-1 input.form-control::-webkit-input-placeholder { color: #929292; }
#signup-section-1 input.form-control:-moz-placeholder { color: #929292; }
#signup-section-1 input.form-control::-moz-placeholder { color: #929292; }
#signup-section-1 input.form-control:-ms-input-placeholder { color: #929292; }

/*******************************************************************************
 * SIGNUP SECTION 2
*******************************************************************************/

#signup-section-2 {
	padding-top: 75px;
	padding-bottom: 75px;
}

#signup-section-2 h1 {
	color: #3c3d41;
	font-size: 64px;
	font-weight: 300;
	font-family: Lato;
	padding-bottom: 50px;
}

#signup-section-2 #promo-code-box h5 {
    width: 80%;
    height: 29px;
    margin-left: 10%;
}

#signup-section-2 #promo-code-box a {
    margin-top: 91px;
}

#signup-section-2 h2 {
	color: #3b3d40;
	font-size: 14px;
	font-family: Lato;
	text-align: center;
	padding-bottom: 5px;
	letter-spacing: 2.5px;
}

#signup-section-2 h3 {
	color: #ff0000;
	font-size: 72px;
	font-weight: 300;
	font-family: Lato;
	text-align: center;
	padding-bottom: 5px;
}

#signup-section-2 h4 {
	color: #c9d0d4;
	font-size: 14px;
	text-align: center;
	padding-bottom: 15px;
	font-family: Open Sans;
}

#signup-section-2 h5 {
	color: #929292;
	font-size: 14px;
	text-align: center;
	font-family: Open Sans;
}

#signup-section-2 #promo-code-box h3 {
    color: #c9d0d4;
}

#signup-section-2 #promo-code-box a {
    color: #c9d0d4;
    border-color: #c9d0d4;
}
#signup-section-2 #promo-code-box a:hover {
	color: #6c757d;
    background-color: #c9d0d4 !important;
}

#signup-section-2 #standard-box h3 {
    color: #36454f;
}

#signup-section-2 #standard-box button {
    color: #36454f;
    border-color: #36454f;
}

#signup-section-2 #standard-box button:hover {
    color: #ffffff;
    background-color: #36454f !important;
}

#signup-section-2 .signup-section-2-shadow-box {
	padding: 75px 0px;
	border-radius: 4px;
	margin-bottom: 35px;
	background-color: #ffffff;
	box-shadow: 0 5px 20px 0 rgba(186, 186, 186, 0.52);
}

#signup-section-2 .signup-section-2-premier h3 {
		color: #ff0000;
}

#signup-section-2 .signup-section-2-premier button {
    color: #ff0000;
    border-color: #ff0000;
}

#signup-section-2 .signup-section-2-premier button:hover {
    color: #ffffff;
    background-color: #ff0000 !important;
}


#signup-section-2 button {
	margin-top: 35px;
	padding: 12px 24px;
}


/*******************************************************************************
 * SIGNUP SECTION 3
*******************************************************************************/

/*#signup-section-3 p {
	color: #ff0000;
  font-size: 18px;
}

#signup-section-3 {
	padding-top: 75px;
	padding-bottom: 75px;
}

#signup-section-3 h1 {
	color: #3c3d41;
	font-size: 64px;
	font-family: Lato;
	padding-bottom: 50px;
}

#signup-section-3 input,
#signup-section-3 select {
	border: none;
	padding: 10px;
	font-size: 14px;
	font-family: Lato;
	margin-bottom: 15px;
	background-color: #f6f6f6;
	color: #929292;
}

#signup-section-3 button {
	margin-top: 35px;
}

#signup-section-3 input.form-control::-webkit-input-placeholder { color: #929292; }
#signup-section-3 input.form-control:-moz-placeholder { color: #929292; }
#signup-section-3 input.form-control::-moz-placeholder { color: #929292; }
#signup-section-3 input.form-control:-ms-input-placeholder { color: #929292; }
*/


.card-cart-control {
	background-clip: padding-box;
	background-color: rgb(255, 255, 255);
	border-bottom-color: rgb(206, 212, 218);
	border-bottom-left-radius: 4.8px;
	border-bottom-right-radius: 4.8px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(206, 212, 218);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(206, 212, 218);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(206, 212, 218);
	border-top-left-radius: 4.8px;
	border-top-right-radius: 4.8px;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #e9ecef;
}

.card-cart-control div.input-group-prepend span.input-group-text {
	border-left: none;
	border-top: none;
	border-bottom: none;
}
.card-cart-control div#plan, .card-cart-control div#price {
	height: calc(2.875rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.card-cart-control div#price {
	margin-left: auto;
}



/*******************************************************************************
 * SIGNUP SECTION SUCCESS
*******************************************************************************/

#signup-section-success {
	padding-top: 75px;
	padding-bottom: 75px;
	text-align: center;
}

#signup-section-success h1 {
	color: #3c3d41;
	font-size: 64px;
	font-family: Lato;
	padding-bottom: 50px;
}

#signup-section-success h2 {
	margin-bottom: 35px;
}

#signup-section-success p {
	font-size: 1.1rem;
	margin-bottom: 35px;
	margin-left: -100px;
	margin-right: -100px;
}

.card-margin {
	margin-top: -12px; 
}/*******************************************************************************
 * FOOTER SECTION
*******************************************************************************/


@media (max-width: 575.98px) {
	body {
	  margin-bottom: 427px; 
	}
	#footer-section {
	  height: 427px;
	}
}

@media (min-width: 576px) {
	body {
	  margin-bottom: 294px 
	}
	#footer-section {
	  height: 294px;
	}
}

html {
  position: relative;
  min-height: 100%;
  font-size: 16px;
}

#footer-section {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #36454f;
}

#footer-block {
	padding-top: 50px;
}

#footer-section .footer-border-bottom {
	padding-bottom: 35px;
	border-bottom: 1px solid #8c8c8c;
}

#footer-section #logo-img {
	margin-left: -30px;
}

#footer-section h6 {
	color: #8c8c8c;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	font-family: Open Sans;
}

#footer-section .footer-link-row p {
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	font-family: Open Sans;
	margin-top: -15px;
}

#footer-section p {
	color: #828282;
	font-size: 12px;
	margin-top: 20px;
	font-family: Lato;
}

#footer-section .footer-privacy-p {
	text-align: left;
	margin-left: -30px;
	padding-right: 0px;
}

#footer-section .footer-copywrite-p {
	text-align: right;
	margin-left: 60px;
	margin-right: -60px;
	padding-left: 0px;
}

#footer-section .footer-copywrite-p a,
#footer-section .footer-privacy-p a {
	color: #828282;
}

#footer-section .footer-copywrite-p a {
	margin-left: 3px;
}


#footer-section span:first-child {
	margin-left: 5px;
}

#footer-section .footer-social-media {
	margin-left: 60px;
	margin-right: -60px;
}

#footer-section .footer-social-media span {
	color: #828282;
}

#footer-section .footer-social-media a {
	font-size: 1rem;
}

/*******************************************************************************
 * TERMS AND PRIVACY SECTIONS
*******************************************************************************/

#terms-section, #privacy-section {
	padding-top: 50px;
}

#terms-section h2, #privacy-section h2 {
	color: #ff0000;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45;
	text-align: justify;
	font-family: Roboto;
}

#terms-section p, #privacy-section p {
	color: #929292;
	font-size: 18px;
	text-align: justify;
	padding-bottom: 15px;
	font-family: Open Sans;
}

/*******************************************************************************
 * VALIDATION SECTIONS
*******************************************************************************/

.validation-section {
	padding-top: 50px;
}

.validation-section h2 {
	color: #ff0000;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	font-family: Roboto;
}

.validation-section p {
	color: #929292;
	font-size: 18px;
	text-align: justify;
	padding-bottom: 15px;
	font-family: Open Sans;
}

.validation-section .validation-rows {
	line-height: 1.0;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

#markup-section > div.row:nth-child(3) {
	padding-bottom: 35px;
}
#markup-section > .row {
	margin-top: -25px;
}

#markup-section > div.row .validation-last h2,
#markup-section > div.row p.validation-validate {
	text-align: center;
}
/*******************************************************************************
 * CONTACT SECTION
*******************************************************************************/

.cursor-pointer {
	cursor: pointer;
}

#contact-section {
	background-color: red;
}

#contact-section h1 {
	color: white;
	font-size: 48px;
	font-family: Lato;
	padding-top: 35px;
	text-align: center;
	padding-bottom: 35px;
}

/*******************************************************************************
 * EXPANDED CONTACT SECTION
*******************************************************************************/

#contact-form {
	background-color: red;
}

#contact-form h1 {
	color: white;
	font-size: 64px;
	font-family: Lato;
	text-align: center;
}

#contact-form p {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.33;
	text-align: center;
	font-family: Open Sans;
}

#contact-form p:nth-child(1) {
	margin-top: 15px;
}

#contact-form p:nth-child(2) {
	margin-top: -15px;
	margin-bottom: 50px;
}

#contact-form-err {
	width: 80%;
	margin-left: 10%;
}

#contact-form input[type="text"] {
	margin-bottom: 10px;
	background-color: #f6f6f6;
	font-weight: bold;
	padding: 20px;
	color: black;
}

#contact-form textarea {
	background-color: #f6f6f6;
	font-weight: bold;
	padding: 20px;
	color: black;
}

@media only screen and (min-width: 992px) {
	#contact-form .contact-form-first-form-row div:nth-child(1) input {
		width: 102%;
	}

	#contact-form .contact-form-first-form-row div:nth-child(2) input {
		width: 102%;
		margin-left: -2%;
	}
}

#contact-form .img-center {
	display: flex;
	justify-content: center;
}

#contact-form button {
	margin-top: 35px;
	margin-bottom: 75px;
}

#contact-form button i, #contact-form button svg, #contact-form button span {
	margin-left: 10px;
}

#contact-form input.form-control::-webkit-input-placeholder,
#contact-form textarea.form-control::-webkit-input-placeholder,
#contact-form input.form-control:-moz-placeholder,
#contact-form textarea.form-control:-moz-placeholder,
#contact-form input.form-control::-moz-placeholder,
#contact-form textarea.form-control::-moz-placeholder,
#contact-form input.form-control:-ms-placeholder,
#contact-form textarea.form-control:-ms-placeholder {
	color: #929292;
}


/*******************************************************************************
 * SETTINGS HEADER
*******************************************************************************/

.settings-header {
	background-image: url("../images/support/support-header@2x.png");
}

/*******************************************************************************
 * SETTINGS SECTION
*******************************************************************************/

#settings-info-section {
	padding-bottom: 50px;
}

#settings-info-section h6 {
	color: #3b3d40;
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 50px;
	font-family: Roboto;
}

#settings-info-section h2 {
	color: #ff0000;
	font-size: 20px;
	font-family: Lato;
	padding-top: 50px;
	font-weight: bold;
	line-height: 1.45;
	text-align: justify;
	padding-bottom: 15px;
}

#settings-info-section p {
	color: #929292;
	font-size: 18px;
	text-align: left;
	line-height: 1.71;
	margin-top: -15px;
	font-family: Open Sans;
}

#settings-info-section p a {
    color: #ff0000;
    font-weight: bold;
}

#settings-info-section .settings-info-section-big-gray {
	color: #929292;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	font-family: Open Sans;
}

#settings-info-section  .settings-info-section-red {
	color: #ff0000;
	font-weight: normal;
}

#settings-info-section h3 {
	color: #3c3d41;
	font-size: 16px;
	padding-top: 15px;
	font-weight: bold;
	padding-bottom: 15px;
}

#settings-info-section .settings-info-section-xsmall-gray {
	font-size: 14px;
	line-height: 2.4;
	font-weight: normal;
}

@media only screen and (max-width: 992px) {
	#settings-info-section .settings-info-section-info-col {
		padding-bottom: 35px;
	}
}

@media only screen and (min-width: 992px) {
	#settings-info-section .settings-info-section-info-col p {
		width: 90%;
	}
}
/*******************************************************************************
 * DRAPER HEADER
*******************************************************************************/

.draper-header {
	background-color: black;
}

#draper-videos-section .img-center {
	justify-content: center;
	display: flex;
}

#draper-videos-section img {
	cursor: pointer;
	width: 246px;
	height: 138px;
}

#draper-videos-section video {
	width: 100%;
	height: auto;
}


/*******************************************************************************
 * DRAPER HEADER
*******************************************************************************/

.draper-header {
	background-image: url("../images/draper/draper-header@2x.png");
}

/*******************************************************************************
 * VIDEOS SECTION
*******************************************************************************/

#draper-videos-section h4 {
	  margin-top: -0.5rem !important;
}

#draper-videos-section video {
	width: 100%;
	height: auto;
}

#draper-videos-section .progress-bar {
	cursor: pointer;
}

#draper-videos-section div.px-video-controls div.progress-bar {
	background-color: inherit;
}

/*******************************************************************************
 * invest HEADER
*******************************************************************************/

.invest-header {
	background-color: black;
}

#invest-videos-section .img-center {
	justify-content: center;
	display: flex;
}

#invest-videos-section img {
	cursor: pointer;
	width: 246px;
	height: 138px;
}

#invest-videos-section video {
	width: 100%;
	height: auto;
}


/*******************************************************************************
 * invest HEADER
*******************************************************************************/

.invest-header {
	background-image: url("../images/invest/invest-header@2x.png");
}

/*******************************************************************************
 * VIDEOS SECTION
*******************************************************************************/

#invest-videos-section h4 {
	  margin-top: -0.5rem !important;
}

#invest-videos-section video {
	width: 100%;
	height: auto;
}

#invest-videos-section .progress-bar {
	cursor: pointer;
}

#invest-videos-section div.px-video-controls div.progress-bar {
	background-color: inherit;
}

