/*
Theme Name: Snyder Theme
*/


.animate
{
    opacity: 0;
   transform: translate(0,100px);
   transition: all ease .5s;
}

.animate.begin-animate {
   opacity: 1;
   transform: translate(0,0);
   transition: all ease .5s;
}

.animate.animate1{  transition: all ease .3s;}
.animate.animate2{  transition: all ease .6s;}
.animate.animate3{ transition: all ease .9s;}
.animate.animate4{ transition: all ease 1.2s;}

.header-inner{ padding-top: 52px;}
.header-navigation{  background: #fff none repeat scroll 0 0;  position: fixed;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 200;
width: 100%; 
top: 0px;}

.header-navigation.nav-scroll {}


.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}



.hellobar-element{ background-color: rgb(232, 86, 42); font-size: 17px;    font-weight: 400;display:table;width:100%;    color: rgb(255, 255, 255);    font-family: "Open Sans", sans-serif;    border-color: rgb(255, 255, 255);    height: 50px;}
.hellobar-element .content-wrapper{ display:table-cell; text-align:center; vertical-align:middle;}
.hellobar-element .content-wrapper .text-wrapper{ display:inline-block;}
.hellobar-element .content-wrapper .text-wrapper p{ margin:0;}
.hellobar-element .content-wrapper .cta-style-button{ display:inline-block;padding:5px 15px;     color: #ffffff;	 border-radius:3px;    background-color: #2a3a4f;    border-color: #2a3a4f;box-shadow: 0 0 1px transparent; font-size:17px; line-height:17px;

-moz-osx-font-smoothing: grayscale;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	animation-name: wiggle;
	-o-animation-name: wiggle;
	-ms-animation-name: wiggle;
	-moz-animation-name: wiggle;
	-webkit-animation-name: wiggle;
	animation-duration: 5s;
	-o-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-webkit-animation-duration: 5s;
	animation-timing-function: linear;
	-o-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-play-state: running;
	-o-animation-play-state: running;
	-ms-animation-play-state: running;
	-moz-animation-play-state: running;
	-webkit-animation-play-state: running
}
.hellobar-element .content-wrapper .cta-style-button:hover{opacity: 0.9;}
.fixed-bar
{ position:fixed; bottom:0; right:0; left:0; width:100%; z-index:2;

	animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    -ms-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -webkit-animation-duration: 0.25s;
    animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
	    animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
	animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    -ms-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -webkit-animation-name: bounceInUp;
}

.icon-close{top: 11px;
    right: 10px;
    width: 15px;
    height: 15px;
	font-size:12px;
    color: #000000;
    cursor: pointer;
    position: absolute;
    text-align: center;
	color: #ffffff;
    opacity: 0.8;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -moz-text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	display:none;
	
	
    line-height: 15px;
    transition: opacity 0.25s ease, visibility 0.1s ease 0.25s;
    -o-transition: opacity 0.25s ease, visibility 0.1s ease 0.25s;
    -ms-transition: opacity 0.25s ease, visibility 0.1s ease 0.25s;
    -moz-transition: opacity 0.25s ease, visibility 0.1s ease 0.25s;
    -webkit-transition: opacity 0.25s ease, visibility 0.1s ease 0.25s;}
.icon-close:before{content: "\e600";}


 .qmn_error_message,  .quiz_section.qmn_error:after{ display:none !important;}
 /*.qsm-landing-page-main.results-page{ background:rgba(35, 51, 75, 0.63) !important;}*/
 .qsm-spinner-loader{
     	margin: 0 auto !important;
    	display: block !important;
    }
 
 
@-webkit-keyframes wiggle {
2% {
-webkit-transform:translateX(3px) rotate(2deg);
transform:translateX(3px) rotate(2deg)
}
4% {
-webkit-transform:translateX(-3px) rotate(-2deg);
transform:translateX(-3px) rotate(-2deg)
}
6% {
-webkit-transform:translateX(3px) rotate(2deg);
transform:translateX(3px) rotate(2deg)
}
8% {
-webkit-transform:translateX(-3px) rotate(-2deg);
transform:translateX(-3px) rotate(-2deg)
}
10% {
-webkit-transform:translateX(2px) rotate(1deg);
transform:translateX(2px) rotate(1deg)
}
12% {
-webkit-transform:translateX(-2px) rotate(-1deg);
transform:translateX(-2px) rotate(-1deg)
}
14% {
-webkit-transform:translateX(2px) rotate(1deg);
transform:translateX(2px) rotate(1deg)
}
16% {
-webkit-transform:translateX(-2px) rotate(-1deg);
transform:translateX(-2px) rotate(-1deg)
}
18% {
-webkit-transform:translateX(1px) rotate(0);
transform:translateX(1px) rotate(0)
}
20% {
-webkit-transform:translateX(-1px) rotate(0);
transform:translateX(-1px) rotate(0)
}
}
@keyframes wiggle {
2% {
-webkit-transform:translateX(3px) rotate(2deg);
transform:translateX(3px) rotate(2deg)
}
4% {
-webkit-transform:translateX(-3px) rotate(-2deg);
transform:translateX(-3px) rotate(-2deg)
}
6% {
-webkit-transform:translateX(3px) rotate(2deg);
transform:translateX(3px) rotate(2deg)
}
8% {
-webkit-transform:translateX(-3px) rotate(-2deg);
transform:translateX(-3px) rotate(-2deg)
}
10% {
-webkit-transform:translateX(2px) rotate(1deg);
transform:translateX(2px) rotate(1deg)
}
12% {
-webkit-transform:translateX(-2px) rotate(-1deg);
transform:translateX(-2px) rotate(-1deg)
}
14% {
-webkit-transform:translateX(2px) rotate(1deg);
transform:translateX(2px) rotate(1deg)
}
16% {
-webkit-transform:translateX(-2px) rotate(-1deg);
transform:translateX(-2px) rotate(-1deg)
}
18% {
-webkit-transform:translateX(1px) rotate(0);
transform:translateX(1px) rotate(0)
}
20% {
-webkit-transform:translateX(-1px) rotate(0);
transform:translateX(-1px) rotate(0)
}
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

#form_newpatientpacket-nonauto .frm_form_field, #form_newpatientpacket-nonauto .frm_repeat_sec, #form_newpatientpacket-nonauto781ae66605 .frm_form_field, #form_newpatientpacket-nonauto781ae66605 .frm_repeat_sec {
  display: grid;
  align-content: baseline;
}
#form_newpatientpacket-nonauto .frm_form_field.frm_section_heading, #form_newpatientpacket-nonauto781ae66605 .frm_form_field.frm_section_heading {
  margin: 30px 0;
}
#form_newpatientpacket-nonauto input[type="radio"], #form_newpatientpacket-nonauto781ae66605 input[type="radio"] {
  position: static;
  opacity: 1;
  margin: -2px 10px 0 0;
  height: 18px;
  width: 15px;
  float: left;
}
#frm_checkbox_208-197-other_6 > label, #frm_checkbox_360-348-other_6 > label, #frm_checkbox_360-348-other_6 > label, #frm_checkbox_415-414-other_5 > label, div#frm_radio_463-other_3 > label, div#frm_checkbox_487-other_4 > label {
  float: left;
  margin: 0 0 -7px;
  -webkit-margin-after: -15px;
}
#form_newpatientpacket-nonauto input[type="checkbox"], #form_newpatientpacket-nonauto781ae66605 input[type="checkbox"] {
  margin: -2px 10px 0 0;
  height: 18px;
  float: left;
}
#frm_checkbox_208-197-other_6 #field_mwrml-other_6-otext, #field_x13z9-other_5-otext, input#field_mwrml07c617118c-other_6-otext, input#field_mwrml07c617118c-other_6-otext, input#field_x13z904a6b23398-other_5-otext, input#field_k7ptl-0-other_3-otext, input#field_2pprz-0-other_4-otext {
  margin: -12px 10px 0;
  float: left;
}
.frm_style_formidable-style.with_frm_style .form-field input {
  box-shadow: none;
}
#frm_checkbox_267-265-other_5 > label {
  float: left;
  margin: 0 0 -6px;
  -webkit-margin-after: -15px;
}
.frm_form_field.form-field {
  margin: 0 0 10px !important;
}
#form_newpatientpacket-nonauto .frm_form_field.frm_section_heading .frm_pos_top.frm_section_spacing {
  padding-top: 30px;
}
#form_newpatientpacket-nonauto #frm_field_258_container input[type="radio"], #form_newpatientpacket-nonauto781ae66605 #frm_field_407_container input[type="radio"], #form_newpatientpacket-nonauto781ae66605 #frm_field_528-494-0_container input[type="radio"] {
    margin: 4px 10px 0 3px;
    float: right;
    width: 16px !important;
    height: 18px !important;
}
#frm_field_278_container .frm_opt_container .frm_checkbox input {
  float: left;
  margin: -1px 10px 0 0;
}
#frm_field_278_container .frm_opt_container .frm_checkbox, #frm_field_426_container .frm_opt_container .frm_checkbox, div#frm_field_527-494-0_container .frm_opt_container .frm_checkbox, div#frm_field_529-494-0_container .frm_opt_container .frm_checkbox {
  float: left;
  width: 25%;
}
#frm_checkbox_278-265-other_64 #field_7d85z-other_64-otext, div#frm_checkbox_529-other_11 input#field_5mgws-0-other_11-otext, div#frm_checkbox_426-414-other_64 input#field_7d85z15160639c5-other_64-otext {
  float: left;
  margin: -10px 0 0 10px;
}
#form_newpatientpacket-nonauto .horizontal_radio {
  align-content: baseline;
}
.frm_form_field.frm_hidden_container.frm_repeat_buttons {
  display: inline-block !important;
}
#form_newpatientpacket-nonauto .frm_repeat_sec .frm_form_field.frm_repeat_buttons .frm_icon_font::before, #form_newpatientpacket-nonauto781ae66605 .frm_repeat_sec .frm_form_field.frm_repeat_buttons .frm_icon_font::before {
    color: #000;
}
#frm_field_319-322-0_container input {
  float: left;
  margin: 0 10px 0 0 !important;
}
#form_newpatientpacket-nonauto .frm_button_submit.frm_final_submit, #form_newpatientpacket-nonauto781ae66605 .frm_button_submit.frm_final_submit {
  background: #54b948;
  color: #fff;
  transition: all 0.5s ease 0s;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 20px;
  padding: 9px 40px 7px;
}
#form_newpatientpacket-nonauto .frm_button_submit.frm_final_submit:hover, #form_newpatientpacket-nonauto781ae66605 .frm_button_submit.frm_final_submit:hover {
  background: #60d952;
}
#form_newpatientpacket-nonauto #frm_checkbox_319-0, #frm_checkbox_319-0 > label, #form_newpatientpacket-nonauto781ae66605 div#frm_checkbox_319-0 > label {
  padding: 0 !important;
  margin: 0 !important;
}
.ui-widget.ui-widget-content {
  width: 300px;
}
.ui-icon.ui-icon-circle-triangle-e, .ui-icon.ui-icon-circle-triangle-w {
  display: none !important;
}
.ui-datepicker-month, .ui-datepicker-year {
  color: #000;
  border: none;
  padding: 5px !important;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
	float: left !important;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
	float: right !important;
}
form#form_newpatientpacket-nonauto, form#form_newpatientpacket-nonauto781ae66605 {
    max-width: 60.94vw;
    margin: 0 auto;
}
div#frm_checkbox_278-265-other_64, div#frm_checkbox_529-other_11, div#frm_checkbox_426-414-other_64 {
    width: 100% !important;
}
#form_newpatientpacket-nonauto #frm_checkbox_319-0 > label .checklabel, #form_newpatientpacket-nonauto781ae66605 #frm_checkbox_319-0 > label .checklabel {
  width: calc(100% - 30px);
  text-indent: 0;
  padding: 0;
}
#form_newpatientpacket-nonauto #frm_field_323-327-0_container p br, #form_newpatientpacket-nonauto div#frm_field_335-338-0_container p br, #form_newpatientpacket-nonauto div#frm_field_339-347-0_container p br, #form_newpatientpacket-nonauto781ae66605 div#frm_field_556-559-0_container p br, #form_newpatientpacket-nonauto781ae66605 div#frm_field_552-559-0_container p br, #form_newpatientpacket-nonauto781ae66605 div#frm_field_545-549-0_container p br, #form_newpatientpacket-nonauto781ae66605 div#frm_field_339-447-0_container p br, #form_newpatientpacket-nonauto781ae66605 div#frm_field_335-446-0_container p br, #form_newpatientpacket-nonauto781ae66605 div#frm_field_323-444-0_container p br {
    display: none;
}
#form_newpatientpacket-nonauto h3, #form_newpatientpacket-nonauto781ae66605 h3 {
    text-align: left !important;
}
#form_newpatientpacket-nonauto h3 br, #form_newpatientpacket-nonauto781ae66605 h3 br {
    display: none;
}
#form_newpatientpacket-nonauto781ae66605 #frm_field_451-494-0_container .frm_time_wrap select {
    width: auto;
    display: initial;
}
#form_newpatientpacket-nonauto781ae66605 div#frm_field_541-549-0_container {
    display: inline-block !important;
}
.with_frm_style .frm_scale input[type=radio]:before {
    width: 12px;
    height: 12px;
    margin: 3px 0 0 2px;
}
div#frm_checkbox_360-348-other_6, div#frm_checkbox_208-197-other_6, div#frm_checkbox_415-414-other_5, div#frm_checkbox_267-265-other_5 {
    margin: 0 0 19px;
}
div#frm_radio_463-other_3 {
    margin: 0 0 9px;
}