@charset "UTF-8";
/* CSS Document */
/***********************
ANIMATED CLASS
***********************/
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/***********************
BODY STYLES
***********************/
body {
	color: #4e5b60;
	-webkit-font-smoothing: antialiased;
       -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
            font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
/***********************
FONT STYLES
***********************/
body p, ul, ol {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5 { font-family: 'Merriweather', serif; margin-top: 10px; }
h1 { 
	font-weight:400; 
	font-size: 60px; 
	line-height: 130%;
	letter-spacing: -1px; 
	padding-bottom: 35px; 
}
h2.b22 { font-size: 22px; font-weight: 700; }
h2.b24 { font-size: 24px; font-weight: 700; }
h2.b26 { font-size: 26px; font-weight: 700; }
h2.b28 { font-size: 28px; font-weight: 700; }
h2.b30 { font-size: 30px; font-weight: 700; }
h2.b32 { font-size: 32px; font-weight: 700; }
h2.b34 { font-size: 34px; font-weight: 700; }
p.r18 { font-size: 18px; line-height: 24px; }
h2.b36 { font-size: 36px; font-weight: 700; line-height: 40px; }
h2.n36 { font-size: 36px; font-weight: 400; line-height: 40px; }
h2.mb30 { margin-bottom: 30px; }
h2.mb20 { margin-bottom: 20px; }
h2.mb10 { margin-bottom: 10px; }
h2.op08 { opacity:0.8; }

p.main { font-size: 22px; line-height: 26px; }

.fs12 { font-size: 12px!important; }
.fs14 { font-size: 14px!important; }
.fs16 { font-size: 16px!important; }
.fs17 { font-size: 17px!important; }
.fs18 { font-size: 18px!important; }
.fs20 { font-size: 20px!important; }
.fs22 { font-size: 22px!important; }
.fs24 { font-size: 24px!important; }
.fs26 { font-size: 26px!important; }
.fs28 { font-size: 28px!important; }
.fs32 { font-size: 32px!important; }
.fs34 { font-size: 34px!important; }
.fs36 { font-size: 36px!important; }

.fntBold { font-weight: 700; }

.fnt32 { font-size: 32px; }
.fnt22 { font-size: 22px; }

@media (max-width: 1200px) {	
	h1 {
		padding-top: 20px;
		font-size: 290%;
	}
	p, 
	p.main { 
		font-size: 140%; 
	}
}
@media (max-width: 767px) {
	p, 
	.pageHeader p,
	p.main { 
		font-size: 120%!important; 
	}
	ul{
		padding-left:0!important;
	}
	h1 {
		padding-top: 20px;
		font-size: 220%;
	}
}
h2 {
	font-weight:400;
	font-size: 24px;
	line-height: 28px;
}
h3 {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}
blockquote {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 22px;
	line-height: 28px;
	color:#4e5b60;
	padding-bottom: 10px;
	border: none;
}
ul {
	list-style-type: none;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 10px;
	/*padding-top: 20px;*/
	padding-left: 30px;
}
ol {
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 10px;
}
ol {
	padding-left: 50px;	
}
ol li:before {
    content: "";
}
	
li {
	margin-bottom: 10px;
}
.patient_stories ul li, 
.gen_content ul li, 
.aboutnets ul li {
	position: relative;
    padding-left: 20px;
  	font-size: 16px;
  	line-height: 160%;
    padding-top: 0px;
    margin-top: 15px;
}
.patient_stories ul li:before, 
.gen_content ul li:before, 
.aboutnets ul li:before {
	position: absolute;
	left:0px; top:-2px;
    content: "\2022 ";
	font-weight:400;
    color: #0c6190;
    font-size: 20px;
    opacity: 0.8;
}
.patient_stories ul li:before,
.patient_stories blockquote {
	color: #e13d34
}

ul.aboutnets.nodots li {
    padding-left: 0px;
}
ul.aboutnets.nodots li:before {
    display: none;
}

/***********************
CONTAINER STYLES
***********************/
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}
@media (max-width: 1200px) {
	.container-fluid { 
		background-image: none!important; 
	}
}

/***********************
IMAGE STYLES
***********************/
img { 
    border: 0; 
    -ms-interpolation-mode: bicubic; 
    vertical-align: middle; 
    max-width: 100%!important; 
    height:auto!important;
}
img a {
    border:none;
    outline:none;
}

/***********************
NAV LIST STYLES
***********************/
.navList {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navList li { margin-bottom: 10px; }
.mainList li { padding-top: 12px; }
.navList li:before {
    content: "";
}

/***********************
BOX STYLES
***********************/
.box {
	background-color: #ececec;
	color: #4e5b60;
	text-align: center;
	border-radius: 5px;
	padding: 10px 20px 20px 20px;
	-webkit-box-shadow: 7px 7px 0px 0px rgba(190,186,182,0.85);
	-moz-box-shadow: 7px 7px 0px 0px rgba(190,186,182,0.85);
	box-shadow: 7px 7px 0px 0px rgba(190,186,182,0.85);
}
.box p {
	font-size: 16px;
	line-height: 22px;	
}
.box h2 {
	font-size: 24px;
	line-height: 24px;	
}
.box ul { 
	padding-left: 0px; 
}
.box.support {
	padding-top:17px;
	padding-bottom:5px;
}

/***********************
LINK STYLES
***********************/
p a:link, a:visited {
	color: #0c6190;
	font-weight: 400;
}
p a:hover, a:active {
    color: #0c6190;
}
ul a:link, a:visited {
    text-decoration: none;
    display: inline-block;
}
ul a:hover, a:active {
	text-decoration: underline;
}
.navList li a,
.navList li a:visited {
	color: #0c6190;	
}

/***********************
VIDEO PROMO STYLES
***********************/
.watch-video-promo{
	padding:20px 0 0 20px;
	margin-bottom:20px;
}
.watch-video-promo a{	
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
	font-size:16px;
	color:#3e494d;
	text-transform:uppercase;
	display:inline-block;
	height:86px;
	padding:40px 0 0 106px;
	background:url(../imgs/watch-video-promo.png) left no-repeat;
}
@media (max-width: 1200px) {
	.watch-video-promo{
		padding-top:25px;
	}
	.watch-video-promo a{
		padding-top:25px;
	}	
}
@media (max-width: 991px) {	
	.watch-video-promo{
		padding-top:38px;
	}	
}
@media (max-width: 767px) {	
	.watch-video-promo{
		padding-top:0;
	}
	.watch-video-promo a{
		padding:38px 0 0 62px;
		background-size:50px auto;
	}
}

/***********************
BUTTON STYLES
***********************/
a.btn {
	-webkit-transition: all .2s ease-in-out; /* Safari and Chrome */
	   -moz-transition: all .2s ease-in-out; /* Firefox */
	     -o-transition: all .2s ease-in-out; /* IE 9 */
	    -ms-transition: all .2s ease-in-out; /* Opera */
	        transition: all .2s ease-in-out;
}
a.btn:link, a.btn:visited {
	-webkit-transition: all .2s ease-in-out; /* Safari and Chrome */
       -moz-transition: all .2s ease-in-out; /* Firefox */
         -o-transition: all .2s ease-in-out; /* IE 9 */
        -ms-transition: all .2s ease-in-out; /* Opera */
            transition: all .2s ease-in-out;
	border-radius: 5px;
	padding: 9px 17px 9px 17px;
	text-align: center;
   	text-decoration: none;
	color: #fff;
   	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	font-size: 15px;
	font-style:normal;
	text-transform: uppercase;
	
	background-color: #0f7bb6; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#0f7bb6, #0d699b); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#0f7bb6, #0d699b); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#0f7bb6, #0d699b); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#0f7bb6, #0d699b); /* Standard syntax */
}

a.btn:hover, a.btn:active {	
	background-color: #0f7bb6; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#0d699b, #0f7bb6); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#0d699b, #0f7bb6); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#0d699b, #0f7bb6); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#0d699b, #0f7bb6); /* Standard syntax */
}


/***********************
BORDER STYLES
***********************/
.baseborder { 
	border-bottom: 1px solid #d5d4d8; 
}
.lightbaseborder { 
	border-bottom: 1px solid #ebebeb; 
}
.dottedborder { 
	background: transparent url(../imgs/dotted_border.png) bottom left no-repeat; 
	padding-bottom: 50px; 
}
.lwnets-sideborder { 
	border-right: 1px solid #fec820; 
}
/***********************
BLOCK ELEMENT STYLES
***********************/
.panelContent { 
	background-color: #eceeed; 
	padding-top: 50px; 
	padding-bottom: 20px; 
}
.videoLink { 
	margin-top: 150px;
	display: block;
	color: #333333;
}
.videoLink h4 { 
	font-size: 16px; 
}
.box_top50 { 
	margin-top: 50px; 
}
.lightgreypanel { 
	background-color: #efefef; 
	border-radius: 5px; 
	padding:15px;
	padding-bottom: 20px; 
	margin-bottom: 20px; 
}
.stdContent { 
	background: #efeae7 url(../imgs/bg.jpg); 
	padding-top: 15px; 
	padding-bottom: 25px; 
}
.afterParallax { 
	position:relative; z-index:5; 
}
@media (max-width: 1025px) {
	.box_top50 { 
		margin-top: 0px; 
	}
}

/*******************
BANNER STYLES
*******************/
.banner  { 
	padding-bottom: 30px;
	padding-top: 50px
}
.banner h3 { 
	font-weight: 700;
}
.banner h1 { 
    padding-bottom: 12px;
}
.banner p.aboutnets_alt { 
    padding-bottom: 25px;
}
.banner .lists h3 { 
	padding-top: 30px;
	font-size: 25px;
}
.banner .lists .navList { 
	padding-top: 20px;
}
.banner .lists .navList li { 
	font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
.banner .box.lwnets h2 {
	font-weight: 700;
}
.banner .box.lwnets .coreList {
	padding-top: 10px;
	padding-bottom: 20px;
}
.banner .box.lwnets .coreList li {
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    list-style-type: none;
}
.banner .box.lwnets .btn {
	margin: 0px;
}
.banner .box.lwnets {
    padding: 30px 20px 20px 20px;
}
@media (max-width: 1200px) {
	.banner .box { margin-top: 10px; margin-bottom: 20px; }	
	.banner .lists .navList {  padding-top: 0px; }
	.banner .lists h3 { padding-top: 0px; }	
	.banner { 
		padding-top: 0px!important;
		padding-bottom: 20px!important;
	}
}


.pageHeader p { font-size: 22px; line-height: 26px; }
.gen_content blockquote { color: #0c6190; }

.search-results h1 { color: #792d6e; }

/*******************
TABLE STYLES
*******************/
.table { 
	background-color: #fff; 
	font-family: 'Lato', sans-serif;
}
.table-striped>tbody>tr:nth-of-type(odd) { 
	background-color: #e8e8e8; 
} 
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th { 
	border: none; 
}
.table>thead>tr>th { 
	padding: 25px 15px 25px 15px!important; 
}
.table td {
    padding: 12px 15px!important;
}
.table th {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	padding: 15px;
	font-weight: 700;
    text-transform: uppercase;
}
.table>thead>tr { 
	border-bottom: 1px solid #00b1eb; 
}
.table>thead>tr>th,
.table>tbody>tr>td {
	border-left: 1px solid #00b1eb; 
}	
.table>thead>tr>th:first-child,
.table>tbody>tr>td:first-child {
	border-left: none;
}

.tableMinimalBorders>thead>tr>th,
.tableMinimalBorders>tbody>tr>td {
	border-left: none;
}
.tableMinimalBorders>thead>tr>th:first-child,
.tableMinimalBorders>tbody>tr>td:first-child {
	border-right: 1px solid #00b1eb; 
}

@media (max-width: 600px) {
	.table>thead>tr>th { 
		padding: 8px!important; 
	}
	.table td {
		padding: 5px!important;
	}
}

/********************
MISC STYLES
********************/
.topShadowBorder { 
	box-shadow: 0px -8px 10px rgba(0,0,0,0.15); 
}
.coreList { 
	font-family: 'Source Sans Pro', sans-serif; 
	font-weight: 700; 
	font-size: 14px; 
	line-height: 19px; 
	text-transform: uppercase; 
	list-style-type: none; 
	margin: 0px;  
	padding: 0px; 
}
.coreList li:before {
	display:none;
}
.centeredTextBlock { 
	text-align: center; 
	padding-top: 20px; 
}
.thinSpotlight {
	width: 80%;
}

@media (max-width: 1200px) {
	.centeredTextBlock { padding-bottom: 20px; }	
	.txtimgBlock { padding-top: 10px; padding-bottom: 10px; }
	.homepage .box.lwnets { margin-top: 20px; padding-top: 20px; }
	.footerBlankColumn {
		display: none;
	}
	.thinSpotlight { width: 100%; }
}
@media (max-width: 479px) {
	.link img { width: 32px }
}
@media (max-width: 767px) {
	.columnContent { text-align: center; }
}

/********************
COOKIE NOTICE STYLES
********************/
#cookieNotice { 
	font-family: 'Merriweather'; 
	font-size: 18px; 
	color: #fff; 
	position: fixed; 
	background-color: #0d6190; 
	z-index:1000; 
	width: 100%; 
	bottom: 0px; 
	padding:30px 0 20px 0; 
	text-align:center;
}
#cookieNotice a { 
	text-decoration: underline; 
	color: #fff; 
}
#cookieNotice .btn {
	font-size: 14px;
	font-weight: 600;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	text-transform: uppercase; 
}
#cookieNotice button.btn, 
#cookieNotice button.btn:link, 
#cookieNotice button.btn:visited {
	color: #555;
	background-color: #fefefe; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#fefefe, #e1e1e1); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#fefefe, #e1e1e1); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#fefefe, #e1e1e1); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#fefefe, #e1e1e1); /* Standard syntax */
}
#cookieNotice button.btn:hover, 
#cookieNotice button.btn:active {
	color: #555;
	background-color: #e1e1e1; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#e1e1e1, #fefefe); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#e1e1e1, #fefefe); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#e1e1e1, #fefefe); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#e1e1e1, #fefefe); /* Standard syntax */
}
#cookieNoticeConfirmed { 
	font-family: 'Lato'; 
	color: #4e5b60; 
	font-weight:bold;  
	text-decoration: none; 
	margin-top: -5px; 
}
@media (max-width: 1025px) {
	#cookieNotice { 
		height: auto; 
		padding-top:20px!important; 
		padding-bottom:20px!important; 
	}
	#cookieNoticeConfirmed {
		margin-top: 10px!important;
	}
}

/********************
CAROUSEL STYLES 
********************/
.owl-carousel {
    padding:50px;
    padding-left:79px;
    padding-right:79px;
    background:#fff;
    border-radius: 6px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    z-index: 500;
}
.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.owl-carousel .owl-item {
	position: relative;
    padding-left: 22px;
    padding-right: 22px;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto!important;
    max-width: 100%!important;
    margin-left: auto;
    margin-right: auto;
}
.owl-carousel .owl-item:after {
	position: absolute;
	right:-1px; 
	top:0px;
	bottom:0px;
	z-index: 100;
    display: block;
    content: " ";
    width: 1px;
    height: auto;
    border-right: 1px dashed #bbb;
}
.owl-controls {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 200;
}
.owl-controls .owl-dots {
    position: absolute;
    bottom: 0px; left:0px;
    z-index: 100;
    width:100%;
    height:30px;
    text-align: center;
}
.owl-controls .owl-dots .owl-dot {
    width:20px;
    height:20px;
    border-radius: 100%;
    border:2px solid rgba(255,255,255,0.6);
    background: transparent;
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}
.owl-controls .owl-dots .owl-dot.active {
    width:20px;
    height:20px;
    border-radius: 100%;
    border:2px solid rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.6);
}
.owl-controls .owl-nav {
    position: relative;
    width: 100%;
    height: 100%;
    margin:0px;
}
.owl-controls .owl-nav .owl-prev {
    position: absolute;
    top:0%; left:0px; bottom:0px;
    z-index: 100;
    text-indent: -9999px;
    overflow: hidden;
    background: #fff url(../imgs/arrow-car-left-grey.png) center center no-repeat;
    width: 80px;
    height: auto;
    border-right: 1px solid #bbb;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.owl-controls .owl-nav .owl-prev:hover {
    background: #fff url(../imgs/arrow-car-left-hover.png) center center no-repeat;
}
.owl-controls .owl-nav .owl-next {
    position: absolute;
    top:0%; right:0px; bottom:0px;
    z-index: 100;
    text-indent: -9999px;
    overflow: hidden;
    background: #fff url(../imgs/arrow-car-right-grey.png) center center no-repeat;
    width: 80px;
    height: auto;
    border-left: 1px solid #bbb;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.owl-controls .owl-nav .owl-next:hover {
    background: #fff url(../imgs/arrow-car-right-hover.png) center center no-repeat;
}

@media (max-width: 1200px) {
	.owl-carousel {
	    padding:30px;
	    padding-left:59px;
	    padding-right:59px;
	}
	.owl-controls .owl-nav .owl-prev { width: 30px; }
	.owl-controls .owl-nav .owl-next { width: 30px; }
	.owl-carousel .owl-item { padding-left:20px; padding-right: 20px; }
}
@media (max-width: 800px) {
	.owl-carousel {
	    padding: 30px;
	    padding-left: 39px;
	    padding-right: 39px;
	}
}

@media (max-width: 479px) {
	blockquote{ font-size:18px; }
	.owl-carousel { padding-top: 20px; padding-left: 20px; padding-right: 20px; }
	.owl-controls .owl-nav .owl-prev { width: 15px; height: auto; border-right: 0px solid #bbb; padding-left:15px; padding-right:15px; background-size:15px 15px!important; }
	.owl-controls .owl-nav .owl-next { width: 15px; border-left: 0px solid #bbb; padding-left:15px; padding-right:15px; background-size:15px 15px!important; }
	.owl-carousel .owl-item { padding-left:0px; padding-right: 0px; }
	.owl-carousel .owl-item .columnContent{ padding-left:0; padding-right:0; }
}

/********************
QUUICK POLL STYLES 
********************/
.quickPoll { 
	margin-left: 0px; 
	margin-bottom: 60px; 
	border-radius: 6px; 
	padding: 23px; 
	background-color: #fff; 
	box-shadow: 5px 10px 0px #cdcdcd; 
	font-size: 12px; 
	line-height: 16px; 
	font-family: 'Lato', sans-serif;
}

.quickPoll .wp-polls-ul {
    margin-top:40px!important;
}
.quickPoll .wp-polls-ul li,
.quickPoll .wp-polls-ul li i {
    font-style:normal!important;
}

.quickPoll p {
    font-size: 15px;
    line-height: 135%;
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: left!important;
}

.quickPoll .wp-polls-ul .pollbar-wrap {
    display: block;
    background: #fff;
    width: 100%;
    margin-top: 5px;
}
.quickPoll .wp-polls-ul .pollbar-wrap .pollbar {
    display: block;
    background: #fff;
    width: 100%;
}
.quickPoll .wp-polls-ul .pollbar-wrap .pollbar {
    margin: 0px;
    font-size: 6px;
    line-height: 10px;
    height: 10px;
    background-image: none;
    border: 0px;
    background: #0698e1;
}
.quickPoll .wp-polls-ul .small, 
.quickPoll .wp-polls-ul small {
    font-size: 85%;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 18px;
    font-style: normal;
    opacity: 0.7;
}

.quickPoll h2 { 
	margin-top: 0px; 
	font-size: 22px; 
	font-weight:700;
	color: #0698e1; 
	text-align: center; 
}
.quickPoll p { 
	font-size: 15px; 
	line-height: 135%; 
	margin-bottom: 20px;
}
.quickPoll label { 
	font-size: 14px;
	line-height: 135%; 
	min-height: 30px; 
	margin-left: 20px; 
	font-weight: normal; 
	cursor: pointer; 
	display:block;
}
.quickPoll input { 
	border:3px solid rgba(0,0,0,1);
	padding:10px;
	position: absolute; 
	margin-left: -20px; 
	margin-top: 1px; 
}
.quickPollButtons { 
	margin-top: 15px; 
	text-transform: uppercase; 
}
.quickPollButtons .btn { 
	margin-right: 25px;
	color: #fff!important;
}
.quickPollButtons a { 
	font-weight: 700; 
	color: #4d5c63!important;
	font-size: 14px; 
	border-bottom: 1px solid #aaa;
	padding-bottom: 2px;
}
.quickPollButtons a:hover { 
	text-decoration: none;
	border-bottom: 1px solid #333;
	color: #333;
}
.quickPollButtons a.btn:hover { 
	color: #fff;
	border-bottom: 1px solid transparent;
}
.quickPoll li:before { display: none!important; }
.quickPoll ul, 
.quickPoll li {
	margin:0px!important;
	padding: 0px!important;
	position: relative;
}
.quickPoll ul {
	margin-bottom: 30px;
}
.quickPoll ul li input[type=radio]{
	position: absolute;
	visibility: hidden;
}
.quickPoll ul li label{
	text-align: left;
	display: block;
	position: relative;
	font-weight: 400;
	padding-left: 30px;
	padding-top: 0px;
	margin: 10px auto;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
}
.quickPoll ul li:hover label{
	color: #333;
}
.quickPoll ul li .check{
	display: block;
	position: absolute;
	border: 3px solid #AAAAAA;
	border-radius: 100%;
	height: 21px;
	width: 21px;
	top: 2px;
	left: 0px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.quickPoll ul li:hover .check {
	border: 3px solid #333;
}
.quickPoll ul li .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 9px;
	width: 9px;
	top: 3px;
	left: 3px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
.quickPoll input[type=radio]:checked ~ .check {
	border: 3px solid #333;
}
.quickPoll input[type=radio]:checked ~ .check::before{
	background: #333;
}
@media (max-width: 1200px) {
	.quickPoll { 
		margin-left: 0px; 
	}
}

/********************
FAQs TEMPLATE
********************/
.faqs { 
	
}
.faqs .faqsHeader {
	background-color: #01857f;
	color: #fff;
	padding-bottom: 30px;
}
.faqs #headerTitle {
	padding-top: 60px;
}
.faqs #headerSearch .glyphicon {
	font-size: 20px;
    display: block;
	color: #4e5b60;
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.faqs #headerSearch .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 2px;
    box-shadow: inset -1px 1px 3px rgba(0,0,0,0.3);
    border:0px;
}
.faqs #headerSearch h2 {
    font-weight: 700;
    margin-top: 12px;
    font-size: 28px;
    line-height: 28px;
}
.faqs #headerSearch h3 {
    font-family: 'Lato', sans-serif;
   	font-size: 22px;
   	margin-bottom: 30px;
}
.faqs #headerSearch p {
   	font-size: 17px;
   	margin-bottom: 30px;
}
.faqs #headerSearch h3 a {
	color: #fff;
	text-decoration: underline;
}
.faqs #headerSuggest {
	display: none;
}
.faqs #headerSuggest .closeWrapper {
	float: left;
	width: 100%;
	display: block;
	text-align: right;
}
.faqs #headerSuggest .close {
    font-size: 54px;
    font-weight: 300;
	color: #fff;
	opacity: 1;
	cursor: pointer;
}
.faqs #headerSuggest .form-control {
	margin-bottom: 20px;
}
.faqs .overview-block {
    padding-top: 0px;
    padding-bottom: 0px;
}
.faqs .overview {
    margin-top: 40px;
    margin-bottom: 20px;
}
.faqs .overview h2 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 135%;
}
.faqs .overview p {
    font-size: 17px;
	line-height: 130%;
	padding-right: 20px;
}
.faqs .owl-carousel .owl-item:after {
    border-right: 0px;
}
.faqs .columnContent h2 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 135%;
}
.faqs .answerSlide h2 {
	font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-top: 3px;
}
.faqs .answerSlide h3 {
	font-size: 20px;
}
.faqs .stdContent{
	margin-top:-20px;
}
.faqs .answerBlock h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	opacity: 0.6;
	padding-bottom: 10px;
}
.faqs .answerSlide p.time {
	font-weight: 700;
    font-size: 14px;
}
.faqs .faqsVideoContainer {
	position:relative;
}
.faqs .faqsVideoContainer .faqsVideoPlayIcon{
	width:38px;
	height:38px;
	position:absolute;
	bottom:15px;
	left:15px;
	background:url(../imgs/lwn-playBtn.png);
}
.faqs .faqsControlsContainer {
	margin:-15px 0 0 0;
	padding:0 0 20px 0;
}
.faqs .pagination {
	margin: 0px;
	padding-left: 15px;
}
.faqs .pagination a {
	padding: 9px 17px 9px 17px;
}
.faqs .pagination .activePage {
	background-color: #01857f; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#01857f, #015f5b); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#01857f, #015f5b); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#01857f, #015f5b); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#01857f, #015f5b); /* Standard syntax */
}
.faqs .toTop {
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #4e5b60;
}
.faqs .toTop span {
	color: #01857f;
	font-weight: bold;
    margin-left: 10px;
    font-size: 24px;	
}
.faqs .faqFooter,
.faqs .faqFooter li a {
	color: #fff!important;
}
.faqs .faqFooter li a {
	padding-bottom: 2px;
	border-bottom:6px solid transparent;
}
.faqs .faqFooter li a:hover {
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom:6px solid #fff;
}
.faqs .faqFooter .mainList li {
    padding-top: 5px;
    margin-bottom: 15px;
}
.faqs .faqFooter h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 30px;
}
.faqs .faqFooter p {
	font-size: 17px;
	line-height: 130%;
	padding-right: 20px;
}
.faqs .faqFooter h3 {
	margin-top: 30px;
	padding-left:30px;
	padding-top: 30px;
	padding-top: 20px;
    font-size: 20px;
}
.faqs .faqFooter ul {
	margin-top: 20px;
	padding-top: 0px!important;
	padding-left: 30px;
	border-left: 1px solid #fff;
}
.faqs .coreList {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
}
.faqs .more-nets p {
	font-size: 17px;
	line-height: 140%;
}
.faqs .more-nets h2 a {
	color: #4e5b60;
}
@media (max-width: 1200px) {
	.faqs .faqsControlsContainer {
		margin:0;
		padding:15px 0;
	}	
}
@media (max-width: 1024px) {
	.faqs #headerTitle h1 {
		margin-bottom: 0px;
	    padding-bottom: 15px;
	}
	.faqs #headerTitle {
	    padding-top: 0px;
	}
	.banner {
	    padding-top: 0px !important;
	    padding-bottom: 30px !important;
	}
}
@media (max-width: 992px) {
	.faqsHeader .container {
	    max-width: 750px;
	    width:auto;
	}
}
@media (max-width: 767px) {
	.faqs .faqsControlsContainer .text-right {
		text-align: center!important;
	}
}
@media (max-width: 600px) {
	.faqs #headerSearch h2 {
		text-align:center;
	    font-size: 24px;
	}
	.faqs #headerSearch h3 {
	    font-size: 18px;
	}
	.faqs .toTop {
	    font-size: 18px;
	}
	.faqs .toTop span {
	    font-size: 16px;
	}
	.faqs .faqFooter h3 {
		padding-left: 0px;
	    margin-top: 0px;
	}
	.faqs .faqFooter ul {
	    padding-top: 0px !important;
	    padding-left: 0px;
	    border-left: 0px;
	}
}

/********************
SEARCH RESULTS TEMPLATE
********************/
.search-results h1 {
    padding-bottom: 10px;
    margin-top: 55px;
    margin-bottom: 10px;
}
.search-results .showing { 
	font-size: 22px;
}
.search-results .showing .searchHighlight { 
	font-weight: 600;
}
.search-results .searchHighlight {
	color: #792d6e;
}
.search-results .resultsControlsContainer {
		padding-top: 50px;
		padding-bottom: 60px;
}
.search-results .pagination {
	margin: 0px;
	padding-left: 15px;
	text-align: center;
}
.search-results iframe {
    margin: auto 0;
    display: block;
    width: 100%;
}
.search-results .cell {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.search-results .cell.left {
	width:25%;
}
.search-results .cell.right {
	width:75%;
}

.search-results .pagination a {
	padding: 9px 17px 9px 17px;
	margin:0 2px 6px 0;
}
.search-results .pagination .activePage {
	background-color: #792d6e; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#792d6e, #5d2355); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#792d6e, #5d2355); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#792d6e, #5d2355); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#792d6e, #5d2355); /* Standard syntax */
}
.search-results .toTop {
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #4e5b60;
}
.search-results .toTop span {
	color: #792d6e;
	font-weight: bold;
    margin-left: 10px;
    font-size: 24px;	
}
.search-results .breadcrumbTrail {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
}
.search-results .resultBlock {
	padding-top: 60px;
	padding-bottom: 60px;
}
.search-results .resultBlock h2 {
	font-weight: 700;
	font-size: 28px;
    margin-top: 0px;
}
.search-results .resultBlock p {
	font-weight: 400;
	font-size: 17px;
	line-height: 130%;
	margin-bottom: 30px;
}
.search-results .supportResult h2,
.search-results .supportResult .breadcrumbTrail,
.search-results .supportResult .breadcrumbTrail a {
	color: #02857f;
}
.search-results .aboutResult h2,
.search-results .aboutResult .breadcrumbTrail,
.search-results .aboutResult .breadcrumbTrail a {
	color: #337ab7;
}
.search-results .storyResult h2,
.search-results .storyResult .breadcrumbTrail,
.search-results .storyResult .breadcrumbTrail a {
	color: #e95f54;
}
.search-results .lwnetsResult h2,
.search-results .lwnetsResult .breadcrumbTrail,
.search-results .lwnetsResult .breadcrumbTrail a {
	color: #e95f54;
}
@media (max-width: 1024px) {
	.search-results .banner {
	    padding-top: 20px !important;
	    padding-bottom: 30px !important;
	}
	.search-results h1 {
		padding-top: 20px;
	    padding-bottom: 0px!important;
	    margin-top:25px!important;
	    margin-bottom: 10px!important;
	}
	.search-results .showing { 
		font-size: 19px;
	}
	.search-results .cell.left {
		width:33.333%;
	}
	.search-results .cell.right {
		width:66.666%;
	}
}
@media (max-width: 767px) {
	.search-results .cell.left {
		display: block;
		width:100%;
	}
	.search-results .cell.right {
		display: block;
		width:100%;
	}
	.search-results .resultsControlsContainer .text-right {
		text-align: center!important;
		margin-top: 25px;
	}
}
@media (max-width: 600px) {
	.search-results .showing { 
		font-size: 16px;
	}
	.search-results .resultBlock h2 {
		margin-top: 40px;
	}
	
}

/********************
PRACTICAL TIPS TEMPLATE
********************/
.practical-tips .banner h1 { 
	margin-bottom: 40px;
}
.practical-tips .tipbox h2 { 
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 22px;
}
.practical-tips .banner { 
	padding-bottom: 40px!important;
}
.practical-tips .tipsList { 
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 25px;
	margin-bottom: 50px;
	padding-right: 65px;
	font-size: 16px;
	font-weight: 600;
}
.practical-tips .tipsList li a:hover { 
	color: #e13d34;
}
.practical-tips .tipsList li.active > a { 
	color: #e13d34;
}
.practical-tips .tipsList li { 
	margin-bottom: 20px;
}
.practical-tips .tipsList ul { 
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 16px;
	padding:0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.practical-tips .tipsList ul > li { 
	margin-left: 20px;
}
.practical-tips .mainbody { 
	margin-bottom: 40px;
}
.practical-tips .mainbody h2 { 
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 30px;
}
.practical-tips .mainbody li,
.practical-tips .mainbody p { 
	font-size: 17px;
	line-height: 145%;
}
.practical-tips .mainbody ul { 
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 35px;
}
.practical-tips .mainbody li { 
	font-weight: 400;
}
.practical-tips .lwnets-box { 
	background-repeat: no-repeat; 
	background-position: center bottom; 
	background-color: #fec820; 
	min-height: auto; 
	padding-top: 45px!important; 
	padding-bottom: 55px!important;
}
.practical-tips .lwnets-box .main { 
	font-size: 18px;
	line-height: 130%;
	padding-right: 80px;
}
.practical-tips .the-tips { 
	margin-top: 45px;
	margin-bottom: 25px;
}
.practical-tips .the-tips h2 { 
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
}
.practical-tips .the-tips .coreList { 
	margin-bottom: 25px;
	font-size: 16px;
}
@media (max-width: 1024px) {
	.practical-tips .banner {
	    padding-top: 20px !important;
	    padding-bottom: 30px !important;
	}
	.practical-tips h1 {
	    padding-bottom: 12px!important;
	    margin-bottom: 10px!important;
	}
	.practical-tips .tipsList { 
		padding-right: 45px;
	}
	.practical-tips .tipsList,
	.practical-tips .tipsList ul,
	.practical-tips .tipsList li { 
		font-size: 14px!important;
		line-height: 120%;
	}
}
@media (max-width: 800px) {
	.practical-tips .tipsList { 
		padding-right: 25px;
	}
}
@media (max-width: 600px) {
	.practical-tips .mainbody {
	    margin-bottom: 20px;
	}
}


/********************
PATIENTS TEMPLATE
********************/
.patient_stories .white { color: #fff!important; }
.patient_stories .owl-carousel,
.patient_stories .owl-controls,
.patient_stories .owl-controls .owl-nav .owl-next,
.patient_stories .owl-controls .owl-nav .owl-prev	{ 
	background-color: #e95f54; 
	border: none;
}
.patient_stories .owl-carousel {
	padding: 50px;
	padding-top: 20px;
}
.patient_stories .owl-carousel .owl-item {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
.patient_stories .owl-carousel .owl-item:after {
	border: none;
}
.patient_stories .owl-controls .owl-nav .owl-next,
.patient_stories .owl-controls .owl-nav .owl-prev {
	width: 30px;
	padding-left:0px;
	padding-right: 0px;
}
.patient_stories .owl-controls .owl-nav .owl-next {
	background-image:url(../imgs/arrow-car-right-white.png);
}
.patient_stories .owl-controls .owl-nav .owl-prev {
	background-image:url(../imgs/arrow-car-left-white.png);
}
.patient_stories .owl-theme .owl-dots .owl-dot span {
    display: none;
}
.patient_stories .patientStoryBlock {
	background-color: #fff;
	color: #4e5b60;
	text-align: center;
	border-radius: 5px;
	padding: 20px 20px 20px 20px;
	margin: 10px 0px 10px 0px;
	-webkit-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.2);
	box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.2);		
}
.patient_stories .patientStoryBlock h2 {
	font-weight: 700;
	color: #eb5e55;
}
.patient_stories .patientStoryBlock .introText {
	font-family: 'Merriweather';
	font-style: italic;
	height: 140px;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
    line-height: 130%;
    padding-bottom: 20px!important;
}
.patient_stories .patientStoryBlock .btn.stories {
	margin-top: 0px!important;
}
@media (max-width: 600px) {
	.patient_stories .owl-carousel {
	    padding: 50px;
	    padding-top: 20px;
	    padding-left: 0px;
	    padding-right: 0px;
	}
}
.patient_stories .video_link_bg {
	height:450px;
}
.patient_stories .videoLink {
	margin-top: 0px;
	padding-top: 400px;
	padding-right: 20px;
	width: 225px;
	text-align: left;
	float: right;
}
.patient_stories .videoLink h4 {
	font-size: 17px;
	line-height: 130%;
	font-weight: 500;
	font-family: 'Merriweather';
}
.patient_stories .videoLink h5 {
	font-size: 13px;
	line-height: 130%;
	font-weight: 700;
	font-family: 'Lato';
}
.patient_stories.child h2 {
	color: #e15d48;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 30px;
	line-height: 120%;
	font-weight: 700;
}
.patient_stories .story_intro {
	font-family: 'Merriweather';
	font-style: italic;
	font-size: 24px;
	color: #e15d48;
	padding-bottom: 20px;
}
.patient_stories.child p {
	font-size: 17px;
	line-height: 140%;
}
.patient_stories .toTop {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #4e5b60;	
	display: block;
	font-weight: 700;
}
.patient_stories .toTop span {
	margin-left: 10px;
    font-size: 24px;	
	color: #e15d48;
}
.patient_stories h2 a {
	color: #4e5b60;
}
.patient_stories.child h1 {
	margin-top: 50px;
	color: #e15d48;
}
.patient_stories.child .coreList {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
}
@media (max-width: 1030px) {
	.patient_stories .videoLink {
	    margin-top: 0px;
	    padding-top: 300px;
	    padding-left: 20px;
	    width: 225px;
	    text-align: left;
	    float: left;
	}
	.patient_stories .video_link_bg {
		height:350px;
	}
}
@media (max-width: 600px) {
	.patient_stories.child h1 {
		clear:both;	
	}
	.patient_stories .videoLink {
	    padding-left: 0px;
	}
	.patient_stories .story_intro {
	    font-size: 20px;
	    padding-bottom: 10px;
	}
	.patient_stories .heading {
	    padding-top: 10px;
	    padding-bottom: 10px;
	    font-size: 22px;
	}
	.no-mobile {
		display: none;
	}
}

/********************
GLOSSARY TEMPLATE
********************/
.glossary h1 {
	padding-top: 35px;
}
.glossaryLinks { 
	background-color: #fff; 
	padding-top: 20px; 
	border-radius: 5px;
}
.glossaryLinksRow { 
	padding-bottom: 20px; 
}
.glossaryLinksRow a:first-child { 
	border: none; 
}
.glossaryLinksRow a { 
	font-family: 'Source Sans Pro', sans-serif; 
	font-weight: 700; 
	font-size: 22px; 
	color: #e95f54;
	width: 40px;
	display: inline-block;
	border-left: 1px solid #ccc;
}
.glossarySection {
	padding-bottom: 0px;
}
.glossarySectionTitle {
	font-size: 36px;
	font-family: 'Merriweather';
	font-weight: 700;
}
.glossaryTitle {
	font-size: 20px;
	font-family: 'Merriweather';	
	font-weight: 700;		
	font-style: italic;
	display: inline;
}
.glossaryEntry {
	font-family: 'Lato';
	font-size: 16px;
	margin-bottom: 30px;
}
.glossaryToTopContainer {
	padding-top: 40px;
	padding-bottom: 60px;
}
.glossaryToTop {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif; 
	color: #4e5b60;

}
.glossaryToTop span {
	margin-left: 10px;
	font-size: 24px;
}
@media (max-width: 992px) {
	.glossaryLinks { 
		margin-right: 0px;
	}
}

/********************
GENERAL CONTENT TEMPLATES 
********************/
.gen_content .banner h1 {
	text-align: left!important;
}
.gen_content .banner p.intro {
	font-size: 22px;
	line-height: 120%;
}
.gen_content .banner p.intro a {
	font-style: normal;
	text-decoration: none;
	border-bottom: 2px solid #60afec;
}
.gen_content .banner .aboutnets p.intro a {
	color: #337ab7!important;
}
.gen_content .text-left { 
	text-align: left!important; 
}
.gen_content .explore { 
	border-left: 1px solid #fff; 
	padding-left:40px; 
}
.gen_content .owl-carousel h2 { 
	font-weight: 700;
	font-size: 22px; 
}
.gen_content_alt .banner {
    padding-top: 60px!important;
}
.gen_content_alt .banner .videoLink {
	    margin-bottom: 30px;
	}
.gen_content_alt .banner .box.aboutnets_alt,
.gen_content_alt .box.support {
    text-align: center;
    padding: 30px 20px 30px 20px;
    box-shadow: 7px 7px 0px 0px rgba(190,186,182,0.65);
}
.gen_content.alt .banner .box.aboutnets_alt h2 {
    font-size: 19px;
    font-weight: 700;
}
.gen_content.alt .banner .box.aboutnets_alt p {
    line-height: 120%;
    margin-top: 15px;
    margin-bottom: 30px;
}
.gen_content_alt .pageHeader h1 { color: #0c6190 }
.gen_content_alt .pageHeader p { padding-bottom: 0px; }

.gen_content_alt .pageHeader p a {
	color: #337ab7!important;
	font-style: normal;
    text-decoration: none;
    border-bottom: 2px solid #60afec;
}
.topBanner { padding-bottom: 0px; }

@media (max-width: 1200px) {
	.gen_content .banner {
	    padding-top: 30px!important;
	    padding-bottom: 20px!important;
	    min-height: auto!important;
	}
	.gen_content_alt .banner {
	    padding-top: 20px!important;
	}
	.gen_content .banner p.intro {
		font-size: 19px;
		line-height: 120%;
	}
}
@media (max-width: 1024px) {
	.hideMobile { display: none; }
	
	.gen_content .banner { 
		padding-top: 0px!important;
		padding-bottom: 30px!important;
	}
	.gen_content .banner .videoLink {
	    margin-top: 40px;
	    margin-bottom: 30px;
	}
	.gen_content .columnContent h2 {
	    margin-bottom: 20px!important;
	    line-height: 40px;
	}
	.tablet-center {
		text-align: center!important;
	}
	.gen_content .explore { 
		border-left: 0px; 
		padding-left: 15px; 
	}
	
	ul.aboutnets { padding-top: 0px!important; }
	
}
@media (max-width: 767px) {
	.mobile-center {
		text-align: center!important;
	}
	.gen_content h2 { 
		font-size: 23px!important;
	}
	.gen_content .columnContent h2 {
		line-height: 32px;
	}
}
/*******************
Video Display
********************/
.videoDisplay h5 {
	font-family: 'Lato', sans-serif;
	margin-bottom: 30px;
	font-weight: 700;
}
/*******************
Text Aligns
********************/
.text-left { 
	text-align: left; 
}
.text-right { 
	text-align: right; 
}
/*******************
General padding and margin styles
********************/
.nopb { padding-bottom: 0px; }
.nopt { padding-top: 0px; }

.mb50 { margin-bottom: 50px; }
.mb40 { margin-bottom: 40px; }
.mb30 { margin-bottom: 30px; }
.mb20 { margin-bottom: 20px; }
.mb10 { margin-bottom: 10px; }

.mt50 { margin-top: 50px; }
.mt40 { margin-top: 40px; }
.mt30 { margin-top: 30px; }
.mt20 { margin-top: 20px; }
.mt10 { margin-top: 10px; }

.pb0 { padding-bottom: 0px; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }

.pt0 { padding-top: 0px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }

.pl10 { padding-left: 10px; }
.pl20 { padding-left: 20px; }
.pl30 { padding-left: 30px; }
.pl40 { padding-left: 40px; }
.pl50 { padding-left: 50px; }

.pr10 { padding-right: 10px; }
.pr20 { padding-right: 20px; }
.pr30 { padding-right: 30px; }
.pr40 { padding-right: 40px; }
.pr50 { padding-right: 50px; }

a.allStoriesLink:link, a.allStoriesLink:visited, a.allStoriesLink:hover, a.allStoriesLink:active {
		color: #fff!important;
		font-size: 85%;
}

.youtube_embed_container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.youtube_embed {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/*****************
Tooltip/Glossary style overrides
******************/

#tt {
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-style: italic;
	line-height: 19px;
}	
#tt .glossaryItemTitle { font-weight: bold; display: inline-block; padding-right:5px; }
div.glossaryItemTitle { margin: 0px!important; }

/* glossary page */
.cm-glossary.table { background: transparent; }
#glossaryList-nav {
	background-color: #fff;
	padding: 20px;
}
.cm-glossary .listNav .ln-letters { display: table!important; margin: 0 auto!important; }
.cm-glossary .listNav .ln-letters a {
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #e95f54;
    width: 30px;
    display: inline-block;
	border: none;
    border-left: 1px solid #ccc;
}

.cm-glossary .listNav .ln-letters a.ln-disabled { color: #ccc; }

.cm-glossary .listNav .ln-letters a:first-child { border: none; }

.cm-glossary .listNav .ln-letters a.ln-_,
.cm-glossary .listNav .ln-letters a.ln-all { width: 50px; }
.ln-letters a.ln-last { border-right: none; }

@media (max-width: 767px) {
	
	.cm-glossary .listNav .ln-letters{
		display:block;
	}
	.cm-glossary .listNav .ln-letters a{
		width:35px;
		text-align:center;
		padding:2px 5px;
		box-sizing:border-box;
		border:1px solid #ccc;	
		margin-bottom:-1px
	}
	.cm-glossary .listNav .ln-letters a:first-child{
		border:1px solid #ccc;
	}
	.cm-glossary .listNav .ln-letters a:nth-of-type(1),
	.cm-glossary .listNav .ln-letters a:nth-of-type(2){
		width:69px;
		margin-left:-1px;
	}
	.cm-glossary .listNav .ln-letters a:nth-of-type(2){
		margin-right:-1px;
	}
	.cm-glossary .listNav .ln-letters a:hover{
		margin-top:0;
	}
	
}

.the-letter-separator { min-height: 30px!important; }

.glossaryList li h2 {     
	font-size: 36px;
    font-family: 'Merriweather';
    font-weight: 700;
}
.cm-glossary.table.modern ul.glossaryList li > .glossaryLink, .cm-glossary.table.modern ul.glossaryList li > .glossaryLinkMain {
	float: left;
	width: auto;
	max-width: none!important;
	border: none!important;
	margin: 0px!important;
    font-size: 20px;
	line-height: 20px;
    padding-right: 10px;
    padding-right: 10px;
    font-weight: 700;
    font-style: italic;
	line-height: 24px;
}
.cm-glossary.table.modern ul.glossaryList li > div.glossary_itemdesc {
    width: auto!important;
	margin: 0px!important;
	padding:0px!important;
	border:none;
    font-family: 'Lato';
    font-size: 16px;
	line-height: 24px;
    margin-bottom: 30px;	
	font-weight: normal;
	min-height: inherit!important;
}

/*******************
Bridging section title
*******************/
.bridgingTitle img { padding-right: 0px; }

@media (max-width: 1024px) {

	h2.bridgingTitle{
		margin-top:30px;
	}	
	
}

@media (max-width: 900px) {
	.bridgingTitle {
		 padding-top: 10px;
	}
}


/****************
Jquery UI, auto complete overrides
****************/
.ui-widget-content { padding: 5px!important; }

.ui-menu .ui-menu-item {
	font-family: 'Lato', sans-serif!important;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
}
.ui-menu .ui-state-focus {
	border:none!important;
	background: none!important;
	font-weight: normal!important;
	cursor: pointer;
}
