.close-btn.center {
	display: block;
    margin: 0 auto;
}
.gform_confirmation_message h2 {
	font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.gform_confirmation_message {
	border-bottom: 2px solid #0089cf;
    display: block;
    font-size: 18px;
    padding: 20px 0;
	line-height: 120%;
}
.popap-content .gform_confirmation_message {
	font-size: 18px;
}
#showErrors {
	background: #e90000 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    left: 50%;
    line-height: 160%;
    list-style: outside none none;
    margin-left: -150px;
    padding: 20px 30px;
    position: fixed;
    top: 30px;
    width: 300px;
    z-index: 9999;	
	cursor: pointer;
	border: 4px solid #4d4d4d;
}
#showErrors:before {
	color: #000;
    content: "x";
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 10;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.4);
	z-index: 9999;
}
h3.empty {
	padding: 30px;	
}
.section-with-table {
    background: #d1d2d4;
    padding: 0 85px;
}
.information-section {
    background: #0089cf;
    padding: 45px 50px 30px 125px;
    position: relative;
}
.information-section  .icon {
    position: absolute;
    top: 42px;
    left: 35px;
}
.information-section h2 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.information-section p {
    font-size: 18px;
    color: #fff;
    line-height: 145%;
}
.information-section ul,
.information-section ol {
	color: #fff;
    margin-left: 15px;
}
.table-section {
    background: #fff;
    font-size: 14px;
    line-height: 160%;
    padding-top: 10px;
    padding-bottom: 30px;
}
.table-section p {
    margin-bottom: 5px;
}
.table-section table {
    margin-bottom: 30px;
    letter-spacing:1px;
    border-collapse: initial;
}
.table-section tr:nth-child(odd) {
    background: #e5f3fa;
}
.table-section tr:first-child{
    background: none;
}
.table-section td,
.table-section th {
    padding: 30px;
    text-align: left;
    vertical-align: top;
}
.table-section th {
    border-bottom: 2px solid #b7b7b7;
    color: #0089cf;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-right: 10px;
    position: relative;
}
.table-section th:first-child:before,
.table-section th:last-child:before {
    background: #fff none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 23px;
    z-index: 1;
}
.table-section th:last-child:before {
    left: auto;
    right: 0;
}
.table-section td {
    padding: 28px 10px 30px 30px;
}
.table-section td:nth-child(1),
.table-section td:nth-child(2),
.table-section.review td:nth-child(3) {
    font-weight: bold;
    color: #202020;
    text-transform: uppercase;
}
.table-section.answer-questions td:nth-child(1) {width: 16.8%;}
.table-section.answer-questions td:nth-child(2) {width: 18.5%;}
.table-section.answer-questions td:nth-child(3) {
    width: 46.9%;
    color:#3c3c3c;
    letter-spacing: 0px;
}
.table-section.answer-questions td:nth-child(4) {width: 17.8%}
.table-section.review td:nth-child(1) {width: 15%;}
.table-section.review td:nth-child(2) {width: 16%;}
.table-section.review td:nth-child(3) {width: 15%;}
.table-section.review td:nth-child(4) {
    width: 42%;
    color:#3c3c3c;
    letter-spacing: 0px;
}
.table-section.review td:nth-child(5) {width: 14%;}

.table-section span.new-question, .table-section a {
    text-decoration: none;
    color: #0089cf;
    font-weight: bold;
}
.table-section a:hover {
    color: #0d9be3;
}
.table-section a.answer {
    color: #e67d00;
    text-transform: uppercase;
	display: block;
}
.table-section a.see-answer {
    text-transform: uppercase;
}
.more-questions {
    background: #e5f3fa;
    display: block;
    letter-spacing: 1px;
    margin: 0 auto 15px auto;
    padding: 10px 20px;
    text-align: center;
    width: 235px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.section-with-table .tag {
    float: none;
    display: inline-block;
}
.section-with-table .tag a {
    padding-left: 50px;
    padding-right: 50px;
}
.bottom-section {
    text-align: center;
    padding: 75px 10px 70px;
}
.bottom-section h2 {
    color: #202020;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.bottom-section p {
    max-width: 650px;
    margin: 0 auto 50px;
    font-size: 18px;
    color: #202020;
    line-height: 150%;
}
.mob, .tablet {display: none;}
.section-with-table input:not([type="submit"]),
.section-with-table textarea{
    background: #fff;
    border: 2px solid #d1d2d4;
    height: 45px;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 45px;
    color: #202020;
    padding: 0 18px;
    margin: 20px 0.7% 0;
    float: left;
}
.form-filters {
    margin: 0 -3% 0 -6.5%;
}
.section-with-table .form-filters input:not([type="submit"]) { float: left;}

.select-state, .select-practice,
.select-practice-specialty {
    width: 10.7%;
    margin: 20px 0.7% 0;
    float: left;
    background: #fff;
    border: 2px solid #d1d2d4;
    height: 45px;
}
.select-practice {
    width: 23%;
}
.section-with-table input.city {
    width: 19%;
}
.section-with-table input.keyword {
    width: 23.5%;
}
.section-with-table a#reset-filters,
.section-with-table input[type="submit"] {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e67d00;
    height: 45px;
    padding: 0 25px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0.7% 0;
    border: 2px solid #e67d00;
    letter-spacing: 0.1em;
}
.section-with-table a#reset-filters {
	background: #cd0000 none repeat scroll 0 0;
    border-color: #cd0000;
    float: right;
    margin-top: 15px;
    position: relative;
    right: 10px;
    text-decoration: none;
    width: 200px;
    
    background: #005D9C;
    border-color: #005D9C;
    right: 14px;
    width: 16%;
}
.form-filters .select,
.form-filters input:not([type="submit"]),
.form-filters input[type="submit"]{
    margin-top: 10px;
}
.form-filters input[type="submit"]{
    width: 16%;
}
.give-answer {
    padding: 50px 100px;
}
.give-answer form{
    margin: 0 -2%;
}
.give-answer  input:not([type="submit"]),
.select-practice-specialty {
    width: 50%;
    margin: 25px 2% 0;
    width: 46%;
}
.give-answer textarea {
    width: 96%;
    margin: 25px 2% 0;
    height: 115px;
    padding: 11px 18px;
    line-height: 150%;
    float: none;
}
.give-answer .full-width textarea { width: 100%;}
.give-answer label {
    display: block;
    padding: 10px 20px;
    margin: 0 2% 20px;
}
.give-answer  input[type="submit"]{
    margin: 25px 2% 0;
}
dl {margin: 0;}
dl dt {
    color: #0089cf;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    width: 19%;
    float: left;
    padding: 0 20px 20px 0;
}
dl dd {
    padding: 0 0 20px;
    float: left;
    width: 81%;
}
.i-tools {
    background-image: url("../images/icons/tools.png");
    background-position: 0 0;
    display: inline-block;
    font-size: 0;
    height: 44px;
    vertical-align: middle;
    width: 52px;
}
@media screen and (max-width: 992px) {
    .section-with-table {
        padding-left: 0;
        padding-right: 0;
    }
    .table-section.answer-questions td:nth-child(1) {width: 18%;}
    .table-section.answer-questions td:nth-child(2) {width: 24%;}
    .table-section.answer-questions td:nth-child(3) {width: 37%;}
    .table-section.answer-questions td:nth-child(4) {width: 21%;}
    .desk {display: none;}
    .mob {display: block;}
    
    .select-practice,
    .section-with-table input.keyword {
        width: 99%;
    }   
    .section-with-table input.city {
        width: 80%;
    }
    .select-state {
        width: 17.2%;
    }
    .section-with-table input[type="submit"],
    .section-with-table a#reset-filters    {
        width: 190px;
        float: right;
    }
    .form-filters {
        margin: 0 -0.7%;
    }
    .give-answer {
        padding: 50px;
    }
    .give-answer input[type="submit"] {
        float: left;
    }
    .form-filters input[type="submit"]{
        margin-top: 15px;
    }
}
@media screen and (max-width: 992px)and (min-width: 768px) {
    .tablet {display: block;}
    .table-section.review td {
        width: auto !important;
    }
    .table-section.review td:nth-child(5),
    .table-section.review th:nth-child(6) {
        overflow: hidden;
        padding: 0;
        text-indent: -9999px;
        width: 0 !important;
    }
}
@media screen and (max-width: 767px) {
    .information-section {
        padding: 114px 25px 30px;
    }
    .information-section .icon {
        left: 20px;
    }
    .information-section h2 {
        font-size: 18px;
    }
    .information-section p {
        font-size: 14px;
        line-height: 140%;
    }
    .table-section {
        padding-bottom: 15px;
        padding-top: 0;
    }
    .table-section tr:first-child {
        display: none;
    }
    .table-section tr,
    .table-section td {
        display: block;
        width: 100%!important;
    }
    .table-section tr {
        padding: 30px 0;
    }
    .table-section td {
        padding: 7px 30px;
    }
    .table-section a.answer,
    .table-section a.see-answer {
        margin-top:5px;
    }
    .bottom-section {
        padding: 47px 30px;
    }
    .bottom-section h2 {
        font-size: 18px;
    }
    .bottom-section p {
        margin-bottom: 30px;
    }
    .section-with-table .tag {
        display: block;
    }
    .section-with-table .tag a {
        padding: 17px;
        font-size: 16px;
    }
    .select-practice, .select-state,
    .section-with-table input.keyword ,   
    .section-with-table input.city {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .section-with-table input[type="submit"] {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
        font-size: 15px;
        height: 50px;
        line-height: 50px;  
    }
    .form-filters, .give-answer form {
        margin: 0;
    }
    .give-answer input:not([type="submit"]),
    .give-answer textarea{
        width: 100%;
        margin: 10px 0 0;
        font-size: 15px;
        line-height: 50px;
        height: 50px;
    }
    .give-answer textarea {
        height: 210px;
        line-height: 150%;
    }
    .section-with-table input {
        font-size: 15px;
        line-height: 50px;
        height: 50px;
    }
    .form-filters input[type="submit"]{
        margin-top: 30px;
    }
    .select  {
        margin: 10px 0 0;
        height: 50px;
        width: 100%;
    }
    div.fancy-select div.trigger {
        font-size: 15px;
        height: 46px;
    }
    .popap-content input{
        font-size: 15px;
        line-height: 54px;
        height: 54px;
        margin-bottom: 13px;
    }
    .popap-content textarea {
        height: 210px;
        margin-bottom: 23px;
    }
    .popap-content input.btn {
        font-size: 15px;
        height: 53px;
        line-height: 53px;
        max-width: 100%;
    }
    dl dt, dl dd {
        width: 100%;
        float: none;
    }
    dl dt {
        padding-bottom:5px;
    }
    .give-answer {
        padding: 25px;
    }
    .fancybox-opened .fancybox-skin {
        padding: 65px 0 30px!important;
    }
    .fancybox-opened .fancybox-skin .popap-content{
            padding: 0 25px!important
    }
    .popap-content h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .popap-content h4 {
        font-size: 15px;
    }
	.popap-content p:last-child,
	.popap-content p {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 42px;
    }
	.section-with-table a#reset-filters {
		width: 100%;
		right: 0;
		margin-right: 0;
	}
}
.validation_error,
.validation_message {	
	color: red;
    position: relative;
	clear: both;
	left: 2%;
}
.validation_message {
	position: absolute;
	top: -25px;
	left: 0;
}
.gform_wrapper label.gfield_label {
	display: none;
}
.gform_footer,
.gform_wrapper li {
	list-style: none;
	width: 46%;
	display: inline-table;
	margin: 25px 2% 0;
	position: relative;
}
.gform_footer  {
	margin-left: 0;
	width: 90%	
}
.popap-content .gform_footer,
.popap-content .gform_wrapper li {
	list-style: none;
	width: 45%;
	display: inline-block;
	margin: 0;
	position: relative;
}
.popap-content .gform_footer ,
.gform_footer  {
	width: 90%	
}
.section-with-table input:not([type="submit"]), .section-with-table textarea {
	float: none;
	display: block;
}
.popap-content .gform_wrapper li {
	width: 100%;
}
.gform_wrapper li.full-width {
	width: 96%;
}
.popap-content .gform_wrapper li.full-width {
	width: 100%;
}
.popap-content .validation_error, .popap-content .validation_message {
	left: 0;	
}
.popap-content .gform_wrapper li.gfield_error {
	margin-top: 30px;
}
.give-answer input:not([type="submit"]), .select-practice-specialty .fancy-select {
    margin: 0;
    width: 100%;
}
.give-answer input[type="checkbox"] {
	width: 20px;
	float: left;
}
.gform_wrapper li.checkbox {
	margin-top: 0;
}
.gform_wrapper li.checkbox .gfield_checkbox li {
	margin: 0;
}
.select-practice-specialty {
	margin: 0;
	background: none;
    border: none;
    float: none;
    height: 27px;
}
.select-practice-specialty .fancy-select {
	background: #fff none repeat scroll 0 0;
    border: 2px solid #d1d2d4;
    float: left;
    height: 45px;
}
.give-answer textarea {
    width: 96%;
    margin: 0;
}
.gfield.gform_hidden { display: none;}

@media screen and (max-width: 800px) {
	.gform_footer, .gform_wrapper li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.give-answer textarea {
		margin: 0;
		width: 100%;
	}
	.gform_wrapper li.full-width {
		width: 100%;
	}
}
.intro .intro-image.fullsize.right {
	background-attachment: local;
    background-position: right top;
}
.intro .intro-image.fullsize.top {
    background-attachment: local;
    background-position: center top;
}
.intro .intro-image.fullsize.top img,
.intro .intro-image.fullsize.right img {
	display: none;
}
.popap-content .btn-orange {
	font-weight: bold;
}
h4.private-question {
	color: #e67d00;
}
.ginput_container .ms-options-wrap  > button {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    cursor: pointer;
    padding: 12px 37px 11px 17px;
    min-height: 41px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background: #fff;
    border: none;
    color: #202020;
    width: 100%;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
}
.select-practice-specialty .ginput_container .ms-options-wrap  > button {
	min-height: 40px;
    padding: 0px 37px 0px 17px;
    line-height: 40px;
}
.give-answer input:before {
    content: "*";
    color: red;
}
.gform_wrapper li.gfield_html {
	margin-top: 0;
}
.popap-content .gform_wrapper li.gfield_html { 
	margin: 0 0 10px;
}

@media screen and (max-width: 1320px) {
    .section-with-table a#reset-filters, 
    .section-with-table input[type="submit"] {
        padding: 0 5px;
        white-space: nowrap;
        letter-spacing: 0;
        font-size: 13px;
        line-height: 40px;
        margin-right: 0;
    }
}
th.disabled  div.fancy-select div.trigger {
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}
th.disabled div.fancy-select div.trigger::after {
	top: 8px;
}