	@charset "UTF-8";

/* Insert your custom CSS styles */
body { font-size: 15px; }


/* override/reset ugly table top borders */
table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
  border-top: initial;
}

/* reset the menu block link/button padding */
.flexnav .tb-megamenu-block a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

/* remove extra padding on the right in menu dropdown block */
.flexnav .tb-megamenu-block {
    padding: 10px 0 15px 0 !important;
}


/* remove the grey background color for product images */
.thumbnail {
  background-color: initial;
}





.row img { max-width: 100% }

.lang_dropdown_form {
    float: right;
    margin-right: 40px;
    margin-top: -6px;
}

.title-decorated span { color: #0081c6; }

.header {
    z-index: 501; /* above map +/- */
}

.header .logo img { max-height:140px; width: auto!important; min-height:60px; }

.find-instructor .view-filters,
.find-course .view-filters {
	width:55%;
	float:left;
}
.find-instructor #leaflet-map,
.find-course #leaflet-map { 
	width:45%;
	float:left;
}
.find-instructor #edit-field-geofield-distance-distance,
.find-course #edit-field-geofield-distance-distance {
	max-width: 70px;
}
.find-instructor .geofield-proximity-origin,
.find-course .geofield-proximity-origin { width:230px; }

.find-instructor .geofield-proximity-origin-from,
.find-course .geofield-proximity-origin-from { clear:none; margin-top: 7px;}

.geofield-proximity-field-wrapper .form-type-select { padding-top: 0 }

.gue-anchor {
	/*content:"";*/
	top: -100px;
	height: 0;
	/*transition: all 1s ease; */
	visibility: hidden;
	display: block;
	position: relative;
}

/*.gue-anchor:target {
	top:-100px;
	transition: all 1s ease;
	
} */

@media screen and (max-width: 991px) {
	.find-instructor .view-filters,
	.find-course .view-filters {
		width:100%;
		float:none;
	}
	.find-instructor #leaflet-map,
	.find-course #leaflet-map { 
		width:100%;
		float:none;
	}
	.find-instructor .geofield-proximity-origin,
	.find-course .geofield-proximity-origin { width:290px; }



}
@media screen and (max-width: 640px) {
	.find-instructor .geofield-proximity-origin,
	.find-course .geofield-proximity-origin { width:100%; }
	.find-instructor .geofield-proximity-origin-from,
	.find-course .geofield-proximity-origin-from { clear:both;}

}

.showonmobile { display: none; }

/* Andreas - making the top menu bar with login link appear on mobile */
@media (max-width: 767px) {
  .header-top {
    display: block !important;
  }
	.hideonmobile { display: none; }
	.showonmobile { display: block; }
}

@media (min-width: 992px) {
	 .flexnav > li ul li.mega-align-right > ul {
		left: -200%;
		top: 0;
	}
/*	.mega-align-right > .dropdown-menu {
		left: 0;
		right: auto;
	} */
}



.header-top .search-form { padding: 0 10px 0 0; }
.header-top .search-form input { height: 20px; }
.header-top .search-form input.form-submit {

font-size: 14px;
    line-height: 14px;
    padding: 0px 14px 0px 14px!important;
}


.stream li {
/*    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px #00000080;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    box-shadow: 0 1px 2px #00000080;
    font-size: 11px;
    padding: 15px 0 35px 0;*/
    width: 215px;
/*    position: relative;
    margin: 0 12px 12px 0;
    font-family: Arial, sans-serif;
    line-height: 1.35em;*/
}

.stream li .inner {
    padding: 0 12px;
}
.icon-box .icon .bg-icon {
    z-index: -1!important;
}

.resource-link {
    padding: 0px 8px;
    border: thin solid #CCC;
    margin: 0 4px 5px 4px;
    border-radius: 5px;
    background: rgba(200,200,200,0.3);
	overflow: hidden;
	/*    white-space: nowrap; */
}
.resource-link:hover	 {
    padding: 0px 8px;
    border: thin solid #CCC;
    margin: 0 4px 5px 4px;
    border-radius: 5px;
    background: rgba(255,255,255,1);
	box-shadow: #999 2px 3px 7px -2px;
}
.resource-link img { max-width: 40px; height:auto; float: left; margin: 0 5px 0 -8px;  border-radius: 5px 0 0 5px;
 }


.title-accent > h3 > span {
    font-family: inherit;
    font-size: inherit;
	color: #0081c6;
}

/*h2, h3 { color: #0081c6; } */

a.btn { color: #fff }

/* Anders – redefine button preliminaryly */
.btn-info {
    background-image: -webkit-linear-gradient(top, #4287c7 0%, #475f75 100%);
    background-image: linear-gradient(to bottom, #4287c7 0%, #475f75 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4287c7', endColorstr='#ff475f75', GradientType=0);
}

.btn-info:hover, .btn-info:focus {
    background-position-y: 0 !important;
}


/* Misc. CSS overwreites */
.dcsns-toolbar {
    padding: 10px 0;
}
footer .widget .widget-title {
    font-size:18px;
}
.dcsns-toolbar .filter .link-all {
    height: 28px;
}

.md-object.text-black-shadow, .md-object.text-black-shadow a { 
	text-shadow: 0px 0px 20px rgba(0,0,0,1);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#FF000000,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#FF000000,Positive=true);
}
.md-object.text-black-shadow a { 
	text-shadow: 0px 0px 20px rgba(0,0,0,1);
}
.md-object.text-black-shadow a:hover { 
	text-shadow: 0px 0px 20px rgba(255,255,255,1);
	text-decoration: none;
}


.md-gue-bodytext {
	line-height: 120%!important;
}


@media (min-width: 992px) {
.owl-theme blockquote {
    padding: 75px 100px 0 100px;
    font-size: 18px;
    line-height: 26px;
}
}


.form-control {
    height: 32px;
    padding: 5px 6px;
}

a.btn.btn-default { color: #666; }

div.date-display-range { display: inline; }


.display-price, .price .amount { color: #0082C8 ; }


/*  Courses, Instructors */

th.views-field-field-course-start-date-1 { min-width: 95px; }


.block-right-50 {
	width: 50%;
    float: right;
}
.block-left-50 {
	width: 50%;
    float: left;
}
.block-right-33 {
	width: 33.3%;
    float: right;
}
.block-left-66 {
	width: 60.7%;
    float: left;
	margin-right: 6%;
}
@media screen and (max-width: 640px) { 
.block-right-33 {
	width: 100%;
    float: none;
	margin-top: 15px;
}
.block-left-66 {
	width: 100%;
    float: none;
	margin-right: 0;
}
}

.instructor-body p { margin: 0 0 0.5em 0; }
p {     margin: 0 0 0.8em 0; }
.topspace { margin-top: 15px; }

/* shop / products */
.list-product {
	text-align: center;
	margin-bottom: 10px;
    border: 7px solid #eee;
    padding: 5px;
    border-radius: 6px;
    height: 270px;
}

/* Shop mouseover chenges */

.project-item .dlink { display:none; }
.project-item .zoom { width: 100%; opacity: 0.85!important; }


/* frontpage/homepage */
.front-text {
	font-size: 22px; line-height:normal;
}
.front-parrallax, .gue-parrallax {
		background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; 
		color: #eee;
	    padding-top: 1%;
	}
.front-parrallax {
	height: 555px;
}
@media screen and (max-width: 1199px) {
	.front-parrallax {
		height: 455px;
	}
	.front-text {
		font-size: 18px; line-height:normal;
	}	
}
@media screen and (max-width: 991px) {
	.front-dim-mobile-back { 
		background-color: rgba(0,0,0,0.3); border-radius: 5px;
		box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.6);
		
		padding-bottom: 5%;
	}
	.front-parrallax {
		height: auto;
	}
	.front-text {
		font-size: 22px; line-height:normal;
	}
	
}
.owl-testi blockquote:before {
    top:24px;
}

/* Design overrides */

.title-decorated {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.title-decorated:before, .title-decorated:after, .title-decorated h1:before {
    content: none;
}

.social-links-wrapper {
    margin-right: 180px;
}

#back-top {
    margin-bottom: 20px;
}

/* Accordion alternative looks */

.panel-title a {
	display: block;
	text-decoration: none;
}

.more-foldout {
	border: none;
	box-shadow: none;
}
.more-foldout .panel-heading {
	background-color: inherit;
	border: none;
	padding: 0 0 5px 0;
	text-align: center; 
}
.more-foldout .panel-title a {
	border-bottom: none;
    display: block;
	text-decoration: none;
		    border-radius: 5px 5px 0 0;
	padding: 1px 0;	/* background-color: #f5f5f5; */
	color: #6d6d6d;

}
.more-foldout .panel-title a:hover {
	color: #258cd1;

}
.more-foldout .panel-title a.collapsed {
		/* border-bottom: 1px solid #ccc; */
}

.panel-title a:after {
    content: '\25BC'; /* Unicode character for "minus" sign (-) */
//    font-size: 13px;
    color: #258cd1;
    /* float: left; */
    margin-left: 5px;
	transition: all 0.25s ease-out;
	padding-right: 3px;
	transform: rotate(180deg) translatey(0px);
	display: inline-block;

}
.panel-title a.collapsed:after {
    content: "\25BC"; /* Unicode character for "plus" sign (+) */
	transition: all 0.50s ease-out;
	transform: rotate(0deg) translatex(2px);
}
.panel-group .panel-title a:after {
	content: '';
}
.more-foldout .panel-collapse .panel-body {
	padding: 0;

}
.panel-group .panel-title {
    font-size: initial; /* reset the accordion title font-size so it's not smaller than the following text */
}
.panel-title > a:before {
	top: 20px !important; /* makes the + and - signs more vertically centered, like the text */
}


/* MailChimp Signup form styling */
.mailchimp-signup-form { 
    padding: 20px 10px 20px 10px !important;
    background: #3498db;
    border-radius: 5px;
    text-align: center;
}
.mailchimp-signup-form .mc_embed_signup_scroll, .clear {
	display: inline-block;
}
.mailchimp-signup-form input { 
    font-size: 1.2em;
    border-radius: 4px;
    border: 1px white solid;

}
.mailchimp-signup-form input[type="submit"] {
	background: #3498db;
	color: white;
}
.mailchimp-signup-form input[type="submit"]:hover {
	background: #fff;
	color: #3498db;

}

/* Virtual Response Signup form styling. Likely not used after 2018-12-29? */

.vr-signup-form { 
    padding: 10px 10px 20px 10px;
    background: #3498db;
    border-radius: 5px;
    text-align: center;
}
.vr-signup-form .vr-field, .vr-signup-form .vr-submit {
	display: inline-block;
} 

.vr-signup-form input { 
	font-size: 1.2em;
	border-radius: 4px;
    border: 1px white solid;

}
.vr-signup-form input[type="submit"] {
	background: #3498db;
	color: white;
}
.vr-signup-form input[type="submit"]:hover {
	background: #fff;
	color: #3498db;

}
.vr-notice { color: #fff; }
.vr-notice-failure { color: #a00; }


/* make the search button match the search field in size */
#search-form .btn {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

/* make the FAQ questions a bit more separated when an answer is shown */
.faq-answer {
    padding-bottom: 20px;
}

/* move the Zendesk help button a bit to the side */
#launcher {
  margin-right: 70px !important;
}

/* add some zebra styling to a table (node 663) */
.zebratable { width:800px; }
.zebratable tr:nth-child(even) { background-color:#f2f2f2; }


/* Calnedar looks */
.calendar-calendar .month-view .full tr.date-box, .calendar-calendar .month-view .full tr.date-box td, .calendar-calendar .month-view .full tr.multi-day, .calendar-calendar .month-view .full tr.multi-day td {
    height: auto; /* multi entries closer together */
}
.calendar a {
	color: #A6FFFF;
}
.calendar-calendar div.calendar { font-size: 12px; }


/* Hide shipping quote error on /cart/checkout, since we are leaving weight and dimensions empty for all membership products */
.quote-error {
  display: none;
}

/* Make YouTube embedded videos responsive */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    max-width:100%;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    max-width:560px;
    max-height:315px;
    position:absolute;
}

.InstructorsClasses tbody tr:nth-child(odd) {
background: #f2f2f2;
}

.InstructorsClasses td {
    padding: 5px;
}

.zebraTable tbody tr:nth-child(odd) {
background: #f2f2f2;
}

#instructor_qc_table tbody tr:nth-child(odd) {
background: #eee;
}

@media screen and (max-width: 767px) {
	table.ResponsiveClassesTable th {
		padding: 6px 2px;
		font-size: 13px;
	}
	table.ResponsiveClassesTable td {
		padding: 6px 2px;
		font-size: 13px;
	}
	.WideTableTdFix td {
		float: left;
		clear: both;
	}
}
@media screen and (max-width: 375px) {
	table.ResponsiveClassesTable td {
		padding: 6px 3px;
		font-size: 10px;
	}

}

td.LeftChoiceTitle { 
	width: 150px;
	padding: 14px 0;
}
	
/* Adjust display of the block and buttons in the Diver Training menu when shown on mobile */
@media screen and (max-width: 991px) {
	#tb-megamenu-column-3 {
		width: fit-content;
	}
	#block-block-42 {
		width: fit-content;
	}
	#block-block-44 {
		width: fit-content;
	}
}

/* Apply rounding of corners in the News menu block */
.roundedImage img {
  border-radius: 10px;
}



/************ Language selection dropdown styling for the top-banner | Anders Kjoller **************/


/* Hide the users' language selector form */
#user-profile-form fieldset#edit-locale.form-wrapper 
{
    display: none;
}
.header-top {
    padding: 12px 0 9px 0;
}
#top-language { display: none; }
.admin-menu #top-language { display: block; }
#top-language #edit-spamicide { display: none; }
#top-language .form-item-lang-dropdown-select { margin-bottom: 0px; }
.lang_dropdown_form { margin-right: 10px!important;}
.ldsDark {
    border: none;
}
.ldsDark .ddTitle {
    color: #ffffff;
    background: none;
}
.ddTitle .divider, .ddTitle .ddArrow { display: none; }
.ldsDark ul > li:first-child {
    padding-left: 5px!important; 
}
.ldsDark .ddChild {
    height: auto!important; 
}
.ldsDark .ddChild li {
    width: 100%;
}
.ldsDark .ddChild li img {
    padding: 0 6px 0 0;
    width: 23px;
    height: 16px;
}


@media (max-width: 767px) {
	.header-top-right {
		float: right;
	}
}


/* Hide the language selector shown below content – bug http://drupal.org/node/1005144 */
ul.links.inline { display: none; }


/* putting items on the same line in https://www.gue.com/2019-nextgen-scholarship-application */
/* 
#webform-client-form-11816 .webform-component--name {
	float: left;
	margin: 1em;
}

#webform-client-form-11816 .webform-component--age {
	float: left;
	margin: 1em;
}

#webform-client-form-11816 .webform-component--location {
	float: left;
	margin: 1em;
}
*/