/* custom styles */

/*



colors: 

negro     #000000
celeste   #2e8699
aqua      #00d1d2

*/

@font-face {
  font-family: 'Gotham-Medium';
  src: url("../fonts/Gotham-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'Gotham-Light';
  src: url("../fonts/Gotham-Light.otf") format("opentype");
}
@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book.otf") format("opentype");
}
@font-face {
  font-family: 'univers_55';
  src: url("../fonts/univers_55.ttf") format("truetype");
}


body {
	font-family: Gotham-Light;
    background-color: #fff;
    color: #fff;
}
footer#colophon, body:not(.theme-preset-active) footer#colophon	 {
    border-top: 3px solid #000;
    color: #000;
    background-color: #fff;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1400px;
}
section {
    padding: 9em 0;
}
section.register {
	background-size: cover;
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
}
a, a:visited, a:hover{
	color: #fff;
}

h1.heading {
    font-size: 1.5em;
    font-family: Gotham-Light, serif;
    font-weight: 300;
    LETTER-SPACING: 0.5px;
}
h2.title {
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 1.4em;
    font-weight: 300;
        line-height: 1;
    letter-spacing: 0.5px;
}
p.copy {
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 1.125em;
    font-weight: 300;
        line-height: 1.2;
    letter-spacing: 0.5px;
}
p.footer{
	color: #000;
    font-family: 'univers_55', sans-serif;
}
img.veevlogo {
    margin-bottom: 5em;
}
p.frm_notice {
    margin-top: 1.5em;
    font-size: 1.15em;
    letter-spacing: 0.5px;
}
.gf_submission_limit_message p {
    text-align: center;
    font-size: 1.15em;
    letter-spacing: 0.5px;
}
#page .cta button, #page .cta a, #page input[type=submit] {
    background-color: #dfb572;
    text-decoration: none;
    -webkit-appearance: none;
    border: solid 1px #dfb572;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    display: inline-block;
    padding: 0.7em 1.2em 0.7em 1.2em;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    font-size: 1.315em;
    border-radius: 0px;
    margin-top: 0.75em;
    font-family: 'Gotham-Medium', sans-serif;
    color: #282828;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}









/* gf styles  */
#page .gfield input, #page .gfield select{
    background-color: transparent!important;
    border: none;
    color: #fff!important;
    border-bottom: 1px solid #fff;
    outline: none;
    font-family: 'Gotham-Light', sans-serif;
    font-size: 1.15em;
    padding-left: 0;
    padding-top: 1em;
}

/* fix apple autofill background color */
input:-webkit-autofill,
  input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
  }

#page .gfield label, #page .gfield legend
{
    font-family: 'Gotham-Light', sans-serif;
    font-size: 1.15em;
    font-weight: 300;
}
#page .gfield input::placeholder, #page .gfield select::placeholder {
  color: #fff;
}

legend.gfield_label {
    color: #fff;
}
.gchoice label {
    color: #fff;
}

#page input[type=submit]{
	color: #fff;
	background-color: transparent;
	border: solid 1px #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}
#page .close {
    float: left;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0px 0 #fff;
    opacity: 1;
    text-align: left;
    outline: none;
    margin: 0;
}

#page .gfield input[type=radio], #page .gfield input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    border: 1px solid #fff;
    background-color: transparent;
    outline: none;
    width: 40px!important;
    height: 40px;
}
#page .gfield input[type=radio]:checked, #page .gfield input[type=checkbox]:checked {
    background-color: transparent;
    background-image: url(../images/check.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2em !important;
}


#page .gfield_checkbox label{
  display: block;
}
#page .gfield_checkbox input{
  float: left;
    margin-right: 1em;
}
.modal-dialog {
    margin: 0 auto;
}







/* popup styles */

.page-template-veev-landing-register .pum-theme-17, .page-template-veev-landing-register .pum-theme-default-theme{
	background: rgba(46, 134, 153, 0.70);

}
.pum-content h2, .pum-content p{
	color: #2E8699;
}

.pum-content h2{
	font-size: 2em;
}

.pum-content p{
	font-size: 1.15em;
}
.page-template-veev-landing-register .pum-theme-17 .pum-container, .page-template-veev-landing-register .pum-theme-default-theme .pum-container {
    padding: 18px 12em;
    padding-bottom: 4em;
}
.pum-container.pum-responsive img {
outline: none;
}
.pum-theme-17 .pum-content, .pum-theme-default-theme .pum-content {
    outline: none;
}
.pum-theme-17 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    outline: none;
}


















/*pop up styles */

#overlay {
	background: #000;
	background: rgba(0, 0, 0, 0.3);
	display: block;
	float: left;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index: 99;
}

#gform-notification {
	background: #fff;
	border-radius: 10px;
	display: block;
	margin: auto;
	max-height: 237px;
	max-width: 520px;
	padding: 61px;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	text-align: center;
	width: 100%;
	z-index: 101;
}

#gform-notification .button {
	margin: 20px 0 0;
	padding: 12px 24px;
}