/*******************************************************************/
/*	!FUNCTIONS   */
/*******************************************************************/
/*******************************************************************/
/*	!MIXINS   */
/*******************************************************************/
/*******************************************************************/
/*	!COLOURS   */
/*******************************************************************/
/*******************************************
 * MAINTENANCE PAGE
 *******************************************/
body.maintenance-page #header {
  text-align: center;
  height: auto; }

body.maintenance-page #header #logo-container {
  float: none;
  margin: 0 auto; }

body.maintenance-page #content {
  text-align: center; }

#absolute-messages-messages .absolute-messages-message {
  font-size: 1rem; }

#absolute-messages-messages .absolute-messages-message .content {
  padding: 0.5rem; }

body #admin-menu {
  -webkit-font-smoothing: subpixel-antialiased; }

/*******************************************
 * MESSAGES
 *******************************************/
.absolute-messages-status {
  background-color: #666;
  border-bottom: 1px solid #000;
  color: #FFF; }

.absolute-messages-status .absolute-messages-dismiss {
  border: 1px solid #000;
  background-color: #FFF;
  color: #000; }

/* #### FONTS

		Arimo regular

		Arimo 700

		
  ########################## */
/* #### COLOURS

		Pink:		#FF0099 
		LT Blue:	#40C3DC 
		DK Blue:	#26318B 
		Grey:		#5E5F60
		Green:		#D5F09D 
		Yellow:		#F6DC46 
		Purple:		#B6198E
		
  ########################## */
/* ########################## GLOBAL CONTAINERS 
/* ########################################################################## */
/* ########################################################################## */
body, html {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Lato', Arial, Sans-serif;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  font-weight: 300;
  color: #333333;
  overflow-x: hidden; }

#user-login {
  padding: 10rem 0 0 10%; }

#page-container {
  position: relative;
  min-height: 37.5rem;
  background-color: #FFF;
  overflow-x: hidden; }
  @media only screen and (max-width: 759px) {
    #page-container {
      padding-bottom: 2.5rem; } }

#content {
  min-height: 400px; }

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

.standard-text-wrapper {
  padding-top: 6.25rem;
  margin: 0 auto 0 auto;
  width: 75%; }
  @media only screen and (max-width: 438px) {
    .standard-text-wrapper {
      width: 90%; } }

footer {
  clear: both; }

/* ########################## EU COOKIE PANEL ######################################## */
#sliding-popup .popup-content #popup-text p {
  font-size: 0.875rem; }

@media only screen and (max-width: 759px) {
  #sliding-popup {
    margin-bottom: 2.5rem; } }

/* ########################################################################## */
/* ########################## HEADER ########################################
/* ########################################################################## */
/* ########################################################################## */
header {
  min-height: 5rem;
  position: fixed;
  /*overflow:hidden;*/
  width: 100%;
  z-index: 100;
  background-color: #FFF;
  -webkit-box-shadow: -1px 3px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 3px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 3px 7px 0px rgba(0, 0, 0, 0.3); }

.front header {
  max-height: 100%;
  min-height: 5rem;
  background-color: transparent;
  /*position:fixed;
	width:100%;
	*/
  z-index: 30;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  @media only screen and (max-width: 650px) {
    .front header {
      min-height: 5rem;
      position: fixed;
      /*overflow:hidden;*/
      width: 100%;
      z-index: 100;
      /*background-color: rgba(255, 255, 255, 0.5);
		-webkit-box-shadow: -1px 3px 7px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: -1px 3px 7px 0px rgba(0,0,0,0.3);
		box-shadow: -1px 3px 7px 0px rgba(0,0,0,0.3);*/ } }

.front .white {
  background-color: #FFFFFF;
  -webkit-box-shadow: -1px 3px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 3px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 3px 7px 0px rgba(0, 0, 0, 0.3); }

#logo-container {
  padding: 0;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media only screen and (max-width: 650px) {
    #logo-container {
      height: 5rem; } }

.front .large-logo {
  width: 27.5rem; }
  @media only screen and (max-width: 890px) {
    .front .large-logo {
      width: 17.5rem; } }

.front .small-logo, .large-logo {
  width: 17.5rem; }

#logo-container img {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 650px) {
  .top-menu {
    background-color: #FFF;
    height: 2.1875rem; } }

/****************************************************************
		LANGUAGE SELECTOR
****************************************************************/
header .language-selector {
  width: auto;
  float: right;
  padding: 0 0.9375rem;
  margin-right: 18.8125rem;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  /*line-height:rem(76);*/ }
  header .language-selector:hover {
    background-color: white; }
  @media only screen and (max-width: 890px) {
    header .language-selector {
      margin-right: 14.4375rem; } }
  @media only screen and (max-width: 650px) {
    header .language-selector {
      height: 2.1875rem;
      float: left;
      margin: 0 0 0 5%; } }

ul.language-switcher {
  display: block;
  /*height:rem(80);*/ }

header .language-switcher li {
  margin: 0 0.625rem 0 0;
  display: inline-block;
  line-height: 5rem; }

header .language-switcher li.last {
  margin: 0; }

header .language-switcher a {
  display: block;
  width: 1.375rem;
  font-size: 1.25rem;
  color: transparent;
  height: 5rem; }
  @media only screen and (max-width: 650px) {
    header .language-switcher a {
      height: 2.1875rem; } }

header .language-switcher li.en a {
  background: url(../../images/flag_UK.png) no-repeat center center;
  background-size: contain; }

header .language-switcher li.fr a {
  background: url(../../images/flag_french.png) no-repeat center center;
  background-size: contain; }

header .language-switcher li.ie a {
  background: url(../../images/flag_ireland.png) no-repeat center center;
  background-size: contain; }

header .language-switcher li.ch a {
  background: url(../../images/flag_china.png) no-repeat center center;
  background-size: contain; }

header .language-switcher li.au a {
  background: url(../../images/flag_australia.png) no-repeat center center;
  background-size: contain; }

/****************************************************************
			SEARCH
****************************************************************/
.search-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 9.375rem;
  width: 9.375rem !important;
  height: 5rem;
  cursor: pointer;
  z-index: 101;
  background-image: url(../../images/mag_glass_blue.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-color: rgba(255, 255, 255, 0.5); }
  .search-icon:hover {
    background-color: white;
    background-image: url(../../images/mag_glass_lt_blue.png); }
    @media only screen and (max-width: 890px) {
      .search-icon:hover {
        background-image: url(../../images/mag_glass_lt_blue_small.png); } }
  @media only screen and (max-width: 890px) {
    .search-icon {
      width: 5rem !important;
      background-image: url(../../images/mag_glass_blue_small.png); } }
  @media only screen and (max-width: 650px) {
    .search-icon {
      display: none;
      height: 2.1875rem;
      position: relative;
      float: right;
      width: 9.375rem !important;
      right: 0;
      background-image: url(../../images/mag_glass_blue.png); } }

.search-icon .icon-content {
  margin: 0rem 20% 0rem 20%; }

.search-icon .icon-content-french {
  margin: 0rem 20% 0rem 8%; }

.search-icon p {
  font-weight: 300;
  font-size: 1.1875rem;
  line-height: 5rem;
  float: left;
  color: #2d3192;
  margin-bottom: 0; }
  .search-icon p .fr {
    font-size: 1.0625rem; }
  .search-icon p:hover {
    background-color: white;
    color: #1ac3e8; }
  @media only screen and (max-width: 890px) {
    .search-icon p {
      display: none; } }
  @media only screen and (max-width: 650px) {
    .search-icon p {
      display: block;
      line-height: 2.1875rem;
      position: relative; } }

.search-box-panel {
  background-color: #2d3192;
  width: 18.75rem;
  display: none;
  position: fixed;
  right: 0;
  top: 5.0625rem;
  height: 2.5rem;
  z-index: 150; }
  .search-box-panel #edit-actions {
    display: none; }
  @media only screen and (max-width: 650px) {
    .search-box-panel {
      display: none; } }

#search-block-form input {
  border: 1px solid rgba(26, 195, 232, 0.2); }

#search-block-form input placeholder {
  border: 1px solid rgba(26, 195, 232, 0.2); }

.search-form {
  margin: 0;
  padding: 0.5rem 0 0.3125rem 0;
  width: 80%;
  margin: 0 auto; }
  .search-form .custom-search-box {
    width: 100%;
    color: #FFF;
    font-style: italic;
    text-align: center;
    font-size: 1rem;
    font-weight: 300; }

.top-search-block {
  display: none; }
  @media only screen and (max-width: 650px) {
    .top-search-block {
      display: block;
      width: 10.625rem;
      float: right; } }

.top-search-block .search-form {
  margin: 0;
  padding: 0;
  height: 2.1875rem;
  margin: 0 auto; }
  .top-search-block .search-form input placeholder {
    display: none; }
  .top-search-block .search-form .form-type-searchfield {
    margin-top: 0.3125rem; }
  .top-search-block .search-form .form-actions {
    margin: 0.25rem 0 0 0;
    float: right; }
    .top-search-block .search-form .form-actions input {
      margin-top: 0.25rem;
      border: 0; }
  .top-search-block .search-form .custom-search-box {
    width: 78%;
    color: #2d3192;
    font-style: italic;
    text-align: center;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    font-weight: 300; }

/*******************************************
SEARCH RESULTS PAGE
 *******************************************/
.page-search-node #search-form {
  display: none; }

.page-search-node #content .content {
  width: 75%;
  margin: 3.75rem auto; }
  @media only screen and (max-width: 438px) {
    .page-search-node #content .content {
      width: 90%; } }

.page-search-node form.search-form {
  /*	font-size:1.4rem;
	font-weight:normal;
	margin:4rem 3rem;*/ }

ol.search-results {
  margin: 0; }

ol.search-results li {
  margin: 1.875rem 0;
  border-bottom: 1px solid #1ac3e8;
  list-style: none; }

.search-results .search-snippet-info {
  padding: 0; }

.search-results .search-info {
  display: none; }

.search-results h3.title {
  padding-bottom: 0.625rem; }

.search-results h3.title a {
  font-size: 1.3125rem;
  font-weight: normal;
  text-decoration: underline; }

/*########################## MENU STYLES ############################
/* ########################################################################## */
/* ########################################################################## */
.menu-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 9.375rem !important;
  height: 5rem !important;
  cursor: pointer;
  z-index: 101;
  background-color: #1ac3e8; }
  @media only screen and (max-width: 650px) {
    .menu-icon {
      top: 2.1875rem;
      width: 4.25rem !important; } }

.icon-content {
  margin: 0 20% 0 20%; }

.menu-icon p {
  font-weight: 300;
  line-height: 5rem;
  font-size: 1.1875rem;
  float: left;
  color: #FFF;
  margin-bottom: 0; }
  @media only screen and (max-width: 650px) {
    .menu-icon p {
      display: none; } }

.menu-icon .bars {
  margin: 1.875rem 0 0rem 0;
  float: right;
  width: 1.875rem; }
  @media only screen and (max-width: 650px) {
    .menu-icon .bars {
      margin: 1.875rem 12% 0rem auto; } }

.menu-icon .bar {
  display: block;
  margin-bottom: 0.375rem;
  height: 0.1875rem;
  background-color: #FFF; }

/******************************************** 
  MAIN MENU
 ********************************************/
/* IE7 displays list icons without this */
ul.menu li.leaf, ul.menu li.collapsed, ul.menu li.expanded {
  list-style-type: none;
  list-style-image: none; }

.block-menu ul,
.block-menu ul.menu li.leaf,
.block-menu ul.menu li.expanded {
  margin: 0;
  padding: 0;
  /* override drupal defaults */ }

ul.menu a {
  display: block;
  text-decoration: none; }

.region-main-nav {
  display: block;
  position: relative; }

.main-nav {
  display: none;
  position: fixed;
  right: 0;
  top: 5.0625rem;
  width: 18.75rem;
  background: none;
  z-index: 150;
  overflow-y: auto;
  height: 88%; }
  @media only screen and (max-width: 650px) {
    .main-nav {
      top: 7.25rem;
      width: 100%;
      height: 78%; } }

.main-nav ul.menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.main-nav ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  /*line-height:40px;*/
  background-color: #2d3192;
  border-bottom: solid 1px #cccccc;
  /* text-transform: capitalize;*/ }

.main-nav ul.menu li.last {
  border-bottom: none; }

.main-nav li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding: 1.25rem 0.625rem 1.25rem 1.875rem; }

.main-nav li a:hover,
.main-nav li a.active {
  color: #1ac3e8; }

/* remove default padding */
.main-nav li.expanded,
.main-nav li.collapsed,
.main-nav li.leaf {
  padding: 0; }

.main-nav ul.menu li ul.menu {
  padding: 0 0 15px 0; }

.main-nav ul.menu li ul.menu li {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0 0 0 20px;
  min-height: 0; }

.main-nav ul.menu li ul.menu li a {
  max-width: none;
  margin: 0;
  left: auto;
  display: block;
  border-bottom: none;
  line-height: 1.1875rem;
  font-size: 1.1875rem;
  padding: 0.3125rem 0rem 1rem 1.875rem; }

header nav {
  height: 100%; }

/* ########################## GLOBAL TEXT STYLES ############################
/* ########################################################################## */
/* ########################################################################## */
h1, .page-search h2 {
  color: #2d3192;
  font-size: 3.125rem;
  line-height: 3.125rem;
  font-weight: 300;
  margin-bottom: 2.5rem; }

h2 {
  font-size: 3rem;
  line-height: 3.625rem;
  margin-bottom: 1.25rem; }

h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px; }

p {
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  color: #333333; }

p, ul, ol {
  margin-bottom: 1.25rem; }

ol li {
  list-style: decimal;
  list-style-position: inside; }

em, strong {
  font-weight: 700; }

a:link,
a:hover,
a:visited {
  color: #2d3192;
  text-decoration: underline; }

/******************************************** 
  GLOBAL NAVIGATION
 ********************************************/
/* audience menu global styles */
/******************************************** 
  HOME PAGE STYLING
 ********************************************/
.front #content {
  padding-top: 0rem; }

/********************************************
FULL SCREEN SLIDE SHOW
*********************************************/
.full-screen-holder {
  position: relative; }

.flexslider {
  border: none;
  margin: 0; }

.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides li {
  position: relative;
  height: 100vh;
  min-height: 12.5rem;
  /* pseudo element to vertically centre .text */
  /* 	needs to be inline-block for vertical centering.
  	cannot be 100% width
  */ }

.flexslider .slides li .bg {
  height: 100vh;
  background: url(../../images/therapie_range.jpg) no-repeat center center;
  background-size: cover;
  text-align: center; }
  @media only screen and (max-width: 650px) {
    .flexslider .slides li .bg {
      margin-top: 2.1875rem; } }

.flexslider .slides li .bg:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

.flexslider .slides li .text {
  position: absolute;
  bottom: 5.875rem;
  left: 0;
  display: inline-block;
  width: 70%;
  padding: 1.25rem 20% 1.25rem 10%;
  color: #2d3192;
  text-align: left;
  /* vertical-align: middle;*/
  -webkit-font-smoothing: antialiased;
  background-color: rgba(255, 255, 255, 0.7); }
  @media only screen and (max-width: 890px) {
    .flexslider .slides li .text {
      padding: 0.625rem 20% 0.625rem 10%; } }
  @media only screen and (max-width: 650px) {
    .flexslider .slides li .text {
      bottom: 3.125rem;
      /*	background-color:rgba(255,255,255,1);*/ } }
  .flexslider .slides li .text a {
    text-decoration: none; }

.flexslider .slides li .text h2 {
  font-size: 3.75rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 0.875rem 0; }
  .flexslider .slides li .text h2:hover {
    color: #333333; }
  @media only screen and (max-width: 890px) {
    .flexslider .slides li .text h2 {
      font-size: 2.625rem;
      padding: 0 0 0.5rem 0;
      line-height: 2.875rem; } }
  @media only screen and (max-width: 438px) {
    .flexslider .slides li .text h2 {
      font-size: 2.25rem;
      padding: 0 0 0.5rem 0;
      line-height: 2.375rem; } }

.flexslider .slides li .text h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem; }
  .flexslider .slides li .text h3:hover {
    color: #333333; }
  .flexslider .slides li .text h3 span {
    color: #ec118f;
    weight: 700 !important; }

.flex-direction-nav a {
  width: 2.8125rem;
  height: 7.5rem;
  margin: -60px 0 0;
  text-indent: -9999px; }

.flex-direction-nav .flex-next {
  text-align: left; }

.flex-direction-nav .flex-nav-prev a {
  background: url(../../images/slide_arrow_left.png) no-repeat center center;
  background-size: contain; }

.flex-direction-nav .flex-nav-next a {
  background: url(../../images/slide_arrow_right.png) no-repeat center center;
  background-size: contain; }

.full-screen-holder .flex-direction-nav a {
  display: none; }

.full-screen-holder .flex-direction-nav .flex-next {
  display: none; }

.full-screen-holder .flex-direction-nav .flex-nav-prev a {
  background: none; }

.full-screen-holder .flex-direction-nav .flex-nav-next a {
  background: none; }

.flex-control-nav {
  position: absolute;
  bottom: 1.25rem;
  z-index: 8;
  /*right:5%;*/
  width: 100%;
  text-align: center;
  color: #FFFFFF; }

.flex-control-paging li a {
  width: 1.125rem;
  height: 1.125rem;
  background: #FFFFFF;
  border: solid 1px #1ac3e8; }

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
  background: #1ac3e8;
  border: solid 1px #1ac3e8; }

.banner-overlay {
  width: 20%;
  position: absolute;
  right: 3%;
  bottom: 4.0625rem;
  z-index: 10; }
  .banner-overlay img {
    width: 100%;
    height: auto; }

.video-play-button {
  width: 50%;
  height: 50%;
  position: absolute;
  left: 25%;
  top: 25%;
  z-index: 20;
  background: url(../../images/play_button.png) no-repeat center center;
  opacity: 0.7;
  filter: alpha(opacity=70); }
  @media only screen and (max-width: 438px) {
    .video-play-button {
      background: url(../../images/play_button_small.png) no-repeat center center; } }
  .video-play-button:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

#video-overlay {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  display: none; }
  #video-overlay iframe {
    display: block;
    width: 90% !important;
    max-width: 700px !important;
    margin: 120px auto; }

/*
#colorbox {
	background:none;
	margin:0;
	padding:0;
	-moz-box-shadow:none;
  -webkit-box-shadow: 3px 3px 16px #333;
  box-shadow:none;
  -moz-border-radius-bottomleft:none;
  -moz-border-radius-bottomright:none;
  -webkit-border-bottom-left-radius:none;
  -webkit-border-bottom-right-radius:none;
  border-bottom-left-radius:none;
  border-bottom-right-radius:none;
	.player {
		margin:0;
		padding:0;
	}
}

#cboxContent{
	background:none;
	margin:0;
	background-color:rgba(0,0,0,0.8);
	}

#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight {
	height:0;
	display:none;
}

 #cboxLoadedContent {
        margin-bottom: 0;
      }

  #cboxWrapper {
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-bottomright:0;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
	  border-radius:0;
	   background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	margin:0;
	padding:0;
  }

#cboxTitle {
        display:none;
      }


#cboxCurrent {
        display:none;
      }

*/
.scroll_but {
  position: absolute;
  bottom: 0.5rem;
  height: 3.125rem;
  width: 3.125rem;
  left: 5%;
  text-align: center;
  padding: 0.9375rem 0 0 0;
  background: url(../../images/scroll.png) no-repeat center center;
  background-size: contain;
  color: #2d3192;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer; }
  @media only screen and (max-width: 650px) {
    .scroll_but {
      display: none; } }

/******************************************** 
  FULL WIDTH IMAGE ROTATING
 ********************************************/
section.full-width-image {
  position: relative;
  margin: 0;
  padding: 0; }

.full-width-image .flexslider .slides li {
  position: relative;
  height: auto;
  min-height: 12.5rem;
  overflow: hidden;
  /* pseudo element to vertically centre .text */
  /* 	needs to be inline-block for vertical centering.
  	cannot be 100% width
  */ }

.full-width-image .flexslider .slides li .bg {
  height: auto;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  display: block; }

.full-width-image .flexslider .slides li .bg:before {
  display: none !important;
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

.full-width-image .flexslider .slides li .text {
  position: absolute;
  bottom: 0rem;
  left: 0;
  display: inline-block;
  width: 80%;
  padding: 1.25rem 10%;
  color: #2d3192;
  text-align: center;
  /* vertical-align: middle;*/
  -webkit-font-smoothing: antialiased;
  background-color: rgba(255, 255, 255, 0.7); }
  @media only screen and (max-width: 890px) {
    .full-width-image .flexslider .slides li .text {
      padding: 0.3125rem 10%; } }
  @media only screen and (max-width: 650px) {
    .full-width-image .flexslider .slides li .text {
      position: relative;
      width: 90%;
      padding: 0.625rem 5%; } }
  .full-width-image .flexslider .slides li .text a {
    text-decoration: none; }

.full-width-image .flexslider .slides li .text h2 {
  font-size: 3.25rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 0.875rem 0; }
  .full-width-image .flexslider .slides li .text h2:hover {
    color: #333333; }
  @media only screen and (max-width: 890px) {
    .full-width-image .flexslider .slides li .text h2 {
      font-size: 2.5rem;
      line-height: 2.75rem;
      padding: 0 0 0.5rem 0; } }
  @media only screen and (max-width: 438px) {
    .full-width-image .flexslider .slides li .text h2 {
      font-size: 2rem;
      line-height: 2.125rem;
      padding: 0 0 0.5rem 0; } }

.full-width-image .flexslider .slides li .text h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem; }
  .full-width-image .flexslider .slides li .text h3:hover {
    color: #333333; }

.full-width-image .flex-direction-nav a {
  display: none; }

.full-width-image .flex-direction-nav .flex-next {
  display: none; }

.full-width-image .flex-direction-nav .flex-nav-prev a {
  background: none; }

.full-width-image .flex-direction-nav .flex-nav-next a {
  background: none; }

.full-width-image .flex-control-nav {
  position: absolute;
  bottom: 0.3125rem;
  z-index: 8;
  /*right:5%;*/
  width: 100%;
  text-align: center;
  color: #FFFFFF; }

/**********************************
SECTION LINK GRID
***********************************/
section.grid-section-links {
  overflow: hidden;
  position: relative;
  padding: 0 0 2.5rem 0; }

.field-name-field-grid-section-links, .field-name-field-quick-links-grid {
  display: block;
  width: 33.333333%;
  float: left;
  position: relative;
  margin: 0;
  overflow: hidden; }
  @media only screen and (max-width: 890px) {
    .field-name-field-grid-section-links, .field-name-field-quick-links-grid {
      width: 33.333333%; } }
  @media only screen and (max-width: 759px) {
    .field-name-field-grid-section-links, .field-name-field-quick-links-grid {
      width: 50%; } }

.section-link-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .section-link-item img {
    width: 100%;
    height: auto; }
  @media only screen and (max-width: 759px) {
    .section-link-item {
      min-height: 50%; } }

.section-link-item .text-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 38%;
  color: #FFF;
  text-align: center;
  z-index: 10; }
  @media only screen and (max-width: 890px) {
    .section-link-item .text-wrapper {
      top: 30%; } }
  @media only screen and (max-width: 650px) {
    .section-link-item .text-wrapper {
      top: 28%; } }
  @media only screen and (max-width: 438px) {
    .section-link-item .text-wrapper {
      top: 38%; } }
  .section-link-item .text-wrapper h2 {
    font-weight: 300;
    line-height: 3rem;
    font-size: 3rem;
    margin-bottom: 1.25rem;
    color: #FFF; }
    @media only screen and (max-width: 890px) {
      .section-link-item .text-wrapper h2 {
        line-height: 2.375rem;
        margin-bottom: 0.375rem;
        font-size: 2.25rem; } }
    @media only screen and (max-width: 759px) {
      .section-link-item .text-wrapper h2 {
        margin-bottom: 0.9375rem; } }
    @media only screen and (max-width: 438px) {
      .section-link-item .text-wrapper h2 {
        line-height: 1.625rem;
        font-weight: 400;
        font-size: 1.5rem; } }
  @media only screen and (max-width: 890px) {
    .section-link-item .text-wrapper h3 {
      line-height: 1.375rem;
      font-size: 1.0625rem;
      font-weight: 400; } }
  @media only screen and (max-width: 438px) {
    .section-link-item .text-wrapper h3 {
      display: none; } }

.section-link-item h2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.section-link-item h3 {
  margin: 0 auto 0.1875rem auto;
  width: 90%;
  color: #FFF;
  font-weight: normal;
  font-size: 1.1875rem;
  line-height: 1.5rem; }

a .dark-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  -moz-opacity: 0;
  /* Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  opacity: 0;
  -moz-transition: all 1s;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 1s;
  transition: all 1s; }

.field-name-field-quick-links-grid:hover a .dark-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 8 */
  filter: alpha(opacity=100);
  /* IE 5-7 */
  -moz-opacity: 1;
  /* Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  opacity: 1; }

/******************************************** 
 PROFESSIONAL HOME PAGE
********************************************/
.node-type-prof-home-page .home-page-bottom .promo h2 {
  color: #40C3DC; }

.node-type-prof-home-page .view-news-home span.date-display-single {
  color: #40C3DC; }

.node-type-prof-home-page .home-page-top .right-col h2 {
  border-top: 5px solid #40C3DC; }

/******************************************** 
 STANDARD PAGE / ADVICE PAGE / HISTORY PAGE / PRODUCT CATEGORY PAGE
 
 GLOBAL NODE VALUES
********************************************/
#content {
  padding-top: 5rem; }

.percent-width {
  width: 75%;
  margin: 3.75rem auto; }
  @media only screen and (max-width: 438px) {
    .percent-width {
      width: 90%; } }

.node h2 {
  color: #2d3192;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 300;
  margin-bottom: 3.125rem; }

/* h2 in text areas on all pages 
.field-type-text-long h2 {
	font-size: 18px;
	margin-bottom: 12px;
	margin-left: 0;
	color: #5E5F60;
}
*/
.node ul {
  list-style-position: outside;
  padding-left: 1em; }

.node ul li {
  list-style-image: url(../../images/bullet_blue.png);
  margin-bottom: 0.625rem; }

.node .share-buttons {
  margin-top: 30px; }

.page-node-161 .node .share-buttons, .page-node-151 .node .share-buttons, .page-node-152 .node .share-buttons {
  display: none; }

/******************************************** 
 	PROFESSIONAL PAGES
********************************************/
.node-type-standard-page-prof .node h1,
.node-type-listing-page-prof .node h1,
.node-type-news-article-prof .node h1,
.page-node-153 .node h1,
.page-node-184 .node h1,
.page-node-222 .node h1,
.node-type-downloads-page .node h1 {
  color: #1ac3e8; }

.node-type-standard-page-prof .node h2,
.node-type-listing-page-prof .node h2,
.node-type-news-article-prof .node h2,
.page-node-153 .node h2,
.page-node-184 .node h2,
.node-type-downloads-page .node h2 {
  color: #1ac3e8; }

.standard-page .field-name-field-grid-section-links, .standard-page .field-name-field-quick-links-grid {
  display: block;
  width: 25%;
  float: left;
  position: relative;
  margin: 0;
  overflow: hidden; }
  @media only screen and (max-width: 890px) {
    .standard-page .field-name-field-grid-section-links, .standard-page .field-name-field-quick-links-grid {
      width: 33.33333333%; } }
  @media only screen and (max-width: 650px) {
    .standard-page .field-name-field-grid-section-links, .standard-page .field-name-field-quick-links-grid {
      width: 50%; } }

.standard-page .section-link-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .standard-page .section-link-item img {
    width: 100%;
    height: 100%; }
  .standard-page .section-link-item h2 {
    color: #FFF;
    font-size: 2.625rem;
    line-height: 2.75rem; }
    @media only screen and (max-width: 890px) {
      .standard-page .section-link-item h2 {
        font-weight: 300; } }
    @media only screen and (max-width: 650px) {
      .standard-page .section-link-item h2 {
        font-weight: 300;
        font-size: 2.25rem;
        line-height: 2.375rem; } }
    @media only screen and (max-width: 438px) {
      .standard-page .section-link-item h2 {
        font-weight: 400;
        font-size: 1.625rem;
        line-height: 1.75rem; } }

.node-type-standard-page-prof .node .field-name-field-page-body h2 {
  margin-bottom: 1.25rem; }

/******************************************** 
 	STANDARD PAGE/NEWS ARTICLE/STANDARD BLOCK PAGE SPECIFIC VALUES
********************************************/
.standard-page .page-image-full,
.news-article .page-image-full {
  margin: 1.875rem auto 2.5rem auto;
  text-align: center; }
  .standard-page .page-image-full img,
  .news-article .page-image-full img {
    max-width: 100%;
    height: auto; }

.standard-page .page-image-small,
.news-article .page-image-small {
  width: 300px;
  float: right;
  margin: 33px 0 20px 20px; }

.standard-page .page-image-small img,
.news-article .page-image-small img {
  margin-bottom: 20px; }

.grid-images {
  overflow: hidden;
  padding-bottom: 1.25rem; }

.field-name-field-images-grid {
  float: left;
  width: 20%;
  position: relative;
  margin-bottom: 0.625rem; }
  .field-name-field-images-grid img {
    width: 80%;
    height: auto; }
  @media only screen and (max-width: 650px) {
    .field-name-field-images-grid {
      width: 25%; } }

.grid-wrapper {
  padding-bottom: 3.125rem;
  overflow: hidden; }

/******************************************** 
 	FAQ LISTING PAGE
********************************************/
.faq-block-wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto 1.875rem auto;
  overflow: hidden; }

.category-block-wrapper {
  display: block;
  width: 25%;
  float: left;
  position: relative;
  margin: 0;
  overflow: hidden; }
  .category-block-wrapper:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer; }
  @media only screen and (max-width: 890px) {
    .category-block-wrapper {
      width: 33.33333333%; } }
  @media only screen and (max-width: 650px) {
    .category-block-wrapper {
      width: 50%; } }

.fadeOut {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.faq-cat-block {
  width: 100%;
  min-height: 7.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .faq-cat-block img {
    width: 100%;
    height: auto; }

.faq-cat-block .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8); }
  .faq-cat-block .text h2 {
    color: #2d3192;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.875rem;
    margin: 0;
    padding: 0.625rem 5%; }
    @media only screen and (max-width: 438px) {
      .faq-cat-block .text h2 {
        font-size: 1.25rem;
        line-height: 1.375rem;
        font-weight: 400; } }

.question-block {
  display: none;
  width: 75%;
  margin: 0 auto;
  padding: 2.5rem 0; }
  @media only screen and (max-width: 438px) {
    .question-block {
      width: 90%; } }

.active-category {
  /*width:100%;*/
  clear: both; }

/******************************************** 
	FAQs PAGE SPECIFIC VALUES
********************************************/
.view-faqs {
  margin-bottom: 30px; }

.view-faqs .category-title {
  font-size: 1.75rem;
  color: #2d3192;
  font-weight: 300;
  padding: 0.625rem 1.875rem 1.25rem 0; }

.view-faqs .views-row {
  border-bottom: 1px solid #1ac3e8; }

.view-faqs .question {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #999999;
  padding: 0.625rem 1.875rem;
  cursor: pointer; }
  .view-faqs .question:hover {
    color: #333333; }
  @media only screen and (max-width: 438px) {
    .view-faqs .question {
      font-size: 1.125rem;
      line-height: 1.4375rem;
      padding: 0.625rem 0.625rem; } }

.view-faqs .answer {
  display: none;
  padding: 0.625rem 1.875rem; }
  @media only screen and (max-width: 438px) {
    .view-faqs .answer {
      padding: 0.625rem 0.625rem; }
      .view-faqs .answer p {
        font-size: 1rem;
        line-height: 1.375rem; } }

/******************************************** 
 	100 USES LISTING PAGE
********************************************/
#block-views-100-uses-block {
  position: relative;
  margin: 0 auto 1.875rem auto;
  overflow: hidden; }

#block-views-100-uses-block .category-block-wrapper {
  line-height: 0;
  float: left; }
  @media only screen and (max-width: 890px) {
    #block-views-100-uses-block .category-block-wrapper {
      width: 33.33333333%; } }
  @media only screen and (max-width: 650px) {
    #block-views-100-uses-block .category-block-wrapper {
      width: 50%; } }

.uses-block {
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }
  .uses-block a {
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 0; }

.uses-block .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8); }
  .uses-block .text h2 {
    color: #2d3192;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.875rem;
    margin: 0;
    padding: 0.625rem 5%; }
    @media only screen and (max-width: 650px) {
      .uses-block .text h2 {
        font-size: 1.4375rem;
        line-height: 1.5rem; } }

.uses-block img {
  width: 100%;
  height: auto; }

.uses-back {
  padding-bottom: 1.25rem; }

.uses-back a {
  text-decoration: none;
  color: #1ac3e8; }
  .uses-back a:hover {
    color: #2d3192; }

.page-image-full {
  margin: 1.875rem auto 2.5rem auto;
  text-align: center; }
  .page-image-full img {
    max-width: 100%;
    height: auto; }

/******************************************** 
 	PROFESSIONAL TABLE STYLING
********************************************/
table.congres td {
  padding: 6px 30px;
  valign: middle;
  vertical-align: middle;
  border-right: solid 1px #FFF;
  font-size: 90%; }

table.congres p {
  padding: 0;
  margin: 0; }

tr.prof-table-head {
  height: 34px;
  line-height: 34px;
  background-color: #40C3DC;
  color: #FFF;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold; }

tr.prof-table-head th {
  text-align: center; }

.prof-table-left-col {
  width: 66%;
  border-right: solid 1px #FFF; }

tr.grey-row td {
  background-color: #DFDFDF; }

/******************************************** 
 	NEWS ARTICLES VIEW
********************************************/
.node-type-listing-page .block-views {
  width: 720px;
  margin-top: 30px; }

.node-type-listing-page .view-news-articles .views-row {
  margin-left: 30px;
  border-top: 1px solid #DADADA;
  width: 720px;
  min-height: 110px; }

.view-news-articles .news-article-teaser .image {
  float: right;
  width: 100px;
  margin-top: 20px; }

.news-article-teaser p {
  margin-bottom: 0; }

.news-article-teaser p.date {
  color: #FF0099; }

.news-article-teaser h2 {
  color: #26318B;
  margin-bottom: 2px; }

.news-article-teaser a.more-link {
  font-weight: 700;
  text-decoration: none;
  color: #40C3DC; }

.news-article-teaser a.more-link:hover {
  color: #FF0099; }

/******************************************** 
 	NEWS ARTICLE SPECIFIC VALUES
********************************************/
.news-article p.date {
  font-weight: 700; }

/******************************************** 
 	PROFESSIONAL NEWS ARTICLES VIEW
********************************************/
.node-type-listing-page-prof .block-views {
  width: 720px;
  margin-top: 30px; }

.node-type-listing-page-prof .view-news-articles .views-row {
  margin-left: 30px;
  border-top: 1px solid #DADADA;
  width: 720px;
  min-height: 110px; }

.node-type-listing-page-prof .news-article-teaser p.date {
  color: #40C3DC; }

/******************************************** 
	ADVICE PAGE SPECIFIC VALUES
********************************************/
.advice-page .page-image {
  margin: 1.875rem auto 2.5rem auto;
  text-align: center; }
  .advice-page .page-image img {
    max-width: 100%;
    height: auto; }

.advice-page .accordion {
  clear: both; }

.accordion .views-row {
  border-bottom: 1px solid #1ac3e8; }

.accordion h2 {
  font-size: 1.75rem;
  font-weight: 300;
  color: #2d3192;
  margin-bottom: 1.875rem; }

.accordion .field-name-field-panel-body {
  display: none;
  margin: 20px 0;
  padding-left: 1.25rem; }

.accordion .panel-title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 2.875rem;
  height: 2.875rem;
  color: #999999;
  padding-left: 1.25rem;
  cursor: pointer; }

/******************************************** 
	WEBFORM SPECIFIC VALUES
********************************************/
.webform .page-image {
  float: right;
  width: 45%;
  margin: 0 0 1.875rem 5%; }
  .webform .page-image img {
    max-width: 100%;
    height: auto; }
  @media only screen and (max-width: 759px) {
    .webform .page-image {
      width: 100%;
      padding: 0 0 0 0;
      text-align: center; } }

.webform .page-body {
  float: left;
  width: 50%;
  margin: 0; }
  @media only screen and (max-width: 759px) {
    .webform .page-body {
      width: 100%; } }

.webform .form-item {
  margin-bottom: 5px; }

.webform-container-inline label {
  margin-right: 15px; }

.webform .form-item label {
  display: inline-block;
  width: 150px;
  margin-right: 15px;
  vertical-align: top; }

.webform #edit-submitted-opt-in .form-item label, .webform #webform-component-opt-in label {
  width: 320px; }

.webform .form-item input {
  width: 250px; }

.webform #edit-submitted-opt-in .form-item input[type="radio"] {
  width: 40px;
  display: inline-block; }

.webform .form-textarea-wrapper {
  width: 250px;
  display: inline-block; }

.webform input#edit-submit {
  padding: 2px 6px;
  background-color: #5E5F60;
  color: #FFF;
  margin-left: 10.625rem;
  border: none;
  margin-top: 1.25rem; }
  @media only screen and (max-width: 438px) {
    .webform input#edit-submit {
      margin-left: 0; } }

.webform p small {
  font-size: 0.6875rem;
  color: #999; }

.webform-component-markup {
  margin-top: 1.25rem; }

/******************************************** 
	HISTORY PAGE SPECIFIC VALUES
********************************************/
.history-panel-item {
  width: 100%;
  padding: 1.875rem 0;
  overflow: hidden; }
  .history-panel-item .percent-width {
    margin: 0.625rem auto; }

.history-text {
  width: 45%;
  padding: 4% 0 0 0; }
  .history-text h2 {
    font-size: 2.25rem;
    margin: 0 0 1.5625rem 0;
    line-height: 2.875rem;
    font-weight: 400; }
    @media only screen and (max-width: 759px) {
      .history-text h2 {
        font-size: 1.875rem;
        line-height: 2.5rem; } }
  @media only screen and (max-width: 759px) {
    .history-text {
      width: 100%;
      padding: 0 0 0 0; } }

.history-image {
  width: 50%;
  text-align: center; }
  .history-image img {
    max-width: 100%;
    height: auto; }
  @media only screen and (max-width: 759px) {
    .history-image {
      display: none; } }

.history-panel-item:nth-child(even) {
  background-color: none; }
  .history-panel-item:nth-child(even) .history-image {
    float: left;
    text-align: center; }
  .history-panel-item:nth-child(even) .history-text {
    float: right; }

.history-panel-item:nth-child(odd) {
  background-color: #f0f0f0; }
  .history-panel-item:nth-child(odd) .history-image {
    float: right; }
  .history-panel-item:nth-child(odd) .history-text {
    float: left; }

/******************************************** 
	PRODUCT DETAIL PAGE SPECIFIC VALUES
********************************************/
/*.node-type-product #content {
	padding-top:rem(80);
}

.node-type-product #block-menu-block-1 .block-menu-block {
	position:relative;
	width:100%;
	padding:0;
	margin:0;
	display:block;
	float:none;
}


.menu-block-wrapper li {
	float:left;
}*/
.product-menu {
  /*width:75%;*/
  margin: 0 auto;
  padding: 0 0 0.625rem 0; }

.product-menu ul.menu {
  display: block;
  padding: 0; }

.product-menu ul.menu li {
  display: inline-block;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  font-weight: 300; }
  .product-menu ul.menu li a.active-trail, .product-menu ul.menu li a:hover, .product-menu ul.menu li a.active {
    color: #1ac3e8; }

.product-top-section {
  overflow: hidden;
  width: 100%;
  margin-top: 3.75rem; }

.product .image-column {
  width: 48%;
  float: left;
  margin-right: 2%;
  position: relative; }
  @media only screen and (max-width: 890px) {
    .product .image-column {
      width: 42%; } }
  @media only screen and (max-width: 650px) {
    .product .image-column {
      width: 100%;
      margin-right: 0;
      float: none; } }

.product .image-column .field-slideshow {
  padding-bottom: 1.25rem; }

.product .image-column img.field-slideshow-image {
  width: 100% !important;
  height: auto !important;
  /*	@include responsive(tablet) {
 		width: 80% !important;
		margin:0 auto;
	}
	@include responsive(mobile) {
 		width: 100% !important;
		margin:0 auto;
	}*/ }

.product h1, .product h2 {
  margin-bottom: 0.625rem; }

.product .field-slideshow-pager li {
  list-style-image: none; }

.product .field-slideshow-pager li img {
  border: 1px solid #FFF; }

.product .field-slideshow-pager li.activeSlide img {
  border: 1px solid #5E5F60; }

.product .text-column {
  width: 48%;
  float: right;
  margin-left: 2%; }
  .product .text-column li {
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
    font-weight: 300; }
  @media only screen and (max-width: 890px) {
    .product .text-column {
      margin-left: 0;
      width: 56%; } }
  @media only screen and (max-width: 650px) {
    .product .text-column {
      margin: 1.25rem 0 0 0;
      width: 100%;
      float: none; } }

.node-type-product .product {
  width: 100%;
  overflow-x: hidden; }

.product .faq-panel-wrapper {
  position: absolute;
  right: -660px;
  top: 12.5rem;
  z-index: 10;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 759px) {
    .product .faq-panel-wrapper {
      right: -450px; } }
  @media only screen and (max-width: 438px) {
    .product .faq-panel-wrapper {
      right: -250px; } }

.product .faq-panel-wrapper.off-screen {
  transition: right 500ms ease-in-out;
  -webkit-transition: right 500ms ease-in-out;
  -moz-transition: right 500ms ease-in-out;
  -ms-transition: right 500ms ease-in-out;
  -o-transition: right 500ms ease-in-out;
  right: -660px; }
  @media only screen and (max-width: 759px) {
    .product .faq-panel-wrapper.off-screen {
      right: -450px; } }
  @media only screen and (max-width: 438px) {
    .product .faq-panel-wrapper.off-screen {
      right: -250px; } }

.product .faq-panel-wrapper.on-screen {
  transition: right 500ms ease-in-out;
  -webkit-transition: right 500ms ease-in-out;
  -moz-transition: right 500ms ease-in-out;
  -ms-transition: right 500ms ease-in-out;
  -o-transition: right 500ms ease-in-out;
  right: 0; }

.faq-button {
  margin-left: -60px;
  width: 60px;
  height: 150px;
  background: url(../../images/faq_button.png) no-repeat left top;
  background-size: contain;
  float: left;
  cursor: pointer; }
  @media only screen and (max-width: 438px) {
    .faq-button {
      width: 40px;
      margin-left: -40px; } }

.product .faq-panel-wrapper .faq-panel {
  width: 660px;
  margin-left: 0; }
  @media only screen and (max-width: 759px) {
    .product .faq-panel-wrapper .faq-panel {
      width: 450px; } }
  @media only screen and (max-width: 438px) {
    .product .faq-panel-wrapper .faq-panel {
      width: 250px; } }

.product .faq-panel-wrapper .faq-panel ul {
  padding: 1.25rem 4% 0.9375rem 4%;
  background-color: #ec118f;
  min-height: 6.9375rem; }

.product .faq-panel-wrapper .faq-panel ul li {
  list-style: none;
  border-bottom: 1px solid #FFF;
  padding-top: 0.625rem;
  /*margin-bottom:rem(12);*/ }
  .product .faq-panel-wrapper .faq-panel ul li .question {
    font-size: 1.125rem;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 0.9375rem;
    cursor: pointer; }
    @media only screen and (max-width: 438px) {
      .product .faq-panel-wrapper .faq-panel ul li .question {
        font-size: 0.875rem; } }
  .product .faq-panel-wrapper .faq-panel ul li p {
    color: #FFF; }
    @media only screen and (max-width: 438px) {
      .product .faq-panel-wrapper .faq-panel ul li p {
        font-size: 0.75rem;
        line-height: 1.5; } }
  .product .faq-panel-wrapper .faq-panel ul li .answer {
    color: #FFF;
    font-weight: 300;
    display: none; }
    @media only screen and (max-width: 438px) {
      .product .faq-panel-wrapper .faq-panel ul li .answer {
        font-size: 0.75rem; } }

.product .faq-panel ul li:nth-last-child(1) {
  border-bottom: none; }

.product a.buy-now {
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
  width: 130px;
  height: 32px;
  text-indent: -10000px; }

/* "Where to buy" panel overrides */
.product h3, .product h3 summary, .recycle-wrapper h3 {
  font-weight: 300 !important;
  font-size: 2rem;
  line-height: 2.375rem;
  color: #2d3192;
  padding-left: 0;
  background: none;
  cursor: auto;
  margin-bottom: 1.25rem; }

.product .where-to-buy ul.field {
  display: inline-block;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  /*margin-bottom: 30px;*/ }

.product .where-to-buy .field li {
  width: 20%;
  padding: 0;
  float: left;
  margin: 1% 0;
  text-align: center;
  list-style-image: none; }
  @media only screen and (max-width: 650px) {
    .product .where-to-buy .field li {
      width: 25%; } }
  .product .where-to-buy .field li img {
    width: 75%;
    height: auto;
    margin: 0 auto; }
    @media only screen and (max-width: 438px) {
      .product .where-to-buy .field li img {
        width: 80%; } }

.key-features p {
  font-weight: 300; }

.science-panel {
  background-color: #1ac3e8;
  background-image: url(../../images/science_bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0.0625rem 0 1.25rem 0; }
  .science-panel h2 {
    font-size: 3rem;
    color: #FFF;
    text-align: center;
    line-height: 3.375rem;
    margin: 0 0 1.25rem 0; }
  .science-panel p, .science-panel h3, .science-panel h4, .science-panel a {
    color: #FFF; }
  .science-panel a:hover {
    color: #ec118f; }
  .science-panel ul li {
    list-style-image: url(../../images/bullet_white.png);
    color: #FFF; }

.accreditations {
  overflow: hidden; }

.accreditations h2 {
  font-size: 3rem;
  text-align: center;
  line-height: 3.375rem;
  margin: 0 0 2.5rem 0;
  font-weight: 300; }

ul.field-name-field-accreditations-graphic li {
  list-style: none;
  width: 20%;
  float: left;
  text-align: center;
  position: relative; }
  @media only screen and (max-width: 650px) {
    ul.field-name-field-accreditations-graphic li {
      width: 25%; } }
  ul.field-name-field-accreditations-graphic li img {
    width: 80%;
    height: auto; }

.recycle-wrapper {
  width: 75%;
  margin: 40px auto; }

.recycle-images .field-collection-container {
  margin: 0;
  border: none; }

.recycle-images .field-collection-view {
  margin: 0;
  border: none;
  margin-bottom: 20px; }

.recycle-text {
  width: 75%;
  margin: 5px auto; }

/******************************************** 
	PRODUCT CATEGORY PAGE SPECIFIC VALUES
********************************************/
.product-category-page .view-products {
  position: relative;
  overflow: hidden;
  padding: 0 0 3.125rem 0; }

.product-category-page .view-products .views-row {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 0;
  width: 25%; }
  .product-category-page .view-products .views-row:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); }
  @media only screen and (max-width: 890px) {
    .product-category-page .view-products .views-row {
      width: 33.33333%; } }
  @media only screen and (max-width: 650px) {
    .product-category-page .view-products .views-row {
      width: 50%; } }

.product-category-page .view-products .views-row-2 {
  margin-right: 0; }

.product-teaser {
  position: relative;
  width: 100%; }

.product-teaser .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.625rem 0 0.625rem 0; }
  @media only screen and (max-width: 959px) {
    .product-teaser .text {
      padding: 0.5rem 0 0.5625rem 0; } }

.product-teaser a.product-link h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 300;
  margin: 0rem 0.625rem 0.3125rem 0.625rem;
  color: #2d3192; }
  @media only screen and (max-width: 959px) {
    .product-teaser a.product-link h2 {
      margin: 0rem 0.625rem 0.1875rem 0.625rem; } }
  @media only screen and (max-width: 438px) {
    .product-teaser a.product-link h2 {
      font-size: 1.25rem;
      line-height: 1.375rem;
      font-weight: 400; } }

.i18n-fr .product-teaser a.product-link h2 {
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: 300;
  margin: 0rem 0.625rem 0.3125rem 0.625rem;
  color: #2d3192; }
  @media only screen and (max-width: 959px) {
    .i18n-fr .product-teaser a.product-link h2 {
      margin: 0rem 0.625rem 0.1875rem 0.625rem; } }

.product-teaser a.product-link h3 {
  font-size: 0.875rem;
  color: #2d3192;
  margin: 0 0.3125rem 0 0.3125rem;
  line-height: 0.9375rem; }

.product-teaser img {
  width: 80%;
  margin: 0;
  padding: 10%;
  height: auto; }

/******************************************** 
  VIDEO LISTING PAGE
 ********************************************/
.field-name-field-videos {
  display: inline-block;
  width: 45%;
  padding-bottom: 2.5rem; }
  @media only screen and (max-width: 438px) {
    .field-name-field-videos {
      width: 100%; } }

.field-name-field-videos:nth-of-type(odd) {
  margin-right: 9%; }
  @media only screen and (max-width: 438px) {
    .field-name-field-videos:nth-of-type(odd) {
      margin-right: 0; } }

.field-name-field-videos .video-embed-description {
  font-size: 1.25rem;
  color: #2d3192;
  padding-bottom: 1.25rem;
  font-weight: 300; }

/******************************************** 
  FOOTER
 ********************************************/
.region-footer-top {
  text-align: center;
  width: 100%; }

.block-footer-social-en,
.block-footer-social-fr {
  padding: 0;
  margin: 2.5rem 0;
  display: block; }

.block-footer-social-en p,
.block-footer-social-fr p {
  margin-bottom: 0;
  line-height: 0; }

.block-footer-social-en a,
.block-footer-social-fr a {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 1.25rem;
  text-indent: -10000px; }
  @media only screen and (max-width: 438px) {
    .block-footer-social-en a,
    .block-footer-social-fr a {
      width: 2rem;
      height: 2rem;
      margin: 0 0.75rem; } }

.block-footer-social-en a.facebook-link,
.block-footer-social-fr a.facebook-link {
  background: url(../../images/facebook_icon.png) center center no-repeat;
  background-size: contain;
  /*display:none;*/ }

.block-footer-social-en a.twitter-link,
.block-footer-social-fr a.twitter-link {
  background: url(../../images/twitter_icon.png) center center no-repeat;
  background-size: contain;
  /*display:none;*/ }

.block-footer-social-en a.youtube-link,
.block-footer-social-fr a.youtube-link {
  background: url(../../images/youtube_icon.png) center center no-repeat;
  background-size: contain;
  /*display:none;*/ }

.block-footer-social-en a.linkedin-link,
.block-footer-social-fr a.linkedin-link {
  background: url(../../images/linkedin_icon.png) center center no-repeat;
  background-size: contain;
  /*display:none;*/ }

.block-footer-social-en a.vimeo-link,
.block-footer-social-fr a.vimeo-link {
  background: url(../../images/vimeo_icon.png) center center no-repeat;
  background-size: contain;
  /*display:none;*/ }

.region-footer-bottom {
  padding: 2.5rem;
  background-color: #2d3192;
  text-align: center; }
  @media only screen and (max-width: 759px) {
    .region-footer-bottom {
      padding: 0.625rem 5% 1.25rem 5%; } }

.region-footer-bottom .block-menu {
  display: block;
  text-align: center; }

.region-footer-bottom .block-menu ul {
  display: block;
  text-align: center; }

.region-footer-bottom ul.menu li {
  display: inline-block;
  color: #FFF; }

.region-footer-bottom ul.menu li a {
  text-decoration: none;
  color: #FFF;
  padding: 0 0.625rem;
  border-right: 1px solid #FFF; }
  .region-footer-bottom ul.menu li a:hover {
    color: #1ac3e8; }
  @media only screen and (max-width: 759px) {
    .region-footer-bottom ul.menu li a {
      font-size: 0.875rem;
      line-height: 1rem; } }

.region-footer-bottom ul.menu li.last a {
  border-right: none; }

/* #### COLOURS

		Pink:		#FF0099 
		LT Blue:	#40C3DC 
		DK Blue:	#26318B 
		Grey:		#5E5F60
		Green:		#D5F09D 
		Yellow:		#F6DC46 
		Purple:		#B6198E
		
  ########################## */
