/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align=left] {
  display: block;
  float: left; }

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 26px;
  color: #111111;
  background-color: white;
  padding-top: 26px; }

.container {
  width: 897px;
  margin: 0 auto; }

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 617px;
    float: left;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #dddddd; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 280px;
    float: right;
    padding: 26px 26px 0 26px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #dd0000;
  text-decoration: none; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #dddddd; }
  .menu a {
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #eeeeee;
    padding: 8px 13px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dddddd; }
  .menu a:hover {
    background-color: #dddddd; }
  .menu li {
    position: relative;
    float: left;
    margin-bottom: -1px; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border-color: #dddddd;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 166px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 166px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: #dddddd; }
  .menu li:hover > .sub-menu {
    display: block; }
  .menu .current-menu-item > a {
    border-bottom-color: white;
    background-color: white;
    cursor: text; }

.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 8px 13px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #dddddd;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: #dddddd; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #dddddd;
  padding: 26px; }

#site_title {
  font-size: 42px;
  line-height: 1.31em;
  font-weight: bold;
  color: #111111; }
  #site_title a {
    color: #111111; }
    #site_title a:hover {
      color: #dd0000; }
  #site_title + #site_tagline {
    margin-top: 6px; }

#site_tagline {
  font-size: 16px;
  color: #888888;
  line-height: 1.5em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt {
  font-size: 16px;
  line-height: 26px; }
  .grt h1,
  .grt .headline {
    font-size: 33px;
    line-height: 49px; }
  .grt h1 {
    margin-bottom: 26px; }
  .grt .headline {
    color: #111111;
    margin: 0; }
    .grt .headline a {
      color: #111111; }
      .grt .headline a:hover {
        color: #dd0000; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #111111; }
  .grt h2 {
    font-size: 26px;
    line-height: 39px;
    margin-top: 42px;
    margin-bottom: 16px; }
  .grt h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 36px;
    margin-bottom: 10px; }
  .grt h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 6px; }
  .grt h1 + h2,
  .grt h2 + h3 {
    margin-top: 0; }
      .grt .post_content h2:first-child,
      .grt .post_content h3:first-child {
        margin-top: 0; }
  .grt ul {
    list-style-type: square; }
    .grt ul li a {
      text-decoration: underline; }
      .grt ul li a:hover {
        text-decoration: none; }
  .grt blockquote {
    color: #888888;
    padding-left: 16px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 26px;
      line-height: 37px;
      padding-left: 0;
      border: 0;
      margin-bottom: 16px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 14px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 3px 4px;
    border-radius: 6px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 16px 16px 16px 10px;
    border-left: 6px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 3px 4px;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 16px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #dddddd; }
  .grt .box {
    background-color: #ffe2e2;
    border: 1px solid #ffb2b2; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 22px;
    padding-top: 26px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 26px; }
    .grt fieldset legend {
      font-size: 20px;
      line-height: 32px;
      font-weight: bold;
      margin-bottom: 6px; }
  .grt .avatar {
    width: 71px;
    height: 71px;
    float: right;
    clear: both;
    margin-left: 16px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 22px; }
  .grt .caption {
    margin-top: -16px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 16px;
    border: 1px solid #dddddd; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 22px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 16px; }
  .grt .drop_cap {
    font-size: 52px;
    line-height: 1em;
    margin-right: 10px;
    float: left; }
  .grt .author_description {
    padding-top: 26px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 78px;
      height: 78px;
      float: left;
      margin-right: 16px;
      margin-left: 0; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .aligncenter,
  .grt .block,
  .grt .alignnone,
  .grt .post_image,
  .grt .post_image_box,
  .grt .wp-post-image,
  .grt .caption,
  .grt .wp-caption,
  .grt .alert,
  .grt .note,
  .grt .box,
  .grt .footnotes,
  .grt .headline_area {
    margin-bottom: 26px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 26px;
    margin-left: 26px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 26px;
    margin-right: 26px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 26px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol,
  .grt .wp-caption p,
  .grt blockquote.right p,
  .grt blockquote.left p {
    margin-bottom: 0; }
    .grt .alert :last-child,
    .grt .note :last-child,
    .grt .box :last-child,
    .grt .right :last-child,
    .grt .left .footnotes :last-child {
      margin-bottom: 0; }

/*
 * ---:[ other content styles ]:---
 */
.post_box {
  padding: 26px 26px 0 26px;
  border-top: 1px dotted #dddddd; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #888888; }
  .byline a {
    color: #888888;
    border-bottom: 1px solid #dddddd; }
    .byline a:hover {
      color: #111111; }
  .byline a,
  .byline .post_author,
  .byline .post_date {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .byline .post_author_intro,
  .byline .post_date_intro,
  .byline .post_cats_intro {
    font-style: italic; }
  .byline .post_edit {
    margin-left: 10px; }
    .byline .post_edit:first-child {
      margin-left: 0; }

  .wp-caption.aligncenter img {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text .wp-smiley {
    display: inline;
    margin-bottom: 0; }

.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 26px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

.num_comments {
  font-size: 26px;
  color: #111111; }

.bracket {
  font-size: 26px;
  color: #dddddd; }

.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }
  .archive_intro .headline {
    margin-bottom: 26px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 16px 26px; }
  .prev_next .next_posts {
    float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .previous_posts a:hover,
  .next_posts a:hover {
    text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 52px; }

.comments_intro {
  color: #888888;
  padding: 0 26px;
  margin-bottom: 16px; }
  .comments_intro a:hover {
    text-decoration: underline; }

.comments_closed {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  margin: 0 26px 26px 26px; }

.comment_list {
  list-style-type: none;
  border-top: 1px dotted #dddddd;
  margin-bottom: 52px; }

.comment {
  padding: 26px;
  border-bottom: 1px dotted #dddddd; }
  .comment .comment_head {
    margin-bottom: 16px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 48px;
    height: 48px;
    margin-left: 16px; }
  .comment .comment_date {
    display: block;
    font-size: 13px;
    line-height: 22px;
    color: #888888; }
    .comment .comment_date a {
      color: #888888; }
  .comment .comment_text > :last-child {
    margin-bottom: 0; }
  .comment .comment_footer {
    margin-top: 16px; }
    .comment .comment_footer a {
      font-size: 13px;
      line-height: 22px;
      color: #888888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 16px; }
  .comment .comment_footer a {
    font-size: 13px;
    line-height: 22px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 16px; }

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 26px;
    border-bottom: 0;
    border-left: 1px solid #dddddd;
    margin-top: 26px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #dd0000; }

  .comment_head a:hover,
  .comment_footer a:hover,
  comment_nav a:hover {
    text-decoration: underline; }

.comment_nav {
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16px 26px;
  border-style: dotted;
  border-color: #dddddd; }
  .comment_nav a:hover {
    text-decoration: underline; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  border-width: 0 0 1px 0;
  margin: -52px 0 52px 0; }

.next_comments {
  float: right; }

.comment_moderated {
  font-weight: bold; }

/*
 * ---:[ inputs ]:---
 */
  input[type="text"],
  input[type="number"],
  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: inherit;
    color: #111111;
    background-color: #eeeeee;
    padding: 6px;
    border: 1px solid #dddddd;
    box-sizing: border-box; }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: white;
      border-color: #eeeeee; }

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  background-color: #eeeeee;
  padding: 6px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  line-height: inherit; }
  select:focus,
  textarea:focus {
    background-color: white;
    border-color: #eeeeee; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  background-color: white;
  padding: 10px;
  border: 3px double #dddddd; }
  button:hover,
  input[type="submit"]:hover,
  button:active,
  input[type="submit"]:active {
    background-color: #eeeeee;
    transition: background-color 0.3s; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 26px;
  margin: 52px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 16px; }
  #commentform .comment_form_title {
    font-size: 20px;
    line-height: 32px;
    color: #111111;
    padding: 0 26px 16px 26px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -26px;
    margin-left: -26px; }
  #commentform p {
    margin-bottom: 16px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 6px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 13px;
    line-height: 22px;
    color: #888888; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 20px; }
  #commentform textarea {
    display: block;
    width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dd0000;
  margin-top: 6px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

.login_alert {
  font-weight: bold;
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 12px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading {
    font-variant: small-caps;
    letter-spacing: 1px; }
  .sidebar p,
  .sidebar ul,
  .sidebar ol,
  .sidebar blockquote,
  .sidebar pre,
  .sidebar dl,
  .sidebar dd,
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .center,
  .sidebar .aligncenter,
  .sidebar .block,
  .sidebar .alignnone {
    margin-bottom: 19px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .wp-caption p,
  .sidebar .post_excerpt p {
    margin-bottom: 0; }
  .sidebar .text_box,
  .sidebar .thesis_email_form,
  .sidebar .query_box {
    margin-bottom: 38px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 12px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 7px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #888888; }
  .sidebar .widget {
    margin-bottom: 38px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 12px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 12px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  text-align: right;
  padding: 16px 26px;
  border-top: 3px double #dddddd; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #111111; }

/*
 * ---:[ custom template styles ]:---
 */
  body.landing {
    padding-top: 0; }
  .landing .container {
    width: 617px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 897px;
  float: none;
  border-right: 0; }

/*
 * ---:[ clearfix ]:---
 */
  .columns:after,
  .menu:after,
  .post_box:after,
  .post_content:after,
  .author_description:after,
  .sidebar:after,
  .query_box:after,
  .prev_next:after,
  .comment_text:after,
  .comment_nav:after {
    display: table;
    clear: both;
    content: ''; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 896px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 617px; }

  .header {
    border-top: 1px solid #dddddd; }
    .landing .header {
      border-top: 0; }

    .columns > .content {
      float: none;
      width: 100%;
      border: 0; }
      .full_page .columns > .content {
        width: 100%; }
    .columns > .sidebar {
      float: none;
      width: 100%;
      border-top: 3px double #dddddd; }

  .menu_control {
    display: block;
    width: 100%;
    background-color: white;
    padding: 1em 26px;
    border-width: 0;
    cursor: pointer;
    box-sizing: border-box; }

  .menu {
    display: none;
    clear: both;
    width: 100%;
    border-width: 1px 0 0 0; }
    .menu .sub-menu {
      position: static;
      display: block;
      padding-left: 26px;
      border-top: 1px solid #dddddd;
      margin: 0; }
      .menu .sub-menu li {
        width: 100%; }
    .menu li {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .menu li:first-child > a:first-child {
        border-top-width: 0; }
    .menu a {
      background-color: white;
      padding: 1em 26px;
      border-width: 1px 1px 0 0; }
    .menu .current-menu-item > a {
      background-color: #eeeeee; }
    .menu > li > a {
      border-left-width: 1px; }

  .show_menu {
    display: block; }

      .sidebar .search-form input[type="text"],
      .sidebar .thesis_email_form input[type="text"] {
        width: 50%; } }

@media all and (max-width: 616px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

@media all and (max-width: 469px) {
  .menu a,
  .menu_control {
    padding: 1em 16px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  #commentform .comment_form_title,
  .footer {
    padding-right: 16px;
    padding-left: 16px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 16px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"],
  .ad,
  .ad_left {
    float: none; }

    .grt .right,
    .grt .alignright,
    .grt .left,
    .grt .alignleft {
      margin-right: 0;
      margin-left: 0; }
      .grt blockquote.right,
      .grt blockquote.left {
        width: 100%;
        margin-bottom: 26px; }

  .post_author:after {
    display: block;
    height: 0;
    content: '\a';
    white-space: pre; }

    #commentform input[type="text"],
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%; }

  .comments_closed,
  .login_alert {
    margin-right: 16px;
    margin-left: 16px; }

  #commentform .comment_form_title {
    margin-left: -16px;
    margin-right: -16px; }

  .comment_date {
    display: none; } }

/*
 * ---:[ custom CSS ]:---
 */
strong,
b {
  font-weight: 700; }

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: white;
  color: black;
  font-size: 24px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  font-family: "obliqua", sans-serif;
  font-weight: 400; }

a {
  color: #1460ae;
  text-decoration: none; }

a:hover {
  color: black; }

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564%; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48.718%; }

.one-third,
.two-sixths {
  width: 31.624%; }

.four-sixths,
.two-thirds {
  width: 65.812%; }

.one-fourth {
  width: 23.077%; }

.three-fourths {
  width: 74.359%; }

.one-fifth {
  width: 17.949%; }

.two-fifths {
  width: 38.462%; }

.three-fifths {
  width: 58.974%; }

.four-fifths {
  width: 79.487%; }

.one-sixth {
  width: 14.53%; }

.five-sixths {
  width: 82.906%; }

.first {
  clear: both;
  margin-left: 0; }

p {
  margin: 0 0 30px; }

p:last-child {
  margin: 0; }

p a,
a {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 25px;
  color: black; }

h1,
.font69 {
  font-size: 69px; }

h2,
.font60 {
  font-size: 60px;
  line-height: 1.1; }

h3,
.font45 {
  font-size: 45px; }

h4,
.font40 {
  font-size: 40px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 18px; }

.font52 {
  font-size: 52px; }

.font30 {
  font-size: 30px; }

img {
  max-width: 100%; }

.wrap {
  width: 1290px;
  max-width: 100%;
  margin: auto; }

.section,
section {
  float: left;
  width: 100%; }

.block {
  padding: 90px 0; }

.block-bottom {
  padding-bottom: 90px; }
  @media only screen and (max-width: 767px) {
    .block-bottom {
  padding-bottom: 50px; } }

.center-text {
  text-align: center; }

.site-header {
  background-color: white;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.scrolled .site-header {
  background-color: white;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 0; }

.admin-bar .site-header {
  top: 32px; }

.site-header .wrap {
  width: 1710px; }

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%; }

#logo {
  width: 350px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .scrolled #logo {
    width: 250px; }

.header-top-right {
  display: flex;
  align-items: center; }

.social-medias {
  display: inline-flex;
  align-items: center; }

.social-medias li {
  margin-left: 10px;
  list-style: none; }
  .social-medias li:first-child {
    margin-left: 0; }

.site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px 12px;
  color: white;
  background-color: #1460ae;
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  border-radius: 10px;
  text-transform: uppercase;
  cursor: pointer; }
  .site-btn:hover {
    background-color: #003366;
    color: white; }
  .header-top-right .site-btn {
    padding: 13px 20px 10px; }
  .site-btn--large {
    font-size: 40px;
    padding: 20px 30px 17px; }
    @media only screen and (max-width: 1190px) {
      .site-btn--large {
    font-size: 21px;
    padding: 15px 20px 12px; } }
  .site-btn--lightBlue {
    background-color: #66cccc;
    color: white; }
    .site-btn--lightBlue:hover {
      background-color: #003366;
      color: white; }

.no-radius {
  border-radius: 0; }

.dark-btn {
  background-color: #003366; }
  .dark-btn:hover {
    background-color: #1460ae; }

.green-btn {
  background-color: #66cccc; }
  .green-btn:hover {
    background-color: #003366; }

.light-btn {
  background-color: white;
  color: black;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4); }
  .light-btn:hover {
    background-color: #e5e5e5;
    color: black; }

.header-top-right .site-btn {
  margin-right: 20px; }

.burger-menu {
  font-size: 22px;
  float: right;
  cursor: pointer;
  margin-top: 5px;
  display: none !important; }

.menu-mainmenu-container {
  float: left;
  width: 100%; }

.header-nav {
  width: 100%;
  margin-top: 30px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .scrolled .header-nav {
    margin-top: 10px; }

.menu-parent {
  font-size: 24px; }

.main-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .main-menu li {
    list-style: none;
    font-weight: 400;
    margin: 0 25px; }
    @media only screen and (max-width: 1190px) {
      .main-menu li {
    margin: 0 15px; } }
      @media only screen and (max-width: 950px) {
        .main-menu li.menu-item-has-children {
      position: relative;
      padding-right: 25px; } }
    .main-menu li.menu-item-has-children::after {
      content: "\f078";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 16px;
      color: #1460ae;
      cursor: pointer; }
      @media only screen and (max-width: 950px) {
        .main-menu li.menu-item-has-children::after {
      font-size: 14px;
      position: absolute;
      top: 11px;
      right: 0; } }
    .main-menu li.menu-open::after {
      content: "\f077" !important; }
    .main-menu li a {
      color: black; }
      .main-menu li a:hover {
        color: #1460ae; }

.sub-menu {
  display: none; }
  @media only screen and (min-width: 950px) {
    .sub-menu {
  padding: 10px 20px !important;
  left: -9999px;
  opacity: 0;
  display: block;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 99;
  padding: 10px 20px 10px;
  line-height: 1.5;
  background-color: white;
  padding: 0;
  border-top: 20px solid white; }
    .scrolled .sub-menu {
      background-color: #1460ae;
      border: 1px solid white;
      border-top: 10px solid white; }
    .menu-item-has-children:hover > .sub-menu {
      left: auto;
      opacity: 1; } }
  .sub-menu li {
    border-bottom: 0 !important;
    padding: 0 !important;
    margin: 0 0 10px !important; }
    .sub-menu li:first-child {
      padding-top: 10px !important; }
      @media only screen and (min-width: 950px) {
        .sub-menu li a {
      color: black; }
        .sub-menu li a:hover {
          color: #1460ae; }
        .scrolled .sub-menu li a {
          color: white; }
          .scrolled .sub-menu li a:hover {
            color: #cccccc; } }

.first-section {
  margin-top: 159px; }

.hero-section {
  background-size: cover;
  height: 600px;
  display: flex;
  position: relative;
  color: white;
  font-size: 58px;
  font-weight: 700; }
  .hero-section::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://cvlas.org/wp-content/uploads/2022/06/background-gradient.png');
    background-size: cover;
    background-position: center center;
    content: "";
    z-index: 1; }
  .hero-section__cover {
    background-image: url('https://cvlas.org/wp-content/uploads/2022/11/HERO-1080-Cover-Page-v3.jpg');
    height: 620px; }
    @media only screen and (min-width: 2048px) {
      .hero-section__cover {
    background-image: url('https://cvlas.org/wp-content/uploads/2022/11/HERO-2k-Cover-Page-v3.jpg');
    height: 800px; }
      @media only screen and (min-width: 3840px) {
        .hero-section__cover {
    background-image: url('https://cvlas.org/wp-content/uploads/2022/11/HERO-4k-Cover-Page-v3.jpg');
    height: 1200px; } } }
    .hero-section__cover::after {
      display: none; }
  .hero-section.inner-hero {
    height: 375px;
    padding: 50px 0;
    align-items: flex-end;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4); }
    .hero-section.inner-hero .wrap {
      margin: 0 auto; }
    .hero-section.inner-hero h1,
    .hero-section.inner-hero h2 {
      color: white;
      text-transform: uppercase;
      margin-bottom: 0;
      line-height: 1.1; }
  .hero-section__inner {
    background-image: url('https://cvlas.org/wp-content/uploads/2022/11/HERO-1080-Inner-Page.jpg'); }
    @media only screen and (min-width: 2048px) {
      .hero-section__inner {
    background-image: url('https://cvlas.org/wp-content/uploads/2023/02/HERO-2k-Inner-Page.jpg');
    height: 40vh !important; }
      @media only screen and (min-width: 3840px) {
        .hero-section__inner {
    background-image: url('https://cvlas.org/wp-content/uploads/2022/11/HERO-4k-Inner-Page.jpg'); } } }
    .hero-section__inner::after {
      display: none; }

.hero-gradient {
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 3; }

.hero-section .wrap {
  padding: 0 110px;
  position: relative;
  z-index: 9;
  line-height: 1.3; }
  .hero-section .wrap strong {
    font-size: 28px;
    float: right; }

.home-section-2 {
  position: relative;
  margin-top: -110px;
  z-index: 10;
  padding-top: 0 !important;
  padding-bottom: 50px !important; }

.buttons-section .wrap {
  display: flex;
  justify-content: space-between; }

.buttons-section .one-third {
  margin-left: 0;
  width: 30%;
  text-align: center; }
  .buttons-section .one-third figure {
    width: 100%;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px; }
    .buttons-section .one-third figure img {
      height: 150px; }
  .buttons-section .one-third span {
    color: black;
    text-transform: uppercase;
    font-size: 40px; }

.home-section-3 {
  background-color: #e5e5e5; }

.center-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px; }

.uppercase {
  text-transform: uppercase; }

.home-section-3 h2 {
  margin-bottom: 25px; }

.home-section-3 p {
  padding: 0 120px; }

/*
 * .home-section-3 p:first-of-type {
 * font-size:48px;
 * padding:0 80px;
 * line-height:1.3;
 * }
 */
.hs4_items {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  text-align: center;
  font-weight: 700; }
  .hs4_items img {
    display: inline-block; }
    .hs4_items .one-third:last-of-type {
      font-size: 20px; }
      .hs4_items .one-third:last-of-type strong {
        font-size: 100px;
        color: #66cccc;
        display: inline-block;
        line-height: 1; }

.home-section-5 {
  position: relative;
  background-image: url('https://cvlas.org/wp-content/uploads/2022/08/chaging-lives.jpg');
  background-size: cover;
  background-position: center center;
  border-bottom: 40px solid #003366; }
  .home-section-5 .wrap {
    position: relative;
    z-index: 9; }
  .home-section-5 h2 {
    color: white; }

.home-section-5::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://cvlas.org/wp-content/uploads/2022/06/background-gradient.png');
  background-size: cover;
  background-position: center center;
  content: "";
  z-index: 1; }

.testimonial-wrap {
  background-color: white;
  width: 100%;
  padding: 100px 120px;
  position: relative; }
  .testimonial-wrap .prev {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 66px;
    height: 39px;
    background-image: url('https://cvlas.org/wp-content/uploads/2022/06/arrow-left.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9; }
  .testimonial-wrap .next {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 66px;
    height: 39px;
    background-image: url('https://cvlas.org/wp-content/uploads/2022/06/arrow-right.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9; }

.testimonial-slide {
  list-style: none;
  background-color: white;
  display: flex;
  width: 100%;
  position: relative;
  height: 700px;
  overflow: auto; }
  @media only screen and (max-width: 767px) {
    .testimonial-slide {
  height: 700px; } }
  .testimonial-slide li {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    width: 100% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0; }

.ue-section {
  text-align: center; }
  .ue-section .site-btn {
    margin-top: 50px; }

.ue-section h3 {
  font-weight: 400;
  text-transform: uppercase; }

.ue-section img {
  display: inline-block;
  max-width: 800px; }
  @media only screen and (max-width: 840px) {
    .ue-section img {
  max-width: 90%; } }

.home-section-7 {
  background-color: #ebebeb; }

.home-section-7 iframe {
  width: 895px !important;
  max-width: 100%;
  height: 455px !important;
  margin: 0 auto 40px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s; }

.office-addresses center {
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  display: none;
  margin-top: 40px;
  text-transform: uppercase; }

.home-section-7 iframe:first-of-type,
.office-addresses center:first-of-type {
  display: block; }

@keyframes fadeEffect {
    from {
    opacity: 0; }


    to {
    opacity: 1; }
 }
.buttons-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }

.buttons-wrap a {
  margin: 10px; }

.site-footer {
  padding: 50px 0;
  float: left;
  width: 100%; }

.site-footer a {
  color: black; }
  .site-footer a:hover {
    color: #1460ae; }

.site-footer center {
  text-transform: uppercase;
  font-size: 24px; }

.footer-offices {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0; }

.footer-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.footer-menu li {
  margin: 0 25px; }

.site-footer .social-medias {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px; }

.site-footer .social-medias a {
  color: #1460ae; }
  .site-footer .social-medias a:hover {
    color: black; }

.blue-section {
  background-color: #1460ae;
  color: white; }
  .blue-section h2,
  .blue-section h3,
  .blue-section h4,
  .blue-section h5 {
    color: white; }
  .blue-section a {
    color: white; }
    .blue-section a:hover {
      color: white;
      text-decoration: underline; }

.with-border-bottom {
  border-bottom: 40px solid #003366; }

.center-align {
  text-align: center; }

.gray-section {
  background-color: #e5e5e5; }

section ol {
  padding-left: 20px;
  margin-bottom: 30px; }
  section ol::last-child {
    margin-bottom: 0; }

  .gh-section-2 ol li {
    margin-bottom: 30px; }
    .gh-section-2 ol li::last-child {
      margin-bottom: 0; }
  .gh-section-2 a {
    color: #ef2e2e; }
  .gh-section-2 .site-btn {
    margin-top: 10px;
    text-transform: none;
    color: white; }

.icon-bg-section {
  background-image: url('https://cvlas.org/wp-content/uploads/2022/11/Pattern.png');
  background-size: cover;
  background-position: center center; }

.gi-section-4 .wrap {
  display: flex;
  justify-content: center; }
  .gi-section-4 .wrap .light-btn {
    margin: 10px 20px;
    min-height: 75px; }

.gi-section-5 h5 {
  text-transform: uppercase; }

.styled-icon {
  list-style: none;
  padding-left: 60px;
  margin-bottom: 30px; }
  .styled-icon:last-child {
    margin-bottom: 0; }
  .styled-icon li {
    background-image: url('https://cvlas.org/wp-content/uploads/2022/06/list-icon.png');
    background-size: 23px 22px;
    background-position: top 6px left;
    background-repeat: no-repeat;
    padding-left: 40px;
    margin-bottom: 15px; }
    .styled-icon li:last-child {
      margin-bottom: 0; }
    .styled-icon li strong {
      text-transform: uppercase; }

.no-style-list {
  padding-left: 0; }
  .no-style-list li {
    padding-left: 0 !important;
    background: none !important; }

.wrap-small {
  width: 1175px;
  margin: 0 auto; }

.item-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px; }
  .item-box:last-of-type {
    margin-bottom: 0; }
  .item-box figure {
    width: 25%; }
    .item-box figure img {
      width: 188px; }
  .item-box__content {
    width: 70%; }
    .item-box__content h3 {
      margin-bottom: 10px;
      letter-spacing: -1px; }
    .item-box__content ul {
      list-style: none; }
      .item-box__content ul li {
        background: url('https://cvlas.org/wp-content/uploads/2022/07/bullet.png');
        background-size: contain;
        background-position: top 8px left;
        background-size: 19px 18px;
        min-height: 18px;
        background-repeat: no-repeat;
        padding-left: 35px; }
        @media only screen and (max-width: 960px) {
          .item-box__content ul li {
        background-position: top 5px left; }
          @media only screen and (max-width: 767px) {
            .item-box__content ul li {
        background-size: 14px 13px;
        min-height: 13px;
        padding-left: 25px; } } }

  .ginfo-section-4 h5 {
    color: #1460ae;
    margin-bottom: 5px; }
  .ginfo-section-4 a {
    color: black; }

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .logo-grid__item {
    background-color: white;
    width: 22%;
    margin: 1.5%;
    height: 125px;
    padding: 20px 30px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 960px) {
      .logo-grid__item {
    width: 30.333%; }
      @media only screen and (max-width: 767px) {
        .logo-grid__item {
    width: 46%;
    margin: 2%; } } }
    .logo-grid__item a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
    .logo-grid__item img {
      max-height: 100%; }

.donors-section-1 .logo-grid__item:nth-child(8) {
  background-color: #231f20; }

.wrap900 {
  width: 900px;
  margin: 0 auto; }
  @media only screen and (max-width: 940px) {
    .wrap900 {
  width: 100%;
  padding: 0 20px; } }

.donors-bottom-text {
  column-count: 2; }
  @media only screen and (max-width: 767px) {
    .donors-bottom-text {
  column-count: 1;
  text-align: center; } }
  .donors-bottom-text p {
    margin-bottom: 0; }

.get-help_popUp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  display: none; }

.get-help_popUpOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: white;
  opacity: 0.8; }

.get-help_popUpContent {
  width: 1130px;
  max-height: 90%;
  overflow: auto;
  background-color: white;
  padding: 80px;
  border-radius: 20px;
  z-index: 10;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .get-help_popUpContent {
  padding: 40px 20px; } }
  .get-help_popUpContent h4 {
    font-size: 30px; }
    @media only screen and (max-width: 767px) {
      .get-help_popUpContent h4 {
    font-size: 24px; } }
  .get-help_popUpContent h5 {
    margin-bottom: 10px; }
  .get-help_popUpContent .one-half {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .get-help_popUpContent .one-half.no-mobile {
        display: none; }
      .get-help_popUpContent .one-half.first {
        margin-bottom: 5px; } }
    .get-help_popUpContent .one-half h5 {
      margin-bottom: 0; }
  .get-help_popUpContent ul {
    padding-left: 30px;
    margin-bottom: 30px;
    list-style-type: dics !important; }
    .get-help_popUpContent ul:last-child {
      margin-bottom: 0; }
    .get-help_popUpContent ul li {
      list-style: disc;
      margin-bottom: 10px; }
      .get-help_popUpContent ul li:last-child {
        margin-bottom: 0; }
      .get-help_popUpContent ul li ul {
        margin-top: 15px; }

.get-help li span {
  color: #ef2e2e; }

  .no-overlay::after {
    display: none; }

.wrap-xsmall {
  width: 1000px;
  margin: auto; }
  @media only screen and (max-width: 1040px) {
    .wrap-xsmall {
  width: 100%;
  padding: 0 20px; } }

  .ne-section-2 .one-half {
    padding-left: 10%; }
    @media only screen and (max-width: 767px) {
      .ne-section-2 .one-half {
    padding-left: 0; } }
    .ne-section-2 .one-half.first {
      padding-left: 0;
      padding-right: 10%; }
      @media only screen and (max-width: 767px) {
        .ne-section-2 .one-half.first {
      padding-right: 0;
      margin-bottom: 50px; } }

  .posts-list article {
    text-align: center;
    margin-bottom: 50px; }
    .posts-list article:last-of-type {
      margin-bottom: 0; }
    .posts-list article figure {
      margin: 0;
      background-size: cover;
      background-position: center center;
      width: 100%;
      height: 185px;
      border-radius: 10px;
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25); }
    .posts-list article img {
      border-radius: 10px;
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25); }
    .posts-list article h3 {
      font-weight: 400;
      margin: 15px 0; }
    .posts-list article p {
      text-align: left; }

@media only screen and (max-width: 1750px) {
  .site-header .wrap {
    padding: 0 20px; } }

@media only screen and (max-width: 1340px) {
  .wrap {
    padding: 0 20px; }

  .hero-section .wrap {
    padding: 0 20px; }

  .home-section-3 p:first-of-type,
  .home-section-3 p {
    padding: 0; } }

@media only screen and (max-width: 1215px) {
  .wrap-small {
    width: 100%;
    padding: 0 20px; } }

@media only screen and (max-width: 1140px) {
  h1,
  .font69 {
    font-size: 55px; }

  h2,
  .font60 {
    font-size: 50px; }

  h3,
  .font45 {
    font-size: 40px; }

  h4,
  .font40,
  .home-section-3 p:first-of-type {
    font-size: 35px; }

  h5,
  .font30 {
    font-size: 22px; }

  h6 {
    font-size: 18px; }

  .hs4_items .one-third:last-of-type strong {
    font-size: 70px; } }

@media only screen and (max-width: 1080px) {
  .menu-parent {
    font-size: 20px; }

  .main-menu li,
  .footer-menu li {
    margin: 0 15px; }

  .first-section {
    margin-top: 153px; }

  .hero-section {
    font-size: 45px; }

  .hero-section .wrap strong {
    font-size: 21px; }

  .buttons-section .one-third figure {
    height: 180px; }

  .buttons-section .one-third figure img {
    height: 80px; }

  .buttons-section .one-third span {
    font-size: 28px; } }

@media only screen and (max-width: 960px) {
  body {
    font-size: 18px; }

  h1,
  .font69 {
    font-size: 40px; }

  h2,
  .font60 {
    font-size: 35px; }

  h3,
  .font45 {
    font-size: 30px; }

  h4,
  .font40 {
    font-size: 26px; }

  h5 {
    font-size: 20px; }

  h6 {
    font-size: 18px; }

  .home-section-3 p:first-of-type {
    font-size: 30px; }

  .hs4_items .one-third:last-of-type {
    font-size: 18px; }

  .hs4_items .one-third:last-of-type strong {
    font-size: 50px; }

  .hs4_items .one-third:nth-of-type(2) img {
    width: 180px; } }

@media only screen and (max-width: 950px) {
  .site-header {
    padding: 15px 0 !important; }

  #logo {
    width: 140px !important; }

  .header-top-right .site-btn {
    font-size: 12px;
    padding: 8px 15px 5px;
    margin-right: 10px; }

  .social-medias {
    font-size: 20px; }

  .burger-menu {
    display: block !important; }

  .header-nav {
    margin-top: 0 !important; }

  .menu-parent {
    font-size: 16px; }

  .main-menu {
    display: none; }

  .main-menu li {
    width: 100%;
    text-align: right;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid black; }
    .main-menu li:last-child {
      padding-bottom: 0;
      border-bottom: 0; }

  .first-section {
    margin-top: 87px; }

  .testimonial-wrap {
    padding: 50px; }

  .testimonial-wrap .prev {
    width: 30px;
    height: 18px;
    left: 10px; }

  .testimonial-wrap .next {
    width: 30px;
    height: 18px;
    right: 10px; } }

@media only screen and (max-width: 767px) {
  body {
    font-size: 16px; }

  h1,
  .font69 {
    font-size: 32px; }

  h2,
  .font60 {
    font-size: 26px; }

  h3,
  .font45 {
    font-size: 22px; }

  h4,
  .font40 {
    font-size: 20px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 16px; }

  .block {
    padding: 50px 0; }

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%; }

  .hero-section {
    min-height: 250px;
    height: auto;
    font-size: 28px;
    padding: 40px 0; }

  .inner-hero {
    min-height: 200px;
    height: auto;
    font-size: 28px;
    padding: 40px 0; }

  .hero-section .wrap strong {
    font-size: 16px; }

  .home-section-2 {
    margin-top: -30px; }

  .buttons-section .one-third {
    width: 100%;
    margin-bottom: 30px; }
    .buttons-section .one-third:last-of-type {
      margin-bottom: 0; }

  .buttons-section .one-third figure {
    height: 80px;
    width: 80px;
    margin: 0 auto 10px; }

  .buttons-section .one-third figure img {
    height: 60px; }

  .buttons-section .one-third span {
    font-size: 20px; }

  .home-section-3 p:first-of-type {
    font-size: 21px; }

  .hs4_items .one-third {
    margin-bottom: 30px; }
    .hs4_items .one-third:last-of-type {
      margin-bottom: 0; }

  .hs4_items img {
    width: 200px; }

  .hs4_items .one-third:nth-of-type(2) img {
    width: 120px; }

  .hs4_items .one-third:last-of-type strong {
    font-size: 40px; }

  .hs4_items .one-third:last-of-type {
    font-size: 16px; }

  .center-title {
    margin-bottom: 30px; }

  .site-btn {
    font-size: 16px;
    padding: 12px 20px 9px; }

  .ue-section .site-btn {
    margin-top: 30px; }

  .home-section-7 iframe {
    height: 300px !important; }

  .site-footer {
    padding: 40px 0; }

  .footer-offices .one-third {
    text-align: center;
    margin-bottom: 20px; }
    .footer-offices .one-third:last-of-type {
      margin-bottom: 0; }

  .site-footer center,
  .footer-offices {
    font-size: 16px; }

  .footer-offices {
    margin: 25px 0; }

  .site-footer .social-medias {
    margin-top: 25px; }

  .styled-icon {
    padding-left: 0; }
    .styled-icon li {
      padding-left: 30px;
      background-size: 15px 15px;
      background-position: top 4px left; }

  .item-box {
    margin-bottom: 40px; }
    .item-box figure {
      width: 100%; }
      .item-box figure img {
        width: 100px;
        margin: 0 auto; }
    .item-box__content {
      width: 100%;
      margin-top: 20px; } }

.cvlasa-section-1 img {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); }

.single-hero {
  background-image: url('https://cvlas.org/wp-content/uploads/2022/06/hero.jpg'); }

.single-featured {
  margin-bottom: 30px; }

.single-section-1 .wrap {
  padding: 0 110px; }
  @media only screen and (max-width: 1340px) {
    .single-section-1 .wrap {
  padding: 0 20px; } }

.vfp-contacts {
  line-height: 1.3; }
  .vfp-contacts h3 {
    margin-bottom: 5px; }

  .with-list ul {
    padding-left: 20px;
    margin-bottom: 30px; }
    .with-list ul:last-child {
      margin-bottom: 0; }
      .with-list ul li ul {
        list-style: disc;
        margin-top: 5px; }

.board-section-1 {
  text-align: center; }
  .board-section-1 h2 {
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .board-section-1 h2 {
    margin-bottom: 40px; } }

.boards-list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  width: fit-content; }
  .boards-list li {
    width: 50%;
    margin-bottom: 20px; }
    .boards-list li:last-child {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .boards-list li {
    width: 100%;
    margin-bottom: 15px; } }