@charset "UTF-8";
/* CSS Document */
/* Joomla Styles Sharp Edge Travel */

/* Remove link border from images */

img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
	height: auto;
}

/* font smoothing */

html, html a {
    -webkit-font-smoothing: antialiased !important;
  }
html, html a {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  }
  
html, html a {
    -moz-osx-font-smoothing: grayscale;
  }
/* Global Reset */

* {
	margin: 0;
	padding: 0;
}
main {overflow-x: hidden;}
table {
    border-collapse: collapse;
    border-spacing: 0;
	border: none;; 
	width: 100%;
}
td {
	padding: 12px 8px 12px 35px;
	border-bottom: 1px solid #ccdde8; 
	text-align: left;
	vertical-align: top;
}
td.left {
	text-align: left;
}
th {
	padding: 6px 10px;
	background: #9ab5c6;
	color: #fff;
	border-left: 1px solid #fff;
}
td ul {
	margin-left: 25px;
}
.mobtable {
	overflow-y: auto;
	_overflow: auto;
}

.odd {
	background: #e5edf3; 
}

h1,h2,h3,h4,h5,h6,p,form,label,ol,fieldset {
	margin: 0;
}
ul, ol {
	margin: 0 0 0 45px;
}
#breadcrumbs ol {
	margin-left: 0;
}
ol li {
	padding: 5px 12px;
}
li {
	padding: 0;
	line-height: 160%;
}
ul.bullets {
	list-style: none;
	margin-left: 20px;
	margin-top: 20px;
}
ul.bullets li {
	background: url(../images/tickbox-blue.png) no-repeat 0 2px;
	padding: 3px 0 3px 40px;
	line-height: 170%;
}
ul.bullets2 {
	list-style: none;
	margin-right: 25px;
}
ul.bullets2 li {
	background: url(../images/bullet.png) no-repeat 0 7px;
	padding: 3px 0 3px 25px;
}
.property-highlights ul.bullets {
	margin-left: 6px;
	font-size: 15px;
}
fieldset {
	padding: 1em;
}
input {
	padding: 4px 6px;
}
body#home .item-page img, body#what-we-do .item-page img, body#why-work-with-us .item-page img, body#contact-us .item-page img, body#training-camps .item-page img {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
}
body {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #ffe5e4;
	background: #87233b;
	margin: 0;
	font-weight: 400;
	letter-spacing: 0.5px;
}
h1 {
	font-family: 'Cormorant Garamond', serif;
	padding: 15px 0 20px;
	font-weight: 600;
	font-size: 62px;
    letter-spacing: 0.5px;
	line-height: 130%;

}

h2 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 48px;
	font-weight: 600;
	padding: 35px 0 20px;
    letter-spacing: 1px;
	text-align: center;
}
h3 {
	font-family: 'Cormorant Garamond', serif;
    font-size: 21px;
    font-weight: normal;
    margin: 25px 0px 0px;
    letter-spacing: 0.5px;
	padding: 25px 0 10px;
}
h4 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
	font-weight: 600;
	padding: 0;
}


p {
	padding: 10px 0;
	letter-spacing: 1px;
	line-height: 140%;
}
hr {
	color: #ffe5e4;
	background-color: #ffe5e4;
	height: 1px;
	border-width: 0;
	clear: both;
	margin: 10px 0;
}
.imgleft {
	float: left;
	margin-right: 15px;
}
.imgright {
	float: right;
	margin-left: 25px;
	width: 45%;
}

a {
	color: #eac9c8;
	text-decoration: none;
}
a:hover {
	color: #e7dddc;
}

.myclearfix {
	line-height: 0;
	clear: both;
	height: 0;
}

/* Layout Styles */
#sharp-edge-travel {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 8000;
}
#sharp-edge-travel img {
	max-width: 60px;
}
.container {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
}
#arrow-down {
	padding: 20px;
	position:relative;
	text-align: center;
}
#arrow-down img {
	max-width: 50px;
}
body#home #arrow-down img {
	position: absolute;
	bottom: 70px;
	margin-left: -25px;
}
.item-page {
	padding-bottom: 20px;
	position: relative;
}
.logo-home-mob {
	display: none;
}
.logo-other {
	height: 86vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo-other img {
	max-width: 800px;
	width: 100%;
}
.logo-other #arrow-down {
	/*position: absolute;
	bottom: 20px;
	width: 95%;*/
}

#footer {
	width: 100%;
	font-weight: 400;
	min-height: 260px;
	background: #35272a;
	clear: both;
	font-size: 16px;
	padding-bottom: 30px;
}
#footer h3 img {
	max-width: 500px;
	margin-top: 40px;
	width: 100%;
}
#footer .foot-logo img {max-width:160px;}
#footer .foot-social img {max-width:80px;}
#footer .foot-links p {padding-left: 80px;}
#footer .foot-links h4 {
	padding-left: 70px;
	padding-bottom: 15px;
	font-size: 24px;
}
#footer .foot-social h4 {
	padding-bottom: 15px;
	font-size: 24px;
}

.copyright {
}
.copyright a {
}

/* Contact form */

#contactfm {
	margin-bottom: 25px;
}


a.button {
	text-transform: uppercase;	
	font-weight: 700;
	font-size: 19px;
	letter-spacing: 0.5px;
	padding-top: 15px;
	margin-top: 30px;
	display: block;
	width: 150px;
	color: #3970b5;
	color: #b69e2d;
	background: url(../images/readmore-blue.png) no-repeat right 10px;
}

a.button:hover {
	color: #fdeda4;
	text-decoration: none;
}

/* Animation */

#gsap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
	margin-top: -40px;
}
#demo {
  overflow:hidden;
  visibility:hidden;
  position:relative;
  width:1120px;
  height:650px;
}

#logo {
  position:absolute;
  top: 0;
  left:0;
  width: 100%;
  text-align: center;
}
#logo img {
  width:100%;
  max-width: 300px;
  }
#plane {
  position:absolute;
  left:0;
  bottom: 0;
}
#plane img {width:90px;}
#heartbeat {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  text-align: center;
}
#heartbeat img {
  width:100%;
  max-width: 350px;
  margin-left:30px;
  }
.logo-text {
  position: absolute;
  bottom: 190px;
  left: 0;
  width: 100%;
  text-align: center;
}
.logo-text img {
  max-width: 840px; 
}

.strap {
  position: absolute;
  bottom: 130px;
  text-align: center;
  width: 100%;
}
.strap img {
  max-width:840px;
}

/* Quotes in main content */

.quotediv, .port-quote {
	margin: 30px;
	background-color: #fff;
	border: 2px solid #6c8dae;	
	border-radius: 8px;
	position: relative;
	width: 94%;
	padding: 1% 3%;
	margin-left: 0;
	text-align: center;
}
.quotediv .bottom, .port-quote .bottom {
  background: url(../images/quote-bottom.png) no-repeat bottom center;
  width: 80px;
  height: 50px;
  position: absolute;
  bottom: -33px;
  right: 40px;
}
.quotediv p, .port-quote p {
	font-size: 18px;
    font-style: italic;
	font-weight: 400;
	padding: 10px 3%;
}
.quotediv a, .port-quote a {
	font-size: 21px;
	font-weight: 700;
	color: #525151;
	text-decoration: none;
}
/* wf columns */
.wf-columns {
	padding: 25px 0;
}
.wf-columns-gap-large {
  gap: 3rem;
}
body#meet-the-team .wf-column img {
	border-radius: 8px;
}
/* Pop ups for team members */

.wf-mediabox-container {
  background-color: #72172d;
	color: #ffe5e4;
  border-radius: 12px;
  padding: 0 25px 25px;
}
.wf-mediabox-container h3 {
	font-size: 32px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 3px;
}
.wf-mediabox-container h4 {
	font-size: 24px;
	font-weight: 600;
	padding: 0 0 10px;
}
.wf-mediabox-container p {
	padding: 8px 0 4px;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.wf-mediabox-container ul {
	font-size: 15px;
	margin-left: 25px;
}
.wf-mediabox-nav {
  background-color: transparent;
}
.wf-mediabox-close > svg, .wf-mediabox-prev > svg, .wf-mediabox-next > svg {
  fill: #fff;
}

[class^="wf-mediabox"] {color: #ffe5e4;}

.wf-icon-zoom-image svg {
  font-size: 24px;
  height: 20px;
  width: 18px;
  opacity: .6;
  right: 10px;
}
.wf-icon-zoom-top-right .wf-icon-zoom-image > svg, .wf-icon-zoom-right-top .wf-icon-zoom-image > svg {
  top: 10px;
}
.wf-mediabox .item-page {
	padding: 0;
}

/* Article container div styling */

div[itemprop="articleBody"] {
   clear: both;
}
/* Tables */


/* Main Navigation styles */

#navbox {
}

[data-id="mobilemenuck-1"] .mobilemenuck-bar-title {
  background: none;
  color: #FFFFFF;
  font-weight: 400;
  text-indent: 20px;
  line-height: 63px;
  font-size: 20px;
}
[data-id="mobilemenuck-1"] .mobilemenuck-bar-button, [data-id="mobilemenuck-1"] .mobilemenuck-title  {
  background: #87233b;
  color: #ffe5e4 !important;
	width: 63px;
	height: 63px;
	font-size: 2.8em;
	border-radius: 0 0 0 8px;
}
[data-id="mobilemenuck-1"] .mobilemenuck-item > .level1 {
  background: #87233b;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius:5px 5px 5px 5px;
  border-radius:5px 5px 5px 5px;
  color: #ffe5e4;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  padding-left: 15px;
  line-height: 35px;
}
[data-id="mobilemenuck-1"].mobilemenuck a {
  color: #ffe5e4 !important;
  font-weight: 400;
  font-size: 1.6em;
	line-height: 250% !important;
}
[data-id="mobilemenuck-1"].mobilemenuck {
  background: #87233b;
  color: #ffe5e4;
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 1em;
	text-align: center;
}
[data-id="mobilemenuck-1"] .mobilemenuck-item > .level1:not(.headingck):hover, [data-id="mobilemenuck-1"] .mobilemenuck-item > .level1.open {
  background:#8c2940;
}
#lwd {
	margin: 30px 10px 0px 0;
	width: 100%;
	height: 60px;
	clear: both;
	position: relative;
}
[role=tooltip]:not(.show) {
  /*right: 5em;*/
  z-index: 1070;
  display: none;
  max-width: 100%;
  padding: 0.5em;
  margin: 0.5em;
  color: black;
  text-align: start;
  background: white;
  border: 1px solid #6d757e;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.8);
}
[role=tooltip]:not(.show)[id^=editarticle-] {
  right: auto;
  -webkit-margin-start: -10em;
          margin-inline-start: -10em;
}
[role=tooltip]:not(.show)[id^=editcontact-] {
  right: auto;
  -webkit-margin-start: -10em;
          margin-inline-start: -10em;
}
[role=tooltip]:not(.show)[id^=id-skip-] {
  right: auto;
}
[role=tooltip]:not(.show)[id^=cbunpublish] {
  right: auto;
}

:focus + [role=tooltip],
:hover + [role=tooltip] {
  position: absolute;
  display: block;
}


#tooltip {
  /*position: absolute;
  z-index: 1070;
  display: block;*/
  margin: 0;
	font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;  
	font-style: normal;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: black;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: black;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: black;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: black;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: white;
  text-align: center;
  background-color: black;
  border-radius: 0.25rem;
}

/* Login Module */
body#log-in #maincontent {
	padding-top: 25px;
}
body#log-in ul.nav-tabs {
	display: none;
}

div.login {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px 0;	
	margin-bottom: 25px;
	margin-top: 25px;
}
div.login fieldset {
	border: none;
}
.login label {
	width: 250px;
	display: block;
	float: left;
	margin-right: 10px;
}
.login input {
	border: 1px solid #999;
	padding: 5px 8px;
	background: #fff;
	margin-bottom: 7px;
	font-size: 12px;
}
.login input#modlgn-remember {
	width: auto;
}
.btn-primary, .btn-danger {
	background-color: #24940d;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin: 12px 12px 12px 0;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	line-height: 25px;
	padding: 5px 30px;
}
.btn-secondary, .button2 {
	background: #c3a205;
	padding: 9px 14px;
	border-radius: 5px;
	border: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-secondary:hover, .button2:hover {
	background: #7d6b12;
	color: #fff;
	text-decoration: none;
}
.btn-danger {
	background-color: #fd0c39;
}
.pagination .next {
	margin-left: 50px;
}
.btn-primary:hover {
}
.btn-danger:hover {
	background-color: #ccc;
}
.logout .btn {
	background-color: #f69240;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 12px 4px;
	border-radius: 3px;
	border: 0;
	padding: 6px 15px;
	cursor: pointer;
	color: #fff;
	float: left;
	line-height: 25px;
}
div.edit .btn-group .btn:hover, .logout .btn:hover {
    background-color: #f9ba88 !important;
}

.login ul, .login ul {
	margin-left: 20px;
}
.login li, .login li {
	padding: 3px 0 2px 8px;
}

.login .btn {
	background-color: #35272a;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin: 5px 12px 5px 0;
	border: 0;
	font-weight: bold;
	cursor: pointer;
	line-height: 25px;
	border-radius:6px;
	padding: 5px 30px;
}
.login .btn:hover {
	background-color: #999;
	text-decoration: none;
}

.login ul {
	margin-left: 20px;
}
.login li {
	padding: 3px 0 2px 8px;
}
.com-users-login__options {
	text-align: center;
}


/* frontend editing */
div.edit .btn-group .btn {
	background-color: #f69240;
	font-size: 12px;
	text-align: center;
	margin: 0 4px;
	border-radius: 3px;
	border: 0;
	padding: 6px 15px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	float: left;
}
div.edit .btn-group .btn:hover, .logout .btn:hover {
    background-color: #2B2123 !important;
}
div.edit #adminForm fieldset {
	clear: both;
	margin-top: 20px;
}
div.edit #adminForm .btn-toolbar {
	padding-bottom: 20px;
}
div.edit #adminForm fieldset ul.bsbcedit li {
	float: left;
	list-style: none;
	width: auto;
	height: 40px;
	padding: 3px 10px 0 0;
}
.bsbc-tabcontent {
	clear: both;
	margin-top: 20px;
}
div.edit.item-page {
	padding-top: 25px;
}
ul.nav-tabs.bsbcedit {
	display: none;
}
.joomla4 joomla-tab div[role="tablist"] .wf-editor-tabs > li > a {
	border-radius: 5px 5px 0 0;
	margin-left: 3px;
	background: #fff;
}
.joomla4 joomla-tab div[role="tablist"] .wf-editor-tabs > li.active > a {
	background: #f69240;
}
#modules-form input {
	padding: 2px 6px;
}
.choices__inner {
	color: #000;
}
.choices__button_joomla {
	padding: 5px 8px;
	background-color: #fd0c39;
	margin-left: 5px;
	border: none;
	border-radius: 4px;
	color: #fff;
}
joomla-tab button[aria-expanded="true"]::after {
  background-color: #f69240;
}
/* Hide form elements to simplify the form for users 

#modules-form #options, #modules-form .control-group {
	display: none;
}
#adminForm #publishing, #adminForm #language, #adminForm #metadata, #adminForm #com-content-formTabs {
	display: none;
}
.editor-xtd-buttons {
	display: none;
}
*/

#versionsModal, div.editor-xtd-buttons {
	display: none;
}

/* hide edit buttons for menu and gallery */
#navbox .jmodedit, #slides .jmodedit, .footlogin a.jmodedit, .slicknav_menu a.jmodedit, #breadcrumbs a.jmodedit, #logo-home a.jmodedit {
	display: none;
}



div.edit .control-group {
	clear: left;
	margin: 10px 0;
}
div.edit .control-group label {
	float: left;
	width: 180px;
	margin: 10px 0;
}
div.edit .control-group input {
	float: left;
	width: 50%;
	padding: 3px 8px;
}
#jform_featured_up_btn {
}
div.edit #adminForm fieldset {
	clear: both;
	margin-top: 20px;
}
div.edit #adminForm .btn-toolbar {
	padding-bottom: 20px;
}
div.edit #adminForm fieldset ul.bsbcedit li {
	float: left;
	list-style: none;
	width: auto;
	height: 40px;
	padding: 3px 10px 0 0;
}
.bsbc-tabcontent {
	clear: both;
	margin-top: 20px;
}
div.edit.item-page {
	padding-top: 25px;
}
ul.nav-tabs.bsbcedit {
	display: none;
}
a.jmodedit, .item-page .float-end a {
	border: 1px solid #a21c26;
	border-radius: 4px;
	padding: 4px 12px;
	color: #204187;
	background: #fff;
}
.quotediv a.jmodedit {
	border: 1px solid #6b6a6a;
	background: #6b6a6a;
	border-radius: 4px;
	padding: 4px 12px;
	color: #fff;
}
#footer a.jmodedit {
}

/* Hide advanced options */


#modules-form div#options {
	display: none;
}

/* Pagination front end editor */

.pagination ul {
	list-style: none;
}
.pagination li {
	width: auto;
	display: inline-block;
	padding: 8px;
}
.pagination li.active a {
	text-decoration: underline;
}
.pagination span.visually-hidden {
	display: none;
}


/* Media queries */
@media screen and (max-width: 1440px) {	
}
@media screen and (max-width: 1230px) {	
}

@media screen and (max-width: 1150px) {
.logo-other {
  height: 78vh;
	}
}
@media screen and (max-width: 1130px) {
.logo-home-mob {
	display: block;
}
#logo-home {
	display: none;
}
}


@media screen and (max-width: 960px) {
#footer .foot-links h4 {
	padding-left: 0px;
	padding-bottom: 15px;
	text-align: center !important;
}
	#footer .foot-links {
		text-align: center;
	}
#footer .foot-links p {
  padding-left: 0px;
}
}

@media screen and (max-width: 865px) {


}

@media screen and (max-width: 800px) {
.logo-other {
  height: auto;
}
	#arrow-down {display: none;}
	h1 {font-size: 42px;}
	h2 {font-size: 36px;}
}
@media screen and (max-width: 750px) {
	
}

@media screen and (max-width: 600px) {
	
	}

