/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,img { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* Stylesheet: Normalize CSS Modified On 2016-10-05 04:58:16 */
/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 20px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* Stylesheet: Flexslider CSS Modified On 2016-10-05 04:59:53 */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* Stylesheet: Owl Carousel CSS Modified On 2016-10-05 04:59:42 */
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #646464;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #00c5af;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/* Stylesheet: Owl Theme CSS Modified On 2016-10-05 04:59:16 */
/*!
 * SlickNav Responsive Mobile Menu v1.0.7
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  padding: 18px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #00c5af; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #00786a; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; margin: 0 5px;}
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px; margin: 0 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
    }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

/* Stylesheet: Slicknav CSS Modified On 2016-10-16 05:55:19 */
html{
	overflow-x: hidden;
}
body{
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	line-height: unset;
	color: #4c4c4c;
}
*, *::before, *::after {
	box-sizing: inherit;
}
pre, table, blockquote {
  margin-top: 0px;
  margin-bottom: 10px; 
}
h1, h2, h3, h4, h5, h6{
    line-height: 1.4;
    margin-bottom: 20px;
}
h1 {
  font-size: 40px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 26px; }
m
h4 {
  font-size: 24px; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 18px; }
p {
    color: #4c4c4c;
    margin-bottom: 15px;
}
ul, ol{
    list-style-position: inside;
    padding-left: 25px;
    margin-bottom: 15px;
}
ul li, ol li{
    margin-bottom: 2px;
}
li ul, li ol{
    margin-bottom: 0;
}
a{
	text-decoration: none;
}
.fleft{
    float: left;
}
.fright{
    float: right;
}
.clear{
    clear: both;
}
.lightbluebtn{
    padding: 11px 31px;
    background: #a3d4da;
    font: 700 18px 'Montserrat', Arial, Helvetica, sans-serif;
    color: #fff;
}
.blue{
    color: #4ea8c2;
}
header{
	width: 100%;
	margin: 0 auto;
}
header p, .slicknav_menutxt{
	color: #4ea8c2;
	font: 400 14px/14px 'Montserrat', Arial, Helvetica, sans-serif;
}
.language, #search, header .right-col{padding: 20px 0;}
.language {
    float: left;
}
.language img{
	float: left;
}
.language p{
	font-size: 14px;
}
#google_translate_element{width: 155px;}
.goog-te-menu-value{
    margin: 0 !important;
}
@-moz-document url-prefix() {
    .goog-te-menu-value{
        margin-left: 8px !important;
    }
}
.goog-te-gadget-simple .goog-te-menu-value span{
    margin-right: 5px;
}
#search {
    float: left;
    margin-top: -4px;
    padding-left: 25px;
}
#search input.search-button{
	background: transparent url(http://www.lungcancercoalition.org/uploads/images/theme/search.png) no-repeat right top;
	text-indent: -9999px;
	border: none;
	position: absolute;
	margin-top: 8px;
	width: 17px;
	height: 17px;
	padding: 0;
}
#search input.search-button.mobile-show{display: none;}
#search input.search-input{
	margin-left: 35px;
	width: 150px;
	border: none;
	color: #4ea8c2;
	font: 400 14px/14px 'Montserrat', Arial, Helvetica, sans-serif;
	padding: 5px;
}
#search input.search-input:focus{
    border: 1px solid #4ea8c2;
}
.social-media{padding-left: 0;}
.results-search li{
    list-style: disc;
}
.results-search li:last-child{
    margin-bottom: 30px;
}
.logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform:    translateX(-50%);
    -ms-transform:     translateX(-50%);
    position: absolute;
    top: 0px;
    z-index: 99;
}
header .right-col{
	float: right;
}
header ul.social-media{margin: 0;}
header ul.social-media li {
    list-style: none;
	float: left;
	padding-right: 12px;
}
header ul.social-media li:last-child {
    padding-right: 0;
}
.main-menu{
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #4ea8c2;
}
.main-menu ul li a:hover{
    color: #bcf0ff;
}
nav{
	max-width: 1150px;
	margin: 0 auto;
	width: 100%;
	height: 44px;
	line-height: 44px;
}
.main-nav {
    float: right;
    left: -49%;
    position: relative;
    text-align: left;
}
.main-nav ul {
    left: 50%;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto !important;
}
.main-nav ul li:nth-child(4) {
    margin-right: 177px;
}
nav ul li{
	float: left;
	display: block;
	position: relative;
}
nav ul li a{
	color: #fff;
	font: 700 14px/14px 'Montserrat', Arial, Helvetica, sans-serif;
	padding: 0 26px 0 0;
}
.main-nav ul li ul{
    position: absolute;
    z-index: 9999; z-index: 98;
    background: #fff;
    left: 0;
    top: 100%;
    display: none;
    width: 280px !important;
}
.main-nav ul li ul li {
    float: none;
    background: #4ea8c2;
    margin-bottom: 1px;
}
.main-nav ul li ul li a {
    padding: 5px 10px;
    margin: 2px 5px;
}
.main-nav ul li ul li a:hover {
    color: #bcf0ff;
}
.main-nav ul li ul li:last-child{
    margin-bottom: 0;
}
.main-nav ul li ul li:nth-child(4) {
    margin-right: 0;
}
.page-error404 ul.clearfix li a {
    color: #4ea8c2;
}
.page-error404 .main-content ul li a{
    text-decoration: underline;
}
.breadc{
    color: #4c4c4c;
    font: 400 12px/12px 'Montserrat', Arial, Helvetica, sans-serif;
    padding: 0 6px 0 0;
}
.crumb.current span{
    color: #4ea8c2;
    font: 700 12px/12px 'Montserrat', Arial, Helvetica, sans-serif;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.description-slide {
	display: block;
	position: absolute;
	top: 26%;
	left: 20%;
}
.description-slide p{
	font: 700 48px 'Montserrat', Arial, Helvetica, sans-serif;
	background: #95c23d;
	color: #fff;
	padding: 10px 17px 13px 20px;
	margin-bottom: 30px;
}
.description-slide span{
	font: 700 48px 'Montserrat', Arial, Helvetica, sans-serif;
	background: #95c23d;
	color: #fff;
	padding: 10px 20px 0 20px;
}
.link-slide{
	font: 700 14px 'Montserrat', Arial, Helvetica, sans-serif;
	background: #95c23d;
	color: #fff;
	padding: 12px 40px;
}
.hero{
    width: 100%;
    overflow: hidden;
}
.header-img {
    left: 50%;
    margin-left: -100%;
    position: relative;
    width: 200%;
}
.header-img img{
    max-width: 100%;
    margin: 0 auto;
}
.slide {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}
.flexslider{
	border: none;
	margin: 0 auto;
	width: 1920px;
	background: #95c23d;
}
.flex-direction-nav{
	display: none;
}
.flex-control-nav{
	bottom: 15px;
	z-index: 9;
}
.flex-control-paging li a.flex-active{
	background: #fff;
}
.flex-control-paging li a{
	background: #c4c4c4;
}
.strapline{
	background: #4ea8c2;
	position: relative;
	height: auto;
}
.wrapper-content{
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
}
.strapline img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform:    translateY(-50%);
    -ms-transform:     translateY(-50%);
    z-index: 10;
}
.content-strapline{
	margin-left: 200px;
	padding: 20px 0;
	position: relative;
}
.content-strapline p{
	font: 400 24px 'Montserrat', Arial, Helvetica, sans-serif;
	color: #fff;
	width: 740px;
}
.link-global {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform:    translateY(-50%);
    -ms-transform:     translateY(-50%);
    background: #a3d4da;
    color: #fff;
    padding: 13px 65px;
    font: 700 18px 'Montserrat', Arial, Helvetica, sans-serif;
}
.main-content{
	max-width: 1150px;
	width: 100%;
	margin: 0 auto 40px;
	padding: 31px 0;
	text-align: center;
}
.home .main-content{padding: 0; margin: 0 auto 45px;}
.home .main-content .content{margin-bottom: 15px; padding: 35px 15px 15px;}
.main-content h1{
	font: 700 40px 'Montserrat', Arial, Helvetica, sans-serif;
	color: #4ea8c2;
	margin-bottom: 10px;
}
.main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h5 {
    margin-bottom: 8px;
}
.main-content p{
	font: 400 18px 'Open Sans', sans-serif;;
	color: #4c4c4c;
	margin-bottom: 10px;
}
.link-content{
    display: inline-block;
	padding: 13px 23px 14px 21px;
	color: #fff !important;
	background: #a3d4da;
	font: 700 18px 'Montserrat', Arial, Helvetica, sans-serif;
}
.member{
	background:#f5f5f5 url(http://www.lungcancercoalition.org/uploads/images/member.png) 50% 0 no-repeat;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	width: 100%;
	padding: 66px 0;
}
.member h3{
	font: 700 40px 'Montserrat', Arial, Helvetica, sans-serif;
	color: #fff;
}
.member p{
	font: 400 18px 'Open Sans', sans-serif;
	color: #fff;
	width: 884px;
	margin: 18px auto 60px;
}
.faq_a{
    padding-top: 20px;
}
.faq_q{
    padding-right: 15px;
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}
.link-member{
	padding: 18px 23px;
	display: inline-block;
	margin-right: 18px;
	background: #95c23d;
	color: #fff;
	font: 700 18px 'Montserrat', Arial, Helvetica, sans-serif;
}
.wrapper-link-member ul{overflow: hidden; padding-left: 0; margin-bottom: 0;}
.link-member:last-child {
    margin: 0;
}
.wrapper-link-member{
	width: 884px;
	margin: 0 auto;
	text-align: left;
}
.wrapper-link-member ul li{
	list-style: none;
	float: left;
	margin-right: 23px;
}
.wrapper-link-member ul li:last-child{
	margin-right: 0;
}
.owl{
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding-bottom: 70px;
}
#owl-demo{
	width: 884px;
	margin: 0 auto;
}
.owl h3, .newsfeed-content h3{
	font: 700 40px 'Montserrat', Arial, Helvetica, sans-serif;
	color: #4ea8c2;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}
.owl-prev{
	background: url(http://www.lungcancercoalition.org/uploads/images/theme/next-pre.png) no-repeat 0 0;
	float: left;
}
.owl-next{
	background: url(http://www.lungcancercoalition.org/uploads/images/theme/next-pre.png) no-repeat -58px 0;
	float: right;
}
.owl-buttons{
	width: 1072px;
	position: absolute;
	top: 20%;
	left: 50%;
	z-index: 6;
	margin-left: -540px;
	padding: 0px 40px;
	box-sizing: border-box;
}
.owl-item img{
	margin: auto;
	padding-bottom: 14px;
}
.owl-carousel .owl-wrapper-outer{
	padding-bottom: 32px;
}
.owl-prev, .owl-next{
	width: 49px;
	height: 88px;
	text-indent: -9999px;
	display: inline-block;
}
.link-owl{
	padding: 11px 31px;
	background: #a3d4da;
	font: 700 18px 'Montserrat', Arial, Helvetica, sans-serif;
	color: #fff;
}
.newsfeed{
	width: 100%;
	background: #f5f5f5;
	margin: 0 auto;
	overflow: hidden;
}
.wrapper-newsfeed{
	max-width: 884px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding-bottom: 62px;
}
.newsfeed-content{
	width: 48%;
	float: left;
	margin-left: 4%;
	box-sizing: border-box;
}
.newsfeed-content img{
	max-width: 100%;
	margin: auto;
	padding-bottom: 15px;
}
.newsfeed-content p{
	color: #4c4c4c;
	font: 400 18px 'Open Sans', sans-serif;
	padding-bottom: 36px;
}
.newsfeed-content:first-child{
	margin-left: 0;
}
.wrap-content{
	background: #fff;
	padding: 16px 16px 26px 16px;
	box-sizing: border-box;
}
.link-newsfeed{
	padding: 10px 20px 11px 26px;
	background: #a3d4da;
	color: #fff;
	font: 700 18px 'Montserrat', Arial, Helvetica, sans-serif;
}
footer{
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-color: #4ea8c2;
	text-align: center;
	padding: 36px 10px 33px;
	box-sizing: border-box;
}
footer a{
	color: #fff;
}
.footer-content{
	margin: auto;
	text-align: center;
	max-width: 200px;
	overflow: hidden;
	margin-bottom: 12px;
}
.footer-content ul li{
	list-style: none;
	float: left;
	padding-left: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-content ul li:first-child {
    padding-left: 0;
}
footer p{
	clear: both;
	color: #fff;
	font: 400 14px 'Open Sans', sans-serif;
}
footer span{
	font-weight: 700;
}
footer h4{
	font: 700 14px 'Open Sans', sans-serif;
	color: #fff;
	margin-bottom: 10px;
}
.slicknav_menu{
	display: none;
}
.slicknav_btn{
	background: #fff;
	padding: 0;
	margin: -2px 0 0;
}
.slicknav_menu .slicknav_menutxt{
	display: none;
}
.slicknav_menu .slicknav_icon{
    height: auto;
    width: auto;
}
.slicknav_menu .slicknav_icon-bar{
	background: #4ea8c2;
	width: 24px;
	height: 5px;
	border-radius: 3px;
	box-shadow: none;
}
.slicknav_nav li a{
	color: #fff;
}
ul.slicknav_nav li {
    margin-bottom: 0;
    border-bottom: 1px solid #5ac0dd; 
}

ul.slicknav_nav li li {
    border-top: 1px solid #54b4cf;
    border-bottom: none;
}


.slicknav_nav li{
	background: #4ea8c2;
}
.flex-control-paging li a:hover{
  background: #fff;
}
.flex-control-nav li{
	margin: 0 3px;
}
.flex-control-paging li a{
	width: 13px;
	height: 13px;
	box-shadow: none;
	outline: none;
}
/*Skip nav*/
.skip-nav{
	display: none;
}
.skip-search{
	display: none;
}
.skip-phone{
	display: none;
}
.about-us-wrapper{
	display: none;
}
#owl-demo p{
	font: 400 18px 'Open Sans', sans-serif;
	color: #4c4c4c;
	padding: 0 5px;
}
#owl-demo span{
	color: #4ea8c2;
}

/*Page news*/
.page-news hr{
    width: 72%;
}
.page-news .main-content p{
    margin-bottom: 15px !important;
}
.list1 {
    display: none;
}
.before-content-internal{
    max-width: 1150px;
    margin: 0 auto;
}
.content-internal{
    text-align: center;
    max-width: 884px;
    width: 100%;
    margin: 0 auto;
}
.internal .before-content-internal p, .internal .NewsSummarySummary, .page-description p{
    font: 400 16px 'Open Sans', sans-serif;
}
.before-content-internal h1{
    font: 700 40px 'Montserrat', Arial, Helvetica, sans-serif;
    color: #4ea8c2;
    margin-bottom: 15px;
}
.header-img{
    margin-bottom: 20px;
}
.NewsSummaryCategory, .NewsSummaryAuthor{
    display: none;
}
.NewsSummaryPostdate {
    font-size: 14px;
}
.internal .main-content{
    max-width: 884px;
    padding-top: 4px;
    text-align: left;
}
.internal.has-child .main-content{text-align: center;}
.internal.page-news .main-content{text-align: left;}
/*.internal.page-news .main-content .content{text-align: center;}*/
.internal.page-news .main-content .content .wrapper-summary{text-align: left;}
.item-image{
    width: 31.5%;
    float: left;
}
.wrapper-summary{
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
}
.NewsSummaryLink a, #NewsPostDetailTitle{
    font: 700 40px 'Montserrat', Arial, Helvetica, sans-serif;
    color: #4ea8c2;
}
#NewsPostDetailTitle{
    margin-bottom: 15px;
}
#NewsPostDetailContent{
    margin-bottom: 30px;
}
.NewsSummaryLink{
    padding-bottom: 25px;
}
.NewsSummarySummary{
    margin-bottom: 35px;
}
.page-news .NewsSummary{
    width: 600px;
    float: right;
}
.NewsSummaryMorelink a, #NewsPostDetailReturnLink a{
    padding: 11px 31px;
    background: #a3d4da;
    font: 700 18px 'Montserrat', Arial, Helvetica, sans-serif;
    color: #fff;
}
.NewsSummaryMorelink a{
    color: #fff !important;
}
hr{
    width: 34%;
    margin: 1em auto 2em;
    background: #a3d4da;
    height: 2px;
    border: 0;
}
.internal .strapline{
    background: #a3d4da;
}
.internal .link-global{
    background: #4ea8c2;
}
.internal .main-content hr:last-child{
    display: none;
}
#NewsPostDetailDate, #NewsPostDetailHorizRule{
    display: none;
}
/*start page about us*/
.page-about-us hr{
    width: 37%;
}

.sub-page-wrapper{
    margin-bottom: 47px;
}
.sub-page-wrapper .child-page:last-child hr {
    display:none; 
}
.internal .content-wrapper {
    max-width: 884px;
    margin: 0 auto;
}
.wrap-page-image{
    float: left;
    margin-right: 40px;
}
.page-image{
    border: 20px solid #f5f5f5;
}
.page-image, .page-image img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
}
.content-internal p{
    padding-bottom: 20px;
}
.internal .content-wrapper h2{
    font: 700 24px 'Montserrat', Arial, Helvetica, sans-serif;
    color: #4ea8c2;
    padding-bottom: 13px;
}
.page-description p{
    margin-bottom: 44px;
}
.page-description a{
    padding: 11px 31px;
    background: #a3d4da;
    font: 700 18px 'Montserrat', Arial, Helvetica, sans-serif;
    color: #fff;
}
/*page contact-us*/
.formbuilderform{
    width: 664px;
    margin: 0 auto;
}
.required {
    margin-bottom: 15px;
}
.page-contact-us .formbuilderform input, .page-contact-us .formbuilderform textarea{
    margin-top: 7px;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
}
.username{display: none;}
.page-contact-us .formbuilderform label {
    color: #4ea8c2;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
}
.page-contact-us .formbuilderform .fbsubmit {
    background: #4ea8c2;
    color: #fff;
    font-size: 18px;
    border: none;
    cursor: pointer;
}
.formbuilderform .submit input{
  -webkit-transition: color 0.5s, background 0.5s ease-in;
  -moz-transition:    color 0.5s, background 0.5s ease-in;
  -ms-transition:     color 0.5s, background 0.5s ease-in;
  -o-transition:      color 0.5s, background 0.5s ease-in;
  transition:         color 0.5s, background 0.5s ease-in;
}
.btn2-hover:hover{
    background: #7aad15;
}
.btn-hover:hover{
    background: #4ea8c2;
}
.button a:hover, .NewsSummaryMorelink a:hover, #NewsPostDetailReturnLink a:hover{
    background: #4ea8c2;
}
.btn-hover, .btn2-hover, .button a, .NewsSummaryMorelink a, #NewsPostDetailReturnLink a{
  -webkit-transition: color 0.5s, background 0.5s ease-in;
  -moz-transition:    color 0.5s, background 0.5s ease-in;
  -ms-transition:     color 0.5s, background 0.5s ease-in;
  -o-transition:      color 0.5s, background 0.5s ease-in;
  transition:         color 0.5s, background 0.5s ease-in;
}
.formbuilderform .submit input:hover{
    background: #a3d4da;
}
.main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6, .main-content a, .NewsSummarySummary a, .results-search li a{
    color: #4ea8c2;
}
.main-content a:hover {
    text-decoration: underline;
}
#google-map{
    max-width: 1920px;
    width: 100%;
    margin:0 auto;
    margin-bottom: 20px;
}
.footer-content .social-media img{
    max-width: 23px;
}
/*IE*/
.oldie #search input.search-input{
    margin-top: 3px;
}
.oldie .goog-te-gadget-simple{
    width: 157px;
}
.oldie #search{
    margin-left: 10px;
    width: 46%;
}
.oldie #search input.search-input{
    margin-left: 25px;
}
.oldie .slicknav_menu .slicknav_menutxt{
    margin-left: 30px;
}
.oldie .goog-te-gadget-simple span{
    vertical-align: middle;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*Lastest News*/
.wrap-content h1{
    display: none;
}
.page-home .page-image{
    float: none;
    margin: 0;
}
.page-home .page-image img{
    border: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
}
.page-home .NewsSummaryLink{
    display: none;
}
.page-home .newsfeed-content p{
    padding-bottom: 0;
}
.page-home .wrap-content hr{
    display: none;
}
/* Start Responsive*/

@media only screen and (max-width : 1920px) {
	.flexslider{
	    position: relative;
	    max-width: none;
	    left: 50%;
	    margin-left: -960px;
	}
}
@media only screen and (max-width : 1170px) {
	header{
		width: 100%;
		box-sizing: border-box;
	}
	nav ul li a{
		font-size: 13px;
		line-height: 13px;
	}
	.main-nav ul li:nth-child(4) {
    	margin-right: 192px;
	}
	.strapline{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box
	}
	.before-content-internal{
	    width: 100%;
	    padding: 0 15px;
	    box-sizing: border-box;
	}
	.inner .breadcrumb {
        padding: 0 5px 0 5px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width : 1130px) {
	nav ul li a{
		padding: 0 20px 0 0;
	}
	.main-nav ul li:nth-child(4) {
    	margin-right: 210px;
	}
	.content-strapline p{
		width: 670px;
	}
	/*.strapline{
		height: 130px;
	}*/
	.link-global {
		/*margin-top: -73px;*/
		right: 0;
	}
}
@media only screen and (max-width : 1090px) {
	nav ul li a{
		padding: 0 16px 0 0;
		font-size: 12px;
		line-height: 12px;
	}
	.main-nav ul li:nth-child(4) {
    	margin-right: 230px;
	}
	.content-strapline p{
		width: 65%;
	}
	.oldie .main-nav > ul > li:nth-child(4){
	    margin-right: 210px;
	}
}
@media only screen and (max-width : 1024px) {
    header{position: relative;}
    header .wrapper-content{padding: 0 20px;}
    header .social-media{display: none;}
  	.slicknav_menu{
		display: block;
		width: 100%;
		padding: 0;
	}
	.slicknav_nav .slicknav_row:hover{
	    background: none;
	    border-radius: 0;
	}
	.slicknav_menu .slicknav_menutxt{
		text-indent: 0;
		color: #4ea8c2;
		text-shadow: none;
		float: right;
		font-weight: 400;
	}
	.slicknav_menu .slicknav_btn{
		text-shadow: none;
	}
	.slicknav_nav{
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		background: #fff;
		z-index: 100;
	}
	.main-nav{
		display: none;
	}
	header .main-menu{
		clear: none;
		overflow: unset;
	}
	.main-content{
		padding: 31px 10px;
		box-sizing: border-box;
	}
	.main-content p, .member p{
		width: auto;
	}
	.owl{
		max-width: none;
	}
	#owl-demo {
	    width: 100%;
	    margin: 0 auto;
	    padding: 0 10px;
	    box-sizing: border-box;
	}
	.owl-buttons{
		width: 100%;
		position: absolute;
		top: 20%;
		left: 0%;
		margin-left: 0;
		padding: 0px 10px 0 10px;
		box-sizing: border-box;
	}
	.owl-item p {
	    padding: 0 10px;
	}
	.page-about-us hr{
	    width: 98%;
	}
	.page-news .NewsSummary{
	    width: 67%;
	}
	.page-news .NewsSummaryLink a, .page-news #NewsPostDetailTitle {
        font-size: 34px;
    }
    .page-news .wrap-page-image{
        margin-right: 0;
    }
}
@media only screen and (max-width : 935px) {
    .logo{top: 50px;}
}
@media only screen and (max-width : 920px) {
	.link-member{
		display: table-cell;
		vertical-align: middle;
	}
	.wrapper-link-member{
		width: auto;
	}
	.wrapper-link-member ul li{
		width: 25%;
		float: left;
		padding: 0 20px 20px;
		box-sizing: border-box;
		text-align: center;
		margin-right: 0;
	}
	.link-member{
		margin: 0;
		padding: 11px 18px;
		display: table;
		vertical-align: middle;
	}
	.member p{
		margin: 18px auto 35px;
	}
	.wrapper-newsfeed{
		max-width: none;
		padding: 0 10px 62px 10px;
		box-sizing: border-box;
	}
	.sub-page-wrapper{
	    padding: 0 15px;
	    box-sizing: border-box;
	}
	hr{
	    width: 100% !important;
	}
}
@media only screen and (max-width : 768px) {
	.description-slide span, .description-slide p{
		font-size: 36px;
	}
	.wrapper-link-member ul li{
		width: 50%;
	}
	.link-member{
		width: 100%;
	}
	.member h3{
		padding-top: 16px;
		font-size: 36px;
	}
	.owl h3, .newsfeed-content h3{
		font-size: 36px;
	}
	.main-content p{
		font-size: 16px;
	}
	.newsfeed-content p{
		font-size: 16px;
		line-height: 28px;
	}
	.description-slide{
		top: 30%;
	}
	hr{
	    width: 100%;
	}
	.formbuilderform {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .page-contact-us .formbuilderform input{
        width: 100%;
    }
    .page-news .NewsSummary{
        width: 100%;
    }
}
@media only screen and (max-width : 767px) {
    .member{
        background-attachment: local !important;
        background-position: 50% 0 !important;
    }
    .flexslider {
        position: relative;
        margin-left: -100%;
        width: 200%;
    }
    .content-strapline p{
        width: 100%;
        margin-bottom: 15px;
        padding-right: 15px;
    }
    .link-global{
        display: inline-block;
        position: static;
        -webkit-transform: none;
        -moz-transform:    none;
        -ms-transform:     none;
    }
}
@media only screen and (max-width : 705px) {
    .description-slide{top: 43%;}
}
@media only screen and (max-width : 680px) {
	.content-strapline p{
		font-size: 22px;
	}
	.strapline{
		height: auto;
	}
	.wrapper-content{
		padding: 10px 0 30px;
	}
	.strapline img{
		margin-right: 15px;
	}
	.member .wrapper-content{
		padding: 10px 10px 30px;;
		box-sizing: border-box;
	}
	
}
@media only screen and (max-width : 650px) {
	#owl-demo{
		width: 90%;
		margin: 0 auto;
	}
	.owl-buttons{
		width: 115%;
		top: 15%;
		left: -7%;
	}
	#owl-demo p{
		font-size: 16px;
		line-height: 18px;
	}
	.newsfeed-content{
		width: 100%;
		margin-left: 0;
	}
	.wrap-page-image{
	    margin-right: 15px;
	}
	.page-image img{
	    width: 188px;
        height: 188px;
	}
	.page-image{
	    border: 10px solid #f5f5f5;
	}
	.internal .content-wrapper h2, .NewsSummaryLink a{
	    font-size: 25px;
	    padding-bottom: 8px;
	}
	.internal .before-content-internal p, .internal .NewsSummarySummary, .page-description p, .page-description a, .NewsSummaryMorelink a{
	    font-size: 14px;
	}
	.page-description p{
	    margin-bottom: 30px;
	}
}
@media only screen and (max-width : 550px) {
	.member h3{
		font-size: 30px;
	}
	.wrapper-link-member ul li{
		padding: 0 14px 20px;
	}
}
@media only screen and (max-width : 503px) {
	.wrapper-link-member ul li {
	    padding: 0px 8px 20px;
	}
	.member p{
		font-size: 17px;
	}
	.link-member{
		font-size: 16px;
	}
}
@media only screen and (max-width : 480px) {
    header{
        margin-bottom: 133px;
    }
	.description-slide{
		position: static;
		background: #95c23d;
		left: 0;
		top: 0;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 60px;
	}
	.description-slide span, .description-slide p{
		font-size: 30px;
		padding: 0;
	}
	.link-slide{
		border: 1px solid #fff;
	}
	.description-slide p{
		margin-bottom: 20px;
	}
	.content-strapline{margin: 0;}
	.strapline img{
		display: none;
	}
	.strapline{
		text-align: center;
		height: auto;
	}
	.wrapper-content {
	    padding: 20px 0 32px;
	}
	.content-strapline p{
		margin-bottom: 27px;
	}
	.member{
		height: 510px;
	}
	.wrapper-link-member ul li{
		width: 80%;
		margin-left: 10%;
	}
	.page-image{
	    width: 100%;
	}
	.page-description{
	    clear: both;
	}
	.content-internal{
	    text-align: left;
	}
	.content-internal p{
	    border-bottom: 2px solid #a3d4da;
	    margin-bottom: 20px;
	}
	.internal .main-content p, .internal .main-content li{
	    font-size: 14px;
	}
	.internal .main-content h1{
	    font-size: 34px;
	}
	.wrapper-content{
	    max-width: none;
	    width: 100%;
	}

    header{position: relative;}
    header .wrapper-content{padding: 0;}
    #search, header .right-col{padding: 0;}
    .language{
        float: right;
        position: relative;
        margin-left: -100%;
    }
    .search-input-wrapper {
        background: #4ea8c2 none repeat scroll 0 0;
        box-sizing: border-box;
        left: 0;
        padding: 10px 20px;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 100;
        display: none;
    }
    #search{padding-left: 0;}
    #search input.search-input {
        background: #4ea8c2 none repeat scroll 0 0;
        border: 1px solid #fff;
        color: #fff;
        margin: 0;
        padding: 10px;
        width: 100%;
    }
    #search input.search-input:focus{
        border: 1px solid #fff;
    }
    #search input.search-button{display: none; width: 65px; height: 69px; margin: 0; background-position: 50% 50%;}
    #search input.search-button.mobile-show{display: block; background-image: url('http://www.lungcancercoalition.org/uploads/images/theme/search-mobile.png');}
    #search input.search-button.opened{background-color: #4ea8c2; background-image: url('http://www.lungcancercoalition.org/uploads/images/theme/search-white.png');}
    .slicknav_btn{padding: 23px; border-radius: 0;}
    .slicknav_menu .slicknav_icon{margin: 0;}
    .slicknav_btn.slicknav_open{background-color: #4ea8c2;}
    .slicknav_menu .slicknav_open .slicknav_icon-bar{background: #fff;}
}
@media only screen and (max-width : 440px) {
	header {
	    /*padding: 10px 0px 0;*/
	    box-sizing: border-box;
	}
	.slicknav_menu {
	}
	#search{width: 130px;}
}
@media only screen and (max-width : 400px) {
    #search{width: 110px;}
}
@media only screen and (max-width : 398px) {
	.wrapper-link-member ul li {
	    padding: 0px 8px 12px;
	}
	.member h3{
		padding-top: 0px;
	}
	.member p{
		margin: 15px auto 20px;
		font-size: 16px;
	}
	.link-member{
		font-size: 15px;
	}
	.main-content{
		padding: 20px 10px;
	}
}
@media only screen and (max-width : 380px) {
	.language p, .slicknav_menutxt, #search input.search-input {
	    font-size: 13px;
	}
	header .wrapper-content {
        overflow: hidden;
    }
}
@media only screen and (max-width : 360px) {
	.description-slide span, .description-slide p{
		font-size: 26px;
	}
	.wrapper-newsfeed{
		padding: 0 10px 36px 10px;
	}
	.slicknav_nav li {
        padding-left: 10px;
    }
    #NewsPostDetailContent img {
        width: 100%;
    }
    h1{
        font-size: 30px !important;
    }
    h2{
        font-size: 28px !important;
    }
    h3, #NewsPostDetailTitle, .NewsSummaryLink a, #NewsPostDetailTitle{
        font-size: 26px !important;
    }
    h4{
        font-size: 22px;
    }
    h5{
        font-size: 20px;
    }
    h6{
        font-size: 18px;
    }
    #search{width: 90px;}
}
@media only screen and (max-width : 320px) {
	.description-slide span, .description-slide p{
		font-size: 22px;
	}
    #search{width: 70px;}
}


/*@media (min-width: 1025px) {*/
/*    nav ul li a {*/
/*        padding-right: 20px !important;*/
/*    }*/
/*    .main-nav ul li:nth-child(3) {*/
/*        margin-right: 285px !important;*/
/*    }*/
/*}*/


.main-nav ul ul li:nth-child(3) {
    margin-right: 0 !important;
}

.main-nav ul ul li a {
    display: block;
    padding: 10px;
}

@media only screen and (max-width: 1679px) and (min-width: 1400px) {
    .logo {
        left: 48% !important;
    }
    .main-nav ul li:nth-child(3) {
        margin-right: 300px !important;
    }
    .main-nav ul ul li a {
        font-size: 18px;
    }
}
/* Stylesheet: Style CSS Modified On 2020-11-26 08:44:15 */
