@charset "utf-8";
/* Contain all common classes & css of the website */

textarea {resize: none;}
/*Fonts Css*/

@font-face {
  font-family: 'Nexa-light';
  src: url('../fonts/Nexa Light.eot');
  src: url('../fonts/Nexa Light.eot') format('embedded-opentype'), 
  url('../fonts/Nexa Light.woff') format('woff'), 
  url('../fonts/Nexa Light.ttf') format('truetype'), 
  url('../fonts/Nexa Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nexa-bold';
  src: url('../fonts/Nexa Bold.eot');
  src: url('../fonts/Nexa Bold.eot') format('embedded-opentype'), 
  url('../fonts/Nexa Bold.woff') format('woff'), 
  url('../fonts/Nexa Bold.ttf') format('truetype'), 
  url('../fonts/Nexa Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*Font Family Css*/

.font-nexa-light{font-family:'Nexa-light', Geneva, sans-serif;}
.font-nexa-bold{font-family:'Nexa-bold', Geneva, sans-serif;}

/*Background Color Css*/

.bg-blue{background-color:#185ea2;}
.bg-dark-blue{background-color:#0a4379;}
.bg-yellow{background-color:#ffdc03;}
.bg-white{background-color:#f0f0f0;}


/*Text Color Css*/

.t-yellow{color:#ffdc03;}
.t-blue{color:#185ea2;}
.t-dark-blue{color:#0a4379;}
.t-black{color:#000;}


/*Button Css*/
button:focus {outline:0 !important;}
.button {
  font-family:'Nexa-bold', Geneva, sans-serif;;
  color: #185ea2;
  font-size: 36px !important;
  background: #ffdc03;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width:100%;
  border:0;
  border-bottom:8px solid #f7981e;
  margin-bottom:10px;
  white-space:normal;
}

.button:hover {
  background: #ECD33A;
  text-decoration: none;
}
.display-none{display:none;}
.gfield_required{display:none;}
.validation_error{color:#000;font-size:13px;}
.validation_message{color:red;font-size:13px;margin-top:-10px !important; margin-bottom:-10px !important;;}
.gform_confirmation_message{color:#3c763d;}
.gform_footer{margin-top:15px;}
.blue-container .validation_error{color:#fff;}
.blue-container .validation_message{color:#FF9E9E;}
.blue-container .gform_confirmation_message{color:#7FFF00;}
/*.gfield_label{display:none;}*/

/*Heading Classes*/

.heading-1{font-size:30px;}
.heading-2{font-size:25px;}
.heading-3{font-size:20px;}

/*Error Classes*/
.error {border: 1px solid #FF0000 !important;}
.tooltip {
  position: absolute;
  z-index: 1;
  left: -9999px;
  padding: 2px 8px 3px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  background: #0c3552;
  color: #fff;
  opacity: 0;
  transition: margin 0.3s, opacity 0.3s;
  -o-transition: margin 0.3s, opacity 0.3s;
  -ms-transition: margin 0.3s, opacity 0.3s;
  -moz-transition: margin 0.3s, opacity 0.3s;
  -webkit-transition: margin 0.3s, opacity 0.3s;
}
.ginput_container{position:relative;}
.ginput_container input:focus + .tooltip{opacity:1;}
.tooltip-top-right{bottom:100%; margin-bottom:15px;}
.form-control:focus + .tooltip-top-right{right:0; left:auto; margin-bottom:5px;}
.tooltip:after{content: ''; position:absolute;}
.tooltip-top-right:after{top:100%; right:16px; border-top:4px solid rgba(0,0,0,0.9); border-right:4px solid transparent; border-left:4px solid transparent;}
.gform_body ul{padding:0px;}
#input_2_7{margin: 0px;padding: 0px !important;}
#input_2_8{margin-top: 0px !important;}
#input_2_8{margin-left:-6px}

/*==============================================================================*/


