/* CSS reset begin */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overflow: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* CSS reset end */
html {
  overflow-x: hidden;
}
.container-1170 {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
p {
  margin-bottom: 20px;
  line-height: 1.4375em;
  color: #000;
  font-family: "Work Sans";
  font-weight: 300;
}
h2 a {
  color: inherit;
}
h2 a:hover {
  color: #d01715;
}
h1 a {
  color: inherit;
}
h1 a:hover {
  color: #d01715;
}
.links-block {
  font-size: 90%;
}
.tm-symbol {
  position: absolute;
  font-size: .6em;
}
.phone-field a,
.fax-field a {
  color: #171d42;
}
/* general styles */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}
li.active > a {
  font-weight: 600 !important;
}
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.button-wrap {
  overflow: hidden;
}
.button-wrap .signup-button {
  -webkit-transform: skewX(-21deg);
  -moz-transform: skewX(-21deg);
  -ms-transform: skewX(-21deg);
  -o-transform: skewX(-21deg);
  transform: skewX(-21deg);
  color: #fff;
  background-color: #d01715;
  text-align: center;
  width: auto;
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid transparent;
}
.button-wrap .signup-button:hover {
  background-color: #fff;
  border: 1px solid #d01715;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-wrap .signup-button:hover span {
  color: #d01715;
}
.button-wrap .signup-button span {
  display: inline-block;
  width: 100%;
  -webkit-transform: skewX(21deg);
  -moz-transform: skewX(21deg);
  -ms-transform: skewX(21deg);
  -o-transform: skewX(21deg);
  transform: skewX(21deg);
  color: #fff;
  font-family: "Rosario";
  font-size: 1.5em;
  font-style: italic;
}
.button-wrap.hover-bordered .signup-button:hover {
  border: 1px solid #d01715;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.arrow.right a:hover i, .arrow.right i:hover {
  background-position: 16px 29px;
}
.arrow.left a:hover i, .arrow.left i:hover {
  background-position: 0px 29px;
}
.more {
  color: #231f20;
  text-decoration: none;
}
.more .text {
  color: #231f20;
  font-family: "Work Sans";
  font-style: italic;
  font-size: 1.125em;
}
.more .arrow-right {
  color: #231f20;
  margin-left: 10px;
}
.more a:hover {
  color: #d01715;
}
.more a:hover .text,
.more a:hover .arrow-right {
  color: #d01715 !important;
}
.more:hover {
  color: #d01715;
  text-decoration: none;
}
.main-section {
  float: left;
  width: 100%;
}
.title {
  font-family: "Cormorant Garamond";
  font-size: 2.5em;
  color: #fff;
}
.copy-text {
  font-family: "Work Sans";
  font-size: 1.0625em;
}
.copy-text.white p {
  color: #fff;
}
.social-icons .fa {
  background-color: #171d42;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
  margin-right: 19px;
  border: 1px solid #171d42;
}
.social-icons .fa:hover {
  background-color: #fff;
  color: #171d42;
  border: 1px solid #171d42;
  border-color: #171d42;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icons .fa:before {
  display: block;
  position: absolute;
  font-size: 20px;
}
.social-icons .fa.fa-facebook:before {
  top: 7px;
  left: 10px;
}
.social-icons .fa.fa-linkedin {
  font-size: 19px;
}
.social-icons .fa.fa-linkedin:before {
  top: 6px;
  left: 8px;
}
.social-icons .fa.fa-twitter:before {
  top: 7px;
  left: 8px;
}
.staff-block {
  position: relative;
}
.staff-block:after,
.staff-block:before {
  content: '';
  display: table;
}
.staff-block:after {
  clear: both;
}
.staff-block ul.staff-items .staff-item, .staff-block div.staff-items .staff-item{
  float: left;
  padding: 0 2.56%;
}
.staff-block ul.staff-items .staff-item .image, .staff-block div.staff-items .staff-item .image {
  width: 170px;
  margin-bottom: 20px;
}
.staff-block ul.staff-items .staff-item .image img, .staff-block div.staff-items .staff-item .image img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.staff-block ul.staff-items .staff-item .name, .staff-block div.staff-items .staff-item .name {
  display: block;
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 1.375em;
  font-weight: 600;
  color: #171d42;
  margin-bottom: 10px;
}
.staff-block ul.staff-items .staff-item .name a, .staff-block div.staff-items .staff-item .name {
  color: inherit;
}
.staff-block ul.staff-items .staff-item .name a:hover, .staff-block div.staff-items .staff-item .name a:hover {
  color: #d01715;
}
.staff-block ul.staff-items .staff-item .city, .staff-block div.staff-items .staff-item .city {
  display: block;
  text-align: center;
  font-family: "Work Sans";
  font-size: 1.025em;
  font-weight: 300;
  color: #171d42;
}
.form-section {
  margin-top: 24px;
}
.form-section input,
.form-section textarea {
  border: 1px solid #171d42;
}
.form-section input::-webkit-input-placeholder,
.form-section textarea::-webkit-input-placeholder {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1em;
  font-weight: 300;
}
.form-section input:-moz-placeholder,
.form-section textarea:-moz-placeholder {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1em;
  font-weight: 300;
}
.form-section input::-moz-placeholder,
.form-section textarea::-moz-placeholder {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1em;
  font-weight: 300;
}
.form-section input:-ms-input-placeholder,
.form-section textarea:-ms-input-placeholder {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1em;
  font-weight: 300;
}
.form-section input {
  width: 48%;
  margin-bottom: 44px;
  padding: 18px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  outline: none;
}
.form-section input:nth-child(2n) {
  margin-left: 2%;
}
.form-section input:nth-child(2n+1) {
  margin-right: 2%;
}
.form-section input.years-practice {
  width: 100%;
}
.form-section textarea {
  width: 100%;
  padding: 15px;
}
.form-section .button-section {
  width: 100%;
  text-align: center;
  padding: 30px;
}
.form-section .button-section .button-wrap {
  padding-left: 15px;
}
.form-section .button-section .button-wrap button {
  border: 1px solid transparent;
  outline: none;
}
.top-breadcrumbs .breadcrumb {
  background-color: #fff;
  padding: 17px 0;
  margin-bottom: 0;
}
.top-breadcrumbs .breadcrumb li {
  font-size: 1.125em;
  font-family: 'Work Sans';
  font-weight: 300;
  color: #171d42;
}
.top-breadcrumbs .breadcrumb li a {
  font-family: 'Work Sans';
  color: #171d42;
}
.top-breadcrumbs .breadcrumb li a:hover {
  color: #d01715;
}
.top-breadcrumbs .breadcrumb li:before {
  color: #171d42;
}
.about-block {
  float: left;
  background-color: #171d42;
  padding: 25px;
  margin-top: 15px;
}
.about-block .title {
  color: #fff;
  font-size: 1.875em;
  margin-bottom: 24px;
}
.about-block .copy-text {
  color: #fff;
}
.about-block .button-wrap {
  padding-left: 10px;
}
.about-block .button-wrap .signup-button {
  padding: 15px 25px;
}
.about-block.only-mobile-view {
  text-align: center;
  padding: 25px 15px;
}
.about-block.only-mobile-view .copy-text {
  text-align: left;
}
.search-block {
  background-color: #c9d1e0;
  background-color: rgba(201, 209, 224, 0.4);
  position: relative;
}
.search-block .search-field {
  border: none;
  outline: none;
  width: 100%;
  color: #171d42;
  background-color: transparent;
  border-bottom: 1px solid #171d42;
  padding: 10px 25px 5px 0px;
  font-family: "Cormorant Garamond";
  font-size: 1.25em;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.search-block .search-field::-webkit-input-placeholder {
  color: #171d42;
}
.search-block .search-field:-moz-placeholder {
  color: #171d42;
}
.search-block .search-field::-moz-placeholder {
  color: #171d42;
}
.search-block .search-field:-ms-input-placeholder {
  color: #171d42;
}
.search-block .search-button {
  bottom: 43px;
  right: 25px;
  position: absolute;
  display: block;
  background-color: transparent;
  border: none;
  outline: none;
}
.search-block .search-button .fa.fa-search {
  color: #171d42;
}
.search-block .search-button .fa.fa-search:before {
  font-family: 'iahrs-icons';
  content: '\e901';
}
.fa.fa-share-alt {
  color: #171d42;
}
.fa.fa-share-alt:before {
  font-family: 'iahrs-icons';
  content: '\e900';
  font-size: 18px !important;
  top: -15px !important;
}
.blog-item {
  margin-bottom: 50px;
}
.blog-item .title {
  color: #171d42;
}
.blog-item .share-block {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.blog-item .share-block .left {
  color: #171d42;
  font-family: "Work Sans";
  font-weight: 100;
  font-size: 1.125em;
  float: left;
}
.blog-item .share-block .left .author {
  font-weight: 500;
  font-style: italic;
}
.blog-item .share-block .left .author a {
  color: inherit;
}
.blog-item .share-block .left .author a:hover {
  color: #d01715;
}
.blog-item .share-block .right {
  float: right;
}
.blog-item .share-block .right a {
  color: #171d42;
  font-family: "Rosario";
  font-size: 1.125em;
  font-style: italic;
}
.blog-item .share-block .right a .fa-share-alt {
  width: 23px;
  position: relative;
  margin-left: 10px;
}
.blog-item .share-block .right a .fa-share-alt:before {
  font-size: 25px;
  position: absolute;
  top: -22px;
}
.blog-item .share-block .right a:hover {
  color: #d01715;
}
.blog-item .share-block .right a:hover .fa.fa-share-alt {
  color: #d01715;
}
.blog-item .copy-text {
  padding: 20px 0;
}
.blog-item .copy-text p {
  color: #171d42;
}
.blog-item .links-block a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1em;
  font-style: italic;
  font-weight: 500;
}
.blog-item .links-block a:hover {
  color: #d01715;
}
.blog-item .read-more .right {
  float: right;
}
.blog-item .read-more .right a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1.125em;
  font-weight: 300;
}
.blog-item .read-more .right a:hover {
  color: #d01715;
}
.comments-block .title {
  color: #171d42;
  padding-bottom: 8px;
  border-bottom: 1px solid #a2a5b3;
}
.comments-block .form-section {
  margin-top: 32px;
}
.comments-block .form-section input {
  width: 50%;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 0;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.comments-block .form-section input:nth-child(2n+1) {
  margin-right: 0;
}
.comments-block .form-section input:nth-child(2n) {
  margin-left: 0;
}
.comments-block .form-section .button-section {
  width: 50%;
  text-align: right;
  padding: 0;
}
.comments-block .form-section .button-section .button-wrap {
  padding-right: 15px;
}
.comments-block .form-section .button-section .button-wrap .signup-button {
  /*background-color: #e9edf3;*/
  background-color: #171d42;
}
.comments-block .form-section .button-section .button-wrap .signup-button:hover span {
  color: #fff;
}
.question-block {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.question-block .text-block .question .qa-item {
  margin-bottom: 50px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.question-block .text-block .question .qa-item .title {
  color: #171d42;
}
.question-block .text-block .question .qa-item .share-block {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.question-block .text-block .question .qa-item .share-block .left {
  color: #171d42;
  font-family: "Work Sans";
  font-weight: 100;
  font-size: 1.125em;
  float: left;
}
.question-block .text-block .question .qa-item .share-block .left .author {
  font-weight: 500;
  font-style: italic;
}
.question-block .text-block .question .qa-item .share-block .left .author a {
  color: inherit;
}
.question-block .text-block .question .qa-item .share-block .left .author a:hover {
  color: #d01715;
}
.question-block .text-block .question .qa-item .share-block .right {
  float: right;
}
.question-block .text-block .question .qa-item .share-block .right a {
  color: #171d42;
  font-family: "Rosario";
  font-size: 1.125em;
  font-style: italic;
}
.question-block .text-block .question .qa-item .share-block .right a .fa-share-alt {
  width: 23px;
  position: relative;
  margin-left: 10px;
}
.question-block .text-block .question .qa-item .share-block .right a .fa-share-alt:before {
  font-size: 25px;
  position: absolute;
  top: -22px;
}
.question-block .text-block .question .qa-item .share-block .right a:hover {
  color: #d01715;
}
.question-block .text-block .question .qa-item .share-block .right a:hover .fa.fa-share-alt {
  color: #d01715;
}
.question-block .text-block .question .qa-item .copy-text {
  padding: 20px 0;
}
.question-block .text-block .question .qa-item .copy-text p {
  color: #171d42;
}
.question-block .text-block .question .qa-item .links-block a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1em;
  font-style: italic;
  font-weight: 500;
}
.question-block .text-block .question .qa-item .links-block a:hover {
  color: #d01715;
}
.question-block .text-block .question .qa-item .read-more .right {
  float: right;
}
.question-block .text-block .question .qa-item .read-more .right a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1.125em;
  font-weight: 300;
}
.question-block .text-block .question .qa-item .read-more .right a:hover {
  color: #d01715;
}
.question-block .text-block .question .qa-item .left-block .text-logo {
  width: 100px;
  float: left;
  font-family: "Cormorant Garamond";
  font-size: 3.75em;
  color: #171d42;
}
.question-block .text-block .question .qa-item .right-block {
  margin-left: 100px;
}
.question-block .text-block .question .qa-item .right-block .title {
  font-family: "Cormorant Garamond";
  font-size: 1.25em;
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 10px;
}
.question-block .text-block .question .qa-item .right-block .copy-text {
  font-style: italic;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.question-block .text-block .question .qa-item .right-block .read-more {
  float: left;
}
.question-block .text-block .question .qa-item .right-block .links-block a {
  font-weight: 600;
}
.question-block .text-block .question .qa-item .right-block .links-block a:hover {
  color: #d01715;
}
.question-block .text-block .question .qa-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #d1d2d9;
}
.answer-block .answer .qa-item {
  margin-bottom: 50px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.answer-block .answer .qa-item .title {
  color: #171d42;
}
.answer-block .answer .qa-item .share-block {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.answer-block .answer .qa-item .share-block .left {
  color: #171d42;
  font-family: "Work Sans";
  font-weight: 100;
  font-size: 1.125em;
  float: left;
}
.answer-block .answer .qa-item .share-block .left .author {
  font-weight: 500;
  font-style: italic;
}
.answer-block .answer .qa-item .share-block .left .author a {
  color: inherit;
}
.answer-block .answer .qa-item .share-block .left .author a:hover {
  color: #d01715;
}
.answer-block .answer .qa-item .share-block .right {
  float: right;
}
.answer-block .answer .qa-item .share-block .right a {
  color: #171d42;
  font-family: "Rosario";
  font-size: 1.125em;
  font-style: italic;
}
.answer-block .answer .qa-item .share-block .right a .fa-share-alt {
  width: 23px;
  position: relative;
  margin-left: 10px;
}
.answer-block .answer .qa-item .share-block .right a .fa-share-alt:before {
  font-size: 25px;
  position: absolute;
  top: -22px;
}
.answer-block .answer .qa-item .share-block .right a:hover {
  color: #d01715;
}
.answer-block .answer .qa-item .share-block .right a:hover .fa.fa-share-alt {
  color: #d01715;
}
.answer-block .answer .qa-item .copy-text {
  padding: 20px 0;
}
.answer-block .answer .qa-item .copy-text p {
  color: #171d42;
}
.answer-block .answer .qa-item .links-block a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1em;
  font-style: italic;
  font-weight: 500;
}
.answer-block .answer .qa-item .links-block a:hover {
  color: #d01715;
}
.answer-block .answer .qa-item .read-more .right {
  float: right;
}
.answer-block .answer .qa-item .read-more .right a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1.125em;
  font-weight: 300;
}
.answer-block .answer .qa-item .read-more .right a:hover {
  color: #d01715;
}
.answer-block .answer .qa-item .left-block .text-logo {
  width: 100px;
  float: left;
  font-family: "Cormorant Garamond";
  font-size: 3.75em;
  color: #171d42;
}
.answer-block .answer .qa-item .right-block {
  margin-left: 100px;
}
.answer-block .answer .qa-item .right-block .title {
  font-family: "Cormorant Garamond";
  font-size: 1.25em;
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 10px;
}
.answer-block .answer .qa-item .right-block .copy-text {
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.answer-block .answer .qa-item .right-block .read-more {
  float: left;
}
.answer-block .answer .qa-item .right-block .links-block a {
  font-weight: 600;
}
.answer-block .answer .qa-item .right-block .links-block a:hover {
  color: #d01715;
}
.answer-block .answer .qa-item .right-block .share-block {
  border-bottom: none;
}
.answer-block .answer .qa-item .right-block .comments-block .title {
  color: #171d42;
  padding-bottom: 15px;
  font-family: "Cormorant Garamond";
  font-weight: 400;
  font-size: 1.875em;
  border-bottom: 1px solid #a2a5b3;
}
.only-mobile-view {
  display: none;
}
.only-desktop-view {
  display: block;
}
.pagination {
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 1.125em;
}
.pagination > .active > a {
  color: #171d42;
  font-weight: 600;
  background-color: #c9d1e0;
  border-color: #c9d1e0;
  background-color: rgba(201, 209, 224, 0.2);
  border-color: transparent;
}
.pagination > .active > a:focus,
.pagination > .active > a:active,
.pagination > .active > a:hover {
  color: #171d42;
  background-color: #c9d1e0;
  border-color: #c9d1e0;
  background-color: rgba(201, 209, 224, 0.2);
  border-color: transparent;
}
.pagination > li > a {
  border: 1px solid #fff;
  border-radius: 0;
  color: #171d42;
}
.pagination > li > a:focus,
.pagination > li > a:active,
.pagination > li > a:hover {
  color: #171d42;
  background-color: #c9d1e0;
  border-color: #c9d1e0;
  background-color: rgba(201, 209, 224, 0.2);
  border-color: transparent;
}
.pagination > li:last-child > span,
.pagination > li:last-child > a {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > li > span {
  color: #171d42;
}
.pagination > li span:nth-child(2) {
  font-size: 1.3em;
  line-height: 1em;
  vertical-align: text-bottom;
}
.pagination > li.next > a,
.pagination > li.prev > a {
  margin-top: 0px;
  border: 1px solid #c9d1e0;
  border-color: #c9d1e0;
  /* border-color: rgba(201, 209, 224, .2); */
  margin-right: 5px;
}
.pagination .view-all {
  font-style: italic;
}
.pagination .view-all > a {
  margin-right: 10px;
}
.main-tabs {
  background-color: #e9edf3;
  background-color: rgba(201, 209, 224, 0.4);
  width: 100%;
  overflow: hidden;
}
.main-tabs ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.main-tabs ul li {
  padding: 0;
  float: left;
  width: 100%;
  height: 45px;
}
.main-tabs ul li a {
  display: block;
  padding: 15px 0px;
  text-align: center;
  font-size: 0.875em;
  color: #171d42;
  font-family: "Work Sans";
  height: 100%;
  white-space: nowrap;
}
.main-tabs ul li a:focus,
.main-tabs ul li a:hover {
  background-color: #171d42;
  color: #fff;
}
.main-tabs ul li.active a {
  background-color: #171d42;
  color: #fff;
}
aside.right-side {
  float: right;
  width: 25%;
  padding: 41px 0px;
}
aside.right-side .search-block {
  padding: 30px 25px 30px 25px;
}
aside.right-side .topics-block {
  margin-top: 15px;
  padding: 25px 30px;
  background-color: #e9edf3;
  background-color: rgba(201, 209, 224, 0.4);
}
aside.right-side .topics-block .title {
  color: #171d42;
  margin-bottom: 15px;
}
aside.right-side .topics-block .topics-items .topics-item {
  margin-bottom: 4px;
}
aside.right-side .topics-block .topics-items .topics-item a {
  color: #171d42;
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 1.125em;
}
aside.right-side .topics-block .topics-items .topics-item a:hover {
  color: #d01715;
}
aside.right-side .topics-block .topics-items .topics-item .topics-subcategory .topics-item.active a {
  font-weight: 600;
}
aside.right-side .learn-more-block {
  margin-top: 15px;
  background-color: #e9edf3;
  padding: 25px;
}
aside.right-side .learn-more-block .title {
  color: #171d42;
  font-family: "Cormorant Garamond";
  font-weight: 700;
  font-style: italic;
  font-size: 1.75em;
  text-align: center;
  margin-bottom: 20px;
}
aside.right-side .learn-more-block .button-wrap {
  padding-left: 10px;
}
aside.right-side .learn-more-block .button-wrap .signup-button {
  padding: 15px;
}
aside.right-side .learn-more-block .button-wrap .signup-button span {
  font-size: 1.125em;
}
.bottom-footer {
  float: left;
  width: 100%;
  background-color: #171d42;
  padding: 12px 0 28px 0;
  border-top: 3px solid #d01715;
}
.bottom-footer .left-block > a:hover,
.bottom-footer .right-block > a:hover {
  cursor: default;
}
.bottom-footer .container-1170 {
  position: relative;
}
.bottom-footer .container-1170 > div {
  padding: 0;
}
.bottom-footer .left-block {
  float: left;
}
.bottom-footer .left-block > a img {
  max-width: 240px;
}
.bottom-footer .left-block ul.nav.navbar-nav {
  -webkit-columns: 1px 3;
  -moz-columns: 1px 3;
  columns: 1px 3;
  margin-top: 20px;
}
.bottom-footer .left-block ul.nav.navbar-nav li {
  width: 120px;
  float: none;
}
.bottom-footer .left-block ul.nav.navbar-nav li a {
  padding: 0;
  color: #fff;
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 0.75em;
}
.bottom-footer .left-block ul.nav.navbar-nav li a:hover,
.bottom-footer .left-block ul.nav.navbar-nav li a:focus,
.bottom-footer .left-block ul.nav.navbar-nav li a:active {
  color: #fff;
  background-color: transparent;
}
.bottom-footer .right-block {
  margin-top: 14px;
  float: right;
}
.bottom-footer .right-block .copyright-text {
  float: right;
  clear: both;
  color: #fff;
  text-align: right;
  margin-top: 22px;
  font-family: "Work sans";
  font-weight: 300;
  font-size: 0.7em;
  max-width: 270px;
}
.bottom-footer .right-block a {
  float: right;
}
.bottom-footer .medium-block {
  position: absolute;
  margin-left: 33.3333%;
  padding-top: 15px !important;
}
.bottom-footer .medium-block .title {
  text-align: center;
  color: #fff;
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-size: 1.875em;
}
.bottom-footer .medium-block .button-wrap {
  overflow: hidden;
  text-align: center;
  padding: 0 15px;
}
.bottom-footer .medium-block .button-wrap .signup-button {
  -webkit-transform: skewX(-21deg);
  -moz-transform: skewX(-21deg);
  -ms-transform: skewX(-21deg);
  -o-transform: skewX(-21deg);
  transform: skewX(-21deg);
  color: #fff;
  background-color: #d01715;
  text-align: center;
  margin-top: 27px;
}
.bottom-footer .medium-block .button-wrap .signup-button a {
  display: inline-block;
  width: 100%;
  -webkit-transform: skewX(21deg);
  -moz-transform: skewX(21deg);
  -ms-transform: skewX(21deg);
  -o-transform: skewX(21deg);
  transform: skewX(21deg);
  color: #fff;
  font-family: "Rosario";
  font-size: 1.5em;
  font-style: italic;
}
.topics-item .topics-subcategory {
  overflow: hidden;
  height: 100%;
  margin-top: 0px;
  padding-left: 20px;
}
/* end general styles */
/* button to cross */
.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}
.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 3px;
  transform: rotate(45deg);
}
.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 0px;
  display: none;
}
.navbar-toggle .icon-bar:nth-of-type(4) {
  top: -3px;
  transform: rotate(-45deg);
}
.navbar-toggle .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
  top: 0px;
  transform: none;
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
  display: block;
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(4) {
  top: 0px;
  transform: none;
}
/* header */
header .navbar.navbar-default {
  margin-bottom: 0;
  border: none;
}
header .navbar.navbar-default .navbar-header {
  width: 100%;
  height: 60px;
  background-color: #fff;
}
header .navbar.navbar-default .navbar-header .navbar-brand {
  padding-left: 0;
}
header .navbar.navbar-default .navbar-header .navbar-brand img {
  max-width: 180px;
}
header .navbar.navbar-default .navbar-header ul.nav.navbar-nav li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  height: 60px;
}
header .navbar.navbar-default .navbar-header ul.nav.navbar-nav li:first-child a {
  color: #d01715;
  padding: 5px;
  border: 1px solid transparent;
}
header .navbar.navbar-default .navbar-header ul.nav.navbar-nav li:first-child a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}
header .navbar.navbar-default .navbar-header ul.nav.navbar-nav li:first-child a:hover {
  border: 1px solid #d01715;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .navbar.navbar-default .navbar-header ul.nav.navbar-nav li a {
  line-height: 27px;
  font-family: "Work Sans";
  font-size: 1.0625em;
  font-weight: 600;
}
header .navbar.navbar-default .navbar-header ul.nav.navbar-nav li a .find-surgeon-icon {
  margin-right: 10px;
  width: 23px;
  height: 27px;
  display: block;
  float: left;
}
header .navbar.navbar-default .navbar-default {
  background-color: #fff;
  border: none;
}
header .navbar.navbar-default #navbar-collapse-1 {
  float: left;
  width: 100%;
  border-top: 3px solid #d01715;
  background-color: #171d42;
}
header .navbar.navbar-default #navbar-collapse-1 .navbar-inner > ul.nav.navbar-nav {
  text-align: justify;
  margin: 0 auto;
  float: none;
  max-width: 1170px;
  height: auto;
}
header .navbar.navbar-default #navbar-collapse-1 .navbar-inner > ul.nav.navbar-nav:after {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  line-height: 0;
  content: '';
}
header .navbar.navbar-default #navbar-collapse-1 .navbar-inner > ul.nav.navbar-nav li {
  display: inline-block;
  float: none;
}
header .navbar.navbar-default #navbar-collapse-1 .navbar-inner > ul.nav.navbar-nav li.only-mobile-view {
  display: none;
}
header .navbar.navbar-default #navbar-collapse-1 .navbar-inner > ul.nav.navbar-nav li a {
  padding-top: 18px;
  padding-bottom: 5px;
  color: #fff;
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 1em;
}
header .navbar.navbar-default #navbar-collapse-1 .navbar-inner > ul.nav.navbar-nav li a:active,
header .navbar.navbar-default #navbar-collapse-1 .navbar-inner > ul.nav.navbar-nav li a:focus {
  font-weight: 600;
}
header .navbar.navbar-default #navbar-collapse-1 .navbar-inner > ul.nav.navbar-nav li a:hover {
  color: #d01715;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .navbar.navbar-default #navbar-collapse-1 .navbar-inner > ul.nav.navbar-nav li a:first-child {
  padding-left: 0;
}
header .navbar.navbar-default #navbar-collapse-1 .navbar-inner > ul.nav.navbar-nav li a:last-child {
  padding-right: 0;
}
/* footer */
footer {
  float: left;
  width: 100%;
}
footer .top-footer .logos-wrapper {
  padding: 40px 0;
  display: table;
  margin: 0 auto;
}
footer .top-footer .logos-wrapper > div {
  display: table-cell;
  float: none;
  vertical-align: bottom;
}
footer .top-footer .logos-wrapper div:first-child {
  text-align: right;
}
footer .top-footer .logos-wrapper div img {
  max-width: 360px;
  width: 100%;
  max-height: 100%;
}
footer .bottom-footer {
  float: left;
  width: 100%;
  background-color: #171d42;
  padding: 12px 0 28px 0;
  border-top: 3px solid #d01715;
}
footer .bottom-footer .container-1170 {
  position: relative;
}
footer .bottom-footer .container-1170 > div {
  padding: 0;
}
footer .bottom-footer .left-block {
  float: left;
}
footer .bottom-footer .left-block > a img {
  max-width: 240px;
}
footer .bottom-footer .left-block ul.nav.navbar-nav {
  -webkit-columns: 1px 3;
  -moz-columns: 1px 3;
  columns: 1px 3;
  margin-top: 20px;
}
footer .bottom-footer .left-block ul.nav.navbar-nav li {
  width: 120px;
  float: none;
}
footer .bottom-footer .left-block ul.nav.navbar-nav li a {
  padding: 0;
  color: #fff;
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 0.75em;
}
footer .bottom-footer .left-block ul.nav.navbar-nav li a:hover,
footer .bottom-footer .left-block ul.nav.navbar-nav li a:focus,
footer .bottom-footer .left-block ul.nav.navbar-nav li a:active {
  color: #fff;
  background-color: transparent;
}
footer .bottom-footer .left-block ul.nav.navbar-nav li a:hover {
  color: #d01715;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .bottom-footer .right-block {
  margin-top: 14px;
  float: right;
}
footer .bottom-footer .right-block .copyright-text {
  float: right;
  clear: both;
  color: #fff;
  text-align: right;
  margin-top: 22px;
  font-family: "Work sans";
  font-weight: 300;
  font-size: 0.65em;
  max-width: 270px;
}
footer .bottom-footer .right-block a {
  float: right;
}
footer .bottom-footer .medium-block {
  position: absolute;
  margin-left: 33.3333%;
  padding-top: 15px !important;
}
footer .bottom-footer .medium-block .title {
  text-align: center;
  color: #fff;
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-size: 1.875em;
}
footer .bottom-footer .medium-block .button-wrap {
  overflow: hidden;
  text-align: center;
  padding: 0 15px;
}
footer .bottom-footer .medium-block .button-wrap .signup-button {
  -webkit-transform: skewX(-21deg);
  -moz-transform: skewX(-21deg);
  -ms-transform: skewX(-21deg);
  -o-transform: skewX(-21deg);
  transform: skewX(-21deg);
  color: #fff;
  background-color: #d01715;
  text-align: center;
  margin-top: 15px;
}
footer .bottom-footer .medium-block .button-wrap .signup-button a {
  display: inline-block;
  width: 100%;
  -webkit-transform: skewX(21deg);
  -moz-transform: skewX(21deg);
  -ms-transform: skewX(21deg);
  -o-transform: skewX(21deg);
  transform: skewX(21deg);
  color: #fff;
  font-family: "Rosario";
  font-size: 1.5em;
  font-style: italic;
  background-color: #fff;
}
footer .bottom-footer .medium-block .button-wrap .signup-button:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-1 {
  float: left;
  width: 100%;
  height: auto;
}
.section-1 > .row {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.section-1 > .row .left-block {
  z-index: 1000;
  float: none;
  padding-left: 0;
  height: 100%;
}
.section-1 > .row .left-block .left-block-wrap {
  height: 100%;
  width: 103%;
  margin-left: -50%;
  padding-left: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: skewX(-21deg);
  -moz-transform: skewX(-21deg);
  -ms-transform: skewX(-21deg);
  -o-transform: skewX(-21deg);
  transform: skewX(-21deg);
  display: table;
}
.section-1 > .row .left-block .left-block-wrap:before {
  content: '';
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100%;
}
.section-1 > .row .left-block .left-block-wrap .text-block {
  -webkit-transform: skewX(21deg);
  -moz-transform: skewX(21deg);
  -ms-transform: skewX(21deg);
  -o-transform: skewX(21deg);
  transform: skewX(21deg);
  margin-right: 44px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}
.section-1 > .row .left-block .left-block-wrap .text-block .title {
  font-family: "Cormorant Garamond";
  font-size: 2.5em;
  color: #fff;
}
.section-1 > .row .left-block .left-block-wrap .text-block .copy-text {
  font-family: "Work Sans";
  font-size: 1.125em;
  color: #fff;
  padding: 20px 0 20px 0;
  padding-right: 40px;
}
.section-1 > .row .left-block .left-block-wrap .text-block .button-wrap {
  margin-top: 0px;
}
.section-1 > .row .left-block .left-block-wrap .text-block .button-wrap .signup-button {
  width: auto;
  margin: 0;
  margin-left: 15px;
}
.section-1 > .row .right-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 90%;
}
/* home page */
#homepage .main-page {
  float: left;
  width: 100%;
  background-color: #fff;
}
#homepage .main-page .section-1 {
  height: 480px;
}
#homepage .main-page .section-1 > .row .left-block .left-block-wrap {
  background-color: rgba(23, 29, 66, 0.7);
}
#homepage .main-page .section-1 > .row .left-block .left-block-wrap .text-block .title {
  /*line-height: 1.3em;*/
}
#homepage .main-page .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap {
  margin-top: -10px;
}
#homepage .main-page .section-2 {
  text-align: center;
  float: left;
  width: 100%;
  /* height: 440px; */
  padding: 0 25px;
  background-color: #fff;
}
#homepage .main-page .section-2 .container-1170 {
  padding: 60px 0;
}
#homepage .main-page .section-2 .container-1170 .title,
#homepage .main-page .section-2 .container-1170 .copy-text,
#homepage .main-page .section-2 .container-1170 .button-wrap {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}
#homepage .main-page .section-2 .container-1170 .title {
  color: #171d42;
}
#homepage .main-page .section-2 .container-1170 .copy-text {
  color: #000;
  margin: 26px 0;
}
#homepage .main-page .section-2 .container-1170 .button-wrap {
  padding-top: 15px;
}
#homepage .main-page .section-3 {
  float: left;
  width: 100%;
  background-color: #fff;
  height: 540px;
}
#homepage .main-page .section-3 > .row {
  position: relative;
  height: 100%;
}
#homepage .main-page .section-3 > .row .left-block {
  z-index: 1000;
  float: none;
  height: 100%;
}
#homepage .main-page .section-3 > .row .left-block .left-block-wrap {
  padding: 0 50px;
  margin-right: -57%;
  height: 100%;
  width: 103%;
  padding-right: 57%;
  float: right;
  background-color: #c9d1e0;
  -webkit-transform: skewX(21deg);
  -moz-transform: skewX(21deg);
  -ms-transform: skewX(21deg);
  -o-transform: skewX(21deg);
  transform: skewX(21deg);
  display: table;
}
#homepage .main-page .section-3 > .row .left-block .left-block-wrap:after {
  content: '';
  display: none;
  background-color: #c9d1e0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 99%;
  width: 100%;
}
#homepage .main-page .section-3 > .row .left-block .left-block-wrap .text-block {
  -webkit-transform: skewX(-21deg);
  -moz-transform: skewX(-21deg);
  -ms-transform: skewX(-21deg);
  -o-transform: skewX(-21deg);
  transform: skewX(-21deg);
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
#homepage .main-page .section-3 > .row .left-block .left-block-wrap .text-block .title {
  color: #171d42;
}
#homepage .main-page .section-3 > .row .left-block .left-block-wrap .text-block .copy-text {
  padding: 20px 0 20px 0;
}
#homepage .main-page .section-3 > .row .left-block .left-block-wrap .text-block .button-wrap {
  padding-top: 0px;
  padding-left: 15px;
}
#homepage .main-page .section-3 > .row .left-block .left-block-wrap .text-block .button-wrap .signup-button {
  margin-right: 15px;
}
#homepage .main-page .section-3 > .row .right-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 63%;
}
#homepage .main-page .section-4 {
  background-color: #fff;
  padding-bottom: 65px;
}
#homepage .main-page .section-4 .wrapper .title {
  text-align: center;
  color: #171d42;
  margin: 50px 0;
}
#homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block {
  position: relative;
}
#homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block:after,
#homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block:before {
  content: '';
  display: table;
}
#homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block:after {
  clear: both;
}
#homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block .arrow {
  position: absolute;
  top: 48%;
  z-index: 2;
}
#homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block .arrow i {
  display: block;
  width: 16px;
  height: 29px;
}
#homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block .arrow.left {
  left: -16px;
}
#homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block .arrow.right {
  right: 0px;
}
#homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block .arrow.right i {
  background-position: 16px 0;
}
#homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block .arrow.right a:hover i, #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block .arrow.right i:hover {
  background-position: 16px 29px;
}
#homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block ul.staff-items .staff-item, #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block div.staff-items .staff-item {
  float: left;
  /*width: 20%;*/
}
#homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block ul.staff-items .staff-item .image, #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block div.staff-items .staff-item .image {
  max-width: 170px;
  width: 100%;
  margin-bottom: 20px;
}
#homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block ul.staff-items .staff-item .image img, #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block div.staff-items .staff-item .image img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}
#homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block ul.staff-items .staff-item .image:hover + .text .name a, #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block div.staff-items .staff-item .image:hover + .text .name a {
  color: #d01715;
}
#homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block ul.staff-items .staff-item .name, #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block div.staff-items .staff-item .name {
  display: block;
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 1.375em;
  color: #171d42;
  margin-bottom: 10px;
}
#homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block ul.staff-items .staff-item .name a, #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block div.staff-items .staff-item .name a {
  color: inherit;
}
#homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block ul.staff-items .staff-item .name a:hover, #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block div.staff-items .staff-item .name a:hover {
  color: #d01715;
}
#homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block ul.staff-items .staff-item .city, #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block div.staff-items .staff-item .city {
  display: block;
  text-align: center;
  font-family: "Work Sans";
  font-size: 1.025em;
  font-weight: 300;
  color: #171d42;
}
#homepage .main-page .section-5 {
  background-color: #c9d1e0;
}
#homepage .main-page .section-5 .row {
  margin: 0;
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
#homepage .main-page .section-5 .row .left-block {
  background-color: #454a68;
  display: block;
  float: none;
  padding: 0;
}
#homepage .main-page .section-5 .row .left-block .left.block-inner {
  padding-right: 100px;
  float: right;
}
#homepage .main-page .section-5 .row .right-block {
  display: block;
  float: none;
  padding: 0;
  background-color: #c9d1e0;
}
#homepage .main-page .section-5 .row .right-block .right.block-inner {
  padding-left: 120px;
}
#homepage .main-page .section-5 .row .right-block .title {
  color: #171d42;
}
#homepage .main-page .section-5 .row .block-inner {
  margin: 90px 0;
  max-width: 585px;
}
#homepage .main-page .section-5 .row .block-inner.left .copy-text {
  color: #fff;
}
#homepage .main-page .section-5 .row .block-inner.right .copy-text {
  color: #171d42;
}
#homepage .main-page .section-5 .row .block-inner .copy-text {
  margin: 17px 0 30px 0;
}
#homepage .main-page .section-5 .row .button-wrap {
  padding-left: 15px;
}
/* transplant basics */
#transplant-basics .main-page {
  float: left;
  width: 100%;
}
#transplant-basics .main-page .section-1 {
  float: left;
  width: 100%;
  height: 480px;
}
#transplant-basics .main-page .section-1 > .row .left-block {
  z-index: 1000;
  float: none;
  padding-left: 0;
  height: 100%;
}
#transplant-basics .main-page .section-1 > .row .left-block .left-block-wrap {
  display: table;
  width: 100.5%;
  margin-left: -50.5%;
  padding-left: 50.5%;
  height: 100%;
  background-color: rgba(23, 29, 66, 0.7);
}
#transplant-basics .main-page .section-1 > .row .left-block .left-block-wrap:before {
  background-color: rgba(23, 29, 66, 0.7);
}
#transplant-basics .main-page .section-1 > .row .left-block .left-block-wrap .text-block {
  margin-right: 44px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}
#transplant-basics .main-page .section-1 > .row .left-block .left-block-wrap .text-block .title {
  font-family: "Cormorant Garamond";
  font-size: 2.5em;
  color: #fff;
}
#transplant-basics .main-page .section-1 > .row .left-block .left-block-wrap .text-block .copy-text {
  font-family: "Work Sans";
  font-size: 1.125em;
  color: #fff;
  padding: 20px 0 20px 0;
}
#transplant-basics .main-page .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap {
  margin-top: 0px;
}
#transplant-basics .main-page .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap .signup-button {
  width: 250px;
  margin: 0;
  margin-left: 15px;
}
#transplant-basics .main-page .section-2 {
  float: left;
  width: 100%;
  height: 440px;
  background-color: #fff;
}
#transplant-basics .main-page .section-2 > .row {
  position: relative;
  height: 100%;
}
#transplant-basics .main-page .section-2 > .row .left-block {
  z-index: 1000;
  float: none;
  height: 100%;
  padding: 0;
}
#transplant-basics .main-page .section-2 > .row .left-block .left-block-wrap {
  display: table;
  height: 100%;
  padding-right: 49.5%;
  margin-right: -49.5%;
  width: 101%;
  float: right;
  background-color: #c9d1e0;
  -webkit-transform: skewX(21deg);
  -moz-transform: skewX(21deg);
  -ms-transform: skewX(21deg);
  -o-transform: skewX(21deg);
  transform: skewX(21deg);
}
#transplant-basics .main-page .section-2 > .row .left-block .left-block-wrap:after {
  content: '';
  display: none;
  z-index: -1;
  background-color: #c9d1e0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 99%;
  width: 100%;
}
#transplant-basics .main-page .section-2 > .row .left-block .left-block-wrap .text-block {
  display: table-cell;
  vertical-align: middle;
  -webkit-transform: skewX(-21deg);
  -moz-transform: skewX(-21deg);
  -ms-transform: skewX(-21deg);
  -o-transform: skewX(-21deg);
  transform: skewX(-21deg);
  text-align: right;
}
#transplant-basics .main-page .section-2 > .row .left-block .left-block-wrap .text-block .title {
  color: #171d42;
}
#transplant-basics .main-page .section-2 > .row .left-block .left-block-wrap .text-block .copy-text {
  padding: 20px 0 20px 0;
}
#transplant-basics .main-page .section-2 > .row .left-block .left-block-wrap .text-block .button-wrap {
  padding-top: 0px;
}
#transplant-basics .main-page .section-2 > .row .left-block .left-block-wrap .text-block .button-wrap .signup-button {
  margin-right: 15px;
}
#transplant-basics .main-page .section-2 > .row .right-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
}
#transplant-basics .main-page .section-3 > .title {
  color: #171d42;
  text-align: center;
  margin: 50px 0 70px 0;
}
#transplant-basics .main-page .section-3 .row .procedure-item {
  margin-bottom: 90px;
}
#transplant-basics .main-page .section-3 .row .procedure-item .image {
  width: 40%;
  float: left;
  margin-top: 4px;
}
#transplant-basics .main-page .section-3 .row .procedure-item .image img {
  max-width: 100%;
}
#transplant-basics .main-page .section-3 .row .procedure-item .text-block {
  width: 60%;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
}
#transplant-basics .main-page .section-3 .row .procedure-item .text-block .title {
  font-size: 1.875em;
  color: #171d42;
}

#transplant-basics .main-page .section-3 .row .procedure-item .text-block .title a {
  color: #171d42;
}

#transplant-basics .main-page .section-3 .row .procedure-item .text-block .title a:hover {
  color: #d01715;
}
#transplant-basics .main-page .section-3 .row .procedure-item .text-block .copy-text {
  margin: 10px 0 20px 0;
  font-weight: 300;
  font-size: 1.125em;
  color: #000;
}
#transplant-basics .main-page .section-3 .row .procedure-item .text-block .copy-text p {
  line-height: 1.3em;
}
#transplant-basics .main-page .section-3 .row .procedure-item .text-block .more {
  color: #231f20;
  text-decoration: none;
}
#transplant-basics .main-page .section-3 .row .procedure-item .text-block .more .text {
  color: #231f20;
  font-family: "Work Sans";
  font-style: italic;
  font-size: 1.125em;
  font-weight: 300;
}
#transplant-basics .main-page .section-3 .row .procedure-item .text-block .more .arrow-right {
  color: #231f20;
  margin-left: 10px;
}
#transplant-basics .main-page .section-3 .row .procedure-item .text-block .more:hover {
  color: #231f20;
  text-decoration: none;
}
#transplant-basics .main-page .section-4 {
  background-color: #c9d1e0;
}
#transplant-basics .main-page .section-4 .row {
  margin: 0;
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
#transplant-basics .main-page .section-4 .row .left-block {
  background-color: #454a68;
  display: block;
  float: none;
  padding: 0;
}
#transplant-basics .main-page .section-4 .row .left-block .left.block-inner {
  padding-right: 100px;
  float: right;
}
#transplant-basics .main-page .section-4 .row .right-block {
  display: block;
  float: none;
  padding: 0;
  background-color: #c9d1e0;
}
#transplant-basics .main-page .section-4 .row .right-block .right.block-inner {
  padding-left: 120px;
}
#transplant-basics .main-page .section-4 .row .right-block .title {
  color: #171d42;
}
#transplant-basics .main-page .section-4 .row .block-inner {
  margin: 90px 0;
  max-width: 585px;
}
#transplant-basics .main-page .section-4 .row .block-inner.left .copy-text {
  color: #fff;
}
#transplant-basics .main-page .section-4 .row .block-inner.right .copy-text {
  color: #171d42;
}
#transplant-basics .main-page .section-4 .row .block-inner .copy-text {
  margin: 17px 0 30px 0;
}
#transplant-basics .main-page .section-4 .row .button-wrap {
  padding-left: 15px;
}
#transplant-basics .main-page .section-4 .left-block .more a .text {
  color: #fff;
  font-weight: 300;
}
#transplant-basics .main-page .section-4 .left-block .more a .arrow-right {
  color: #fff;
}
#transplant-basics .main-page .section-4 .right-block .more {
  text-align: right;
}
#transplant-basics .main-page .section-4 .right-block .more a .text {
  font-weight: 300;
}
#transplant-basics .main-page .section-5 {
  text-align: center;
  float: left;
  width: 100%;
  /* height: 440px; */
  padding: 0 25px;
  background-color: #fff;
  height: auto;
}
#transplant-basics .main-page .section-5 .container-1170 {
  padding: 60px 0;
}
#transplant-basics .main-page .section-5 .container-1170 .title,
#transplant-basics .main-page .section-5 .container-1170 .copy-text,
#transplant-basics .main-page .section-5 .container-1170 .button-wrap {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}
#transplant-basics .main-page .section-5 .container-1170 .title {
  color: #171d42;
}
#transplant-basics .main-page .section-5 .container-1170 .copy-text {
  color: #000;
  margin: 26px 0;
}
#transplant-basics .main-page .section-5 .container-1170 .button-wrap {
  padding-top: 15px;
}
#transplant-basics footer .top-footer {
  border-top: 1px solid #acacac;
}
/* about the society */
#about-the-society .main-page .section-1 {
  height: 480px;
}
#about-the-society .main-page .section-1 > .row .right-block {
  width: 100%;
}
#about-the-society .main-page .section-1 > .row .left-block .left-block-wrap {
  background-color: rgba(23, 29, 66, 0.7);
}
#about-the-society .main-page .section-1 > .row .left-block .left-block-wrap:before {
  background-color: rgba(23, 29, 66, 0.7);
}
#about-the-society .main-page .section-1 .buttons-wrapper .button-wrap {
  padding-right: 0;
}
#about-the-society .main-page .section-1 .buttons-wrapper .button-wrap:nth-child(2) {
  padding-left: 0;
  margin-left: -30px;
}
#about-the-society .main-page .section-1 .buttons-wrapper .button-wrap:nth-child(2) .signup-button {
  padding: 15px 20px;
}
#about-the-society .main-page .section-2 {
  text-align: center;
  float: left;
  width: 100%;
  /* height: 440px; */
  padding: 0 25px;
  background-color: #fff;
  height: auto;
}
#about-the-society .main-page .section-2 .container-1170 {
  padding: 60px 0;
}
#about-the-society .main-page .section-2 .container-1170 .title,
#about-the-society .main-page .section-2 .container-1170 .copy-text,
#about-the-society .main-page .section-2 .container-1170 .button-wrap {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}
#about-the-society .main-page .section-2 .container-1170 .title {
  color: #171d42;
}
#about-the-society .main-page .section-2 .container-1170 .copy-text {
  color: #000;
  margin: 26px 0;
}
#about-the-society .main-page .section-2 .container-1170 .button-wrap {
  padding-top: 15px;
}
#about-the-society .main-page .section-2 .container-1170 {
  padding: 40px 0;
}
#about-the-society .main-page .section-2 .container-1170 .copy-text {
  width: 85%;
  margin: 26px auto;
}
#about-the-society .main-page .section-3 .row {
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
  margin: 0;
}
#about-the-society .main-page .section-3 .row .right-block,
#about-the-society .main-page .section-3 .row .left-block {
  height: 100%;
  display: block;
  float: left;
  padding: 0;
}
#about-the-society .main-page .section-3 .row .left-block {
  float: left;
}
#about-the-society .main-page .section-3 .row .right-block {
  float: right;
}
#about-the-society .main-page .section-3 .row .block-inner {
  margin: 0;
  max-width: 585px;
}
#about-the-society .main-page .section-3 .row .block-inner.left {
  float: right;
  overflow: hidden;
  width: 100%;
  max-width: none;
}
#about-the-society .main-page .section-3 .row .block-inner.left .image {
  float: right;
  width: 100%;
}
#about-the-society .main-page .section-3 .row .block-inner.left .image img {
  display: block;
  float: left;
  width: 100%;
}
#about-the-society .main-page .section-3 .row .block-inner.right {
  padding-left: 10%;
  padding-right: 15px;
}
#about-the-society .main-page .section-3 .row .block-inner.right .copy-text {
  color: #171d42;
  text-align: right;
}
#about-the-society .main-page .section-3 .row .block-inner.right .title {
  color: #171d42;
  text-align: right;
}
#about-the-society .main-page .section-3 .row .block-inner.right .button-wrap {
  padding-left: 0px;
  padding-right: 10px;
  text-align: right;
}
#about-the-society .main-page .section-3 .row .block-inner .copy-text {
  margin: 17px 0 30px 0;
}
#about-the-society .main-page .section-4 .row {
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
  margin: 0;
}
#about-the-society .main-page .section-4 .row .right-block,
#about-the-society .main-page .section-4 .row .left-block {
  height: 100%;
  display: block;
  float: left;
  padding: 0;
}
#about-the-society .main-page .section-4 .row .left-block {
  float: left;
}
#about-the-society .main-page .section-4 .row .right-block {
  float: right;
}
#about-the-society .main-page .section-4 .row .block-inner {
  margin: 0;
  max-width: 585px;
}
#about-the-society .main-page .section-4 .row .block-inner.left {
  float: right;
  overflow: hidden;
  width: 100%;
  max-width: none;
}
#about-the-society .main-page .section-4 .row .block-inner.left .image {
  float: right;
  width: 100%;
}
#about-the-society .main-page .section-4 .row .block-inner.left .image img {
  display: block;
  float: left;
  width: 100%;
}
#about-the-society .main-page .section-4 .row .block-inner.right {
  padding-left: 10%;
  padding-right: 15px;
}
#about-the-society .main-page .section-4 .row .block-inner.right .copy-text {
  color: #171d42;
  text-align: right;
}
#about-the-society .main-page .section-4 .row .block-inner.right .title {
  color: #171d42;
  text-align: right;
}
#about-the-society .main-page .section-4 .row .block-inner.right .button-wrap {
  padding-left: 0px;
  padding-right: 10px;
  text-align: right;
}
#about-the-society .main-page .section-4 .row .block-inner .copy-text {
  margin: 17px 0 30px 0;
}
#about-the-society .main-page .section-4 .row {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#about-the-society .main-page .section-4 .row .left-block {
  float: right;
}
#about-the-society .main-page .section-4 .row .right-block {
  float: left;
}
#about-the-society .main-page .section-4 .row .block-inner.right {
  padding: 0;
  float: right;
  padding-right: 10%;
  padding-left: 15px;
}
#about-the-society .main-page .section-4 .row .block-inner.right .copy-text {
  color: #171d42;
  text-align: left;
}
#about-the-society .main-page .section-4 .row .block-inner.right .title {
  color: #171d42;
  text-align: left;
}
#about-the-society .main-page .section-4 .row .block-inner.right .button-wrap {
  padding-left: 10px;
  padding-right: 0px;
  text-align: left;
}
#about-the-society .main-page .section-4 .row .block-inner .copy-text {
  margin: 17px 0 30px 0;
}
#about-the-society .main-page .section-5 .row {
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
  margin: 0;
}
#about-the-society .main-page .section-5 .row .right-block,
#about-the-society .main-page .section-5 .row .left-block {
  height: 100%;
  display: block;
  float: left;
  padding: 0;
}
#about-the-society .main-page .section-5 .row .left-block {
  float: left;
}
#about-the-society .main-page .section-5 .row .right-block {
  float: right;
}
#about-the-society .main-page .section-5 .row .block-inner {
  margin: 0;
  max-width: 585px;
}
#about-the-society .main-page .section-5 .row .block-inner.left {
  float: right;
  overflow: hidden;
  width: 100%;
  max-width: none;
}
#about-the-society .main-page .section-5 .row .block-inner.left .image {
  float: right;
  width: 100%;
}
#about-the-society .main-page .section-5 .row .block-inner.left .image img {
  display: block;
  float: left;
  width: 100%;
}
#about-the-society .main-page .section-5 .row .block-inner.right {
  padding-left: 10%;
  padding-right: 15px;
}
#about-the-society .main-page .section-5 .row .block-inner.right .copy-text {
  color: #171d42;
  text-align: right;
}
#about-the-society .main-page .section-5 .row .block-inner.right .title {
  color: #171d42;
  text-align: right;
}
#about-the-society .main-page .section-5 .row .block-inner.right .button-wrap {
  padding-left: 0px;
  padding-right: 10px;
  text-align: right;
}
#about-the-society .main-page .section-5 .row .block-inner .copy-text {
  margin: 17px 0 30px 0;
}
#about-the-society .main-page .section-6 {
  background-color: #c9d1e0;
}
#about-the-society .main-page .section-6 .row {
  margin: 0;
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
#about-the-society .main-page .section-6 .row .left-block {
  background-color: #454a68;
  display: block;
  float: none;
  padding: 0;
}
#about-the-society .main-page .section-6 .row .left-block .left.block-inner {
  padding-right: 100px;
  float: right;
}
#about-the-society .main-page .section-6 .row .right-block {
  display: block;
  float: none;
  padding: 0;
  background-color: #c9d1e0;
}
#about-the-society .main-page .section-6 .row .right-block .right.block-inner {
  padding-left: 120px;
}
#about-the-society .main-page .section-6 .row .right-block .title {
  color: #171d42;
}
#about-the-society .main-page .section-6 .row .block-inner {
  margin: 90px 0;
  max-width: 585px;
}
#about-the-society .main-page .section-6 .row .block-inner.left .copy-text {
  color: #fff;
}
#about-the-society .main-page .section-6 .row .block-inner.right .copy-text {
  color: #171d42;
}
#about-the-society .main-page .section-6 .row .block-inner .copy-text {
  margin: 17px 0 30px 0;
}
#about-the-society .main-page .section-6 .row .button-wrap {
  padding-left: 15px;
}
/* our members */
#our-members .main-page .section-1 {
  height: 450px;
}
#our-members .main-page .section-1 > .row .left-block .left-block-wrap {
  background-color: rgba(23, 29, 66, 0.7);
}
#our-members .main-page .section-1 > .row .left-block .left-block-wrap:before {
  background-color: rgba(23, 29, 66, 0.7);
}
#our-members .main-page .section-1 > .row .right-block {
  background-size: cover;
  background-position: 90%;
}
#our-members .main-page .section-2 .staff-block {
  margin-top: 70px;
}
#our-members .main-page .section-2 .staff-block ul.staff-items .staff-item {
  margin: 0;
  margin-bottom: 70px;
  width: 20%;
}
#our-members .main-page .section-2 .staff-block ul.staff-items .staff-item .image {
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
}
#our-members .main-page .section-2 .staff-block ul.staff-items .staff-item .image img {
  width: 100%;
}
#our-members .main-page .section-2 .staff-block ul.staff-items .staff-item .image:hover + .text .name a {
  color: #d01715;
}
#our-members .main-page .section-2 .staff-block ul.staff-items .staff-item .text {
  margin-top: 25px;
}
#our-members footer .top-footer {
  border-top: 1px solid #acacac;
}
/* bio */
#bio .main-page .wrapper .breadcrumb > li + li:before,
#bio .main-page .wrapper .breadcrumb > li:before {
  padding: 0 5px;
  color: #ccc;
  content: "<";
}
#bio .main-page .wrapper .main-section {
  margin-left: 0;
  margin-right: 0;
}
#bio .main-page .wrapper .main-section .side-block {
  padding: 0;
}
#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block {
  padding: 20px 30px;
  background-color: #e9edf3;
  background-color: rgba(201, 209, 224, 0.4);
}
#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 50%;
}
#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block > span {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block span {
  font-family: "Work Sans";
  color: #171d42;
  font-weight: 300;
  font-size: 1.125em;
}
#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block span.inner-label {
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .address-field {
  display: inline-block;
}
#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name {
  font-size: 1.875em;
  font-family: "Cormorant Garamond";
  font-weight: 400;
  margin-bottom: 10px;
}
#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name a {
  color: inherit;
}
#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name a:hover {
  color: #d01715;
}

#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .associate a {
  color: #171d42;
}

#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .associate a:hover {
  color: #d01715;
  border-bottom: 2px solid #d01715;;
}

#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone .inner-label,
#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax .inner-label {
  display: inline;
}
#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .address,
#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone,
#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax,
#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .web-field {
  margin-top: 30px;
}
#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone {
  margin-bottom: 0;
}
#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax {
  margin-top: 0;
}
#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .web-field {
  margin-bottom: 0;
}
#bio .main-page .wrapper .main-section .main {
  padding: 0;
  padding-left: 65px;
}
#bio .main-page .wrapper .main-section .main .text-block .title {
  color: #171d42;
  margin: 20px 0;
}
#bio .main-page .wrapper .main-section .main .text-block .copy-text p {
  color: #171d42;
}
#bio .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb {
  background-color: #fff;
  padding: 17px 0;
}
#bio .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li {
  font-size: 1.125em;
  font-family: 'Work Sans';
  color: #171d42;
}
#bio .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a {
  font-family: 'Work Sans';
  color: #171d42;
  text-transform: uppercase;
  font-weight: 600;
}
#bio .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a:hover {
  color: #d01715;
}
#bio .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li:before {
  color: #171d42;
}
/* apply membership */
#apply-membership .main-page .wrapper .container-inner {
  width: 68%;
  margin: 0 auto;
  padding: 20px 0;
}
#apply-membership .main-page .wrapper .container-inner .title {
  color: #171d42;
  margin: 20px 0;
  text-align: center;
}
#apply-membership .main-page .wrapper .container-inner .subtitle {
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 1em;
  line-height: 1.4em;
  text-align: center;
}
#apply-membership .main-page .wrapper .container-inner .form-section input,
#apply-membership .main-page .wrapper .container-inner .form-section textarea {
  font-size: 1.2em;
  padding: 18px 18px 16px 18px;
}
#apply-membership footer .top-footer {
  border-top: 1px solid #acacac;
}
/* contact us */
#contact-us .main-page .wrapper .container-inner {
  width: 68%;
  margin: 0 auto;
  padding: 20px 0;
}
#contact-us .main-page .wrapper .container-inner .title {
  color: #171d42;
  margin: 20px 0;
  text-align: center;
}
#contact-us .main-page .wrapper .container-inner .form-section input,
#contact-us .main-page .wrapper .container-inner .form-section textarea {
  font-size: 1.2em;
  padding: 18px 18px 16px 18px;
}
#contact-us .main-page .bottom-section {
  text-align: center;
  float: left;
  width: 100%;
  /* height: 440px; */
  padding: 0 25px;
  background-color: #fff;
  border-top: 1px solid #acacac;
}
#contact-us .main-page .bottom-section .container-1170 {
  padding: 60px 0;
}
#contact-us .main-page .bottom-section .container-1170 .title,
#contact-us .main-page .bottom-section .container-1170 .copy-text,
#contact-us .main-page .bottom-section .container-1170 .button-wrap {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}
#contact-us .main-page .bottom-section .container-1170 .title {
  color: #171d42;
}
#contact-us .main-page .bottom-section .container-1170 .copy-text {
  color: #000;
  margin: 26px 0;
}
#contact-us .main-page .bottom-section .container-1170 .button-wrap {
  padding-top: 15px;
}
#contact-us footer .top-footer {
  border-top: 1px solid #acacac;
}
/* blog */
#blog .main-page .wrapper .section-1 {
  height: 450px;
}
#blog .main-page .wrapper .section-1 > .row .left-block .left-block-wrap {
  background-color: rgba(23, 29, 66, 0.7);
}
#blog .main-page .wrapper .section-1 > .row .left-block .left-block-wrap:before {
  background-color: rgba(23, 29, 66, 0.7);
}
#blog .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block {
  padding: 0;
}
#blog .main-page .wrapper .section-1 > .row .right-block {
  background-position: 60%;
}
#blog .main-page .wrapper .section-3 {
  width: 75%;
  float: left;
  padding: 30px 35px 30px 0;
}
#blog .main-page .wrapper .section-3 .wrapper .blog-items .blog-item .copy-text {
  padding-bottom: 0;
}
#blog .main-page .wrapper .section-3 .wrapper .blog-items .blog-item .copy-text p {
  margin-bottom: 10px;
}
#blog .main-page .wrapper .section-3 .wrapper .blog-items .blog-item .links-block a {
  font-weight: 600;
}
#blog .main-page .wrapper .section-4 {
  margin-bottom: 60px;
}
#blog .main-page .wrapper .section-4 .wrapper .view-more {
  width: 75%;
  float: left;
}
#blog .main-page .wrapper .section-4 .wrapper .view-more .view-more-button {
  -webkit-transform: skewX(-21deg);
  -moz-transform: skewX(-21deg);
  -ms-transform: skewX(-21deg);
  -o-transform: skewX(-21deg);
  transform: skewX(-21deg);
  text-align: center;
}
#blog .main-page .wrapper .section-4 .wrapper .view-more .view-more-button .view-more-link {
  color: #171d42;
  border: 2px solid #e7e8ec;
  display: inline-block;
  padding: 15px 50px;
}
#blog .main-page .wrapper .section-4 .wrapper .view-more .view-more-button .view-more-link:hover {
  color: #d01715;
}
#blog .main-page .wrapper .section-4 .wrapper .view-more .view-more-button .view-more-link:hover span:nth-child(1) {
  color: #d01715;
}
#blog .main-page .wrapper .section-4 .wrapper .view-more .view-more-button .view-more-link span {
  -webkit-transform: skewX(21deg);
  -moz-transform: skewX(21deg);
  -ms-transform: skewX(21deg);
  -o-transform: skewX(21deg);
  transform: skewX(21deg);
  display: inline-block;
}
#blog .main-page .wrapper .section-4 .wrapper .view-more .view-more-button .view-more-link span:nth-child(1) {
  font-family: "Rosario";
  font-size: 1.125em;
  line-height: 1.6em;
  font-style: italic;
  color: #171d42;
  vertical-align: middle;
}
#blog .main-page .wrapper .section-4 .wrapper .view-more .view-more-button .view-more-link span:nth-child(2) {
  margin-left: 20px;
  font-size: 1.6em;
  vertical-align: sub;
  font-family: "Rosario";
}
#blog .main-page .wrapper .section-5 {
  text-align: center;
  float: left;
  width: 100%;
  /* height: 440px; */
  padding: 0 25px;
  background-color: #fff;
  height: auto;
  border-top: 1px solid #acacac;
}
#blog .main-page .wrapper .section-5 .container-1170 {
  padding: 60px 0;
}
#blog .main-page .wrapper .section-5 .container-1170 .title,
#blog .main-page .wrapper .section-5 .container-1170 .copy-text,
#blog .main-page .wrapper .section-5 .container-1170 .button-wrap {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}
#blog .main-page .wrapper .section-5 .container-1170 .title {
  color: #171d42;
}
#blog .main-page .wrapper .section-5 .container-1170 .copy-text {
  color: #000;
  margin: 26px 0;
}
#blog .main-page .wrapper .section-5 .container-1170 .button-wrap {
  padding-top: 15px;
}
#blog footer .top-footer {
  border-top: 1px solid #acacac;
}
/* blog post */
#blog-post .main-page .wrapper .section-1 .blogpost-hero .blogpost-hero-img {
  width: 50%;
  display: block;
  float: left;
}
#blog-post .main-page .wrapper .section-3 {
  width: 75%;
  float: left;
  padding: 30px 35px 30px 0;
}
#blog-post .main-page .wrapper .section-3 .wrapper .blog-items .blog-item .copy-text {
  padding-bottom: 0;
}
#blog-post .main-page .wrapper .section-3 .wrapper .blog-items .blog-item .copy-text p {
  margin-bottom: 10px;
}
#blog-post .main-page .wrapper .section-3 .wrapper .blog-items .blog-item .links-block a {
  font-weight: 600;
}
#blog-post .main-page .wrapper .section-3 .wrapper .blog-item .share-block {
  border-bottom: 1px solid #171d42;
}
#blog-post .main-page .wrapper .section-3 .wrapper .blog-item .share-block .left .author {
  font-weight: 500;
  font-style: italic;
}
#blog-post .main-page .wrapper .section-3 .wrapper .blog-item .share-block .left .author a {
  color: inherit;
}
#blog-post .main-page .wrapper .section-3 .wrapper .blog-item .share-block .left .author a:hover {
  color: #d01715;
}
#blog-post .main-page .wrapper .section-3 .wrapper .blog-item .links-block a {
  font-weight: 600;
}
#blog-post .main-page .wrapper .section-3 .wrapper .blog-item .copy-text h3 {
  font-family: "Cormorant Garamond";
  font-size: 1.5em;
  margin-bottom: 20px;
}
#blog-post .main-page .wrapper .section-3 .wrapper .blog-item .copy-text p {
  line-height: 1.4375em;
}
#blog-post .main-page .wrapper .section-3 .wrapper .about-author {
  background-color: #e9edf3;
  padding: 28px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}
#blog-post .main-page .wrapper .section-3 .wrapper .about-author .image {
  padding: 0;
  padding-right: 10px;
}
#blog-post .main-page .wrapper .section-3 .wrapper .about-author .image img {
  border-radius: 50%;
  max-width: 100%;
  width: 100%;
}
#blog-post .main-page .wrapper .section-3 .wrapper .about-author .text-block .author-label {
  font-family: "Cormorant Garamond";
  font-size: 1.5em;
  color: #171d42;
  margin-bottom: 10px;
}
#blog-post .main-page .wrapper .section-3 .wrapper .about-author .text-block .author-field {
  font-family: "Cormorant Garamond";
  font-size: 1.875em;
  color: #171d42;
  margin-bottom: 10px;
}
#blog-post .main-page .wrapper .section-3 .wrapper .about-author .text-block .author-field a {
  color: inherit;
}
#blog-post .main-page .wrapper .section-3 .wrapper .about-author .text-block .author-field a:hover {
  color: #d01715;
}
#blog-post .main-page .wrapper .section-3 .wrapper .about-author .text-block .copy-text {
  color: #171d42;
}
#blog-post .main-page .wrapper .section-3 .wrapper .about-author .text-block .copy-text p {
  line-height: 1.4375em;
}
#blog-post .main-page .wrapper .section-3 .wrapper .about-author .text-block .view-bio .view-bio-link {
  font-size: 1.125em;
  font-family: "Work Sans";
  font-weight: 300;
  color: #171d42;
  float: right;
}
#blog-post .main-page .wrapper .section-3 .wrapper .about-author .text-block .view-bio .view-bio-link:hover {
  color: #d01715;
}
#blog-post .main-page .wrapper .section-3 .wrapper .comments-block .form-section input {
  font-size: 1.2em;
}
#blog-post .main-page .wrapper .section-4 {
  text-align: center;
  float: left;
  width: 100%;
  /* height: 440px; */
  padding: 0 25px;
  background-color: #fff;
  height: auto;
  border-top: 1px solid #acacac;
}
#blog-post .main-page .wrapper .section-4 .container-1170 {
  padding: 60px 0;
}
#blog-post .main-page .wrapper .section-4 .container-1170 .title,
#blog-post .main-page .wrapper .section-4 .container-1170 .copy-text,
#blog-post .main-page .wrapper .section-4 .container-1170 .button-wrap {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}
#blog-post .main-page .wrapper .section-4 .container-1170 .title {
  color: #171d42;
}
#blog-post .main-page .wrapper .section-4 .container-1170 .copy-text {
  color: #000;
  margin: 26px 0;
}
#blog-post .main-page .wrapper .section-4 .container-1170 .button-wrap {
  padding-top: 15px;
}



#blog .main-page .wrapper .section-4 {
  text-align: center;
  float: left;
  width: 100%;
  /* height: 440px; */
  padding: 0 25px;
  background-color: #fff;
  height: auto;
  /*border-top: 1px solid #acacac;*/
}
#blog .main-page .wrapper .section-4 .container-1170 {
  padding: 60px 0;
}
#blog .main-page .wrapper .section-4 .container-1170 .title,
#blog .main-page .wrapper .section-4 .container-1170 .copy-text,
#blog .main-page .wrapper .section-4 .container-1170 .button-wrap {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}
#blog .main-page .wrapper .section-4 .container-1170 .title {
  color: #171d42;
}
#blog .main-page .wrapper .section-4 .container-1170 .copy-text {
  color: #000;
  margin: 26px 0;
}
#blog .main-page .wrapper .section-4 .container-1170 .button-wrap {
  padding-top: 15px;
}



#blog-post footer .top-footer {
  border-top: 1px solid #acacac;
}
/* Q&A Topic*/
#qa-topic .section-1 aside.right-side,
#blog-topic .section-1 aside.right-side {
  padding: 0;
  margin-top: -30px;
}
#qa-topic .section-3,
#blog-topic .section-3 {
  width: 75%;
  float: left;
  padding: 30px 35px 30px 0;
  padding: 0px 35px 30px 0;
}
#qa-topic .section-3 .wrapper .blog-items .blog-item .copy-text,
#blog-topic .section-3 .wrapper .blog-items .blog-item .copy-text {
  padding-bottom: 0;
}
#qa-topic .section-3 .wrapper .blog-items .blog-item .copy-text p,
#blog-topic .section-3 .wrapper .blog-items .blog-item .copy-text p {
  margin-bottom: 10px;
}
#qa-topic .section-3 .wrapper .blog-items .blog-item .links-block a,
#blog-topic .section-3 .wrapper .blog-items .blog-item .links-block a {
  font-weight: 600;
}
#qa-topic .section-3 .wrapper .top-breadcrumbs .breadcrumb,
#blog-topic .section-3 .wrapper .top-breadcrumbs .breadcrumb {
  margin-bottom: 0;
}
#qa-topic .section-3 .wrapper .title.main,
#blog-topic .section-3 .wrapper .title.main {
  color: #171d42;
  border-bottom: 1px solid black;
  padding-bottom: 23px;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item,
#blog-topic .section-3 .wrapper .qa-items .qa-item,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item {
  margin-bottom: 50px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #d1d2d9;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .title,
#blog-topic .section-3 .wrapper .qa-items .qa-item .title,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .title,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .title,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .title,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .title,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .title,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .title {
  color: #171d42;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .share-block,
#blog-topic .section-3 .wrapper .qa-items .qa-item .share-block,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .share-block,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .share-block,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .share-block,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .share-block,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .share-block .left,
#blog-topic .section-3 .wrapper .qa-items .qa-item .share-block .left,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .left,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .left,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .left,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .left,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .left,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .left {
  color: #171d42;
  font-family: "Work Sans";
  font-weight: 100;
  font-size: 1.125em;
  float: left;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .share-block .left .author,
#blog-topic .section-3 .wrapper .qa-items .qa-item .share-block .left .author,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .left .author,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .left .author,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .left .author,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .left .author,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .left .author,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .left .author {
  font-weight: 500;
  font-style: italic;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .share-block .left .author a,
#blog-topic .section-3 .wrapper .qa-items .qa-item .share-block .left .author a,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .left .author a,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .left .author a,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .left .author a,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .left .author a,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .left .author a,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .left .author a {
  color: inherit;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .share-block .left .author a:hover,
#blog-topic .section-3 .wrapper .qa-items .qa-item .share-block .left .author a:hover,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .left .author a:hover,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .left .author a:hover,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .left .author a:hover,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .left .author a:hover,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .left .author a:hover,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .left .author a:hover {
  color: #d01715;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .share-block .right,
#blog-topic .section-3 .wrapper .qa-items .qa-item .share-block .right,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .right,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .right,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .right,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .right,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .right,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .right {
  float: right;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .share-block .right a,
#blog-topic .section-3 .wrapper .qa-items .qa-item .share-block .right a,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .right a,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .right a,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .right a,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .right a,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .right a,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .right a {
  color: #171d42;
  font-family: "Rosario";
  font-size: 1.125em;
  font-style: italic;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .share-block .right a .fa-share-alt,
#blog-topic .section-3 .wrapper .qa-items .qa-item .share-block .right a .fa-share-alt,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .right a .fa-share-alt,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .right a .fa-share-alt,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .right a .fa-share-alt,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .right a .fa-share-alt,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .right a .fa-share-alt,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .right a .fa-share-alt {
  width: 23px;
  position: relative;
  margin-left: 10px;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .share-block .right a .fa-share-alt:before,
#blog-topic .section-3 .wrapper .qa-items .qa-item .share-block .right a .fa-share-alt:before,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .right a .fa-share-alt:before,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .right a .fa-share-alt:before,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .right a .fa-share-alt:before,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .right a .fa-share-alt:before,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .right a .fa-share-alt:before,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .right a .fa-share-alt:before {
  font-size: 25px;
  position: absolute;
  top: -22px;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .share-block .right a:hover,
#blog-topic .section-3 .wrapper .qa-items .qa-item .share-block .right a:hover,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .right a:hover,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .right a:hover,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .right a:hover,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .right a:hover,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .right a:hover,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .right a:hover {
  color: #d01715;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .share-block .right a:hover .fa.fa-share-alt,
#blog-topic .section-3 .wrapper .qa-items .qa-item .share-block .right a:hover .fa.fa-share-alt,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .right a:hover .fa.fa-share-alt,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .share-block .right a:hover .fa.fa-share-alt,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .right a:hover .fa.fa-share-alt,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .share-block .right a:hover .fa.fa-share-alt,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .right a:hover .fa.fa-share-alt,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .share-block .right a:hover .fa.fa-share-alt {
  color: #d01715;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .copy-text,
#blog-topic .section-3 .wrapper .qa-items .qa-item .copy-text,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .copy-text,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .copy-text,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .copy-text,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .copy-text,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .copy-text,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .copy-text {
  padding: 20px 0;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .copy-text p,
#blog-topic .section-3 .wrapper .qa-items .qa-item .copy-text p,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .copy-text p,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .copy-text p,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .copy-text p,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .copy-text p,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .copy-text p,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .copy-text p {
  color: #171d42;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .links-block a,
#blog-topic .section-3 .wrapper .qa-items .qa-item .links-block a,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .links-block a,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .links-block a,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .links-block a,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .links-block a,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .links-block a,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .links-block a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1em;
  font-style: italic;
  font-weight: 500;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .links-block a:hover,
#blog-topic .section-3 .wrapper .qa-items .qa-item .links-block a:hover,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .links-block a:hover,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .links-block a:hover,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .links-block a:hover,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .links-block a:hover,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .links-block a:hover,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .links-block a:hover {
  color: #d01715;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .read-more .right,
#blog-topic .section-3 .wrapper .qa-items .qa-item .read-more .right,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .read-more .right,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .read-more .right,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .read-more .right,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .read-more .right,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .read-more .right,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .read-more .right {
  float: right;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .read-more .right a,
#blog-topic .section-3 .wrapper .qa-items .qa-item .read-more .right a,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .read-more .right a,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .read-more .right a,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .read-more .right a,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .read-more .right a,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .read-more .right a,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .read-more .right a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1.125em;
  font-weight: 300;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .read-more .right a:hover,
#blog-topic .section-3 .wrapper .qa-items .qa-item .read-more .right a:hover,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .read-more .right a:hover,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .read-more .right a:hover,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .read-more .right a:hover,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .read-more .right a:hover,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .read-more .right a:hover,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .read-more .right a:hover {
  color: #d01715;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .left-block .text-logo,
#blog-topic .section-3 .wrapper .qa-items .qa-item .left-block .text-logo,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .left-block .text-logo,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .left-block .text-logo,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .left-block .text-logo,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .left-block .text-logo,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .left-block .text-logo,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .left-block .text-logo {
  width: 100px;
  float: left;
  font-family: "Cormorant Garamond";
  font-size: 3.75em;
  color: #171d42;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .right-block,
#blog-topic .section-3 .wrapper .qa-items .qa-item .right-block,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .right-block,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .right-block,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .right-block,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .right-block,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .right-block,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .right-block {
  margin-left: 100px;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .right-block .title,
#blog-topic .section-3 .wrapper .qa-items .qa-item .right-block .title,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .right-block .title,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .right-block .title,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .right-block .title,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .right-block .title,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .right-block .title,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .right-block .title {
  font-family: "Cormorant Garamond";
  font-size: 1.5625em;
  font-weight: 700;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .right-block .copy-text,
#blog-topic .section-3 .wrapper .qa-items .qa-item .right-block .copy-text,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .right-block .copy-text,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .right-block .copy-text,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .right-block .copy-text,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .right-block .copy-text,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .right-block .copy-text,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .right-block .copy-text {
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 0;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .right-block .copy-text p,
#blog-topic .section-3 .wrapper .qa-items .qa-item .right-block .copy-text p,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .right-block .copy-text p,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .right-block .copy-text p,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .right-block .copy-text p,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .right-block .copy-text p,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .right-block .copy-text p,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .right-block .copy-text p {
  margin-bottom: 10px;
}
#qa-topic .section-3 .wrapper .qa-items .qa-item .right-block .links-block a,
#blog-topic .section-3 .wrapper .qa-items .qa-item .right-block .links-block a,
#qa-topic .section-3 .wrapper .single-blog-items .qa-item .right-block .links-block a,
#blog-topic .section-3 .wrapper .single-blog-items .qa-item .right-block .links-block a,
#qa-topic .section-3 .wrapper .qa-items .single-blog-item .right-block .links-block a,
#blog-topic .section-3 .wrapper .qa-items .single-blog-item .right-block .links-block a,
#qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .right-block .links-block a,
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .right-block .links-block a {
  font-weight: 500;
}
#qa-topic .section-4,
#blog-topic .section-4 {
  margin-bottom: 60px;
}
#qa-topic .section-4 .wrapper .view-more,
#blog-topic .section-4 .wrapper .view-more {
  width: 75%;
  float: left;
}
#qa-topic .section-4 .wrapper .view-more .view-more-button,
#blog-topic .section-4 .wrapper .view-more .view-more-button {
  -webkit-transform: skewX(-21deg);
  -moz-transform: skewX(-21deg);
  -ms-transform: skewX(-21deg);
  -o-transform: skewX(-21deg);
  transform: skewX(-21deg);
  text-align: center;
}
#qa-topic .section-4 .wrapper .view-more .view-more-button .view-more-link,
#blog-topic .section-4 .wrapper .view-more .view-more-button .view-more-link {
  color: #171d42;
  border: 2px solid #e7e8ec;
  display: inline-block;
  padding: 15px 50px;
}
#qa-topic .section-4 .wrapper .view-more .view-more-button .view-more-link:hover,
#blog-topic .section-4 .wrapper .view-more .view-more-button .view-more-link:hover {
  color: #d01715;
}
#qa-topic .section-4 .wrapper .view-more .view-more-button .view-more-link:hover span:nth-child(1),
#blog-topic .section-4 .wrapper .view-more .view-more-button .view-more-link:hover span:nth-child(1) {
  color: #d01715;
}
#qa-topic .section-4 .wrapper .view-more .view-more-button .view-more-link span,
#blog-topic .section-4 .wrapper .view-more .view-more-button .view-more-link span {
  -webkit-transform: skewX(21deg);
  -moz-transform: skewX(21deg);
  -ms-transform: skewX(21deg);
  -o-transform: skewX(21deg);
  transform: skewX(21deg);
  display: inline-block;
}
#qa-topic .section-4 .wrapper .view-more .view-more-button .view-more-link span:nth-child(1),
#blog-topic .section-4 .wrapper .view-more .view-more-button .view-more-link span:nth-child(1) {
  font-family: "Rosario";
  font-size: 1.125em;
  line-height: 1.6em;
  font-style: italic;
  color: #171d42;
  vertical-align: middle;
}
#qa-topic .section-4 .wrapper .view-more .view-more-button .view-more-link span:nth-child(2),
#blog-topic .section-4 .wrapper .view-more .view-more-button .view-more-link span:nth-child(2) {
  margin-left: 20px;
  font-size: 1.6em;
  vertical-align: sub;
  font-family: "Rosario";
}
#qa-topic .section-5,
#blog-topic .section-5 {
  text-align: center;
  float: left;
  width: 100%;
  /* height: 440px; */
  padding: 0 25px;
  background-color: #fff;
  height: auto;
  border-top: 1px solid #acacac;
}
#qa-topic .section-5 .container-1170,
#blog-topic .section-5 .container-1170 {
  padding: 60px 0;
}
#qa-topic .section-5 .container-1170 .title,
#blog-topic .section-5 .container-1170 .title,
#qa-topic .section-5 .container-1170 .copy-text,
#blog-topic .section-5 .container-1170 .copy-text,
#qa-topic .section-5 .container-1170 .button-wrap,
#blog-topic .section-5 .container-1170 .button-wrap {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}
#qa-topic .section-5 .container-1170 .title,
#blog-topic .section-5 .container-1170 .title {
  color: #171d42;
}
#qa-topic .section-5 .container-1170 .copy-text,
#blog-topic .section-5 .container-1170 .copy-text {
  color: #000;
  margin: 26px 0;
}
#qa-topic .section-5 .container-1170 .button-wrap,
#blog-topic .section-5 .container-1170 .button-wrap {
  padding-top: 15px;
}
#qa-topic footer .top-footer,
#blog-topic footer .top-footer {
  border-top: 1px solid #acacac;
}
/* Blog-topic additional styles */
#blog-topic .section-1 aside.right-side {
  margin-top: -6px;
}
#blog-topic .section-3 .wrapper .title.main {
  margin-bottom: 40px;
}
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item {
  margin-top: 0;
  padding-bottom: 40px;
  border-bottom: none;
}
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .right-block {
  margin-left: 0;
}
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .right-block .title {
  font-size: 1.75em;
  font-weight: 400;
}
#blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .right-block .copy-text {
  padding-top: 20px;
}
/* Resources */
#resources .main-page .wrapper .section-1 {
  margin-top: 50px;
  margin-bottom: 85px;
}
#resources .main-page .wrapper .section-1 .title {
  font-family: "Cormorant Garamond";
  font-size: 2.5em;
  color: #171d42;
  margin-bottom: 10px;
}
#resources .main-page .wrapper .section-1 > .title,
#resources .main-page .wrapper .section-1 .resources-items {
  max-width: 768px;
  margin: 0 auto;
}
#resources .main-page .wrapper .section-1 .resources-items .resources-item {
  margin-top: 25px;
}
#resources .main-page .wrapper .section-1 .resources-items .resources-item .title {
  font-size: 1.875em;
  margin-bottom: 10px;
}
#resources .main-page .wrapper .section-1 .resources-items .resources-item .copy-text {
  margin-bottom: 20px;
}
#resources .main-page .wrapper .section-1 .resources-items .resources-item .link-block {
  padding-bottom: 26px;
  border-bottom: 1px solid #acacac;
  border-color: #acacac;
  border-color: rgba(23, 29, 66, 0.2);
}
#resources .main-page .wrapper .section-1 .resources-items .resources-item .link-block a {
  font-family: "Work Sans";
  font-style: italic;
  font-size: 1.125em;
  color: #171d42;
}
#resources .main-page .wrapper .section-1 .resources-items .resources-item .link-block a:hover {
  color: #d01715;
}
#resources footer .top-footer {
  border-top: 1px solid #acacac;
}
/* team */
#team .main-page .wrapper .top-breadcrumbs .breadcrumb > li + li:before,
#team .main-page .wrapper .top-breadcrumbs .breadcrumb > li:before {
  padding: 0 5px;
  color: #ccc;
  content: "<";
}
#team .main-page .wrapper .main-section {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 100px;
}
#team .main-page .wrapper .main-section .side-block {
  padding: 0;
}
#team .main-page .wrapper .main-section .side-block .wrapper .doctor-block {
  padding: 20px 30px;
  background-color: #e9edf3;
  background-color: rgba(201, 209, 224, 0.4);
}
#team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 50%;
}
#team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block > span {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
#team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block span {
  font-family: "Work Sans";
  color: #171d42;
  font-weight: 300;
  font-size: 1.125em;
}
#team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block span.inner-label {
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
#team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .address-field {
  display: inline-block;
}
#team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name {
  font-size: 1.875em;
  font-family: "Cormorant Garamond";
  font-weight: 400;
  margin-bottom: 10px;
}
#team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name a {
  color: inherit;
}
#team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name a:hover {
  color: #d01715;
}
#team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone .inner-label,
#team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax .inner-label {
  display: inline;
}
#team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .address,
#team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone,
#team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax,
#team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .web-field {
  margin-top: 30px;
}
#team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone {
  margin-bottom: 0;
}
#team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax {
  margin-top: 0;
}
#team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .web-field {
  margin-bottom: 0;
}
#team .main-page .wrapper .main-section .main {
  padding: 0;
  padding-left: 65px;
}
#team .main-page .wrapper .main-section .main .text-block .title {
  color: #171d42;
  margin: 20px 0;
}
#team .main-page .wrapper .main-section .main .text-block .copy-text p {
  color: #171d42;
}
#team .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb {
  background-color: #fff;
  padding: 17px 0;
}
#team .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li {
  font-size: 1.125em;
  font-family: 'Work Sans';
  color: #171d42;
}
#team .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a {
  font-family: 'Work Sans';
  color: #171d42;
  text-transform: uppercase;
  font-weight: 600;
}
#team .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a:hover {
  color: #d01715;
}
#team .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li:before {
  color: #171d42;
}
#team .main-page .wrapper .main-section .main .team-members .team-member {
  margin: 40px 0 20px 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#team .main-page .wrapper .main-section .main .team-members .team-member .image {
  min-width: 132px;
  width: 132px;
}
#team .main-page .wrapper .main-section .main .team-members .team-member .image img {
  display: inline-block;
  border-radius: 50%;
  width: 100%;
}
#team .main-page .wrapper .main-section .main .team-members .team-member .copy-text {
  padding-left: 30px;
  font-weight: 300;
}
#team .main-page .wrapper .main-section .main .team-members .team-member .copy-text .title {
  color: #171d42;
  padding: 10px 0px 20px 0px;
  font-size: 1.875em;
}
#team .main-page .wrapper .main-section .main .team-members .team-member .copy-text .title a {
  color: inherit;
}
#team .main-page .wrapper .main-section .main .team-members .team-member .copy-text .title a:hover {
  color: #d01715;
}
#team footer .top-footer {
  border-top: 1px solid #acacac;
}
/* Before afters */
#before-afters .main-page .wrapper .top-breadcrumbs .breadcrumb > li + li:before,
#before-afters .main-page .wrapper .top-breadcrumbs .breadcrumb > li:before {
  padding: 0 5px;
  color: #ccc;
  content: "<";
}
#before-afters .main-page .wrapper .main-section {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 85px;
}
#before-afters .main-page .wrapper .main-section .side-block {
  padding: 0;
}
#before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block {
  padding: 20px 30px;
  background-color: #e9edf3;
  background-color: rgba(201, 209, 224, 0.4);
}
#before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 50%;
}
#before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block > span {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
#before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block span {
  font-family: "Work Sans";
  color: #171d42;
  font-weight: 300;
  font-size: 1.125em;
}
#before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block span.inner-label {
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
#before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .address-field {
  display: inline-block;
}
#before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name {
  font-size: 1.875em;
  font-family: "Cormorant Garamond";
  font-weight: 400;
  margin-bottom: 10px;
}
#before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name a {
  color: inherit;
}
#before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name a:hover {
  color: #d01715;
}
#before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone .inner-label,
#before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax .inner-label {
  display: inline;
}
#before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .address,
#before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone,
#before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax,
#before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .web-field {
  margin-top: 30px;
}
#before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone {
  margin-bottom: 0;
}
#before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax {
  margin-top: 0;
}
#before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .web-field {
  margin-bottom: 0;
}
#before-afters .main-page .wrapper .main-section .main {
  padding: 0;
  padding-left: 65px;
}
#before-afters .main-page .wrapper .main-section .main .text-block .title {
  color: #171d42;
  margin: 20px 0;
}
#before-afters .main-page .wrapper .main-section .main .text-block .copy-text p {
  color: #171d42;
}
#before-afters .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb {
  background-color: #fff;
  padding: 17px 0;
}
#before-afters .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li {
  font-size: 1.125em;
  font-family: 'Work Sans';
  color: #171d42;
}
#before-afters .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a {
  font-family: 'Work Sans';
  color: #171d42;
  text-transform: uppercase;
  font-weight: 600;
}
#before-afters .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a:hover {
  color: #d01715;
}
#before-afters .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li:before {
  color: #171d42;
}
#before-afters .main-page .wrapper .main-section .main .main-block > .title {
  color: #171d42;
  margin: 34px 0;
}
#before-afters .main-page .wrapper .main-section .main .main-block .info-blocks .info-block {
  margin-bottom: 45px;
}
#before-afters .main-page .wrapper .main-section .main .main-block .info-blocks .info-block .title {
  font-family: "Cormorant Garamond";
  font-size: 1.875em;
  color: #171d42;
  margin-bottom: 25px;
}
#before-afters .main-page .wrapper .main-section .main .main-block .info-blocks .info-block .sub-title {
  font-family: "Work Sans";
  font-size: 1.125em;
  font-weight: 300;
  color: #171d42;
  margin-bottom: 23px;
}
#before-afters .main-page .wrapper .main-section .main .main-block .info-blocks .info-block .images-block {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 50px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#before-afters .main-page .wrapper .main-section .main .main-block .info-blocks .info-block .images-block .image {
  float: left;
}
#before-afters .main-page .wrapper .main-section .main .main-block .info-blocks .info-block .images-block .image img {
  padding: 0 10px;
  width: 100%;
}
#before-afters .main-page .wrapper .main-section .main .main-block .info-blocks .info-block .images-block:last-child {
  margin-bottom: 0;
}
#before-afters footer .top-footer {
  border-top: 1px solid #acacac;
}
/* doctors QA */
#doctors-qa .main-page .wrapper .top-breadcrumbs .breadcrumb > li + li:before,
#doctors-qa .main-page .wrapper .top-breadcrumbs .breadcrumb > li:before {
  padding: 0 5px;
  color: #ccc;
  content: "<";
}
#doctors-qa .main-page .wrapper .main-section {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 90px;
}
#doctors-qa .main-page .wrapper .main-section .side-block {
  padding: 0;
}
#doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block {
  padding: 20px 30px;
  background-color: #e9edf3;
  background-color: rgba(201, 209, 224, 0.4);
}
#doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 50%;
}
#doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block > span {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
#doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block span {
  font-family: "Work Sans";
  color: #171d42;
  font-weight: 300;
  font-size: 1.125em;
}
#doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block span.inner-label {
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
#doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .address-field {
  display: inline-block;
}
#doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name {
  font-size: 1.875em;
  font-family: "Cormorant Garamond";
  font-weight: 400;
  margin-bottom: 10px;
}
#doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name a {
  color: inherit;
}
#doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name a:hover {
  color: #d01715;
}
#doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone .inner-label,
#doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax .inner-label {
  display: inline;
}
#doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .address,
#doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone,
#doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax,
#doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .web-field {
  margin-top: 30px;
}
#doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone {
  margin-bottom: 0;
}
#doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax {
  margin-top: 0;
}
#doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .web-field {
  margin-bottom: 0;
}
#doctors-qa .main-page .wrapper .main-section .main {
  padding: 0;
  padding-left: 65px;
}
#doctors-qa .main-page .wrapper .main-section .main .text-block .title {
  color: #171d42;
  margin: 20px 0;
}
#doctors-qa .main-page .wrapper .main-section .main .text-block .copy-text p {
  color: #171d42;
}
#doctors-qa .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb {
  background-color: #fff;
  padding: 17px 0;
}
#doctors-qa .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li {
  font-size: 1.125em;
  font-family: 'Work Sans';
  color: #171d42;
}
#doctors-qa .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a {
  font-family: 'Work Sans';
  color: #171d42;
  text-transform: uppercase;
  font-weight: 600;
}
#doctors-qa .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a:hover {
  color: #d01715;
}
#doctors-qa .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li:before {
  color: #171d42;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block {
  margin-top: 85px;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block > .title {
  color: #171d42;
  padding-bottom: 24px;
  border-bottom: 1px solid #d1d2d9;
}
#doctors-qa .main-page .wrapper .main-section .main .nav-wrapper {
  position: relative;
}
#doctors-qa .main-page .wrapper .main-section .main .nav-wrapper .search-block {
  position: absolute;
  right: 0;
  top: 135%;
  padding: 15px;
}
#doctors-qa .main-page .wrapper .main-section .main .nav-wrapper .search-block .search-button {
  bottom: 21px;
  right: 10px;
  background-color: #e9edf3;
}
#doctors-qa .main-page .wrapper .main-section .main .nav-wrapper .search-block .search-field {
  padding: 0;
  padding-bottom: 5px;
  padding-right: 15px;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item {
  margin-bottom: 50px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #d1d2d9;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .title,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .title {
  color: #171d42;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .left,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .left {
  color: #171d42;
  font-family: "Work Sans";
  font-weight: 100;
  font-size: 1.125em;
  float: left;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .left .author,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .left .author {
  font-weight: 500;
  font-style: italic;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .left .author a,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .left .author a {
  color: inherit;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .left .author a:hover,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .left .author a:hover {
  color: #d01715;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right {
  float: right;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right a,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right a {
  color: #171d42;
  font-family: "Rosario";
  font-size: 1.125em;
  font-style: italic;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right a .fa-share-alt,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right a .fa-share-alt {
  width: 23px;
  position: relative;
  margin-left: 10px;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right a .fa-share-alt:before,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right a .fa-share-alt:before {
  font-size: 25px;
  position: absolute;
  top: -22px;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right a:hover,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right a:hover {
  color: #d01715;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right a:hover .fa.fa-share-alt,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right a:hover .fa.fa-share-alt {
  color: #d01715;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .copy-text,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .copy-text {
  padding: 20px 0;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .copy-text p,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .copy-text p {
  color: #171d42;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .links-block a,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .links-block a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1em;
  font-style: italic;
  font-weight: 500;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .links-block a:hover,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .links-block a:hover {
  color: #d01715;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .read-more .right,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .read-more .right {
  float: right;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .read-more .right a,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .read-more .right a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1.125em;
  font-weight: 300;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .read-more .right a:hover,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .read-more .right a:hover {
  color: #d01715;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .left-block .text-logo,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .left-block .text-logo {
  width: 100px;
  float: left;
  font-family: "Cormorant Garamond";
  font-size: 3.75em;
  color: #171d42;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .right-block {
  margin-left: 100px;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block .title,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .right-block .title {
  font-family: "Cormorant Garamond";
  font-size: 1.5625em;
  font-weight: 700;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block .copy-text,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .right-block .copy-text {
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 0;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block .copy-text p,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .right-block .copy-text p {
  margin-bottom: 10px;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block .links-block a,
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .right-block .links-block a {
  font-weight: 500;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block .copy-text {
  padding-bottom: 0;
}
#doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block .copy-text p {
  margin-bottom: 10px;
}
#doctors-qa footer .top-footer {
  border-top: 1px solid #acacac;
}
/* Doctors blog */
#doctors-blog .main-page .wrapper .top-breadcrumbs .breadcrumb > li + li:before,
#author-bio .main-page .wrapper .top-breadcrumbs .breadcrumb > li + li:before,
#doctors-blog .main-page .wrapper .top-breadcrumbs .breadcrumb > li:before,
#author-bio .main-page .wrapper .top-breadcrumbs .breadcrumb > li:before {
  padding: 0 5px;
  color: #ccc;
  content: "<";
}
#doctors-blog .main-page .wrapper .main-section,
#author-bio .main-page .wrapper .main-section {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 90px;
}
#doctors-blog .main-page .wrapper .main-section .side-block,
#author-bio .main-page .wrapper .main-section .side-block {
  padding: 0;
}
#doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block,
#author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block {
  padding: 20px 30px;
  background-color: #e9edf3;
  background-color: rgba(201, 209, 224, 0.4);
}
#doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image,
#author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image img,
#author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 50%;
}
#doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block > span,
#author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block > span {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
#doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block span,
#author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block span {
  font-family: "Work Sans";
  color: #171d42;
  font-weight: 300;
  font-size: 1.125em;
}
#doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block span.inner-label,
#author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block span.inner-label {
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
#doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .address-field,
#author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .address-field {
  display: inline-block;
}
#doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name,
#author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name {
  font-size: 1.875em;
  font-family: "Cormorant Garamond";
  font-weight: 400;
  margin-bottom: 10px;
}
#doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name a,
#author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name a {
  color: inherit;
}
#doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name a:hover,
#author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name a:hover {
  color: #d01715;
}
#doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone .inner-label,
#author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone .inner-label,
#doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax .inner-label,
#author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax .inner-label {
  display: inline;
}
#doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .address,
#author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .address,
#doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone,
#author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone,
#doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax,
#author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax,
#doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .web-field,
#author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .web-field {
  margin-top: 30px;
}
#doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone,
#author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone {
  margin-bottom: 0;
}
#doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax,
#author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax {
  margin-top: 0;
}
#doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .web-field,
#author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .web-field {
  margin-bottom: 0;
}
#doctors-blog .main-page .wrapper .main-section .main,
#author-bio .main-page .wrapper .main-section .main {
  padding: 0;
  padding-left: 65px;
}
#doctors-blog .main-page .wrapper .main-section .main .text-block .title,
#author-bio .main-page .wrapper .main-section .main .text-block .title {
  color: #171d42;
  margin: 20px 0;
}
#doctors-blog .main-page .wrapper .main-section .main .text-block .copy-text p,
#author-bio .main-page .wrapper .main-section .main .text-block .copy-text p {
  color: #171d42;
}
#doctors-blog .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb,
#author-bio .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb {
  background-color: #fff;
  padding: 17px 0;
}
#doctors-blog .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li,
#author-bio .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li {
  font-size: 1.125em;
  font-family: 'Work Sans';
  color: #171d42;
}
#doctors-blog .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a,
#author-bio .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a {
  font-family: 'Work Sans';
  color: #171d42;
  text-transform: uppercase;
  font-weight: 600;
}
#doctors-blog .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a:hover,
#author-bio .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a:hover {
  color: #d01715;
}
#doctors-blog .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li:before,
#author-bio .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li:before {
  color: #171d42;
}
#doctors-blog .main-page .wrapper .main-section .main,
#author-bio .main-page .wrapper .main-section .main {
  padding: 0;
  padding-left: 65px;
  margin-bottom: 90px;
}
#doctors-blog .main-page .wrapper .main-section .main .text-block .title,
#author-bio .main-page .wrapper .main-section .main .text-block .title {
  color: #171d42;
  margin: 20px 0;
}
#doctors-blog .main-page .wrapper .main-section .main .text-block .copy-text p,
#author-bio .main-page .wrapper .main-section .main .text-block .copy-text p {
  color: #171d42;
}
#doctors-blog .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb,
#author-bio .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb {
  background-color: #fff;
  padding: 17px 0;
}
#doctors-blog .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li,
#author-bio .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li {
  font-size: 1.125em;
  font-family: 'Work Sans';
  color: #171d42;
}
#doctors-blog .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a,
#author-bio .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a {
  font-family: 'Work Sans';
  color: #171d42;
  text-transform: uppercase;
  font-weight: 600;
}
#doctors-blog .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a:hover,
#author-bio .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a:hover {
  color: #d01715;
}
#doctors-blog .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li:before,
#author-bio .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li:before {
  color: #171d42;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block,
#author-bio .main-page .wrapper .main-section .main .main-block {
  margin-top: 85px;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block > .title,
#author-bio .main-page .wrapper .main-section .main .main-block > .title {
  color: #171d42;
  padding-bottom: 24px;
  border-bottom: 1px solid #d1d2d9;
}
#doctors-blog .main-page .wrapper .main-section .main .nav-wrapper,
#author-bio .main-page .wrapper .main-section .main .nav-wrapper {
  position: relative;
}
#doctors-blog .main-page .wrapper .main-section .main .nav-wrapper .search-block,
#author-bio .main-page .wrapper .main-section .main .nav-wrapper .search-block {
  position: absolute;
  right: 0;
  top: 135%;
  padding: 15px;
}
#doctors-blog .main-page .wrapper .main-section .main .nav-wrapper .search-block .search-button,
#author-bio .main-page .wrapper .main-section .main .nav-wrapper .search-block .search-button {
  bottom: 21px;
  right: 10px;
  background-color: #e9edf3;
}
#doctors-blog .main-page .wrapper .main-section .main .nav-wrapper .search-block .search-field,
#author-bio .main-page .wrapper .main-section .main .nav-wrapper .search-block .search-field {
  padding: 0;
  padding-bottom: 5px;
  padding-right: 15px;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item {
  margin-bottom: 50px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #d1d2d9;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .title,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .title,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .title,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .title {
  color: #171d42;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .left,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .left,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .left,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .left {
  color: #171d42;
  font-family: "Work Sans";
  font-weight: 100;
  font-size: 1.125em;
  float: left;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .left .author,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .left .author,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .left .author,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .left .author {
  font-weight: 500;
  font-style: italic;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .left .author a,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .left .author a,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .left .author a,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .left .author a {
  color: inherit;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .left .author a:hover,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .left .author a:hover,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .left .author a:hover,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .left .author a:hover {
  color: #d01715;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right {
  float: right;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right a,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right a,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right a,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right a {
  color: #171d42;
  font-family: "Rosario";
  font-size: 1.125em;
  font-style: italic;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right a .fa-share-alt,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right a .fa-share-alt,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right a .fa-share-alt,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right a .fa-share-alt {
  width: 23px;
  position: relative;
  margin-left: 10px;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right a .fa-share-alt:before,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right a .fa-share-alt:before,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right a .fa-share-alt:before,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right a .fa-share-alt:before {
  font-size: 25px;
  position: absolute;
  top: -22px;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right a:hover,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right a:hover,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right a:hover,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right a:hover {
  color: #d01715;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right a:hover .fa.fa-share-alt,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right a:hover .fa.fa-share-alt,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right a:hover .fa.fa-share-alt,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right a:hover .fa.fa-share-alt {
  color: #d01715;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .copy-text,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .copy-text,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .copy-text,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .copy-text {
  padding: 20px 0;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .copy-text p,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .copy-text p,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .copy-text p,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .copy-text p {
  color: #171d42;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .links-block a,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .links-block a,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .links-block a,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .links-block a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1em;
  font-style: italic;
  font-weight: 500;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .links-block a:hover,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .links-block a:hover,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .links-block a:hover,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .links-block a:hover {
  color: #d01715;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .read-more .right,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .read-more .right,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .read-more .right,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .read-more .right {
  float: right;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .read-more .right a,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .read-more .right a,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .read-more .right a,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .read-more .right a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1.125em;
  font-weight: 300;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .read-more .right a:hover,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .read-more .right a:hover,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .read-more .right a:hover,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .read-more .right a:hover {
  color: #d01715;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .left-block .text-logo,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .left-block .text-logo,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .left-block .text-logo,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .left-block .text-logo {
  width: 100px;
  float: left;
  font-family: "Cormorant Garamond";
  font-size: 3.75em;
  color: #171d42;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .right-block,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .right-block {
  margin-left: 100px;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block .title,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block .title,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .right-block .title,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .right-block .title {
  font-family: "Cormorant Garamond";
  font-size: 1.5625em;
  font-weight: 700;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block .copy-text,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block .copy-text,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .right-block .copy-text,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .right-block .copy-text {
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 0;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block .copy-text p,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block .copy-text p,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .right-block .copy-text p,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .right-block .copy-text p {
  margin-bottom: 10px;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block .links-block a,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block .links-block a,
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .right-block .links-block a,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .right-block .links-block a {
  font-weight: 500;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block .copy-text,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block .copy-text {
  padding-bottom: 0;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block .copy-text p,
#author-bio .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block .copy-text p {
  margin-bottom: 10px;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block,
#author-bio .main-page .wrapper .main-section .main .main-block {
  margin-top: 60px;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block > .title,
#author-bio .main-page .wrapper .main-section .main .main-block > .title {
  border-bottom: none;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .title,
#author-bio .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .title {
  font-size: 1.875em;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .copy-text,
#author-bio .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .copy-text {
  padding-bottom: 0;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .copy-text p,
#author-bio .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .copy-text p {
  margin-bottom: 10px;
}
#doctors-blog .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .links-block a,
#author-bio .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .links-block a {
  font-weight: 500;
}
#doctors-blog footer .top-footer,
#author-bio footer .top-footer {
  border-top: 1px solid #acacac;
}
/* Author bio*/
#author-bio .main-page .wrapper .main-section {
  margin-bottom: 0;
}
#author-bio .main-page .wrapper .main-section .main {
  padding-left: 65px;
  margin-bottom: 0;
}
#author-bio .main-page .wrapper .main-section .main .main-block {
  float: left;
  padding: 30px 30px 10px 30px;
  margin-right: -20px;
  margin-left: -20px;
  margin-top: 0;
  background-color: #f6f8fa;
  background-color: rgba(233, 237, 243, 0.4);
}
#author-bio .main-page .wrapper .main-section .main .main-block > .title {
  padding-bottom: 35px;
  width: 50%;
  float: left;
}
#author-bio .main-page .wrapper .main-section .main .main-block .search-block {
  width: 40%;
  float: right;
  background-color: transparent;
  position: relative;
  padding: 0px 0 0 10%;
  margin-bottom: 0px;
  margin-top: 0px;
}
#author-bio .main-page .wrapper .main-section .main .main-block .search-block .search-field {
  font-size: 1.5em;
}
#author-bio .main-page .wrapper .main-section .main .main-block .search-block .search-button {
  background-color: transparent;
  bottom: 8px;
  right: 0;
}
#author-bio .main-page .wrapper .main-section .main .main-block .blog-items {
  float: left;
}
#author-bio .main-page .wrapper .main-section .main .pagination-wrap {
  float: left;
}
#author-bio .main-page .wrapper .main-section .main .bio-section .copy-text {
  font-size: 1.125em;
  padding: 20px 0 10px 0;
}
#author-bio .main-page .wrapper .main-section .main .bio-section .title {
  color: #171d42;
}
/* Video */
#video .main-page .wrapper .top-breadcrumbs .breadcrumb > li + li:before,
#video .main-page .wrapper .top-breadcrumbs .breadcrumb > li:before {
  padding: 0 5px;
  color: #ccc;
  content: "<";
}
#video .main-page .wrapper .main-section {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 90px;
}
#video .main-page .wrapper .main-section .side-block {
  padding: 0;
}
#video .main-page .wrapper .main-section .side-block .wrapper .doctor-block {
  padding: 20px 30px;
  background-color: #e9edf3;
  background-color: rgba(201, 209, 224, 0.4);
}
#video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 50%;
}
#video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block > span {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
#video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block span {
  font-family: "Work Sans";
  color: #171d42;
  font-weight: 300;
  font-size: 1.125em;
}
#video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block span.inner-label {
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
#video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .address-field {
  display: inline-block;
}
#video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name {
  font-size: 1.875em;
  font-family: "Cormorant Garamond";
  font-weight: 400;
  margin-bottom: 10px;
}
#video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name a {
  color: inherit;
}
#video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name a:hover {
  color: #d01715;
}
#video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone .inner-label,
#video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax .inner-label {
  display: inline;
}
#video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .address,
#video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone,
#video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax,
#video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .web-field {
  margin-top: 30px;
}
#video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone {
  margin-bottom: 0;
}
#video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax {
  margin-top: 0;
}
#video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .web-field {
  margin-bottom: 0;
}
#video .main-page .wrapper .main-section .main {
  padding: 0;
  padding-left: 65px;
}
#video .main-page .wrapper .main-section .main .text-block .title {
  color: #171d42;
  margin: 20px 0;
}
#video .main-page .wrapper .main-section .main .text-block .copy-text p {
  color: #171d42;
}
#video .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb {
  background-color: #fff;
  padding: 17px 0;
}
#video .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li {
  font-size: 1.125em;
  font-family: 'Work Sans';
  color: #171d42;
}
#video .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a {
  font-family: 'Work Sans';
  color: #171d42;
  text-transform: uppercase;
  font-weight: 600;
}
#video .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a:hover {
  color: #d01715;
}
#video .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li:before {
  color: #171d42;
}
#video .main-page .wrapper .main-section .main .main-content > .title {
  color: #171d42;
  margin: 35px 0;
}
#video .main-page .wrapper .main-section .main .video-items .video-item {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
#video .main-page .wrapper .main-section .main .video-items .video-item .title {
  font-size: 1.875em;
  color: #171d42;
  margin-bottom: 24px;
}
#video .main-page .wrapper .main-section .main .video-items .video-item .video-block {
  position: relative;
}
#video .main-page .wrapper .main-section .main .video-items .video-item .video-block .button {
  position: absolute;
  z-index: 1000;
  top: 25%;
  left: 38%;
}
#video .main-page .wrapper .main-section .main .video-items .video-item .video-block .button a {
  display: block;
}
#video .main-page .wrapper .main-section .main .video-items .video-item .video-block .button a .fa {
  font-size: 8em;
  color: #fff;
}
#video .main-page .wrapper .main-section .main .video-items .video-item .video-block video {
  width: 100%;
}
#video .main-page .wrapper .main-section .main .video-items .video-item .copy-text {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  -o-align-self: flex-start;
  align-self: flex-start;
}
#video .main-page .wrapper .main-section .main .video-items .video-item:first-child {
  margin-top: 0;
}
#video footer .top-footer {
  border-top: 1px solid #acacac;
}
/* doctor locations */
#locations .main-page .wrapper .top-breadcrumbs .breadcrumb > li + li:before,
#locations .main-page .wrapper .top-breadcrumbs .breadcrumb > li:before {
  padding: 0 5px;
  color: #ccc;
  content: "<";
}
#locations .main-page .wrapper .main-section {
  margin-bottom: 90px;
  margin-left: 0;
  margin-right: 0;
}
#locations .main-page .wrapper .main-section .side-block {
  padding: 0;
}
#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block {
  padding: 20px 30px;
  background-color: #e9edf3;
  background-color: rgba(201, 209, 224, 0.4);
}
#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 50%;
}
#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block > span {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block span {
  font-family: "Work Sans";
  color: #171d42;
  font-weight: 300;
  font-size: 1.125em;
}
#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block span.inner-label {
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .address-field {
  display: inline-block;
}
#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name {
  font-size: 1.875em;
  font-family: "Cormorant Garamond";
  font-weight: 400;
  margin-bottom: 10px;
}
#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name a {
  color: inherit;
}
#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .name a:hover {
  color: #d01715;
}
#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone .inner-label,
#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax .inner-label {
  display: inline;
}
#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .address,
#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone,
#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax,
#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .web-field {
  margin-top: 30px;
}
#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .phone {
  margin-bottom: 0;
}
#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .fax {
  margin-top: 0;
}
#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .web-field {
  margin-bottom: 0;
}
#locations .main-page .wrapper .main-section .main {
  padding: 0;
  padding-left: 65px;
}
#locations .main-page .wrapper .main-section .main .text-block .title {
  color: #171d42;
  margin: 20px 0;
}
#locations .main-page .wrapper .main-section .main .text-block .copy-text p {
  color: #171d42;
}
#locations .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb {
  background-color: #fff;
  padding: 17px 0;
}
#locations .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li {
  font-size: 1.125em;
  font-family: 'Work Sans';
  color: #171d42;
}
#locations .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a {
  font-family: 'Work Sans';
  color: #171d42;
  text-transform: uppercase;
  font-weight: 600;
}
#locations .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li a:hover {
  color: #d01715;
}
#locations .main-page .wrapper .main-section .main .bottom-breadcrumbs .breadcrumb li:before {
  color: #171d42;
}
#locations .main-page .wrapper .main-section .main-content .title {
  color: #171d42;
  margin: 35px 0 25px 0;
}
#locations .main-page .wrapper .main-section .location-items .location-item {
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #d1d2d9;
}
#locations .main-page .wrapper .main-section .location-items .location-item:first-child {
  padding-top: 0;
}
#locations .main-page .wrapper .main-section .location-items .location-item .location-block {
  float: right;
  padding: 0;
}
#locations .main-page .wrapper .main-section .location-items .location-item .location-block img {
  width: 100%;
}
#locations .main-page .wrapper .main-section .location-items .location-item .copy-text {
  float: left;
  padding: 0;
}
#locations .main-page .wrapper .main-section .location-items .location-item .copy-text .title {
  color: #171d42;
  font-size: 1.875em;
  margin-bottom: 23px;
}
#locations .main-page .wrapper .main-section .location-items .location-item .copy-text .title a {
  color: inherit;
}
#locations .main-page .wrapper .main-section .location-items .location-item .copy-text .title a:hover {
  color: #d01715;
}
#locations .main-page .wrapper .main-section .location-items .location-item .copy-text .text-block {
  color: #171d42;
}
#locations .main-page .wrapper .main-section .location-items .location-item .copy-text .text-block .address {
  margin-bottom: 22px;
  font-weight: 300;
}
#locations .main-page .wrapper .main-section .location-items .location-item .copy-text .text-block .address .address-1 {
  display: block;
}
#locations .main-page .wrapper .main-section .location-items .location-item .copy-text .text-block .address .address-2 {
  display: block;
}
#locations .main-page .wrapper .main-section .location-items .location-item .copy-text .text-block .phones {
  font-weight: 300;
}
#locations .main-page .wrapper .main-section .location-items .location-item .copy-text .text-block .phones .phone {
  display: block;
}
#locations .main-page .wrapper .main-section .location-items .location-item .copy-text .text-block .phones .fax {
  display: block;
}
#locations footer .top-footer {
  border-top: 1px solid #acacac;
}

#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .associate a {
  color: #171d42;
}

#locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .associate a:hover {
  color: #d01715;
  border-bottom: 2px solid #d01715;;
}

/* Find a doctor state */
#find-doctor-state .main-page .wrapper .section-1 {
  height: 300px;
  min-height: 300px;
}
#find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap {
  background-color: rgba(23, 29, 66, 0.7);
}
#find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap:before {
  background-color: rgba(23, 29, 66, 0.7);
}
#find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block {
  padding: 0;
}
#find-doctor-state .main-page .wrapper .section-1 > .row .right-block {
  background-position: 60%;
}
#find-doctor-state .main-page .wrapper .section-1 > .row .left-block {
  height: 300px;
}
#find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block {
  background-color: transparent;
  width: 60%;
}
#find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block .search-field {
  color: #fff;
  font-family: "Work Sans";
  font-size: 1.4em;
  font-weight: 300;
  border-bottom: 1px solid #fff;
}
#find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block .search-field::-webkit-input-placeholder {
  color: #fff;
  font-family: "Work Sans";
  font-size: 1em;
  font-weight: 300;
}
#find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block .search-field:-moz-placeholder {
  color: #fff;
  font-family: "Work Sans";
  font-size: 1em;
  font-weight: 300;
}
#find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block .search-field::-moz-placeholder {
  color: #fff;
  font-family: "Work Sans";
  font-size: 1em;
  font-weight: 300;
}
#find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block .search-field:-ms-input-placeholder {
  color: #fff;
  font-family: "Work Sans";
  font-size: 1em;
  font-weight: 300;
}
#find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block .search-button {
  bottom: 11px;
  right: -5px;
  color: #fff;
}
#find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block .search-button .fa-search {
  color: #fff;
}
#find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block .search-button .fa-search:before {
  font-size: 23px;
}
#find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .title {
  margin-bottom: 40px;
}
#find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap {
  margin-top: 30px;
}
#find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap a {
  padding: 12px 48px;
}
#find-doctor-state .main-page .wrapper .section-1 > .row .right-block {
  background-position: 60%;
}
#find-doctor-state .main-page .wrapper .section-2 .breadcrumb > li + li:before,
#find-doctor-state .main-page .wrapper .section-2 .breadcrumb > li:before {
  padding: 0 5px;
  color: #ccc;
  content: "<";
}
#find-doctor-state .main-page .wrapper .section-2 .main-container > .title {
  color: #171d42;
  margin-bottom: 40px;
}
#find-doctor-state .main-page .wrapper .section-2 .main-container .team-members {
  float: left;
}
#find-doctor-state .main-page .wrapper .section-2 .main-container .team-members .team-member {
  margin: 40px 0 20px 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#find-doctor-state .main-page .wrapper .section-2 .main-container .team-members .team-member .image {
  min-width: 132px;
  width: 132px;
}
#find-doctor-state .main-page .wrapper .section-2 .main-container .team-members .team-member .image img {
  display: inline-block;
  border-radius: 50%;
  width: 100%;
}
#find-doctor-state .main-page .wrapper .section-2 .main-container .team-members .team-member .copy-text {
  padding-left: 30px;
  font-weight: 300;
}
#find-doctor-state .main-page .wrapper .section-2 .main-container .team-members .team-member .copy-text .title {
  color: #171d42;
  padding: 10px 0px 20px 0px;
  font-size: 1.875em;
}
#find-doctor-state .main-page .wrapper .section-2 .main-container .team-members .team-member .copy-text .title a {
  color: inherit;
}
#find-doctor-state .main-page .wrapper .section-2 .main-container .team-members .team-member .copy-text .title a:hover {
  color: #d01715;
}
#find-doctor-state .main-page .wrapper .section-2 .main-container .team-members .team-member {
  margin-top: 0;
  margin-bottom: 45px;
}
#find-doctor-state .main-page .wrapper .section-2 .main-container .team-members .team-member .title {
  font-size: 1.875em;
}
#find-doctor-state .main-page .wrapper .section-2 .main-container .team-members .team-member .text-block {
  color: #171d42;
}
#find-doctor-state .main-page .wrapper .section-2 .main-container .team-members .team-member .text-block .address {
  margin-bottom: 22px;
  font-weight: 300;
}
#find-doctor-state .main-page .wrapper .section-2 .main-container .team-members .team-member .text-block .address .address-1 {
  display: block;
}
#find-doctor-state .main-page .wrapper .section-2 .main-container .team-members .team-member .text-block .address .address-2 {
  display: block;
}
#find-doctor-state .main-page .wrapper .section-2 .main-container .team-members .team-member .text-block .phones {
  font-weight: 300;
}
#find-doctor-state .main-page .wrapper .section-2 .main-container .team-members .team-member .text-block .phones .phone {
  display: block;
}
#find-doctor-state .main-page .wrapper .section-2 .main-container .team-members .team-member .text-block .phones .fax {
  display: block;
}
#find-doctor-state footer .top-footer {
  border-top: 1px solid #acacac;
}
/* Find a doctor */
#find-doctor .main-page .wrapper .section-1 {
  height: 300px;
  min-height: 300px;
}
#find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap {
  background-color: rgba(23, 29, 66, 0.7);
}
#find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap:before {
  background-color: rgba(23, 29, 66, 0.7);
}
#find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block {
  padding: 0;
}
#find-doctor .main-page .wrapper .section-1 > .row .right-block {
  background-position: 60%;
}
#find-doctor .main-page .wrapper .section-1 > .row .left-block {
  height: 300px;
}
#find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block {
  background-color: transparent;
  width: 60%;
}
#find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block .search-field {
  color: #fff;
  font-family: "Work Sans";
  font-size: 1.4em;
  font-weight: 300;
  border-bottom: 1px solid #fff;
}
#find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block .search-field::-webkit-input-placeholder {
  color: #fff;
  font-family: "Work Sans";
  font-size: 1em;
  font-weight: 300;
}
#find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block .search-field:-moz-placeholder {
  color: #fff;
  font-family: "Work Sans";
  font-size: 1em;
  font-weight: 300;
}
#find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block .search-field::-moz-placeholder {
  color: #fff;
  font-family: "Work Sans";
  font-size: 1em;
  font-weight: 300;
}
#find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block .search-field:-ms-input-placeholder {
  color: #fff;
  font-family: "Work Sans";
  font-size: 1em;
  font-weight: 300;
}
#find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block .search-button {
  bottom: 11px;
  right: -5px;
  color: #fff;
}
#find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block .search-button .fa-search {
  color: #fff;
}
#find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block .search-button .fa-search:before {
  font-size: 23px;
}
#find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .title {
  margin-bottom: 40px;
}
#find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap {
  margin-top: 30px;
}
#find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap a {
  padding: 12px 48px;
}
#find-doctor .main-page .wrapper .section-1 > .row .right-block {
  background-position: 60%;
}
#find-doctor .main-page .wrapper .section-2 .wrapper .main-container .countries {
  /*max-width: 768px;*/
  margin: 0 auto;
}
#find-doctor .main-page .wrapper .section-2 .wrapper .main-container .countries .country .title {
  color: #171d42;
  font-size: 2.5em;
  margin-bottom: 33px;
  margin-top: 30px;
}
#find-doctor .main-page .wrapper .section-2 .wrapper .main-container .countries .country .cities .city a {
  display: block;
  color: #171d42;
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 1.125em;
  padding-bottom: 10px;
}
#find-doctor .main-page .wrapper .section-2 .wrapper .main-container .countries .country .cities .city a:hover {
  color: #d01715;
}
#find-doctor .main-page .wrapper .section-2 .wrapper .main-container .countries .left .country .cities {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
/*#find-doctor .main-page .wrapper .section-2 .wrapper .main-container .countries .left .country .cities .city:nth-child(10) a {
  padding-bottom: 0;
}*/
#find-doctor .main-page .wrapper .section-2 .wrapper .main-container .countries .right .country .cities {
  margin-bottom: 25px;
}
#find-doctor .main-page .wrapper .section-2 .wrapper .main-container .countries .right .second-col .country:nth-child(3) .title {
  margin-top: 40px;
}
#find-doctor footer .top-footer {
  border-top: 1px solid #acacac;
}
/* QA */
#qa .main-page .wrapper .section-1 {
  height: 300px;
  height: 480px;
}
#qa .main-page .wrapper .section-1 > .row .left-block .left-block-wrap {
  background-color: rgba(23, 29, 66, 0.7);
}
#qa .main-page .wrapper .section-1 > .row .left-block .left-block-wrap:before {
  background-color: rgba(23, 29, 66, 0.7);
}
#qa .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block {
  padding: 0;
}
#qa .main-page .wrapper .section-1 > .row .right-block {
  background-position: 60%;
}
#qa .main-page .wrapper .section-2 .right-side {
  padding-top: 15px;
}
#qa .main-page .wrapper .section-2 .section-3 {
  float: left;
  width: 75%;
  padding: 41px 35px 0px 0px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .title {
  color: #171d42;
  font-size: 1.875em;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .image-block {
  margin-top: 40px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .image-block .image {
  padding-right: 30px;
  margin-bottom: 30px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .image-block .image img {
  width: 100%;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .image-block .name {
  font-family: "Cormorant Garamond";
  font-size: 1.875em;
  color: #171d42;
  margin-bottom: 15px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .image-block .name a {
  color: inherit;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .image-block .name a:hover {
  color: #d01715;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .image-block .link a {
  font-family: "Work sans";
  color: #171d42;
  font-size: 1.125em;
  font-weight: 300;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .image-block .link a:hover {
  color: #d01715;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .question .read-more {
  display: none;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .question .copy-text {
  font-style: normal;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item {
  margin-bottom: 50px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: none;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .title {
  color: #171d42;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .share-block {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .share-block .left {
  color: #171d42;
  font-family: "Work Sans";
  font-weight: 100;
  font-size: 1.125em;
  float: left;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .share-block .left .author {
  font-weight: 500;
  font-style: italic;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .share-block .left .author a {
  color: inherit;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .share-block .left .author a:hover {
  color: #d01715;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .share-block .right {
  float: right;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .share-block .right a {
  color: #171d42;
  font-family: "Rosario";
  font-size: 1.125em;
  font-style: italic;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .share-block .right a .fa-share-alt {
  width: 23px;
  position: relative;
  margin-left: 10px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .share-block .right a .fa-share-alt:before {
  font-size: 25px;
  position: absolute;
  top: -22px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .share-block .right a:hover {
  color: #d01715;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .share-block .right a:hover .fa.fa-share-alt {
  color: #d01715;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .copy-text {
  padding: 20px 0;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .copy-text p {
  color: #171d42;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .links-block a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1em;
  font-style: italic;
  font-weight: 500;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .links-block a:hover {
  color: #d01715;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .read-more .right {
  float: right;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .read-more .right a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1.125em;
  font-weight: 300;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .read-more .right a:hover {
  color: #d01715;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .left-block .text-logo {
  width: 100px;
  float: left;
  font-family: "Cormorant Garamond";
  font-size: 3.75em;
  color: #171d42;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .right-block {
  margin-left: 100px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .right-block .title {
  font-family: "Cormorant Garamond";
  font-size: 1.25em;
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 10px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .right-block .copy-text {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .right-block .read-more {
  float: left;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .right-block .links-block a {
  font-weight: 600;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions {
  margin-top: 20px;
  background-color: #e9edf3;
  padding: 25px 20px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item {
  margin-bottom: 50px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .title {
  color: #171d42;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .share-block {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .share-block .left {
  color: #171d42;
  font-family: "Work Sans";
  font-weight: 100;
  font-size: 1.125em;
  float: left;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .share-block .left .author {
  font-weight: 500;
  font-style: italic;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .share-block .left .author a {
  color: inherit;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .share-block .left .author a:hover {
  color: #d01715;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .share-block .right {
  float: right;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .share-block .right a {
  color: #171d42;
  font-family: "Rosario";
  font-size: 1.125em;
  font-style: italic;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .share-block .right a .fa-share-alt {
  width: 23px;
  position: relative;
  margin-left: 10px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .share-block .right a .fa-share-alt:before {
  font-size: 25px;
  position: absolute;
  top: -22px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .share-block .right a:hover {
  color: #d01715;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .share-block .right a:hover .fa.fa-share-alt {
  color: #d01715;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .copy-text {
  padding: 20px 0;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .copy-text p {
  color: #171d42;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .links-block a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1em;
  font-style: italic;
  font-weight: 500;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .links-block a:hover {
  color: #d01715;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .read-more .right {
  float: right;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .read-more .right a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1.125em;
  font-weight: 300;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .read-more .right a:hover {
  color: #d01715;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .left-block .text-logo {
  width: 80px;
  float: left;
  font-family: "Cormorant Garamond";
  font-size: 3.75em;
  color: #171d42;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .right-block {
  margin-left: 80px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .right-block .title {
  font-family: "Cormorant Garamond";
  font-size: 1.25em;
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 10px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .right-block .copy-text {
  font-size: 1em;
  padding-top: 0;
  padding-bottom: 0px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .right-block .copy-text p {
  margin-bottom: 10px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .right-block .read-more {
  float: right;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .right-block .links-block {
  margin-bottom: 10px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .right-block .links-block a {
  font-weight: 600;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .view-more {
  margin-top: 50px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .view-more .view-more-button {
  -webkit-transform: skewX(-21deg);
  -moz-transform: skewX(-21deg);
  -ms-transform: skewX(-21deg);
  -o-transform: skewX(-21deg);
  transform: skewX(-21deg);
  text-align: center;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .view-more .view-more-button .view-more-link {
  color: #171d42;
  border: 2px solid #d4d8e1;
  display: inline-block;
  padding: 15px 50px;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .view-more .view-more-button .view-more-link:hover {
  color: #d01715;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .view-more .view-more-button .view-more-link:hover span:nth-child(1) {
  color: #d01715;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .view-more .view-more-button .view-more-link span {
  -webkit-transform: skewX(21deg);
  -moz-transform: skewX(21deg);
  -ms-transform: skewX(21deg);
  -o-transform: skewX(21deg);
  transform: skewX(21deg);
  display: inline-block;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .view-more .view-more-button .view-more-link span:nth-child(1) {
  margin-left: 15px;
  font-family: "Rosario";
  font-size: 1.125em;
  line-height: 1.75em;
  font-style: italic;
  color: #171d42;
  vertical-align: middle;
}
#qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .view-more .view-more-button .view-more-link span:nth-child(2) {
  margin-left: 20px;
  font-size: 1.6em;
  font-family: "Rosario";
  vertical-align: top;
}
#qa .main-page .wrapper .section-5 {
  text-align: center;
  float: left;
  width: 100%;
  /* height: 440px; */
  padding: 0 25px;
  background-color: #fff;
  height: auto;
  border-top: 1px solid #acacac;
  border-top: none;
}
#qa .main-page .wrapper .section-5 .container-1170 {
  padding: 60px 0;
}
#qa .main-page .wrapper .section-5 .container-1170 .title,
#qa .main-page .wrapper .section-5 .container-1170 .copy-text,
#qa .main-page .wrapper .section-5 .container-1170 .button-wrap {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}
#qa .main-page .wrapper .section-5 .container-1170 .title {
  color: #171d42;
}
#qa .main-page .wrapper .section-5 .container-1170 .copy-text {
  color: #000;
  margin: 26px 0;
}
#qa .main-page .wrapper .section-5 .container-1170 .button-wrap {
  padding-top: 15px;
}
#qa .main-page .wrapper .section-5 .container-1170 .copy-text {
  width: 85%;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
#qa footer .top-footer {
  border-top: 1px solid #acacac;
}
/* Q&A Post */
#qa-post .main-page .top-breadcrumbs .breadcrumb {
  margin-bottom: 0;
  padding: 20px 0 0 0;
}
#qa-post .main-page .top-breadcrumbs .breadcrumb > li + li:before,
#qa-post .main-page .top-breadcrumbs .breadcrumb > li:before {
  padding: 0 5px;
  color: #ccc;
  content: "<";
}
#qa-post .main-page .wrapper .section-1 .wrapper .right-side {
  padding: 0;
  margin-top: -20px;
}
#qa-post .main-page .wrapper .section-1 .wrapper .right-side .search-block {
  padding: 30px 25px 30px 25px;
}
#qa-post .main-page .wrapper .section-3 {
  float: left;
  width: 75%;
  padding: 41px 35px 0px 0px;
  padding: 0px 35px 0 0;
}
#qa-post .main-page .wrapper .section-3 .wrapper .title {
  color: #171d42;
  font-size: 1.875em;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .image-block {
  margin-top: 40px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .image-block .image {
  padding-right: 30px;
  margin-bottom: 30px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .image-block .image img {
  width: 100%;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .image-block .name {
  font-family: "Cormorant Garamond";
  font-size: 1.875em;
  color: #171d42;
  margin-bottom: 15px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .image-block .name a {
  color: inherit;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .image-block .name a:hover {
  color: #d01715;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .image-block .link a {
  font-family: "Work sans";
  color: #171d42;
  font-size: 1.125em;
  font-weight: 300;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .image-block .link a:hover {
  color: #d01715;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .question .read-more {
  display: none;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .question .copy-text {
  font-style: normal;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item {
  margin-bottom: 50px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: none;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .title {
  color: #171d42;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .share-block {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .share-block .left {
  color: #171d42;
  font-family: "Work Sans";
  font-weight: 100;
  font-size: 1.125em;
  float: left;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .share-block .left .author {
  font-weight: 500;
  font-style: italic;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .share-block .left .author a {
  color: inherit;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .share-block .left .author a:hover {
  color: #d01715;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .share-block .right {
  float: right;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .share-block .right a {
  color: #171d42;
  font-family: "Rosario";
  font-size: 1.125em;
  font-style: italic;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .share-block .right a .fa-share-alt {
  width: 23px;
  position: relative;
  margin-left: 10px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .share-block .right a .fa-share-alt:before {
  font-size: 25px;
  position: absolute;
  top: -22px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .share-block .right a:hover {
  color: #d01715;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .share-block .right a:hover .fa.fa-share-alt {
  color: #d01715;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .copy-text {
  padding: 20px 0;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .copy-text p {
  color: #171d42;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .links-block a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1em;
  font-style: italic;
  font-weight: 500;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .links-block a:hover {
  color: #d01715;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .read-more .right {
  float: right;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .read-more .right a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1.125em;
  font-weight: 300;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .read-more .right a:hover {
  color: #d01715;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .left-block .text-logo {
  width: 100px;
  float: left;
  font-family: "Cormorant Garamond";
  font-size: 3.75em;
  color: #171d42;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .right-block {
  margin-left: 100px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .right-block .title {
  font-family: "Cormorant Garamond";
  font-size: 1.25em;
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 10px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .right-block .copy-text {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .right-block .read-more {
  float: left;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .right-block .links-block a {
  font-weight: 600;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions {
  margin-top: 20px;
  background-color: #e9edf3;
  padding: 25px 20px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item {
  margin-bottom: 50px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .title {
  color: #171d42;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .share-block {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .share-block .left {
  color: #171d42;
  font-family: "Work Sans";
  font-weight: 100;
  font-size: 1.125em;
  float: left;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .share-block .left .author {
  font-weight: 500;
  font-style: italic;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .share-block .left .author a {
  color: inherit;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .share-block .left .author a:hover {
  color: #d01715;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .share-block .right {
  float: right;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .share-block .right a {
  color: #171d42;
  font-family: "Rosario";
  font-size: 1.125em;
  font-style: italic;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .share-block .right a .fa-share-alt {
  width: 23px;
  position: relative;
  margin-left: 10px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .share-block .right a .fa-share-alt:before {
  font-size: 25px;
  position: absolute;
  top: -22px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .share-block .right a:hover {
  color: #d01715;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .share-block .right a:hover .fa.fa-share-alt {
  color: #d01715;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .copy-text {
  padding: 20px 0;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .copy-text p {
  color: #171d42;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .links-block a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1em;
  font-style: italic;
  font-weight: 500;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .links-block a:hover {
  color: #d01715;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .read-more .right {
  float: right;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .read-more .right a {
  color: #171d42;
  font-family: "Work Sans";
  font-size: 1.125em;
  font-weight: 300;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .read-more .right a:hover {
  color: #d01715;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .left-block .text-logo {
  width: 80px;
  float: left;
  font-family: "Cormorant Garamond";
  font-size: 3.75em;
  color: #171d42;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .right-block {
  margin-left: 80px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .right-block .title {
  font-family: "Cormorant Garamond";
  font-size: 1.25em;
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 10px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .right-block .copy-text {
  font-size: 1em;
  padding-top: 0;
  padding-bottom: 0px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .right-block .copy-text p {
  margin-bottom: 10px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .right-block .read-more {
  float: right;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .right-block .links-block {
  margin-bottom: 10px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .qa-item .right-block .links-block a {
  font-weight: 600;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .view-more {
  margin-top: 50px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .view-more .view-more-button {
  -webkit-transform: skewX(-21deg);
  -moz-transform: skewX(-21deg);
  -ms-transform: skewX(-21deg);
  -o-transform: skewX(-21deg);
  transform: skewX(-21deg);
  text-align: center;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .view-more .view-more-button .view-more-link {
  color: #171d42;
  border: 2px solid #d4d8e1;
  display: inline-block;
  padding: 15px 50px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .view-more .view-more-button .view-more-link:hover {
  color: #d01715;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .view-more .view-more-button .view-more-link:hover span:nth-child(1) {
  color: #d01715;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .view-more .view-more-button .view-more-link span {
  -webkit-transform: skewX(21deg);
  -moz-transform: skewX(21deg);
  -ms-transform: skewX(21deg);
  -o-transform: skewX(21deg);
  transform: skewX(21deg);
  display: inline-block;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .view-more .view-more-button .view-more-link span:nth-child(1) {
  margin-left: 15px;
  font-family: "Rosario";
  font-size: 1.125em;
  line-height: 1.75em;
  font-style: italic;
  color: #171d42;
  vertical-align: middle;
}
#qa-post .main-page .wrapper .section-3 .wrapper .top-questions .view-more .view-more-button .view-more-link span:nth-child(2) {
  margin-left: 20px;
  font-size: 1.6em;
  font-family: "Rosario";
  vertical-align: top;
}
#qa-post .main-page .wrapper .section-3 .wrapper .share-block .right {
  float: right;
}
#qa-post .main-page .wrapper .section-3 .wrapper .share-block .right a {
  color: #171d42;
  font-family: "Rosario";
  font-size: 1.125em;
  font-style: italic;
}
#qa-post .main-page .wrapper .section-3 .wrapper .share-block .right a .fa-share-alt {
  width: 23px;
  position: relative;
  margin-left: 10px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .share-block .right a .fa-share-alt:before {
  font-size: 25px;
  position: absolute;
  top: -17px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .share-block .right a:hover {
  color: #d01715;
}
#qa-post .main-page .wrapper .section-3 .wrapper .share-block .right a:hover .fa.fa-share-alt {
  color: #d01715;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block {
  border-bottom: 1px solid #d4d7e0;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .right-block .copy-text p {
  margin-bottom: 10px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .image-block .image {
  padding-right: 0;
}
#qa-post .main-page .wrapper .section-3 .wrapper .question-block .image-block .image img {
  max-width: 174px;
}
#qa-post .main-page .wrapper .section-3 .wrapper .comments-block .form-section input {
  font-size: 1.2em;
}
#qa-post .main-page .wrapper .section-4 {
  text-align: center;
  float: left;
  width: 100%;
  /* height: 440px; */
  padding: 0 25px;
  background-color: #fff;
  height: auto;
  border-top: 1px solid #acacac;
}
#qa-post .main-page .wrapper .section-4 .container-1170 {
  padding: 60px 0;
}
#qa-post .main-page .wrapper .section-4 .container-1170 .title,
#qa-post .main-page .wrapper .section-4 .container-1170 .copy-text,
#qa-post .main-page .wrapper .section-4 .container-1170 .button-wrap {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}
#qa-post .main-page .wrapper .section-4 .container-1170 .title {
  color: #171d42;
}
#qa-post .main-page .wrapper .section-4 .container-1170 .copy-text {
  color: #000;
  margin: 26px 0;
}
#qa-post .main-page .wrapper .section-4 .container-1170 .button-wrap {
  padding-top: 15px;
}
#qa-post .main-page .wrapper .section-4 .container-1170 {
  padding: 35px 0;
}
#qa-post footer .top-footer {
  border-top: 1px solid #acacac;
}
/* Memeber support */
#member-support .main-page .wrapper .section-1 {
  margin-bottom: 70px;
}
#member-support .main-page .wrapper .section-1 .right-side {
  padding: 25px 0 0 0;
}
#member-support .main-page .wrapper .section-1 .right-side .learn-more-block {
  margin-top: 0;
}
#member-support .main-page .wrapper .section-3 {
  float: left;
  width: 75%;
  margin-top: 25px;
  padding-right: 35px;
}
#member-support .main-page .wrapper .section-3 .title {
  color: #171d42;
  font-size: 1.875em;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  padding-top: 35px;
}
#member-support .main-page .wrapper .section-3 .copy-text {
  padding-top: 35px;
  width: 86%;
}
#member-support .main-page .wrapper .section-3 .copy-text p {
  /*font-size: 1.125em;*/
  line-height: 1.125em;
}
#member-support .main-page .wrapper .section-2 {
  text-align: center;
  float: left;
  width: 100%;
  /* height: 440px; */
  padding: 0 25px;
  background-color: #fff;
  height: auto;
  border-top: 1px solid #acacac;
}
#member-support .main-page .wrapper .section-2 .container-1170 {
  padding: 60px 0;
}
#member-support .main-page .wrapper .section-2 .container-1170 .title,
#member-support .main-page .wrapper .section-2 .container-1170 .copy-text,
#member-support .main-page .wrapper .section-2 .container-1170 .button-wrap {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}
#member-support .main-page .wrapper .section-2 .container-1170 .title {
  color: #171d42;
}
#member-support .main-page .wrapper .section-2 .container-1170 .copy-text {
  color: #000;
  margin: 26px 0;
}
#member-support .main-page .wrapper .section-2 .container-1170 .button-wrap {
  padding-top: 15px;
}
#member-support .main-page .wrapper .section-2 .container-1170 {
  padding: 35px 0;
}
#member-support .main-page .wrapper .section-2 .button-wrap .signup-button {
  padding: 15px 20px;
}
#member-support .main-page .wrapper .section-2 .button-wrap .signup-button span {
  min-width: 180px;
}
#member-support footer .top-footer {
  border-top: 1px solid #acacac;
}
/* Transplant basics copy */
#transplant-basics-copy .main-page .wrapper .section-1,
#code-of-ethics .main-page .wrapper .section-1,
#care-in-treatment .main-page .wrapper .section-1,
#patients-rights .main-page .wrapper .section-1 {
  height: auto;
}
#transplant-basics-copy .main-page .wrapper .section-1 .right-side,
#code-of-ethics .main-page .wrapper .section-1 .right-side,
#care-in-treatment .main-page .wrapper .section-1 .right-side,
#patients-rights .main-page .wrapper .section-1 .right-side {
  float: left;
  padding: 20px 0 0 0;
  width: 26%;
}
#transplant-basics-copy .main-page .wrapper .section-1 .right-side .topics-block,
#code-of-ethics .main-page .wrapper .section-1 .right-side .topics-block,
#care-in-treatment .main-page .wrapper .section-1 .right-side .topics-block,
#patients-rights .main-page .wrapper .section-1 .right-side .topics-block {
  margin-top: 0;
  padding: 10px 15px 25px 15px;
}
#transplant-basics-copy .main-page .wrapper .section-1 .right-side .topics-block .topics-items .topics-item .topics-item,
#code-of-ethics .main-page .wrapper .section-1 .right-side .topics-block .topics-items .topics-item .topics-item,
#care-in-treatment .main-page .wrapper .section-1 .right-side .topics-block .topics-items .topics-item .topics-item,
#patients-rights .main-page .wrapper .section-1 .right-side .topics-block .topics-items .topics-item .topics-item {
  margin-bottom: 15px;
  margin-top: 15px;
}
#transplant-basics-copy .main-page .wrapper .section-1 .right-side .topics-block .topics-items .topics-item .topics-item:first-child,
#code-of-ethics .main-page .wrapper .section-1 .right-side .topics-block .topics-items .topics-item .topics-item:first-child,
#care-in-treatment .main-page .wrapper .section-1 .right-side .topics-block .topics-items .topics-item .topics-item:first-child,
#patients-rights .main-page .wrapper .section-1 .right-side .topics-block .topics-items .topics-item .topics-item:first-child {
  margin-top: 2px;
}
#transplant-basics-copy .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item,
#code-of-ethics .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item,
#care-in-treatment .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item,
#patients-rights .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  border-bottom: 1px solid #d4d7e0;
}
#transplant-basics-copy .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item .topics-subcategory,
#code-of-ethics .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item .topics-subcategory,
#care-in-treatment .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item .topics-subcategory,
#patients-rights .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item .topics-subcategory {
  height: 100%;
  max-height: 600px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#transplant-basics-copy .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsed .topics-subcategory,
#code-of-ethics .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsed .topics-subcategory,
#care-in-treatment .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsed .topics-subcategory,
#patients-rights .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsed .topics-subcategory {
  height: 0;
  max-height: 0;
  margin-top: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/*#transplant-basics-copy .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsed > a:after,
#code-of-ethics .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsed > a:after,
#care-in-treatment .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsed > a:after,
#patients-rights .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsed > a:after {
  content: "";
  background-image: url('../images/arrows-submenu.png');
  background-repeat: no-repeat;
  background-position: 0 0px !important;
}*/
#transplant-basics-copy .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsed > span.coll,
#code-of-ethics .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsed > span.coll,
#care-in-treatment .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsed > span.coll,
#patients-rights .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsed > span.coll {
  content: "";
  background-image: url('../images/arrows-submenu.png');
  background-repeat: no-repeat;
  background-position: 0 0px !important;
  cursor: pointer;
  display: block;
}
#transplant-basics-copy .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item > a,
#code-of-ethics .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item > a,
#care-in-treatment .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item > a,
#patients-rights .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item > a {
  font-size: 1.1em;
  display: block;
  padding: 13px 10px;
}
#transplant-basics-copy .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item > a:hover,
#code-of-ethics .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item > a:hover,
#care-in-treatment .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item > a:hover,
#patients-rights .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item > a:hover {
  color: #d01715;
}
/*#transplant-basics-copy .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsable > a:after,
#code-of-ethics .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsable > a:after,
#care-in-treatment .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsable > a:after,
#patients-rights .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsable > a:after {
  content: "";
  background-image: url('../images/arrows-submenu.png');
  background-repeat: no-repeat;
  background-position: 0 -12px;
  font-size: 1em;
  display: block;
  width: 20px;
  height: 12px;
  color: #171d42;
  position: absolute;
  z-index: 3000;
  top: 16px;
  right: 8px;
}*/
#transplant-basics-copy .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsable > span.coll,
#code-of-ethics .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsable > span.coll,
#care-in-treatment .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsable > span.coll,
#patients-rights .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.collapsable > span.coll {
  content: "";
  background-image: url('../images/arrows-submenu.png');
  background-repeat: no-repeat;
  background-position: 0 -12px;
  font-size: 1em;
  display: block;
  width: 20px;
  height: 12px;
  color: #171d42;
  position: absolute;
  z-index: 3000;
  top: 16px;
  right: 8px;
  cursor: pointer;
  display: block;
}
#transplant-basics-copy .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.active > a,
#code-of-ethics .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.active > a,
#care-in-treatment .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.active > a,
#patients-rights .main-page .wrapper .section-1 .right-side .topics-block .topics-items > .topics-item.active > a {
  font-weight: 600;
  background-color: #d4d7e0;
}
#transplant-basics-copy .main-page .wrapper .section-2,
#code-of-ethics .main-page .wrapper .section-2,
#care-in-treatment .main-page .wrapper .section-2,
#patients-rights .main-page .wrapper .section-2 {
  float: left;
  width: 74%;
  padding-left: 34px;
  padding-top: 20px;
  margin-bottom: 70px;
}
#transplant-basics-copy .main-page .wrapper .section-2 .wrapper .breadcrumb > li + li:before,
#code-of-ethics .main-page .wrapper .section-2 .wrapper .breadcrumb > li + li:before,
#care-in-treatment .main-page .wrapper .section-2 .wrapper .breadcrumb > li + li:before,
#patients-rights .main-page .wrapper .section-2 .wrapper .breadcrumb > li + li:before,
#transplant-basics-copy .main-page .wrapper .section-2 .wrapper .breadcrumb > li:before,
#code-of-ethics .main-page .wrapper .section-2 .wrapper .breadcrumb > li:before,
#care-in-treatment .main-page .wrapper .section-2 .wrapper .breadcrumb > li:before,
#patients-rights .main-page .wrapper .section-2 .wrapper .breadcrumb > li:before {
  padding: 0 5px;
  color: #ccc;
  content: "<";
}
#transplant-basics-copy .main-page .wrapper .section-2 .wrapper .top-section,
#code-of-ethics .main-page .wrapper .section-2 .wrapper .top-section,
#care-in-treatment .main-page .wrapper .section-2 .wrapper .top-section,
#patients-rights .main-page .wrapper .section-2 .wrapper .top-section {
  padding-bottom: 80px;
  border-bottom: 1px solid #171d42;
}
#transplant-basics-copy .main-page .wrapper .section-2 .wrapper .top-section .title,
#code-of-ethics .main-page .wrapper .section-2 .wrapper .top-section .title,
#care-in-treatment .main-page .wrapper .section-2 .wrapper .top-section .title,
#patients-rights .main-page .wrapper .section-2 .wrapper .top-section .title {
  padding-top: 10px;
  padding-bottom: 27px;
  color: #171d42;
  text-align: center;
}
#transplant-basics-copy .main-page .wrapper .section-2 .wrapper .top-section .copy-text,
#code-of-ethics .main-page .wrapper .section-2 .wrapper .top-section .copy-text,
#care-in-treatment .main-page .wrapper .section-2 .wrapper .top-section .copy-text,
#patients-rights .main-page .wrapper .section-2 .wrapper .top-section .copy-text {
  text-align: left;
  padding-bottom: 10px;
}
#transplant-basics-copy .main-page .wrapper .section-2 .wrapper .top-section .button-wrap,
#code-of-ethics .main-page .wrapper .section-2 .wrapper .top-section .button-wrap,
#care-in-treatment .main-page .wrapper .section-2 .wrapper .top-section .button-wrap,
#patients-rights .main-page .wrapper .section-2 .wrapper .top-section .button-wrap {
  padding-left: 15px;
  text-align: center;
}
#transplant-basics-copy .main-page .wrapper .section-2 .wrapper .text-section .text-items .text-item .title,
#code-of-ethics .main-page .wrapper .section-2 .wrapper .text-section .text-items .text-item .title,
#care-in-treatment .main-page .wrapper .section-2 .wrapper .text-section .text-items .text-item .title,
#patients-rights .main-page .wrapper .section-2 .wrapper .text-section .text-items .text-item .title {
  color: #171d42;
  font-size: 1.875em;
  padding: 35px 0;
}
#transplant-basics-copy .main-page .wrapper .section-3,
#code-of-ethics .main-page .wrapper .section-3,
#care-in-treatment .main-page .wrapper .section-3,
#patients-rights .main-page .wrapper .section-3 {
  background-color: #c9d1e0;
}
#transplant-basics-copy .main-page .wrapper .section-3 .row,
#code-of-ethics .main-page .wrapper .section-3 .row,
#care-in-treatment .main-page .wrapper .section-3 .row,
#patients-rights .main-page .wrapper .section-3 .row {
  margin: 0;
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
#transplant-basics-copy .main-page .wrapper .section-3 .row .left-block,
#code-of-ethics .main-page .wrapper .section-3 .row .left-block,
#care-in-treatment .main-page .wrapper .section-3 .row .left-block,
#patients-rights .main-page .wrapper .section-3 .row .left-block {
  background-color: #454a68;
  display: block;
  float: none;
  padding: 0;
}
#transplant-basics-copy .main-page .wrapper .section-3 .row .left-block .left.block-inner,
#code-of-ethics .main-page .wrapper .section-3 .row .left-block .left.block-inner,
#care-in-treatment .main-page .wrapper .section-3 .row .left-block .left.block-inner,
#patients-rights .main-page .wrapper .section-3 .row .left-block .left.block-inner {
  padding-right: 100px;
  float: right;
}
#transplant-basics-copy .main-page .wrapper .section-3 .row .right-block,
#code-of-ethics .main-page .wrapper .section-3 .row .right-block,
#care-in-treatment .main-page .wrapper .section-3 .row .right-block,
#patients-rights .main-page .wrapper .section-3 .row .right-block {
  display: block;
  float: none;
  padding: 0;
  background-color: #c9d1e0;
}
#transplant-basics-copy .main-page .wrapper .section-3 .row .right-block .right.block-inner,
#code-of-ethics .main-page .wrapper .section-3 .row .right-block .right.block-inner,
#care-in-treatment .main-page .wrapper .section-3 .row .right-block .right.block-inner,
#patients-rights .main-page .wrapper .section-3 .row .right-block .right.block-inner {
  padding-left: 120px;
}
#transplant-basics-copy .main-page .wrapper .section-3 .row .right-block .title,
#code-of-ethics .main-page .wrapper .section-3 .row .right-block .title,
#care-in-treatment .main-page .wrapper .section-3 .row .right-block .title,
#patients-rights .main-page .wrapper .section-3 .row .right-block .title {
  color: #171d42;
}
#transplant-basics-copy .main-page .wrapper .section-3 .row .block-inner,
#code-of-ethics .main-page .wrapper .section-3 .row .block-inner,
#care-in-treatment .main-page .wrapper .section-3 .row .block-inner,
#patients-rights .main-page .wrapper .section-3 .row .block-inner {
  margin: 90px 0;
  max-width: 585px;
}
#transplant-basics-copy .main-page .wrapper .section-3 .row .block-inner.left .copy-text,
#code-of-ethics .main-page .wrapper .section-3 .row .block-inner.left .copy-text,
#care-in-treatment .main-page .wrapper .section-3 .row .block-inner.left .copy-text,
#patients-rights .main-page .wrapper .section-3 .row .block-inner.left .copy-text {
  color: #fff;
}
#transplant-basics-copy .main-page .wrapper .section-3 .row .block-inner.right .copy-text,
#code-of-ethics .main-page .wrapper .section-3 .row .block-inner.right .copy-text,
#care-in-treatment .main-page .wrapper .section-3 .row .block-inner.right .copy-text,
#patients-rights .main-page .wrapper .section-3 .row .block-inner.right .copy-text {
  color: #171d42;
}
#transplant-basics-copy .main-page .wrapper .section-3 .row .block-inner .copy-text,
#code-of-ethics .main-page .wrapper .section-3 .row .block-inner .copy-text,
#care-in-treatment .main-page .wrapper .section-3 .row .block-inner .copy-text,
#patients-rights .main-page .wrapper .section-3 .row .block-inner .copy-text {
  margin: 17px 0 30px 0;
}
#transplant-basics-copy .main-page .wrapper .section-3 .row .button-wrap,
#code-of-ethics .main-page .wrapper .section-3 .row .button-wrap,
#care-in-treatment .main-page .wrapper .section-3 .row .button-wrap,
#patients-rights .main-page .wrapper .section-3 .row .button-wrap {
  padding-left: 15px;
}
#transplant-basics-copy .main-page .wrapper .section-3 .left-block .more a .text,
#code-of-ethics .main-page .wrapper .section-3 .left-block .more a .text,
#care-in-treatment .main-page .wrapper .section-3 .left-block .more a .text,
#patients-rights .main-page .wrapper .section-3 .left-block .more a .text {
  color: #fff;
  font-weight: 300;
}
#transplant-basics-copy .main-page .wrapper .section-3 .left-block .more a .arrow-right,
#code-of-ethics .main-page .wrapper .section-3 .left-block .more a .arrow-right,
#care-in-treatment .main-page .wrapper .section-3 .left-block .more a .arrow-right,
#patients-rights .main-page .wrapper .section-3 .left-block .more a .arrow-right {
  color: #fff;
}
#transplant-basics-copy .main-page .wrapper .section-3 .right-block .more,
#code-of-ethics .main-page .wrapper .section-3 .right-block .more,
#care-in-treatment .main-page .wrapper .section-3 .right-block .more,
#patients-rights .main-page .wrapper .section-3 .right-block .more {
  text-align: right;
}
#transplant-basics-copy .main-page .wrapper .section-3 .right-block .more a .text,
#code-of-ethics .main-page .wrapper .section-3 .right-block .more a .text,
#care-in-treatment .main-page .wrapper .section-3 .right-block .more a .text,
#patients-rights .main-page .wrapper .section-3 .right-block .more a .text {
  font-weight: 300;
}
#transplant-basics-copy .main-page .wrapper .section-4,
#code-of-ethics .main-page .wrapper .section-4,
#care-in-treatment .main-page .wrapper .section-4,
#patients-rights .main-page .wrapper .section-4 {
  text-align: center;
  float: left;
  width: 100%;
  /* height: 440px; */
  padding: 0 25px;
  background-color: #fff;
}
#transplant-basics-copy .main-page .wrapper .section-4 .container-1170,
#code-of-ethics .main-page .wrapper .section-4 .container-1170,
#care-in-treatment .main-page .wrapper .section-4 .container-1170,
#patients-rights .main-page .wrapper .section-4 .container-1170 {
  padding: 60px 0;
}
#transplant-basics-copy .main-page .wrapper .section-4 .container-1170 .title,
#code-of-ethics .main-page .wrapper .section-4 .container-1170 .title,
#care-in-treatment .main-page .wrapper .section-4 .container-1170 .title,
#patients-rights .main-page .wrapper .section-4 .container-1170 .title,
#transplant-basics-copy .main-page .wrapper .section-4 .container-1170 .copy-text,
#code-of-ethics .main-page .wrapper .section-4 .container-1170 .copy-text,
#care-in-treatment .main-page .wrapper .section-4 .container-1170 .copy-text,
#patients-rights .main-page .wrapper .section-4 .container-1170 .copy-text,
#transplant-basics-copy .main-page .wrapper .section-4 .container-1170 .button-wrap,
#code-of-ethics .main-page .wrapper .section-4 .container-1170 .button-wrap,
#care-in-treatment .main-page .wrapper .section-4 .container-1170 .button-wrap,
#patients-rights .main-page .wrapper .section-4 .container-1170 .button-wrap {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}
#transplant-basics-copy .main-page .wrapper .section-4 .container-1170 .title,
#code-of-ethics .main-page .wrapper .section-4 .container-1170 .title,
#care-in-treatment .main-page .wrapper .section-4 .container-1170 .title,
#patients-rights .main-page .wrapper .section-4 .container-1170 .title {
  color: #171d42;
}
#transplant-basics-copy .main-page .wrapper .section-4 .container-1170 .copy-text,
#code-of-ethics .main-page .wrapper .section-4 .container-1170 .copy-text,
#care-in-treatment .main-page .wrapper .section-4 .container-1170 .copy-text,
#patients-rights .main-page .wrapper .section-4 .container-1170 .copy-text {
  color: #000;
  margin: 26px 0;
}
#transplant-basics-copy .main-page .wrapper .section-4 .container-1170 .button-wrap,
#code-of-ethics .main-page .wrapper .section-4 .container-1170 .button-wrap,
#care-in-treatment .main-page .wrapper .section-4 .container-1170 .button-wrap,
#patients-rights .main-page .wrapper .section-4 .container-1170 .button-wrap {
  padding-top: 15px;
}
#transplant-basics-copy footer .top-footer,
#code-of-ethics footer .top-footer,
#care-in-treatment footer .top-footer,
#patients-rights footer .top-footer {
  border-top: 1px solid #acacac;
}
/* desktop styles */
@media screen and (min-width: 1365px) {
  header .navbar.navbar-default .navbar-header {
    height: 115px;
  }
  header .navbar.navbar-default .navbar-header .navbar-brand img {
    max-width: 270px;
  }
  header .navbar.navbar-default .navbar-header ul.nav.navbar-nav li {
    height: 115px;
  }
  .learn-more-block .button-wrap,
  .about-block .button-wrap {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .learn-more-block .button-wrap .signup-button,
  .about-block .button-wrap .signup-button {
    width: 100%;
    min-width: 0;
  }
  .button-wrap .signup-button {
    width: auto;
    min-width: 250px;
  }
  footer .bottom-footer .medium-block .button-wrap .signup-button {
    width: auto;
  }
  #homepage .main-page .section-1 > .row .left-block .left-block-wrap .text-block .title {
    /*width: 76%;*/
  }
}
@media screen and (max-width: 1230px) {
  /* homepage */
  #homepage .main-page .section-1 > .row .left-block {
    padding-left: 30px;
  }
  #homepage .main-page .section-4 .wrapper .carousel {
    padding: 0 25px;
  }
  /* transplant-basics page */
  #transplant-basics .main-page .section-1 > .row .left-block .left-block-wrap {
    padding-left: 35px;
  }
  #transplant-basics .main-page .section-2 > .row .left-block .left-block-wrap {
    padding-right: 35px;
  }
  #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block {
    width: 94%;
  }
  #homepage .main-page .section-5 .row .left-block .left.block-inner {
    padding-left: 15px;
  }
  #transplant-basics .main-page .section-1 > .row .left-block .left-block-wrap {
    padding-left: 50.5%;
  }
  #transplant-basics .main-page .section-1 > .row .left-block .left-block-wrap .text-block {
    padding-left: 30px;
  }
  #transplant-basics .main-page .section-2 > .row .left-block .left-block-wrap {
    padding-right: 49.5%;
  }
  #transplant-basics .main-page .section-2 > .row .left-block .left-block-wrap .text-block {
    padding-right: 30px;
    padding-left: 15px;
  }
  #transplant-basics-copy .main-page .wrapper .section-1 .right-side,
  #code-of-ethics .main-page .wrapper .section-1 .right-side,
  #care-in-treatment .main-page .wrapper .section-1 .right-side,
  #patients-rights .main-page .wrapper .section-1 .right-side {
    padding-left: 15px;
  }
  #transplant-basics-copy .main-page .wrapper .section-1 .right-side .topics-block,
  #code-of-ethics .main-page .wrapper .section-1 .right-side .topics-block,
  #care-in-treatment .main-page .wrapper .section-1 .right-side .topics-block,
  #patients-rights .main-page .wrapper .section-1 .right-side .topics-block {
    min-width: 260px;
    float: left;
    padding: 10px 15px 10px 15px;
  }
  #transplant-basics-copy .main-page .wrapper .section-4,
  #code-of-ethics .main-page .wrapper .section-4,
  #care-in-treatment .main-page .wrapper .section-4,
  #patients-rights .main-page .wrapper .section-4 {
    padding: 0 25px;
  }
}
/* media for mobile menu in footer */
@media screen and (max-width: 1110px) {
  .container-1170 {
    padding: 0 15px;
  }
  .doctor-block,
  .about-block {
    min-width: 230px;
  }
  footer .bottom-footer .left-block ul.nav.navbar-nav li {
    width: 84px;
  }
  footer .bottom-footer .left-block ul.nav.navbar-nav li a {
    line-height: 1;
    padding-top: 10px;
  }
  /* about society blocks and text */
  #about-the-society .main-page .section-1 {
    height: 650px;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block {
    padding-left: 30px;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap {
    width: 100%;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap:nth-child(1) {
    margin-bottom: 15px;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap:nth-child(2) {
    padding-left: 15px;
    margin-left: 0;
  }
  #about-the-society .main-page .section-1 > .row .right-block {
    background-position: 60%;
  }
  #about-the-society .main-page .section-3 .row .left-block,
  #about-the-society .main-page .section-4 .row .left-block,
  #about-the-society .main-page .section-5 .row .left-block {
    float: left;
    position: relative;
    height: auto;
    width: 50%;
    /* align-self: stretch; */
    overflow: hidden;
  }
  #about-the-society .main-page .section-3 .row .right-block,
  #about-the-society .main-page .section-4 .row .right-block,
  #about-the-society .main-page .section-5 .row .right-block {
    float: right;
  }
  #about-the-society .main-page .section-3 .row .block-inner.left,
  #about-the-society .main-page .section-4 .row .block-inner.left,
  #about-the-society .main-page .section-5 .row .block-inner.left {
    position: relative;
    height: 100%;
    width: auto;
  }
  #about-the-society .main-page .section-3 .row .block-inner.left .image,
  #about-the-society .main-page .section-4 .row .block-inner.left .image,
  #about-the-society .main-page .section-5 .row .block-inner.left .image {
    float: none;
    height: 100%;
  }
  #about-the-society .main-page .section-3 .row .block-inner.left .image img,
  #about-the-society .main-page .section-4 .row .block-inner.left .image img,
  #about-the-society .main-page .section-5 .row .block-inner.left .image img {
    display: block;
    float: left;
    width: auto;
    height: 100%;
  }
  #about-the-society .main-page .section-3 .row .block-inner.right,
  #about-the-society .main-page .section-4 .row .block-inner.right,
  #about-the-society .main-page .section-5 .row .block-inner.right {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #about-the-society .main-page .section-6 .row .left-block .block-inner.left {
    padding-left: 15px;
  }
  #about-the-society .main-page .section-6 .row .right-block .block-inner.right {
    padding-right: 15px;
  }
  /* blog-post side-block */
  aside.right-side .learn-more-block,
  aside.right-side .about-block,
  aside.right-side .topics-block,
  aside.right-side .search-block {
    float: right;
    min-width: 282px;
  }
  #blog-post .main-page .wrapper .section-1 {
    height: auto;
  }
  #blog-post .main-page .wrapper .section-3 .wrapper {
    padding-right: 15%;
  }
  #blog .main-page .wrapper .section-3 .wrapper {
    padding-right: 10%;
  }
  #blog .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  #blog .main-page .wrapper .section-3,
  #blog .main-page .wrapper .section-4,
  #blog .main-page .wrapper .section-5 {
    padding-left: 25px;
    padding-right: 25px;
  }
  #contact-us .main-page .wrapper .container-inner {
    padding: 0;
  }
  #contact-us .main-page .wrapper .container-inner .form-section input {
    width: 100%;
  }
  #contact-us .main-page .wrapper .container-inner .form-section input:nth-child(2n+1) {
    margin-right: 0;
  }
  #contact-us .main-page .wrapper .container-inner .form-section input:nth-child(2n) {
    margin-left: 0;
  }
  #contact-us .main-page .bottom-section {
    padding: 0 25px;
  }
  #find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block {
    padding-left: 30px;
    padding-right: 15px;
  }
  #find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block {
    width: 60%;
  }
  #find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap {
    margin-top: 30px;
  }
  #find-doctor-state .main-page .wrapper .section-2 {
    margin-top: 0px;
  }
  #find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block {
    padding-left: 30px;
    padding-right: 15px;
  }
  #find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block {
    width: 60%;
  }
  #find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap {
    margin-top: 30px;
  }
  #find-doctor .main-page .wrapper .section-2 .wrapper .main-container .countries .right .first-col:first-child {
    padding-left: 0;
  }
  #find-doctor .main-page .wrapper .section-2 .wrapper .main-container .countries .right .first-col:nth-child(2) {
    padding-left: 5px;
  }
  #find-doctor .main-page .wrapper .section-2 .wrapper .main-container .countries .right .second-col:first-child {
    padding-left: 0;
  }
  #find-doctor .main-page .wrapper .section-2 .wrapper .main-container .countries .right .second-col:nth-child(2) {
    padding-left: 5px;
  }
  #homepage .main-page .section-3 > .row .left-block .left-block-wrap .text-block {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #member-support .main-page .wrapper .section-3 {
    width: 75%;
    padding-right: 55px;
  }
  #our-members .main-page .section-1 > .row .left-block .left-block-wrap .text-block {
    padding-left: 30px;
  }
  #qa-post .main-page .wrapper .section-3 {
    width: 70%;
  }
  #qa-topic .breadcrumb,
  #blog-topic .breadcrumb {
    margin-bottom: 0;
  }
  #qa-topic .section-3,
  #blog-topic .section-3 {
    width: 65%;
  }
  #qa-topic .section-3 .wrapper .title.main,
  #blog-topic .section-3 .wrapper .title.main {
    font-size: 2em;
  }
  #qa .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block {
    padding-left: 30px;
  }
  #qa .main-page .wrapper .section-2 .section-3 {
    width: 65%;
    padding-left: 15px;
  }
  #qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .left-block .text-logo {
    width: 50px;
    font-size: 3em;
  }
  #qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions .qa-item .right-block {
    margin-left: 50px;
  }
  #transplant-basics .main-page .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap {
    margin-top: 0;
  }
  #transplant-basics .main-page .section-1 > .row .left-block .left-block-wrap .text-block .copy-text {
    padding-bottom: 0;
  }
  #transplant-basics .main-page .section-2 > .row .left-block .left-block-wrap .text-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #transplant-basics .main-page .section-2 > .row .left-block .left-block-wrap .text-block .copy-text {
    padding-bottom: 0;
  }
  #transplant-basics .main-page .section-2 > .row .left-block .left-block-wrap .text-block .button-wrap {
    padding-top: 0;
  }
  #transplant-basics .main-page .section-4 .row .left-block .left.block-inner {
    padding-left: 15px;
  }
  #transplant-basics .main-page .section-4 .row .right-block .right.block-inner {
    padding-right: 15px;
  }
  #transplant-basics-copy .main-page .section-3 .row .left-block .left.block-inner,
  #code-of-ethics .main-page .section-3 .row .left-block .left.block-inner,
  #care-in-treatment .main-page .section-3 .row .left-block .left.block-inner,
  #patients-rights .main-page .section-3 .row .left-block .left.block-inner {
    padding-left: 15px;
  }
  #transplant-basics-copy .main-page .section-3 .row .right-block .right.block-inner,
  #code-of-ethics .main-page .section-3 .row .right-block .right.block-inner,
  #care-in-treatment .main-page .section-3 .row .right-block .right.block-inner,
  #patients-rights .main-page .section-3 .row .right-block .right.block-inner {
    padding-right: 15px;
  }
  #video .main-page .wrapper .main-section .main .video-items .video-item .video-block .button a .fa {
    font-size: 6em;
  }
}
/* col-sm */
@media screen and (max-width: 992px) {
  header .navbar.navbar-default #navbar-collapse-1 ul.nav.navbar-nav li a {
    font-size: .75em;
  }
  #about-the-society .main-page .section-6 .row .right-block .right.block-inner {
    padding-left: 85px;
  }
  #about-the-society .main-page .section-6 .row .left-block .block-inner.left {
    padding-right: 85px;
  }
  #blog .main-page .wrapper .section-3 .wrapper {
    padding-right: 18%;
  }
  #homepage .main-page .section-1 {
    height: auto;
  }
  #homepage .main-page .section-1 > .row {
    margin-left: 0;
    margin-right: 0;
  }
  #homepage .main-page .section-1 > .row .right-block {
    position: relative;
    height: 260px;
  }
  #homepage .main-page .section-1 > .row .left-block {
    padding-right: 0;
    padding-left: 0;
  }
  #homepage .main-page .section-1 > .row .left-block .left-block-wrap {
    width: 100%;
    background-color: #171d42;
    margin-left: 0;
    padding-left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #homepage .main-page .section-1 > .row .left-block .left-block-wrap .text-block {
    text-align: center;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #homepage .main-page .section-1 > .row .left-block .left-block-wrap .text-block .title {
    font-size: 2.2em;
  }
  #homepage .main-page .section-1 > .row .left-block .left-block-wrap .text-block .copy-text {
    padding-right: 0;
  }
  #homepage .main-page .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap {
    margin-top: 0;
  }
  #homepage .main-page .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap .signup-button {
    margin-left: 0;
  }
  #homepage .main-page .section-2 .container-1170 .copy-text {
    padding: 0px;
  }
  #homepage .main-page .section-3 {
    height: auto;
  }
  #homepage .main-page .section-3 > .row .right-block {
    position: relative;
    background-size: auto 130%;
    background-position: 0%;
    height: 400px;
  }
  #homepage .main-page .section-3 > .row .left-block {
    float: left;
  }
  #homepage .main-page .section-3 > .row .left-block .left-block-wrap {
    margin-right: 0;
    height: 100%;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    float: right;
    background-color: #c9d1e0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #homepage .main-page .section-3 > .row .left-block .left-block-wrap .text-block {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    text-align: center;
  }
  #homepage .main-page .section-3 > .row .left-block .left-block-wrap .text-block .copy-text {
    text-align: left;
  }
  #homepage .main-page .section-5 {
    display: block;
  }
  #homepage .main-page .section-5 .row .block-inner {
    max-width: none;
  }
  #homepage .main-page .section-5 .row .right-block .block-inner.right {
    padding-right: 15px;
    padding-left: 15px;
  }
  #homepage .main-page .section-5 .row .left-block .block-inner.left {
    padding-right: 15px;
    padding-left: 15px;
  }
  #homepage .main-page .section-5 .row .left-block,
  #homepage .main-page .section-5 .row .right-block {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
  }
  #homepage .main-page .section-5 .row .left-block .copy-text,
  #homepage .main-page .section-5 .row .right-block .copy-text {
    text-align: left;
  }
  #locations .main-page .wrapper .main-section .location-items .location-item {
    position: relative;
  }
  #locations .main-page .wrapper .main-section .location-items .location-item .location-block {
    position: absolute;
    right: 0;
    top: 15px;
    bottom: 15px;
    overflow: hidden;
  }
  #locations .main-page .wrapper .main-section .location-items .location-item .location-block img {
    height: 100%;
    width: auto;
  }
  #member-support .main-page .wrapper .section-3 {
    width: 65%;
  }
  #qa-post .main-page .wrapper .section-3 {
    width: 65%;
  }
  #transplant-basics .main-page .section-4 .row .left-block .left.block-inner {
    padding-right: 58px;
  }
  #transplant-basics .main-page .section-4 .row .right-block .right.block-inner {
    padding-left: 58px;
  }
  #transplant-basics-copy .main-page .wrapper .section-2,
  #code-of-ethics .main-page .wrapper .section-2,
  #care-in-treatment .main-page .wrapper .section-2,
  #patients-rights .main-page .wrapper .section-2 {
    padding-left: 100px;
  }
  #transplant-basics-copy .main-page .wrapper .section-3 .row .left-block .left.block-inner,
  #code-of-ethics .main-page .wrapper .section-3 .row .left-block .left.block-inner,
  #care-in-treatment .main-page .wrapper .section-3 .row .left-block .left.block-inner,
  #patients-rights .main-page .wrapper .section-3 .row .left-block .left.block-inner {
    padding-right: 58px;
  }
  #transplant-basics-copy .main-page .wrapper .section-3 .row .right-block .right.block-inner,
  #code-of-ethics .main-page .wrapper .section-3 .row .right-block .right.block-inner,
  #care-in-treatment .main-page .wrapper .section-3 .row .right-block .right.block-inner,
  #patients-rights .main-page .wrapper .section-3 .row .right-block .right.block-inner {
    padding-left: 58px;
  }
  #video .main-page .wrapper .main-section .main .video-items .video-item .video-block .button a .fa {
    font-size: 4em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1364px) {
  header .navbar.navbar-default .navbar-header {
    height: 115px;
  }
  header .navbar.navbar-default .navbar-header .navbar-brand img {
    max-width: 270px;
  }
  header .navbar.navbar-default .navbar-header ul.nav.navbar-nav li {
    height: 115px;
  }
  .button-wrap .signup-button {
    min-width: 200px;
  }
  .about-block .button-wrap .signup-button {
    min-width: 0px;
  }
  .comments-block .form-section input {
    width: 100%;
  }
  .comments-block .form-section .button-section {
    width: 100%;
    text-align: center;
  }
  #find-doctor .main-page .wrapper .section-2 .wrapper .main-container .countries .right .second-col .country:nth-child(3) .title {
    margin-top: 35px;
  }
  #qa-topic .section-3 .wrapper .qa-items .qa-item .read-more .right,
  #blog-topic .section-3 .wrapper .qa-items .qa-item .read-more .right,
  #qa-topic .section-3 .wrapper .single-blog-items .qa-item .read-more .right,
  #blog-topic .section-3 .wrapper .single-blog-items .qa-item .read-more .right,
  #qa-topic .section-3 .wrapper .qa-items .single-blog-items .read-more .right,
  #blog-topic .section-3 .wrapper .qa-items .single-blog-items .read-more .right,
  #qa-topic .section-3 .wrapper .single-blog-items .single-blog-items .read-more .right,
  #blog-topic .section-3 .wrapper .single-blog-items .single-blog-items .read-more .right {
    margin-top: 10px;
  }
  #qa-topic .section-4 .wrapper .view-more,
  #blog-topic .section-4 .wrapper .view-more {
    width: 65%;
  }
  #transplant-basics .main-page .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap .signup-button {
    width: auto;
  }
  #blog .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block {
    padding-left: 30px;
  }
}
/* col-xs */
@media screen and (max-width: 767px) {
  /* general */
  .section-4 .container-1170,
  .section-5 .container-1170,
  #about-the-society .main-page .section-2 .container-1170,
  #contact-us .main-page .bottom-section .container-1170,
  #member-support .main-page .wrapper .section-2 .container-1170 {
    padding: 30px 0 !important;
  }
  .section-4 .container-1170 .copy-text,
  .section-5 .container-1170 .copy-text,
  #about-the-society .main-page .section-2 .container-1170 .copy-text,
  #contact-us .main-page .bottom-section .container-1170 .copy-text,
  #member-support .main-page .wrapper .section-2 .container-1170 .copy-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .only-mobile-view {
    display: block;
  }
  .only-desktop-view {
    display: none;
  }
  aside.right-side {
    padding: 15px 0;
    width: 100%;
  }
  aside.right-side .search-block {
    padding: 10px 25px 20px 25px;
  }
  aside.right-side .search-block .search-field {
    font-size: 1.5em;
  }
  aside.right-side .search-block .search-button {
    bottom: 34px;
  }
  aside.right-side .topics-block {
    padding: 25px 0;
  }
  aside.right-side .topics-block .title {
    margin-bottom: 0;
    position: relative;
  }
  aside.right-side .topics-block .title:after {
    content: "";
    background-image: url('../images/arrows-submenu.png');
    background-repeat: no-repeat;
    background-position: 0 -12px;
    font-size: 1em;
    display: block;
    width: 50px;
    height: 12px;
    color: #171d42;
    position: absolute;
    top: 12px;
    right: 0px;
  }
  aside.right-side .topics-block .title,
  aside.right-side .topics-block .topics-items {
    padding: 0 25px;
  }
  aside.right-side .topics-block .topics-items {
    padding-top: 15px;
    height: auto;
    max-height: 800px;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
  }
  aside.right-side .topics-block.collapsed .title:after {
    background-position: 0 0px;
  }
  aside.right-side .topics-block.collapsed .topics-items {
    padding-top: 0;
    height: 0px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
  }
  aside.right-side .learn-more-block,
  aside.right-side .about-block,
  aside.right-side .topics-block,
  aside.right-side .search-block {
    width: 100%;
  }
  .about-block .button-wrap {
    padding-left: 0;
  }
  .main-tabs {
    background-color: transparent;
  }
  /* header */
  header {
    border-bottom: 1px solid #171d42;
    border-color: rgba(23, 29, 66, 0.4);
  }
  header .navbar.navbar-default {
    background-color: #fff;
    border-bottom: 1px solid #a2a5b3;
    border-color: rgba(23, 29, 66, 0.4);
  }
  header .navbar.navbar-default .navbar-header {
    background-color: transparent;
    padding-top: 0px;
  }
  header .navbar.navbar-default .navbar-header ul.nav.navbar-nav li a .find-surgeon-icon {
    float: right;
    margin-right: 3px;
    margin-left: 10px;
  }
  header .navbar.navbar-default .navbar-header .navbar-toggle {
    margin-top: 15px;
    margin-right: 0;
    border: none;
    background-color: transparent;
  }
  header .navbar.navbar-default .navbar-header .navbar-toggle .icon-bar {
    background-color: #d01715;
  }
  header .navbar.navbar-default .navbar-header .navbar-brand {
    position: relative;
    height: 60px;
    width: 40%;
  }
  header .navbar.navbar-default .navbar-header .navbar-brand img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 140px;
    width: 100%;
    max-height: 100%;
  }
  header .navbar.navbar-default .navbar-header .navbar-right {
    padding: 0;
    float: right;
    margin: 0;
  }
  header .navbar.navbar-default .navbar-header .navbar-right li:nth-child(1) a {
    padding: 0;
  }
  header .navbar.navbar-default .navbar-header .navbar-right li:nth-child(2) {
    display: none !important;
  }
  header .navbar.navbar-default #navbar-collapse-1 {
    padding: 0;
  }
  header .navbar.navbar-default #navbar-collapse-1 .navbar-inner {
    height: 100%;
    overflow-y: auto;
  }
  header .navbar.navbar-default #navbar-collapse-1 .navbar-inner > ul.nav.navbar-nav li {
    width: 100%;
    text-align: center;
  }
  header .navbar.navbar-default #navbar-collapse-1 .navbar-inner > ul.nav.navbar-nav li.only-mobile-view {
    display: inline-block;
  }
  header .navbar.navbar-default #navbar-collapse-1 .navbar-inner > ul.nav.navbar-nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2em;
    font-family: "Cormorant Garamond";
  }
  header .navbar.navbar-default #navbar-collapse-1 .navbar-inner > ul.nav.navbar-nav li:first-child a {
    padding-top: 30px;
  }
  header .navbar.navbar-default.expanded {
    background-color: #171d42;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .navbar.navbar-default.expanded .navbar-header {
    background-color: transparent;
  }
  header .navbar.navbar-default.expanded .navbar-header ul.nav.navbar-nav li:first-child a {
    color: #fff;
  }
  header .navbar.navbar-default.expanded .navbar-header ul.nav.navbar-nav li a .find-surgeon-icon .st0 {
    fill: #fff;
  }
  header .navbar.navbar-default.expanded .navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  header .navbar.navbar-default.expanded #navbar-collapse-1 {
    border-top: 1px solid #fff;
  }
  body {
    margin-top: 60px;
  }
  .navbar-default {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
    border-radius: 0;
    top: 0;
  }
  .bottom-footer .medium-block {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  .bottom-footer .medium-block .button-wrap .signup-button span {
    font-size: 17px;
  }
  .bottom-footer .left-block {
    width: 50%;
    z-index: 1000;
  }
  .bottom-footer .left-block ul.nav.navbar-nav {
    width: 200%;
    margin: 0;
    margin-top: 20px;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .bottom-footer .left-block ul.nav.navbar-nav li {
    float: left;
    width: auto;
  }
  .bottom-footer .left-block ul.nav.navbar-nav li:last-child a {
    width: 140px;
    text-align: left;
  }
  .bottom-footer .left-block ul.nav.navbar-nav li a {
    padding: 0 10px;
    text-align: center;
  }
  .bottom-footer .left-block a {
    display: block;
    width: 100%;
    padding-top: 10px;
    text-align: right;
  }
  .bottom-footer .left-block a img {
    display: inline-block;
    max-width: 200px;
  }
  .bottom-footer .right-block {
    width: 50%;
  }
  .bottom-footer .right-block a {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 40px;
  }
  .bottom-footer .right-block a img {
    display: inline-block;
    max-width: 100%;
  }
  .bottom-footer .right-block .copyright-text {
    max-width: none;
    width: 200%;
    margin-top: 40px;
    text-align: center;
  }
  /* footer */
  footer .wrapper .top-footer .logos-wrapper {
    display: table;
    margin-left: 0;
    margin-right: 0;
  }
  footer .wrapper .top-footer .logos-wrapper > div {
    display: table-cell;
    float: none;
    vertical-align: bottom;
  }
  footer .wrapper .bottom-footer .medium-block {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  footer .wrapper .bottom-footer .left-block {
    width: 50%;
    z-index: 1000;
  }
  footer .wrapper .bottom-footer .left-block ul.nav.navbar-nav {
    width: 200%;
    margin: 0;
    margin-top: 20px;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  footer .wrapper .bottom-footer .left-block ul.nav.navbar-nav li {
    float: left;
    width: auto;
  }
  footer .wrapper .bottom-footer .left-block ul.nav.navbar-nav li:last-child a {
    text-align: left;
    width: 140px;
  }
  footer .wrapper .bottom-footer .left-block ul.nav.navbar-nav li a {
    padding: 0 20px;
    text-align: center;
  }
  footer .wrapper .bottom-footer .left-block a {
    display: block;
    width: 100%;
    padding-top: 10px;
    text-align: right;
  }
  footer .wrapper .bottom-footer .left-block a img {
    display: inline-block;
    max-width: 200px;
  }
  footer .wrapper .bottom-footer .right-block {
    width: 50%;
  }
  footer .wrapper .bottom-footer .right-block a {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 40px;
  }
  footer .wrapper .bottom-footer .right-block a img {
    display: inline-block;
    max-width: 100%;
  }
  footer .wrapper .bottom-footer .right-block .copyright-text {
    max-width: none;
    width: 200%;
    margin-top: 50px;
    text-align: center;
    margin-top: 44px;
    margin-bottom: 11px;
  }
  /* mobile nav menu for bio, etc */
  /* heros in mobile */
  .section-1 > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .section-1 > .row .right-block {
    position: relative;
    height: 350px;
  }
  .section-1 > .row .left-block {
    padding-right: 0;
    padding-left: 0;
  }
  .section-1 > .row .left-block .left-block-wrap {
    width: 100%;
    background-color: #171d42;
    margin-left: 0;
    padding-left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .section-1 > .row .left-block .left-block-wrap .text-block {
    text-align: center;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-1 > .row .left-block .left-block-wrap .text-block .copy-text {
    padding-right: 0;
  }
  .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap {
    margin-top: 0;
  }
  .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap .signup-button {
    margin-left: 0;
  }
  .section-1 .signup-button span {
    min-width: 0;
  }
  .main-page .wrapper .main-section .main .main-tabs ul {
    display: block;
    position: relative;
    height: auto;
    max-height: 800px;
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #e9edf3;
    background-color: rgba(201, 209, 224, 0.4);
    overflow: hidden;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
  }
  .main-page .wrapper .main-section .main .main-tabs ul.collapsed {
    height: 80px;
    max-height: 80px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
  }
  .main-page .wrapper .main-section .main .main-tabs ul.collapsed li.active a:after {
    background-position: 0 0px;
  }
  .main-page .wrapper .main-section .main .main-tabs ul li:first-child {
    margin-top: 80px;
  }
  .main-page .wrapper .main-section .main .main-tabs ul li.active {
    position: absolute;
    left: 0;
  }
  .main-page .wrapper .main-section .main .main-tabs ul li.active a {
    background-color: transparent;
    color: #171d42;
    padding-top: 20px;
  }
  .main-page .wrapper .main-section .main .main-tabs ul li.active a:after {
    content: "";
    background-image: url('../images/arrows-submenu.png');
    background-repeat: no-repeat;
    background-position: 0 -12px;
    display: block;
    width: 50px;
    height: 12px;
    color: #171d42;
    position: absolute;
    top: 34px;
    right: 5px;
  }
  .main-page .wrapper .main-section .main .main-tabs ul li a {
    height: 40px;
    font-size: 2em;
    font-family: "Cormorant Garamond";
    padding: 0;
    line-height: 1.5em;
    text-align: left;
    padding-left: 10%;
    padding-top: 0px;
  }
  .main-page .wrapper .main-section .main .main-tabs ul li a:active,
  .main-page .wrapper .main-section .main .main-tabs ul li a:hover {
    background-color: transparent;
    color: #171d42;
  }
  .main-page .wrapper .main-section .main .main-block > .title {
    display: none;
  }
  .question-block {
    display: block;
  }
  .question-block .image-block {
    display: table;
  }
  .question-block .image-block .image {
    width: 50%;
    padding-left: 15px;
    display: table-cell;
  }
  .question-block .image-block .doctor-info {
    width: 50%;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
  .question-block .text-block .question .qa-item .left-block .text-logo,
  .question-block .text-block .question .single-blog-item .left-block .text-logo {
    width: 60px;
  }
  .question-block .text-block .question .qa-item .right-block,
  .question-block .text-block .question .single-blog-item .right-block {
    margin-left: 60px;
  }
  .answer-block .answer .qa-item .left-block .text-logo,
  .answer-block .answer .single-blog-item .left-block .text-logo {
    width: 60px;
  }
  .answer-block .answer .qa-item .right-block,
  .answer-block .answer .single-blog-item .right-block {
    margin-left: 60px;
  }
  .copy-text {
    text-align: left !important;
  }
  .button-wrap .signup-button {
    padding: 15px 20px;
  }
  .button-wrap .signup-button span {
    min-width: 180px;
  }
  .form-section .button-section {
    padding: 30px 0;
  }
  .form-section .button-section .button-wrap {
    padding-left: 0;
    width: 100%;
  }
  .left .date {
    display: block;
    width: 100%;
    margin-top: 3px;
  }
  .top-breadcrumbs {
    padding-left: 5px;
  }
  .top-breadcrumbs .breadcrumb {
    margin-bottom: 0;
  }
  /* about the society */
  #about-the-society .main-page .section-1 {
    height: auto;
  }
  #about-the-society .main-page .section-1 > .row {
    margin-right: 0;
    margin-left: 0;
  }
  #about-the-society .main-page .section-1 > .row .left-block {
    float: left;
    padding-right: 0;
    background-color: #171d42;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
    margin-left: 0;
    padding-left: 0px;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-right: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 40px 15px;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .copy-text {
    padding-right: 0;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .title {
    text-align: center;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap {
    width: 50%;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap:nth-child(1) {
    text-align: right;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap:nth-child(2) {
    text-align: left;
    padding-left: 15px;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap .signup-button span {
    min-width: 0;
    max-width: 80px;
  }
  #about-the-society .main-page .section-1 > .row .right-block {
    position: relative;
    float: left;
    height: 225px;
  }
  #about-the-society .main-page .section-1 > .row .buttons-wrapper .button-wrap:nth-child(2) {
    margin-left: 0;
  }
  #about-the-society .main-page .section-2 {
    padding: 0 15px;
  }
  #about-the-society .main-page .section-2 .container-1170 .copy-text {
    width: 100%;
    margin-bottom: 0;
  }
  #about-the-society .main-page .section-2 .container-1170 .copy-text p {
    margin-bottom: 0;
  }
  #about-the-society .main-page .section-3 .row,
  #about-the-society .main-page .section-4 .row,
  #about-the-society .main-page .section-5 .row {
    display: block;
  }
  #about-the-society .main-page .section-3 .row .left-block,
  #about-the-society .main-page .section-4 .row .left-block,
  #about-the-society .main-page .section-5 .row .left-block {
    float: none;
    display: block;
    position: relative;
    height: auto;
    width: 100%;
  }
  #about-the-society .main-page .section-3 .row .right-block,
  #about-the-society .main-page .section-4 .row .right-block,
  #about-the-society .main-page .section-5 .row .right-block {
    float: none;
  }
  #about-the-society .main-page .section-3 .row .block-inner,
  #about-the-society .main-page .section-4 .row .block-inner,
  #about-the-society .main-page .section-5 .row .block-inner {
    max-width: none;
  }
  #about-the-society .main-page .section-3 .row .block-inner.left,
  #about-the-society .main-page .section-4 .row .block-inner.left,
  #about-the-society .main-page .section-5 .row .block-inner.left {
    position: relative;
    height: auto;
    width: 100%;
  }
  #about-the-society .main-page .section-3 .row .block-inner.left .image,
  #about-the-society .main-page .section-4 .row .block-inner.left .image,
  #about-the-society .main-page .section-5 .row .block-inner.left .image {
    float: none;
    height: 100%;
  }
  #about-the-society .main-page .section-3 .row .block-inner.left .image img,
  #about-the-society .main-page .section-4 .row .block-inner.left .image img,
  #about-the-society .main-page .section-5 .row .block-inner.left .image img {
    display: block;
    float: left;
    width: 100%;
    height: auto;
  }
  #about-the-society .main-page .section-3 .row .block-inner.right,
  #about-the-society .main-page .section-4 .row .block-inner.right,
  #about-the-society .main-page .section-5 .row .block-inner.right {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #about-the-society .main-page .section-3 .row .block-inner.right .title,
  #about-the-society .main-page .section-4 .row .block-inner.right .title,
  #about-the-society .main-page .section-5 .row .block-inner.right .title {
    text-align: center;
  }
  #about-the-society .main-page .section-3 .row .block-inner.right .copy-text,
  #about-the-society .main-page .section-4 .row .block-inner.right .copy-text,
  #about-the-society .main-page .section-5 .row .block-inner.right .copy-text {
    text-align: left;
  }
  #about-the-society .main-page .section-3 .row .block-inner.right .button-wrap,
  #about-the-society .main-page .section-4 .row .block-inner.right .button-wrap,
  #about-the-society .main-page .section-5 .row .block-inner.right .button-wrap {
    text-align: center;
  }
  #about-the-society .main-page .section-4 > .row .block-inner.right .button-wrap {
    padding-left: 0;
  }
  #about-the-society .main-page .section-6 .row {
    display: block;
  }
  #about-the-society .main-page .section-6 .row .left-block,
  #about-the-society .main-page .section-6 .row .right-block {
    float: left;
    display: block;
  }
  #about-the-society .main-page .section-6 .row .left-block .block-inner.left {
    margin: 0;
    max-width: none;
    padding: 30px 15px;
    padding-right: 15px;
  }
  #about-the-society .main-page .section-6 .row .left-block .block-inner.left .title {
    text-align: center;
  }
  #about-the-society .main-page .section-6 .row .left-block .block-inner.left .button-wrap {
    text-align: center;
    padding-left: 0;
  }
  #about-the-society .main-page .section-6 .row .right-block .block-inner.right {
    margin: 0;
    max-width: none;
    padding: 30px 15px;
    padding-right: 15px;
  }
  #about-the-society .main-page .section-6 .row .right-block .block-inner.right .title {
    text-align: center;
  }
  #about-the-society .main-page .section-6 .row .right-block .block-inner.right .button-wrap {
    text-align: center;
    padding-left: 0;
  }
  #apply-membership .main-page .wrapper {
    padding: 0 15px;
  }
  #apply-membership .main-page .wrapper .container-inner {
    width: 100%;
  }
  #apply-membership .main-page .wrapper .container-inner .form-section {
    margin-left: 0;
    margin-right: 0;
  }
  #apply-membership .main-page .wrapper .container-inner .form-section input {
    width: 100%;
  }
  #apply-membership .main-page .wrapper .container-inner .form-section input:nth-child(2n) {
    margin-left: 0;
  }
  #apply-membership .main-page .wrapper .container-inner .form-section input:nth-child(2n+1) {
    margin-right: 0;
  }
  #before-afters .main-page .wrapper {
    padding: 0;
  }
  #before-afters .main-page .wrapper .main-section {
    margin-bottom: 0;
  }
  #before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block {
    overflow: hidden;
    padding: 20px 15px;
  }
  #before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image {
    float: left;
    width: 45%;
    padding: 0 15px;
  }
  #before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block {
    float: right;
    width: 55%;
  }
  #before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .social-icons {
    text-align: center;
    padding-left: 10px;
  }
  #before-afters .main-page .wrapper .main-section .side-block .wrapper .doctor-block .social-icons .fa {
    margin-right: 7px;
  }
  #before-afters .main-page .wrapper .main-section .main {
    padding-left: 0;
  }
  #before-afters .main-page .wrapper .main-section .main .main-block .info-blocks {
    padding: 0 15px;
  }
  #before-afters .main-page .wrapper .main-section .main .main-block .info-blocks .info-block .title {
    margin-bottom: 10px;
  }
  #before-afters .main-page .wrapper .main-section .main .main-block .about-block .title,
  #before-afters .main-page .wrapper .main-section .main .main-block .about-block .button-wrap {
    text-align: center;
  }
  #bio .main-page .wrapper {
    padding: 0;
  }
  #bio .main-page .wrapper .main-section {
    margin-bottom: 0;
  }
  #bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block {
    overflow: hidden;
    padding: 20px 15px;
  }
  #bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image {
    float: left;
    width: 45%;
    padding: 0 15px;
  }
  #bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block {
    float: right;
    width: 55%;
  }
  #bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .social-icons {
    text-align: center;
    padding-left: 10px;
  }
  #bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .social-icons .fa {
    margin-right: 7px;
  }
  #bio .main-page .wrapper .main-section .main {
    padding-left: 0;
  }
  #bio .main-page .wrapper .main-section .main .main-block .info-blocks {
    padding: 0 15px;
  }
  #bio .main-page .wrapper .main-section .main .main-block .info-blocks .info-block .title {
    margin-bottom: 10px;
  }
  #bio .main-page .wrapper .main-section .main .main-block .about-block .title,
  #bio .main-page .wrapper .main-section .main .main-block .about-block .button-wrap {
    text-align: center;
  }
  #bio .main-page .wrapper .main-section .main .text-block {
    padding: 0 15px;
  }
  #bio .main-page .wrapper .main-section .main .main-tabs ul li:first-child {
    margin-top: 0;
  }
  #bio .main-page .wrapper .main-section .main .main-tabs ul li:nth-child(2) {
    margin-top: 80px;
  }
  #bio .main-page .doctor-block {
    margin-top: 0px;
  }
  #bio .main-page .about-block .title,
  #bio .main-page .about-block .button-wrap {
    text-align: center;
  }
  #blog-post .main-page .wrapper .container-1170 {
    padding: 0;
  }
  #blog-post .main-page .wrapper .section-1 {
    height: auto;
  }
  #blog-post .main-page .wrapper .section-1 .blogpost-hero {
    height: 125px;
  }
  #blog-post .main-page .wrapper .section-1 .blogpost-hero .left-image,
  #blog-post .main-page .wrapper .section-1 .blogpost-hero .right-image {
    width: 50%;
    float: left;
    height: 100%;
  }
  #blog-post .main-page .wrapper .section-1 .blogpost-hero .blogpost-hero-img {
    height: 100%;
    width: auto;
    min-width: 100%;
  }
  #blog-post .main-page .wrapper .section-3 {
    width: 100%;
    padding: 30px 0;
  }
  #blog-post .main-page .wrapper .section-3 .wrapper {
    padding-right: 0;
  }
  #blog-post .main-page .wrapper .section-3 .wrapper .blog-item {
    padding: 0 15px;
  }
  #blog-post .main-page .wrapper .section-3 .wrapper .blog-item .title {
    font-size: 2em;
  }
  #blog-post .main-page .wrapper .section-3 .wrapper .blog-item .share-block .left {
    width: 70%;
    font-size: 1em;
  }
  #blog-post .main-page .wrapper .section-3 .wrapper .blog-item .share-block .right {
    width: 30%;
  }
  #blog-post .main-page .wrapper .section-3 .wrapper .blog-item .share-block .right a {
    float: right;
  }
  #blog-post .main-page .wrapper .section-3 .wrapper .comments-block {
    padding: 0 15px;
  }
  #blog-post .main-page .wrapper .section-3 .wrapper .comments-block .title {
    border-bottom: none;
    font-size: 2em;
  }
  #blog-post .main-page .wrapper .section-3 .wrapper .comments-block .form-section {
    margin-top: 20px;
  }
  #blog-post .main-page .wrapper .section-3 .wrapper .comments-block .form-section input {
    width: 100%;
  }
  #blog-post .main-page .wrapper .section-3 .wrapper .comments-block .form-section .button-section {
    width: 100%;
    text-align: center;
  }
  #blog-post .main-page .wrapper .section-3 .wrapper .about-author {
    padding-right: 0;
  }
  #blog-post .main-page .wrapper .section-4 .container-1170 .copy-text {
    text-align: left;
    padding: 0 15px;
  }
  #blog .main-page .wrapper .section-1 {
    height: auto;
  }
  #blog .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #blog .main-page .wrapper .section-1 > .row .left-block .left-block-wrap {
    background-color: #171d42;
  }
  #blog .main-page .wrapper .section-2 > .container-1170 {
    padding: 0;
  }
  #blog .main-page .wrapper .section-2 .right-side {
    width: 100%;
  }
  #blog .main-page .wrapper .section-2 .right-side .learn-more-block,
  #blog .main-page .wrapper .section-2 .right-side .about-block,
  #blog .main-page .wrapper .section-2 .right-side .topics-block,
  #blog .main-page .wrapper .section-2 .right-side .search-block {
    width: 100%;
  }
  #blog .main-page .wrapper .section-3 {
    width: 100%;
    padding-right: 15px;
  }
  #blog .main-page .wrapper .section-3 .wrapper {
    width: 100%;
    padding-right: 0;
  }
  #blog .main-page .wrapper .section-3 .wrapper .blog-items .blog-item .read-more {
    margin-top: 10px;
  }
  #blog .main-page .wrapper .section-4 .wrapper .view-more {
    width: 100%;
  }
  #contact-us .main-page .wrapper .container-inner {
    width: 100%;
    padding: 0 15px;
  }
  #contact-us .main-page .bottom-section .copy-text {
    text-align: left;
  }
  #doctors-blog .main-page .wrapper,
  #author-bio .main-page .wrapper {
    padding: 0;
  }
  #doctors-blog .main-page .wrapper .main-section,
  #author-bio .main-page .wrapper .main-section {
    margin-bottom: 0;
  }
  #doctors-blog .main-page .wrapper .main-section .side-block,
  #author-bio .main-page .wrapper .main-section .side-block {
    margin-top: 0px;
  }
  #doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block,
  #author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block {
    overflow: hidden;
    padding: 20px 15px;
  }
  #doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image,
  #author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image {
    float: left;
    width: 45%;
    padding: 0 15px;
  }
  #doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block,
  #author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block {
    float: right;
    width: 55%;
  }
  #doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .social-icons,
  #author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .social-icons {
    text-align: center;
    padding-left: 10px;
  }
  #doctors-blog .main-page .wrapper .main-section .side-block .wrapper .doctor-block .social-icons .fa,
  #author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .social-icons .fa {
    margin-right: 7px;
  }
  #doctors-blog .main-page .wrapper .main-section .main,
  #author-bio .main-page .wrapper .main-section .main {
    padding-left: 0;
    margin-bottom: 0;
  }
  #doctors-blog .main-page .wrapper .main-section .main .main-block .title,
  #author-bio .main-page .wrapper .main-section .main .main-block .title {
    display: block;
  }
  #doctors-blog .main-page .wrapper .main-section .main .main-block > .title,
  #author-bio .main-page .wrapper .main-section .main .main-block > .title {
    display: none;
  }
  #doctors-blog .main-page .wrapper .main-section .main .main-block .blog-items,
  #author-bio .main-page .wrapper .main-section .main .main-block .blog-items {
    float: left;
    padding: 0 15px;
  }
  #doctors-blog .main-page .wrapper .main-section .main .main-block .blog-items .blog-item,
  #author-bio .main-page .wrapper .main-section .main .main-block .blog-items .blog-item {
    margin-top: 10px;
  }
  #doctors-blog .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .read-more,
  #author-bio .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .read-more {
    margin-top: 10px;
  }
  #doctors-blog .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .share-block .left,
  #author-bio .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .share-block .left {
    width: 70%;
  }
  #doctors-blog .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .share-block .right,
  #author-bio .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .share-block .right {
    width: 30%;
  }
  #doctors-blog .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .share-block .right a,
  #author-bio .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .share-block .right a {
    float: right;
  }
  #doctors-blog .main-page .wrapper .main-section .main .main-tabs ul,
  #author-bio .main-page .wrapper .main-section .main .main-tabs ul {
    background-color: #c9d1e0;
    background-color: rgba(201, 209, 224, 0.4);
  }
  #doctors-blog .main-page .wrapper .main-section .main .nav-wrapper,
  #author-bio .main-page .wrapper .main-section .main .nav-wrapper {
    float: left;
  }
  #doctors-blog .main-page .wrapper .main-section .main .nav-wrapper .main-tabs,
  #author-bio .main-page .wrapper .main-section .main .nav-wrapper .main-tabs {
    float: left;
    margin: 15px 0;
  }
  #doctors-blog .main-page .wrapper .main-section .main .nav-wrapper .main-tabs ul.list-inline,
  #author-bio .main-page .wrapper .main-section .main .nav-wrapper .main-tabs ul.list-inline {
    margin: 0;
  }
  #doctors-blog .main-page .wrapper .main-section .main .nav-wrapper .search-block,
  #author-bio .main-page .wrapper .main-section .main .nav-wrapper .search-block {
    float: left;
    position: relative;
    width: 100%;
    padding: 20px 10%;
    margin-bottom: 0px;
    margin-top: 15px;
  }
  #doctors-blog .main-page .wrapper .main-section .main .nav-wrapper .search-block .search-field,
  #author-bio .main-page .wrapper .main-section .main .nav-wrapper .search-block .search-field {
    font-size: 1.5em;
  }
  #doctors-blog .main-page .wrapper .main-section .main .nav-wrapper .search-block .search-button,
  #author-bio .main-page .wrapper .main-section .main .nav-wrapper .search-block .search-button {
    bottom: 28px;
    right: 10%;
  }
  #doctors-blog .main-page .wrapper .main-section .main .about-block,
  #author-bio .main-page .wrapper .main-section .main .about-block {
    float: left;
    text-align: center;
  }
  #doctors-blog .main-page .wrapper .main-section .main .about-block .copy-text,
  #author-bio .main-page .wrapper .main-section .main .about-block .copy-text {
    text-align: left;
  }
  #author-bio .main-page .wrapper .main-section .main .bio-section {
    padding: 0 15px;
  }
  #author-bio .main-page .wrapper .main-section .main .bio-section .title {
    margin-top: 30px;
  }
  #author-bio .main-page .wrapper .main-section .main .nav-wrapper {
    float: right;
  }
  #author-bio .main-page .wrapper .main-section .main .main-block {
    padding: 0;
    padding-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  #author-bio .main-page .wrapper .main-section .main .main-block > .title {
    display: block;
    width: 100%;
    padding: 0 15px;
  }
  #author-bio .main-page .wrapper .main-section .main .main-block .search-block {
    float: left;
    position: relative;
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 0px;
    margin-top: 15px;
  }
  #author-bio .main-page .wrapper .main-section .main .main-block .search-block .search-field {
    font-size: 1.5em;
    padding: 10px 0px 5px 0px;
  }
  #author-bio .main-page .wrapper .main-section .main .main-block .search-block .search-button {
    bottom: 28px;
    right: 15px;
  }
  #author-bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .social-icons {
    float: left;
    padding-left: 0;
  }
  #doctors-qa .main-page .wrapper {
    padding: 0;
  }
  #doctors-qa .main-page .wrapper .main-section {
    margin-bottom: 0;
  }
  #doctors-qa .main-page .wrapper .main-section .side-block {
    margin-top: 0px;
  }
  #doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block {
    overflow: hidden;
    padding: 20px 15px;
  }
  #doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image {
    float: left;
    width: 45%;
    padding: 0 15px;
  }
  #doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block {
    float: right;
    width: 55%;
  }
  #doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .social-icons {
    text-align: center;
    padding-left: 10px;
  }
  #doctors-qa .main-page .wrapper .main-section .side-block .wrapper .doctor-block .social-icons .fa {
    margin-right: 7px;
  }
  #doctors-qa .main-page .wrapper .main-section .main {
    padding-left: 0;
    margin-bottom: 0;
  }
  #doctors-qa .main-page .wrapper .main-section .main .main-block .title {
    display: block;
  }
  #doctors-qa .main-page .wrapper .main-section .main .main-block > .title {
    display: none;
  }
  #doctors-qa .main-page .wrapper .main-section .main .main-block .blog-items {
    float: left;
    padding: 0 15px;
  }
  #doctors-qa .main-page .wrapper .main-section .main .main-block .blog-items .blog-item {
    margin-top: 10px;
  }
  #doctors-qa .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .read-more {
    margin-top: 10px;
  }
  #doctors-qa .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .share-block .left {
    width: 70%;
  }
  #doctors-qa .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .share-block .right {
    width: 30%;
  }
  #doctors-qa .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .share-block .right a {
    float: right;
  }
  #doctors-qa .main-page .wrapper .main-section .main .main-tabs ul {
    background-color: #c9d1e0;
    background-color: rgba(201, 209, 224, 0.4);
  }
  #doctors-qa .main-page .wrapper .main-section .main .nav-wrapper {
    float: left;
  }
  #doctors-qa .main-page .wrapper .main-section .main .nav-wrapper .main-tabs {
    float: left;
    margin: 15px 0;
  }
  #doctors-qa .main-page .wrapper .main-section .main .nav-wrapper .main-tabs ul.list-inline {
    margin: 0;
  }
  #doctors-qa .main-page .wrapper .main-section .main .nav-wrapper .search-block {
    float: left;
    position: relative;
    width: 100%;
    padding: 20px 10%;
    margin-bottom: 0px;
    margin-top: 15px;
  }
  #doctors-qa .main-page .wrapper .main-section .main .nav-wrapper .search-block .search-field {
    font-size: 1.5em;
  }
  #doctors-qa .main-page .wrapper .main-section .main .nav-wrapper .search-block .search-button {
    bottom: 28px;
    right: 10%;
  }
  #doctors-qa .main-page .wrapper .main-section .main .about-block {
    float: left;
    text-align: center;
  }
  #doctors-qa .main-page .wrapper .main-section .main .about-block .copy-text {
    text-align: left;
  }
  #doctors-qa .main-page .wrapper .main-section .main .nav-wrapper .search-block {
    margin-bottom: 0;
    margin-top: 15px;
  }
  #doctors-qa .main-page .wrapper .main-section .main .main-block {
    float: left;
    margin-top: 15px;
  }
  #doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .single-blog-items {
    float: left;
    padding: 0 15px;
  }
  #doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .single-blog-items .qa-item,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .single-blog-items .single-blog-item {
    margin-top: 0;
    padding-top: 50px;
    border-bottom: 1px solid #171d42;
    border-color: rgba(23, 29, 66, 0.4);
  }
  #doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .right-block,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .single-blog-items .qa-item .right-block,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .right-block,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .single-blog-items .single-blog-item .right-block {
    margin-left: 70px;
  }
  #doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .left-block .text-logo,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .single-blog-items .qa-item .left-block .text-logo,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .left-block .text-logo,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .single-blog-items .single-blog-item .left-block .text-logo {
    width: 70px;
  }
  #doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item:first-child,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .single-blog-items .qa-item:first-child,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item:first-child,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .single-blog-items .single-blog-item:first-child {
    border-top: 1px solid #171d42;
    border-color: rgba(23, 29, 66, 0.4);
  }
  #doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .read-more,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .single-blog-items .qa-item .read-more,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .read-more,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .single-blog-items .single-blog-item .read-more {
    margin-top: 10px;
  }
  #doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .left,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .single-blog-items .qa-item .share-block .left,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .left,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .single-blog-items .single-blog-item .share-block .left {
    width: 75%;
  }
  #doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .single-blog-items .qa-item .share-block .right,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .single-blog-items .single-blog-item .share-block .right {
    width: 25%;
  }
  #doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .qa-item .share-block .right a,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .single-blog-items .qa-item .share-block .right a,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .qa-items .single-blog-item .share-block .right a,
  #doctors-qa .main-page .wrapper .main-section .main .main-block .single-blog-items .single-blog-item .share-block .right a {
    float: right;
  }
  #find-doctor-state .main-page .wrapper .section-1,
  #find-doctor .main-page .wrapper .section-1 {
    min-height: 0;
    height: auto;
  }
  #find-doctor-state .main-page .wrapper .section-1 > .row .left-block,
  #find-doctor .main-page .wrapper .section-1 > .row .left-block {
    height: auto;
  }
  #find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap,
  #find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap {
    background-color: #171d42;
  }
  #find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block,
  #find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .title,
  #find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .title {
    margin-bottom: 20px;
  }
  #find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap a,
  #find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap a {
    padding: 12px 20px;
  }
  #find-doctor-state .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block,
  #find-doctor .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .search-block {
    width: 100%;
  }
  #find-doctor-state .main-page .wrapper .section-1 > .row .right-block,
  #find-doctor .main-page .wrapper .section-1 > .row .right-block {
    height: 150px;
    background-position: 56%;
  }
  #find-doctor-state .main-page .wrapper .section-2 .wrapper .main-container > .title,
  #find-doctor .main-page .wrapper .section-2 .wrapper .main-container > .title {
    font-size: 2.3em;
  }
  #find-doctor-state .main-page .wrapper .section-2 .wrapper .main-container .team-members .team-member .copy-text .title,
  #find-doctor .main-page .wrapper .section-2 .wrapper .main-container .team-members .team-member .copy-text .title {
    font-size: 1.6em;
  }
  #find-doctor-state .main-page .wrapper .section-2 .wrapper .main-container .countries .country .title,
  #find-doctor .main-page .wrapper .section-2 .wrapper .main-container .countries .country .title {
    margin-bottom: 20px;
  }
  #find-doctor-state .main-page .wrapper .section-2 .wrapper .main-container .countries .right .second-col .country:last-child .title,
  #find-doctor .main-page .wrapper .section-2 .wrapper .main-container .countries .right .second-col .country:last-child .title {
    padding-top: 3px;
    margin-bottom: 32px;
  }
  #find-doctor-state .main-page .wrapper .section-2 .wrapper .main-container .countries .right .second-col .country:nth-child(3) .title,
  #find-doctor .main-page .wrapper .section-2 .wrapper .main-container .countries .right .second-col .country:nth-child(3) .title {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  #homepage .main-page .section-2 {
    padding: 0 15px;
  }
  #homepage .main-page .section-3 > .row .right-block {
    background-size: 155%;
    background-position: 0% 0px;
    height: 200px;
  }
  #homepage .main-page .section-4 {
    padding-bottom: 30px;
  }
  #homepage .main-page .section-4 .wrapper .title {
    margin: 25px 0;
  }
  #homepage .main-page .section-4 .wrapper .carousel {
    padding: 0 15px;
  }
  #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block {
    width: 100%;
  }
  #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block .arrow i {
    display: block;
    width: 13px;
    height: 23px;
    background-size: 26px;
  }
  #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block .arrow.left {
    left: 0px;
  }
  #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block .arrow.left a:hover i, #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block .arrow.left i:hover {
    background-position: 0px 24px;
  }
  #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block .arrow.right i {
    background-position: 13px 0;
  }
  #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block .arrow.right a:hover i, #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block .arrow.right i:hover {
    background-position: 13px 24px;
  }
  #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block ul.staff-items {
    padding: 0 7px;
  }
  #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block ul.staff-items .staff-item {
    width: 33.333%;
  }
  #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block ul.staff-items .staff-item:nth-child(n+4) {
    display: none;
  }
  #homepage .main-page .section-4 .wrapper .carousel .carousel-inner .staff-block ul.staff-items .staff-item .text {
    font-size: 95%;
  }
  #homepage .main-page .section-5 .row {
    display: block;
  }
  #homepage .main-page .section-5 .row .button-wrap {
    padding-left: 0;
  }
  #locations .main-page .wrapper {
    padding: 0;
  }
  #locations .main-page .wrapper .main-section {
    margin-bottom: 0;
  }
  #locations .main-page .wrapper .main-section .side-block {
    margin-top: 0px;
  }
  #locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block {
    overflow: hidden;
    padding: 20px 15px;
  }
  #locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image {
    float: left;
    width: 45%;
    padding: 0 15px;
  }
  #locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block {
    float: right;
    width: 55%;
  }
  #locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .social-icons {
    text-align: center;
    padding-left: 10px;
  }
  #locations .main-page .wrapper .main-section .side-block .wrapper .doctor-block .social-icons .fa {
    margin-right: 7px;
  }
  #locations .main-page .wrapper .main-section .main {
    padding-left: 0;
  }
  #locations .main-page .wrapper .main-section .main .main-content > .title {
    display: none;
  }
  #locations .main-page .wrapper .main-section .main .main-content .location-items {
    float: left;
    padding: 0 15px;
  }
  #locations .main-page .wrapper .main-section .main .main-content .location-items .location-item {
    position: relative;
    border-bottom: none;
  }
  #locations .main-page .wrapper .main-section .main .main-content .location-items .location-item .location-block {
    position: relative;
    overflow: hidden;
  }
  #locations .main-page .wrapper .main-section .main .main-content .location-items .location-item .location-block img {
    height: auto;
    width: 100%;
  }
  #member-support .main-page .wrapper {
    padding: 0;
  }
  #member-support .main-page .wrapper .section-1 {
    margin-bottom: 0;
  }
  #member-support .main-page .wrapper .section-1 .right-side {
    width: 100%;
  }
  #member-support .main-page .wrapper .section-1 .right-side .learn-more-block {
    display: none;
  }
  #member-support .main-page .wrapper .section-1 .about-block {
    text-align: center;
  }
  #member-support .main-page .wrapper .section-1 .about-block .copy-text {
    text-align: left;
  }
  #member-support .main-page .wrapper .section-3 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  #member-support .main-page .wrapper .section-3 .title {
    padding-top: 0px;
    text-align: center;
  }
  #member-support .main-page .wrapper .section-3 .copy-text {
    width: 100%;
  }
  #member-support .main-page .wrapper .section-2 {
    padding: 0 15px;
  }
  #member-support .main-page .wrapper .section-2 .copy-text {
    text-align: left;
  }
  #our-members .main-page .section-1 {
    height: auto;
  }
  #our-members .main-page .section-1 > .row .left-block .left-block-wrap {
    background-color: #fff;
  }
  #our-members .main-page .section-1 > .row .left-block .left-block-wrap .text-block {
    padding-left: 15px;
  }
  #our-members .main-page .section-1 > .row .left-block .left-block-wrap .text-block .title {
    margin-top: 20px;
    color: #171d42;
  }
  #our-members .main-page .section-1 > .row .left-block .left-block-wrap .text-block .copy-text p {
    color: #171d42;
  }
  #our-members .main-page .section-1 > .row .right-block {
    height: 250px;
  }
  #our-members .main-page .section-2 .staff-block {
    margin-top: 0;
  }
  #our-members .main-page .section-2 .staff-block ul.staff-items .staff-item {
    width: 33.333%;
    min-height: 180px;
  }
  #our-members .main-page .section-2 .staff-block ul.staff-items .staff-item .text {
    font-size: 95%;
  }
  #qa-post .main-page .wrapper {
    padding: 0;
  }
  #qa-post .main-page .wrapper aside.right-side .search-block .search-button {
    bottom: 24px;
  }
  #qa-post .main-page .wrapper .section-1 {
    padding: 0;
  }
  #qa-post .main-page .wrapper .section-1 .wrapper .right-side {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #qa-post .main-page .wrapper .section-1 .wrapper .right-side .search-block {
    padding: 5px 25px 15px 25px;
  }
  #qa-post .main-page .wrapper .section-3 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #qa-post .main-page .wrapper .section-3 .wrapper {
    position: relative;
  }
  #qa-post .main-page .wrapper .section-3 .wrapper > .share-block {
    position: absolute;
    right: 0;
    top: 6px;
  }
  #qa-post .main-page .wrapper .section-3 .wrapper > .title {
    font-size: 1.5em;
    font-size: 5.5vw;
  }
  #qa-post .main-page .wrapper .section-3 .wrapper .comments-block {
    margin-left: 0px;
  }
  #qa-post .main-page .wrapper .section-3 .wrapper .comments-block .title {
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
  }
  #qa-post .main-page .wrapper .section-3 .wrapper .comments-block .form-section input,
  #qa-post .main-page .wrapper .section-3 .wrapper .comments-block .form-section .button-section {
    width: 100%;
  }
  #qa-post .main-page .wrapper .section-3 .wrapper .comments-block .form-section .button-section {
    text-align: center;
  }
  #qa-post .main-page .wrapper .section-3 .wrapper .question-block {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #qa-post .main-page .wrapper .section-3 .wrapper .question-block .image-block {
    display: block;
  }
  #qa-post .main-page .wrapper .section-3 .wrapper .question-block .image-block .image {
    padding-right: 30px;
  }
  #qa-post .main-page .wrapper .section-3 .wrapper .answer-block .answer .qa-item .right-block,
  #qa-post .main-page .wrapper .section-3 .wrapper .answer-block .answer .single-blog-item .right-block {
    margin-left: 100px;
  }
  #qa-post .main-page .wrapper .section-3 .wrapper .answer-block .answer .qa-item .left-block .text-logo,
  #qa-post .main-page .wrapper .section-3 .wrapper .answer-block .answer .single-blog-item .left-block .text-logo {
    width: 100px;
  }
  #qa-post .main-page .wrapper .section-4 {
    padding: 0 15px;
  }
  #qa-post .main-page .wrapper .section-4 .copy-text {
    text-align: left;
  }
  #qa-topic .section-1 .wrapper,
  #blog-topic .section-1 .wrapper {
    padding: 0;
  }
  #qa-topic .section-1 .wrapper aside.right-side,
  #blog-topic .section-1 .wrapper aside.right-side {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #qa-topic .section-1 .wrapper aside.right-side .search-block,
  #blog-topic .section-1 .wrapper aside.right-side .search-block {
    padding: 15px 25px 25px 25px;
  }
  #qa-topic .section-3,
  #blog-topic .section-3 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #qa-topic .section-3 .wrapper .qa-items .qa-item .right-block .read-more,
  #blog-topic .section-3 .wrapper .qa-items .qa-item .right-block .read-more,
  #qa-topic .section-3 .wrapper .single-blog-items .qa-item .right-block .read-more,
  #blog-topic .section-3 .wrapper .single-blog-items .qa-item .right-block .read-more,
  #qa-topic .section-3 .wrapper .qa-items .single-blog-item .right-block .read-more,
  #blog-topic .section-3 .wrapper .qa-items .single-blog-item .right-block .read-more,
  #qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .right-block .read-more,
  #blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .right-block .read-more {
    margin-top: 10px;
  }
  #qa-topic .section-3 .wrapper .title.main,
  #blog-topic .section-3 .wrapper .title.main {
    font-size: 1.3em;
    font-size: 5.5vw;
    font-weight: 600;
  }
  #qa-topic .section-4 .wrapper .view-more,
  #blog-topic .section-4 .wrapper .view-more {
    width: 100%;
  }
  #qa-topic .section-5,
  #blog-topic .section-5 {
    padding: 0 15px;
  }
  #qa-topic .section-5 .container-1170,
  #blog-topic .section-5 .container-1170 {
    padding: 30px 0;
  }
  #qa-topic .section-5 .copy-text,
  #blog-topic .section-5 .copy-text {
    text-align: left;
  }
  #qa .main-page .wrapper .section-1 {
    height: auto;
  }
  #qa .main-page .wrapper .section-1 > .row .left-block .left-block-wrap {
    background-color: #171d42;
  }
  #qa .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #qa .main-page .wrapper .section-1 > .row .left-block .left-block-wrap .text-block .title {
    font-size: 2.2em;
  }
  #qa .main-page .wrapper .section-2 .wrapper {
    padding: 0;
  }
  #qa .main-page .wrapper .section-2 .section-3 {
    width: 100%;
    padding-right: 15px;
  }
  #qa .main-page .wrapper .section-2 .section-3 .wrapper .top-questions {
    margin-left: -15px;
    margin-right: -15px;
  }
  #qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .image-block {
    display: block;
  }
  #qa .main-page .wrapper .section-4 .container-1170 {
    padding: 0 !important;
  }
  #qa .main-page .wrapper .section-5 .container-1170 .copy-text {
    width: 100%;
    padding: 0 15px;
    text-align: left;
  }
  #transplant-basics .main-page .section-1 {
    height: auto;
  }
  #transplant-basics .main-page .section-1 > .row .left-block .left-block-wrap {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #171d42;
  }
  #transplant-basics .main-page .section-1 > .row .left-block .left-block-wrap .text-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  #transplant-basics .main-page .section-1 > .row .left-block .left-block-wrap .text-block .button-wrap .signup-button {
    width: auto;
    margin-left: 0;
  }
  #transplant-basics .main-page .section-1 > .row .right-block {
    height: 260px;
  }
  #transplant-basics .main-page .section-2 {
    height: auto;
  }
  #transplant-basics .main-page .section-2 > .row {
    margin-left: 0;
    margin-right: 0;
  }
  #transplant-basics .main-page .section-2 > .row .left-block {
    float: left;
  }
  #transplant-basics .main-page .section-2 > .row .left-block .left-block-wrap {
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #transplant-basics .main-page .section-2 > .row .left-block .left-block-wrap .text-block {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #transplant-basics .main-page .section-2 > .row .left-block .left-block-wrap .text-block .copy-text {
    text-align: left;
  }
  #transplant-basics .main-page .section-2 > .row .right-block {
    position: relative;
    float: left;
    height: 260px;
    width: 100%;
  }
  #transplant-basics .main-page .section-3 > .title {
    margin: 30px 0;
  }
  #transplant-basics .main-page .section-3 .row .procedure-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  #transplant-basics .main-page .section-3 .row .procedure-item .image {
    width: 20%;
  }
  #transplant-basics .main-page .section-3 .row .procedure-item .text-block {
    width: 80%;
  }
  #transplant-basics .main-page .section-4 .row {
    display: block;
  }
  #transplant-basics .main-page .section-4 .row .left-block,
  #transplant-basics .main-page .section-4 .row .right-block {
    display: block;
    width: 100%;
    float: left;
  }
  #transplant-basics .main-page .section-4 .row .left-block .left.block-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  #transplant-basics .main-page .section-4 .row .right-block .right.block-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  #transplant-basics .main-page .section-4 .row .block-inner {
    margin: 45px 0;
    max-width: none;
    padding-right: 15px;
    padding-left: 15px;
  }
  #transplant-basics .main-page .section-4 .row .block-inner .title {
    text-align: center;
  }
  #transplant-basics .main-page .section-4 .row .block-inner .more {
    text-align: right;
  }
  #transplant-basics .main-page .section-5 {
    padding: 0 15px;
  }
  #transplant-basics .main-page .section-5 .container-1170 {
    padding: 45px 0;
  }
  #transplant-basics .main-page .section-5 .copy-text {
    text-align: left;
  }
  #team .main-page .wrapper {
    padding: 0;
  }
  #team .main-page .wrapper .main-section {
    margin-bottom: 0;
  }
  #team .main-page .wrapper .main-section .side-block {
    margin-top: 0px;
  }
  #team .main-page .wrapper .main-section .side-block .wrapper .doctor-block {
    overflow: hidden;
    padding: 20px 15px;
  }
  #team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image {
    float: left;
    width: 45%;
    padding: 0 15px;
  }
  #team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block {
    float: right;
    width: 55%;
  }
  #team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .social-icons {
    text-align: center;
    padding-left: 10px;
  }
  #team .main-page .wrapper .main-section .side-block .wrapper .doctor-block .social-icons .fa {
    margin-right: 7px;
  }
  #team .main-page .wrapper .main-section .main {
    padding-left: 0;
    margin-bottom: 0;
  }
  #team .main-page .wrapper .main-section .main .main-block .title {
    display: block;
  }
  #team .main-page .wrapper .main-section .main .main-block > .title {
    display: none;
  }
  #team .main-page .wrapper .main-section .main .main-block .blog-items {
    float: left;
    padding: 0 15px;
  }
  #team .main-page .wrapper .main-section .main .main-block .blog-items .blog-item {
    margin-top: 10px;
  }
  #team .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .read-more {
    margin-top: 10px;
  }
  #team .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .share-block .left {
    width: 70%;
  }
  #team .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .share-block .right {
    width: 30%;
  }
  #team .main-page .wrapper .main-section .main .main-block .blog-items .blog-item .share-block .right a {
    float: right;
  }
  #team .main-page .wrapper .main-section .main .main-tabs ul {
    background-color: #c9d1e0;
    background-color: rgba(201, 209, 224, 0.4);
  }
  #team .main-page .wrapper .main-section .main .nav-wrapper {
    float: left;
  }
  #team .main-page .wrapper .main-section .main .nav-wrapper .main-tabs {
    float: left;
    margin: 15px 0;
  }
  #team .main-page .wrapper .main-section .main .nav-wrapper .main-tabs ul.list-inline {
    margin: 0;
  }
  #team .main-page .wrapper .main-section .main .nav-wrapper .search-block {
    float: left;
    position: relative;
    width: 100%;
    padding: 20px 10%;
    margin-bottom: 0px;
    margin-top: 15px;
  }
  #team .main-page .wrapper .main-section .main .nav-wrapper .search-block .search-field {
    font-size: 1.5em;
  }
  #team .main-page .wrapper .main-section .main .nav-wrapper .search-block .search-button {
    bottom: 28px;
    right: 10%;
  }
  #team .main-page .wrapper .main-section .main .about-block {
    float: left;
    text-align: center;
  }
  #team .main-page .wrapper .main-section .main .about-block .copy-text {
    text-align: left;
  }
  #team .main-page .wrapper .main-section .main .main-tabs {
    float: left;
    margin-top: 15px;
  }
  #team .main-page .wrapper .main-section .main .team-members {
    float: left;
    padding: 0 15px;
  }
  #resources .main-page .wrapper .section-1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #resources .main-page .wrapper .section-1 > .title {
    text-align: center;
  }
  #transplant-basics-copy .main-page .wrapper,
  #code-of-ethics .main-page .wrapper,
  #care-in-treatment .main-page .wrapper,
  #patients-rights .main-page .wrapper {
    padding: 0;
  }
  #transplant-basics-copy .main-page .wrapper .section-1 .right-side,
  #code-of-ethics .main-page .wrapper .section-1 .right-side,
  #care-in-treatment .main-page .wrapper .section-1 .right-side,
  #patients-rights .main-page .wrapper .section-1 .right-side {
    width: 100%;
    padding-left: 0;
  }
  #transplant-basics-copy .main-page .wrapper .section-1 .right-side .topics-block,
  #code-of-ethics .main-page .wrapper .section-1 .right-side .topics-block,
  #care-in-treatment .main-page .wrapper .section-1 .right-side .topics-block,
  #patients-rights .main-page .wrapper .section-1 .right-side .topics-block {
    padding: 25px 15px;
  }
  #transplant-basics-copy .main-page .wrapper .section-2,
  #code-of-ethics .main-page .wrapper .section-2,
  #care-in-treatment .main-page .wrapper .section-2,
  #patients-rights .main-page .wrapper .section-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  #transplant-basics-copy .main-page .wrapper .section-2 .wrapper .top-section,
  #code-of-ethics .main-page .wrapper .section-2 .wrapper .top-section,
  #care-in-treatment .main-page .wrapper .section-2 .wrapper .top-section,
  #patients-rights .main-page .wrapper .section-2 .wrapper .top-section {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  #transplant-basics-copy .main-page .wrapper .section-2 .wrapper .top-section .title,
  #code-of-ethics .main-page .wrapper .section-2 .wrapper .top-section .title,
  #care-in-treatment .main-page .wrapper .section-2 .wrapper .top-section .title,
  #patients-rights .main-page .wrapper .section-2 .wrapper .top-section .title {
    padding-top: 15px;
  }
  #transplant-basics-copy .main-page .wrapper .section-2 .wrapper .text-section .text-items .text-item .title,
  #code-of-ethics .main-page .wrapper .section-2 .wrapper .text-section .text-items .text-item .title,
  #care-in-treatment .main-page .wrapper .section-2 .wrapper .text-section .text-items .text-item .title,
  #patients-rights .main-page .wrapper .section-2 .wrapper .text-section .text-items .text-item .title {
    padding: 0px 0 20px 0;
  }
  #transplant-basics-copy .main-page .wrapper .section-3 .row,
  #code-of-ethics .main-page .wrapper .section-3 .row,
  #care-in-treatment .main-page .wrapper .section-3 .row,
  #patients-rights .main-page .wrapper .section-3 .row {
    display: block;
  }
  #transplant-basics-copy .main-page .wrapper .section-3 .row .left-block,
  #code-of-ethics .main-page .wrapper .section-3 .row .left-block,
  #care-in-treatment .main-page .wrapper .section-3 .row .left-block,
  #patients-rights .main-page .wrapper .section-3 .row .left-block,
  #transplant-basics-copy .main-page .wrapper .section-3 .row .right-block,
  #code-of-ethics .main-page .wrapper .section-3 .row .right-block,
  #care-in-treatment .main-page .wrapper .section-3 .row .right-block,
  #patients-rights .main-page .wrapper .section-3 .row .right-block {
    display: block;
    width: 100%;
    float: left;
  }
  #transplant-basics-copy .main-page .wrapper .section-3 .row .left-block .left.block-inner,
  #code-of-ethics .main-page .wrapper .section-3 .row .left-block .left.block-inner,
  #care-in-treatment .main-page .wrapper .section-3 .row .left-block .left.block-inner,
  #patients-rights .main-page .wrapper .section-3 .row .left-block .left.block-inner {
    padding-right: 15px;
  }
  #transplant-basics-copy .main-page .wrapper .section-3 .row .right-block .right.block-inner,
  #code-of-ethics .main-page .wrapper .section-3 .row .right-block .right.block-inner,
  #care-in-treatment .main-page .wrapper .section-3 .row .right-block .right.block-inner,
  #patients-rights .main-page .wrapper .section-3 .row .right-block .right.block-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  #transplant-basics-copy .main-page .wrapper .section-3 .row .block-inner,
  #code-of-ethics .main-page .wrapper .section-3 .row .block-inner,
  #care-in-treatment .main-page .wrapper .section-3 .row .block-inner,
  #patients-rights .main-page .wrapper .section-3 .row .block-inner {
    max-width: none;
    padding-right: 15px;
    padding-left: 15px;
    margin: 45px 0;
  }
  #transplant-basics-copy .main-page .wrapper .section-3 .row .block-inner .title,
  #code-of-ethics .main-page .wrapper .section-3 .row .block-inner .title,
  #care-in-treatment .main-page .wrapper .section-3 .row .block-inner .title,
  #patients-rights .main-page .wrapper .section-3 .row .block-inner .title {
    text-align: center;
  }
  #transplant-basics-copy .main-page .wrapper .section-3 .row .block-inner .more,
  #code-of-ethics .main-page .wrapper .section-3 .row .block-inner .more,
  #care-in-treatment .main-page .wrapper .section-3 .row .block-inner .more,
  #patients-rights .main-page .wrapper .section-3 .row .block-inner .more {
    text-align: right;
  }
  #transplant-basics-copy .main-page .wrapper .section-4,
  #code-of-ethics .main-page .wrapper .section-4,
  #care-in-treatment .main-page .wrapper .section-4,
  #patients-rights .main-page .wrapper .section-4 {
    padding: 0 15px;
  }
  #transplant-basics-copy .main-page .wrapper .section-4 .container-1170,
  #code-of-ethics .main-page .wrapper .section-4 .container-1170,
  #care-in-treatment .main-page .wrapper .section-4 .container-1170,
  #patients-rights .main-page .wrapper .section-4 .container-1170 {
    padding: 45px 0;
  }
  #transplant-basics-copy .main-page .wrapper .section-4 .copy-text,
  #code-of-ethics .main-page .wrapper .section-4 .copy-text,
  #care-in-treatment .main-page .wrapper .section-4 .copy-text,
  #patients-rights .main-page .wrapper .section-4 .copy-text {
    text-align: left;
  }
  #video .main-page .wrapper {
    padding: 0;
  }
  #video .main-page .wrapper .main-section {
    margin-bottom: 0;
  }
  #video .main-page .wrapper .main-section .side-block .wrapper .doctor-block {
    overflow: hidden;
    padding: 20px 15px;
  }
  #video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .image {
    float: left;
    width: 45%;
    padding: 0 15px;
  }
  #video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block {
    float: right;
    width: 55%;
  }
  #video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .social-icons {
    text-align: center;
    padding-left: 10px;
  }
  #video .main-page .wrapper .main-section .side-block .wrapper .doctor-block .social-icons .fa {
    margin-right: 7px;
  }
  #video .main-page .wrapper .main-section .main {
    padding-left: 0;
  }
  #video .main-page .wrapper .main-section .main .main-block .info-blocks {
    padding: 0 15px;
  }
  #video .main-page .wrapper .main-section .main .main-block .info-blocks .info-block .title {
    margin-bottom: 10px;
  }
  #video .main-page .wrapper .main-section .main .main-block .about-block .title,
  #video .main-page .wrapper .main-section .main .main-block .about-block .button-wrap {
    text-align: center;
  }
  #video .main-page .wrapper .main-section .side-block {
    margin-top: 0px;
  }
  #video .main-page .wrapper .main-section .main .main-content {
    float: left;
    padding: 0 15px;
  }
  #video .main-page .wrapper .main-section .main .main-content .video-items .video-item {
    display: block;
  }
  #video .main-page .wrapper .main-section .main .main-content .video-items .video-item .copy-text {
    margin-top: 15px;
  }
  #video .main-page .wrapper .main-section .main .main-content .video-items .video-item .video-block .button a .fa {
    font-size: 8em;
    font-size: 24vw;
  }
}
@media screen and (max-width: 560px) {
  /* about the societu hero buttons */
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .buttons-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .buttons-wrapper .button-wrap {
    width: 50%;
    text-align: center;
    padding-left: 0;
    padding-right: 15px;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .buttons-wrapper .button-wrap:nth-child(1) {
    text-align: center;
    padding-left: 15px;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .buttons-wrapper .button-wrap:nth-child(2) {
    text-align: center;
    padding-left: 15px;
  }
}
@media screen and (min-width: 469px) and (max-width: 768px) {
  #about-the-society .main-page .section-6 .row .block-inner.right {
    padding-left: 85px;
  }
}
@media screen and (min-width: 469px) and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
  #homepage .main-page .section-1 > .row .left-block .left-block-wrap .text-block .copy-text {
    padding-bottom: 0;
  }
  #homepage .main-page .section-2 .container-1170 {
    padding: 25px 0;
  }
  #homepage .main-page .section-2 .container-1170 .button-wrap {
    padding-top: 0;
  }
  #homepage .main-page .section-3 > .row .left-block .left-block-wrap .text-block .button-wrap {
    padding-top: 0;
  }
  #homepage .main-page .section-3 > .row .left-block .left-block-wrap .text-block .copy-text {
    padding-bottom: 0;
  }
  #transplant-basics .main-page .section-3 .row .procedure-item {
    min-height: 280px;
  }
}
@media screen and (max-width: 468px) {
  body {
    font-size: 13px;
  }
  header .navbar.navbar-default .navbar-header .navbar-right {
    font-size: 14px;
  }
  header .navbar.navbar-default .navbar-header .navbar-brand {
    width: 38%;
  }
  header .navbar.navbar-default .navbar-header ul.nav.navbar-nav li a {
    font-size: .8em;
  }
  footer .wrapper .bottom-footer {
    padding: 12px 15px 8px 15px;
  }
  footer .wrapper .bottom-footer .medium-block {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  footer .wrapper .bottom-footer .medium-block .button-wrap {
    padding: 0 15px;
  }
  footer .wrapper .bottom-footer .left-block {
    font-size: 14px;
    width: 50%;
    z-index: 1000;
  }
  footer .wrapper .bottom-footer .left-block ul.nav.navbar-nav {
    width: 200%;
    margin: 0;
    margin-top: 29px;
    padding-left: 11px;
  }
  footer .wrapper .bottom-footer .left-block ul.nav.navbar-nav li {
    float: left;
    width: auto;
  }
  footer .wrapper .bottom-footer .left-block ul.nav.navbar-nav li:last-child a {
    width: 110px;
  }
  footer .wrapper .bottom-footer .left-block ul.nav.navbar-nav li a {
    padding: 0 7px;
  }
  footer .wrapper .bottom-footer .left-block a {
    display: block;
    width: 100%;
    text-align: right;
  }
  footer .wrapper .bottom-footer .left-block a img {
    display: inline-block;
    max-width: 150px;
  }
  footer .wrapper .bottom-footer .right-block {
    width: 50%;
    font-size: 14px;
  }
  footer .wrapper .bottom-footer .right-block a {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 40px;
  }
  footer .wrapper .bottom-footer .right-block a img {
    display: inline-block;
    max-width: 100%;
    width: 90px;
  }
  footer .wrapper .bottom-footer .right-block .copyright-text {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  footer .wrapper .bottom-footer .right-block .copyright-text .inner-text {
    display: block;
    margin: 0 auto;
    max-width: 228px;
  }
  .blog-item .share-block .left {
    width: 70%;
  }
  .bottom-footer .left-block {
    font-size: 14px;
  }
  .bottom-footer .left-block ul.nav.navbar-nav {
    padding-left: 11px;
  }
  .bottom-footer .left-block ul.nav.navbar-nav li:last-child a {
    width: 110px;
  }
  .bottom-footer .left-block ul.nav.navbar-nav li a {
    padding: 0 7px;
  }
  .bottom-footer .right-block .copyright-text .inner-text {
    display: block;
    margin: 0 auto;
    max-width: 228px;
  }
  .social-icons .fa {
    width: 25px;
    height: 25px;
  }
  .social-icons .fa.fa-facebook:before {
    top: 6px;
    left: 7px;
  }
  .social-icons .fa.fa-linkedin:before {
    top: 5px;
    left: 6px;
  }
  .social-icons .fa.fa-twitter:before {
    top: 6px;
    left: 6px;
  }
  .social-icons .fa:before {
    font-size: 12px;
  }
  #apply-membership .main-page .wrapper .form-section {
    padding: 0px;
  }
  #homepage .main-page .section-1 > .row .right-block {
    background-size: auto 100%;
    background-position: 76% 100%;
  }
  #homepage .main-page .section-1 > .row .left-block .left-block-wrap .text-block .copy-text {
    margin: 26px 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  #homepage .main-page .section-2 .container-1170 {
    padding: 30px 0px;
  }
  #homepage .main-page .section-2 .container-1170 .button-wrap {
    padding-top: 0;
  }
  #homepage .main-page .section-3 > .row .right-block {
    background-size: auto 100%;
    background-position: 0% 0px;
  }
  #homepage .main-page .section-3 > .row .left-block .left-block-wrap .text-block .copy-text {
    padding-bottom: 0;
  }
  #homepage .main-page .section-3 > .row .left-block .left-block-wrap .text-block .button-wrap {
    padding-top: 0;
  }
  #homepage .main-page .section-5 .row .block-inner {
    margin: 25px 0;
  }
  #blog .main-page .wrapper .section-1 > .row .right-block {
    height: 160px;
    background-position: 95%;
  }
  /* about the societu hero buttons */
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .buttons-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .buttons-wrapper .button-wrap {
    width: 50%;
    text-align: center;
    padding-left: 0;
    padding-right: 15px;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .buttons-wrapper .button-wrap:nth-child(1) {
    text-align: center;
    padding-left: 15px;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .buttons-wrapper .button-wrap:nth-child(1) .signup-button {
    padding: 15px 20px;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .buttons-wrapper .button-wrap:nth-child(2) {
    text-align: center;
    padding-left: 15px;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .buttons-wrapper .button-wrap .signup-button {
    padding: 15px 20px;
  }
  #about-the-society .main-page .section-1 > .row .left-block .left-block-wrap .text-block .buttons-wrapper .button-wrap .signup-button span {
    font-size: 1.1em;
  }
  #qa .main-page .wrapper .section-1 > .row .right-block {
    height: 180px;
    background-position: 90%;
  }
  #qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .left-block .text-logo {
    width: 60px;
  }
  #qa .main-page .wrapper .section-2 .section-3 .wrapper .question-block .text-block .qa-item .right-block {
    margin-left: 60px;
  }
  #qa-post .main-page .wrapper .section-3 .wrapper > .title {
    padding-bottom: 12px;
    font-size: 1.3em;
    font-size: 5.5vw;
    font-weight: 600;
  }
  #qa-post .main-page .wrapper .section-3 .wrapper > .share-block {
    top: 2px;
  }
  #qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .left-block .text-logo {
    width: 60px;
  }
  #qa-post .main-page .wrapper .section-3 .wrapper .question-block .text-block .qa-item .right-block {
    margin-left: 60px;
  }
  #qa-post .main-page .wrapper .section-3 .wrapper .answer-block .answer .qa-item .right-block {
    margin-left: 60px;
  }
  #qa-post .main-page .wrapper .section-3 .wrapper .answer-block .answer .qa-item .left-block .text-logo {
    width: 60px;
  }
  #qa-topic .breadcrumb,
  #blog-topic .breadcrumb {
    padding-bottom: 0;
  }
  #qa-topic .section-3 .wrapper .qa-items .qa-item .left-block .text-logo,
  #blog-topic .section-3 .wrapper .qa-items .qa-item .left-block .text-logo,
  #qa-topic .section-3 .wrapper .single-blog-items .qa-item .left-block .text-logo,
  #blog-topic .section-3 .wrapper .single-blog-items .qa-item .left-block .text-logo,
  #qa-topic .section-3 .wrapper .qa-items .single-blog-item .left-block .text-logo,
  #blog-topic .section-3 .wrapper .qa-items .single-blog-item .left-block .text-logo,
  #qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .left-block .text-logo,
  #blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .left-block .text-logo {
    width: 60px;
  }
  #qa-topic .section-3 .wrapper .qa-items .qa-item .right-block,
  #blog-topic .section-3 .wrapper .qa-items .qa-item .right-block,
  #qa-topic .section-3 .wrapper .single-blog-items .qa-item .right-block,
  #blog-topic .section-3 .wrapper .single-blog-items .qa-item .right-block,
  #qa-topic .section-3 .wrapper .qa-items .single-blog-item .right-block,
  #blog-topic .section-3 .wrapper .qa-items .single-blog-item .right-block,
  #qa-topic .section-3 .wrapper .single-blog-items .single-blog-item .right-block,
  #blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .right-block {
    margin-left: 60px;
  }
  #blog-topic .section-3 .wrapper .single-blog-items .single-blog-item .right-block {
    margin-left: 0;
  }
  #our-members .main-page .section-1 > .row .right-block {
    height: 200px;
  }
  #team .main-page .wrapper .main-section .main .team-members .team-member {
    margin: 40px 0 20px 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  #team .main-page .wrapper .main-section .main .team-members .team-member .image {
    min-width: 65px;
    width: 65px;
    margin-top: 10px;
  }
  #transplant-basics-copy .main-page .wrapper .section-2 .wrapper .top-section .button-wrap,
  #code-of-ethics .main-page .wrapper .section-2 .wrapper .top-section .button-wrap,
  #care-in-treatment .main-page .wrapper .section-2 .wrapper .top-section .button-wrap,
  #patients-rights .main-page .wrapper .section-2 .wrapper .top-section .button-wrap {
    padding-left: 0;
  }
  .pagination {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .pagination::before,
  .pagination::after {
    content: '';
    width: 100%;
    order: 1;
    -webkit-order: 1;
  }
  .pagination > li {
    display: inline-block;
  }
  .pagination > li:nth-last-child(-n+2) {
    order: 2;
    -webkit-order: 2;
  }
  .pagination > li.prev,
  .pagination > li.next {
    padding-top: 10px;
  }
}
@media screen and (max-width: 350px) {
  header .navbar.navbar-default .navbar-header .navbar-brand {
    width: 30%;
  }
  header .navbar.navbar-default .navbar-header .navbar-right {
    font-size: 13px;
  }
  header .navbar.navbar-default .navbar-header .navbar-right li:first-child a {
    min-width: 150px;
  }
}

.inner-text .icon {
  font-size: 0.75em;
}

.inner-text .love .icon {
  font-size: 0.75em;
  margin-left: 2px;
  margin-right: 2px;
}

.love > a {
  float: none;
}

b, strong {
  font-weight: bold; 
}

.copy-text a {
  color: #337ab7;
}

.copy-text a:hover {
  text-decoration: underline;
}

.web-field a {
  font: inherit; font-family: 'Work Sans'; /*color: #337ab7;*/ color: #171d42;
}

.email-field a {
  font: inherit; font-family: 'Work Sans'; /*color: #337ab7;*/ color: #171d42;
}

.web-field a:hover {
  text-decoration: underline;
}

.email-field a:hover {
  text-decoration: underline;
}

#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .button-wrap span {
  color: #FFF;
}

#bio .main-page .wrapper .main-section .side-block .wrapper .doctor-block .text-block .button-wrap a:hover span {
  color: #d01715;
}

.social-icons .fa.fa-youtube:before {
  top: 6px;
  left: 8px;
}

#bio .text-block ul li {
  list-style: disc;
  margin-left: 15px;
  line-height: normal;
  font-weight: 300;
}

.sharer-0 {
  display: none;
}

@-moz-document url-prefix() {
  .left-block ul.nav.navbar-nav {
    float: none;
  }
}

@media screen and (max-width: 468px) {
  #homepage .main-page .section-3 > .row .right-block {
    background-size: auto 120%;
    background-position: 0% 0px;
  }
}

@media screen and (max-width: 350px) {
  #homepage .main-page .section-3 > .row .right-block {
    background-size: auto 100%;
    background-position: 0% 0px;
  }
}

.podcast-video {
  width: 100%;
  min-height: inherit;
  height: 500px;
}
