.modal-open {
  overflow: hidden;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem 1rem 1rem!important;
	
}

.modal-left .modal-body{
	border:0px solid red!important;
	padding-bottom:140px!important;
}


.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  z-index:99999999;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  display:block;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

/**/


.modal-dialog ::-webkit-input-placeholder{
	color:#0399B5;
	font-size:.95em;
	letter-spacing:.3px;
	font-weight:400;
	font-family: 'UAFSans'!important;
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}
.modal-dialog ::-moz-placeholder{
	color:#0399B5;
	font-size:.95em;
	letter-spacing:.3px;
	font-weight:400;
	font-family: 'UAFSans'!important;
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}
.modal-dialog :-moz-placeholder           {
	color:#0399B5;
	font-size:.95em;
	letter-spacing:.3px;
	font-weight:400;
	font-family: 'UAFSans'!important;
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}
.modal-dialog :-ms-input-placeholder      {
	color:#0399B5;
	font-size:.95em;
	letter-spacing:.3px;
	font-weight:400;
	font-family: 'UAFSans'!important;
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}

.modal-dialog :focus::-webkit-input-placeholder {
	color:#000;
	
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}
.modal-dialog :focus::-moz-placeholder          {
	color:#000;
	
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}

.modal-dialog :focus:-moz-placeholder           {
	color:#000;
	
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}

.modal-dialog :focus:-ms-input-placeholder      {
	color:#000;
	
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}

.modal-description{
	font-size:.93em;
	line-height:1.45;
	margin:0 0 15px;
	font-family: 'UAFSans';
}

.modal-million h2{display:none!important;}

.modal-million form.webform-submission-form .js-form-item {
    width: 97%;
    display:block;
    margin: 0 0 9px;
}

.modal-million .js-form-item input[type="number"],
.modal-million .js-form-item input[type="text"] {
	border: 2.2px solid #2c2c2c;
	padding: 13.5px 13px 14.5px;
	background: transparent;
	width: 94%;
	margin-top: 6px;
	font-size:.95em;
	color:#0399B5;
	letter-spacing:.3px;
	font-family: 'UAFSans'!important;
}

.modal-million .js-form-item.js-form-type-textarea{
    width: 98%;
    display: inline-block;
    margin: 0% 0 15px!important;
}

.modal-million .js-form-item textarea{
    border: 2.2px solid #2c2c2c;
	padding: 13.5px 20px 14.5px;
    width: 94.5%;
    max-width: 94.5%;
    min-width: 94.5%;
    height: 170px;
    min-height: 170px;
    max-height: 222px;
    font-size:.95em;
    color:#000;
    font-family: 'UAFSans'!important;
    background: rgba(255,255,255,.19);
    margin-top: 2px;
}

.modal-million .js-form-item.js-form-type-webform-markup{
    width:100%;
    display:block;
    margin: 0 0 .5%;
}


.modal-million input.webform-button--submit{
    width: 98%;
	color: #fff;
    position: relative;
    display: block;
    z-index: 9;
    font-size: .89em;
    letter-spacing: .15px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 36px 0 7px;
    padding: 18.5px 0px 18.5px;
    cursor: pointer;
    text-align: center;
    border-radius: 35px;
    opacity: 1;
    border: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, .45);
    background: linear-gradient(-45deg, #2ebed9, #2ebed9, #0399B5, #129eb8);
    overflow: hidden;
    animation: gradient 4s ease infinite;
    background-size: 200% 200%;
}

.modal-million input.webform-button--submit:hover{
	z-index:99;
	color:#FFF;
    background:#232323;
	
	-webkit-transition: all .58s;
    -moz-transition: all .58s;
    -o-transition: all .58s;
    -ms-transition: all .58s;
    transition: all .58s;
}

/***/

/**/

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	min-height: 100%!important;
	min-width:100%!important;
	background-color:rgba(30,30,30,.85);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
	opacity: 1;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
    font-weight: bold;
    display: block;
	line-height:1;
    margin: 0px 0 5px;
    text-transform: uppercase;
    font-size: 1.5em;
    font-family: Oswald;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align:left;
  align-items: left;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}



.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}


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


.modal-title {
    line-height: 1.25;
    padding: 0;
    margin: 0;
    font-size: 2em;
}

.modal-dialog ::-webkit-input-placeholder{
	color:#0399B5;
	font-size:1em;
	letter-spacing:.3px;
	font-weight:500;
	font-family: 'UAFSans'!important;
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}
.modal-dialog ::-moz-placeholder{
	color:#0399B5;
	font-size:1em;
	letter-spacing:.3px;
	font-weight:500;
	font-family: 'UAFSans'!important;
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}
.modal-dialog :-moz-placeholder           {
	color:#0399B5;
	font-size:1em;
	letter-spacing:.3px;
	font-weight:500;
	font-family: 'UAFSans'!important;
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}
.modal-dialog :-ms-input-placeholder      {
	color:#0399B5;
	font-size:1em;
	letter-spacing:.3px;
	font-weight:500;
	font-family: 'UAFSans'!important;
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}

.modal-dialog :focus::-webkit-input-placeholder {
	color:#000;
	
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}
.modal-dialog :focus::-moz-placeholder          {
	color:#000;
	
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}

.modal-dialog :focus:-moz-placeholder           {
	color:#000;
	
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}

.modal-dialog :focus:-ms-input-placeholder      {
	color:#000;
	
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}

.modal-description{
	font-size:1.1em;
	line-height:1.45;
	margin:0 0 15px;
	font-family: 'UAFSans';
}

.modal-million h2{display:none!important;}

.modal-million form.webform-submission-form .js-form-item {
    width: 97%;
    display:block;
    margin: 0 0 9px;
}

.modal-million .js-form-item input[type="number"],
.modal-million .js-form-item input[type="text"] {
	border: 2.2px solid #2c2c2c;
	padding: 15px 13px 15px;
	background: transparent;
	width: 94%;
	margin-top: 6px;
	font-size:1.1em;
	font-weight:500;
	color:#000;
	letter-spacing:.3px;
	font-family: 'UAFSans'!important;
}

.modal-million .js-form-item.js-form-type-textarea{
    width: 98%;
    display: inline-block;
    margin: 0% 0 15px!important;
}


.modal-million .js-form-item.js-form-type-webform-markup{
    width:100%;
    display:block;
    margin: 0 0 .5%;
}


.modal-million input.webform-button--submit{
    width: 98%;
	color: #fff;
    position: relative;
    display: block;
    z-index: 9;
    font-size: 1.1em;
    letter-spacing: .15px;
    text-transform: uppercase;
    font-weight: 700;
	font-family: Oswald !important;
    margin: 36px 0 7px;
    padding: 18.5px 0px 18.5px;
    cursor: pointer;
    text-align: center;
    border-radius: 35px;
    opacity: 1;
    border: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, .45);
    background: linear-gradient(-45deg, #2ebed9, #2ebed9, #0399B5, #129eb8);
    overflow: hidden;
    animation: gradient 4s ease infinite;
    background-size: 200% 200%;
}

.modal-million input.webform-button--submit:hover{
	z-index:99;
	color:#FFF;
    background:#232323;
	
	-webkit-transition: all .58s;
    -moz-transition: all .58s;
    -o-transition: all .58s;
    -ms-transition: all .58s;
    transition: all .58s;
}

	
}
