



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Oswald-Regular;
  src: url('../fonts/oswald/Oswald-Regular.ttf'); 
}

@font-face {
  font-family: Oswald-Medium;
  src: url('../fonts/oswald/Oswald-Medium.ttf'); 
}



/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Oswald-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: Oswald-Medium;
	font-size: 14px;
	line-height: 1.2;
	color: #FFFF40;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #0B3998;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;

}

p {
	font-family: Oswald-Medium;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*---------------------------------------------*/
.container {
	max-width: 1200px;
}




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 40vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #3AB4F1;
  
}

.wrap-contact100 {
  width: 550px;
  background: transparent;
  padding: 30px 0 80px 0;
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
}

.contact100-form-title {
  display: block;
  font-family: Oswald-Medium;
  font-size: 40px;
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 35px;
}

.contact100-form-consent {
  display: block;
  font-family: Oswald-Medium;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 0px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: #fff;
  margin-bottom: 17px;
}

.label-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 62px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  font-size: 26px;
  color: #999999;
}


.input200 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Oswald-Medium;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.2;
  padding: 0 5px;
}


/*---------------------------------------------*/
input.input200 {
  height: 62px;
  padding: 0 20px 0 58px;
}


textarea.input200 {
  min-height: 199px;
  padding: 19px 20px 0 23px;
}


.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Oswald-Medium;
  font-size: 20px;
  color: #43383e;
  line-height: 1.2;
  padding: 0 5px;
}


/*---------------------------------------------*/
input.input100 {
  height: 62px;
  padding: 0 20px 0 58px;
}


textarea.input100 {
  min-height: 199px;
  padding: 19px 20px 0 23px;
}


/*==================================================================
[ Restyle Checkbox ]*/

.contact100-form-checkbox {
  padding-top: 12px;
  padding-bottom: 20px;
}

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-family: Oswald-Regular;
  font-size: 15px;
  color: #43383e;
  line-height: 1.2;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 15px;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #D70774;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-top: 13px;
}

.wrap-contact100-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 31px;
  overflow: hidden;
}

.contact100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #df2351;
  background: -webkit-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: -o-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: -moz-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  background: linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 62px;

  font-family: Oswald-Medium;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
  left: 0;
}

/*------------------------------------------------------------------
[ Responsive ]*/



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: Oswald-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}





/* =========================================================
   PAUL DENTON CONTACT PAGE - V4
   Full-width pastel contact panel
   ========================================================= */

.privacy {
  padding-top: 20px;
  padding-bottom: 12px;
}

.privacy #content .container {
  width: 940px;
  margin: 0 auto;
}

.privacy #content .container > .span4 {
  width: 940px;
  margin-left: 0;
  float: none;
}

.privacy #content .container > .span4 > .shadow-block {
  width: 100%;
  background: transparent;
  box-shadow: none;
}

.privacy #content .container > .span4 > .shadow-block > .block-indent {
  padding: 0;
}

/* Main pastel-blue panel */
.container-contact100 {
  width: 100%;
  box-sizing: border-box;
  padding: 38px 42px 30px;
  background: linear-gradient(135deg, #eaf7ff 0%, #d8efff 52%, #c9e8fb 100%);
  border: 1px solid #b7ddf5;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(19, 82, 140, 0.18);
}

.wrap-contact100 {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
}

.contact100-form-title {
  display: block;
  margin: 0;
  padding: 0 8px;
  font-family: Oswald-Medium, Oswald, sans-serif;
  font-size: 43px;
  line-height: 1.05;
  font-weight: 500;
  text-align: left;
  color: #123d86;
}

.contact-intro {
  margin: 6px 8px 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.35;
  font-style: italic;
  color: #3877b8;
}

/* White form fields */
.wrap-input100 {
  width: 100%;
  min-height: 68px;
  margin-bottom: 18px;
  border: 2px solid #b7ddf5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(33, 93, 145, 0.08);
  box-sizing: border-box;
}

.input100 {
  width: 100%;
  min-height: 68px;
  padding: 0 25px 0 68px;
  box-sizing: border-box;
  border: 0;
  background: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #173f85;
}

.input100::placeholder {
  color: #8798b2;
  opacity: 1;
}

.label-input100 {
  left: 18px;
  width: 34px;
  height: 34px;
  color: #244b91;
  font-size: 20px;
}

.wrap-input100 textarea.input100 {
  min-height: 190px;
  padding: 20px 25px;
  resize: vertical;
}

textarea.input100 {
  padding-left: 25px;
  padding-right: 25px;
}

.wrap-input100:focus-within {
  border-color: #78bdf0;
  box-shadow: 0 0 0 3px rgba(111, 188, 239, 0.18);
}

/* Consent */
.contact100-form-checkbox {
  margin: 22px 0 22px;
}

.label-checkbox100 {
  display: flex;
  align-items: center;
  padding-left: 0;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #173f85;
}

.input-checkbox100 + .label-checkbox100::before {
  position: relative;
  left: auto;
  top: auto;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin: 0 13px 0 0;
  border: 2px solid #73b8eb;
  border-radius: 5px;
  background: #fff;
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #176bc7;
}

/* Orange send button */
.container-contact100-form-btn {
  display: flex;
  padding-top: 0;
}

.wrap-contact100-form-btn {
  width: 235px;
  height: 58px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 7px 15px rgba(32, 82, 132, 0.20);
}

.contact100-form-bgbtn {
  width: 300%;
  height: 100%;
  background: linear-gradient(90deg, #f8bf43 0%, #f49a25 50%, #f07d22 100%);
}

.contact100-form-btn {
  width: 100%;
  height: 58px;
  padding: 0 25px;
  background: transparent;
  font-family: Oswald-Medium, Oswald, sans-serif;
  font-size: 19px;
  color: #fff;
  cursor: pointer;
}

.send-arrow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1;
  vertical-align: -1px;
}

/* Privacy card */
.contact-privacy {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-top: 30px;
  padding: 22px 24px;
  box-sizing: border-box;
  border-radius: 12px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(147, 203, 239, 0.65);
  box-shadow: 0 3px 12px rgba(35, 96, 145, 0.08);
}

.contact-privacy-icon {
  flex: 0 0 50px;
  width: 50px;
  height: 54px;
  padding-top: 12px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #356cc4;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.contact-privacy-copy {
  flex: 1;
}

.contact-privacy h2 {
  margin: 0 0 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.25;
  color: #173f85;
}

.contact-privacy p {
  margin: 0 0 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: #173f85;
}

.contact-privacy p:last-child {
  margin-bottom: 0;
}

.contact-privacy a {
  color: #176bc7;
  font-weight: bold;
}

/* Bottom advert */
.contact-ad-bottom {
  width: 940px;
  min-height: 90px;
  margin: 20px auto 24px;
  text-align: center;
  overflow: hidden;
}

/* No sidebar advert or poll on this page */
.privacy .banner_vertical,
.privacy .banner_vertical2x {
  display: none !important;
}

/* Mobile */
@media (max-width: 1000px) {
  .privacy #content .container,
  .privacy #content .container > .span4,
  .contact-ad-bottom {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .privacy {
    padding-top: 20px;
  }

  .container-contact100 {
    padding: 30px 20px 24px;
    border-radius: 13px;
  }

  .contact100-form-title {
    font-size: 36px;
  }

  .contact-intro {
    font-size: 16px;
    margin-bottom: 21px;
  }

  .contact-privacy {
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .container-contact100 {
    padding: 25px 14px 20px;
    border-radius: 9px;
  }

  .contact100-form-title {
    font-size: 31px;
  }

  .wrap-input100,
  .input100 {
    min-height: 60px;
  }

  .wrap-input100 textarea.input100 {
    min-height: 170px;
  }

  .wrap-contact100-form-btn {
    width: 215px;
  }

  .contact-privacy {
    padding: 18px 16px;
  }
}


/* V5 finishing touches */
.privacy .label-checkbox100 .input200 {
  color: #173f85 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

.privacy .contact100-form-checkbox {
  margin-bottom: 19px;
}

.privacy .contact-privacy {
  margin-top: 26px;
}


/* V6 - vertically centre the name/email field icons */
.privacy .wrap-input100 {
  position: relative;
}

.privacy .wrap-input100 .label-input100 {
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}


/* V11 - privacy shield */

.contact-privacy .contact-privacy-icon {
  flex: 0 0 50px;
  width: 50px;
  height: 54px;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #35539a;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 0;
}

.contact-privacy .contact-privacy-icon img {
  width: 42px !important;
  height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  display: block;
  object-fit: contain;
}

.contact-privacy .contact-privacy-icon::before {
  display: none;
}


/* Size the Font Awesome shield */
.contact-privacy .contact-privacy-icon .fa-shield {
  font-size: 42px;
  line-height: 1;
}

.contact-privacy .contact-privacy-icon::before {
  display: none;
}

/* V12 - correctly centre the consent checkbox with its text */
.privacy .label-checkbox100 {
  display: flex !important;
  align-items: center !important;
  min-height: 26px;
  padding-left: 0 !important;
}

.privacy .label-checkbox100::before {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin: 0 13px 0 0 !important;
}


