
/* ----------------- Forms on Small Screens ------------- */
input.form-text,
input.form-tel,
input.form-email, 
input.form-url,
input.form-search,
input.form-number, 
input.form-color, 
input.form-autocomplete, 
textarea.form-textarea, 
select.form-select, 
.select2-container--default .select2-selection--single {
  width: 100%;
  box-sizing: border-box;
  line-height: 1.42857;
  display: block;
  float: none;
  font-size: 1rem;
  padding: 6px 10px;
  height: 2.8em;
  border: solid 3px #2A307F;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 10px;
  right: 10px;
}
input.form-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222;
}
input.form-text::-moz-placeholder { /* Firefox 19+ */
  color: #222;
}
input.form-text:-ms-input-placeholder { /* IE 10+ */
  color: #222;
}
input.form-text:-moz-placeholder { /* Firefox 18- */
  color: #222;
}


input {
  margin: 0;
  padding: 6px 12px;
}
input,
textarea {
  font-size: 18px;
}
textarea {
  line-height: 1.5;
  min-height: 150px !important;
  max-width: 100%;
  max-height: 300px;
}
textarea.form-textarea,
select.form-select {
  padding: 6px 12px;
  line-height: 1.42857em;
  vertical-align: middle;
}
label{
  display: inline-block;
  font-size: 18px;
}

/* ------------------- FORM ITEM ---------------------------- */
.form-item {
  margin-bottom: 10px;
}

/* ------------------- DESCRIPTION ---------------------------- */
.form-item .description{
  display: none;
  color: #0071b3;
}

/* ------------------- Buttons ---------------------------- */

input.form-submit,
.btn {
  background-color: #2A307F;
  border: solid 3px #2A307F;
  color: #FFF;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em; /* LTR */
  padding: 15px 30px;
  line-height: 1.42857em;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  -webkit-appearance: none;
  text-decoration: none;
  border-radius: 30px;

}

.btn:hover,
.btn:focus,
input.form-submit:hover, 
input.form-submit:focus {
  text-decoration: none;
  background-color: #2d326f;
  color: #FFFFFF;
}
.button.button-large, .webform-submission-form .button{
  text-align: center;
  margin: 20px auto;
  padding: 14px 28px 13px 28px;
  display: inline-block;
  border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  -o-border-radius: 28px;
  font-weight: 700;
  font-size: 1.3em;
  background: #39B8BA;
  color: #FFF;
  border: solid 2px #39B8BA;
  box-shadow: none;
  cursor: pointer;
}
.button.button-large:hover, 
.button.button-large:focus, 
.webform-submission-form .button:hover, 
.webform-submission-form .button:focus{
    background: #239da3;

}


/* ------------------- FIELDSET ---------------------------- */
fieldset {
    margin-bottom: 20px;
    margin-top: 20px;
}
fieldset.collapsed {
  background: transparent;
  border-radius: 0;
}
fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #3b3b3b;
  display: block;
  height: 2em;
  left: -1px; /* LTR */
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
fieldset.collapsed legend {
  border-radius: 4px;
}
fieldset legend a {
  color: #3b3b3b;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
  color: #000;
}
fieldset .fieldset-wrapper {
  padding: 0 10px;
}
fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #3c3c3c;
  font-style: italic;
}

/***PRIMARY BUTTON*****/
.btn-primary {
    background: #39b7b4 none repeat scroll 0 0;
    border-color: #39b7b4;
}
.btn-primary:hover {
    background: #299f9d none repeat scroll 0 0;
    border-color: #299f9d;
}


/***SELECT BOX*****/

.selectBox-dropdown {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f8f8f8 1%, #e1e1e1 100%) repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    color: #000;
    cursor: default;
    display: inline-block;
    line-height: 1.5;
    min-width: 150px;
    outline: medium none;
    padding-top: 6px;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
}
.selectBox-dropdown:focus, .selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;
    color: #000;
    cursor: pointer;
}
.selectBox-dropdown.selectBox-menuShowing {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
    display: inline-block;
    overflow: hidden;
    padding: 2px 8px;
    white-space: nowrap;
}
.selectBox-dropdown .selectBox-arrow {
    background: rgba(0, 0, 0, 0) url("../images/jquery.selectBox-arrow.gif") no-repeat scroll 50% center;
    border-left: 1px solid #bbb;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 23px;
}
.selectBox-dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bbb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    max-height: 200px;
    min-height: 1em;
    overflow: auto;
    position: absolute;
    z-index: 99999;
}
.selectBox-inline {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 4px;
    display: inline-block;
    min-width: 150px;
    outline: medium none;
    overflow: auto;
}
.selectBox-inline:focus {
    border-color: #666;
}
.selectBox-options, .selectBox-options li, .selectBox-options li a {
    color: #000;
    cursor: pointer;
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 2px 0;
}
.selectBox-options li a {
    background: rgba(0, 0, 0, 0) none no-repeat scroll 6px center;
    line-height: 1.5;
    overflow: hidden;
    padding: 0 0.5em;
    white-space: nowrap;
}
.selectBox-options LI.selectBox-hover A {
    background-color: #eee;
}
.selectBox-options LI.selectBox-disabled A {
    background-color: transparent;
    color: #888;
}
.selectBox-options LI.selectBox-selected A {
    background-color: #c8def4;
}
.selectBox-options .selectBox-optgroup {
    background: #eee none repeat scroll 0 0;
    color: #666;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 0.3em;
    white-space: nowrap;
}
.selectBox.selectBox-disabled {
    color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    border-color: #666;
    opacity: 0.5;
}
.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}


