/*
 * ---:[ 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;
  clear: both;
  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; }

@font-face {
  font-family: 'icomoon';
  src: url('assets/public/icon-fonts/icomoon.eot?-6zo2h2z');
  src: url('assets/public/icon-fonts/icomoon.eot?#iefix-6zo2h2z') format('embedded-opentype'), url('assets/public/icon-fonts/icomoon.woff?-6zo2h2z') format('woff'), url('assets/public/icon-fonts/icomoon.ttf?-6zo2h2z') format('truetype'), url('assets/public/icon-fonts/icomoon.svg?-6zo2h2z#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before,
[class*=" icon-"]:before,
.menu-item-has-children > a:after,
.play_btn:before,
.post_tags > a:before,
.post_cats:before,
.post_author:before,
.num_comments:before,
.post_date:before,
.email_form_assurance:before,
.sidebar .widget li a:before,
.note:before,
.alert:before,
.tip:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.icon-map-marker:before {
  content: "\e68b\2000"; }

.icon-calendar:before,
.post_date:before {
  content: "\e690\2000"; }

.icon-quote-open:before {
  content: "\e6ae\2000"; }

.icon-quote-close:before {
  content: "\e6af\2000"; }

.icon-pencil:before,
.note:before {
  content: "\e606\2000"; }

.icon-edit:before,
.thesis-killer-recent-entries li a:before,
.widget_recent_entries li a:before {
  content: "\e609\2000"; }

.icon-user:before,
.post_author:before {
  content: "\e678\2000"; }

.icon-tags:before,
.post_tags > a:before {
  content: "\e682\2009"; }

.icon-comment:before,
.num_comments:before {
  content: "\e6ab\2009"; }

.icon-code:before {
  content: "\e742\2000"; }

.icon-link:before {
  content: "\e74b\2000"; }

.icon-lock:before,
.email_form_assurance:before {
  content: "\e62d\2009"; }

.icon-folder:before,
.post_cats:before {
  content: "\e64e\2000"; }

.icon-play2:before {
  content: "\e780"; }

.icon-play3:before {
  content: "\e66b"; }

.icon-tip:before,
.tip:before {
  content: "\e7bc\2000"; }

.icon-alert:before,
.alert:before {
  content: "\e955\2000"; }

.icon-google-plus:before {
  content: "\2000\ea88\2000"; }

.icon-facebook:before {
  content: "\2000\ea8c\2000"; }

.icon-twitter:before {
  content: "\2000\ea91\2000"; }

.icon-youtube:before {
  content: "\2000\ea99\2000"; }

.icon-instagram:before {
  content: "\2000\ea90\2000"; }

.icon-linkedin:before {
  content: "\2000\eac9\2000"; }

.icon-pinterest:before {
  content: "\2000\ead0\2000"; }

/*
 * ---:[ global styles ]:---
 */
.featured_image > .post_image,
.wrapper,
.container,
.content_container,
.column-wrapper,
.columns > .content,
.columns > .sidebar.secondary,
.columns .column-wrapper > .content,
.columns .column-wrapper > .sidebar.primary {
  width: 100%;
  float: none; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 31px;
  color: #414042;
  background-color: white; }

code,
pre {
  font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
  border-radius: 3px; }

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


/*
 * ---:[ layout structure ]:---
 */


    .columns > .sidebar.secondary {
      padding: 33px 16px; }

    .columns .column-wrapper > .sidebar.primary {
      padding: 33px 16px; }

.content_container {
  background-color: white; }

/*
 * ---:[ Layout Modes ]:---
 */
  .full-layout .post_box,
  .full-layout .comment_list {
    padding-left: 0;
    padding-right: 0;
    margin-left: 16px;
    margin-right: 16px; }

    .fixed-layout .post_box.top .featured_image {
      margin-top: 0; }
  .fixed-layout .featured_image {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -32px; }
    .fixed-layout.template-single .featured_image {
      margin-top: 0; }

  .borderless-layout .nav-container,
  .borderless-layout .column-wrapper,
  .borderless-layout .columns > .column-wrapper > .content,
  .borderless-layout .post_box,
  .borderless-layout .prev_next,
  .borderless-layout .archive_intro.post_box,
  .borderless-layout .related-container,
  .borderless-layout .related-container .related-headline,
  .borderless-layout .author_box,
  .borderless-layout .comment_form_title,
  .borderless-layout .author_box .author_social_container {
    border: medium none; }
  .borderless-layout .show_menu {
    top: 0; }

.colorless-nav .nav-container {
  background: transparent; }
    .colorless-nav .nav-container .nav a,
    .colorless-nav .nav-container .nav > li,
    .colorless-nav .nav-container .sub-menu a,
    .colorless-nav .nav-container .sub-menu > li {
      color: #111111;
      background: white; }
      .colorless-nav .nav-container .nav a:hover,
      .colorless-nav .nav-container .nav > li:hover,
      .colorless-nav .nav-container .sub-menu a:hover,
      .colorless-nav .nav-container .sub-menu > li:hover {
        background: white;
        color: #888888; }
    .colorless-nav .nav-container .nav > li > .sub-menu:before,
    .colorless-nav .nav-container .sub-menu > li > .sub-menu:before,
    .colorless-nav .nav-container .nav:before,
    .colorless-nav .nav-container .sub-menu:before {
      border-bottom-color: #eeeeee; }
  .colorless-nav .nav-container .menu_control {
    background: transparent;
    color: #888888; }
    .colorless-nav .nav-container .menu_control a:hover,
    .colorless-nav .nav-container .menu_control:hover {
      background: transparent;
      color: #888888; }
  .colorless-nav .nav-container .nav .current-menu-item > a {
    background: transparent;
    color: #888888; }

/*
 * ---:[ links ]:---
 */
a {
  color: #002f5e;
  text-decoration: none; }
  a:hover {
    color: #00172e; }

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

.post_content li a {
  border-bottom: 1px dotted;
  text-decoration: none; }

li a:hover {
  text-decoration: none; }

/*
 * ---:[ header container ]:---
 */
.header_container {
  position: relative;
  z-index: 999; }
  .header_container .headline_container {
    text-align: left; }
    .header_container .headline_container .container {
      vertical-align: top;
      padding: 16px; }

#site_title {
  font-size: 47px;
  line-height: 1.32em; }
  #site_title img {
    padding: 16px 0;
    display: inline-block;
    vertical-align: top; }
  #site_title a {
    outline: none; }
    #site_title a:hover {
      color: #00172e; }

#site_tagline {
  font-size: 23px;
  line-height: 1.32em; }

/*
 * ---:[ nav menu ]:---
 */
.nav-container {
  background-color: #00aae7;
  margin: 0 auto;
  vertical-align: top;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1); }
  .nav-container .container {
    display: flex;
    flex-direction: column; }

.nav {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 23px;
  display: none;
  position: relative;
  width: 255px;
  height: 0;
  list-style: none;
  z-index: 2;
  width: 100%; }
  .nav .sub-menu {
    list-style: none;
    padding-left: 16px;
    display: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .nav li {
    background-color: #00aae7;
    list-style: none;
    position: relative; }
    .nav li a {
      position: relative;
      display: block;
      color: #dbf6ff;
      padding: 16px; }
      .nav li a:hover {
        color: white;
        background-color: #0088b9; }
    .nav li.menu-item-has-children > a:after {
      bottom: calc(50% - 6px);
      right: 10px;
      border: 4px solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-top-color: white;
      opacity: 1;
      transition: all 200ms linear; }
  .nav .current-menu-item > a {
    color: #dbf6ff;
    background-color: #0088b9;
    cursor: text; }
  .nav .open-sub-menu > .sub-menu {
    display: block; }

.menu_control {
  background-color: #00aae7;
  color: white;
  padding: 8px 16px;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  text-align: center;
  width: 100%;
  user-select: none; }
  .menu_control:hover {
    color: white;
    background-color: #00aae7; }

/*
 * ---:[ misc nav ]:---
 */
.show_menu {
  top: 3px;
  display: block; }

  .colorless-nav .nav-container .nav > li,
  .colorless-nav .nav-container .nav .sub-menu > li {
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6; }

.show-mobile-sub-menus .sub-menu {
  display: block;
  padding-left: 0; }

/*
 * ---:[ core input styles ]:---
 */
textarea,
.input_text,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"] {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #414042;
  border: 1px solid #d6d6d6;
  background-color: white;
  padding: 0.5em 0.75em; }

textarea,
textarea.input_text {
  display: block;
  width: 100%;
  border: 1px solid #d6d6d6; }

input[type="submit"],
.input_submit,
.button,
button,
.comment_footer a {
  color: white;
  background-color: #00aae7;
  display: inline-block;
  font-family: inherit;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
  padding: 0.4em 1em;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-width: 0 0 3px 0;
  border-radius: 6px;
  transition: all 200ms linear;
  -webkit-appearance: none; }
  input[type="submit"]:hover,
  .input_submit:hover,
  .button:hover,
  button:hover,
  .comment_footer a:hover {
    color: white;
    background-color: #002d3d;
    cursor: pointer; }
  input[type="submit"]:active,
  .input_submit:active,
  .button:active,
  button:active,
  .comment_footer a:active {
    margin-top: 2px;
    border-width: 0 0 1px 0; }

/*
 * ---:[ Misc Inputs ]:---
 */
.home_footer > .button,
.archive_footer .button {
  display: block;
  float: none;
  margin-bottom: 31px; }

/*
 * ---:[ GRT base styles with spaced paragraphs ]:---
 */
.grt {
  font-size: 18px;
  line-height: 31px; }

.grt .headline {
  font-size: 37px;
  line-height: 56px; }

.grt h2,
.grt .widget_title,
.grt .email_form_title {
  font-size: 29px;
  line-height: 45px;
  margin-top: 47px;
  margin-bottom: 16px; }

.grt h3 {
  font-size: 23px;
  line-height: 37px; }

.grt h4,
.grt h5,
.grt h6,
.grt .small,
.grt .caption,
.grt .wp-caption p {
  font-size: 14px;
  line-height: 25px; }

.grt h4,
.grt h5,
.grt h6 {
  line-height: 31px; }

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .block,
.grt .center,
.grt .aligncenter,
.grt .alignnone,
.grt .left,
.grt .alignleft,
.grt .right,
.grt .alignright,
.grt .box,
.grt .alert,
.grt .note,
.grt .tip,
.grt .post_image,
.grt .post_image_box,
.grt .caption,
.grt .wp-post-image,
.grt .wp-caption,
.headline_area {
  margin-bottom: 31px; }

.grt .wp-caption img,
.grt .post_image_box .post_image,
.grt .thumb {
  margin-bottom: 16px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol,
.wp-caption p,
.grt .alert > :last-child,
.grt .note > :last-child,
.grt .tip > :last-child,
.grt blockquote.right p,
.grt blockquote.left p,
.grt .box > :last-child {
  margin-bottom: 0; }

.grt .wp-caption img {
  width: 100%; }

/*
 * ---:[ contextual/discretionary content column styles ]:---
 */

.grt h3 {
  font-weight: bold; }

.grt h4,
.grt h5,
.grt h6 {
  text-transform: uppercase; }

.grt ul {
  list-style-type: square; }

.grt ul,
.grt ol {
  margin-left: 31px; }

.grt sub,
.grt sup {
  color: #888888; }

.grt blockquote {
  display: inline-block;
  color: #888888;
  padding: 31px 31px 0 31px;
  width: 100%; }

.grt blockquote.right,
.grt blockquote.left {
  font-size: 29px;
  line-height: 41px;
  padding: 31px;
  border: none; }

.grt pre,
.grt code {
  font-size: 17px; }

.grt pre,
.grt .note,
.grt .alert,
.grt .tip,
.grt .box {
  padding: 31px; }

.grt pre,
.grt code {
  background-color: #ededed; }

.grt code {
  padding: 2px 4px; }

.grt .note,
.grt .alert,
.grt .tip,
.grt .box {
  padding-left: 23px;
  display: block; }
  .grt .note a,
  .grt .alert a,
  .grt .tip a,
  .grt .box a {
    color: inherit; }

.grt .note {
  background-color: #feefb3; }

.grt .alert {
  background-color: #ffbaba; }

.grt .tip {
  background-color: #bde5f8; }

.grt .box {
  background-color: #f2f2f2; }

.grt .frame,
.grt .post_image_box,
.grt .wp-caption {
  background-color: #ededed; }

.wp-caption.aligncenter img {
  margin-right: auto;
  margin-left: auto; }

.grt .wp-caption p {
  padding: 0 16px 16px;
  color: #888888; }

.wp-caption .wp-caption-text .wp-smiley {
  display: inline;
  margin-bottom: 0; }

.grt .caption {
  color: #888888;
  margin-top: -16px; }

.grt .drop_cap {
  font-size: 62px;
  line-height: 1em;
  color: #002f5e;
  margin-right: 0.15em;
  float: left; }

.grt .footnotes {
  font-size: 14px;
  line-height: 25px;
  color: #888888; }

.grt .footnotes p {
  margin-bottom: 16px; }

.grt .thesis_email_form {
  background-color: #dbf6ff;
  border-left: 8px solid #ade9ff;
  padding: 31px 31px 31px 23px; }

.box input[type="text"],
.box .input_text,
.grt .thesis_email_form input[type="text"],
.grt .thesis_email_form .input_text {
  border-color: #0080ff; }

.grt .widget {
  margin-top: 62px;
  margin-bottom: 62px; }

.grt .widget_title {
  margin-top: 0; }

.grt .widget_recent_entries a:hover,
.grt .thesis-killer-recent-entries a:hover {
  text-decoration: underline; }

/*
 * ---:[ post box styles ]:---
 */
.post_box {
  position: relative;
  padding: 31px 16px 0 16px;
  margin-bottom: 47px;
  border-top: 1px solid #d6d6d6; }
  .post_box.top {
    border-top: none; }

.headline_area {
  position: relative;
  font-size: 14px;
  line-height: 31px;
  color: #888888; }

.headline_area .headline {
  margin-top: 0;
  margin-bottom: 8px; }

.headline,
.headline a {
  color: #414042;
  text-decoration: none; }

.headline a:hover {
  color: #002f5e;
  text-decoration: none; }

.headline_area .byline {
  position: relative; }

.headline_area .avatar {
  display: none; }

.headline_area .post_date,
.headline_area .twitter_profile,
.headline_area .post_author,
.headline_area .num_comments_link,
.headline_area .post_cats,
.author_name {
  margin-right: 11px;
  display: block; }

.headline_area .post_author ~ .twitter_profile:after,
.archive .headline_area .post_author ~ .post_date:after {
  content: '\a';
  height: 0;
  white-space: pre; }

.post_author a:hover,
.post_edit:hover,
.post_content a,
.post_cats a:hover,
.post_tags > a:hover,
.twitter_profile a:hover {
  text-decoration: underline; }

.byline .num_comments_link {
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: 0; }

.post_edit {
  font-size: 14px;
  line-height: 31px;
  color: #00aae7;
  background-color: #dbf6ff;
  text-align: center;
  padding: 0.2em; }

.post_edit:hover {
  text-decoration: none;
  color: white;
  background-color: #00aae7; }

.post_box .post_cats,
.post_box .post_tags {
  color: #888888; }

.post_box .post_tags {
  display: inline-block; }
  .post_box .post_tags > a {
    display: inline-block;
    margin-left: 0.5em;
    margin-bottom: 0.4em; }

/*
 * ---:[ Misc Post Box Styles ]:---
 */
.single-col .headline_area {
  text-align: center; }
  .single-col .headline_area .byline .num_comments_link {
    float: none;
    position: relative; }
  .single-col .headline_area .post_date,
  .single-col .headline_area .twitter_profile,
  .single-col .headline_area .post_author,
  .single-col .headline_area .num_comments_link,
  .single-col .headline_area .post_cats,
  .single-col .headline_area .author_name {
    display: inline-block; }

kbd {
  font-family: "arial";
  text-transform: uppercase;
  margin: 0px 0.1em;
  padding: 0.1em 0.6em;
  border-radius: 3px;
  border: 1px solid #cccccc;
  color: #333333;
  line-height: 1.625;
  font-size: 10px;
  display: inline-block;
  background-color: #f7f7f7;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  text-shadow: 0 1px 0 white; }

/*
 * ---:[ Tables ]:---
 */
table {
  border-bottom: medium none;
  border-top: 1px solid #f0f0f0;
  text-align: left;
  width: 100%;
  margin-bottom: 31px; }

td {
  line-height: 25px;
  vertical-align: middle; }

th {
  font-weight: 700; }

td,
th {
  border-bottom: 1px solid #f0f0f0;
  border-top: medium none;
  padding: 3px 5px;
  text-align: left; }

tbody tr:nth-child(2n) td,
tbody tr:nth-child(2n) th {
  background-color: #eeeeee; }

table .description {
  font-size: 14px;
  line-height: 25px;
  color: #888888; }

/*
 * ---:[ other post box styles ]:---
 */
.home_footer,
.archive_footer {
  position: relative; }

.num_comments {
  color: #888888; }
  .num_comments:before {
    color: #888888; }

.num_comments_link:hover .num_comments {
  color: #888888; }

.bracket {
  color: #d6d6d6; }

.featured_image  img {
  width: 100%; }

/*
 * ---:[ misc. content elements ]:---
 */
.post_box .post_excerpt p {
  margin-bottom: 62px; }

.related-container {
  padding-top: 31px;
  border-bottom: 1px solid #d6d6d6;
  margin-left: -16px;
  margin-right: -16px;
  text-align: center; }
  .related-container .related-headline {
    margin-bottom: 31px;
    border-bottom: 1px solid #d6d6d6;
    padding-left: 16px;
    padding-right: 16px; }
  .related-container .related-content {
    margin: 0;
    list-style: none;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center; }

.single_related {
  display: block;
  background: #f2f2f2;
  position: relative;
  margin-bottom: 31px;
  width: 199.667px;
  height: 133.111px;
  align-self: center; }
  .single_related h4 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
    text-align: center;
    position: absolute;
    text-align: center;
    color: white;
    display: block;
    padding: 0px 8px;
    margin: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    z-index: 2; }
  .single_related a:after {
    content: " ";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

.single_related:nth-child(n+3) {
  margin-right: 0; }

.archive_intro.post_box {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d6d6d6;
  margin-bottom: 0; }
  .archive_intro.post_box .headline {
    margin-bottom: 31px; }

.previous_post,
.next_post {
  display: block;
  float: right;
  font-size: 14px;
  line-height: 25px;
  text-align: right;
  width: 50%; }

.previous_post {
  text-align: left;
  float: left; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #d6d6d6;
  padding: 16px;
  text-align: center;
  font-size: 29px;
  position: relative; }
  .prev_next > a {
    color: #d6d6d6;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    border: none; }

.prev_next .page-numbers {
  display: inline-block;
  line-height: 62px; }

.prev_next .prev.page-numbers {
  float: left; }

.prev_next .next.page-numbers {
  float: right; }

.previous_posts a:hover,
.next_posts a:hover {
  text-decoration: underline;
  color: #5e2f00; }

.page-numbers.current,
.prev_next .page-numbers:hover,
.prev_next a:hover {
  color: #5e2f00; }

.page-full-width .headline_area .headline {
  text-align: center;
  font-size: 3em;
  line-height: 1.2em; }

.cpt-container {
  margin: 0 auto;
  max-width: 700px; }

/*
 * ---:[ comments ]:---
 */
#comments {
  padding-top: 31px; }

.comments_intro {
  color: #888888;
  margin-bottom: 16px;
  padding: 0 16px; }

.comments_closed {
  font-size: 14px;
  line-height: 25px;
  color: #888888;
  margin: 0 31px 31px 31px; }

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

.full-layout .comment_list > li.depth-1 {
  padding-left: 0;
  padding-right: 0; }

.comment {
  border-bottom: 1px dotted #d6d6d6;
  padding: 31px 16px; }

.children .comment {
  list-style-type: none;
  margin-top: 31px;
  border-left: 1px solid #d6d6d6;
  border-bottom: 0;
  padding: 0 0 0 31px; }

.children .bypostauthor {
  background-color: transparent;
  border-color: #00aae7; }

.comment .comment_author {
  font-weight: bold; }

.comment_date {
  font-size: 14px;
  margin-left: 16px;
  color: #888888; }

.comment_date a {
  color: #888888; }

.comment_footer a {
  font-size: 14px;
  line-height: 1;
  margin-left: 16px; }

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

.comment_footer a:first-child {
  margin-left: 0; }

.comment .avatar {
  float: right;
  margin-left: 16px; }

.comment_nav {
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: #d6d6d6;
  padding: 16px 31px; }

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

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

.next_comments {
  float: right; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  margin: 62px 0;
  padding: 0 16px; }

.comment #commentform {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0; }

.comment_form_title {
  border-bottom: 1px dotted #d6d6d6; }

#commentform label {
  display: block; }

#commentform .inline {
  display: inline-block; }

#commentform p {
  margin-bottom: 16px; }

#commentform p .required {
  color: #dd0000; }

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

#commentform textarea.input_text {
  width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 14px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00aae7; }

#cancel-comment-reply-link:hover {
  text-decoration: underline; }

.login_alert {
  font-weight: bold;
  border-top: 1px solid #d6d6d6;
  padding: 31px;
  text-align: center; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 14px;
  line-height: 22px; }

.sidebar .widget,
.sidebar .text_box,
.sidebar .query_box,
.sidebar .box,
.sidebar .thesis_email_form {
  margin-bottom: 44px; }

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd,
.sidebar .left,
.sidebar .alignleft,
.sidebar .right,
.sidebar .alignright,
.sidebar .center,
.sidebar .aligncenter,
.sidebar .block,
.sidebar .alignnone {
  margin-bottom: 22px; }

.sidebar .left,
.sidebar .alignleft {
  margin-right: 22px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .right,
.sidebar .alignright,
.sidebar .stack {
  margin-left: 22px; }

.sidebar .post_content,
.sidebar .post_excerpt {
  margin-top: 22px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

.sidebar .widget_title,
.sidebar .email_form_title,
.sidebar .headline,
.email_form_title {
  font-size: 18px;
  line-height: 27px; }

.sidebar .widget_title,
.email_form_title {
  position: relative;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #002f5e;
  margin-bottom: 11px;
  border-bottom: 3px solid #0080ff;
  padding: 6px 22px; }

.sidebar .widget_recent_entries .widget_title,
.sidebar .widget_archive .widget_title,
.sidebar .thesis-killer-recent-entries .widget_title,
.email_form_title {
  margin-bottom: 6px; }

.sidebar .widget_categories > ul {
  margin-top: -6px; }

.sidebar .query_box .post_author,
.sidebar .query_box .post_date {
  color: #888888; }

.sidebar .widget ul {
  list-style-type: none; }

.sidebar .widget_recent_comments > ul > li {
  margin-bottom: 16px; }

.sidebar .widget_text ul {
  list-style-type: square;
  margin-left: 22px; }

.sidebar .widget li a {
  display: block;
  color: #414042;
  padding: 8px 22px; }

.sidebar .widget li a:before {
  margin-left: -22px; }

.sidebar .widget li a:hover {
  background-color: #ebf5ff; }

.sidebar .widget_recent_comments #recentcomments {
  padding-left: 22px; }

.sidebar .widget_recent_comments li a {
  color: #00aae7; }

.sidebar .widget_recent_comments li a:hover {
  text-decoration: underline;
  background-color: transparent; }

.sidebar .widget_recent_comments li a:before {
  display: none; }

.sidebar .widget li a:hover:before {
  color: #00aae7; }

.sidebar input[type="text"],
.sidebar .input_text {
  width: 100%;
  margin-bottom: 11px; }

.sidebar input[type="submit"],
.sidebar .input_submit {
  padding: 6px 22px;
  border-radius: 6px; }

.sidebar textarea.input_text {
  line-height: 22px; }

.sidebar .search_form,
.sidebar .tagcloud,
.sidebar #calendar_wrap {
  padding-left: 22px;
  padding-right: 22px; }

.sidebar .search_form {
  padding-left: 0;
  padding-right: 0; }

/*
 * ---:[ Optin forms ]:---
 */
.sidebar .email_form_title {
  margin-left: -22px;
  margin-right: -22px;
  margin-top: -22px; }

.sidebar .thesis_email_form {
  margin-top: -11px; }

.thesis_email_form {
  background: none repeat scroll 0 0 #ebf5ff;
  padding: 22px; }
  .thesis_email_form .email_form_assurance {
    color: #002f5e;
    font-size: smaller;
    margin-top: 6px;
    margin-bottom: 0;
    text-align: center; }

/*
 * ---:[ footer ]:---
 */
.footer_container {
  background-color: #00aae7;
  font-size: 14px;
  line-height: 25px;
  color: white;
  text-align: center;
  margin: 0 auto; }
  .footer_container .container {
    background-color: #00aae7; }

.footer {
  text-align: center;
  padding: 31px 16px;
  background: none; }
  .footer a {
    color: white;
    text-decoration: underline; }
    .footer a:hover {
      color: #ebf5ff;
      text-decoration: none; }
  .footer .copyright_container {
    font-size: 14px;
    line-height: 25px; }

/*
 * ---:[ Action Box ]:---
 */
#ab_video_container {
  margin-bottom: 0; }

#action_box {
  background-color: #fafafa;
  margin-bottom: 0;
  color: #111111; }
  #action_box .container {
    background: none;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    padding: 31px 0;
    max-width: 1044px; }
    #action_box .content_column.align_left {
      text-align: left; }
    #action_box .content_column.align_center {
      text-align: center; }
    #action_box .content_column.align_right {
      text-align: right; }
  #action_box .video_image {
    width: 100%; }
  #action_box .media_image {
    text-align: center;
    margin: 0 auto; }
    #action_box .media_image.left,
    #action_box .media_image.right {
      text-align: center;
      margin: 0 auto; }
  #action_box .ab_col {
    box-sizing: border-box;
    padding: 16px;
    display: block;
    vertical-align: top;
    margin: 0; }
  #action_box .action_title {
    margin-top: 0; }
  #action_box .action_box .half_width {
    width: 100%; }
    #action_box .action_box .half_width .action_title {
      font-size: 37px; }
  #action_box .action_title {
    font-size: 47px;
    font-style: normal;
    line-height: 1.2em;
    margin-bottom: 16px; }
  #action_box .action_text {
    margin-bottom: 31px; }
    #action_box .action_text p {
      margin-bottom: 8px; }
  #action_box input[type="text"] {
    width: 100%;
    margin-bottom: 16px; }
  #action_box input[type="submit"],
  #action_box .input_submit {
    background-color: #002f5e; }
  #action_box input[type="submit"]:hover,
  #action_box .input_submit:hover {
    background-color: #001f3d;
    color: white; }

/*
 * ---:[ Action Box Video ]:---
 */
.video_wrapper,
.video_wrapper img {
  min-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 0; }

.video_container {
  margin-bottom: 2em; }


  .video_wrapper span.play_btn {
    background-color: #002f5e;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 2rem;
    left: 50%;
    margin: -2rem 0 0 -2rem;
    padding: 0.4em;
    position: absolute;
    top: 50%; }
    .video_wrapper span.play_btn:before {
      margin: 0;
      padding: 0;
      content: "\2009\e762";
      color: white; }
    .video_wrapper span.play_btn:hover {
      opacity: 0.8; }
  .video_wrapper iframe#video_player {
    top: 0;
    left: 0;
    position: absolute;
    background: #111111; }

/*
 * ---:[ Author Box ]:---
 */
.author_box_title {
  font-size: 37px;
  line-height: 56px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center; }

.author_box {
  display: block;
  background: #f2f2f2;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; }
  .author_box .author_desc {
    color: #888888;
    font-size: 16px;
    line-height: 29px; }
  .author_box .author_meta {
    margin-bottom: 10px;
    text-align: center; }
  .author_box .author_box_container {
    padding: 16px; }
  .author_box .author_name,
  .author_box .author_url {
    color: #888888; }
      .author_box .author_gravitar.alignleft img,
      .author_box .author_gravitar.alignright img {
        margin: 0 auto 31px; }
  .author_box .author_social_container {
    background: #002f5e;
    color: white;
    border-bottom: 3px solid #0080ff;
    clear: both;
    display: block;
    text-align: center;
    padding: 0 31px; }
  .author_box .social_headline {
    color: inherit;
    display: block;
    vertical-align: bottom;
    font-size: 23px;
    line-height: 45px; }
  .author_box .author_icons {
    display: inline-block;
    vertical-align: bottom; }
    .author_box .author_icons > a {
      color: inherit;
      display: block;
      font-size: 23px;
      line-height: 45px; }
      .author_box .author_icons > a:hover {
        background: white;
        color: #002f5e; }
  .author_box .author_social_container {
    padding-left: 0;
    padding-right: 0; }

/*
 * ---:[ Custom Templates ]:---
 */
  .landing-slim .header_container .headline_container,
  .landing-slim .headline_area,
  .landing-wide .header_container .headline_container,
  .landing-wide .headline_area,
  .no-sidebar-slim .header_container .headline_container,
  .no-sidebar-slim .headline_area,
  .no-sidebar-wide .header_container .headline_container,
  .no-sidebar-wide .headline_area {
    text-align: center; }
  .landing-slim .column-wrapper,
  .landing-slim .columns > .column-wrapper > .content,
  .landing-wide .column-wrapper,
  .landing-wide .columns > .column-wrapper > .content,
  .no-sidebar-slim .column-wrapper,
  .no-sidebar-slim .columns > .column-wrapper > .content,
  .no-sidebar-wide .column-wrapper,
  .no-sidebar-wide .columns > .column-wrapper > .content {
    border: medium none;
    float: none; }
  .landing-slim .footer,
  .landing-wide .footer,
  .no-sidebar-slim .footer,
  .no-sidebar-wide .footer {
    text-align: center; }

      .single-col.no-sidebar-slim .container .content,
      .single-col.landing-slim .container .content {
        max-width: 724px; }

/*
 * ---:[ basic WooCommerce styles ]:---
 */
.woocommerce-shop .content {
  padding: 31px; }

.woocommerce-archive .content {
  padding: 0 31px; }

.woocommerce-archive .post_box {
  margin: 0 -31px 31px -31px; }

.woocommerce-archive .term-description {
  margin-bottom: 31px; }

.woocommerce-result-count {
  font-size: 14px;
  line-height: 25px;
  color: #888888; }

.woocommerce .content > .product {
  margin: 31px 0 0;
  padding-left: 16px;
  padding-right: 16px; }

.woocommerce-shop .page-title,
.woocommerce .product_title {
  font-size: 37px;
  line-height: 56px; }

.woocommerce .page-title {
  padding: 0 0 31px;
  border-bottom: 1px solid #00aae7;
  margin-bottom: 31px; }

.woocommerce .product_title {
  margin-bottom: 16px; }

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  margin: -8px 0 16px 0; }

.woocommerce .products a.button,
.woocommerce .cart button.button,
.grt .woocommerce input.button,
.woocommerce .grt input.button,
.woocommerce .grt #respond input#submit {
  font-family: inherit;
  line-height: 1em;
  padding: 0.5em 0.75em; }

.woocommerce #comments {
  margin-top: 31px; }

.woocommerce #reviews h2 {
  margin-top: 0; }

.woocommerce #commentform {
  padding: 0;
  margin-top: 31px; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  overflow-x: auto;
  display: flex;
  width: 100%;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  position: relative; }
  .woocommerce div.product .woocommerce-tabs ul.tabs:after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background: linear-gradient(to right, transparent, white);
    display: block !important;
    height: 100%; }

/*
 * ---:[ Checkout and Account Details ]:---
 */
.woocommerce .woocommerce-error {
  margin-left: 0; }

fieldset legend {
  font-weight: bold; }

.grt fieldset {
  margin-top: 31px;
  margin-bottom: 31px; }

.grt fieldset legend {
  margin-bottom: 16px; }

/*
 * ---:[ clearfix ]:---
 */
  .wrapper:after,
  .container:after,
  .column-wrapper:after,
  .header_container:after,
  .columns:after,
  .menu:after,
  .post_box:after,
  .post_content:after,
  .byline:after,
  .sidebar:after,
  .query_box:after,
  .prev_next:after,
  .comment_text:after,
  .comment_nav:after,
  .content:after,
  .nav-container:after,
  .clear:after,
  .post_excerpt > p:after,
  .author_box:after,
  .author_box_container:after,
  .related-content:after,
  .home_footer:after,
  .archive_footer:after,
  .footer_container:after {
    display: table;
    clear: both;
    content: ''; }

/*
 * ---:[ natural layout break 1 ]:---
 */
@media all and (min-width: 786px) {
  .grt .right,
  .grt .alignright,
  .grt .stack {
    margin-left: 31px; }

  .grt .left,
  .grt .alignleft {
    margin-right: 31px; }

  .grt blockquote {
    padding-right: 31px; }

  .grt blockquote.right,
  .grt blockquote.left {
    width: 45%;
    margin-bottom: 16px;
    padding-right: 0; }

    .author_box .author_box_wrapper {
      padding-left: 0;
      padding-right: 0; }
    .author_box .author_gravitar.alignleft img {
      margin-right: 31px;
      margin-bottom: 16px; }
    .author_box .author_gravitar.alignright img {
      margin-left: 31px;
      margin-bottom: 16px; }

  .home_footer > .button,
  .archive_footer > .button {
    float: right;
    margin-bottom: 0; }

  .headline_area .post_date,
  .headline_area .twitter_profile,
  .headline_area .post_author,
  .headline_area .num_comments_link,
  .headline_area .post_cats,
  .author_name {
    display: inline-block; }

  .prev_next .previous_post,
  .prev_next .next_post,
  .prev_next .previous_posts,
  .prev_next .next_posts,
  #action_box .action_box .half_width {
    width: 50%; }

  .right,
  .alignright,
  img[align="right"],
  .prev_next .next_posts,
  .prev_next .next_post,
  .next_comments {
    float: right; }

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

  .prev_next .next_post,
  .prev_next .next_posts {
    border-bottom: 0; }

    .related-container .related-content {
      display: flex;
      flex-direction: row; }

  .single_related {
    align-self: center;
    margin-right: 31px; } }

/*
 * ---:[ natural layout break 2 ]:---
 */
@media all and (min-width: 848px) {
  .container,
  .columns > .content,
  .columns > .sidebar.secondary,
  .columns .column-wrapper > .content,
  .columns .column-wrapper > .sidebar.primary {
    width: 848px;
    margin: 0 auto;
    float: none; }


  .wrapper {
    width: 100%;
    margin: 0 auto; }




  .grt blockquote.right,
  .grt blockquote.left {
    width: 50%; }

  .grt blockquote.right {
    margin-left: 31px; }

  .grt blockquote.left {
    margin-right: 31px; } }

/*
 * ---:[ natural layout break 3 (desktop) ]:---
 */
@media all and (min-width: 1044px) {
  .columns > .content,
  .columns .column-wrapper > .content {
    width: 724px;
    float: left;
    border-width: 0 1px 0 0;
    margin: 0 auto;
    border-style: solid;
    border-color: #d6d6d6; }

    .full-layout .author_box_wrapper {
      padding-left: 31px;
      padding-right: 0; }
    .full-layout .related-container,
    .full-layout .related-headline {
      margin-left: 0;
      margin-right: -31px;
      padding-left: 0;
      padding-right: 31px; }
    .full-layout .post_box,
    .full-layout .comment_list,
    .full-layout .login_alert {
      padding-left: 0;
      padding-right: 31px;
      margin-left: 31px;
      margin-right: 0; }

    .fixed-layout .featured_image,
    .fixed-layout .related-container {
      margin-left: -31px;
      margin-right: -31px; }
    .fixed-layout .related-container .related-content,
    .fixed-layout .related-container .related-headline {
      padding-left: 31px;
      padding-right: 31px; }

  .header_container .headline_container .container,
  .post_box,
  .author_box_title,
  .author_box .author_box_container,
  .author_box .author_social_container,
  .footer,
  .comment,
  #commentform,
  .comments_intro,
  .prev_next {
    padding-left: 31px;
    padding-right: 31px; }

  .wrapper {
    width: 100%;
    margin: 0 auto; }

  .container,
  .no-sidebar-wide .column-wrapper,
  .no-sidebar-wide .column-wrapper > .content,
  .landing-wide .column-wrapper,
  .landing-wide .column-wrapper > .content {
    width: 1044px; }

  .column-wrapper {
    width: 100%;
    border-width: 0;
    float: none;
    margin: 0 auto;
    border-style: solid;
    border-color: #d6d6d6; }


      .columns > .sidebar.secondary {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 33px 31px 0; }

      .columns .column-wrapper > .sidebar.primary {
        width: 320px;
        float: left;
        margin: 0 auto;
        padding: 33px 31px 0;
        margin-left: -1px; }

  .no-sidebar-slim .columns .content {
    border: medium none;
    float: none;
    margin: 0 auto; }

  .header_container {
    text-align: left; }

  .menu_control {
    display: none; }

  .show_menu {
    top: auto; }

  .colorless-nav .nav-container .nav > li {
    border: none; }

  /*
   * ---:[ nav menu ]:---
   */  .nav-container .container {
    justify-content: center;
    flex-direction: row; }

  .nav {
    display: flex;
    vertical-align: top;
    width: auto;
    height: auto;
    padding-left: 16px;
    padding-right: 16px; }
    .nav:before {
      display: none; }
    .nav li {
      position: relative;
      background-color: #00aae7; }
      .nav li .sub-menu {
        display: none;
        position: absolute;
        text-align: left;
        padding-top: 3px;
        padding-left: 0; }
        .nav li .sub-menu li {
          width: 224px; }
        .nav li .sub-menu .sub-menu {
          top: 0;
          left: 224px;
          text-align: left;
          padding-top: 0; }
        .nav li .sub-menu a:hover {
          background-color: #0088b9; }
      .nav li:hover > .sub-menu {
        display: block; }
      .nav > li.menu-item-has-children > a {
        padding-right: 22px; }
        .nav > li.menu-item-has-children > a:after {
          right: 6px;
          bottom: calc(50% - 6px); }
    .nav .current-menu-item > a {
      background-color: #0088b9; }
      .nav .menu-item-has-children .menu-item-has-children:hover:after {
        transform: rotate(-90deg);
        color: #e73d00; }

  .show-mobile-sub-menus .sub-menu {
    display: none; }

  .menu_control,
  .author_box_wrapper,
  .prev_next {
    margin-left: 0;
    margin-right: 0; }

  .sidebar .tagcloud,
  .sidebar #calendar_wrap,
  .related-container .related-content {
    padding-left: 0;
    padding-right: 0; }

  .sidebar input[type="submit"],
  .sidebar .input_submit {
    width: 100%; }

  .author_box .author_social_container,
  .related-container {
    text-align: left; }

  .author_box .social_headline {
    display: inline-block; }

  #action_box .ab_col {
    padding: 31px; }

  .woocommerce .content > .product {
    margin: 31px 31px 0 0; }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    font-size: 18px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs:after {
      display: none; } }

/*
 * Begin meanMenu Responsive Menu Shared Styles
 */
/*
 * ** Super Fish ESSENTIAL STYLES **
 */
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

/*
 * Rick's Mod below
 */
.mean-container .sf-menu ul {
  position: static; }

/*
 * ** arrows (for all except IE7) *
 */
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
    /*
   * no CSS arrows for IE7 (lack pseudo-elements)
   */ }

/*
 * styling for both css and generated arrows
 */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
    /*
   * order of following 3 rules important for fallbacks to work
   */
  border: 5px solid transparent;
  border-top-color: #dfeeff;
    /*
   * edit this to suit design (no rgba in IE8)
   */
  border-top-color: rgba(255, 255, 255, 0.5); }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
    /*
   * IE8 fallback colour
   */ }

/*
 * styling for right-facing arrows
 */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dfeeff;
    /*
   * edit this to suit design (no rgba in IE8)
   */
  border-left-color: rgba(255, 255, 255, 0.5); }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

/*
 * To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)
 */
/*
 * hide the link until viewport size is reached
 */
a.meanmenu-reveal {
  display: none; }

/*
 * when under viewport size, .mean-container is added to body
 */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999; }

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700; }

.mean-container a.meanmenu-reveal span {
  display: block;
  height: 3px;
  margin-top: 3px; }

.mean-container .mean-nav {
  float: left;
  width: 100%;
  margin-top: 33px; }

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  position: static; }

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%; }

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
    /*
   * color: #fff;
   */
  border-bottom: 1px solid #383838;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase; }

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-bottom: 1px solid #f1f1f1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(100);
  text-shadow: none !important;
  visibility: visible; }

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0; }

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%; }

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%; }

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%; }

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1); }

.mean-container .mean-nav ul li a.mean-expand {
  width: 26px;
  height: 26px;
  border: none !important;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: none; }

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both; }

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0; }

.mean-container .sf-arrows .sf-with-ul:after {
  border: 0px; }

/*
 * Fix for box sizing on Foundation Framework etc.
 */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }

/*
 * End  meanMenu Responsive Menu Shared Styles
 */
/*
 * Begin meanMenu Responsive Menu Instance Styles
 */
.sf-menu ul {
  min-width: 12em;
    /*
   * allow long menu items to determine submenu width
   */
  *width: 12em;
    /*
   * no auto sub width for IE7, see white-space comment below
   */ }

.responsive-menu {
  background: #888888; }

.responsive-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.sf-menu a {
  text-decoration: none;
  zoom: 1;
    /*
   * IE7
   */
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px; }

.sf-menu .sub-menu a {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px; }

.sf-menu a,
.sf-menu .current ul a,
.sf-menu .current-cat ul a,
.sf-menu .current-menu-item ul a {
  color: white;
  background: #888888; }

.sf-menu a:hover,
.sf-menu .current ul a:hover,
.sf-menu .current-cat ul a:hover,
.sf-menu .current-parent a:hover,
.sf-menu .current-menu-item ul a:hover,
.sf-menu .current-menu-ancestor a:hover {
  text-decoration: none;
  color: white;
  background: #666666; }

.sf-menu .current a,
.sf-menu .current a:hover,
.sf-menu .current-cat a,
.sf-menu .current-cat a:hover,
.sf-menu .current-menu-item a,
.sf-menu .current-menu-item a:hover {
  color: white;
  background: #888888; }

.sf-menu li {
  background: #888888;
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }

.sf-menu li:hover,
.sf-menu li.sfHover {
  background: #666666;
    /*
   * only transition out, not in
   */
  -webkit-transition: none;
  transition: none; }

.mean-container .mean-bar {
  background: #0c1923; }

.mean-container a.meanmenu-reveal {
  color: white; }

.mean-container a.meanmenu-reveal span {
  background: white; }

.mean-container .mean-nav {
  background: #0c1923; }

/*
 * ---:[ custom CSS ]:---
 */
#mega-menu-item-19716 {
  background: #06325e !important; }

/*
 * $dark_orange:#ff621b;
 */
@media all and (max-width:600px) {
  .floatleft {
    float: right !important; }

  .floatright {
    float: left !important; } }

@media all and (min-width:600px) {
  .floatleft {
    float: left !important; }

  .floatright {
    float: right !important; } }

/*
 * body:not(.logged-in) #choose-your-adv{display:none}
 */
.colored_table table.ninja_table_pro.inverted.table a {
  color: #f1b33f !important; }

.Tripit-Wrapper .loader {
  display: none; }

.bb-wide .content_container:not(.footer_nav) > .container {
  width: 100%; }

.bb-wide .post_box {
  padding-right: 0;
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: 0; }

.Tripit-Filters--trips {
  padding: 1.5rem 3px 0 0px !important; }

.Tripit-CardGrid #listing-table {
  padding-left: 3px; }

.Tripit-CardGrid {
  padding-bottom: 25px; }

#ashin > div.Card-Header > p {
  padding-top: 0 !important; }

.grt .floattitle.wp-caption {
  max-height: 400px;
  background: white; }

.grt .floattitle.wp-caption p {
  font-weight: bold;
  padding: 0 10px;
  color: white;
  position: relative;
  top: -390px;
  font-size: 1.2em;
  line-height: 1.2; }

.grt .floattitle.wp-caption img {
  border-radius: 5px; }

.grt .box {
  background-color: #dbf6ff; }

body {
  overflow-x: hidden; }

body > .shiftnav-wrap > .wrapper {
  padding-bottom: 79px; }

.grt p {
  margin-bottom: 20px; }

.grt ul li {
  line-height: 1.5;
  margin-bottom: 10px; }

@media all and (max-width:595px) {
  .responsive-menu {
    display: none; }

  #soliloquy-container-18897 {
    margin-left: -10px !important; }

  #soliloquy-18897 > li.soliloquy-item.soliloquy-item-4.soliloquy-id-18897-airport.soliloquy-html-slide.soliloquy-active-slide > div {
    height: 60px !important; } }

.show-on-mobile {
  display: block; }

.shiftnav-toggle-button {
  position: absolute !important;
  background: none !important;
  z-index: 1000;
  visibility: visible; }

body > iframe {
  height: 0; }

.shiftnav-main-toggle-content.smaller .container {
  width: 100%; }

.shiftnav-main-toggle-content.smaller .top_nav.top_social {
  float: right;
  text-align: right; }

.shiftnav-main-toggle-content.smaller .top_nav.two-thirds.first {
  display: none; }

.shiftnav-toggle-burger.smaller i.fa.fa-bars {
  visibility: visible !important; }

.shiftnav-toggle-burger.smaller:after {
  content: " Menu" !important; }

.shiftnav-main-toggle-content.smaller #top_nav_logo {
  visibility: visible; }

#shiftnav-toggle-main .shiftnav-toggle-burger.smaller {
  padding: 15px 10px 16px 120px !important; }

.shiftnav-main-toggle-content.smaller .top_social {
  padding-top: 8px; }

body > div.shiftnav-wrap > iframe {
  height: 0 !important; }

.grt .tips {
  color: white; }

.grt a:hover {
  cursor: pointer; }

.grt a.button {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold; }

.grt ul,
.grt ol {
  margin-left: 18px; }

/*
 * body:not(.trip-template) .grt ul li{list-style-position:inside; text-indent:-1.4em; padding-left:1.4em}
 * body.page-id-21038 .grt ul li{text-indent:0;}
 * .grt ul.gfield_radio li, .grt ul.gform_fields li, li.opt{list-style-position:inside; text-indent:0; padding-left:0}
 * .grt .responsive-tabs-wrapper ul li{text-indent:0; padding-left:15px}
 */
.no-blue-trips-sans-announcement .grt ul {
  list-style-position: inside;
  margin-left: 0; }

/*
 * #thesis_launcher{display:none;}
 */
.home-graphic {
  padding: 0 !important;
  background: none !important;
  margin-bottom: 50px !important; }

.template-front .ulp-window-middle-right {
  display: none !important; }

/*
 * hide camel popup
 */
#covid {
  border: 2px solid #f1b33f;
  padding: 0px 8px;
  margin: 0 5px 0 5px;
  display: inline-block;
  text-decoration: none; }

#covid:hover {
  color: #00bcff;
  border: 2px solid #00bcff; }

hr {
  border: 2px dashed #00bcff;
  max-width: 70%;
  margin: 31px auto 62px; }

hr.dotted {
  border: 2px dashed #f1b33f;
  max-width: 70%;
  margin: 31px auto 62px; }

@media all and (min-width:600px) {
  hr.home {
    margin: 0 auto 70px !important;
    max-width: 99% !important; } }

.center {
  text-align: center; }

.centergray {
  background-color: #cccccc !important; }

.graybg {
  background-color: #f1f2f2; }

/*
 * homepage updates Oct 2016
 */
@media all and (min-width:1044px) {
  #ListingTable > thead > tr > th.sorting_asc {
    width: 120px !important; }

  #ListingTable > thead > tr > th:nth-child(1),
  #ListingTable > thead > tr > th:nth-child(2) {
    width: 165px !important;
    min-width: 153px !important; }

  #ListingTable > thead > tr > th:nth-child(3) {
    width: 295px !important;
    min-width: 295px !important; }

  @media all and (max-width:600px) {
    #ListingTable > thead > tr > th:nth-child(3) {
      width: 145px !important;
      min-width: 145px !important; } }

  #ListingTable > thead > tr > th:nth-child(4) {
    width: 135px !important;
    min-width: 135px !important; } }

#ListingTable > thead > tr > th:nth-child(5) {
  min-width: 70px !important; }

#ListingTable > thead > tr > th:nth-child(7) {
  min-width: 151px !important; }

@media all and (max-width:600px) {
  #ListingTable > thead > tr > th:nth-child(2):after {
    content: "\f061";
    font-family: "FontAwesome";
    padding-left: 30px;
    color: #e1e1e1; } }

.page-id-65 .grt .box {
  background: none !important;
  border-left-width: 0;
  padding: 0; }

.responsive-menu {
  background: #00aae7;
  padding-left: 2px; }

.responsive {
  overflow-x: auto; }

.mean-container .mean-bar {
  background: none;
  position: absolute;
  top: -150px; }

.meanmenu-reveal {
  left: 0 !important; }

/*
 * 
 */
.mean-container a.meanmenu-reveal {
  padding-right: 60px;
  position: absolute;
  top: 175px;
  left: 84vw !important; }

/*
 * 
 */
.meanclose {
  color: #00aae7 !important; }

body.admin-bar.mean-container a.meanmenu-reveal {
  top: 192px; }

/*
 * 
 */
#word-menu {
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 2003;
  color: white; }

/*
 * 
 */
.mean-container a.meanmenu-reveal span {
  background: #00aae7; }

/*
 * 
 */
.fa-star {
  color: #ffd200;
  font-size: 1.5em !important; }

/*
 * 
 */
.rev-row {
  font-size: 0.7em;
  line-height: 1.2;
  padding: 16px; }

.rev-row div.one_fourth {
  padding: 16px 16px 0;
  text-align: center; }

/*
 * 
 */
.rev-row .fa-star {
  font-size: 1.4em; }

/*
 * 
 */
.star-row {
  margin-top: 15px;
  margin-bottom: 5px; }

header.smaller #word-menu {
  left: 135px;
  top: 11px; }

div.mean-bar > a.meanmenu-reveal.meanclose + nav.mean-nav {
  border-bottom: 3px solid white;
  margin-top: 231px; }

div.mean-bar.smaller > a.meanmenu-reveal.meanclose + nav.mean-nav {
  margin-top: 198px;
  position: fixed; }

.mean-container .mean-bar.smaller a.meanmenu-reveal {
  position: fixed;
  top: 2px;
  margin-left: 93px; }

body.admin-bar.mean-container .mean-bar.smaller a.meanmenu-reveal {
  top: 32px; }

@media all and (max-width:782px) {
  body.admin-bar.mean-container .mean-bar.smaller a.meanmenu-reveal {
    top: 49px; }

  body.admin-bar header.smaller #word-menu {
    top: 27px; }

  body.admin-bar div.mean-bar > a.meanmenu-reveal.meanclose + nav.mean-nav {
    margin-top: 231px; } }

header.move.smaller #thesis_logo_image {
  display: inline-block; }

.mean-container .mean-nav ul li a {
  padding: 10px 5%; }

.mean-container .mean-nav ul li a:hover {
  background: #00aae7;
  color: #f1b33f; }

.mean-container .mean-nav ul li li a {
  padding: 10px 10%; }

.sf-menu li {
  background: #00aae7; }

.sf-menu a,
.sf-menu .current ul a,
.sf-menu .current-cat ul a,
.sf-menu .current-menu-item ul a {
  background: #00aae7;
  font-weight: bold; }

.sf-menu a:hover {
  background: #0088b9 !important; }

.mean-nav ul.sub-menu li a {
  background: #1b75bc;
  color: #002f5e;
  font-weight: bold;
  opacity: 1 !important; }

.mean-nav ul.sub-menu li a:hover {
  background: #1b75bc;
  color: #f1b33f; }

#c-menu {
  position: absolute;
  top: 2px;
  left: 100px;
  visibility: hidden; }

header.smaller #c-menu {
  visibility: visible; }

#c-menu a {
  display: inline-block;
  font-weight: bold;
  font-size: 1.1em;
  padding-left: 20px; }

.nav #c-menu .sub-menu li {
  background: #002f5e; }

.template-front h1.headline,
.template-front h2.headline {
  font-size: 3.5em;
  color: #00aae7;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px; }

/*
 * *051018*
 */
hr.short {
  border: 5px solid #1b75bc;
  max-width: 20%;
  margin: 8px auto 26px; }

.template-front hr {
  margin: 31px auto; }

#viewalldates {
  position: relative;
  top: -22px;
  display: block;
  font-weight: bold;
  font-size: 1.3em; }

a#viewalldates:hover {
  color: #00aae7; }

#find_your_adventure {
    /*
   * background:#f1f2f2;
   */
  padding: 40px 0 16px;
  margin-top: 15px; }

#slayer {
  padding: 15px 0 0; }

#trips-layer {
  text-align: center; }

#trips-layer a.button {
  padding: 3px 16px;
  display: none; }

#trips-layer p {
  padding-bottom: 16px;
  color: white;
  font-size: 1em;
  line-height: 1.2;
  position: relative;
  top: 0;
  display: none;
  z-index: 900; }

#trips-layer h5 {
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 16px; }

.darkmask {
  background: rgba(0, 0, 0, 0.4);
  padding: 31px 16px;
  border-radius: 7px;
  max-width: 270px;
  height: 375px;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out; }


.lightmask {
  background: rgba(0, 0, 0, 0.1) !important; }

#trips-layer > div > div {
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 270px;
  margin: 0 auto;
  height: 375px;
  border-radius: 8px;
  margin-bottom: 115px; }

.trip-boxes {
  overflow: hidden;
  max-height: 408px; }

.microinfo {
  color: white;
  position: relative;
  bottom: 258px;
  font-size: 0.6em;
  line-height: 1.3;
  left: 0;
  max-height: 160px;
  margin-bottom: 0;
  max-height: 160px;
  z-index: 899; }

.microinfo .one-half {
  padding: 0 11px; }

.microinfo .fa {
  display: block;
  margin: 10px auto 5px;
  font-size: 1.7em; }

#quest {
  background: url('http://sandbox.israeloutdoors.com/wp-content/uploads/2016/09/ti_Quest.jpg');
  background-position: -30px 0; }

#foot {
  background: url('http://sandbox.israeloutdoors.com/wp-content/uploads/2016/09/ti_ByFoot.jpg'); }

#wilderness {
  background: url('http://sandbox.israeloutdoors.com/wp-content/uploads/2016/09/ti_DesertWilderness.jpg'); }

#pride {
  background: url('http://sandbox.israeloutdoors.com/wp-content/uploads/2016/09/ti_Pride.jpg'); }

#medical {
  background: url('http://sandbox.israeloutdoors.com/wp-content/uploads/2016/09/ti_Medical.jpg'); }

#express {
  background: url('http://sandbox.israeloutdoors.com/wp-content/uploads/2016/09/ti_Express.jpg');
  background-position: -20px 0; }

#argentina {
  background: url('http://sandbox.israeloutdoors.com/wp-content/uploads/2016/09/ti_Argentina.jpg'); }

#campus {
  background: url('http://sandbox.israeloutdoors.com/wp-content/uploads/2016/09/ti_Campus.jpg'); }

#community {
  background: url('http://sandbox.israeloutdoors.com/wp-content/uploads/2016/09/ti_Community.jpg'); }

#bike {
  background: url('http://sandbox.israeloutdoors.com/wp-content/uploads/2016/09/ti_ByBike.jpg'); }

#fraternity {
  background: url('http://sandbox.israeloutdoors.com/wp-content/uploads/2016/09/ti_Fraternity.jpg'); }

#society {
  background: url('http://sandbox.israeloutdoors.com/wp-content/uploads/2016/09/ti_SharedSociety.jpg'); }

/*
 * .template-front .post_content{display:table-cell; height:388px; vertical-align:middle}
 */
.template-front .post_content {
  margin: 0 auto;
  max-width: 580px; }

.home-graphic {
  display: table-cell;
  height: 375px;
  vertical-align: middle; }

#field_2_10 > span,
#field_2_10 > span > a {
  color: #666666 !important; }

@media all and (max-width:1044px) {
  #trips-layer h5 {
    font-size: 1em;
    line-height: 1.2; }

  #trips-layer > div > div {
    margin-bottom: 80px; }

  #trips-layer p {
    font-size: 0.8em;
    line-height: 1; } }

@media all and (max-width:600px) {
  #quest,
  #express {
    background-position: 0 0; }

  .microinfo {
    bottom: 210px; }

  .microinfo .one-half {
    width: 50% !important;
    float: left !important; }

  #trips-layer p {
    font-size: 1em;
    line-height: 1.2; }

  #trips-layer h5 {
    font-size: 1.4em;
    line-height: 1.2; }

  .home-graphic {
    margin-bottom: 0 !important; }

  .home-graphic {
    height: initial; }

  .template-front .post_box {
    padding-top: 0; } }

#gift .gform_footer input[type="submit"] {
  border-bottom: 0px solid white; }

#homepage-form h3,
#formtitle {
  font-size: 50px;
  padding: 20px 0 8px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  text-align: center !important;
  color: #00aae7; }

@media all and (max-width:600px) {
  #homepage-form h3,
  #formtitle {
    padding: 20px 0 0 !important; } }


.page-id-149 #gform_2 {
  color: #333333; }

#homepage-form #gift {
  padding: 10px 0 57px 0; }

#homepage-form #gift {
  background: #ececec; }

#homepage-form p {
  font-size: 20px;
  padding: 8px 0; }

.footer p {
  font-size: 12px !important; }

@media only screen and (min-width: 641px) {
  #homepage-form #input_2_1_3 {
    width: 99.5%; }

  #homepage-form #input_2_1_6 {
    margin-left: 5px;
    max-width: 340px; }

  #input_2_1_6_container {
    padding-right: 13px; }

  .page-id-149 #input_2_1_6_container {
    padding-right: 2px;
    padding-left: 7px; }

  #homepage-form #input_2_1_6_container {
    padding-right: 13px;
    padding-left: 0px; }

  #input_2_1_3_container > label,
  #input_2_1_6_container > label {
    display: none; }

  #input_2_1_3_container {
    padding-right: 8px !important;
    position: relative;
    top: 1px; }

  #input_2_1 {
    width: 100.7% !important; } }

/*
 * BRI 2023 signup popup
 */
#input_21_3_3,
#input_21_5,
#input_21_6,
#gform_submit_button_21 {
  width: 100%; }

#gform_21 > div.gform_footer.top_label {
  margin-top: 15px !important; }

#field_21_3 > legend {
  font-weight: normal !important; }

/*
 * **
 */
/*
 * body .gform_wrapper .top_label div.ginput_container{margin-top:-10px !important}
 */
body .gform_wrapper #gform_7 .top_label div.ginput_container {
  margin-top: 0 !important; }

#homepage-form input,
#homepage-form textarea,
#homepage-form select {
  border-radius: 0px; }

@media all and (max-width:450px) {
  #input_2_1 {
    width: 102% !important; } }

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
  margin-top: 4px; }

.template-front .gform_wrapper ul.gfield_radio li {
  margin: 0 !important; }

#field_2_5 > label {
  padding-bottom: 10px;
  float: left; }

#field_2_5 > div {
  float: left;
  padding-top: 3px; }

#field_2_5 {
  font-weight: 400;
  font-size: 1em;
  min-width: 170px; }

#label_2_5_2 {
  min-width: 140px; }

#label_2_5_0,
#label_2_5_1,
#label_2_5_2,
#label_2_5_3 {
  font-weight: 400;
  font-size: 0.9em;
  margin-right: 20px;
  max-width: 100%; }

#homepage-form #label_2_5_0,
#homepage-form #label_2_5_1,
#homepage-form #label_2_5_2,
#homepage-form #label_2_5_3 {
  color: white; }

#homepage-form #label_2_5_0 a,
#homepage-form #label_2_5_1 a,
#homepage-form #label_2_5_2 a,
#homepage-form #label_2_5_3 a {
  color: #00aae7; }

#homepage-form input[type="radio"]:hover {
  cursor: pointer; }

.gfield_required {
  display: none; }

#gform_confirmation_message_2 {
  text-align: center; }

#homepage-form .widget .button {
  background: #f1b33f;
  color: white;
  margin: 31px 0; }

#homepage-form .widget .button:hover {
  background: #00aae7; }

body:not(.template-front) #field_2_7 {
  width: 100% !important; }

/*
 * body:not(.template-front) #homepage-form .gform_wrapper .gform_footer{padding:0 !important; text-align:right; margin:-73px 0 0 0 !important; position:relative; top:-40px}
 */
.gform_wrapper .gform_footer {
  padding: 0 !important;
  text-align: right; }

.gform_footer input[type="submit"],
.input_submit {
  background-color: #123e6a !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em !important;
  padding-right: 40px; }

.gform_footer input[type="submit"]:hover,
.input_submit:hover {
  background-color: #002f5e !important; }

#field_2_6 {
  visibility: hidden; }

@media all and (max-width:900px) {
  .gform_wrapper .gform_footer {
    margin-top: 0 !important; } }

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  display: none !important; }

#gform_submit_button_6,
#gform_submit_button_19 {
  float: left; }

.gform_wrapper textarea.medium {
  border: 1px solid #d6d6d6 !important; }

#field_6_25 > div.gfield_description {
  padding-top: 0 !important; }

#input_6_23 > div,
#input_19_23 > div {
  margin: 0 auto; }

#gform_submit_button_6,
#gform_submit_button_19 {
  max-width: 209px; }

@media all and (max-width:425px) {
  #gform_submit_button_6,
  #gform_submit_button_19 {
    max-width: 209px;
    margin-top: 15px; } }

#gform_6 > div.gform_footer.top_label,
#gform_19 > div.gform_footer.top_label {
  max-width: 209px;
  margin: 19px auto;
  text-align: center; }

@media all and (min-width:600px) {
  #gform_wrapper_6 ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    content: "" !important; } }

#input_6_21_3 {
  margin-top: -2px !important; }

/*
 * #gform_wrapper_6{max-width:700px; margin:0 auto}
 */
#field_6_22 {
  margin-top: 29px !important; }

#video-grid .one-half {
  margin-left: 0 !important;
  width: 50% !important; }

#video-grid .one-fourth {
  margin-left: 0 !important;
  width: 25% !important; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
    /*
   * 16:9
   */
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media all and (max-width:600px) {
  #video-grid .one-half {
    margin-top: 20px !important;
    width: 100% !important; } }

/*
 * *********
 */
/*
 * style tooltipy
 * em span.bluet_tooltip{margin:0 4px;}
 * strong span.bluet_tooltip{margin:0 4px;}
 * .trip-template .bluet_tooltip:hover{cursor:pointer !important;}
 * .trip-template .xoverlay .bluet_tooltip{color:white !important;}
 * span.bluet_title_on_block{font-size:2em; color:#00AAE7;}
 * .bluet_text_content ul{padding-left:20px;}
 * .bluet_text_content ul li{line-height:20px;}
 * .tooltip {font-weight: bold;}
 * .iout-tooltip .bluet_text_content{padding:15px;}
 * .bluet_text_content p{line-height:1.1}
 * .bluet_text_content p img{padding:10px 0;}
 * .bluet_img_in_tooltip{display:none;}
 * .bluet_block_container{border:2px solid #00AAE7;}
 */
.qtip-content img {
  margin-bottom: 10px !important; }

.tooltipsall {
  border-bottom: 2px dotted #00aae7 !important; }

span.tooltipsall {
  color: #f2b440 !important; }

.tooltipsall:hover {
  cursor: pointer; }

span.tooltipsall:hover {
  color: #1b75bc !important; }

.fm-container {
  width: 285px;
  margin: 0 auto; }

.fm-container {
  display: none; }

#floating-menu {
  display: none; }

.fa-location-arrow {
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg); }

.disc_why {
  padding: 15px 10px; }

body.page-id-13870 .qtip-content {
  font-size: 18px !important;
  line-height: 1.3 !important; }

body.page-id-13870 .tooltipsall {
  border-bottom: 0 solid white !important; }

body.page-id-13870 .grt p {
  margin-bottom: 15px; }

.collapseomatic {
  font-weight: bold;
  margin-top: 15px;
  background-position: 0 8px; }

/*
 * = Header Stuff
 */
.headline_area {
  margin-bottom: 5px; }

body.blog .headline_area,
body.template-single .headline_area {
  width: 100%; }

body.blog .post_box .post_tags {
  margin-top: 20px; }

body.blog div.sidebar.primary.announcements,
body.template-single div.sidebar.primary.announcements {
  display: none; }

body.blog .post_box .post_excerpt p {
  margin-bottom: 10px; }

.grt h1 {
  text-transform: capitalize; }

.grt h2 {
  margin-top: 0;
  color: #00aae7;
  clear: both;
  font-weight: 700; }

.full-layout h4 {
  font-size: 3em;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  text-indent: 50px;
  background: url('images/blue-arrow.png') no-repeat;
  clear: both;
  line-height: 1.2em; }

.template-single .related-container h4 {
  text-indent: 0;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
  text-align: center;
  position: absolute;
  text-align: center;
  color: white;
  display: block;
  padding: 0px 8px;
  margin: 0px;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  background: none; }

.default-featured-img {
  width: 100%; }

.ui-widget-content {
  background-color: white !important; }

.ui-accordion .ui-widget-content {
  background: #fef8ef !important; }

.ui-accordion .ui-widget-content p:nth-last-child(1) {
  margin-bottom: 0; }

.ui-accordion .ui-state-default {
  background: none; }

.ui-accordion .uiaccordion-header {
  font-family: 'Roboto Condensed', sans-serif !important; }

.ui-accordion p,
.ui-accordion li {
  line-height: 30px !important; }

.ui-accordion p a,
.ui-widget-content a {
  color: #f1b33f !important;
  text-decoration: none !important; }

.ui-accordion p a:hover,
.ui-widget-content a:hover {
  color: #002f5e !important; }

.grt a,
.grt .box a {
  color: #f1b33f; }

a:hover,
.grt .box a:hover {
  color: #002f5e; }

.columns > .content,
.columns .column-wrapper > .content {
  border: none; }

.full-layout .post_content > table,
.full-layout .post_content td {
  border: none; }

.template-page .columns > .content,
.template-page .columns .column-wrapper > .content {
  width: 100%; }

.no-blue-trips .columns > .content,
.no-blue-trips .columns .column-wrapper > .content {
  width: 100%; }

.blue-with-text .columns > .content,
.blue-with-text .columns .column-wrapper > .content {
  width: 100%; }

.no-blue-trips.full-layout .post_box {
  padding-top: 0; }

.no-blue-trips-sans-announcement #intro-text .two-thirds.first {
  width: 100% !important;
  max-width: 100% !important; }

.no-blue-trips-sans-announcement .columns .column-wrapper>.content,
.blue-with-text-sans-ann .columns .column-wrapper>.content {
  width: 100% !important; }

.no-blue-trips-sans-announcement #intro-text {
  padding-right: 31px;
  margin-bottom: 0; }

.blog.full-layout .columns .column-wrapper > .sidebar.primary,
.template-single.full-layout .columns .column-wrapper > .sidebar.primary {
  padding: 92px 20px 0; }

.template-front .soliloquy {
  margin-bottom: -1px; }

.template-front .soliloquy::after {
  content: "";
  background: url('images/blue-blur-x.jpg');
  opacity: 0.3;
  top: 201px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1; }

.sidebar .soliloquy-container .soliloquy-viewport {
  min-height: 180px; }

.sidebar .soliloquy-container .soliloquy-html-content {
  color: white;
  padding: 5px 25px 0; }

.sidebar .soliloquy-container .soliloquy-html-content p {
  font-size: 1.2em;
  line-height: 1.35em; }

.sidebar .soliloquy-container .soliloquy-html-content a {
  background-color: white;
  padding: 10px;
  border-radius: 8px;
  font-weight: 700;
  max-width: 220px;
  margin: -5px auto 0 auto; }

.sidebar .soliloquy-pager {
  text-align: center !important; }

.template-front #home-announce .soliloquy-container .soliloquy-html-content {
  color: white;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.5; }

.template-front #home-announce .soliloquy-container .soliloquy-html-content p {
  line-height: 1.5; }

@media all and (min-width:1044px) {
  .template-front #home-announce .soliloquy-container .soliloquy-html-content p {
    padding: 20px 0 20px 32px; } }

.template-front #home-announce .soliloquy-container .soliloquy-html-content a {
  color: #002f5e;
  border: 2px solid #002f5e;
  padding: 3px 8px;
  margin: 0 5px 0 10px;
  display: inline-block; }

.template-front #home-announce .soliloquy-container .soliloquy-html-content a:hover {
  color: #00bcff;
  border: 2px solid #00bcff; }

#home-announce {
  background: #f1b33f;
  margin-bottom: 7px;
  -webkit-box-shadow: 0px 2px 9px 0px rgba(69, 69, 69, 0.5);
  -moz-box-shadow: 0px 2px 9px 0px rgba(69, 69, 69, 0.5);
  box-shadow: 0px 2px 9px 0px rgba(69, 69, 69, 0.5); }

body.template-front > div.wrapper > div:nth-child(9) {
  background: #f6f6f6;
  padding-bottom: 0px; }

.page-id-137 #home-intro-area {
  background: #fafafa; }

/*
 * @media all and (min-width:1044px){#home-announce{max-height:60px;}}
 */
#home-announce .fa {
  margin-right: 10px;
  font-size: 1.2em;
  margin-top: -7px; }

@media all and (max-width:1044px) {
  .template-front #home-announce .soliloquy-container .soliloquy-html-content {
    font-size: 1em; } }

@media all and (max-width:768px) {
  .template-front #home-announce .soliloquy-container .soliloquy-html-content {
    font-size: 0.9em; }

  .template-front #home-announce .soliloquy-container .soliloquy-html-content {
    min-height: 100px; }

  #home-announce .fa {
    margin-top: 0; } }

@media only screen and (max-width:767px) {
  a.sf-with-ul:after {
    display: none; }

  .sf-arrows .sf-with-ul {
    padding-right: 20px; } }

@media all and (max-width:500px) {
  .template-front #home-announce .soliloquy-container .soliloquy-html-content {
    padding-top: 12px; } }

.header_container {
  width: 100%;
  background: white;
    /*
   * margin-top:-201px;position:fixed;
   */ }

.headline_container .container {
  background: url('images/bg.png') no-repeat; }

.header_container .headline_container .container {
  padding: 5px 16px; }

.top_nav {
  background: #002f5e;
  height: 40px;
  position: relative;
  z-index: 1001; }

.nav-container {
  position: relative;
  z-index: 1000;
  border-bottom-width: 0; }

.top_nav .nav a {
  font-weight: 300; }

.top_nav .nav .current-menu-item > a,
.top_nav .nav a {
  background: #002f5e;
  color: white;
  padding: 8px 7px;
  letter-spacing: 0.03em;
  font-size: 0.9em; }

.top_nav .nav #top_nav_logo a {
  background: none;
  padding: 0 7px; }

.top_nav .nav ul.sub-menu li a {
  padding: 10px 20px;
  font-size: 0.9em;
  line-height: 1.5; }

.top_nav .nav ul.sub-menu li {
  border-bottom: 1px solid #e6e6e6; }

.top_nav .nav ul.sub-menu li a:hover {
  background: #002f5e; }

.top_nav .nav ul.sub-menu li:last-child {
  border-bottom: 3px solid white; }

.top_nav  .nav li > a:hover,
.top_nav  .nav li:not(.mega-menu-item) > a > i:hover {
  color: #f1b33f;
  background: #002f5e; }

#text-36 .fa {
  -webkit-text-stroke-width: 0.03em;
  -webkit-text-stroke-color: white;
  color: white;
  margin-right: 4px; }

/*
 * saf3+, chrome1+
 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #text-36 .fa {
    color: #002f5e; } }

ul.sub-menu .fa-comment,
ul.sub-menu .fa-envelope {
  margin-right: 3px; }

#menu-footermenu > li > ul.sub-menu > li > ul.sub-menu {
  border: 1px solid white;
  border-width: 0 1px; }

.top_nav .fa:hover {
  color: #f1b33f; }

#site_title img {
  padding: 0;
  margin-left: -2px; }

#top-columns {
  max-width: 800px;
  padding-left: 8px; }

#top-columns .simple-social-icons {
  padding-top: 6px; }

.nav,
.nav .sub-menu {
  text-transform: initial; }

.nav.show_menu ul.sub-menu {
  display: block; }

.nav.show_menu {
  padding-left: 0; }

#menu-item-16916 > ul li {
  width: 225px; }

#menu-item-16916 > ul li a {
  padding: 7px 15px; }

#menu-topnav-1 > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-16107:hover ul.sub-menu {
  display: block !important; }

/*
 * .nav.two-thirds{min-width:553px;max-height:40px; overflow: hidden;}
 */
.nav.two-thirds {
  padding-right: 0; }

#text-36,
#block-4 {
  text-align: left;
  padding-left: 0;
  max-width: 335px;
  width: 335px;
  margin-left: 5px;
  padding-top: 8px; }

header.smaller #block-4,
header.smaller #text-36 {
  width: 115px;
  padding-top: 10px; }

#text-36,
#block-4 .fa {
  font-size: 30px;
  padding: 4px 5px 3px 5px; }

#text-36,
#block-4 a .fa:hover {
  color: #f1b33f; }

#nav-callout {
  color: #f1b33f;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  top: -8px;
  font-size: 14.2px;
  letter-spacing: 0.03em;
  visibility: visible; }

header.smaller #nav-callout {
  visibility: hidden; }

header.smaller .social-icons-sml {
  visibility: hidden; }

@media all and (max-width:600px) {
  #nav-callout,
  header.smaller #nav-callout {
    visibility: hidden; } }

.social-icons-sml {
  color: white; }

#bri > a > img {
  position: relative;
  z-index: 1001; }

.top_nav.top_social {
  text-align: left;
  float: left; }

.top_nav.top_social .fa {
  font-size: 30px;
  padding: 4px 5px 3px 5px; }

.top_nav.top_social a .fa:hover {
  color: #f1b33f; }

.top_nav.two-thirds.first {
  max-width: 558px; }

#bri {
  position: absolute;
  margin-left: 790px; }

.nav {
  padding-left: 23px; }

.nav a {
  padding: 13px 10px 9px 10px;
  font-weight: 600;
  font-size: 1.1em;
  font-size: 1.1rem;
  color: white;
  letter-spacing: 0.02em; }

/*
 * blue divider
 */
#blue-divider {
  width: 100%;
  background-color: #002f5e;
  min-height: 70px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  padding-top: 14px;
  min-height: 60px; }

#blue-divider .content_container {
  background-color: #002f5e;
  max-height: 44px; }

#blue-divider .headline_area {
  margin-bottom: 0; }

#blue-divider .headline_area h1.headline {
  margin-left: 22px;
  line-height: 1.3em;
  color: white;
  background: url('images/blue-arrow.png') 0 5px no-repeat; }

/*
 * Gift Header and Header
 */
body.countrylp > div.shiftnav-wrap > div.wrapper > h1.headline,
#homepage-form .widget {
  background: #00aae7; }

body.countrylp > div.shiftnav-wrap > div.wrapper > h1.headline {
  padding: 31px 31px 6px 31px;
  text-align: right;
  text-transform: uppercase;
  font-size: 3.5em;
  font-weight: 700; }

#gift .one-third {
  color: #002f5e;
  padding-top: 12px; }

@media all and (min-width:767px) {
  #gift .one-third {
    border-left: 4px solid #00aae7;
    padding-left: 25px;
    margin-left: 13px;
    margin-top: 14px;
    padding-bottom: 5px; } }

@media all and (max-width:767px) {
  #gift .one-third {
    text-align: center;
    border-top: 4px solid #00aae7;
    padding-top: 35px; } }

#homepage-form .one-third a {
  font-size: 21px !important;
  line-height: 1.3; }

#emphasis-head {
  background: #00aae7;
  padding: 25px 0 34px; }

#emphasis-head .container {
  padding: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1; }

#emphasis-head h3 {
  font-size: 3.5em;
  padding-top: 0 !important; }

.carousel-review-body {
  color: white !important; }

/*
 * *051018*
 */
.trip-template .carousel-review-body {
  color: black !important; }

/*
 * *051018*
 */
@media all and (min-width: 1044px) {
  .trip-template.full_layout .post_box {
    margin-left: 26px; } }

.template-front .two-thirds.first .headline_area {
  display: none; }

/*
 * .full-layout .wrapper > .headline_area{padding-left:16px; margin-top:16px}
 * .full-layout .wrapper > .headline_area h1.headline{text-transform:uppercase; font-weight:700; }
 */
.blog .wp-post-image {
  min-height: 0px !important;
  height: auto !important; }

.wp-post-image,
.default-featured-img {
  min-height: 60px; }

/*
 * *051018*
 */
.trip-template .post_box {
  padding-top: 0; }

/*
 * *051018*
 */
.headline_area {
  margin-bottom: 0; }

/*
 * *051018*
 */
h1.headline {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #414042;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-top: 20px;
  font-size: 2.75em;
  line-height: 1 !important; }

.trip-template h1.headline {
  padding-top: 30px;
  padding-bottom: 20px; }

/*
 * *051018*
 */
@media all and (max-width:768px) {
  h1.headline {
    padding-top: 10vw; } }

/*
 * *051018*
 */
.breadcrumbs {
  position: absolute;
  top: 0;
  left: 3px;
  font-size: 0.8em;
  font-size: 0.8rem;
  line-height: 1.5em; }

/*
 * *051018*
 */
@media all and (min-width:600px) {
  .breadcrumbs {
    top: -15px; }

  .trip-template .breadcrumbs {
    left: 31px; }

  .no-blue-trips-sans-announcement .breadcrumbs {
    left: 32px; } }

body.page-id-65 .breadcrumbs {
  display: none; }

/*
 * *051018*
 */
@media all and (min-width:1044px) {
  .breadcrumbs {
    top: -15px; } }

/*
 * *051018*
 */
@media all and (max-width:600px) {
  body.trip-template #intro-text .post_box {
    text-align: center; } }

/*
 * *051018*
 */
.yotpo .yotpo-testimonials-btn {
  padding-top: 3px !important;
  padding-bottom: 3px !important; }

/*
 * *051018*
 */
div.Card-Footer > p > a > span > div.standalone-bottomline > div.yotpo-bottomline.pull-left.star-clickable > a {
  display: none !important; }

/*
 * div.Card-Footer > p > a.yotpo{position: absolute; top: -150px; left: 75px;}
 */
/*
 * *051018*
 */
.xoverlay span {
  display: inline !important;
  margin: 0 !important; }

/*
 * 
 */
/*
 * Announcements
 */
/*
 * *051018*
 */
#intro-text {
  margin: 16px auto 31px; }

/*
 * *051018*
 */
.Tripit-CardGrid .Card .Card-Header a.text-m::before {
  content: " | " !important; }

/*
 * *051018*
 */
.Tripit-CardGrid .Card .Card-Header a.text-m {
  color: white !important;
  font-size: 1em !important;
  position: relative;
  top: 0;
  left: 3px; }

/*
 * *051018*
 */
.Tripit-CardGrid .Card .Card-Header a.text-m:hover {
  color: #00aae7 !important; }

/*
 * *051018*
 */
.Tripit-CardGrid .Card .Card-Header h5 {
  line-height: 1 !important; }

#ListingTable > tbody > tr > td:nth-child(3) > a {
  color: #00aae7;
  text-decoration: none;
  font-weight: bold; }

#ListingTable > tbody > tr > td:nth-child(3) > a:hover {
  color: #f1b33f; }

#ListingTable > tbody > tr > td:nth-child(7) > a {
  color: white;
  background: #00aae7;
  border-radius: 0px;
  text-decoration: none;
  padding: 2px 7px;
  display: inline-block;
  font-size: 16px; }

#ListingTable > tbody > tr > td:nth-child(7) > a:hover {
  background: #f1b33f; }

/*
 * *051018*
 */
a.text-m::before {
  content: " | " !important;
  position: relative;
  top: -1px; }

/*
 * *051018*
 */
.yotpo .text-m {
  font-size: 18px !important;
  font-weight: bold !important;
  position: relative;
  left: 5px;
  top: 2px; }

/*
 * *051018*
 */
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars {
  margin-bottom: 9px !important; }

/*
 * *051018*
 */
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph {
  margin-bottom: 15px !important; }

/*
 * *051018*
 */
.yotpo.yotpo-main-widget .yotpo-bottomline .questions,
.yotpo .yotpo-modal-dialog .yotpo-bottomline .questions,
div.yotpo.yotpo-main-widget > div > div.yotpo-small-box.yotpo-nav.reviews,
div.yotpo.yotpo-main-widget > div > div.yotpo-label.yotpo-small-box,
.yotpo-hidden-mobile .filters-dropdown {
  display: none !important; }

/*
 * *051018*
 */
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars {
  position: relative;
  top: 0px; }

/*
 * *051018*
 */
.Tripit-CardGrid .Card .Card-Header .yotpo-display-wrapper > .standalone-bottomline {
  width: 175px !important;
  margin: 10px auto 0 !important; }

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body {
  font-style: normal !important; }

.yotpo .yotpo-label-container {
  border-top: 0 solid white !important; }

#trips_container .yotpo ul li {
  border-bottom: 0px solid white !important; }

#Archa > div.Card-Header > h5:first-letter,
#Diplo > div.Card-Header > h5:first-letter,
#Explo > div.Card-Header > h5:first-letter,
#Israe > div.Card-Header > h5:first-letter,
#Medic > div.Card-Header > h5:first-letter,
#Quest > div.Card-Header > h5:first-letter,
div[id='Tel A'] > div.Card-Header > h5:first-letter,
#Frate > div.Card-Header > h5:first-letter,
#Culin > div.Card-Header > h5:first-letter,
#Geopo > div.Card-Header > h5:first-letter,
#First > div.Card-Header > h5:first-letter,
#Unite > div.Card-Header > h5:first-letter,
#Jewsa > div.Card-Header > h5:first-letter,
#Jews > div.Card-Header > h5:first-letter,
#Moish > div.Card-Header > h5:first-letter,
#Outdo > div.Card-Header > h5:first-letter {
  color: transparent !important; }

#Archa > div.Card-Header > h5,
#Diplo > div.Card-Header > h5,
#Explo > div.Card-Header > h5,
#Israe > div.Card-Header > h5,
#Medic > div.Card-Header > h5,
#Quest > div.Card-Header > h5,
div[id='Tel A'] > div.Card-Header > h5,
#Frate > div.Card-Header > h5,
#Culin > div.Card-Header > h5,
#Geopo > div.Card-Header > h5,
#First > div.Card-Header > h5,
#Unite > div.Card-Header > h5,
#Jewsa > div.Card-Header > h5,
#Jews > div.Card-Header > h5,
#Moish > div.Card-Header > h5,
#Outdo > div.Card-Header > h5 {
  text-indent: -6px; }

#Quest > div.Card-Header > h5:nth-child(2) {
  width: 84%;
  margin: 0 auto; }

/*
 * #trips-layer-new > div.Tripit > div > section.Tripit-CardGrid > div:nth-child(6) > div.Card-Header > p:nth-child(4) > a > span > div.standalone-bottomline{margin-top:40px !important}
 */
/*
 * *051018*
 */
/*
 * *051018*.template-front .Tripit-CardGrid .Card .Card-Footer{top:-13px !important; padding:0 !important}
 */
/*
 * *051018.template-front .Tripit-CardGrid .Card .Card-Header--description{margin-top:25px !important}*
 * #trips-layer-new > div.Tripit > div > section.Tripit-CardGrid > div:nth-child(6) > div.Card-Header > p.Card-Header--description{margin-top:-25px !important;}
 */
/*
 * *051018*
 */
div.yotpo-main > div.content-title.yotpo-font-bold,
div.yotpo-footer,
.yotpo-modal-logo,
#yotpo-testimonials > div.yotpo-modal-dialog > div.yotpo-modal-content > div.yotpo-popup-box-small.yotpo-nav.yotpo-nav-primary {
  display: none !important; }

/*
 * *051018*
 */
.yotpo .yotpo-popup-box-medium {
  border-bottom: 1px solid white !important; }

/*
 * *051018*
 */
.yotpo .yotpo-popup-box-large {
  padding: 0 !important; }

/*
 * *051018*
 */
/*
 * .Tripit-CardGrid .Card .Card-Footer{top:-55px !important}
 */
/*
 * *051018*
 */
/*
 * .Tripit-CardGrid .Card .Card-Header--description{margin-top:35px !important}
 */
/*
 * *051018*
 */
.yotpo .text-xs {
  padding-bottom: 5px !important; }

/*
 * *051018*
 */
.yotpo a {
  font-family: "Roboto Condensed", sans-serif !important; }

.yotpo-footer,
.yotpo-logo-title,
.yotpo-icon-btn-big.transparent-color-btn,
.yotpo-regular-box.yotpo-bottomline.yotpo-bottomline-2-boxes.yotpo-bottomline-empty-state,
#carousel-top-panel > div.headline {
  display: none !important; }

.yotpo .yotpo-small-box,
.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
  border-bottom: 0px solid white !important; }

.carousel-review-title,
.carousel-review-body {
  font-size: 17px !important;
  line-height: 1.3 !important; }

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .big-version .right-side {
  width: 400px !important; }

a.product-link-container,
.product-link-container {
  display: none !important; }

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .right-side {
  width: 99% !important; }

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author:before {
  content: "- " !important; }

.template-front .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-title {
  display: none !important; }

.template-front .carousel-review-date,
.template-front .yotpo-num-of-reviews,
.template-front .carousel-review-author,
.template-front .carousel-arrows,
.template-front .yotpo .yotpo-icon-right-arrow-thin:before,
.template-front .yotpo .yotpo-icon-left-arrow-thin:before {
  color: white !important; }

.template-front .carousel-review-body {
  font-size: 1.3em !important; }

.no-blue-trips #intro-text {
  margin-bottom: 10px; }

.sidebar.primary.announcements .widget {
  border-radius: 8px;
  background: #00aae7;
  margin-bottom: 8px; }

.sidebar.primary.announcements .widget .textwidget {
  color: white;
  padding: 0 21px;
  font-size: 1.2em; }

.sidebar input[type="text"],
.sidebar .input_text {
  margin-bottom: 0 !important; }

.sidebar.primary.announcements #field_1_7,
.sidebar.primary.announcements #field_1_9 {
  display: none; }

@import url('https://fonts.googleapis.com/css?family=Montserrat');
.sidebar.primary.announcements {
  background: white;
  margin-bottom: 10px;
  margin-top: 38px !important; }

.template-front .sidebar.primary.announcements {
  background: #00aae7;
  padding: 16px 0px 0px 15px; }

#field_2_8 {
  margin-bottom: -15px; }

.sidebar.primary.announcements input,
.sidebar.primary.announcements textarea,
.sidebar.primary.announcements select {
  border-radius: 7px !important; }

.sidebar.primary.announcements input {
  text-indent: 5px; }

.sidebar.primary.announcements div.gform_heading {
  font-size: 1.2em;
  color: white; }

.template-front .sidebar .widget_title {
  background: none;
  border-bottom: 0px solid #00aae7;
  padding: 0;
  font-size: 2.6em;
  color: #00aae7;
  color: white;
  line-height: 1;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold; }

/*
 * .sidebar.primary.announcements .gform_wrapper ul.gform_fields li.gfield{padding-right:0!important}
 */
/*
 * .sidebar.primary.announcements .gform_wrapper ul li.gfield{margin-top:0}
 */
body.template-front #input_1_6 {
  height: 35px;
  margin-top: 15px; }

.sidebar.primary.announcements .gform_wrapper {
  margin-top: 5px; }

.sidebar.primary.announcements .gform_wrapper span.gform_description {
  padding-bottom: 5px;
  font-size: 1.2em;
  text-align: center; }

.sidebar.primary.announcements .gform_wrapper .gform_footer {
  margin-top: 0;
  text-align: center; }

@media all and (max-width:600px) {
  .template-front .sidebar.primary.announcements,
  #homepage-form .widget {
    display: none; } }

#gform_submit_button_2 {
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
  padding: 8px 62px;
  margin: 0 !important; }

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .right-side {
  width: 297px !important; }

/*
 * =The Trips
 */
#trip-links {
  padding: 58px 0 0 16px; }

#trip-links p {
  margin-bottom: 31px; }

#trips-map {
  padding: 65px 30px 63px; }

#trip-links ul {
  list-style: none;
  text-indent: 20px;
  margin-top: 10px; }

#trip-links ul li {
  padding-bottom: 8px; }

#trip-links a {
  text-transform: uppercase;
  font-size: 1.1em;
  color: #00aae7;
  font-weight: 700; }

#trip-links a:hover {
  color: #f1b33f; }

#trip-links h3 {
  font-weight: 700; }

#trip-links .fa {
  margin-left: -17px; }

/*
 * *051018*
 */
#trips-holder {
  background: none;
  background-size: cover; }

/*
 * *wp-content/thesis/skins/effectus/images/choices-bg.jpg
 */
/*
 * *051018*
 */
#trips-holder .container {
  padding: 31px; }

#trips-holder .textwidget {
  padding-bottom: 31px; }

/*
 * *051018*
 */
#trips-holder .textwidget a {
  background: #e73d00;
  color: white;
  text-transform: uppercase;
  padding: 1px 5px; }

#trips-holder .textwidget a:hover {
  color: #f1b33f; }

#trips-holder p.widget_title {
  color: #00aae7;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700; }

#intro-text .two-thirds.first {
  max-width: 655px; }

#intro-text .post_box {
  padding-top: 0 !important; }

/*
 * = Why IOUT
 */
#why_iout {
  border-top: 3px solid #00aae7; }

.dashed-div {
  border-top: 3px dashed #f1b33f;
  width: 60%;
  margin: 25px auto 18px;
  display: block; }

#why_iout_container {
  padding: 62px 16px; }

@media all and (max-width:600px) {
  #why_iout_container {
    padding-top: 40px; } }

#why_iout_container > div.text_box {
  margin-bottom: 16px; }

#why_iout_container h1.headline {
  font-size: 3.5em;
  color: #00aae7;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px; }

#why_iout_container .widget {
  padding-top: 31px; }

#why_iout_container .textwidget {
  font-size: 1em;
  text-align: center;
  color: black; }

#why_iout_container .textwidget a {
  background: #f1b33f;
  color: white;
  text-transform: uppercase;
  padding: 1px 5px;
  display: block;
  width: 35%;
  margin: 16px auto 5px;
  border-radius: 5px; }

#why_iout_container .textwidget a:hover {
  background: #002f5e; }

#why_iout_container h5 {
  color: #00aae7;
  font-size: 1.85em;
  font-weight: 700;
  color: #1c75bc;
  text-align: center; }

#why_iout_container p.widget_title {
  display: none; }

#why_iout_container .fa {
  font-size: 2.5em;
  color: #939598;
  margin-bottom: 25px; }

/*
 * = Homepage Video
 */
.template-front .post_box {
  margin-bottom: 0 !important; }

#video-text {
  position: absolute;
  z-index: 500;
  margin: 16% 0 0 19px;
  text-align: left;
  width: 100%; }

#video-text h1 {
  font-weight: 900;
  line-height: 1;
  color: white;
  font-size: 64px;
  text-shadow: 1px 1px #333333;
  text-shadow: 1px 1px 2px #969696;
  margin-bottom: 31px; }

#video-text p span {
  padding: 2px 10px 4px 10px;
  background: rgba(0, 0, 0, 0.4); }

#video-text p {
  font-size: 24px;
  line-height: 46px;
  font-weight: bold;
  color: white; }

#video-text a {
  font-size: 24px;
  line-height: 46px;
  background: #f1b33f;
  color: white;
  text-align: center;
  padding: 10px 30px 10px 30px;
  font-weight: bold;
  max-width: 250px;
  -moz-box-shadow: 4px 5px 6px -4px #262626;
  -webkit-box-shadow: 4px 5px 6px -4px #262626;
  box-shadow: 4px 5px 6px -4px #262626;
  border-radius: 6px;
  margin-right: 10px; }

#video-text a:hover {
  color: #f1b33f; }

#video-text a:first-child {
  background: #002f5e; }

#video-text a:last-child {
  background: #00aae7; }

/*
 * trip_gift
 * #trip_gift{padding:0 9% 30px;}
 * #trip_gift h2{text-transform: uppercase;    font-size: 0.9em;    line-height: 1;    font-weight: 600;    margin: 25px 0 15px 0;}
 * #trip_gift img{margin:20px 0 0 -10px;}
 * #trip_gift p{font-size:12px; line-height:14px; text-align:left; max-width:200px; }
 */
@media all and (min-width:767px) {
  #footer-menu > .one_third {
    padding-right: 100px; } }

#trip_gift {
  padding: 0; }

#trip_gift h2 {
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1.3;
  font-weight: 600;
  margin: 15px 0 5px 0; }

#trip_gift img {
  margin: 0px 0 0 -10px; }

#trip_gift p {
  font-size: 15px;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 15px; }

@media all and (min-width:600px) {
  #trip_gift .one_fourth {
    padding-left: 25px; } }

#trip_gift .one_fourth ul {
  padding-bottom: 20px; }

#trip_gift .one_fourth strong {
  color: #00aae7;
  font-size: 1.2em; }

#trip_gift .one_fourth a.button {
  background: #f1b33f; }

#trip_gift .one_fourth a.button:hover {
  color: white;
  background: #00aae7; }

.countrylp #trip_gift {
  float: none;
  width: 100%;
  background: #e6e6e6; }

.countrylp #trip_gift img {
  margin: 0 auto;
  padding-top: 55px; }

.countrylp #trip_gift p {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  max-width: 695px;
  margin: 0 auto;
  padding-bottom: 65px; }

.countrylp #trip_gift h2 {
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  font-weight: 700; }

.countrylp .ai-family p {
  margin-left: 0; }

/*
 * ----=footer_menus----
 */
.content_container.footer_nav {
  background-color: #d6d6d6;
  padding: 30px 0 0px;
  display: inline-block; }

.content_container.footer_nav a:hover {
  color: #f1b33f; }

#footer-menu {
  padding: 25px 0 25px 0; }

#footer-menu.menu {
  background: none; }

#footer-menu.menu a {
  font-size: 1em;
  font-weight: 700;
  text-transform: none;
  border-radius: 0; }

#footer-menu.menu a.button {
  background: #06325e;
  border-bottom: 0px solid white; }

#footer-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-has-children.menu-item-14162 > a:before,
#footer-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children > a:before {
  font-family: FontAwesome;
  color: #00bcff;
  display: inline-block;
  content: "\f124";
  margin: 0 3px 0 0;
  font-size: 1em;
  -webkit-transform: rotate(-26deg);
  -moz-transform: rotate(-26deg);
  -ms-transform: rotate(-26deg);
  -o-transform: rotate(-26deg);
  transform: rotate(-26deg);
  position: absolute;
  left: -18px; }

#footer-menu.menu > li {
  max-width: 17.4%;
  float: left;
  min-width: 250px; }

#footer-menu.menu > li:nth-child(1),
#footer-menu.menu > li:nth-child(2) {
  min-height: 230px; }

#footer-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-14163 {
  min-height: 110px; }

@media all and (max-width:950px) {
  #footer-menu.menu > li:nth-child(1),
  #footer-menu.menu > li:nth-child(2) {
    min-height: 0px; }

  #footer-menu.menu > li {
    padding-bottom: 31px; } }

#footer-menu.menu a:hover,
#address-na a:hover {
  color: #f1b33f; }

#footer-menu .sub-menu {
  visibility: visible; }

#footer-menu .sub-menu a {
  font-weight: normal; }

#footer-menu.menu li:hover ul,
#footer-menu.menu a:hover ul {
  left: 0px; }

#footer-menu.menu ul,
#footer-menu.menu {
  list-style: none; }

#footer-menu.menu ul a {
  border: none;
  display: block;
  font-size: 1em;
  line-height: 1.5; }

#footer-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-14165 {
  margin-top: -40px; }

#footer-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-19649 {
  margin-top: 15px; }

#footer-site-links > .three-fourths {
  padding: 55px 0 64px;
  float: left;
  position: relative;
  margin-left: 0; }

#footer-site-links > .one-fourth {
  float: right; }

#footer-site-links {
  display: initial; }

#blue-contact {
  height: 797px;
  width: 115%;
  background: #00aae7;
  position: relative;
  top: -514px;
  left: -23px;
  padding: 16px;
  color: white;
  font-size: 0.9em;
  line-height: 1;
  font-size: 0.9em;
  line-height: 1.6em; }

#blue-contact h3 {
  color: #002f5e;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.6em; }

#blue-contact a {
  color: white; }

#blue-contact a:hover {
  color: #002f5e; }

#f-bbyo {
  margin-top: 4px; }

#f-ai {
  margin-top: 73px; }

#f-beyond {
  margin-top: 5px; }

#f-iout {
  margin-top: 4px; }

#f-myturn {
  margin: 11px 0 0 7px; }

#f-masa {
  margin: -8px 0 0 11px; }

#f-ifj {
  margin: 20px 0 0 10px; }

.ai-family {
  text-align: center;
  font-size: 25px;
  width: 100%;
  color: #002f5e;
  padding: 7px 0 22px;
  min-height: 50px; }

.ai-family p img {
  max-width: 80px;
  display: inline;
  position: relative;
  top: 5px;
  margin-bottom: 0px; }

/*
 * #mobile.ai-family{display:none;}
 */
.one-fourth.f-first {
  margin-left: 1%; }

#left-bracket {
  height: 230px;
  border: 3px solid #525252;
  border-width: 3px 0 3px 3px;
  width: 7px;
  float: left; }

#right-bracket {
  height: 230px;
  border: 3px solid #525252;
  width: 7px;
  position: relative;
  border-width: 3px 3px 3px 0;
  float: right; }

.footer {
  background: #eaeaea;
  padding: 2px 15px; }

.bluebox {
  max-height: 310px; }

.scrollToTop {
  background: #f1b33f;
  position: fixed;
  bottom: 85px;
  right: 5px;
  display: none;
  border-radius: 3px;
  z-index: 3001;
  opacity: 0.9;
  border: 1px solid white; }

.template-front .scrollToTop {
  bottom: 10px; }

a.scrollToTop {
  color: white !important;
  padding: 7px 9px 3px 9px !important;
  font-weight: bold;
  font-size: 22px !important; }

a.scrollToTop:hover {
  background: #00aae7;
  text-decoration: none;
  color: #002f5e !important; }

.emphasized {
  display: none !important;
  position: fixed;
  width: 100%;
  background: rgba(241, 179, 63, 0.94);
  bottom: 10px;
  text-align: center;
  z-index: 1000;
  padding: 18px 0;
  font-size: 0.8em;
  -moz-box-shadow: 4px 5px 6px -4px #262626;
  -webkit-box-shadow: 4px 5px 6px -4px #262626;
  box-shadow: 4px 5px 6px -4px #262626; }

.template-front .emphasized {
  visibility: visible; }

.emphasized a {
  border: 2px solid #414042;
  padding: 1px 10px;
  border-radius: 1px;
  margin-left: 6px;
  display: inline-block;
  margin-top: 15px; }

.emphasized a:hover {
  background: white;
  cursor: pointer; }

#close-e {
  position: absolute;
  top: -9px;
  left: -1px;
  font-size: 1.5em;
  color: #002f5e; }

#close-e:hover {
  cursor: pointer; }

#find_trip_wrap label input[type="button"] {
  background: none;
  border: none;
  text-decoration: underline;
  text-transform: capitalize;
  color: #00aae7; }

#find_trip_filters h5 {
  background: #00aae7;
  color: white;
  font-size: 1.4em;
  font-size: 1.4rem;
  text-indent: 5px; }

#find_trip_filters .trip_filters {
  padding-right: 3%;
  margin-bottom: 31px; }

.trip_filters label:hover {
  cursor: pointer; }

#monthFilter {
  width: 170px; }

#ageFilter {
  width: 100px; }

#tripFilter {
  width: 210px; }

#aportFilter {
  width: 130px; }

#availFilter {
  width: 180px; }

#trips-table th span {
  margin-bottom: 0; }

#trips-table th span:hover {
  cursor: pointer;
  color: #00aae7; }

th.sorting-asc,
th.sorting-desc {
  cursor: pointer;
  color: #00aae7; }

th.sorting-asc:after {
  font-family: FontAwesome;
  vertical-align: top;
  display: inline-block;
  color: #00aae7;
  content: "\f0d8"; }

th.sorting-desc:after {
  font-family: FontAwesome;
  vertical-align: top;
  display: inline-block;
  color: #00aae7;
  content: "\f0d7"; }

#find_trip_results table tr th:hover {
  cursor: pointer;
  color: #00aae7; }

.clear_all {
  clear: both;
  float: none; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    overflow-x: auto;
    min-height: 0.01%; } }

/*
 * = Column Classes
 */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin: 0 0 0 3%; }

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

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

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

.one-fourth {
  width: 22.5%; }

.three-fourths {
  width: 73.5%; }

.one-fifth {
  width: 17.4%; }

.two-fifths {
  width: 37.8%; }

.three-fifths {
  width: 58.2%; }

.four-fifths {
  width: 78.6%; }

.one-sixth {
  width: 14%; }

.five-sixths {
  width: 82%; }

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

/*
 * Theme Color Classes
 */
.square {
  width: 100px;
  height: 100px;
  background: red;
  margin: 0 auto; }

.color-container {
  float: left;
  margin: 20px;
  outline: 1px solid #cccccc;
  padding: 7px;
  max-width: 125px;
  min-height: 260px; }

.color-container p {
  min-height: 100px; }

.abbg {
  background: background-color: #fafafa;
  margin-bottom: 0; }

.abfc {
  background: #111111; }

.c1 {
  background: #00aae7; }

.c1a {
  background: #00bcff; }

.c1b {
  background: #002d3d; }

.c1c {
  background: #e73d00; }

.c1d {
  background: #0088b9; }

.c1dt {
  background: #bfd2d9; }

.c1h {
  background: #dbf6ff; }

.c1l {
  background: #ade9ff; }

.c2 {
  background: #002f5e; }

.c2a {
  background: #0080ff; }

.c2b {
  background: #001f3d; }

.c2c {
  background: #5e2f00; }

.c2ch {
  background: #ffeddb; }

.c2c1 {
  background: false; }

.c2d {
  background: #00172e; }

.c2h {
  background: #dbedff; }

.c2hover {
  background: #ebf5ff; }

.c2l {
  background: #add6ff; }

.c3 {
  background: white; }

.c4 {
  background: white; }

.cbb {
  background: #001f3d; }

.ct1 {
  background: #414042; }

.ct2 {
  background: #888888; }

.ct2h {
  background: #ededed; }

.ct2i {
  background: #525252; }

.ct2l {
  background: #d6d6d6; }

.ffc {
  background: white; }

.orange {
  background: #f1b33f; }

/*
 * Form 12
 */
div#fscf_div_clear12_9,
div#fscf_div_clear12_10,
div#fscf_div_clear12_11,
div#fscf_div_clear12_12,
div#fscf_div_clear12_13,
div#fscf_div_clear12_14,
div#fscf_div_clear12_15,
div#fscf_div_clear12_16,
div#fscf_div_clear12_17,
div#fscf_div_clear12_18,
div#fscf_div_clear12_19,
div#fscf_div_clear12_20,
div#fscf_div_clear12_21,
div#fscf_div_clear12_22,
div#fscf_div_clear12_23,
div#fscf_div_clear12_24,
div#fscf_div_clear12_25,
div#fscf_div_clear12_26,
div#fscf_div_clear12_27,
div#fscf_div_clear12_28,
div#fscf_div_clear12_29,
div#fscf_div_clear12_30,
div#fscf_div_clear12_31,
div#fscf_div_clear12_32,
div#fscf_div_clear12_33,
div#fscf_div_clear12_34,
div#fscf_div_clear12_35,
div#fscf_div_clear12_36,
div#fscf_div_clear12_37,
div#fscf_div_clear12_38,
div#fscf_div_clear12_39,
div#fscf_div_clear12_40,
div#fscf_div_clear12_41,
div#fscf_div_clear12_42,
div#fscf_div_clear12_43,
div#fscf_div_clear12_44,
div#fscf_div_clear12_45,
div#fscf_div_clear12_46,
div#fscf_div_clear12_47,
div#fscf_div_clear12_48 {
  float: left !important;
  width: 155px !important; }

div#fscf_div_clear12_13,
div#fscf_div_clear12_17,
div#fscf_div_clear12_21,
div#fscf_div_clear12_25,
div#fscf_div_clear12_29,
div#fscf_div_clear12_33,
div#fscf_div_clear12_37,
div#fscf_div_clear12_41,
div#fscf_div_clear12_45 {
  clear: both !important;
    /*
   * width:230px !important;
   */ }

div#fscf_div_clear12_9 {
    /*
   * width:230px !important;
   */ }

div#fscf_div_clear12_12,
div#fscf_div_clear12_16,
div#fscf_div_clear12_20,
div#fscf_div_clear12_24,
div#fscf_div_clear12_28,
div#fscf_div_clear12_32,
div#fscf_div_clear12_36,
div#fscf_div_clear12_40,
div#fscf_div_clear12_44,
div#fscf_div_clear12_48 {
  margin-left: -15px; }

/*
 * -------FLAGS------------
 */
.flag {
  width: 16px;
  height: 11px;
  background: url('images/flags.png') no-repeat;
  float: left; }

.flag.flag-ar {
  background-position: -160px 0; }

.flag.flag-au {
  background-position: -208px 0; }

.flag.flag-ca {
  background-position: -48px -22px; }

.flag.flag-de {
  background-position: -80px -33px; }

.flag.flag-gb {
  background-position: -176px -44px; }

.flag.flag-ie {
  background-position: -80px -66px; }

.flag.flag-fr {
  background-position: -144px -44px; }

.flag.flag-ru {
  background-position: -224px -121px; }

.flag.flag-ua {
  background-position: -112px -154px; }

.flag.flag-us {
  background-position: -160px -154px; }

.flagtitle.flag {
  width: 32px !important;
  height: 32px !important;
  background: url(images/flags-1.png) no-repeat;
  margin: 5px 5px 0 0;
  float: left; }

.cnty-title {
  float: left; }

.flagtitle.flag.flag-ar {
  background-position: -320px 0; }

.flagtitle.flag.flag-au {
  background-position: -416px 0; }

.flagtitle.flag.flag-ca {
  background-position: -128px -64px; }

.flagtitle.flag.flag-de {
  background-position: -160px -96px; }

.flagtitle.flag.flag-fr {
  background-position: -224px -128px; }

.flagtitle.flag.flag-gb {
  background-position: -288px -128px; }

.flagtitle.flag.flag-ie {
  background-position: -32px -192px; }

.flagtitle.flag.flag-ru {
  background-position: -256px -352px; }

.flagtitle.flag.flag-ua {
  background-position: -352px -416px; }

.flagtitle.flag.flag-us {
  background-position: -416px -416px; }

.flagtop {
  position: absolute;
  left: -60px;
  top: -40px; }

.flag-us.flagtop {
  margin-left: -40px; }

body.home .flagtitle.flag.flag-dyna {
  background-position: -416px -416px; }

body:not(.home):not(.canada) .flagtitle.flag.flag-dyna {
  background: url(/wp-content/uploads/2021/10/us-ca-33.jpg) no-repeat;
  top: 1px !important; }

.flagtitle.flag.flag-caus {
  background: url(/wp-content/uploads/2021/10/us-ca-33.jpg) no-repeat !important;
  top: 2px; }

.canada .flagtitle.flag.flag-dyna {
  background-position: -128px -64px; }

.flagtop {
  left: -163px !important; }

#flag-dropdown {
  position: absolute;
  top: -35px;
  left: -22px;
  font-size: 13px;
  z-index: 1002; }

#result {
  display: none; }

.dropdown dd,
.dropdown dt,
.dropdown ul {
  margin: 0;
  padding: 0; }

.dropdown dd {
  position: relative; }

.dropdown a,
.dropdown a:visited {
  color: #816c5b;
  text-decoration: none;
  outline: 0; }

.dropdown a:hover {
  color: #5d4617; }

.dropdown dt a:focus,
.dropdown dt a:hover {
  color: black; }

.dropdown dt a {
  background: url('images/arrow.png') right center no-repeat transparent;
  display: block;
  padding-right: 20px;
  text-indent: 5px;
  border: 0px solid #d4ca9a;
  width: 52px;
  height: 27px;
  border-radius: 2px;
  line-height: 25px; }

.dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 0 2px; }

.dropdown dd ul {
  background: #dae2ea;
  border: 1px solid #d4ca9a;
  color: #c5c0b0;
  display: none;
  left: 0;
  padding: 5px 0;
  position: absolute;
  top: 2px;
  width: auto;
  min-width: 125px;
  list-style: none; }

.dropdown span.value {
  display: none; }

.dropdown dd ul li a {
  padding: 1px 5px;
  display: block; }

.dropdown dd ul li a:hover {
  background-color: #d0c9af; }

.dropdown img.flag {
  border: none;
  vertical-align: middle;
  margin: 11px 6px 0 7px;
  float: left; }

#flag-dropdown > dt > a > img {
  position: relative;
  top: -3px;
  margin: 0 !important; }

.countrylp .wp-post-image {
  height: initial !important;
  width: 100% !important; }

.countrylp .content .last_column ul {
  list-style: none;
  margin-left: 0;
  clear: both; }

.countrylp .content ul li .fa {
  min-width: 33px;
  border-radius: 100%;
  border: 2px solid;
  text-align: center;
  color: #00aae7;
  padding: 5px;
  margin: 0 10px 5px 0; }

.countrylp .content h2 {
  font-size: 2em;
  color: #002f5e; }

.countrylp .content-column.two_fifth.last_column {
  border-left: 5px solid #00aae7; }

.countrylp .content .button {
  background: #f1b33f;
  color: white;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5em; }

.countrylp .content .button:hover {
  color: #00aae7; }

.countrylp .post_content li a {
  text-decoration: none;
  border-bottom: none; }

/*
 * ----=Header Custom Class-----
 */
#top_nav_logo {
  position: absolute;
  visibility: hidden;
  top: 3px; }

#header-spacer {
  height: 20vw; }

header.smaller + #header-spacer {
  height: 73px; }

/*
 * #header-spacer, header.smaller + #header-spacer{display:none !important}
 */
header {
  height: 80px;
  position: fixed;
  width: 100%;
    /*
   * top: 71px;
   */
  margin-top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }

header h1#logo {
  display: inline-block;
  height: 150px;
  line-height: 150px;
  float: left;
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  color: white;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

header nav {
  display: inline-block;
  float: right; }

header nav a {
  line-height: 150px;
  margin-left: 20px;
  color: #9fdbfc;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

header nav a:hover {
  color: white; }

header.smaller {
  height: 75px;
  display: none; }

header.move {
  top: 0;
  margin-top: 0;
  display: block; }

.admin-bar header.move {
  top: 30px; }

header.moveDown {
  top: 71px;
  margin-top: 0px; }

header.smaller h1#logo {
  width: 150px;
  height: 75px;
  line-height: 75px;
  font-size: 30px; }

header.smaller nav a {
  line-height: 75px; }

header #menu-top-menu.menu {
  margin-top: 13px; }

header.smaller #menu-top-menu.menu {
  margin-top: 10px; }

header.smaller div.headline_container,
header.smaller div.nav-container {
  display: none; }

header #bri {
  margin-top: -4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

header.smaller #bri {
  margin-top: -400px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

header.smaller .menu {
  margin-top: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

header.smaller #iout-logo {
  margin-top: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

header.smaller #site_title img {
  max-width: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 3px; }

header.smaller .headline_container .container,
header.smaller .header_container {
  background: none; }

header.smaller .header_container .headline_container {
  background-color: rgba(255, 255, 255, 0.9); }

header.smaller .nav-container {
  opacity: 0.9; }

header.smaller:hover .nav-container {
  height: 48px;
  opacity: 1; }

header.smaller .nav.two-thirds {
  min-width: 915px; }

header.smaller #top-columns {
  max-width: 1100px; }

header.smaller a.shiftnav-toggle {
  margin: 10px 0 0 90px;
  visibility: visible;
  font-size: 1.1em; }

.nav.two-thirds {
  min-width: 1px;
  max-height: 50px; }

header.smaller .top_nav {
  height: 52px;
  width: 100%; }

@media all and (max-width:782px) {
  body.admin-bar header.smaller .top_nav {
    margin-top: 15px; } }

a.shiftnav-toggle {
  font-size: 1.1em !important; }

header.smaller .nav.two-thirds #menu-topnav {
  visibility: hidden; }

header.smaller #top_nav_logo {
  visibility: visible; }

header.smaller #text-36 {
  margin-top: 5px;
  height: 35px; }

.shiftnav-toggle-button .fa-bars {
  display: initial; }

.shiftnav-toggle-button .fa-close {
  display: none; }

body.shiftnav-open .shiftnav-toggle-button .fa-bars {
  display: none; }

body.shiftnav-open .shiftnav-toggle-button .fa-close {
  display: initial; }

.input_text,
input[type="text"],
input[type="email"],
input[type="password"],
select {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #414042;
  border: 1px solid #d6d6d6;
  background-color: white;
  padding: 0.75em 0.7em; }

/*
 * **homepage ui-tabs ("mobile first") *****
 */
.ui-tabs-vertical {
  width: 100%;
  min-height: 500px; }

.ui-tabs-vertical strong {
  color: #f1b33f; }

.ui-tabs-vertical .ui-tabs-nav {
  width: 50%;
  padding: 0.2em 0.1em 0.2em 0.2em;
  float: left;
  background: white;
  padding-top: 9px; }

.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 -1px 0.2em 0; }

.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
  color: #414042 !important;
  font-weight: 400;
  font-size: 0.7em;
  margin: 0 1px;
  padding: 3px 0 3px 10px; }

.ui-tabs-vertical .ui-tabs-nav li a:focus {
  outline: none; }

.ui-tabs-vertical .ui-tabs-nav li a:hover {
  color: #00aae7 !important; }

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: 0.1em;
  border-right-width: 1px; }

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {
  background-color: #dbf6ff !important;
  border-radius: 6px;
  margin-right: 5px; }

.ui-tabs-vertical .ui-tabs-panel {
  width: 50%;
  float: right;
  background-size: cover !important;
  background-position: right !important;
  min-height: 500px; }

.browser-txt {
  width: 95%;
  background: rgba(255, 255, 255, 0.85);
  padding: 20px 10px 0 17px;
  margin: 10px auto 0 auto;
  border-radius: 13px; }

.browser-txt .fa {
  display: none;
  -ms-transform: rotate(-27deg);
  -webkit-transform: rotate(-27deg);
  transform: rotate(-27deg);
  color: #f1b33f;
  position: relative;
  top: 15px;
  margin-left: -33px;
  font-size: 1.4em; }

.browser-txt h3 {
  color: #00aae7;
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px; }

.browser-txt p {
  font-weight: 400;
  margin-bottom: 16px;
  font-size: 0.8em;
  line-height: 1.5em; }

.browser-txt a {
  display: inline-block;
  background: #00aae7;
  -moz-box-shadow: 4px 5px 6px -4px #262626;
  -webkit-box-shadow: 4px 5px 6px -4px #262626;
  box-shadow: 4px 5px 6px -4px #262626;
  text-transform: uppercase;
  color: white !important;
  font-weight: 600;
  padding: 0px 10px;
  font-size: 0.8em;
  margin-bottom: 10px; }

/*
 * 2016 new trip page template
 */
#blue_text_container {
  background: #00aae7; }

#blue_text_container .container {
  padding: 0; }

#blue_text_container h3 {
  font-weight: bold;
  color: #002f5e; }

#blue_text_container h3,
#blue_text_container p {
  margin: 30px 0;
  max-width: 750px; }

#trips_container {
  padding: 31px 0; }

/*
 * *051018*
 */
#trips-holder .container#trips_container {
  padding: 0 31px 0; }

/*
 * *051018*
 */
#trips_container strong,
.trip-template .content-column.one_fourth strong {
  color: #002f5e;
  font-size: 1em; }

/*
 * --*
 */
.trip-template .post_content .content-column.one_fourth {
  text-align: left !important; }

/*
 * --*
 */
.trip-template .grt .post_content .content-column.one_fourth p {
  margin-bottom: 0; }

/*
 * *051018*
 */
#trips_container li strong {
  color: #1b75bc; }

/*
 * *051018*
 */
#trips_container ul,
.trip-template .content-column.one_fourth ul {
  margin: 5px 0 10px 0px;
  font-size: 0.82em;
  line-height: 1.2;
  padding: 0 8px 0 0px;
  list-style: none; }

/*
 * *051018*
 */
#trips_container ul li,
.trip-template .content-column.one_fourth ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #cccccc;
  margin-right: 9px;
  text-align: left !important; }

#trips_container ul li:first-line,
.trip-template .content-column.one_fourth ul li:first-line {
  text-indent: -4px; }

/*
 * *051018*
 */
.one-third #trip-sidebar {
  border-left: 1px dotted #cccccc;
  padding-left: 31px; }

.one-third #trip-sidebar a.button {
  padding: 9px 62px 7px;
  width: 296px;
  background: #f1b33f;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 31px; }

/*
 * *051018*
 */
.one-third #trip-sidebar h3 {
  color: #00aae7;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  border-bottom: 2px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 5px; }

/*
 * *051018*
 */
.owl-item .item:hover {
  cursor: ew-resize;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

/*
 * *051018*
 */
.one-third #trip-sidebar table {
  border: none;
  font-size: 18px;
  margin-bottom: -20px;
  margin-top: 15px; }

.one-third #trip-sidebar table tbody tr:nth-child(2n) td {
  background: white !important; }

.one-third #trip-sidebar table tbody td {
  border: none;
  vertical-align: top;
  padding-left: 0; }

.one-third #trip-sidebar table tbody td a {
  display: block; }

/*
 * *051018*
 */
.trip-list select {
  border: 1px solid #00aae7;
  margin-bottom: 0;
  font-weight: 900;
  font-size: 1.1em;
  max-width: 283px; }

.trip-template #intro-text {
  margin-bottom: 20px; }

.trip-template .grt ul {
  text-align: center;
  list-style-position: inside; }

/*
 * 2017 menu update
 */
#mega-menu br {
  display: block;
  height: 10px; }

ul.mega-sub-menu li a {
  text-align: center !important;
  line-height: 1.3em !important; }

ul.mega-sub-menu li {
  border-right: 1px solid white !important; }

ul.mega-sub-menu li:last-child {
  border-right-width: 0 !important; }

ul.mega-sub-menu .fa {
  font-size: 5em;
  text-align: center;
  display: block; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
  margin-top: 22px !important;
  min-height: 170px;
  margin-bottom: 20px !important; }

@supports (-ms-accelerator:true) {
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
    padding-left: 3px !important; }
 }
#c-menu > #mega-menu-wrap-max_mega_menu_1 {
  display: none !important;
  background: #002f5e !important; }

#c-menu > #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
  background: rgba(0, 47, 94, 0.95); }

header.smaller #c-menu > #mega-menu-wrap-max_mega_menu_1 {
  display: inherit !important; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
  margin-top: 0 !important; }

@media only screen and (min-width: 1044px) {
  #mega-menu {
    position: relative !important;
    left: -240px !important; }

  #mega-menu-item-25492 {
    display: none !important; }

  header.smaller #mega-menu-item-25492 {
    display: inline-block !important; } }

@media only screen and (max-width: 1350px) {
  #trips-holder .container#trips_container {
    padding: 31px;
    width: 100%; } }

@media only screen and (max-width: 768px) {
  .blue-with-text.trip-template .sidebar.primary.announcements .one-third {
    display: initial; }

  .one-third  #trip-sidebar {
    border-left: 0;
    padding-left: 16px !important; }

  #trips-holder .container#trips_container {
    padding: 31px 16px;
    width: 100%; }

  .trip-template #intro-text {
    margin-bottom: 10px; } }

@media only screen and (min-width:600px) {
  #intro-text > div > div.one-third {
    margin-left: -13px !important;
    width: 32.1%; } }

.trip-template .left,
.trip-template .alignleft,
.trip-template img[align="left"] {
  margin: 0 auto; }

@media only screen and (min-width:600px) {
  .trip-template .left,
  .trip-template .alignleft,
  .trip-template img[align="left"] {
    float: left !important;
    margin-right: 23px; } }

.trip-template .post_content {
  text-align: center; }

.trip-template.left-align .post_content {
  text-align: left; }

.trip-template .post_content .left,
.trip-template .post_content .alignleft,
.trip-template .post_content img[align="left"] {
  float: none !important;
  margin: 0 auto; }

.trip-template .post_content .right,
.trip-template .post_content .alignright,
.trip-template .post_content img[align="right"] {
  float: none !important;
  margin: 0 auto; }

/*
 * *051018*
 */
/*
 * *051018*
 */
body.trip-template #intro-text {
  margin-bottom: 0; }

/*
 * *051018*
 */
body.trip-template #intro-text .two-thirds.first p:nth-child(2) > strong,
body.trip-template #intro-text .two-thirds.first p:nth-child(1) > strong,
body.trip-template .one-third #trip-sidebar h3 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  color: #1b75bc;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block; }

/*
 * *051018*
 */
.trip-dates-table h3,
#trips-holder h3,
.grt h2.trip-template-head,
.trip-template .grt h3 {
  font-family: "Montserrat", sans-serif;
  color: #1b75bc;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
  margin: 20px 0 13px; }

/*
 * *051018*
 */
.trip-template .trip-dates-table {
  padding-bottom: 0; }

/*
 * *051018*
 */
a.tripbutton {
  font-size: 18px;
  background: #00aae7;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 20px;
  display: block; }

/*
 * *051018*
 */
.button-note {
  font-size: 11px;
  line-height: 15px;
  margin-top: 20px; }

/*
 * *051018*
 */
.trip-dates-table img {
  -webkit-box-shadow: 1px 1px 4px 0px #8f8f8f;
  -moz-box-shadow: 1px 1px 4px 0px #8f8f8f;
  box-shadow: 1px 1px 4px 0px #8f8f8f; }

/*
 * *051018*
 */
.trip-dates-table img:hover {
  opacity: 0.9; }

/*
 * *051018*
 */
.itin-caro {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  top: 65px;
  color: white;
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 1px;
  padding: 0 10px;
  line-height: 1.2;
  text-shadow: 1px 1px #5e5e5e; }

/*
 * *051018*
 */
.x-left .xoverlay-box {
  background: rgba(27, 117, 188, 0.75) !important; }

/*
 * *051018*
 */
.xoverlay:hover div.itin-caro {
  opacity: 0; }

/*
 * *051018*
 */
.grt .xoverlay p {
  margin-bottom: 0; }

/*
 * *051018*
 */
.xoverlay-data {
  padding: 20px 10px 0;
  line-height: 1.3; }

/*
 * *051018*
 */
.xoverlay-data p {
  font-size: 0.78em !important;
  text-align: center !important;
  line-height: 1.25;
  width: 100%;
  padding: 10px 0 0 !important; }

/*
 * *051018*
 */
.xoverlay-head {
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 1px;
  color: white;
  line-height: 1.2; }

/*
 * *051018*
 */
.owl-wrapper-outer {
  padding-left: 8px; }

/*
 * **owl controls **** 051018
 */
.owl-theme .owl-controls .owl-buttons div {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: none !important; }

/*
 * .owl-nav{position:relative; top:-330px}
 */
.owl-nav button:focus {
  outline: 0; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: white !important;
  cursor: pointer; }

.owl-prev {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid !important;
  border-width: 40px 25px 40px 0 !important;
  border-color: transparent #1b75bc transparent transparent !important;
  left: -40px;
  top: 200px; }

.owl-prev:hover {
  border-color: transparent #00bcff transparent transparent !important; }

.owl-next {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid !important;
  border-color: transparent transparent transparent #1b75bc !important;
  border-width: 40px 0 40px 25px !important;
  right: -40px;
  opacity: 0.9 !important;
  top: 200px; }

.owl-next:hover {
  border-color: transparent transparent transparent #0088b9 !important; }

/*
 * .owl-pagination{display:none;}
 */
@media (max-width:1044px) {
  .owl-next {
    right: 1%; }

  .owl-prev {
    left: 1%; }

  .owl-nav {
    top: -35px; } }

@media (max-width:420px) {
  .owl-next {
    right: -20px; }

  .owl-prev {
    left: -20px; }

  .owl-nav {
    top: -35px; } }

@media (max-width:420px) {
  body.trip-template #intro-text .post_box,
  .one-third #trip-sidebar {
    padding-right: 10px; }

  .trip-dates-table img {
    margin: 0 auto; }

  #trips-holder {
    text-align: center; }

  .rev-row {
    font-size: 1em; } }

.rev-row i + p {
  display: none; }

.rev-row i {
  padding-bottom: 5px; }

/*
 * *end owl controls**
 */
/*
 * ------ wordpress.org/plugins/tabby-responsive-tabs/ ------
 */
.pre-trip-manual .grt .aligncenter {
  margin-bottom: 15px !important; }

.pre-trip-manual .columns .column-wrapper > .content {
  width: 100%; }

.pre-trip-manual.full-layout .post_box {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0; }

.responsive-tabs .responsive-tabs__heading {
  display: none; }

.responsive-tabs .responsive-tabs__list__item {
  display: inline;
  cursor: pointer; }

.responsive-tabs-wrapper {
  clear: both;
  margin-bottom: 20px;
  zoom: 1; }

.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
  content: "";
  display: table; }

.responsive-tabs-wrapper:after {
  clear: both; }

.responsive-tabs .responsive-tabs__heading:focus,
.responsive-tabs .responsive-tabs__list__item:focus {
  outline: 1px solid transparent; }

.responsive-tabs .responsive-tabs__heading--active:focus,
.responsive-tabs .responsive-tabs__list__item--active:focus {
  outline: none; }

.responsive-tabs ul.responsive-tabs__list {
  font-size: 18px;
  line-height: 18px;
  margin: 20px 0 0 1px;
  padding: 0; }

.responsive-tabs .responsive-tabs__list__item {
  background: #00aae7;
  color: white;
  font-size: 18px;
  line-height: 19px;
  text-transform: inherit;
  margin: 1px 1px 0 0;
  padding: 10px 10px 10px;
    /*
   * white-space: nowrap;
   */
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  width: 148px;
  min-height: 115px;
  font-weight: bold; }

@media all and (min-width:1044px) {
  .parent-pageid-47 .responsive-tabs .responsive-tabs__list__item {
    width: 259px; } }

@media all and (min-width:1044px) {
  .page-id-14253 .responsive-tabs .responsive-tabs__list__item {
    width: 162.5px; } }

.responsive-tabs .responsive-tabs__list__item .fa {
  margin: 10px 0 12px;
  line-height: 0.8;
  display: block;
  font-size: 1.8em; }

.responsive-tabs .responsive-tabs__list__item:hover {
  color: #333333;
  background: #dbf6ff; }

.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover {
  background: #0088b9;
  border-color: #dddddd;
  color: white;
  padding-bottom: 11px;
  margin-top: 0;
  position: relative;
  top: 1px; }

.responsive-tabs__list__item.responsive-tabs__list__item--active:after {
  display: block;
  border-top: 1px solid white;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: 300;
  font-size: 0.8em;
  color: #002f5e;
  text-transform: none; }

/*
 * Prepare section
 * body.page-id-17191 #tablist1-tab1.responsive-tabs__list__item.responsive-tabs__list__item--active:after{content:;}
 * body.page-id-17191 #tablist1-tab2.responsive-tabs__list__item.responsive-tabs__list__item--active:after{content:;}
 * body.page-id-17191 #tablist1-tab3.responsive-tabs__list__item.responsive-tabs__list__item--active:after{content:;}
 * body.page-id-17191 #tablist1-tab4.responsive-tabs__list__item.responsive-tabs__list__item--active:after{content:;}
 * body.page-id-17191 #tablist1-tab5.responsive-tabs__list__item.responsive-tabs__list__item--active:after{content:"Tips and tricks to know when you’re in Israel, plus what to pack";}
 * body.page-id-17191 #tablist1-tab6.responsive-tabs__list__item.responsive-tabs__list__item--active:after{content:"Guidelines for behavior while you’re in Israel";}
 * body.page-id-17191 #tablist1-tab7.responsive-tabs__list__item.responsive-tabs__list__item--active:after{content:"Options and opportunities for yourself and friends and family after your journey is over";}
 * /*About Section
 * body.page-id-51 #tablist1-tab1.responsive-tabs__list__item.responsive-tabs__list__item--active:after{content:;}
 * body.page-id-51 #tablist1-tab2.responsive-tabs__list__item.responsive-tabs__list__item--active:after{content:;}
 * body.page-id-51 #tablist1-tab3.responsive-tabs__list__item.responsive-tabs__list__item--active:after{content:;}
 * body.page-id-51 #tablist1-tab4.responsive-tabs__list__item.responsive-tabs__list__item--active:after{content:;}
 * body.page-id-51 #tablist1-tab5.responsive-tabs__list__item.responsive-tabs__list__item--active:after{content:"Tips and tricks to know when you’re in Israel, plus what to pack";}
 * body.page-id-51 #tablist1-tab6.responsive-tabs__list__item.responsive-tabs__list__item--active:after{content:"Guidelines for behavior while you’re in Israel";}
 * body.page-id-51 #tablist1-tab7.responsive-tabs__list__item.responsive-tabs__list__item--active:after{content:"Options and opportunities for yourself and friends and family after your journey is over";}
 */
.responsive-tabs .responsive-tabs__panel {
  background: rgba(0, 136, 185, 0.04);
  clear: left;
  margin-bottom: 0;
  padding: 30px;
  word-wrap: break-word;
  margin-left: 1px; }

@media all and (min-width:767px) {
  body.page-id-51 .responsive-tabs .responsive-tabs__panel {
    border-right: 4px solid white; } }

.responsive-tabs .responsive-tabs__panel:after {
  content: "";
  display: block;
  height: 0;
  clear: both; }

@media (max-width: 1043px) {
  .responsive-tabs .responsive-tabs__list__item {
    width: 14.1%;
    font-size: 13px;
    line-height: 17px;
    padding: 10px 6px 10px; }

  .parent-pageid-47 .responsive-tabs .responsive-tabs__list__item {
    width: 19.7%; }

  .pre-trip-manual.full-layout .post_box {
    padding-left: 16px; } }

@media (min-width: 767px) {
  .responsive-tabs .responsive-tabs__panel--closed-accordion-only {
    display: block; } }

@media (max-width: 766px) {
  .pre-trip-manual.full-layout .post_box {
    margin-left: 16px; }

  .responsive-tabs .responsive-tabs__list {
    display: none; }

  .responsive-tabs .responsive-tabs__heading {
    display: block;
    cursor: pointer; }

  .responsive-tabs-wrapper {
    border-top: 1px solid #cccccc; }

  .responsive-tabs .responsive-tabs__heading {
    background: #00aae7;
    border: 1px solid #cccccc;
    border-top: none;
    color: white;
    font-size: 18px;
    font-weight: normal;
    text-transform: inherit;
    margin: 0;
    padding: 10px 0;
    padding-left: 20px;
    position: relative; }

  .responsive-tabs .responsive-tabs__heading .fa {
    margin-right: 8px; }

  .responsive-tabs .responsive-tabs__heading:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #777777;
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 0;
    width: 0; }

  .responsive-tabs .responsive-tabs__heading:hover {
    background: #00bcff;
    color: white; }

  .responsive-tabs .responsive-tabs__heading:hover:after {
    border-top: 6px solid #777777; }

  .responsive-tabs .responsive-tabs__heading--active,
  .responsive-tabs .responsive-tabs__heading--active:hover {
    background: #0088b9;
    color: white; }

  .responsive-tabs .responsive-tabs__heading--active:after,
  .responsive-tabs .responsive-tabs__heading--active:hover:after {
    border-bottom: 6px solid white;
    border-top: 0;
    top: 18px; }

  .responsive-tabs .responsive-tabs__panel {
    background: white;
    border: 1px solid #cccccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: none;
    margin: 0;
    padding: 0 20px;
    padding-top: 20px; } }

.social-icons-sml img {
  display: inline-block;
  margin-left: 0 !important;
  width: 25px; }

#explore h3 {
  margin: 31px 0;
  font-size: 36px;
  line-height: 1.2;
  color: #00aae7;
  font-weight: bold; }

#explore .content-column.one_third {
  max-width: 414px;
  min-height: 765px;
  margin: 31px auto 0; }

#explore .content-column.one_third p {
  max-width: 85%;
  margin: 0 auto;
  line-height: 1.5;
  text-align: center; }

#explore .content-column.one_third hr.dashed {
  max-width: 85%;
  margin: 16px auto; }

#explore p.wp-caption-text {
  font-size: 1.1em;
  color: #00aae7;
  font-weight: bold;
  margin-bottom: 8px;
  padding-top: 0px;
  text-transform: uppercase;
  line-height: 1 !important;
  max-width: 98% !important;
  text-align: center; }

#explore h5 {
  text-align: center;
  font-weight: bold;
  padding-top: 0px;
  font-size: 0.95em; }

#explore a.button {
  background: #00aae7;
  color: white;
  border-radius: 0;
  margin: 20px 0 0;
  text-align: center; }

#explore .wp-caption.alignnone {
  margin-bottom: 0;
  background: none; }

#explore hr {
  margin-bottom: 31px; }

#telaviv {
  background: url('https://www.israeloutdoorsnext.com/wp-content/uploads/2017/03/TelAvivSkyline.jpg');
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 31px; }

#tablist1-panel1 > br {
  height: 5px !important;
  display: block; }

.img-cat {
  background: transparent;
  position: relative;
  text-align: center;
  margin: 0px 0 -40px; }

.img-cat .boxme {
  border: 1px solid white;
  padding: 5px 10px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  font-weight: bold; }

#video-grid {
  display: flow-root; }

.canada .post_box {
  padding-top: 0px; }

/*
 * **responsive focused styles ("mobile first") *****
 */
@media all and (min-width: 100px) {
  #flag-dropdown {
    top: -90px;
    left: 10px; } }

@media all and (min-width: 376px) {
  /*
   * 
   */  #header-spacer {
    height: 20vw; } }

@media all and (min-width: 450px) {
  .flagtop {
    visibility: hidden; }

  #header-spacer {
    height: 16vw; } }

@media all and (min-width: 600px) {
  .flagtop {
    visibility: visible;
    left: -208px; }

  #flag-dropdown {
    left: 120px;
    top: -34px; }

  .hidden-announcements {
    display: none; }

  #floating-menu {
    position: fixed;
    bottom: 0px;
    background: #00aae7;
    z-index: 3000;
    width: 100%;
    border-top: 1px solid white;
    max-height: 82px;
    overflow: hidden; }

  #floating-menu a {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.85em; }

  #floating-menu a:hover {
    color: #f1b33f; }

  #floating-menu .fa {
    margin-left: 34%;
    font-size: 1.3em; }

  #floating-menu ul {
    display: inline-block;
    list-style: none; }

  #floating-menu li {
    padding: 10px 9px 0px;
    float: left; }

  body > .shiftnav-wrap > .wrapper {
    padding-bottom: 0; }

  .scrollToTop {
    bottom: 85px; }

  .template-front .scrollToTop {
    bottom: 85px; }

  .nav-container .container {
    width: 100%; }

  .nav {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    padding-left: 8px;
    padding-right: 16px; }
    .nav:before {
      display: none; }
    .nav li {
      position: relative; }
      .nav li > a:hover {
        background-color: #0088b9; }
      .nav li:hover > .sub-menu {
        display: block; }
    .nav .sub-menu {
      display: none;
      position: absolute;
      text-align: left;
      padding-top: 3px;
      padding-left: 0;
      margin-top: -1px; }
      .nav .sub-menu li {
        width: 224px;
        background-color: #00aae7; }
        .nav .sub-menu li > a:hover {
          background-color: #0088b9; }
      .nav .sub-menu .sub-menu {
        top: 0;
        left: 224px;
        text-align: left;
        padding-top: 0; }
      .nav .sub-menu .current-menu-item > a {
        background-color: #0088b9; }
    .nav > li,
    .nav > ul > li {
      float: left;
      background-color: #00aae7; }
      .nav > li > .sub-menu:before,
      .nav > ul > li > .sub-menu:before {
        display: block;
        top: 0;
        right: 31px;
        left: auto; }
    .nav .current-menu-item > a {
      background-color: #0088b9; }

  .menu_control,
  .author_box_wrapper,
  .prev_next {
    margin-left: 0;
    margin-right: 0; }

  #menu-top-nav.nav.two-thirds.first {
    padding-left: 8px; }

  .nav a {
    padding: 13px 15px 9px; }

  .ui-tabs-vertical {
    min-height: 600px; }

  .ui-tabs-vertical .ui-tabs-nav {
    width: 40%; }

  .ui-tabs-vertical .ui-tabs-panel {
    width: 60%;
    min-height: 600px; }

  .ui-tabs-vertical .ui-tabs-nav li a {
    font-size: 1em;
    margin: 6px 0px 6px 15px; }

  .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {
    margin-right: 15px; }

  .browser-txt {
    padding: 20px;
    margin-top: 80px; }

  .browser-txt .fa {
    display: initial; }

  .browser-txt h3 {
    font-size: 1.7em; }

  .browser-txt p {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em; }

  .browser-txt a {
    font-size: 1em; }

  .emphasized a {
    margin-top: 0; }

  .nav #c-menu .sub-menu .current-menu-item > a {
    background-color: #002f5e; }

  #word-menu {
    display: none !important; }

  .mean-container a.meanmenu-reveal {
    display: none !important; }

  ul#byob-responsive-menu {
    display: none !important; }

  /*
   * .homeform{display:none}
   */  /*
   * 
   */  .hide-desktop {
    display: none; }

  /*
   * 
   */  #header-spacer {
    height: 204px; }

  .show-on-mobile {
    display: none; }

  .template-front .grt a.button {
    color: white;
    font-weight: bold;
    text-decoration: none; }

  .side-register {
    position: fixed;
    top: 70%;
    top: 70vh;
    left: -33px;
    padding: 5px;
    margin: 0px;
    width: 100px;
    height: 35px;
    background: #f2b440;
    z-index: 15;
    border-radius: 3px 3px 0px 0px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    text-align: center;
    box-shadow: 1px -2px rgba(136, 136, 137, 0.3); }

  .side-register a {
    display: block;
    color: white; }

  .side-register:hover {
    background: #002f5e !important; }

  .side-register.button-popout {
    top: 58%; } }

/*
 * ---:[ natural layout break 1 (784px)]:---
 */
@media all and (min-width: 786px) {
  /*
   * .full-layout .wrapper > .headline_area{padding-left:17%; position:absolute;margin-top: -58px; }
   */  /*
   * .full-layout .wrapper >  .headline_area h1.headline{font-size:3em;font-size:3rem; font-weight:700; color:white; text-transform:uppercase; text-indent:50px; background:url(images/blue-arrow.png) no-repeat; line-height:56px;}
   */  /*
   * .breadcrumbs{    margin: -12px 0 0 24px; line-height:1em}
   */  .wp-post-image {
    height: 150px; }

  .default-featured-img {
    padding-bottom: 0; }

  #floating-menu li {
    padding: 10px 25px 0px; }

  #intro-text .sidebar.primary.announcements .widget {
    padding-bottom: 0; }

  .emphasized {
    font-size: 1em; }

  /*
   * .full-layout .wrapper > .headline_area h1.headline{text-indent:50px; background:url('images/blue-arrow.png') no-repeat; background-size: contain;}
   */ }

/*
 * ---:[ natural layout break 2 (844px)]:---
 */
@media all and (min-width: 848px) {
  .ui-tabs-vertical .ui-tabs-nav {
    width: 30%; }

  .ui-tabs-vertical .ui-tabs-panel {
    width: 70%; }

  .browser-txt {
    max-width: 400px;
    margin: 80px 0 0 25px; }

  .ui-tabs-vertical .ui-tabs-nav {
    padding-top: 37px; }

  .ui-tabs-vertical .ui-tabs-nav li a {
    font-size: 0.9em;
    padding: 5px 0 5px 10px; } }

/*
 * ---:[ natural layout break 3 (desktop) (1044px) ]:---
 */
@media all and (min-width: 1044px) {
  .wp-post-image,
  .default-featured-img {
    height: 171px; }

  /*
   * .full-layout .wrapper > .headline_area{margin-top: -60px;}
   */  /*
   * .breadcrumbs{padding:0 31px;}
   */  #floating-menu {
    display: none; }

  .nav-container .container {
    width: 1044px; }

  #flag-dropdown {
    position: absolute;
    top: 10px;
    left: -60px;
    font-size: 13px; }

  .flagtop {
    left: -123px;
    top: -1px; }

  .ui-tabs-vertical .ui-tabs-nav {
    width: 25%; }

  .ui-tabs-vertical .ui-tabs-panel {
    width: 75%; }

  .disc_why {
    border-top: 1px solid #f0f0f0; }

  .disc_why.last {
    border-bottom: 1px solid #f0f0f0; }

  a.shiftnav-toggle {
    visibility: hidden; }

  .page-id-65 .container {
    width: 1060px; } }

@media all and (min-width: 1200px) {
  .wp-post-image,
  .default-featured-img {
    height: 197px; }

  /*
   * .full-layout .wrapper > .headline_area{margin-top: -63px;}
   */  .ui-tabs-vertical .ui-tabs-nav {
    width: 20%; }

  .ui-tabs-vertical .ui-tabs-panel {
    width: 80%; } }

@media all and (min-width: 1400px) {
  .wp-post-image,
  .default-featured-img {
    height: 236px; }

  /*
   * .full-layout .wrapper > .headline_area{margin-top: -67px;	padding-left:20%;}
   */ }

@media all and (min-width: 1600px) {
  .wp-post-image,
  .default-featured-img {
    height: 264px; }

  /*
   * .full-layout .wrapper > .headline_area{margin-top: -69px;	padding-left:25%;}
   */ }

@media all and (min-width: 1800px) {
  .wp-post-image,
  .default-featured-img {
    height: 297px;
    width: 100%; }

  /*
   * .full-layout .wrapper > .headline_area{margin-top: -71px;padding-left:30%;}
   */ }

/*
 * ----responsive styles from wider down to skinny----
 */
/*
 * ---:[ natural layout break 3 (desktop) (1044px) ]:---
 */
@media all and (max-width: 1044px) {
  #header > div.headline_container > div,
  #header > div.top_nav > div {
    width: 100% !important; }

  #bri {
    right: 1% !important;
    min-width: 180px !important; }

  /*
   * .widget.widget_text.top_nav.one-third{width:63%; position: absolute; right: 2%;  top: -39px;    z-index:276; }
   */  .widget.widget_text.top_nav.one-third {
    position: absolute;
    right: 1%;
    padding-top: 4px; }

  header #bri {
    margin-top: 40px; }

  .widget.widget_text.top_nav .fa {
    font-size: 25px; }

  .widget.widget_text.top_nav.one-third {
    right: 45%; }

  #blue-contact {
    font-size: 0.8em; }

  /*
   * #header-spacer {    height: 200px;}
   */  #shiftnav-toggle-main .shiftnav-toggle-burger {
    padding: 6px 10px 5px 36px !important; }

  .nav.two-thirds #menu-topnav {
    visibility: hidden; }

  #intro-text .two-thirds.first {
    max-width: 50%;
    width: 96%; }

  #intro-text .one-third {
    width: 40%;
    min-width: 329px; }

  #intro-text .sidebar.primary.announcements .widget {
    width: 96%;
    margin-left: 2%;
    padding-bottom: 0; }

  #footer-site-links > .three-fourths {
    padding-top: 50px; }

  #find_trip_filters .trip_filters {
    padding-right: 1%; }

  #monthFilter {
    width: 17%; }

  #ageFilter {
    width: 10%; }

  #tripFilter {
    width: 39%; }

  #aportFilter {
    width: 14%; }

  #availFilter {
    width: 20%; }

  #trip-links {
    padding: 26px 0 0 16px;
    font-size: 0.95em;
    line-height: 1.5; }

  .sidebar .soliloquy-container .soliloquy-viewport {
    min-height: 200px !important; }

  /*
   * shiftnav settings
   */  .top_nav .two-thirds.first {
    display: none; }

  #shiftnav-toggle-main .shiftnav-toggle-burger i.fa.fa-bars {
    visibility: visible !important; }

  #shiftnav-toggle-main .shiftnav-toggle-burger:after {
    content: " Menu" !important; }

  .top_nav.top_social {
    float: right;
    text-align: right; }

  .shiftnav-main-toggle-content.smaller #top_nav_logo {
    visibility: visible; }

  .shiftnav-toggle#mobile_menu {
    padding: 15px 10px 16px 120px !important; }

  #shiftnav-toggle-main .shiftnav-toggle-burger.smaller {
    padding: 15px 10px 16px 120px !important; }

  .shiftnav-main-toggle-content.smaller .top_social {
    padding-top: 8px; }

  /*
   * .ai-family p{margin-left:-20%;}
   */  header.smaller #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 1em !important;
    margin-left: 0px !important;
    padding-left: 10px !important; }

  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children>a.mega-menu-link:after,
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children>a.mega-menu-link span.mega-indicator:after {
    display: none !important; }

  .flagtop {
    left: -128px;
    top: 0; }

  #listing-cards > section > div:last-child {
    display: inline-block; } }

/*
 * ---:[ natural layout break 1 (784px)]:---
 */
@media all and (max-width: 786px) {
  #blue-contact {
    font-size: 0.7em; }

  #footer-menu.menu a {
    font-size: 0.75em; }

  #f-masa,
  #f-ifj {
    margin-left: 0; }

  #f-masa {
    margin-top: 6px; }

  #f-ifj {
    margin-top: 9px; }

  #left-bracket,
  #right-bracket {
    height: 190px; }

  #f-iout {
    margin-top: 10px; }

  #right-bracket {
    display: none; }

  .ai-family p {
    font-size: 16px; }

  #trips-table td.title {
    max-width: 175px; }

  #find_trip_filters h5 {
    font-size: 1em;
    font-size: 1rem; }

  #find_trip_filters,
  #find_trip_results {
    font-size: 12px; }

  /*
   * make the announcements box float under the text
   */  #intro-text .two-thirds.first {
    max-width: 100%;
    width: 96%; }

  #intro-text .one-third {
    width: 100%;
    margin-left: 0; }

  #intro-text p.widget_title {
    text-align: center; }

  #trip-links {
    font-size: 0.75em; }

  .sidebar .soliloquy-container .soliloquy-viewport {
    min-height: 210px !important; }

  #footer-menu {
    padding-left: 0;
    margin-left: 10px; }

  #video-text h1 {
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 16px; }

  #video-text p {
    font-size: 20px;
    line-height: 2em; }

  #video-text a {
    font-size: 16px;
    line-height: 2em; }



  #video-grid .one-fourth {
    margin-left: 0 !important;
    width: 50% !important; } }

@media only screen and (max-width:800px) {
  .sidebar .soliloquy-container .soliloquy-viewport {
    min-height: 230px !important; }

  header.smaller #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 1em !important;
    margin-left: 0px !important;
    padding-left: 5px !important;
    padding-right: 5px !important; }

  ul.mega-sub-menu .fa {
    font-size: 3em !important; } }

@media only screen and (max-width:784px) {
  .sidebar.primary.announcements .one-third {
    display: none; } }

@media only screen and (max-width:768px) {
  #footer-menu.menu ul a {
    font-size: 15px; }

  /*
   * .ai-family p{font-size:14px; margin-left: -25%;}
   */  article#post-26 img.alignleft,
  article#post-26 img.alignright {
    float: left !important; }

  article#post-49 img.alignleft,
  article#post-49 img.alignright {
    float: left !important;
    padding-right: 15px; }

  .page-id-49 .one_half {
    margin-bottom: 0; }

  /*
   * .social-icons-sml > a:nth-child(1),.social-icons-sml > a:nth-child(2),.social-icons-sml > a:nth-child(3){display:none}
   */  #text-36,
  #block-4 {
    width: 300px; }

  .widget.widget_text.top_nav.one-third {
    right: 56%; } }

@media only screen and (max-width:767px) {
  a.sf-with-ul:after {
    display: none; }

  .sf-arrows .sf-with-ul {
    padding-right: 20px; }

  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 0.85em !important;
    margin-left: 0px !important; }

  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:after {
    display: none !important; }

  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 0.7em !important; }

  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link > .fa {
    font-size: 5em !important; }

  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    min-height: 130px !important; }

  #gift h2 {
    font-size: 36px;
    font-weight: 600 !important; } }

@media only screen and (max-width:667px) {
  /*
   * hide the header on iphone 6s landscape when you scroll down
   */  header.smaller .header_container .headline_container,
  header.smaller .nav-container,
  header.smaller #site_title img {
    display: none; }

  .template-front .sidebar.primary.announcements .one-third {
    display: block; }

  #c-menu a {
    font-size: 0.9em;
    margin-left: 0px;
    padding-left: 10px; }

  header.smaller #text-36 {
    display: none; } }

@media only screen and (max-width: 600px) {
  .five-sixths,
  .four-fifths,
  .four-sixths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fifths,
  .three-fourths,
  .three-sixths,
  .two-fifths,
  .two-fourths,
  .two-sixths,
  .two-thirds,
  .portfolio-teaser {
    padding: 0 16px;
    width: 100%;
    margin-left: 0;
    float: none; }

  .one_half > div {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  #header_right .widget p,
  #header_right .widget ul {
    margin-bottom: 0;
    text-align: center;
    width: 100%; }

  #site_title img {
    display: block !important;
    margin: 0 auto; }

  .content.two-thirds.first {
    margin-bottom: 0; }

  #wpadminbar {
    top: 0 !important; }

  #bri.one-fourth {
    width: 22.5%;
    float: right;
    right: 0;
    padding: 0; }

  #site_title img {
    margin: 0 0 0 -2px; }

  .widget.widget_text.top_nav.one-third {
    padding: 4px 0 0 10px; }

  body.countrylp > div.shiftnav-wrap > div.wrapper > h1.headline {
    font-size: 3em;
    padding-bottom: 3px; }

  .sidebar.primary.announcements .one-third {
    padding: 0 0 16px 0;
    max-width: 92%;
    margin-left: 16px; }

  .sidebar.primary.announcements {
    padding-top: 0; }

  #trip_gift h2 {
    font-size: 1.5em;
    text-align: center; }

  #trip-links {
    font-size: 1em; }

  #footer-site-links img {
    margin: 10px auto !important; }

  #left-bracket,
  #right-bracket {
    width: 70%;
    margin: 0 auto;
    height: 10px;
    border-width: 3px 3px 0 3px;
    float: none; }

  #right-bracket {
    border-width: 0 3px 3px 3px;
    display: block; }

  #footer-site-links br {
    display: none; }

  #footer-site-links #blue-contact br {
    display: initial; }

  #blue-contact {
    float: none;
    position: initial;
    font-size: 1em;
    height: initial;
    padding: 40px 31px;
    max-width: 100%; }

  .one-fourth.bluebox {
    width: 100%;
    padding: 0; }

  .ai-family {
    line-height: 1.1em;
    position: relative;
    margin: 0;
    padding-left: 0; }

  .ai-family p {
    max-width: 95%;
    margin: 0 auto; }

  #mobile.ai-family {
    display: inline-block;
    margin-top: 38px; }

  #desktop.ai-family p img {
    display: block;
    margin: 0 auto;
    top: 0;
    padding: 5px 0 7px;
    max-width: 130px; }

  #footer-site-links > .one-fourth {
    float: none;
    display: inline-block; }

  #footer-site-links > .three-fourths {
    padding-top: 30px; }

  #footer-site-links {
    border-top: 3px solid white;
    text-align: center; }

  .template-front .sidebar.primary.announcements,
  .sidebar.primary.announcements {
    padding: 0 0 0 0; }

  .template-front .post_box {
    margin: 0 !important;
    padding-top: 0; }

  #intro-text .two-thirds.first {
    max-width: 100%; }

  .sidebar .soliloquy-container .soliloquy-viewport {
    min-height: 0px !important;
    height: 150px !important; }

  .full-layout .soliloquy-container .soliloquy-pager {
    display: block; }

  /*
   * top shiftnav settings
   */  body.admin-bar #shiftnav-toggle-main,
  body.admin-bar .shiftnav {
    top: 46px !important; }

  #wpadminbar {
    position: fixed !important; }

  #trip_gift p {
    max-width: 100%; }

  #trip_gift img {
    margin: 0 auto; }

  #footer-menu > div.one_fourth.last > strong:nth-child(3) {
    padding-top: 15px;
    display: inline-block; }

  /*
   * #footer-menu.menu ul, #footer-menu.menu{display:none;}
   */  #footer-menu > div:nth-child(2),
  #footer-menu > div:nth-child(3),
  #footer-menu > div.one_fourth.last > strong:nth-child(1),
  #footer-menu > div.one_fourth.last > ul:nth-child(2) {
    display: none; }

  #f-iout {
    padding-left: 0 !important; }

  .one-fourth.f-first {
    margin-left: 0; }

  #top-columns > div.nav.two-thirds.first {
    display: table-row; }

  #c-menu {
    visibility: hidden; }

  header.smaller #c-menu {
    visibility: hidden; }

  #video-grid .one-fourth {
    margin-left: 0 !important;
    width: 100% !important; }

  .nav-container >.container > #mega-menu {
    display: none !important; }

  /*
   * #header-spacer {   height: 157px;}
   */  .nav-container >.container {
    background: #00aae7;
    height: 3px; }

  .home-graphic img {
    margin: 0 auto; }

  .template-front .sidebar.primary.announcements .widget {
    display: block;
    margin-top: 8px; }

  body:not(.no-sidebar-slim) .content-column > div {
    padding: 0 !important; }

  body:not(.page-id-13870) .content-column ul {
    margin-left: 0 !important; }

  .grt .aligncenter,
  .grt .alignnone,
  .grt .left,
  .grt .alignleft,
  .grt .right,
  .grt .alignright {
    margin-bottom: 0; }

  /*
   * new header
   */  .widget.widget_text.top_nav.one-third,
  header #brilogo > img,
  .header_container .headline_container,
  #home-vid,
  .nav-container,
  #find_your_adventure,
  #video-grid,
  #i_am_iout,
  .dashed-div,
  #why_iout_container .textwidget a,
  #slayer {
    display: none; }

  .top_nav {
    height: 85px;
    background: #eff6fc; }

  .hide-mobile {
    display: none; }

  #top_nav_logo,
  #c-menu {
    display: none; }

  header.smaller .top_nav {
    height: 85px; }

  header.smaller #word-menu {
    left: 10px;
    top: 5px; }

  .mean-container .mean-bar.smaller a.meanmenu-reveal {
    margin-left: 0;
    top: 20px; }

  div.mean-bar.smaller > a.meanmenu-reveal.meanclose + nav.mean-nav {
    margin-top: 189px; }

  #post-137 {
    padding-top: 8px; }

  #post-137 strong {
    font-weight: 600; }

  /*
   * #post-137, #find_your_adventure{font-family:"Montserrat", sans-serif;text-align:center;}
   * #post-137 .Tripit-Wrapper *{font-family:"Roboto Condensed";}
   */  #post-137 h2 {
    font-weight: 600;
    margin: 31px 0 8px;
    font-size: 2em; }

  #find_your_adventure {
    padding: 45px 16px;
    font-weight: 600; }

  #home-links {
    width: 90%;
    margin: 0 auto; }

  .grt #home-links a {
    color: #f15a29;
    font-weight: 800;
    text-decoration: none;
    border-top: 3px solid #e6e6e6;
    display: block;
    padding: 16px 0;
    letter-spacing: 1px; }

  .grt #home-links a:last-child {
    border-bottom: 3px solid #e6e6e6; }

  .grt #home-links a:hover {
    color: #00aae7; }

  .template-front .Tripit-Filters--groups div.SumoSelect.sumo_tripit\[ages\] > p,
  .Tripit-Filters--groups div.SumoSelect.sumo_tripit\[ages\] > select,
  .Tripit-Filters--groups div.SumoSelect.sumo_tripit\[ages\],
  .template-front .Tripit-Filters--groups div.SumoSelect.sumo_tripit\[months\] > p,
  .Tripit-Filters--groups div.SumoSelect.sumo_tripit\[months\] > select,
  .Tripit-Filters--groups div.SumoSelect.sumo_tripit\[months\],
  .template-front .Tripit-Filters--groups div.SumoSelect.sumo_tripit\[airports\] > p,
  .Tripit-Filters--groups div.SumoSelect.sumo_tripit\[airports\] > select,
  .Tripit-Filters--groups div.SumoSelect.sumo_tripit\[airports\],
  .template-front .Tripit-Filters--groups div.SumoSelect.sumo_tripit\[trip_types\] > p,
  .Tripit-Filters--groups div.SumoSelect.sumo_tripit\[trip_types\] > select,
  .Tripit-Filters--groups div.SumoSelect.sumo_tripit\[trip_types\],
  .template-front div.SumoSelect select {
    width: 100% !important;
    text-align: center !important;
    text-transform: uppercase;
    margin-top: -5px; }

  .Tripit-Wrapper .fl-builder-content a.fl-button {
    background: #123e6a;
    color: white; }

  .template-front .SumoSelect {
    width: 330px;
    margin-top: -8px;
    text-align: center !important; }

  .template-front .SumoSelect > .CaptionCont > span {
    padding-right: 0 !important; }

  .template-front h1.headline,
  .template-front h2.headline {
    font-size: 2.3em !important;
    font-weight: 600; }

  .template-front .Tripit-Filters--groups {
    text-transform: uppercase !important; }

  .template-front .Tripit-Filters--groups p:not(.SumoSelect) {
    margin-bottom: 35px; }

  #find_your_adventure > div > section > div > p > div.SumoSelect.sumo_tripit\5b trip_types\5d > p {
    margin-bottom: 30px; }

  #find_your_adventure > div > section > div > p > div:nth-child(12) {
    margin-bottom: -20px; }

  .template-front a.button {
    background: #f15a29;
    text-decoration: none;
    border-radius: 0;
    color: white;
    margin-top: 30px; }

  .template-front a.button:hover {
    background: #00aae7; }

  .template-front .post_content {
    padding-bottom: 31px; }

  .template-front .carousel-review-body {
    color: #002f5e !important; }

  #homepage-form #gift {
    padding: 0 16px; }

  #why_iout,
  #homepage-form,
  #trip_gift {
    border-top: 0px white solid;
    font-family: "Montserrat", sans-serif; }

  #why_iout_container h1.headline {
    font-weight: 600; }

  #why_iout_container strong {
    font-weight: 600; }

  #why_iout_container h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 5px; }

  #why_iout_container .fa {
    margin-bottom: 10px; }

  #homepage-form h3 {
    padding: 45px 0 0;
    color: white;
    font-weight: 600;
    font-size: 2.5em; }

  #homepage-form p {
    font-size: 20px;
    line-height: 1.5; }

  #trip_gift,
  #trip_gift p {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }

  #trip_gift {
    padding: 0 25px; }

  #trip_gift p {
    padding-right: 10px; }

  #trip_gift h2 {
    font-size: 1em;
    line-height: 1.3; }

  #desktop.ai-family {
    font-weight: bold;
    border-top: 0px solid white; }

  #desktop.ai-family img {
    display: block;
    margin: 0 auto 18px; }

  .footer {
    font-size: 0.7em; }

  #txt-reviews {
    font-size: 0.8em;
    line-height: 1.3; }

  .home-only {
    display: none; }

  .template-front .home-only {
    display: block; }

  #home-announce .container {
    padding: 15px; }

  .side-register {
    display: none; }

  #text-36,
  #block-4 {
    width: 220px; } }

@media all and (max-width:594px) {
  /*
   * #header-spacer, .blog #header-spacer{   height: 157px;}
   */ }

@media all and (max-width:575px) {
  #header_left {
    width: 100% !important;
    float: none !important;
    margin: 0 auto; }

  #header_right {
    width: 100% !important;
    float: none !important;
    margin: 0 auto; }

  .simple-social-icons ul.aligncenter {
    text-align: center !important; } }

/*
 * special css table hack for the trips table to stack under iphone 5s landscape view
 */
@media only screen and (max-width: 567px) {
  /*
   * Force table to not be like tables anymore
   */  table#trips-table,
  table#trips-table thead,
  table#trips-table tbody,
  table#trips-table th,
  table#trips-table td,
  table#trips-table tr {
    display: block; }

  /*
   * Hide table headers (but not display: none;, for accessibility)
   */  table#trips-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  table#trips-table tr {
    border: 1px solid #cccccc; }

  table#trips-table td {
        /*
     * Behave  like a "row"
     */
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 50%; }

  table#trips-table td:before {
        /*
     * Now like a table header
     */
    position: absolute;
        /*
     * Top/left values mimic padding
     */
    top: 3px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }

  /*
   * 
   * Label the data
   * 
   * .page-id-65 td:nth-of-type(1):before { content: "Departure"; }
   * .page-id-65 .box td:nth-of-type(1):before { content:""; }
   * .page-id-65 td[colspan="6"]:nth-of-type(1):before{ content: "";}
   * .page-id-65 table#trips-table td[colspan="6"]{ padding-left:1%}
   * .page-id-65 td:nth-of-type(2):before { content: "Return"; }
   * .page-id-65 .box td:nth-of-type(2):before { content: ""; }
   * .page-id-65 td:nth-of-type(3):before { content: "Ages"; }
   * .page-id-65 td:nth-of-type(4):before { content: "Program Name"; }
   * .page-id-65 td:nth-of-type(5):before { content: "Airport"; }
   * .page-id-65 td:nth-of-type(6):before { content: "Availability"; }
   * #find_trip_filters .trip_filters{max-width:49%; width:49%;}
   * #tripFilter{max-width:100% !important; width:100% !important;}
   * #find_trip_filters, #find_trip_results{font-size:18px;}
   * .grt h2.find-trip-header{font-size:1.3em; font-size:1.3rem;}
   * #find_trip_filters h5{font-size:1.3em; font-size:1.3rem;}
   * #trips-table td.title{max-width:700px;}
   * #trips-table{clear:both;}
   * table#trips-table td{padding-left:65%;}
   * table#trips-table{border:none;}
   * /*also another style at 420px
   */ }

@media all and (max-width:500px) {
  #video-text h1 {
    font-size: 20px;
    line-height: 1em; }

  #video-text p {
    font-size: 12px;
    line-height: 2em; }

  #video-text a {
    font-size: 13px;
    line-height: 2em; }

  #site_title img {
    width: 40%; }

  .header_container .headline_container .container {
    padding: 5px 10px; }

  #bri {
    min-width: 130px !important; }

  body.countrylp > div.shiftnav-wrap > div.wrapper > h1.headline {
    font-size: 2.5em;
    padding: 16px 8px 0 8px; }

  #trip_gift {
    margin-left: 0; }

  .emphasized a {
    display: block; }

  .emphasized .textwidget {
    max-width: 300px;
    margin: 0 auto;
    line-height: 1.5; } }

@media all and (max-width:494px) {
  /*
   * #header-spacer, .blog #header-spacer {   height: 147px;}
   */ }

@media all and (max-width:450px) {
  #video-text h1 {
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 8px; }

  #video-text p {
    font-size: 12px;
    line-height: 2em; }

  #video-text a {
    padding: 5px 8px; }

  /*
   * #header-spacer, .blog #header-spacer {   height: 140px;}
   */  #shiftnav-toggle-main .shiftnav-toggle-burger {
    padding: 6px 14px 5px 14px !important; }

  /*
   * .customize-support #shiftnav-toggle-main{padding-top:53px;}
   */  .full-layout h4 {
    font-size: 2em;
    font-size: 2rem;
    background-size: contain;
    text-indent: 30px; }

  /*
   * shiftnav settings
   */  #shiftnav-toggle-main .shiftnav-toggle-burger {
    padding: 10px 10px 10px 14px !important; }

  .top_nav.top_social .fa {
    font-size: 24px !important;
    padding: 8px 0 4px 0 !important; }

  #bri > div.flagtitle.flag.flag-us.flagtop,
  #bri > div.flagtitle.flag.flag-ca.flagtop {
    display: none; }

  .template-front h1.headline,
  #why_iout_container h1.headline,
  #homepage-form h3,
  #formtitle {
    font-size: 2.5em !important; }

  #gift h2 {
    font-size: 35px !important; } }

@media all and (max-width:420px) {
  /*
   * #header-spacer, .blog #header-spacer {   height:130px;}
   */  table#trips-table td {
    padding-left: 50%; }

  #find_trip_filters h5,
  #find_trip_filters label,
  #find_trip_results {
    font-size: 1em;
    font-size: 1rem; }

  #video-text:hover {
    display: none; }

  #home-announce {
    min-height: 136px; }

  .template-front #home-announce .soliloquy-container .soliloquy-html-content {
    padding-left: 5px; }

  .template-front .sidebar.primary.announcements .widget {
    display: block;
    margin: 0 auto; }

  #find_your_adventure {
    padding: 0 15px 15px; }

  #field_2_5 > label {
    display: block;
    float: none; }

  #gform_2 .gfield_radio li label {
    width: auto !important; }

  .gform_wrapper .gfield_radio li label	#homepage-form .gform_wrapper .gform_footer {
    margin-top: 0 !important; }

  #homepage-form #gift {
    padding: 10px 10px 57px; } }

@media all and (max-width:375px) {
  #bri {
    min-width: 120px !important; }

  body.countrylp > div.shiftnav-wrap > div.wrapper > h1.headline {
    font-size: 2em;
    line-height: 24px;
    padding-top: 20px; }

  /*
   * #header-spacer, .blog #header-spacer {   height: 117px;}
   */  .widget.widget_text.top_nav .fa {
    padding: 5px 2px 3px 2px; }

  header.smaller .header_container .headline_container,
  header.smaller .nav-container,
  header.smaller #site_title img {
    display: none; }

  /*
   * #home-announce{max-height:66px;}
   */  #widget_sp_image-11 > a > img,
  .template-front .sidebar.primary.announcements {
    margin: 0 auto; } }

@media all and (max-width:350px) {
  .shiftnav-main-toggle-content .top_nav.one-third {
    display: none; }

  .sidebar .soliloquy-container .soliloquy-viewport {
    min-height: 0px !important;
    height: 200px !important; }

  #word-menu {
    font-size: 0.9em;
    margin-left: -5px; }

  .template-front h1.headline,
  .template-front h2.headline. {
    font-size: 2.5em; } }

@media all and (max-width:320px) {
  /*
   * #header-spacer, .blog #header-spacer {   height: 108px;}
   */  #bri > div.flagtitle.flag.flag-us.flagtop {
    margin-left: -34px !important; }

  #home-announce {
    min-height: 72px; }

  /*
   * home-announce{max-height:72px;}
   */  .mean-container a.meanmenu-reveal {
    padding-right: 0; } }

/*
 * .blue-with-text-sans-ann div.two-thirds.first{width:100% !important;}
 */
.blue-with-text-sans-ann #intro-text .two-thirds.first {
  max-width: 100% !important; }

#FSContact28 input {
  margin-bottom: 6px !important; }

#fscf_label28_1 {
  display: none; }

#fscf_captcha_code28 {
  width: 150px !important; }

.dateInput {
  width: 85px;
  background-color: #eeeeee; }

.formPadding {
  padding: 30px; }

.formLineHeight {
  line-height: 32px; }

.no-sidebar-slim .wp-post-image {
  height: initial !important;
  width: 100%; }

.no-sidebar-slim .header_container .headline_container {
  text-align: left; }

.no-sidebar-slim #intro-text > div {
  width: 100% !important;
  max-width: 100% !important; }

.no-sidebar-slim #intro-text p {
  max-width: 90vw; }

#field_16_2 {
  display: none; }

#input_16_1 {
  height: 58px; }

#gform_submit_button_16 {
  background-color: #002f5e !important;
  padding-right: 28px; }

#gform_submit_button_16:hover {
  background-color: #0080ff !important; }

body.no-sidebar-slim > div.wrapper > div:nth-child(7),
body.no-sidebar-slim > div.wrapper > div:nth-child(7) > div {
  background: #f2f2f2; }

body.no-sidebar-slim .post_box .one_half > div {
  background: #f6f6f6;
  margin: 0 20px 40px;
  padding: 20px 0 2px; }

body.no-sidebar-slim .post_box .one_half > div > p {
  padding: 0 20px;
  text-align: center; }

body.no-sidebar-slim .post_box .one_half > div a.button,
.grt a.orangebtn {
  display: block;
  text-align: center;
  background: #f1b33f;
  color: white;
  text-decoration: none;
  margin: 15px auto 30px;
  max-width: 230px;
  font-weight: bold;
  padding: 5px 15px; }

body.no-sidebar-slim .post_box .one_half > div a.button:hover,
.grt a.orangebtn:hover {
  background: #002f5e; }

body.no-sidebar-slim .post_box .one_half img {
  margin-bottom: 15px; }

.gform_hidden,
#gform_16 > div.gform_footer.top_label > p:nth-child(7) {
  display: none; }

body.no-sidebar-slim .gform_wrapper {
  max-width: 100%; }

#input_16_1 {
  margin-bottom: 10px; }

.no-sidebar-slim #intro-text {
  display: none; }

.no-sidebar-slim #homepage-form .gform_wrapper .gform_footer {
  margin-top: 0 !important; }

.no-sidebar-slim h1.headline {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25em;
  letter-spacing: 7px;
  padding-bottom: 15px; }

.gform_wrapper select {
  padding: 8px 0 8px 3px !important; }

/*
 * 4 column ready class ------------------------------------------------------
 */
@media all and (min-width:786px) {
  body:not(.template-front) .gform_wrapper .top_label li.gfield.gf_one_quarter {
    float: left;
    margin-right: 7px;
    width: 24%;
    clear: right !important; }

  body:not(.template-front) .gform_wrapper .top_label li.gfield.gf_quarter_last {
    margin-right: 0; }

  body:not(.template-front) .gform_wrapper .top_label li.gfield.gfield_error.gf_one_quarter {
    width: 18%; }

  body:not(.template-front) .gform_wrapper .top_label li.gfield.gf_one_quarter input.medium,
  body:not(.template-front) .gform_wrapper .top_label li.gfield.gf_one_quarter input.large,
  body:not(.template-front) .gform_wrapper .top_label li.gfield.gf_one_quarter select.medium,
  body:not(.template-front) .gform_wrapper .top_label li.gfield.gf_one_quarter select.large {
    width: 100%; }

  body:not(.template-front) .gform_wrapper .top_label li.gfield.gf_one_quarter+li.gsection {
    padding: 16px 0 8px 0; }

  body:not(.template-front) .gform_wrapper .top_label li.gfield.gf_one_quarter+li.gfield,
  .gform_wrapper .top_label li.gfield.gf_one_quarter+li.gfield,
  body:not(.template-front) .gform_wrapper .top_label li.gfield.gf_one_quarter+.gform_footer {
    clear: both; }

  body:not(.template-front) #gift .ginput_container.ginput_container_textarea {
    padding-top: 15px !important; }

  .template-front #input_2_1_6_container {
    margin-left: 2px !important;
    padding-left: 7px;
    padding-right: 2px !important; }

  body .gform_wrapper ul li.gfield {
    padding-top: 9px !important; }

  .template-front #input_2_8 {
    max-height: 52px; }

  #gift .gform_footer input[type="submit"] {
    padding: 7px 40px 6px !important; } }

@media all and (max-width:786px) {
  #gift {
    padding: 20px; }

  #formtitle {
    font-size: 3em; }

  #gift h2 {
    font-size: 35px; }

  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select {
    margin-bottom: 5px !important; }

  .gform_wrapper .gfield textarea {
    margin-bottom: 25px !important; }

  #gift .gform_footer input[type="submit"] {
    padding: 0 !important;
    margin-top: 23px !important; } }

.template-front #field_2_6 {
  margin-top: 0 !important; }

#gift .gform_wrapper .gform_footer {
  margin: 0px auto 40px;
  max-width: 160px; }

#gift .gform_wrapper select {
  height: 42px; }

.gform_wrapper li.hidden_label input,
.gform_wrapper li.hidden_label select {
  margin-top: 0px !important; }

body:not(.template-front) #gift .gform_wrapper li.hidden_label .ginput_container_name input {
  margin-top: -3px !important; }

.sidebar ::-webkit-input-placeholder {
    /*
   * Chrome/Opera/Safari
   */
  color: #414042; }

.sidebar ::-moz-placeholder {
    /*
   * Firefox 19+
   */
  color: #414042; }

.sidebar :-ms-input-placeholder {
    /*
   * IE 10+
   */
  color: #414042; }

.sidebar :-moz-placeholder {
    /*
   * Firefox 18-
   */
  color: #414042; }

/*
 * guide referral form
 */
#field_19_36 {
  max-width: 555px;
  margin: 0 auto !important;
  text-align: center; }

#input_19_36 {
  font-size: 20px;
  margin: 15px 0; }

#field_19_25,
#field_6_25 {
  background: #ededed;
  padding: 20px; }

@media all and (min-width: 768px) {
  #gform_fields_16 {
    width: 80%;
    float: left; }

  /*
   * .no-sidebar-slim #homepage-form .gform_wrapper .gform_footer{margin-top:-73px !important}
   */  #input_16_1 {
    margin-bottom: 0; } }

@media all and (min-width: 1044px) {
  #gform_fields_16 {
    width: 83%;
    float: left; }

  .no-sidebar-slim .columns .column-wrapper > .content {
    width: 850px; } }