/**** Foundation 6 ***/
/**** General Styles ***/
html, body{
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}
body{
  background-color:#fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #363636;
}
h1,h2,h3,h4,h5,h6,.button, label, legend {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.breadcrumbs {
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  margin: .5rem 0;
}
.breadcrumbs a, a {
  color: #45c3d2;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}
a:hover, a:focus {color: #363636;}

.callout {margin-bottom: 0;}

.no-padding-bottom {padding-bottom: 0 !important;}

.no-padding-top {padding-top: 0 !important;}

.no-padding-left {padding-left: 0 !important;}

.no-padding-right {padding-right: 0 !important;}

.uppercase {text-transform: uppercase;}

.circle {
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}
.button {font-weight: 300; letter-spacing:1.2px;}

.button:hover, .button:focus {text-decoration: none;}

.button.success {
  color: #fff;
  background-color: #45c3d2;
}
.button.success:hover, .button.success:focus {
  color: #fff;
  background-color: #05143f;
}
.bg-overlay-dark {
  background-color: rgba(0,0,0,.4);
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea, select,
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus, select:focus {
  background-color: #efefef;
  border: none;
  box-shadow: none;
  color: #222;
  font-size: 14px;
}
::-webkit-input-placeholder {
   color: #888 !important;
}
:-moz-placeholder {
   color: #888 !important;
}
::-moz-placeholder {
   color: #888 !important;
}
:-ms-input-placeholder {
   color: #888 !important;
}
label {letter-spacing:1px; color: #6b6b6b;}

label.required:before {content:'*'; color: red;}

address {font-style:normal; margin-bottom: 1em;}

blockquote {
  padding: 2em 0 1em 2em;
  border-left: none;
  margin: 1em 0;
  position: relative;
}
blockquote:before {
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  content: '“';
  font-family: Georgia, serif;
  font-size: 4em;
  color: #45c3d2;
  line-height: 1;
}
hr.divider {
  border-top: 1px dashed #bfbfbf; 
  border-bottom: 0;
  display: inline-block;
  width: 100%;
}

/**** Top Bar ***/
.info-bar {
  display: table;
  width: 100%;
  font-size: 85%;
  background-color: #fff;
  color: #05143f;
  border-bottom: 1px solid rgba(5,20,63,.3);
  padding: .4rem 0;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.info-bar .menu>li>a {
  padding: .5rem .7rem;
}
.menu-phone {background-color: #45c3d2; color: #fff;}

.menu-phone a, .menu-phone abbr {color: #fff;}

.info-bar .top-bar-right a {color:#05143f;}

.info-bar .top-bar-right a:hover {color: #45c3d2;}

.top-bar {
  background-color: #fff;
  transition: all 0.2s linear;
  padding: 0;
  display: inline-table;
  width: 100%;
  z-index: 99;
  position: relative;
  border-bottom: 1px solid rgba(5,20,63,.1);
}
.top-bar .top-bar-title {
  padding-top: .75em;
  padding-bottom: .75em;
  padding-left:.5rem;
}
.top-bar-title .brand {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 180%;
  line-height: 36px;
  letter-spacing: -.3px;
}
.top-bar .menu {
  background-color: transparent;
}
.top-bar .menu>li>a {
  color: #05143f;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.top-bar .menu>li>a:hover {
  color: #45c3d2;
  text-decoration: none;
}
.top-bar .menu>li>a.button {
  background-color: transparent;
  border: 2px solid #05143f;
  text-transform: uppercase;
  font-weight: 600;
}
.top-bar .menu>li>a.button:hover {
  background-color: #45c3d2;
  color: #fff;
  border-color: #45c3d2;
}
.is-dropdown-submenu>li {
  text-align: left;
}
.menu-icon:after {
  background: #05143f;
  box-shadow: 0 7px 0 #05143f, 0 14px 0 #05143f;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a {
  padding-right:.7rem;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
  display: none;
}
.is-dropdown-submenu {
  border: none;
  min-width: inherit;
  text-align: right;
}
.top-bar .menu.is-dropdown-submenu {
  background-color: #fff;
}
.top-bar .menu.is-dropdown-submenu>li>a:hover {
  background-color: #45c3d2;
  color: #fff;
  text-decoration: none;
}
/**** Content ****/
.wrap-content {
  min-height: 500px;
}
.page-title {
  padding: 2.5rem 0 2rem;
  position: relative;
}
.page-title h1 {
  margin: 0;
  line-height: 1.2;
  color: #05143f;
}
.with-img .page-title h1, .with-img .page-title p {color: #fff;}

.page-title p {margin: .75rem 0 0; font-size: 110%;}

.page-title .button {margin-top: 1em;}

.with-img .bg-page-title {
  background-size: cover;
  background-position: center;
  position: relative;
}
.with-img .page-title {
  background-color: rgba(0,0,0,.1);
  padding: 3.5rem 0 4rem;
}
#landing.with-img .page-title {padding: 7.5rem 0 7rem;}

#blog-page .bg-page-title {background-image:url(https://cdn1.gttwl.net/attachments/tribesbesttravel.gttwl2.com/ltmq6z/1507050522_original.jpeg);}

#agent-page .bg-page-title {background-image:url(https://cdn1.gttwl.net/attachments/mctavishtravel.gttwl2.com/ltmq6z/1501601406_original.jpeg);}

#contact-page .bg-page-title {background-image:url(https://cdn1.gttwl.net/attachments/mctavishtravel.gttwl2.com/ltmq6z/1501614971_original.jpeg);}

#offer-page .bg-page-title {background-image:url(https://cdn1.gttwl.net/attachments/global/1501784273_original.jpeg);}

#gift-page .bg-page-title {background-image: url(https://cdn1.gttwl.net/attachments/mctavishtravel.gttwl2.com/ltmq6z/1502727334_original.jpeg);}

.page-content {
  padding: 2rem 0;
}
.top-page-content {
  padding: 1rem 0;
}

/**** Section ****/
.section {
  display: block;
  padding: 1.5rem 0;
  position: relative;
}
.section-title, .section-content {
  display: block;
  padding: .85rem 0;
  position: relative;
}
.section-title h1, .section-title h2, .section-title h3 {
  font-weight: 400;
  font-size: 160%;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}
.free-download img {margin-bottom: 1em;}

.specialties {background-color: #f5f5f5;}

/**** Thumb ****/
.thumb {
  background-color: #fff;
  border-bottom: 3px solid #45c3d2;
  margin-bottom: 2em; 
  display: block;
  -moz-box-shadow: 1px 1px 10px rgba(0,0,0,.2);
  -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.2);
  box-shadow: 1px 1px 10px rgba(0,0,0,.2);
}
a.thumb:hover {text-decoration: none;}

.thumb-img img {
  margin: 0 auto;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.thumb-content {padding: 1em .56em 1.2em;}

.thumb-content h3 {font-size: 140%;}

.index .thumb-content h3 {font-size: 120%; margin: 0; line-height: 1.1;}

.thumb-content p {margin: 0; color: #333;}

.thumb .button {margin: 0;}

.thumb.user {background-color:#f5f5f5;}

.user .thumb-img {
  overflow: hidden;
  text-align: center;
}
.magazine-thumb {display: block; margin-bottom: 2em;}

.magazine-thumb img {width: 100%; margin-bottom: .5em;}

.magazine-thumb h4 {font-size: 100%; margin: 0;}

.thumb.destination {background-color:#444; color: #f5f5f5;}

.thumb.destination:hover {background-color:#45c3d2;}

/**** Right Side ****/

.right-side .section-title h3 {
  font-weight: 700;
  font-size: 100%;
  margin: 0;
}
.right-side ul.no-bullet>li {
  position: relative;
  padding-left: 25px;
  border-bottom: 1px solid #efefef;
}
.right-side ul.no-bullet>li:before {
  display: block;
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  top: 1.2em;
  left: .35em;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #bfbfbf; 
}
.right-side ul.no-bullet>li>a {
  display: block;
  padding: .75em 0;
  line-height: 1.2;
}
.right-side .media-object-section h4 {
  font-size: 120%;
  letter-spacing: 1.2px;
}
.right-side .media-object-section p {font-size: 90%;}

/**** Forms ****/
.search-form .button {
  background-color: #efefef;
  border: none;
  box-shadow: none;
  color: #999;
  height: 2.4375rem;
}
.radio-list {margin: .65em 0 1em;}

.radio-list label, .checkbox-list label {
  font-family: 'Open Sans', sans-serif; 
  text-transform: capitalize;
  letter-spacing: normal;
}

/**** Contact Page ****/

.contact-info dd, .contact-info dt {
  margin-bottom: .85rem;
}
.contact-info dd, .contact-info dd a, .contact-info dd address {
  overflow: hidden;
  font-size: 93%;
}
.contact-info dd i, .contact-info dd a, .contact-info dd address {
  display: table-cell;
  vertical-align: top;
}
.contact-info dd i {
  padding-right: 20px;
  font-size: 130%;
  width: 25px;
  text-align: center;
}
.contact-info a {
  color:#363636;
  text-decoration: underline;
}

/**** Post ****/
.post {margin-bottom: 1.5em;}

.post-list .post {margin: 0;}

.post-media {
  margin-bottom: 1.5rem;
  display: block;
  text-align: center;
}
.post-media img {min-width: none;}

.post-title {font-size: 150%; letter-spacing: 1.5px; margin: 0;}

.post-title a {color: #464646;}

.post-title a:hover {color: #45c3d2;}

.post-meta {font-size: 85%; color: #999; margin-bottom: .5em;}

.post-meta span {
  display: inline-block;
  margin: .4rem 0;
} 
.post-meta span:after {
  content:'•';
  display: inline-block;
  padding: 0 .35em 0 .65em;
  font-size: 100%;
}
.post-meta span:last-child:after {
  display: none;
}
.post-summary {
  font-size: 150%;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  color: #000;
  text-align: center;
  color: #05143f;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.post-content p, .post-content li {
  font-size: 106%;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
.post-content img {
  max-width: 100%;
  margin-bottom: 1rem;
}
.post h2:not(.post-title) {font-size: 2rem;}

.post h3:not(.post-title) {font-size: 1.5375rem;}

.post h4:not(.post-title) {font-size: 1.12rem;}

.post-content p > img {margin-bottom: 0;}

.post-content iframe {width: 100%;}

.post-cta {
  padding: 1.5em 0 .6em;
}
.product-length {
  padding-right: 1rem;
  padding-bottom: .5rem;
  border-right: 1px solid #05143f;
  text-align: center;
  color: #05143f;
}
.product-length span {
  display: block;
  font-weight: 100;
  font-size: 270%;
  line-height: 1.1;
}
.product-length small {
  display: block;
  line-height: 1;
}
.post-disclaimer {font-size: 85%; color: #999; margin: 1em 0;}

/**** Related Posts ****/
.related-post {
  margin-bottom: 1rem;
}
.related-post a.wrap-image {
  background-color: #000;
  margin-bottom: 1rem;
  display: block;
  overflow: hidden;
}
.related-post img {
  width: 100%;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s; /* Safari */
  transition: all 2s;
  opacity: .7;
}
.related-post img:hover {
  opacity: 1;
}
.related-post h3 {
  font-size: 120%;
  margin-bottom: .56rem;
  line-height: 1.2;
}
.related-post h3 a:hover, .related-post h3 a:focus {
  color: #fff;
  text-decoration: none;
}
.related-post p {
  font-size: 90%;
}
.related-post .post-kind {
  display: block;
  font-size: 85%;
  margin-bottom: .85rem;
  color: #666;
}
/**** Subscribe Modal ****/
.reveal#subscribe {
  padding: 0;
}
.subscribe-img {
  background-image: url(https://cdn1.gttwl.net/attachments/geryvaltiner.gttwl2.com/ltmq6z/1492104756_large.jpeg);
  background-size: cover;
  background-position: center;
}
.subscribe-form {
  padding: 1rem;
}
.subscribe-form h3 {
  font-size: 1.45rem;
  line-height: 1.1;
  margin-bottom: 1em;
}
.subscribe-form .button {
  margin-bottom: .2rem;
}
#subscribe .close-button {
  top: .15rem;
  right: .5rem;
}
/**** User Page ****/
.profile dd {
  border-bottom: 1px solid #fff;
  padding: .75rem;
  background-color: #444;
  color: #fff;
}
.profile dd a {color: #fff;}

.profile dd.profile-photo, .profile dd.profile-social {
  padding: 0;
}
.profile-photo img {width: 100%;}

.tabs {border-width: 0 0 2px 0; border-color: #45c3d2; background-color: #f5f5f5;}

.tabs-title>a {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 100%;
  color: #444;
}
.tabs-title>a:hover, .tabs-title>a:focus {color: #444;}

.tabs-title>a[aria-selected=true] {background-color: #45c3d2; color: #fff;}

.tabs-content {border: none; background-color: transparent;}

.tabs-panel {padding: 1rem 0;}

.tabs-panel blockquote {margin-top: 0; padding-bottom: 0; padding-top: 1em;}

.tabs-panel blockquote:before {top: 13px;}

/**** Supplier List ****/
.suppliers-list {
  padding: 1rem 0 2rem;
}
.suppliers-list a {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dedede;
  -mozborder-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  height: 120px;
  margin-bottom: 1rem;
  transition: all 0.4s ease-in-out;
}
.suppliers-list a:hover {
  -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
  box-shadow: inset 0 0 10px rgba(0,0,0,.3);
}
.suppliers-list a img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  margin: 0;
}
.supplier-logo {margin-bottom: 1.5em;}

.supplier-logo img {max-height: 90px;}

/**** Slider ****/
.wrap-slider {
  position: relative;
}
.index-slider, .product-slider {
  position: relative;
  overflow: hidden;
}
.single-slider {overflow: hidden;}

.index-slider .single-slider {
  background-size: cover;
  background-position: center;
  position: relative;
}
.single-slider:after {
  content:'';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0,0,0,.3);
  z-index:1;
}
.slider-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index:88;
}
.slide-caption {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index:2;
  text-shadow: 2px 2px 15px rgba(0,0,0,.3);
}
.slide-caption h1, .slide-caption h2, .slide-caption h3 {
  margin-top: 0;
  line-height: 1.3;
  color: #fff;
}
.slide-caption p {
  font-size: 120%;
  margin: 0;
}
.slide-caption .button {
  margin-top: 1.5rem;
}
.index-slider .slide-caption img {
  margin-left: auto;
  margin-right: auto;
  max-height: 100px;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  top:40%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  border-color: transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  z-index: 15;
}
.slick-prev:hover, .slick-next:hover,
.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
  background-color: transparent;
  border: none;
}
.slick-prev {background-image: url(https://cdn1.gttwl.net/attachments/bucketlistexploration.gttwl2.com/ltmq6z/1426275911_original.png); left: 1rem;}

.slick-next {background-image: url(https://cdn1.gttwl.net/attachments/bucketlistexploration.gttwl2.com/ltmq6z/1426275990_original.png); right: 1rem;}

/* Dots */
.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 5px;
	display: block;
	width: 100%;
  padding: 0;
	list-style: none;
	text-align: center;
	margin: 0;
	z-index:5;
}
.slick-dots li {
  position: relative;
	display: inline-block;
	width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
	cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
	display: block;
	width: 20px;
  height: 20px;
  padding: 5px;
	cursor: pointer;
	color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
  line-height: 10px;
	position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: .25;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 20px;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #fff;
}
/**** Bottom ****/
.small-post {
  padding: 1em;
  background-color: #f5f5f5;
  border-bottom: 2px solid #45c3d2;
  margin-bottom: 1em;
}
.small-post>a {position: relative;}

.small-post img {margin-bottom: .5rem;}

.small-post>a>i {
  position: absolute;
  color: #fff;
  font-size: 300%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-shadow: 3px 3px 10px rgba(0,0,0,.5);
  transition: all 0.4s ease-in-out;
}
.small-post>a:hover>i {color: rgba(255,255,255,.4);}

.small-post h4 {font-size: 105%;}

.small-post p {font-size: 90%; line-height: 1.25; margin: 0;}

.small-post h4 a {color: #434343;}

.small-post h4 a:hover {color: #45c3d2; text-decoration: none;}

.bottom .thumb {background-color: #f5f5f5;}

/**** CTA ****/
.cta {
  background-color: #45c3d2;
  color: #fff;
  padding: 1.5em 0 1.2em;
}
.cta h2 {letter-spacing: 1.2px; font-weight: 300 !important;}

.cta .button {background-color: #f9f5ed; color: #45c3d2;}

/**** Footer ***/
#footer {
  background-color: #05143f;
  color: #eee;
  padding: 2rem 0;
  font-size: 90%;
}
#footer h3 {font-size: 1.3rem;}

#footer address {margin-bottom: 1rem;}

#footer a, #footer abbr {color: #eee;}

#footer a:hover {
  color: #45c3d2;
  text-decoration: underline;
}
.social-section a {
  font-size: 130%;
  display: inline-block;
  vertical-align: top;
  padding: 0 .35rem;
}
#footer .button:hover, #footer .button:focus {
  background-color: #f9f5ed;
  color:#05143f;
  text-decoration: none;
}
#footer hr {border-color: rgba(255,255,255,.2);}

.footer-logos {background-color: #fff; padding: 1rem 0; margin: 1em 0;}

.footer-logos img {max-height: 35px; margin: .35rem .6rem;}

.credits {font-size: 80%;}

#scrollup{
  background-color: #45c3d2;
  color: #ddd;
  position:fixed;
  text-align: center;
  bottom:50px;
  right:20px;
  display:none;
  transition: all 0.2s linear;
}
#scrollup:hover{
  background-color: #000;
  color: #fff;
}
#scrollup i {
  width: 40px;
  height: 40px;
  line-height: 37px;
  font-size: 120%;
}

/*******************************
          Responsive
*******************************/
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
  .top-bar {
    padding-left: 0;
    padding-right: 0;
  }
  .top-bar .top-bar-title {
    padding-left: 1rem;
  }
  .brand img {
    max-height: 30px;
  }
  #responsive-menu .top-bar-right {
    background-color: #f88f06;
    margin-top: -46px;
    padding-top: 60px;
    padding-bottom: 1rem;
  }
  .top-bar .menu>li {
    display: block;
  }
  .top-bar .menu>li>a:hover {
    background-color: #000;
  }
  .top-bar .menu>li>a.button {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .is-dropdown-submenu {
    position: relative;
  }
  .slide-caption {
    top: 20%;
  }
  .slide-caption h2 {
    font-size: 2.3rem;
  }
  .slide-caption .button {
    font-size: 90%;
  }
  .index-slider .single-slider {
    height: 430px;
  }
  .free-download img {
    width: 70%;
  }
  .page-title h1 {
    font-size: 1.75rem;
  }
  .cta h2 {
    font-size: 220%;
  }
  .cta p {
    font-size: 120%;
  }
  .subscribe-img {
    height: 200px;
  }
  #footer .columns {
    margin-bottom: 1.5rem;
  }
} 
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .top-bar .menu>li>a {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 87%;
  }
  .top-bar .top-bar-right>.menu>li>a:not(.button) {
    line-height: 40px;
  }
  .top-bar .menu>li>a.button {
    margin-right: .7rem;
  }
  .brand img {
    max-height: 35px;
  }
  .top-bar .menu.is-dropdown-submenu {
    width: 170px;
  }
  .slide-caption {
    top: 30%;
  }
  .slide-caption h2 {
    font-size: 3rem;
  }
  .index-slider .single-slider {
    height: 550px;
  }
  .page-title h1 {
    font-size: 2.35rem;
  }
  .subscribe-img {
    height: 360px;
  }
  .cta h2 {
    font-size: 220%;
  }
} 
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #responsive-menu {
    position: absolute;
    right: 15px;
    top: 57px;
  }
} 
/* max-width 1025px, small-medium screens */
@media only screen and (max-width: 64em) {
  .top-bar-title {
    width: 100%;
    float: none;
    padding-right:0;
  }
  .menu-icon {
    position: absolute;
    top: 20px;
    right: 15px;
  }
} 
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  
} 
/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 64.063em) and (max-width: 90em) { 
  
} 

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
  
}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 90.063em) and (max-width: 120em) { } 

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) { }

@media print { 
  
}