/*-------------------
        Fonts
-------------------*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700;800&display=swap');

html,
body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
	color:#000;
    background-color: #404146;
}

* {
	font-family: "Nunito Sans", sans-serif;
	box-sizing: border-box;
}

.product-panel .title{
	color:#fff;
}

#section-1 {
	background-color: #f8f7fe;
	padding-top: 55px;
	padding-bottom: 60px;
}

p {
	margin: 0 0 10px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.hq-inner-wrap {
	height: 100%;
	width: 100%;
	display: table;
}

.hq-inner-wrap-c {
	display: table-cell;
	vertical-align: middle;
}

a,
a:hover,
a:focus {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

a.highlighted,
a.highlighted:hover,
a.highlighted:focus {
	color: #1b6d85;
	text-decoration: underline;
}

html {
	background-color: #313134;
}
header .header-wrap {
	background-image: unset;
	color: #fff;
	font-weight: 900;
	padding: 120px 0;
	text-align: center;
}

header .header-wrap .title {
	font-size: 57px;
	line-height: 58px;
}

header .header-wrap .header-btn {
	background-color: #7eb339;
	display: block;
	font-size: 21px;
	margin: 20px auto 0;
	padding: 20px 0;
	text-transform: uppercase;
	width: 300px;
}

.navbar-default {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-default .navbar-brand {
	padding: 3px 0 0 0;
}

ul.nav li {
	border-bottom: 4px transparent solid;
}

ul.nav li.selected {
	border-color: #7eb339;
}

.navbar-brand > img {
	width: 102px;
}

nav {
	background-color: #313134;
}

.cmd-section-split {
	display: block;
	margin: 20px auto 0;
	max-width: 400px;
	width: 100%;
}

footer {
	background-color: #ebebeb;
	color: #626262;
	padding: 100px 0;
}

footer img {
	margin-bottom: 30px;
	width: 160px;
}

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

footer ul li {
	float: left;
	margin: 0;
	padding: 0;
}

footer a,
footer a:hover,
footer a:focus {
	color: inherit;
}

.cmd-section {
	padding: 80px 0;
}

.cmd-section.privacy,
.cmd-section.terms,
.cmd-section.about {
	padding: 40px 0;
}

.cmd-section .title,
.cmd-section-1 .title h1 {
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 20px;
}

.cmd-section .description {
	font-weight: 300;
}

.cmd-section-1 .flex {
	background-color: transparent;
}

.cmd-section-1 img {
	display: block;
	margin: auto;
	max-width: 100%;
}

.cmd-section-1 .description {
	font-weight: 400;
}

.cmd-section-2 {
	background-color: #ebebeb;
	text-align: center;
}

.cmd-section-2 .title,
.contact-section .title {
	color: #fff !important;
}

.cmd-section-2 .item-wrap {
	background-color: #fff;
}

.cmd-section-2 .item-wrap img {
	display: block;
	width: 100%;
}

.cmd-section-2 .item-wrap .info {
	font-weight: 600;
	padding: 20px 15px;
}

.cmd-section-2 .overlap-btn {
	color: #fff;
	display: block;
	font-size: 19px;
	margin-bottom: -45px;
	margin-top: 30px;
	padding: 20px 15px;
	text-transform: uppercase;
}

.contact-pp-section {
	display: none;
	font-weight: 600;
	margin: 20px auto;
}

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

.contact-section .description {
	font-weight: 600;
	margin-bottom: 20px;
}

.contact-section ul.tip-list {
	margin-top: 20px;
	text-align: left;
}

.contact-section ul.tip-list li {
	margin-bottom: 10px;
}

#msisdn-stop-form .form-control {
	border: 1px #959595 solid;
	border-radius: 3px;
}

#msisdn-stop-form input[type="submit"] {
	background-color: #7eb339;
	border: 0;
	color: #fff;
	display: block;
	font-weight: 600;
	height: 50px;
	margin: auto;
	width: 150px;
}

::placeholder {
	color: #adadad;
}

#msisdn-stop-form input[type="submit"] {
	font-size: 16px;
	text-transform: uppercase;
}

.desktop-only {
	display: block;
}

.mobile-only {
	display: none;
}

#recaptchapopup {
	display: flex;
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(119, 117, 117, 0.639);
	align-items: center;
	justify-content: center;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
}

.recaptchacontainer {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
}

.recaptchacontainer h3 {
	font-size: 20px;
	color: #646464;
	font-weight: 300;
}

/* Custom XL Devices, Wide Screens */
@media only screen and (max-width: 1500px) {
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
	#section-2 {
		background-position: top center !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.cmd-section-contact .form-wrap .form-title,
	.cmd-section-contact .info-col .form-title {
		font-size: 20px;
	}
	.cmd-section {
		text-align: center;
	}
	.cmd-section-contact .info-col {
		padding: 20px 15px;
	}
	.cmd-section-contact .info-col .icon {
		margin-right: 15px;
	}
	#section-2 {
		background-position: right -170px top !important;
		padding: 3em 0 !important;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	.row{
		width: 100%;
	}
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
	.container-fluid > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container > .navbar-header {
		padding-left: 15px;
		padding-right: 15px;
	}
	.row-eq-height {
		display: block;
	}
	.hq-inner-wrap,
	.hq-inner-wrap-c {
		display: block;
	}
	header .header-wrap {
		padding: 80px 0;
	}
	header .header-wrap .title {
		font-size: 38px;
	}
	#section-1 {
		padding-bottom: 20px;
		padding-top: 0px;
	}
	.cmd-section-1 .title h1 {
		font-size: 24px;
	}
	.cmd-section-1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.cmd-section-2 .item-wrap {
		margin-bottom: 25px;
	}
	.cmd-section-2 .overlap-btn {
		margin-bottom: -20px;
		margin-left: -15px;
		margin-right: -15px;
	}
	#cmd-contact-form .form-group .sm-p:nth-child(1),
	#cmd-contact-form .form-group .sm-p:nth-child(2) {
		padding-left: 15px;
		padding-right: 15px;
	}
	#section-2 img{
		display: block;
		margin: 0 auto;
	}

	.cmd-section-contact {
		padding-top: 40px;
	}
	#cmd-contact_full_name,
	#cmd-contact_mobile {
		margin-bottom: 15px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}

* {
	font-family: "Nunito Sans", sans-serif !important;
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	line-height: 1.42857143;
}

.terms-btn {
	background-color: #372673;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: 700;
	padding: 20px 0;
	text-align: center;
	border-radius: 10px;
}

.terms-btn.selected {
	background-color: #7365ab;
	color: #fff;
}

#terms {
	background-color: #080847;
	padding-top: 2em;
}

.terms * {
	color: #fff;
}

nav .container {
    display: flex;
	padding: 1em;
    justify-content: center;
}

nav .container .side_nav {
    position: relative;
}

nav .container .side_nav{
    padding: 0 0.5em;
}

nav .container .side_nav{
    flex-grow:1;
}

nav .container .side_nav:first-of-type ul {
    float:left;
}

nav .container .middle_nav {
    width: 50%;
    text-align: center;
}

nav .side_nav ul {
    padding: 0;
    margin: 0;
}

.side_nav ul {
    float: right;
    position: relative;
}

nav .side_nav ul li {
    text-decoration: none;
    list-style: none;
	display: inline-block;
}

nav .side_nav ul li a {
    color: #fff;
    padding: 0.5em;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.42857143;
}

nav .side_nav ul li a.btn,
.btn {
    background-color: #8dc341;
    border-radius: 5px;
    color: #fff;
    padding: 0.7em 1.4em;
    min-width: 150px;
    text-decoration: none;
}

nav .container .side_nav img {
    max-width: 120px;
}

header {
	background: #37227f;
	text-align: center;
}

header.index {
	background-color: #0f287a;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 0 50%, #3257cc 50% 100%);

	position: relative;
}

header .bg-split,
header .header-content {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1000;
}

header .bg-split-1 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f287a+0,0f287a+50,1b3690+51,1b3690+100 */
	background: #404146;
	bottom: 50%;
}

header .bg-split-2 {
	background-color: #404146;
	top: 50%;
}

header .header-content {
	position: inherit;
}

header .container, .container {
	max-width: 1080px;
	width: 100%;
}

.w30 {
	width: 30%;
}

.w40 {
	width: 40%;
}

.w50 {
	width: 50%;
}

.w60 {
	width: 60%;
}

.w70 {
	width: 70%;
}

.w50 p {
	margin-bottom: 20px;
}

.paralink {
	color: #8dc341;
}

header .title {
	margin: 0;
	font-weight: 700;
	font-size: 2.6em;
	line-height: 39px;
	text-align: left;
	width: 90%;
	margin-bottom: 20px;
}

header .mobile {
	max-width: 300px;
}

.one_click {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	/* padding: 0 50px; */
}

.one_click span{
	width: 50%;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
}

.one_click p {
	font-size: 18px;
	margin-bottom: 20px;
	text-align: left;
}

.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

header .btn {
	padding: 0.4em 1.4em;
	min-width: 180px;
}

.btn {
	font-size: 1.2em;
}

.btn-orange {
	background-color: #8dc341;
	border-radius: 5px;
	color: #fff !important;
	padding: 0.4em 1.4em;
    min-width: 180px;
}

.btn-orange:hover {
	background-color: #7eb339;
	color: #fff;
}

.left {
	float: left;
}

.ellipse {
	width: 100%;
	max-width: 620px;
	margin-bottom: 2em;
	float: right;
}

.clickMobile {
	width: 70%;
	max-width: 550px;
	margin-bottom: 2em;
}

.cenVert {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.ellipse_parent h3 {
	font-size: 1.4em;
	font-weight: 600;
	margin-top: 0;
}

.ellipse_parent p {
	font-size: 14px;
	font-weight: 300;
}

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

.ticks {
	list-style: none;
	padding-left: 0;
}

.ticks li {
	margin-bottom: 10px;
}

.ticks li:before {
	content: "✓";
	color: #7ad658;
	margin-right: 10px;
}

.flex-box {
	margin: 1%;
	background-color: transparent;
	border-radius: 10px;
	overflow: hidden;
	color: #fff;
	padding: 1em;
}

.flex-box:nth-child(1) {
	padding-left: 0;
	margin-left: 0;
}

.flex-box:nth-child(3) {
	padding-right: 0;
	margin-right: 0;
}

.flex_text {
	padding: 0;
}

.flex-box h2 {
	margin: 0.2em 0;
	font-size: 1.3em;
	font-weight: 700;
}

.flex-box p {
	font-weight: 200;
	font-size: 0.9em;
}

.cmd-section .title {
	margin: 0;
	font-weight: 700;
	font-size: 2.6em;
	line-height: 39px;
	text-align: left;
	width: 90%;
	margin-bottom: 20px;
}

.cmd-section-1 .title h1 {
	color: #152c3d;
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 0;
}

.cmd-section-1 .title h3 {
	margin-top: 5px;
	margin-bottom: 0;
	color: #152c3d;
}

.cmd-section-1 .title h1,
#section-1 .title {
	color: #152c3d;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}

#section-1 .btn {
	background-color: #ec5e6e;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 0.5em;
	padding: 5px 15px;
}

#section-2 {
	background: #36373b;
	padding: 20px;
}

#section-2 .bg {
	background-image: url("/assets/brands/cmd/images/section-2-bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 80px 0;
}

#section-2.alt {
	background-image: url("/assets/brands/cmd/images/section-2-bg-alt.jpg");
}

#section-3 {
	background: #404146;
	padding: 20px;
}

.pride_text {
	color: #fff;
	text-align: left;
	width: 50%;
}

.pride_text p {
	font-weight: 200;
	margin-top: 20px;
}

.pride_text .main {
	font-size: 2.9em;
	font-weight: 700;
	line-height: 1.2em;
}

#login-form-container {
	display: flex;
	width: 100%;
	justify-content: center;
}

#login-form {
	display:flex;
	flex-direction: column;
	width: 50%;
	text-align: center;
	background: #fff;
	border-radius: 20px;
	font-size: 20px;
	margin: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#login-form input {
	width:80%;
	height:40px;
	margin: 10px;
	border-radius: 10px;
	border: 1px solid #333;
	text-align: center;
}

#login-submit {
	background: #372482;
	color:#fff;
	border: none;
}

#contact {
	background: #404146;
	color: #fff;
	padding: 60px 0 80px 0;
}

main#contact.curved {
	padding-top: 0;
}

#contact .container {
	max-width: 1080px;
}

#contact p {
	font-size: 14px;
}

#contact .col-xs-6 {
	padding: 0;
}

#contact form {
	max-width: 600px;
	display: block;
	margin: 1em auto;
}

#contact input,
#contact select,
#contact .select2-container,
#contact textarea {
	color: #333;
	background: #fff;
	border-radius: 5px;
	padding: 13px 20px;
	margin: 0.25em;
	border: 1px solid #afafaf;
	width: calc(100% - 0.5em);
	font-size: 0.9em;
}

#contact .select2-container {
	padding: 9px 20px 8px;
	margin-bottom: 15px;
}

.select2-container--default .select2-selection--single {
	background: transparent !important;
	border: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 9px !important;
}

.select2-results__option--selectable {
	color: #fff;
}

.select2-results__option--selectable + .select2-results__option--selectable {
	border-top: 1px #bbb solid;
}

#select2-reason-container {
	color: #b4a9ec;
	padding: 0;
}

#contact p.helpline {
	margin-bottom: 0;
	color: #e7e0ff;
}

#contact .back {
	position: absolute;
	top: 0;
	left: 0;
}

#contact .page-title,
#terms .page-title {
	font-size: 28px;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: left;
	color: #fff;
}

#terms .page-title {
	padding-right: 0;
}

#contact .page-title a,
#terms .page-title a {
	float: left;
	margin-top: 1px;
	margin-right: 10px;
}

#contact .page-title svg,
#terms .page-title svg {
	fill: #fff;
	height: 40px;
	width: 40px;
}

#contact input[type="submit"] {
	background: #8dc341;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 1.1em;
	font-weight: 600;
	margin: 0;
	padding: 15px 12px;
	width: 240px;
}

#contact .form-group {
	margin: 0;
}

#contact .form-group .col-xs-12 {
	padding: 0;
}

footer {
	background-color: #313134;
	color: #fff;
	font-size: 0.9em;
	padding: 3em 0 5em 0;
	text-align: center;
}

footer a,
footer a:hover {
	color: #fff;
}

footer img {
	margin-bottom: 0.5em;
}

footer ul {
	margin-top: 10px;
	padding: 0;
}

footer ul li {
	border-left: 1px #fff solid;
	display: block;
	float: left;
	padding: 0 10px;
}

footer ul li:first-of-type {
	border: 0;
	padding-left: 0;
}

footer a {
	display: block;
}

.clear {
	clear: both;
}

.more .col {
	padding-right: 1%;
}

.flex-icon {
	margin: 0 !important;
	width: 50px;
}

.mobile.mobile-only {
	display: none;
}
.mobile-only {
	display: none;
}

.logo-col {
	margin: auto;
}

.nopad {
	padding: 0.25em;
}

.leftflo {
	float: left;
}

.side_nav ul {
	float: right;
	position: relative !important;
}

#section-2 .btn {
    margin: 0 auto 20px;
}

@media only screen and (max-width: 768px) {

	nav .side_nav ul li {
		width: 100%;
		display: block;
		margin: 2em 0;
	}

	.mob_menu{  flex-grow: 1;}
    .menuLabel {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0; 
        float: right;
    }

    .line {
        fill: none;
        stroke: #8dc341;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
          stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }
	
    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
	}

    nav .container .side_nav.menu{
        position: absolute;
        top: 60px;
        background: #313134;
        border: 1px solid #313134;
        right: 0px;
        width: 100%;
        z-index: 1000;
    }

    .side_nav ul {
        float: unset;
    }

	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: inline;
	}

	header .container {
		width: 100%;
	}

	header .title {
		line-height: 1.2em;
		margin: 10px auto;
	}

	.one_click {
		font-size: 1.5em;
		max-width: 100%;
		margin-bottom: 1em;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0;
	}
	
	.one_click p {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 0;
	}

	.one_click .btn {
		font-size: 1.1em;
		font-weight: 500;
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.one_click span {
		width: 100%;
	}

	header .title {
		font-size: 2em;
		width: 100%;
	}

	header .btn {
		min-width: 250px;
		padding: 0.6em 2em;
	}

	header.contact nav {
		padding-bottom: 0;
	}

	#contact h1 {
		margin: 0;
		font-weight: 900;
		font-size: 1.7em;
		padding-bottom: 1em;
	}

	#contact .col-xs-6 {
		width: 100%;
	}

	#contact .container {
		width: 100%;
	}

	#contact input,
	#contact textarea {
		margin: 5px 3px;
	}

	.w40,
	.w50,
	.w60 {
		width: 100%;
	}

	.ellipse_parent {
		width: 95%;
		display: block;
		margin: 0 auto;
		float: unset;
	}

	.ellipse_parent h3 {
		font-size: 1.5em;
		font-weight: 700;
		margin-bottom: 20px;
	}

	.ellipse_parent p {
		font-size: 1.05em;
	}

	header .w40 img {
		display: none;
	}

	.cmd-section-1 .title h1,
	#section-1 .title {
		line-height: 1.15;
		margin-top: 0;
	}

	.cmd-section-1 .title h1 {
		font-size: 1.2em;
		line-height: 1.15;
	}

	.cmd-section-1 .title h3 {
		margin-top: 17px;
		margin-bottom: 0;
		font-size: 0.8em;
		padding: 0;
	}

	#section-1 .container {
		padding-left: 10px;
		padding-right: 10px;
	}

	#section-1 .more {
		display: none;
	}

	#section-1 .flex {
		display: block;
		margin-top: 1em;
	}

	#section-1 .flex-box {
		width: 100%;
		text-align: center;
		margin: 1em 0;
	}

	.cmd-section-1 img {
		width: 100%;
		max-width: unset;
	}

	#section-2.alt {
		background-image: url("/assets/brands/cmd/images/section-2-bg-mobile-alt.jpg");
	}

	#section-2 .container {
		padding-left: 19px;
		padding-right: 19px;
	}

	.pride_text {
		text-align: center;
		width: 100%;
	}

	.pride_text .main {
		font-size: 28px;
		margin-bottom: 25px;
	}

	.pride_text p {
		font-size: 16px;
		margin-top: 0;
	}
	
	.pride_text.desktop-only {
		display: none;
	}

	.pride_text.mobile-only {
		font-size: 1.3em;
		text-align: center;
	}

	.pride_text.mobile-only .main {
		font-size: 2em;
		font-weight: 700;
		line-height: 1.2em;
	}

	.mobile.mobile-only {
		display: block;
		margin: 0 auto;
		width: 350px;
	}

	footer {
		font-size: 1.2em;
	}

	footer .col-xs-6 {
		width: 100%;
	}
	
	footer img {
		width: 225px;
	}

	footer ul {
		padding: 0;
	}

	footer ul li {
		border: 0;
		display: block;
		float: none;
		padding: 3px 0;
	}
}

* {
	font-family: "Nunito Sans", sans-serif !important;
}

html,body{
	color:#fff;
}
.background {
	background-color: #313134;
	min-height: 100vh;
}
main,
main.darker,
main#terms.darker {
	background-color: #313134;
}

.product-panel .title-panel .title {
	background: -moz-linear-gradient(top, rgba(20, 46, 62, 0) 0%, rgba(20, 46, 62, 0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(20, 46, 62, 0) 0%, rgba(20, 46, 62, 0.7) 100%);
	background: linear-gradient(to bottom, rgba(20, 46, 62, 0) 0%, rgba(20, 46, 62, 0.7) 100%);
	color:#fff;
}

nav.navbar,
header {
	background-color: #1b435c;
}
.navbar-dark .navbar-nav .nav-item {
	background-color: #142d3e;
}
.title{
	font-size: 1.5em;
	font-weight: bold;
}
nav#portal-nav {
	bottom: -1px;
}
nav#portal-nav .buttons-wrap {
	background-color: #1d425c;
}
nav#portal-nav .portal-nav-btn {
	background-color: #152c3d;
}
nav#portal-nav .col.current {
	border-color: #ec5e6e;
}
nav#portal-nav .col.current .portal-nav-btn {
	background-color: #ec5e6e;
}
nav.navbar .navbar-toggler {
	background-color: #ec5e6e;
}

.category-panel {
	background-color: #174c54;
}
.product-panel.primary .title-panel {
	background-color: #142d3e;
}

.category-panel.disabled > .disabled-overlay {
	background-color: #103136;
}
.category-panel.disabled > .disabled-overlay .banner.coming-soon {
	background-color: #03191c;
}
.product-panel.primary,
.product-panel .description-panel {
	background-color: transparent;
}

ul.account-menu li a {
	background: #313134;
	color: #fff;
}
ul.account-menu li a svg {
	fill: #fff;
}

.product-category-panel {
	background-color: #633ca9;
}
.tag-panel .tag {
	background-color: #ec5e6e;
}

@media (min-width: 768px) {
	.navbar-dark .navbar-nav .nav-item {
		background-color: transparent;
	}
}

.contact-h2 {
	margin: 0.2em 0;
	font-size: 1.3em;
	font-weight: 600;
	text-align: left;
	margin-bottom: 10px;
}

.leftal {
	text-align: left;
}

.form-group:nth-child(1), .form-group:nth-child(4) {
	width: 50%;
	float: left;
}

.form-group:nth-child(2), .form-group:nth-child(5) {
	width: 50%;
	float: right;
}

.leftal .flag {
	max-width: 20px;
	margin-right: 10px;
	position: relative;
	bottom: 1px;
}

.bottom-lined {
	border-bottom: 1px solid #dfdee3;
	padding-bottom: 10px;
	margin-bottom: 10px !important;
	width: 50%;
}

main.darker, main#terms.darker {
	background-color: #142d3e;
}

footer .company-details{
	max-width: 820px;
	text-align: left;
	margin: 1em auto;
}

@media (max-width: 768px) {
	.bottom-lined{
		width:100%;
	}
}

.contact-section .title {
    color: #000 !important;
}
.contact-section {
    text-align: center;
}
.page-title {
	font-size: 28px;
	font-weight: 800;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
}
#contact .form-errors p {
	font-size: 13px;
	margin-bottom: 3px;
}
.page-title.with-back {
	padding-right: 50px;
}
.contact-pp-section {
	display: none;
	font-weight: 600;
	margin: 20px auto;
}
.contact-section .description {
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-section ul.tip-list {
    margin-top: 20px;
    text-align: left;
}
.contact-section ul.tip-list li {
    margin-bottom: 10px;
}
.form-description {

}
.form-description a,
.form-description a:hover,
.form-description a:focus,
.form-description a:visited {
	color: inherit;
	text-decoration: underline;
}
::placeholder{
    color:#d1d2e8 ;
}
#contact{
	background-color: #404146;
    color:#fff;
	padding: 60px 0 80px 0;
}
.company_details{
	padding-bottom: 80px;
}
#contact a{
    color:#fff;
}
#contact .container{
    max-width: 1080px;
}
.form-group {
	margin-bottom: 0;
}
#contact p{
    font-size: 14px;
}
.btn{
    border-radius: 7px;
    /* background-color: #ec5e6e; */
    font-weight: bold;
}
#contact .col-xs-6{
    padding:0;
}
#contact form{
    max-width: 600px;
    display: block;
    margin: 1em auto;
	padding: 0;
}
#contact label {
	font-weight: 600;
	padding: 0 20px 5px;
}
#contact input,
#contact select,
#contact .select2-container,
#contact textarea{
	color: #B4A9EC;
	background: #313134;
	border-radius: 20px;
	padding: 13px 20px;
	margin:0.25em;
	border: none;
	width:calc(100% - 0.5em);
	font-size: 0.9em;
}

#contact .select2-container{
	padding: 9px 20px 8px;
	margin-bottom: 15px;
}
.select2-container--default .select2-selection--single {
	background: transparent !important;
	border: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 9px !important;
}
.select2-results__option--selectable {
	color: #000;
}
.select2-results__option--selectable + .select2-results__option--selectable {
	border-top: 1px #BBB solid;
}
#select2-reason-container {
	color: #B4A9EC;
	padding: 0;
}
#contact p.helpline{
    margin-bottom:0;
    color:#e7e0ff
}
#contact .back{
    position: absolute;
    top:0;
    left:0;
}
#contact .back img{
    width:30px;
}
#contact input[type="submit"]{
	background-color: #8dc341;
	border-radius: 7px;
    color:#fff;
    display: block;
	font-size: 1.1em;
	font-weight: 600;
    margin:0;
    padding: 15px 12px;
	width: 240px;
}

#contact input[type="submit"]:hover {
	background-color: #7eb339;
}

#contact input,
#contact textarea,
#contact .select2-container {
	background-color: #313134;
}
.controls-panel .control-btn,
#contact input[type="submit"] {
	background: #8dc341;
	border-radius: 7px;
}

.controls-panel .control-btn, #contact input[type="submit"]:hover {
	background-color: #7eb339;
}

#recaptchapopup {
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(119, 117, 117, 0.639);
    align-items: center;
    justify-content: center;
    top:0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
}

.recaptchacontainer {
    padding: 30px;
background: #fff;
border-radius: 10px;
}

.recaptchacontainer h3 {
    font-size: 20px;
    color: #646464 ;
    font-weight: 300;
}
.logo-col {
    margin: auto;
  }
footer {
	padding: 100px 0;
}
footer img {
	margin-bottom: 30px;
	width: 160px;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul li {
	float: left;
	margin: 0;
	padding: 0;
}
footer a,
footer a:hover,
footer a:focus {
	color: inherit;
}

footer {
	font-size: 0.9em;
	padding: 3em 0 5em 0;
	text-align: center;
}
footer img {
	margin-bottom: 0.5em;
}
footer ul {
	margin-top: 10px;
	padding: 0;
}
footer ul li {
	border-left: 1px #fff solid;
	display: block;
	float: left;
	padding: 0 10px;
}
footer ul li:first-of-type {
	border: 0;
	padding-left: 0;
}
footer a {
	display: block;
}
@media only screen and (max-width : 768px) {
    #contact h1{
        margin:0;
        font-weight: 900;
        font-size: 1.7em;
        padding-bottom: 1em;
    }
    #contact .col-xs-6{
        width:100%;
    }
    #contact .container{
        width: 100%
    }
    #contact input, #contact textarea{
        margin: 5px 3px;
    }

	footer {
		font-size: 1.2em;
	}
	footer .col-xs-6 {
		width: 100%;
	}
	footer img {
		width: 225px;
	}
	footer ul {
		padding: 0;
	}
	footer ul li {
		border: 0;
		display: block;
		float: none;
		padding: 3px 0;
	}
}

/* footer .company-details{
	max-width: 820px;
	text-align: left;
	margin: 1em auto;
} */

.col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;

}

footer img {
    margin: auto;
}