@import ('../fonts/TradeGothic/stylesheet.css');
@import ('../fonts/Lato/stylesheet.css');
@import ('../fonts/Roboto/stylesheet.css');
#mainHeader img {
        max-width: 240px;
    } 
.menu_section img {
    max-width: 120px;
} 
.accordion-label {
     background-color: #fff;
     margin-bottom: 10px;
 }
 
 .accordion-label:nth-child(even) {}
 
.accordion-label h2 {
    margin: 0;
    font-size: 22px;
}
.side-btn button.btn.btn-lg {
    background: #5b5b5b;
    border-radius: 0 36px 36px 0;
    padding: 20px 25px;
}
.email-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
}
a.btn.btn-lg.scroll-btn {
    background: #f1372bf;
   
    position: relative;
    color: #f4c22f !important;
    margin: 15px 0 50px;
    white-space: normal;
    line-height: 30px;
}

.email-flex input {
    margin-right: 5px;
}
button.btn.btn-lg {
    background: #f1372b;
	color: #f4c22f;
	text-shadow: -2px 2px #222425;
         
}
button.btn.btn-lg:hover {
    background: #b82c23;
}
.accordion-label h2 > a {
    display: block;
    padding: 15px 37px;
    text-decoration: none;
    font-family: 'Gotham';
    font-weight: 500;
    text-transform: uppercase;
    /* font-family: 'TradeGothic LT'; */
    font-size: 23px;
    font-family: 'Avalon';
        /*text-shadow: 2px 2px #000000;*/
	font-weight: bold;
}
 .sub-title-header {
/*    background-color: #000;*/
   /*   background: linear-gradient(156deg, #58278f 18%, #00a99d 70%);
     background: linear-gradient(120deg, #58278f 30%, #00a99d 70%);*/
	 background: linear-gradient(120deg, #00a9c2 30%, #008498 70%);
	 /*background-color: #00a9c2;*/
}
.panel.panel-default.accordion-label {
    margin-bottom: 10px;
    border-radius: 0;
}
#submit-section{
    width: 100%; height: 70vh; position: absolute; bottom: 0; z-index: -1;
}
.radio-toolbar .form-control {
    height: 46px;
}

.sub-title-header.list-headers a {
    padding: 10px 10px;
    display: block;
    text-decoration: none;
   
	    color: #141414;
/*    font-family: 'TradeGothic LT';*/
      font-family: 'Roboto-Bold';
}  
.sub-title-header.list-headers {
    background-color: #f1f1f1 !important;
    margin: 0;
    margin-bottom: 2px;
    background: no-repeat;
}
.panel.panel-default.accordion-label {
    border: 3px solid #222425;
}
.other-inline .form-group label {
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: right;
    font-weight: normal;
    font-family: 'TradeGothic LT';
    color: #ef452b !important;
    cursor: default;
    overflow: initial;
    white-space: inherit;
    text-overflow: inherit;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 5px;
    font-family: 'Lato-Bold';
}
.other-inline .form-group label:hover {
    background-color: transparent;
    border: none;
    padding: 0;
}
.home-bg{
 background: url('../img/bg-vote.jpg');
}
.other-inline .form-group .form-control::placeholder {
    color: #ccc9c9 !important;
}
.form-group.email-flex .form-control::placeholder {
    color: #ccc9c9 !important;
}
.other-inline .form-group .form-control {
    width: 100%;
    max-width: 350px;
    /* font-family: 'TradeGothic LT'; */
    border: 2px solid #ef452b;
    font-size: 16px;
    color: #ef452b;
    font-family: 'Roboto-Bold';
}
@media (min-width:768px){
    .other-inline .form-group {
    display: flex;
    align-items: center;
}
}
@media (max-width:767px){
    .other-inline .form-group label {
        text-align: left;
    } 
    .mt40 {
    margin-top: 0em;
}
}
/*
 .accordion-label h2 > a:before {
     content: "\002b";
    font-family: Glyphicons;
    position: absolute;
    right: 40px;
    padding: 5px 8px;
    top: 30%;
    margin-top: 0;
    background-color: #ff215c;
    line-height: 1;
    border-radius: 50%;
    color: #fff;

 }
 
 .accordion-label h2 > a:not(.collapsed):before {
             content: "\2212";
 }
 
*/

.sub-title-header > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f139";
    padding-right: 5px;
     text-shadow: none;
}
.sub-title-header > a.collapsed:before {
    float: right !important;
    content:"\f13a";
        text-shadow: none;
}
 .accordion-label .accordion-content {
     /*        padding-top: 30px;*/
     border-top: 1px solid #ccc;
 }
 
 .accordion-label .accordion-content .row {
     margin-left: 0;
     margin-right: 0;
     background-color: #d4dbdc;
     padding: 15px 0;
     vertical-align: middle;
 }
 
 .accordion-label .accordion-content .row:nth-child(even) {
     background-color: #f3f2f2;
 }
 
 .accordion-label .accordion-content .form-group {
     margin-bottom: 0;
 }
 
 .accordion-label .accordion-content .form-control {
     background-color: #fff;
     border-color: #a7a7a7;
 }
 
 .generatedMoreLink {
     display: none !important;
 }
 
 @media (min-width: 1024px) {
     .portfolioMosaic.mosaic5 article {
         display: none !important;
     }
 }
 
 [data-tooltip]:hover:before,
 [data-tooltip]:hover:after {
     display: block;
     position: absolute;
     font-size: 0.9em;
     color: white;
 }
 
 [data-tooltip]:hover:before {
     border-radius: 5px;
     content: attr(title);
     background-color: rgba(0, 0, 0, 0.9);
     margin-top: -3.5em;
     padding: 0.3em 0.5em;
 }
 
 [data-tooltip]:hover:after {
     content: '';
     margin-top: -3.1em;
     margin-left: 1em;
     border-style: solid;
     border-color: transparent;
     border-top-color: rgba(0, 0, 0, 0.9);
     border-width: 0.5em 0.5em 0 0.5em;
 }
 
 .final-submit {
     color: #00a99d !important;
     font-size: 20px;
    padding-top: 20px; 
    line-height: 32px;
    font-family: 'Lato-Bold';
 }
 
 .background-section {
     position: relative;
     padding: 0;
 }
 
 .background-section:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     /*background: rgba(0, 0, 0, 0.3);*/
 }
 
 .radio-toolbar {
     margin: 10px;
     padding-left: 20px;
     padding-bottom: 20px;
     padding-right: 20px;
 }
 
 .radio-toolbar input[type="radio"],
 .radio-toolbar input[type="checkbox"] {
     opacity: 0;
     position: fixed;
     width: 0;
 }
 
.radio-toolbar label {
    /*display: inline-block; */
    background-color: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid #ef452b;
    border-radius: 30px;
    width: 24.5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    text-align: center;
    color: #ef452b;
    font-family: 'Roboto-Bold';
}
.sub-title-header.list-headers > a:before {
    color: #58278f;
	color: #00a9c2;
}
.radio-toolbar label:hover {
    background-color: #add136;
    border: 2px solid #add136;
    color: #000;
    /* background: linear-gradient(117deg, #58278f -4%, #00a99d 70%); */
}
 
 .radio-toolbar input[type="radio"]:focus + label,
 .radio-toolbar input[type="checkbox"]:focus + label {
     background-color: #4c99e6;
     color: #FFF;
 }
 
 .radio-toolbar input[type="radio"]:checked + label,
 .radio-toolbar input[type="checkbox"]:checked + label {
    background-color: #f4ca0e;
    border-color: #f4ca0e;
    color: #000;;
 }
 
.title-header {
    margin-bottom: 15px;
    line-height: 1em;
    color: #fff !important;
    font-family: 'Avalon';
    font-size: 67px;
    text-shadow: 2px 2px #58278f;
    /* background: -webkit-linear-gradient(#58278f, #00a99d); */
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
	
	color: #f4c22f !important;
    font-weight: bold;
    text-shadow: -5px 3px #222425;
}
.title-header-sec {
    margin-bottom: 15px;
    line-height: 1em;
    color: #fff !important;
    font-family: 'Avalon';
    font-size: 50px;
    text-shadow: 2px 2px #58278f;
    /* background: -webkit-linear-gradient(#58278f, #00a99d); */
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
	
	color: #f4c22f !important;
    font-weight: bold;
    text-shadow: -5px 3px #222425;
    text-transform: uppercase;
}


.title-description{
    color: #fff !important;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Lato-Bold';
}


.voting-sec{
    color: #00a99d;
    text-align:left;
/*    font-weight: bold;*/
        font-family: 'Roboto-Bold';
}
 .form-group.mb40 label {
     color: #fff;
 }
 
 .sub-title-header {
     font-weight: 600;
     color: #000 !important;
 }
 
.sub-title-header a {
    color: #fff;
}
 
.tacos-compete{
    max-width: 150px;
}
.fb-img{
    max-width: 424px;
}
.instagram-img{
    max-width: 302px;
}
.socialNetwork li {
    padding: 0 25px;
}
.footer-section{
    position: relative;
}
.footer-bg-image{
    position: absolute;
    top: -69px;
    width: 100%;
    height:70px;
}
.sign-up-title{
    font-size: 52px;
    color: #207f7f;
    padding-bottom: 20px;
}
input[type="text"], input[type="password"], input[type="email"] {
    background: #fff;
    color: #4c4a4a;
  
    font-family: 'Roboto-Bold';
    height: 60px;
	    margin: auto;
}


@media (max-width: 414px) {
	input[type="text"], input[type="password"], input[type="email"] {
    width: 100%;
	}
}


.privacy-sub-title {
    font-family: 'Gotham';
    color: #58278f !important;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 30px;
}
.privacy-title {
    font-family: 'Milkshake';
    margin-bottom: 10px;
    color: #58278f !important;
}
.privacy-content p {
    color: #fff !important;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Lato-Regular';
}
.about.privacy ul li {
    color: #fff !important;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Lato-Regular';
}
.about.privacy h3 {
    color: #fff;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.about.privacy .headline {
    margin-bottom: 15px;
    line-height: 1em;
    color: #f4ca0e!important;
    /* font-family: 'Avalon'; */
    font-size: 78px;
    text-shadow: 2px 2px #000000;
    width: 100%;
}   
.about.privacy h5 {
    color: #fff;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.privacy-content p a, .privacy-content ul li a {
    color: #f4ca0e !important;
    text-decoration: none;
}
.about.privacy b {
    color: #d6d6d6;
    font-family: 'Lato-Bold';
}
.sign-up-section img {
    text-align: center;
    margin: 0 auto;
}
.privacy-link a {
    color: #fff;
    text-decoration: none;
}
.privacy-link {
    margin-bottom: 10px !important;
}
.footer-new-title {
    margin-bottom: 15px;
    line-height: 1em;
    color: #fff !important;
    font-family: 'Avalon';
    font-size: 100px;
    text-transform: uppercase;
    /*background: linear-gradient(78deg, #58278f 27%, #00a99d 70%);*/
	
	background-color: #fff;
	
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent;*/
	
	text-shadow: 2px 2px #58278f;
}
@media (min-width:992px){
    .sign-up-section{
        display: flex;
        align-items: center;
        justify-content: center;
    }
	
    .news-right-img{
       margin-bottom: -60px !important;
		    max-width: 330px;
    }
	
	
	
    #homePortfolio {
        padding: 0 0 50px;
    }
    .taco-left{
        display:none;
    }
}

 @media (max-width:991px) {
     .taco-right{
         display: none;
     }
     .radio-toolbar label {
         width: 48%;
     }
     #mainHeader .navbar-nav.pull-right {
         float: right !important;
         margin-top: 12px;
     }
     .submit-btn .btn {
        float: none;
        margin: 0 auto;
        display: block;
    }
     .final-submit {
/*        color: #333 !important;*/
        font-size: 18px;
        text-align: center;
        line-height: 28px;
    }
     .sign-up-title {
        font-size: 34px;
        color: #207f7f;
        padding-bottom: 20px;
        text-align: center;
    }
     .title-description {
/*        color: #333 !important;*/
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
    }
     .title-header{
         font-size: 56px;
     }
     #homePortfolio {
        padding: 50px 0 0;
    }
 }
@media (min-width:768px) and (max-width:991px){
    .accordion-label h2 > a {
    display: block;
    padding: 40px 37px;
    text-decoration: none;
}
    .accordion-label h2 {
    margin: 0;
    font-size: 36px;
}
}
 @media (max-width:767px) {
     #mainHeader img {
/*        margin-top: 10px;*/
        max-width: 150px;
         margin-left: -10px;
    }
     .radio-toolbar label {
         width: 100%;
     }
     #mainHeader .navbar-nav.pull-right {
         float: none !important;
         margin-top: 12px;
     }
     [data-tooltip]:hover:before, [data-tooltip]:hover:after {
         font-size: 0.7em; 
     }
     .socialNetwork img {
        padding: 10px 15px;
    }
     .news-right-img {
        margin-bottom: -75px !important;
         max-width: 225px;
    }
     .taco-left {
        max-width: 300px;
    }
     .sub-title-header {
        font-weight: 600;
        color: #000 !important;
        font-size: 18px;
    }
     .accordion-label h2 {
        font-size: 24px;
    }
     .accordion-label h2 > a {
      display: block;
        padding: 10px;
        text-decoration: none;
        font-size: 30px;
    }
     .footer-new-title{
         font-size: 70px;
     }
 }
@media (max-width:320px){
    #mainHeader img {
        margin-top: 12px;
        max-width: 208px;
    }
}
.panel.panel-default.sub-accordion-label {
    border: none;
    border-radius: 0;
}

.modal-tit {
    font-size: 40px;
    font-family: "FlyingLeatherneck";
    line-height: 40px;
    color: #fff !important;
    text-shadow: 2px 2px #000;
    margin-bottom: 20px;
}
.modal-dialog.stop-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    margin: auto;
}
.modal-backdrop.in {
    opacity: 0.8 !important;
}
.frame-body {
    text-align: center;
    padding: 50px;
    border: 5px solid #d6d6d6;
}
#submitModal button.close {
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 20px;
    text-shadow: none;
    background-color: #58278f;
    padding: 8px;
    z-index: 1;
}
.yes-or-btn {
    margin: 25px 0 0;
}
.yes-or-btn button {
    padding: 15px 40px;
}
#submitModal button.close.btn.btn-lg {
    position: relative;
    padding: 15px 40px;
    background: url('../img/bg-new.jpg');
    background-color: #333;
    text-shadow: 2px 2px #000000;
    float: none;
}
.modal-dialog.stop-dialog .modal-content {
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: linear-gradient(156deg, #58278f 18%, #00a99d 88%);
}
.modal-body.frame-body p {
    color: #fff;
    font-family: "Roboto-Bold";
    font-size: 16px;
    margin-bottom: 15px;
}
.st-btn {
    margin-top: 24px;
    float: right;
}

/* Wrapper */
.new-icon-button {
	background-color: white;
	border-radius: 5.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 3rem;
	height: 5.6rem;
	line-height: 5.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 5.6rem;
}

/* Circle */
.new-icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.new-icon-button:hover span {
	width: 5.6rem;
	height: 5.6rem;
	border-radius: 5.6rem;
	margin: -2.8rem;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.instagram span {
	background-color:  #3f729b;
}

/* Icons */
.new-icon-button i {
	background: none;
	color: white;
	height: 5.6rem;
	left: 0;
	line-height: 5.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 5.6rem;
	z-index: 10;
}
.new-icon-button .new-icon-twitter {
	color: #4099ff;
}
.new-icon-button .new-icon-facebook {
	color: #3B5998;
}
.new-icon-button .new-icon-instagram {
	color:  #3f729b;
}
.new-icon-button:hover .new-icon-twitter,
.new-icon-button:hover .new-icon-facebook,
.new-icon-button:hover .new-icon-instagram {
	color: white;
}
.social-icons {
    padding: 25px;
}

.inner-radio-selection-group {
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-radio-selection-group .inner-radio-selection {
    width: 24.5%;
    margin-bottom: 0;
    margin-right: 4px;
}
.radio-toolbar .inner-radio-selection-group .inner-radio-selection label {
    width: 100%;
    padding: 6px 20px;
    white-space: inherit;
    height: 47px;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px){
    .inner-radio-selection-group .inner-radio-selection {
        width: 48%;
        display: inline-block;
    }
        .inner-radio-selection-group {
        display: block;
    }
}
@media (max-width:767px){

 .inner-radio-selection-group .inner-radio-selection {
    width: 100%;
}
}
.form-error-section{
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-error-section .form-response.error {
    color: #c70000;
    background: transparent;
    border-radius: 0;
    border: 4px solid #d4d4d4;
    padding: 20px;
}
.form-error-section .form-response.error:hover {
    background-color: #c70000;
    color: #fff;
}
.form-error-section p {
    text-shadow: none;
    font-size: 16px;
    line-height: 29px;
    font-family: 'Roboto-Bold';
} 
 
/* Base for label styling */
.final-submit.form-group [type="checkbox"]:not(:checked),
.final-submit.form-group [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.final-submit.form-group [type="checkbox"]:not(:checked) + label,
.final-submit.form-group [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.final-submit.form-group [type="checkbox"]:not(:checked) + label:before,
.final-submit.form-group [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 1.5em;
    height: 1.5em;
    border: 2px solid #ccc;
    background: transparent;
    border-radius: 0;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.final-submit.form-group [type="checkbox"]:not(:checked) + label:after,
.final-submit.form-group [type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    top: 0.35em;
    left: .22em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #00a99d;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
.final-submit.form-group [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.final-submit.form-group [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.final-submit.form-group [type="checkbox"]:disabled:not(:checked) + label:before,
.final-submit.form-group [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.final-submit.form-group [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.final-submit.form-group [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.final-submit.form-group [type="checkbox"]:checked:focus + label:before,
.final-submit.form-group [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #d1d1d1;
}

/* hover style just for information */
.final-submit.form-group label:hover:before {
  border: 2px solid #4778d9!important;
}

#page-title.page-title {
    padding: 20px 0;
}
   .header-new-title {
    text-align: center;
    color: #f4c22f !important;
    font-family: 'Avalon';
    font-size: 52px;
    text-transform: uppercase;
    text-shadow: -5px 5px #222425;
    margin: 0;
	   font-weight:bold;
   }
   .alien-header {
   position: absolute;
   right: 20%;
   width: 152px;
   top: 10px;
   } 

p.title-description.second-par a {
    color: #fff;
    text-decoration: none;
}
.break-mobile{
    display: none;
}
#globalWrapper {
    overflow: hidden;
}
@media (max-width:1399px){
    .alien-header {
        right: 10%;
    } 
}
@media (max-width:1200px){
    .alien-header {
        right: 5%;
    } 
    .header-new-title{
        font-size: 52px;
    }
}
@media (max-width:991px){
a.btn.btn-lg.scroll-btn {
    font-size: 14px;
    line-height: 22px;
}
    p.title-description span {
    font-size: 18px !IMPORTANT;
}
       .break-mobile{
        display: block;
    }
    .header-new-title {
        font-size: 42px;
        left: 30px;
        line-height: 40px;
    }
}

@media (max-width:767px){
    a.btn.btn-lg.scroll-btn {
    font-size: 12px;
    line-height: 22px;
    margin: 15px 0 21px;
    padding: 9px 25px;
}
    .break-mobile{
    display: block;
}
    .form-group.final-submit label {
    font-size: 16px;
}
    
   .alien-header {
    position: absolute;
    right: 0;
    width: 65px;
    top: 10px;
   } 
    .header-new-title {
    font-size: 37px;
    line-height: 32px;
    left: 40px;
        z-index: 10;
}
}

@media (max-width:414px){
    .header-new-title {
        font-size: 28px;
        line-height: 28px;
    }
    
}

 input {
   /*
   -moz-appearance: none !important;
   appearance: none !important;
   */
   }
   input:focus::-webkit-input-placeholder
   {
   color: transparent;
   }
   input:focus::-moz-placeholder{
   color: transparent;
   }
   input:focus:-moz-placeholder{
   color: transparent;
   }
   .second-par {
   font-size: 20px;
   color: #fff !important;
   }
   .third-par {
   font-size: 14px;
   line-height: 21px;
   }
   @media (max-width:414px){
   .navbar-default .navbar-collapse, .navbar-default .navbar-form {
   right: 11px;
   top: -10px;
   }
   #mainMenu .navbar-nav li:last-child, #mainMenu .navbar-nav li:last-child a {
   font-size: 11px;
   }
   p.title-description span {
   font-size: 14px !important;
   }
   .title-header {
   font-size: 43px;
   margin: 0px;
   }
   .second-par {
   font-size: 14px;
   }
   .third-par {
   font-size: 11px;
   line-height: 18px;
   }
   .final-submit {
   font-size: 14px;
   }
   }
p.final-submit {
    font-size: 18px;
    color: #000 !important;
}
#submitPanel {
    padding: 20px 10px 30px;
}
#error{
    display: flex;
    align-items: center;
    justify-content: center;
}
#error .form-response.error {
    color: #fb0000;
    background: transparent;
    border-radius: 0;
    border: 4px solid #e7eaea;
    padding: 20px;
}
#error p {
    text-shadow: none;
    font-size: 16px;
    line-height: 29px;
    font-family: 'Roboto-Bold';
}
.add-remove-section {
    display: flex;
}
.add-remove-section button {
    padding: 10px;
    box-shadow: none;
    border: none;
    color: #fff;
    background-color: #000;
    margin: 0 0 0 5px;
    width: 50px;
    height: 45px;
}
button.add-btn {
    background-color: #ef452b;
}
button.remove-btn {
    background-color: #00a99d;
}
span.selected-label {
    width: 100%;
    max-width: 300px;
    padding: 6px 20px;
    white-space: inherit;
    height: 47px;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: no-drop;
    text-align: center;
    color: #fff;
    font-family: 'Roboto-Bold';
    border: 2px solid #58278f;
    background-color: #58278f;
    border-radius: 30px;
}