/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-break: 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;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  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 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; }

  .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 ]:---
 */
@font-face {
  font-family: 'CircularStdMedium';
  src: url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/CircularStdMedium.eot');
  src: url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/CircularStdMedium.eot') format('embedded-opentype'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/CircularStdMedium.woff2') format('woff2'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/CircularStdMedium.woff') format('woff'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/CircularStdMedium.ttf') format('truetype'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/CircularStdMedium.svg#CircularStdMedium') format('svg');
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC; }
@font-face {
  font-family: 'ProximaNovaLight';
  src: url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaLight.eot');
  src: url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaLight.eot') format('embedded-opentype'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaLight.woff2') format('woff2'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaLight.woff') format('woff'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaLight.ttf') format('truetype'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaLight.svg#ProximaNovaLight') format('svg'); }
@font-face {
  font-family: 'ProximaNovaRegular';
  src: url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaRegular.eot');
  src: url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaRegular.eot') format('embedded-opentype'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaRegular.woff2') format('woff2'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaRegular.woff') format('woff'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaRegular.ttf') format('truetype'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC; }
@font-face {
  font-family: 'ProximaNovaSemibold';
  src: url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaSemibold.eot');
  src: url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaSemibold.eot') format('embedded-opentype'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaSemibold.woff2') format('woff2'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaSemibold.woff') format('woff'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaSemibold.ttf') format('truetype'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaSemibold.svg#ProximaNovaSemibold') format('svg');
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC; }
@font-face {
  font-family: 'ProximaNovaBold';
  src: url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaBold.eot');
  src: url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaBold.eot') format('embedded-opentype'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaBold.woff2') format('woff2'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaBold.woff') format('woff'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaBold.ttf') format('truetype'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC; }
@font-face {
  font-family: 'ProximaNovaExtrabold';
  src: url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaExtrabold.eot');
  src: url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaExtrabold.eot') format('embedded-opentype'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaExtrabold.woff2') format('woff2'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaExtrabold.woff') format('woff'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaExtrabold.ttf') format('truetype'), url('https://www.acclaimsuites.com/wp-content/themes/acclaim/thesis-assets/fonts/ProximaNovaExtrabold.svg#ProximaNovaExtrabold') format('svg');
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC; }
strong,
b {
  font-family: 'ProximaNovaBold'; }

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

body {
  background-color: white;
  color: #464646;
  font-family: 'ProximaNovaRegular';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  padding: 0; }

a {
  color: #003a6f; }

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,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.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-sixth {
  width: 14.53%; }

.five-sixths {
  width: 82.906%; }

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

p {
  margin: 0 0 30px; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #003a6f;
  font-family: 'ProximaNovaBold';
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

img {
  max-width: 100%; }

.wrapper {
  width: 1170px;
  margin: auto; }

ul li {
  list-style: none; }

.header {
  border: 0;
  float: left;
  width: 100%;
  padding: 10px 0;
  background: white;
  position: fixed;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 118px; }

.dark.header {
  -webkit-box-shadow: 0 2px 10px 1px #888888;
  box-shadow: 0 2px 10px 1px #888888; }

.home .header {
  padding: 20px 0;
  height: 155px; }

.home .header.dark {
  background: white;
  height: 118px;
  padding: 10px 0; }

.header p {
  margin-bottom: 0; }

.home .header {
  background: none; }

#logo {
  position: relative; }

#logo br {
  display: none; }

#logo img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0; }

.logo-white,
.home .logo-colored,
.home .dark .logo-white {
  opacity: 0; }

.home .logo-white,
.home .dark .logo-colored {
  opacity: 1; }

.contact-details {
  float: right;
  font-size: 14px;
  font-family: 'CircularStdMedium';
  text-transform: uppercase;
  margin-top: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.home .contact-details {
  margin-top: 25px; }

.home .dark .contact-details {
  margin-top: 18px; }

.home .contact-details a {
  color: white; }

.contact-details ul li {
  margin-bottom: 5px; }

.contact-details ul li:last-child {
  margin-bottom: 0; }

.contact-details ul li i {
  color: #f66f25; }

.mainmenu {
  position: absolute;
  text-align: center;
  font-size: 14px;
  top: 57px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content; }

.mainmenu li {
  display: inline-block;
  font-family: 'CircularStdMedium';
  margin-right: 35px; }

.mainmenu li:nth-child(5),
.mainmenu li.members-menu {
  margin-right: 0; }

.mainmenu li.members-menu {
  display: none;
  position: relative; }

.logged-in .mainmenu li:nth-child(5) {
  margin-right: 35px; }

.logged-in .mainmenu li.members-menu {
  display: inline-block; }

.swpm-post-not-logged-in-msg {
  text-align: center; }

.home .mainmenu li a {
  color: white; }

.dark .mainmenu li a,
.home .dark .contact-details a {
  color: #003a6f; }

.home .mainmenu li a:hover,
.mainmenu li a:hover,
.mainmenu li:hover a,
.mainmenu li.current-menu-ancestor a,
.mainmenu li.current-menu-item a {
  color: #f66f25; }

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

.home-section p:last-of-type {
  margin-bottom: 0; }

.home-section-1 {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: 700px;
  position: relative;
  display: table; }

.home-section-1:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  content: ""; }

.home-section-1 div {
  vertical-align: middle;
  display: table-cell;
  padding: 20px;
  color: white;
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: 36px; }

.home-section-1 div h1 {
  text-transform: uppercase;
  color: white;
  font-size: 96px;
  line-height: 0.9;
  margin-top: 30px; }

.home-section-1 div a {
  display: inline-block;
  margin: 0 5px;
  width: 209px;
  height: 46px;
  text-align: center;
  font-size: 16px;
  background: #f66f25;
  line-height: 46px;
  padding: 0 10px;
  color: white;
  text-transform: uppercase;
  font-family: 'ProximaNovaBold';
  vertical-align: top; }

.home-section-1 div a:first-of-type {
  border: 3px solid white;
  color: white;
  background: none;
  line-height: 43px; }

.home-section-1 div a:hover,
.home-section-1 div a:first-of-type:hover {
  color: #f66f25;
  background: white; }

.home-section-2 {
  padding: 110px 0; }

.home-section-2 .one-third {
  position: relative;
  padding-left: 87px;
  color: #969ba1;
  font-size: 16px; }

.home-section-2 .one-third img {
  position: absolute;
  top: 0;
  left: 0; }

.home-section-2 .one-third h5 {
  text-transform: uppercase;
  margin-bottom: 5px; }

.site-btn {
  display: inline-block;
  border: 2px solid #f66f25;
  background: #f66f25;
  color: white;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  font-family: 'ProximaNovaBold';
  font-size: 14px;
  line-height: 1;
  min-width: 168px; }

.site-btn:hover {
  background: white;
  color: #f66f25 !important; }

.home-section-2 .site-btn {
  min-width: 157px;
  margin-top: 30px; }

.home-section-3 iframe {
  margin: auto; }

.home-section-4 {
  padding: 110px 0;
  text-align: center; }

.home-section-4 h2 {
  text-transform: uppercase; }

.home-section-4 p {
  margin-bottom: 55px !important; }

.home-section-4 picture {
  height: 265px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 2.564%;
  border: 1px solid #cacaca; }

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

.home-section-5 .one-third {
  margin-left: 0;
  width: 33.333%;
  height: 365px;
  position: relative;
  text-align: left;
  background-size: cover;
  background-position: center center;
  font-size: 16px;
  color: white;
  border: 0; }

.home-section-5 .one-third h4 {
  margin-bottom: 10px;
  color: white;
  text-transform: uppercase; }

.home-section-5 .one-third:first-of-type {
  position: relative; }

.home-section-5 .one-third:first-of-type img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; }

.home-section-5 .one-third div {
  width: 100%;
  padding: 0 50px;
  float: left;
  padding-top: 150px; }

.read-btn {
  display: inline-block;
  line-height: 1;
  border: 1px solid white;
  color: white;
  padding: 5px 15px;
  text-transform: uppercase;
  font-family: 'ProximaNovaBold';
  margin-top: 20px; }

.read-btn:hover {
  background: white;
  color: #363636; }

.home-section-5 .one-third:nth-of-type(2) {
  background: #003a6f;
  text-align: center;
  font-size: 20px;
  line-height: 0.8; }

.home-section-5 .one-third:nth-of-type(2) div {
  padding-top: 50px; }

.home-section-5 .one-third:nth-of-type(2) img {
  display: inline-block;
  margin-bottom: 15px; }

.home-section-5 .one-third:nth-of-type(2) p {
  margin-bottom: 20px !important;
  line-height: 1.2; }

.home-section-5 .one-third:nth-of-type(2) strong {
  font-size: 16px;
  width: 100%;
  display: inline-block; }

.home-section-5 .one-third:nth-of-type(2) span {
  font-size: 12px; }

.home-section-5 .one-third:nth-of-type(3) {
  background-image: url('https://www.acclaimsuites.com/wp-content/uploads/2018/10/box3.jpg'); }

.home-section-5 .one-third:nth-of-type(4) {
  background: #bcb4ad; }

.home-section-5 .one-third:nth-of-type(4) img:first-of-type {
  width: 100%; }

.home-section-5 .one-third:nth-of-type(4) img:last-of-type {
  margin: 40px auto 0; }

.home-section-5 .one-third:nth-of-type(5) {
  background-image: url('https://www.acclaimsuites.com/wp-content/uploads/2018/10/centerpoint.jpg'); }

.home-section-5 .one-third:nth-of-type(5) a,
.home-section-5 .one-third:nth-of-type(6) a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.home-section-5 .one-third:nth-of-type(6) {
  background-image: url('https://www.acclaimsuites.com/wp-content/uploads/2018/10/chester.jpg');
  background-size: contain;
  background-color: white; }

.page-widget {
  float: left;
  width: 100%; }

.page-banner {
  float: left;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center center;
  display: table;
  text-align: center;
  margin-top: 118px; }

.inner-banner {
  background-image: url('https://www.acclaimsuites.com/wp-content/uploads/2018/10/about-banner.jpg'); }

.page-banner h1 {
  margin-bottom: 0;
  font-size: 60px;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
  font-family: 'ProximaNovaRegular'; }

.page-section {
  float: left;
  width: 100%;
  padding: 100px 0; }

.page-section p:last-of-type {
  margin-bottom: 0; }

.about-section-1 h3 {
  text-align: center; }

.about-section-11,
.about-section-3 {
  background: #fbfbfb; }

.about-section-2 h4 {
  font-size: 28px;
  text-transform: uppercase; }

.about-section-2 .one-third {
  width: 40.624%; }

.about-section-2 .two-thirds {
  width: 56.812%; }

.about-section-3 {
  text-align: center; }

.about-section-3 h3 + p {
  margin-bottom: 85px !important; }

.about-section-3 .one-third {
  font-size: 16px;
  padding: 0 20px;
  margin-bottom: 75px; }

.about-section-3 img {
  display: inline-block;
  height: 66px;
  margin-bottom: 10px; }

.about-section-3 .one-third h5 {
  text-transform: uppercase;
  margin-bottom: 5px; }

.about-section-3 .one-third strong {
  color: #f66f25; }

.about-section-3 .site-btn {
  margin-top: 60px; }

.location-section-1 iframe {
  width: 100% !important;
  height: 450px !important;
  border: 5px solid white !important;
  -webkit-box-shadow: 0 2px 10px 1px #ececec;
  box-shadow: 0 2px 10px 1px #ececec; }

.location-section-1 .one-half {
  padding-top: 20px; }

.location-section-1 .first {
  padding-top: 0; }

.suites-section-2 {
  background: #fbfbfb; }

.suites-section-2 h3 {
  margin-bottom: 40px; }

.suites-section-2 ul {
  padding-left: 20px; }

.suites-section-2 ul li {
  list-style: disc; }

.suites-section-3 {
  padding-top: 50px !important;
  background: #fbfbfb; }

.contact-section-1 .wrapper {
  width: 600px;
  padding: 0;
  text-align: center; }

.contact-section-1 form {
  text-align: left;
  margin-top: 40px; }

.contact-section-1 form input[type="text"],
.contact-section-1 form input[type="tel"],
.contact-section-1 form input[type="email"],
.contact-section-1 form input[type="password"],
.contact-section-1 form textarea {
  background-color: #f6f9ff;
  border: 1px solid #ededed;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 16px;
  color: #757575;
  padding: 0 20px;
  width: 100%;
  height: 54px; }

.contact-section-1 form textarea {
  height: 150px;
  padding: 20px; }

.contact-section-1 form input[type="text"]:focus,
.contact-section-1 form input[type="tel"]:focus,
.contact-section-1 form input[type="email"]:focus,
.contact-section-1 form textarea:focus {
  outline: none; }

.contact-section-1 form input[type="submit"] {
  width: 215px;
  height: 54px;
  display: inline-block;
  background: #f66f25;
  color: white;
  border: 2px solid #f66f25;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  padding: 0;
  font-family: 'ProximaNovaBold';
  margin-top: 30px; }

.contact-section-1 form input[type="submit"]:hover {
  background: white;
  color: #f66f25; }

.contact-privacy {
  font-size: 14px; }

.client-login-section #swpm-login-form label {
  text-transform: uppercase;
  color: #003a6f;
  text-align: center;
  display: inline-block;
  width: 100%; }

.client-login-section #swpm-login-form .swpm-remember-me,
.client-login-section #swpm-login-form .swpm-forgot-pass-link,
.client-login-section #swpm-login-form .swpm-join-us-link {
  display: none !important; }

.client-login-section #swpm-login-form .swpm-login-submit {
  text-align: center; }

.footer {
  float: left;
  width: 100%;
  border: 0;
  padding: 0;
  color: white;
  text-align: left;
  font-family: 'ProximaNovaRegular'; }

.footer a {
  color: white; }

.footer-top {
  float: left;
  width: 100%;
  background-color: #363636;
  padding: 60px 0;
  font-size: 16px; }

.footer-top img {
  width: 190px; }

.footer-top .one-fourth:last-of-type {
  text-align: right; }

.footer-top ul li {
  margin-bottom: 5px; }

.footer-top ul li a:hover {
  color: #f66f25; }

.footer-top .one-fourth p {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px; }

.footer-top .one-fourth i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #f66f25; }

.footer-top .one-fourth strong {
  display: inline-block;
  margin-bottom: 5px; }

.footer-bottom {
  float: left;
  width: 100%;
  background: #111111;
  padding: 25px 0; }

.footer-left {
  float: left;
  font-size: 12px; }

.footer-right {
  float: right; }

.footer-right i {
  font-size: 16px;
  margin-right: 70px; }

.footer-right a:hover {
  color: #f66f25; }

.footer-right a:last-of-type i {
  margin-right: 0; }

.responsive-menu {
  display: none;
  color: #003a6d;
  font-size: 20px;
  float: right;
  clear: both;
  margin-top: 15px;
  cursor: pointer; }

.home .dark .responsive-menu {
  color: #003a6d; }

.home .responsive-menu {
  color: white; }

.responsive-menu p {
  margin-bottom: 0; }

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

@media only screen and (max-width: 1150px) {
  .home-section-5 .one-third div {
    padding: 0 20px;
    padding-top: 50px; }

  .home-section-5 .one-third:nth-of-type(2) {
    font-size: 17px; } }

@media only screen and (max-width: 1050px) {
  .logo-white {
    width: 180px; }

  .logo-colored {
    width: 150px; }

  .mainmenu li,
  .logged-in .mainmenu li:nth-child(5) {
    margin-right: 20px; }

  .home-section-1 div h1 {
    font-size: 70px; }

  .home-section-1 div {
    font-size: 28px; } }

@media only screen and (max-width: 960px) {
  .home-section-1 {
    height: 550px; }

  .home-section-1 div h1 {
    font-size: 60px; }

  .home-section-1 div {
    font-size: 26px; }

  .home-section-1 div a {
    font-size: 14px;
    width: 180px;
    height: 40px;
    line-height: 40px !important; }

  .home-section-2 .one-third img {
    height: 55px; }

  .home-section-2 .one-third {
    padding-left: 70px; }

  h1 {
    font-size: 40px; }

  h2 {
    font-size: 35px; }

  h3 {
    font-size: 30px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 17px; }

  h6 {
    font-size: 15px; }

  .home-section-2 .one-third {
    font-size: 14px; }

  .site-btn {
    font-size: 12px; }

  .home-section-2 .site-btn {
    min-width: 130px; }

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

  .home-section-3 iframe {
    width: 100%;
    height: 450px; }

  body {
    font-size: 18px; }

  .page-banner h1 {
    font-size: 45px; } }

@media only screen and (min-width: 951px) {
  .sub-menu {
    position: absolute;
    top: 12px;
    left: -9999px;
    width: 300px;
    background: none;
    padding: 35px 10px 10px;
    text-align: left;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0; }

  .mainmenu li:hover .sub-menu {
    opacity: 1;
    left: -103px; }

  .sub-menu:before {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 8px;
    background-image: url('https://www.acclaimsuites.com/wp-content/uploads/2018/10/tri-menu.png');
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: top center;
    content: "";
    z-index: 4; }

  .sub-menu:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
    left: 0;
    background: white;
    content: "";
    border-radius: 10px;
    border: 1px solid #ebeef5;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); }

  .sub-menu li {
    margin-right: 0;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
    position: relative;
    z-index: 5;
    border-radius: 10px; }

  .sub-menu li:last-child {
    margin-bottom: 0; }

  .sub-menu li:hover,
  .sub-menu li.current-menu-item {
    background: #eeeeee; }

  .sub-menu li a {
    color: #003a6f !important;
    text-transform: uppercase; }

  .sub-menu li a span {
    color: #969ba1;
    font-family: 'ProximaNovaRegular'; }

  .sub-menu li a span {
    display: inline-block;
    margin-top: 5px;
    text-transform: none; } }

@media only screen and (max-width: 950px) {
  .header {
    height: auto !important;
    min-height: 111px; }

  .open-nav {
    background: white !important; }

  .dark.header {
    min-height: 91px; }

  .responsive-menu {
    display: block; }

  .mainmenu {
    float: right;
    width: 100%;
    margin-top: 10px;
    position: relative;
    top: 0;
    display: none; }

  .mainmenu li {
    width: 100%;
    text-align: right;
    margin-right: 0 !important;
    border-bottom: 1px solid #003a6f;
    padding: 8px 0; }

  .home .mainmenu li {
    border-bottom: 1px solid white; }

  .home .dark .mainmenu li,
  .open-nav .mainmenu li {
    border-bottom: 1px solid #003a6f; }

  .open-nav .mainmenu li a,
  .home .open-nav .contact-details a,
  .home .open-nav .responsive-menu {
    color: #003a6f; }

  .home .open-nav .logo-white {
    opacity: 0; }

  .home .open-nav .logo-colored {
    opacity: 1; }

  .mainmenu li:last-child,
  .sub-menu li {
    border-bottom: none !important; }

  .contact-details {
    margin-top: 0 !important; }

  .contact-details ul li {
    display: inline-block;
    margin-right: 10px; }

  .contact-details ul li:last-child {
    margin-right: 0; }

  #logo img {
    width: 135px !important; }

  .page-banner {
    margin-top: 111px; } }

@media only screen and (max-width: 767px) {
  #logo img {
    width: 100px !important; }

  .header {
    height: auto !important;
    min-height: 74px !important;
    padding: 10px 0; }

  .contact-details {
    font-size: 9px; }

  .responsive-menu {
    margin-top: 8px;
    font-size: 19px; }

  .mainmenu {
    font-size: 10px; }

  .home-section-1 {
    height: 350px; }

  .home-section-1 div h1 {
    font-size: 22px;
    line-height: 1.2; }

  .home-section-1 div {
    font-size: 16px; }

  .home-section-1 div a {
    font-size: 11px;
    width: 130px;
    height: 35px;
    line-height: 35px !important; }

  .home-section-1 div a:first-of-type {
    border: 2px solid white;
    line-height: 34px !important; }

  h1 {
    font-size: 30px; }

  h2 {
    font-size: 26px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 18px; }

  h5 {
    font-size: 15px; }

  h6 {
    font-size: 14px; }

  .home-section-2 .one-third {
    font-size: 12px; }

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

  .home-section-2,
  .home-section-4 {
    padding: 50px 0; }

  .home-section-2 .one-third {
    margin-bottom: 40px;
    padding-left: 50px; }

  .home-section-2 .one-third:last-of-type {
    margin-bottom: 0; }

  .home-section-2 .one-third img {
    height: 40px; }

  .home-section-3 iframe {
    width: 100%;
    height: 300px; }

  body {
    font-size: 15px; }

  .home-section-4 picture {
    margin-bottom: 20px; }

  .home-section-4 picture:last-of-type {
    margin-bottom: 0; }

  .home-section-5 .one-third {
    width: 100%;
    height: auto;
    min-height: 250px; }

  .home-section-5 .one-third div {
    padding: 40px 20px !important; }

  .home-section-5 .one-third:nth-of-type(2) img {
    width: 30px; }

  .footer-top {
    padding: 30px 0 5px;
    font-size: 13px; }

  .footer-top .one-fourth {
    text-align: center !important;
    margin-bottom: 25px; }

  .footer-top img {
    width: 100px;
    display: inline-block; }

  .footer-top .one-fourth p {
    padding-left: 0; }

  .footer-top .one-fourth i {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 5px; }

  .footer-left {
    width: 100%;
    margin-bottom: 20px;
    text-align: center; }

  .footer-right {
    width: 100%;
    text-align: center; }

  .footer-right i {
    font-size: 15px;
    margin-right: 10px; }

  .page-banner {
    margin-top: 74px;
    height: 200px; }

  .page-section {
    padding: 40px 0; }

  .page-banner h1 {
    font-size: 24px;
    padding: 0 20px; }

  .about-section-2 .one-third {
    width: 100%;
    margin-bottom: 40px; }

  .about-section-2 .two-thirds {
    width: 100%; }

  .about-section-3 .one-third {
    margin-bottom: 30px; }

  .about-section-3 img {
    height: 40px; }

  .location-section-1 iframe {
    height: 300px !important;
    margin-bottom: 30px; }

  .contact-section-1 .wrapper {
    width: 100%;
    padding: 0 20px; }

  .contact-section-1 form input[type="text"],
  .contact-section-1 form input[type="tel"],
  .contact-section-1 form input[type="email"],
  .contact-section-1 form input[type="password"],
  .contact-section-1 form textarea {
    height: 45px;
    font-size: 13px; }

  .contact-section-1 form textarea {
    height: 120px; }

  .contact-section-1 form input[type="submit"] {
    height: 45px;
    font-size: 13px; } }

@media only screen and (max-width: 600px) {
  .home-section-1 {
    background-image: url('https://www.acclaimsuites.com/wp-content/uploads/2018/11/mobile-hero.jpg') !important;
    background-attachment: inherit !important; } }