/**** 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;
  background-color: #f1f2f2;
}
body{
	font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  color: #363636;
}
a {color: #3ab1a7;}

a:hover, a:focus {color: #222e6e;}

p {font-size: 110%;}

h1, h2, h3, h4, h5, h6 {font-family: 'Nunito', sans-serif;}

.d-none {display: none;}

.green {color: #3ab1a7;}

.blue {color: #151e47;}

.orange {color: #F7981B;}

.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;}

.no-padding {padding: 0 !important;}

.no-border {border: 0 !important;}

.uppercase {text-transform: uppercase;}

.circle {
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}
.button {
  background-color: #3ab1a7;
  text-transform: uppercase;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 800;
  color: #fff;
}
.button:hover, .button:focus {
  background-color: #222e6e;
}
.button.empty {
  background-color: transparent;
  color: #3ab1a7;
  border: 2px solid #3ab1a7;
}
.button.empty:hover, .button.empty:focus {
  color: #fff;
  background-color: #222e6e;
  border-color: #222e6e;
}
.button.empty.white {
  color: #fff;
  border: 2px solid #fff;
}
.button.empty.white:hover, .button.empty.white:focus {
  background-color: #3ab1a7;
  color: #fff;
  border-color: #3ab1a7;
}
.button.empty.black {
  color: #333;
  border: 2px solid #333;
}
.button.empty.black:hover, .button.empty.black:focus {
  background-color: #333;
  color: #fff;
}
.breadcrumbs {margin: .65rem 0;}

.pagination {margin: 2em 0;}

.pagination .active span {
  padding: .1875rem .625rem;
  background-color: #e6e6e6;
  color: #aaa;
}
blockquote {
  border: none;
  padding: 2.5em 0 1.3em;
  margin: 1.5em 0 2em;
  position: relative;
  font-style: italic;
  font-family: Georgia, Times, serif;
}
blockquote:before {
  content: '“';
  font-size: 370%;
  position: absolute;
  top: 0;
  left: 46%;
  line-height: 1;
  font-family: Georgia, serif;
}
blockquote, blockquote p {color: #303030; font-size: 110%;}

cite {font-size: 90%;}

textarea {min-height: 135px;}

address {margin-bottom: 1em; font-style: normal;}

.five {width: 20%;}

.bg-overlay-dark {background-color: rgba(0,0,0,.4);}

.line:after {
  position: relative;
  display: block;
  content: '';
  width: 100px;
  border-top: 5px solid #3ab1a7;
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: auto;
  margin-right: auto;
}
.callout {margin: 0;}

.row.collapse {max-width: 100%;}

.row.collapse>.column, .row.collapse>.columns {
  padding-left: 0;
  padding-right: 0;
}
.link {
  position: relative;
  letter-spacing: .1em;
}
.link:after {
  content:'›';
  padding: 0 .5em;
}
/**** Callout Alert  ****/
.callout.success {
  font-size: 85%;
  padding: 1.5rem;
}
.callout p {margin: 0;}

.callout a {text-decoration: underline;}

/**** Accordion Menu ****/
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
  padding-left: 1.5em;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  left: 0;
  border: none;
  content: '+';
  width: 15px;
  height: 16px;
  top: 15%;
  margin-top: 0;
  font-size: 150%;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
  content: '-';
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
}
/**** Off Canvas ****/
.off-canvas {
  padding: 1em;
  background-color: #fff;
}
.off-canvas a:not(.button) {
  padding-left: 0;
  padding-right: 0;
}
.off-canvas .button {
  margin-top: 1em;
}
/**** Header ****/
#header {
  display: block;
  margin: 0 !important;
  z-index: 99;
  position: relative;
}
#header .logo {
  display: inline-block;
  color: #3ab1a7;
  font-weight:800;
  font-family: 'Nunito', sans-serif;
  font-size: 120%;
}
.logo img {display: block;}

#header .dropdown.menu>li>a {
  padding: .8em .5em;
  text-align: center;
}
#header .menu.icons a {color: #fff;}

#header .menu.icons a:hover, #header .menu.icons a:focus {
	color: #3ab1a7;
}
#header .menu.icons span {
  font-size: 85%; 
  line-height:1;
  display: block;
}
#header .menu.align-right>li>a:not(.button) {
  line-height: 50px;
  color: #fff;
  font-size: 90%;
  padding: 0 .5rem;
  font-weight: 800;
  text-transform: uppercase;
}
#header .menu.align-right>li>a:hover:not(.button) {color:#3ab1a7;}

#header .menu.align-right>li.is-dropdown-submenu-parent>a:not(.button) {
  padding-right: 1.4rem;
}
#header .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  content:'+';
  border: 0;
  right: 15px;
  top: 0;
  margin: 0;
}
#header .is-dropdown-submenu {
  border-color: transparent;
  top: 50px;
  background-color: rgba(0,0,0,.9);
  min-width: 230px;
}
#header .menu.align-right .submenu li {
  text-align: right;
}
#header .menu.align-right.dropdown .is-dropdown-submenu a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 80%;
}
#header .menu.align-right.dropdown .is-dropdown-submenu a:hover {
  color: #fff;
  background-color:#3ab1a7;
}
.menu.social {text-align: right;}

.menu.social a {padding: .5em .25em;}

.social img {
  width: 45px;
  transition: all 1s ease-out;
}
.menu.social a:hover img {opacity: .7;}

#header .menu-icon {
  position: absolute;
  right: 15px;
}
.menu .active>a {color:#3ab1a7 !important; background-color: transparent;}

.menu-icon::after {
  background: #fff;
  -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}
.menu-icon:hover:after {
  background: #1779ba;
  -webkit-box-shadow: 0 7px 0 #1779ba, 0 14px 0 #1779ba;
  box-shadow: 0 7px 0 #1779ba, 0 14px 0 #1779ba;
}
.off-canvas .menu, .top-bar .menu {text-transform: uppercase;}

.off-canvas a:not(.button), .top-bar a:not(.button) {color: rgba(24,26,27,.75);}

.off-canvas a:not(.button):hover, .top-bar a:not(.button):hover {color: #1779ba;}

.with-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(61,61,61,.4);
  z-index: 2;
}
/**** Slider ****/
.product-slider img {
  width: auto !important;
}
.post-gallery .slick-slide img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  top:50%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: #fff;
  border-color: transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  z-index: 1;
  cursor:pointer;
  box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.slick-prev {left: 5px;}

.slick-next {right: 5px;}

.slick-prev:hover, .slick-next:hover,
.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
  background-color: #333;
  border: none;
}
.slick-prev:before, .slick-next:before {
  content:'';
  display: block; 
  width: 8px; 
  height: 8px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #333;
  border-style: solid;
  margin: 15px;
}
.slick-prev:hover:before, .slick-next:hover:before,
.slick-prev:focus:before, .slick-next:focus:before,
.slick-prev:active:before, .slick-next:active:before {
  border-color: #fff;
}
.slick-prev:before {border-width: 0 0 2px 2px;}

.slick-next:before {border-width: 2px 2px 0 0;}

/* 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;
}
.testimonials-slider .slick-dots li button:before {
  background-color: #333;
}
/**** Content ****/
.wrap-content {
  position: relative;
}
/* Intro Banner */
#intro {
  position: relative;
}
.index-slider, .bcg-parallax {
  height: 100vh;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: rgb(21,30,71);
}
#intro img.tagline, .bcg-parallax img.tagline {
  position: absolute;
  width: 180px;
  bottom: 15px;
  right: 15px;
  z-index: 3;
}
.bcg-parallax.general-pages {
  height: 400px;
}
.bcg {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  z-index: 1;
  opacity: 0.6;
}
.bcg-content, .slide-caption {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:3;
}
.bcg-content a {color: #fff;}

.bcg-content h1, .slide-caption h2 {
  margin-bottom: 0;
  line-height: 1.1;
}
.bcg-content p, .slide-caption p {
  margin-bottom: 0;
}
.bcg-content .button, .slide-caption .button {
  position: relative;
  top: 0;
  animation-name: movetop;
  animation-duration: 4s;
  margin: 1em 0 0;
}
.slide-img, .slick-track, .slick-list, .slick-slide, .slick-slide>div {
  height: 100%;
}
.slide-img {
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.slide-img:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:2;
  background-color: rgba(0,0,0,.3);
}
.index-slider .slide-caption .supplier-logo,
.bcg-content .supplier-logo {
  margin-left: auto;
  margin-right: auto;
  max-height: 95px;
  max-width: 250px;
  padding: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
}
.after-intro {
  position: relative;
  z-index:3;
}
.with-img .section-title {
  width: 100%;
  position: relative;
  margin: 0;
  color: #fff;
  text-shadow: 2px 2px 15px rgba(0,0,0,.1);
  z-index: 3;
}
/**** Sections ****/
.section-title, .section-content {padding: 2em 0;}

.section-title h2, .section-title h3, .section-title h4 {
  margin: 0;
  line-height: 1.2;
}
.section-title p {margin: 0; font-family: 'Nunito', sans-serif;}

.cta {
  padding: 3em 0;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.cta h3, .cta h2 {
  margin: 0;
  text-shadow: 2px 2px 6px rgba(0,0,0,.3);
}
.cta p {margin: 1em 0 0; font-size: 130%;}

.cta .button.large {
  margin: 1em 0 0;
}
.section.intro {padding: 3em 0 5em;}

.section {
  opacity: 0;
  transform: translateY(1em);
  transition: all 1s ease-out;
}
.section.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.single-style {
  position: relative;
  display: block;
  background-color: #000;
  overflow: hidden;
}
.single-style img {
  opacity: .75;
  transition: all 0.6s linear;
  width: 100%;
}
.single-style:hover img {
  opacity: 1;
}
.single-style-content {
  position: absolute; 
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 3;
  text-align: center;
  background: transparent;
  transition: all 0.6s linear;
}
.single-style-content h3 {
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0,0,0,.3);
  line-height: 1.3;
  margin: 0;
}
.single-style-content a {
  color: #fff;
}
.single-style .button {
  position: relative;
  margin-top: .5em;
  top: 120px;
}
.single-style:hover .button {
  animation-name: movetop;
  animation-duration: 1s;
  top: 0;
}
.single-style:hover .single-style-content {
  background-color: rgba(0,0,0,.5);
}
.section.offers {
  background-color: #f1f2f2;
}
.single-offer .wrap-img {
  position: relative; 
  overflow: hidden;
  text-align: center;
}
.single-offer .wrap-img img {
  transition: all 0.6s linear;
  max-width: none;
  width: 100%;
  margin: 0 auto;
}
.single-offer a:hover .wrap-img img {
  width: 105%;
}
.single-offer .wrap-img span {
  display: block;
  font-size: 90%;
  width: 90%;
  position: absolute;
  bottom: 1em;
  left: 5%;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.single-offer p {
  color: #333;
  margin: 0;
  padding: .65em 1em;
  text-align: center;
  font-size: 130%;
  line-height: 1.3;
}
.single-offer p em {
  font-family: Georgia, serif;
  font-size: 85%;
  color: #888;
}
/**** Thumbs ****/
.thumb {
  margin-bottom: 1.5em;
  background-color: #fff;
  padding-bottom: 1em;
  display: inline-block;
  width: 100%;
}
.thumb a {color: #303030;}

.thumb a:hover, .thumb:hover a {color: #222e6e;}

.thumb a.link {color: #222e6e;}

.thumb a.button {color: #fff;}

.thumb-img {display: block; width: 100%;}

.thumb-img>a, .thumb-img img {width: 100%;}

.thumb-content {display: block; padding: 0 1em;  margin-top: 1em;}

.agent .thumb-content {padding-left: 0;}

.thumb.list .thumb-content{padding: 0;}

.thumb.agent {
  background-color: transparent;
  padding: 0;
}
h3.thumb-title, h4.thumb-title {
  font-size: 135%;
  margin: 0 0 0.4em;
  line-height: 1.2;
}
.thumb p {font-size: 90%; margin-bottom: .4em;}

.thumb-content .button {
  letter-spacing: .1em;
  margin: 0;
}
.thumb-details {
  display: inline-block;
  width: 100%;
  color: #666;
}
.thumb-details span {
  display: inline-block;
  vertical-align: top;
  font-size: 88%;
  margin: 0 0 .35rem 0;
  line-height: 1.1;
}
.thumb-details span:before {
  content: '•';
  padding: 0 .65em 0 .3em;
}
.thumb-details span:first-child:before {
  display: none;
}
.thumbnail {
  box-shadow: none;
  border: none;
  background-color: #fff;
  width: 100%;
}
.thumbnail .thumb-content {padding-bottom: 1em;}

.thumbnail .thumb-content p {font-size: 100%;}

.magazine {
  display: block;
  margin-top: 2.5em;
}
.magazine img {margin-bottom: 1em;}

/**** Page ***/
.page-title {
  display: block;
  position: relative;
  padding: 10em 0 2em;
  background-color: #151e47;
  color: #fff;
}
.with-img {
  overflow: hidden;
  position: relative;
}
.with-img .page-title {
  padding: 0;
  z-index: 4;
  background-color: transparent;
}
.with-img>img, .fullcol>img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 0;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}
.page-title.with-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 1;
}
.page-title h1 {
  margin: 0;
  line-height: 1.2;
  letter-spacing:-.02em;
}
.with-img .page-title h1 {text-shadow: 1px 1px 2px rgba(0,0,0,.5);}

.with-img .page-title h1, .with-img .page-title p, .with-img .page-title form {
  position: relative;
  z-index: 9;
}
.page-title h1 a, .page-title a,
.with-img .section-title h3 a, .with-img .section-title a {
  color: #fff;
}
.page-title h1 a:hover, .page-title h1 a:focus, 
.page-title a:hover, .page-title a:focus,
.with-img .section-title h3 a:hover, .with-img .section-title h3 a:focus,
.with-img .section-title a:hover, .with-img .section-title a:focus,
.media-object-section h3 a:hover, .media-object-section h3 a:focus {
  color: #222e6e;
}
.page-title .button {margin: 1em 0 0;}

.page-title .button:hover, .page-title .button:focus {background-color: #F8981C; color: #fff;}

.img-info {
  background-color: #201f20;
  color: #fff;
  padding: 1.5em 0;
}
.img-info p {margin: 0; font-size: 90%;}

.img-info .button {margin: 0;}

.img-info strong {text-transform: uppercase;}

.profile-photo img {
  width: 100%;
}
.profile dd {margin-bottom: 1em;}

.profile-social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0 6px 10px 0;
  text-align: center;
  background-color: #363636;
  color: #fff;
}
.contact-info .profile-social .svg-inline--fa {
  float: none;
  margin-right: 0;
  margin-top: 10px;
}
.contact-info dl {
  margin-bottom: 1.75rem;
}
.profile-social .svg-inline--fa {
  font-size: 140%
}
.profile-social a:hover, .profile-social a:focus {background-color: #222e6e;}

.page-summary {
  font-size: 110%;
  font-style: italic;
  padding: 2em 0;
}
/**** Manulife ****/
.manulife .tabs-panel {padding: 0;}

.manulife .tabs-content, .manulife .tabs {background-color: transparent; border: none;}

.manulife-title {
  color: #c7853b;
  margin: 1em 0;
}
.manulife .tabs-subtitle, .manulife .tabs-title>a {
  font-size: 1em;
  padding: .75em 1em;
  line-height: 1.2;
  color: #fff;
}
.manulife .tabs-title>a {background-color: #3ab1a7;}

.manulife .tabs-title>a:hover, .manulife .tabs-title>a:focus, .manulife .tabs-title.is-active>a {
  background-color: #006940;
}
.manulife .tabs-subtitle {background-color: #F8981C;}

.manulife-cta {padding: 2em 0 1em;}

.manulife-cta .button {margin-bottom: .5em;}

.manulife-credits p {
  font-size: 80%;
  color: #999;
}
/**** Tools ****/
.toolbox .accordion {background-color: transparent;}

.toolbox .accordion-title {
  border: none;
  font-size: 110%;
  color: #3ab1a7;
  padding-left: 5px;
}
.toolbox .accordion-item {
  border-bottom: 2px solid #3ab1a7;
}
.toolbox .accordion-title:hover, .toolbox .accordion-title:focus, .toolbox .is-active .accordion-title {
  background-color: #3ab1a7;
  color: #fff;
}
.toolbox .accordion-title .svg-inline--fa {
  width: 30px;
  margin-right: 10px;
}
.toolbox .accordion-content {
  border-width: 0;
  background-color: transparent;
  padding-top: 1.5em;
}
.toolbox .accordion-content li {
  line-height: 1.4;
  margin-bottom: 1em;
}
.toolbox .accordion-content a {
  color: #333;
  text-decoration: underline;
}
.toolbox .accordion-content a:hover, .toolbox .accordion-content a:focus {text-decoration: none;}

/**** 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;}

/**** Media Object Section ****/
.media-object-section h3 {line-height: 1.15;}

.media-object-section h3 a {color: #363636;}

.media-object-section p {color: #555;}

.media-object {margin-bottom: 1.8em;}

.media-content {width: 75%;}

.side .media-object-section h3 {line-height: 1.45;}

.side-form {
  padding: 1em 1.25em;
  background-color: #fff;
  margin-bottom: 1em;
}
.side-form h3 {line-height: 1.2; font-size: 170%;}

.side-form p {line-height: 1.2; font-size: 95%; margin: 1rem 0;}

.side-form input[type=text], .side-form textarea {font-size: 83%;}

.side-form .section-title {padding-bottom: .85em;}

.side-form .button {
  font-size: 82%;
  padding-right: 0;
  padding-left: 0;
}
.side-ad {margin-bottom: 2em; text-align: center;}

.side-ad img {max-width: 100%;}

/**** Search ****/
.animated-search[type=text] {
  margin: .5em 0 0;
  width: 2.5em;
  height: 2.5em;
  border-radius: 60px;
  background-image: url(https://cdn4.gttwl.net/attachments/travelagencytribes.com/ltmq6z/1443649590_original.png);
  background-position: right center;
  background-size: 1.5em;
  background-repeat: no-repeat;
  background-color: transparent;
  padding-right: 2em;
  transition: width 0.4s ease-in-out;
  float: right;
  border: none;
  box-shadow: none;
}
.animated-search[type=text]:focus {
  width: 100%;
  background-color: #fff;
}
.search-gateway {margin-top: .5em;}

/**** Post ****/
.post {
  position: relative;
  padding: 1.5em 0;
}
.blogs .post {
  border-bottom: 1px dotted #444;
}
.post h3 {line-height: 1.2;}

.post h3 a {color: #201f20;}

.post h3 a:hover, .post h3 a:focus {color: #222e6e;}

.post-details {padding: .5em 0;}

.post-details>span {padding-right: 1em;}

/**** Articles ***/
article p, article>ul li, article>ol li, .services {
  font-size: 116%;
}
h3.summary {
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1em;
}
article>p {
  line-height: 1.6;
  margin-bottom: 1.2em;
}
article>ul {
  margin-bottom: 1.5em;
}
article>ul li, article>ol li, .services li {
  line-height: 1.4;
  margin-bottom: .3em;
}
article img {
  max-width: 100%;
  margin-bottom: 1em;
}
article p img {margin:0;}

article iframe {width: 100% !important;}

article table {margin: 2em 0;}

article td p {margin: 0;}

article .social-section a {
  background-color: #3ab1a7;
  color: #fff;
}
/**** Product Page ***/
.product-page .tabs {
  background-color: #fff;
  border-width: 1px 0;
}
.product-page .tabs-title>a {
  text-align: center;
  padding: .75rem 1.5rem;
  color: #FF8000;
}
.product-page .tabs-title>a:focus, .product-page .tabs-title>a[aria-selected=true] {
  background-color: #efefef;
}
.product-page .tabs-title>a>svg, .product-page .button>svg {
  font-size: 200%;
  vertical-align: middle;
}
.product-page .tabs-title>a>span, .product-page .button>span {
  font-size: 110%;
  padding-top: .25rem;
}
.product-page .tabs-content {
  border: none;
  background-color: transparent;
  color: inherit;
}
.product-page .tabs-panel {padding: 1.5rem 0;}

.product-page .button {
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .75rem;
}
.price-info {
  color: #999;
}
.price-info div {
  padding: 1em 0;
  font-size: 87%;
  line-height: 1.4;
}
.itinerary>h3 {
  line-height: 1.1;
  padding: 1.3rem 0;
  margin: 0;
  color: #111;
  border-top: 1px solid #bfbfbf;
}
.itinerary>h3:first-child {border: none;}

.itinerary article h4 {
  font-weight: 600;
  line-height:1.2;
  margin-bottom:1em;
}
.itinerary img {
  margin-bottom: 1em;
}
.gallery .menu a {
  padding: .7rem .5rem;
}
.gallery .main-image {
  text-align: center;
  margin-top: 1em;
}
.gallery .main-image img {
  max-width: 100%;
  max-height: 500px;
}
/**** Contact ***/
.fullcol {
  position: relative;
  overflow: hidden;
  background-color:#151e47;
  color: #efefef;
}
.contact-form h1 {line-height: 1.2; margin-top: 0;}

.contact-form label {color: #efefef;}

.contact-form .help-text {color: #aaa;}

.offices {background-color: #fff; display: inline-block; width: 100%;}

.contact-info {margin-bottom: 1em;}

.contact-info h4 {font-size: 110%; font-weight: 600; text-transform: uppercase;}

.contact-info dd {margin-bottom: 1em;}

.contact-info dt {margin-bottom: .65em; text-transform: capitalize;}

.contact-info .svg-inline--fa {
  width: 28px;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.contact-info address {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}
/**** Forms ***/
legend {
  text-transform: uppercase;
  margin: 2em 0 .5em;
  font-weight: 600;
}
.help-text, .help-text-before {
  color: #555;
  font-size: .78rem;
  font-style: italic;
}
.help-text {margin-top: -.75rem;}

.help-text-before {margin-bottom:.2rem;}

.wdywtg .button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.wdywtg input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 3.25em;
}
/**** Footer ***/
#footer {
  color: #fff;
  overflow: hidden;
  background-color: #151e47;
  font-size: 95%;
  position: relative;
  z-index:4;
  padding: 3em 0;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,.3);
}
#footer a {color:#fff;}

#footer a:not(.button):hover {color:#3ab1a7;}

.footer-logo {margin-bottom: .85em;}

.footer-logo img {max-height: 45px;}

.footer-logo span {
  font-weight: 800;
  font-family: 'Nunito', sans-serif;
  color: #3ab1a7;
  font-size: 120%;
  display: block;
}
.footer-subscribe h3 {font-size: 280%; font-weight:700;}

.footer-subscribe p {font-size: 130%; margin-bottom: 2em;}

.social-section a {
  display: inline-block;
  margin: 0 .5em .5em 0;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
}
.social-section a:hover, .social-section a:focus {background-color: #3ab1a7; color:#151e47;}

.social-section .svg-inline--fa {
  font-size: 140%;
  margin-top: 9px;
}
#footer .social-section a {color: #151e47;}

#footer .social-section a:hover, #footer .social-section a:focus {color:#151e47;}

#footer hr {border-color: rgba(255,255,255,.3);}

.after-footer {
  background-color: #333;
  position: relative;
  z-index: 8;
  color: #999;
}
.membership {padding-top: 2em; color: #999;}

.membership .menu li {vertical-align: top; padding: 0 .5em .5em;}

.membership img {max-height: 40px;}

.credits {font-size: 90%; padding: 2em 0 1em; color: #3ab1a7;}

.credits p {font-size: 90%; margin-bottom: .5rem;}

#footer .credits a {color: #999; text-decoration: underline;}

/*******************************
          Responsive
*******************************/
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
  .logo {
    padding: 0;
  }
  .logo img {
    height: 40px;
  }
  #header {
    padding-top: 1em;
  }
  #header .menu-icon {
    top: 35px;
  }
  #header .menu.social {
    display: none;
  }
  .wrap-content {
    top: -80px;
    margin-bottom: -80px;
  }
  .bcg-content h1, .slide-caption h2 {
    font-size: 270%;
  }
  .bcg-content p, .slide-caption p {
    font-size: 100%;
  }
  .index-slider .slide-caption .supplier-logo {
    max-height: 70px;
  }
  .single-style-content h3 {
    font-size: 210%;
  }
  .with-img {
    padding: 7em 0 5em;
  }
  .section.with-img {
    padding: 3em 0;
  }
  .breadcrumbs {
    display: none;
  }
  .cta h3 {
    font-size: 210%;
  }
  .page-title {
    padding-top: 7em;
  }
  .page-title h1 {
    font-size: 180%;
  }
  .page-title p {
    font-size: 100%;
  }
  .page-content {
    padding: 1em 0;
  }
  .section-title h2 {
    font-size: 160%;
  }
  .section-title h3 {
    font-size: 160%;
  }
  .post.guide img {
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .link {
    font-size: 75%;
  }
  article iframe {
    height:280px;
  }
  .fullcol {
    padding: 8em 1em 4em;
  }
  .section {
    padding: 3em 0;
  }
  .cta h3, .cta h2 {
    font-size: 200%;
  }
  .contact-form h1 {
    font-size: 190%;
    margin-top: -1em;
  }
  .media-object-section h3 {
    font-size: 130%;
  }
  .side .media-object-section h3 {
    font-size: 110%;
  }
  .media-object-section p {
    font-size: 90%;
  }
  .post h3 {
    font-size: 150%;
  }
  .post img {
    margin-bottom: 1em;
  }
  .post-details {
    font-size: 80%;
  }
  .manulife table {
    font-size: 83%;
    line-height: 1.15;
  }
  .manulife table tbody td {
    padding: .35rem .125rem .235rem;
  }
  .social-section, .footer-contact .medium-4 {
    margin-bottom: 1em;
  }
  .footer-contact h4 {
    font-size: 220%;
  }
  .call-button {
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 10px 10px 0;
    z-index: 10;
    background-color: #fff;
  }
} 
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .no-js [data-responsive-toggle] {
    display: none;
  }
  #header {
    padding: 2em 0 0;
  }
  #header .logo {
    padding: 0 0 0 1em;
  }
  .logo img {
    max-height: 45px;
  }
  #header .menu-icon {
    top: 55px;
  }
  .cta h3 {
    font-size: 250%;
  }
  .cta-group .button {
    margin-left: .5em;
    margin-right: .5em;
  }
  article>p {
    text-align:justify;
  }
  .link {
    font-size: 80%;
  }
  .bcg-content h1, .slide-caption h2 {
    font-size: 310%;
  }
  .bcg-content p, .slide-caption p {
    font-size: 140%;
  }
  .page-title h1 {
    font-size: 240%;
  }
  .page-title p {
    font-size: 140%;
  }
  .page-content {
    padding: 2em 0 3em;
  }
  .section-title h2 {
    font-size: 230%;
  }
  .section-title h3 {
    font-size: 180%;
  }
  .cta h3, .cta h2 {
    font-size: 300%;
  }
  .product-page .tabs-title>a>span, .product-page .button>span {
    display: block;
  }
  .itinerary article h4 {
    font-size: 1.15rem;
  }
  #thebody #at4-share {
    top: 25% !important;
  }
  article iframe {
    height:400px;
  }
  .fullcol {
    padding: 10em 2em 4em;
  }
  .media-object-section h3 {
    font-size: 150%;
  }
  .side .media-object-section h3 {
    font-size: 105%;
  }
  .post-details {
    font-size: 90%;
  }
  .related-content .media-object-section:first-child {
    width: 78%;
  }
  #footer h3 {
    font-size: 170%;
    line-height:1.2;
    margin-top: 1.33em;
  }
} 
/* 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) {
  .logo {
    padding: 0;
  }
  .index-caption h1 {
    font-size:230%;
  }
  .index-slider .slick-slide>img {
    width: 130%;
  }
  .with-img {
    padding: 12em 0 8em;
  }
  .section.with-img {
    padding: 5em 0;
  }
  .wrap-content {
    top: -145px;
    margin-bottom: -145px;
  }
  .section {
    padding: 4em 0;
  }
  .contact-form h1 {
    font-size: 210%;
  }
  .thumb.product {
    height: 423px;
  }
} 
/* max-width 1025px, small-medium screens */
@media only screen and (max-width: 64em) {
  #header .menu.align-right {
    display: none;
  }
  #header .menu.social {
    padding-right: 40px;
  }
} 
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
	.index-slider .slick-slide>img {
    width: 100%;
  }
  .index-caption h1 {
    font-size:248%;
  }
  .with-img {
    padding: 10em 0;
  }
  .section.with-img {
    padding: 6em 0;
  }
  #header .menu.icons {
    display: inline-block;
  }
  #header .open-offCanvas {
    display: none;
  }
  .wrap-content {
    top:-145px;
    margin-bottom: -145px;
  }
  .section {
    padding: 5em 0;
  }
  .contact-form h1 {
    font-size: 240%;
  }
  .thumb.product {
    height: 385px;
  }
} 
/* 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 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 */
@media print {}

/* The animation code */
@keyframes fadein {
  0% {opacity:0;}
  100% {opacity: 1;}
}
@keyframes movetop {
  0% {opacity:0.7; top:150px;}
  100% {opacity: 1; top: 0;}
}
@keyframes movebg {
  20% {background-size: 150%;}
  100% {background-size: 100%;}
}