/* 
RESPONSIVE STYLESHEET CSS 3 Cubeworks
*/

/* --------------------------------------------- RESET ------------------------------------------- */
html,body,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,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,aside,figure,footer,header,hgroup,nav,section {
  display: block;
}

/* -------------------------------------------- Clearfix------------------------------------------ */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* ------------------------------------------ STYLES BEGIN ---------------------------------------- */
html {
   background: #ffffff; 
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; /* none as a value would prevent font scaling in landscape */
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "nimbus-sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #333;
  background: #121212;
}

/* --------------------------------------------- LINKS ---------------------------------------------- */
a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  color: #000;
}

a:hover,a:active {
  outline: 0;
}

p a:hover {
  opacity: .6;
}

a:hover {
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

/* Navigation */
nav#menu a { color: #999; text-decoration: none; font-weight: bold; }
nav#menu a:visited { color: #999; }
nav#menu a:hover, nav#menu li.active a { color: #fff; background: #000; }

nav#menu ul li.active ul li a { background: #666; }
nav#menu ul li.active ul li a:hover { background: #fff; }

.content a {
  text-decoration: underline;
}

/* ---------------------------------------- TYPOGRAPHY STYLES --------------------------------------- */

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small, h2 small {
  font-weight: normal;
  color: #bfbfbf;
}

h1, .h1 {
    font-size: 36px;
    line-height: 40px;
    color: #333;
}

h2, .h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
}

h3, .h3 {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 27px;
}

h4, .h4 {
  font-size: 16px;
  line-height: 19px;
}

h5 {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}

p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px;
  color: #333; 
}

ol,ul,dl,address {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px;
  color: #333; 
}

small {
  font-size: 14px;
}

ul,ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}

li ul,li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

q {
  quotes: none;
}

cite {
  font-style: normal;
}

dl,dd {
  margin-bottom: 1.5em;
}

dt {
  font-weight: bold;
}

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}

.dl-horizontal dd {
  margin-left: 22.78%;
}

abbr[title] {
  border-bottom: 1px dotted #c7ced6;
  cursor: help;
}

b,strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

ins {
  background-color: #f3f5f6;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #f3f5f6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

pre,code,kbd,samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

sub,sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}

sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

.hide {display:none;}

/* ---------------------------------------- COLOUR SCHEMES --------------------------------------- */
.alpha { /* yellow */
  background: #ff0;
}

body.upper .alpha { /* yellow */
    background: #ff0;
}

body.lower .alpha { /* green */
  background: #b8e226;
}

body.upper .widget-primary { /* yellow */
    background: #ff0;
    color: #333;
}
body.lower .widget-primary { /* green */
    background: #b8e226;
    color: #333;
}

.holding .alpha { /* grey */
  background: #e5e5e5 !important;
}

.beta { /* light grey */
  background: #000;
  background: rgba(0, 0, 0, 0.8); 
}

.delta { /* dark grey */
  background: #333; 
}

/* ---------------------------------------- LAYOUT --------------------------------------- */
/*---- All ----*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

#wrapper {
  position: relative;
  -webkit-transition: all 0.3s ease-out;  
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.main-content {
	margin: 0 10px 0 10px;
}

#wrapper.active {
  left: 256px;
}

#inner-wrapper {
  padding-bottom: 50px;
}

.container {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

.search {
  width: 100%;
  max-width: 1060px; 
  margin: 0 auto;
}

.header-search {
  background: #ff0;
}

.upper .header-search {
  background: #ff0;
}

.lower .header-search {
  background: #b8e226;
}

.hidden {
  display: none;
  visibility: hidden;
}

label {
  margin-bottom: 5px;
}

.form-search input[type="text"] {
  border: 0 none;
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  min-height: 40px;
  padding: 0 20px;
  width: 75% !important;
  vertical-align: middle;
}

.main-content .form-search input[type="text"] {
  padding: 0 0 0 20px;
}

.header-search input {
  background: transparent;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

.form-search button[type="submit"] {
  background: #fff;
  border: none;
  color: #999;
  float: right;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  width: 60px;
  display: none;
  visibility: hidden;
}

.main-content .form-search {
  margin: 20px;
  background: #fff;
}

.main-content .form-search button[type="submit"] {
  display: block;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}

.form-search .hidden-button {
	display: none;
}

.logo {
  width: 236px;
  height: 187px;
  display: block;
  text-indent: -9999px;
  background: url("../../images/ThinkUKnow_11_16_New/think-u-know.png") no-repeat 0 0;
  margin: 20px auto;
  position: relative;
  z-index: 0;
}

.holding .logo {
  margin: 0 auto 20px auto;
}

a.menu-link {
  float: left;
  /*display: block;*/
  display: none;
  padding: 16px;
  background: url('../../images/ThinkUKnow_11_16_New/nav-icon.png') no-repeat 100% 0; 
  height: 30px; 
  text-indent: -9999px;
  margin: 20px;
  position: relative;
  z-index: 10;
}

.js nav#menu {
  width: 256px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -256px;
  background: #121212;
}

nav#menu {
  clear: both;
  margin-bottom: 3%;
  z-index: 100;
}

nav#menu ul {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}

nav#menu ul li {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

nav#menu ul li a {
  border-bottom: 1px solid #1f1e1e;
}

nav#menu ul li li a {
  border-bottom: none;
}

nav#menu ul li:hover a {
  color: #333 !important;
  background: #fff !important;
}

nav#menu ul li:hover li a {
  color: #fff !important;
  background: #666 !important;
}

nav#menu ul li:hover li a:hover {
  color: #333 !important;
  background: #fff !important;
}

nav#menu ul li a.toggle-search:hover {
  background: transparent !important;
}

nav#menu ul li:last-child { 
  display: none;
}

nav#menu ul ul li:last-child {
    display: block;
}

nav#menu li.active a, nav#menu li a:hover {
  background: #000;
  color: #fff;
}

nav#menu ul li a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
  padding: 15px;
  text-decoration: none;
}

nav#menu ul li a.toggle-search {
  display: none;
}

nav#menu ul li a.toggle-search:focus {
    overflow:auto;
    overflow:hidden;
    outline:none;
}

nav#menu ul li .search-icon {
  width: 17px;
  height: 16px;
  line-height: 46px;
  display: block;
  text-indent: -9999px;
  background: url("../../images/ThinkUKnow_11_16_New/search-small.png") no-repeat 0 0;
}

nav#menu ul li.click-ceop-mobile p {
	margin-bottom: 0px;
}

nav#menu ul li.click-ceop-mobile a {
	width: 95%;
	margin: 0 0 0 5%;
}

nav#menu ul li.click-ceop-mobile:hover p {
	background: #FFFFFF !important;
}

nav#menu ul li.click-ceop-mobile:hover p a {
  background: url("../../images/ThinkUKnow_11_16_New/click-ceop.png") #FFFFFF no-repeat scroll 0 0  !important;
	opacity: 0.6;
}

/* secondary navigation */
nav#menu ul ul {
  display: block;
  z-index: 100;
}

nav#menu ul ul li {
  background: #666;
  border-bottom: 1px solid #1f1e1e;
}

nav#menu ul ul li a {
  color: #fff !important;
}

nav#menu ul ul li a:hover {
  background: #fff !important;
}

div#accesskeys {
	display: none;
}

.well {
  background: #fff;
  color: #333;
  margin-bottom: 10px;
  padding: 20px 20px 0;
}

.stories {
  margin: 20px 0;
  padding: 0 30px;
  position: relative;
}

blockquote {
  position: relative;
  background: #fff;
  padding: 10px 10px 10px 10px;
  margin: 0 -10px 20px -10px;
}

blockquote p {
  font-size: 18px;
  line-height: 30px;
}

blockquote.female {
  margin-bottom: 0;
}

.upper blockquote.female {
  background: #fff url("../../images/ThinkUKnow_11_16_New/female_upper.gif") no-repeat 100% 0;
}

.upper blockquote.male {
  background: #fff url("../../images/ThinkUKnow_11_16_New/male_upper.gif") no-repeat 100% 0;
}

.lower blockquote.female {
  background: #fff url("../../images/ThinkUKnow_11_16_New/female_lower.gif") no-repeat 100% 0;
}

.lower blockquote.male {
  background: #fff url("../../images/ThinkUKnow_11_16_New/male_lower.gif") no-repeat 100% 0;
}

.social {
  position: relative;
}

.social ul {
  margin: 0;
  padding: 0;
  float: right;
  text-indent: -9999px;
  width: 105px;
  height: 35px;
}

.social ul li {
  display: inline-block;
  float: left;
  list-style: none;
}

.social ul li a {
  background: #333;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: 35px;
  background: url("../../images/ThinkUKnow_11_16_New/social.gif");
}

.social a:hover {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.social ul li a.facebook { background-position: 0 0; }
.social ul li a.facebook:hover { background-position: 0 -35px; }

.social ul li a.twitter { background-position: -35px 0; }
.social ul li a.twitter:hover { background-position: -35px -35px; }

.social ul li a.youtube { background-position: -70px 0; }
.social ul li a.youtube:hover { background-position: -70px -35px; }

.widget {
  background: #333;
  color: #fff;
  margin-bottom: 20px;
  padding: 20px 20px 0 20px;
}

body.upper .widget-primary {
  color: #333;
  background: #ff0;
}

body.lower .widget-primary {
  color: #333;
  background: #b8e226;
}

body.upper nav.secondary {
  background: #ff0;
}

nav.secondary {
  margin-bottom: 20px;
}

nav.secondary ul {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

nav ul, nav ol {
  list-style: none;
}

nav.secondary ul:first-child > li.active > a {
  background: #333;
  color: #fff;
}

nav.secondary ul li a {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
  padding: 15px;
  text-decoration: none;
}

nav.secondary ul li a:hover {
  color: #fff !important;
  background: #333;
}

.tags {
  padding: 20px 20px 0 20px;
  margin-bottom: 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

aside .tags {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.tags ul {
  margin: 0;
  padding: 0;
}

.main .tags ul {
  margin: 0 0 20px 0;
}

.tags ul li {
  list-style: none;
  display: inline-block;
  float: left;
}

.tags ul li a {
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

body.upper .tags ul li a {
  background: #ff0;
}

body.lower .tags ul li a {
  background: #b8e226;
}

.tags ul li a:hover {
  background: #fff !important;
}

.results {
  padding: 0 20px;
}

.results h3, .results p {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.results h3 a {
  text-decoration: none;
}

.results a, .results ul {
  color: #fff;
}

hr {
  background: #666;
  border: 0 none;
  float: left;
  height: 1px;
  margin-bottom: 20px;
  width: 100%;
}

.delta hr {
  background: #fff;
}

.content {
  margin-bottom: 20px; 
}

.content h1, .content h2, .content h3 {
  margin: 20px 20px 0 20px;
} 

.content p {
  margin: 20px;
} 

.video-container h1, .video-container h2, .video-container h3 {
  margin: 20px 0 0 0;
} 

.video-container p {
  margin: 20px 0 20px 0;
} 

.content ul {
  margin: 0 0 1.5em 15px;
} 

.delta p {
  color: #fff;
}

.thumbnails {
  list-style: none;
  margin: 0;
  padding: 20px 10px 0 10px;
}

.widget .thumbnails {
  padding-left: 0; 
  padding-right: 0; 
  padding-top: 0;
  margin-left: -10px; 
  margin-right: -10px; 
}

.thumbnails li {
  padding: 0 10px;
  margin-bottom: 20px;
}

.thumbnail {
  overflow: hidden;
  position: relative;
}

.thumbnail .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff url("../../images/ThinkUKnow_11_16_New/caption-right-arrow.gif") no-repeat 97% 12px;
  padding: 10px 10px 0;
}

.content .thumbnail .caption {
  background: #fff url("../../images/ThinkUKnow_11_16_New/caption-right-arrow.gif") no-repeat 97% 16px;
}

.main-carousel .thumbnail .caption {
  background: #fff url("../../images/ThinkUKnow_11_16_New/large-caption-right-arrow.gif") no-repeat 97% 20px;
}

.content .thumbnail .caption {
  background: #fff url("../../images/ThinkUKnow_11_16_New/large-caption-right-arrow.gif") no-repeat 95% 20px;
  background: #fff url("../../images/ThinkUKnow_11_16_New/large-caption-right-arrow.gif") no-repeat 95% 12px;
}

.main-carousel .caption h3 {
  margin: 10px 0 10px 10px;
}

.content .thumbnail .caption h3 {
  margin: 0 0 0 10px;
}

.main-carousel .caption p,
.content .thumbnail .caption p {
  margin-left: 10px;
  margin-right: 10px;
}

.content .thumbnail .caption p {
  margin-top: 10px;
}

.caption h3, .caption h4 {
  padding-bottom: 10px;
  color: #333 !important;
  margin-bottom: 0;
}
.content .caption p {
  margin: 20px 0;
} 

.content .search-icon {
  width: 22px;
  height: 22px;
  line-height: 46px;
  display: block;
  text-indent: -9999px;
  background: url("../../images/ThinkUKnow_11_16_New/search-large.png") no-repeat 0 0;
  float: right;
}

.content .thumbnails a {
  text-decoration: none !important;
}

.support {
  padding-left: 20px;
  padding-right: 20px;
}

.support h3, .support p {
  color: #fff;
  margin-bottom: 20px;
  margin: 20px 0;
}

.support a {
  color: #fff;
}

.tips {
  margin-bottom: 20px;
  color: #fff;
  padding: 20px 20px 0 20px;
}

.tips p {
	margin: 0 0 20px 0;
}

.tips li p {
	margin: 0 0 1px 0;
}

.alpha .tips {
  color: #333;
}

.tips h3 {
  margin: 0 0 20px 0;
}

.tips a {
  color: #fff;
  text-decoration: underline;
}

.tips a:hover {
  text-decoration: none;
}

.tips ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}

.tips ul li {
  position: relative;
  padding: 20px 0 20px 40px;
  border-top: 1px solid #999;
}

.alpha .tips ul li {
  border-top: 1px solid #333;
}

.tips ul li:before {
  position: absolute;
  left: 0;
  top: 17px;
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 20px;
  content: '';
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 47px;
  font-weight: bold;
  border: 4px solid #fff;
  color: #333;
}

.tips ol {
  margin: 0;
  padding: 0;
  counter-reset: li;
  list-style: none;
  color: #fff;
}

.tips ol li {
  position: relative;
  padding: 20px 0 20px 80px;
  min-height: 95px;
  border-top: 1px solid #999;
}

.tips ol li:last-child {
  padding-bottom: 0;
}

.alpha .tips ol li {
  border-top: 1px solid #333;
}

.tips ol li:before {
  position: absolute;
  left: 0;
  top: 17px;
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 20px;
  content: counter(li);
  counter-increment: li;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 47px;
  font-weight: bold;
  background: #fff;
  color: #333;
}

ul.questions {
  margin-top: 20px;
  padding-left: 4px;
  padding-right: 20px;
}

ul.questions li {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
  min-height: 60px;
}

ul.questions li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 10;
  font-size: 40px;
  content: "Q";
  background: #000;
  color: #999;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
}

ul.questions li h3, 
ul.questions li h4 {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding: 20px 20px 20px 80px;
  background: #333;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

ul.questions li h3:hover, 
ul.questions li h4:hover {
  background: #000;
  cursor: pointer;
}

ul.questions li h3:before, 
ul.questions li h4:before {
  position: absolute;
  right: 10px;
  display: block;
  font-family: "thinkuknow";
  font-size: 25px;
  color: #999;
  width: 25px;
}

ul.questions li a {
  line-height: 20px;
}

ul.questions li h3, 
ul.questions li h4 {
  margin-bottom: 0;
}

.cbp-ntaccordion .cbp-ntcontent {
  /*display: none;*/
  padding-top: 20px;
}

.no-js .cbp-ntaccordion .cbp-ntcontent {
  display: block !important;
}

.cbp-ntcontent p {
  margin: 0 0 20px 0;
}

.pagination {
  margin: 20px 0;
  text-align: center;
}

.alpha .pagination, .beta .pagination, .delta .pagination {
  margin: 0 0 20px 0;
}

.pagination ul {
  margin: 0 auto;
  padding: 0;
  /*background: #121212;*/
  list-style: none;
  overflow: hidden;
  display: inline-block;
}

.pagination ul li {
  background: #ff0;
  float: left;
}

.pagination .alpha ul li {
  background: #b8e226;
}

.pagination ul li.active a {
  background: #333 !important;
  color: #fff;
  font-weight: bold;
}

.pagination ul li a {
  float: left;
  padding: 5px 10px;
  text-decoration: none;
  color: #333;
  font-weight: normal;
}

.upper .pagination ul li a {
  background: #ff0;
}

.lower .pagination ul li a {
  background: #b8e226;
}

.alpha .pagination ul li a {
  background: #333;
  color: #fff;
}

.pagination ul li a:hover {
  background: #fff !important;
  color: #333;
  font-weight: normal;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul li a {
  padding: 10px 20px;
}

.filter-wrapper {
  margin-bottom: 20px;
  padding: 20px;
}

.filter h2, 
.filter h3, 
.filter h4, 
.filter h5, 
.filter p {
  float: left;
  line-height: 40px;
  margin-right: 20px;
}

.filter p {
  margin-bottom: 0;
  color: #fff;
}

.filter .select-wrap {
  background: #fff url("../../images/ThinkUKnow_11_16_New/arrow-down.png") no-repeat 180px 0;
  float: left;
  height: 40px;
  width: 220px;
  border: 0;
  padding: 0;
  overflow: hidden;
}

.filter .select-wrap select {
  width: 250px;
  padding: 10px;
  color: #333;
  outline: 0;
  border: 0;
  display: block;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  line-height: 20px;
  background: transparent;
  font-size: 16px;
}

.filter-on {
  -ms-filter: "alpha(opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: .3;
  opacity: .3;
}

.filter-off {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

footer { 
  padding: 30px 0; 
  background: #fff;
}

footer .links { 
  margin: 0 20px;
}

.footer-links, .footer-links h5 {
  margin-bottom: 10px;
}

.footer-links ul {
  margin: 0;
  padding: 0 0 10px;
}

.footer-links ul li {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  list-style: none;
}

.footer-links ul li a {
  color: #666;
}



.social-footer {
  position: relative;
	margin: 0 0 5px 0;
}

.social-footer ul {
  margin: 0 0 20px 0;
  padding: 0;
  float: left;
  text-indent: -9999px;
  width: 105px;
  height: 25px;
}

.social-footer ul li {
  display: inline-block;
  float: left;
  list-style: none;
  margin-right: 10px;
}

.social-footer ul li a {
  background: #333;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: 25px;
  background: url("../../images/ThinkUKnow_11_16_New/social-footer.gif");
}

.social-footer a:hover {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.social-footer ul li a.facebook { background-position: 0 0; }
.social-footer ul li a.facebook:hover { background-position: 0 -25px; }

.social-footer ul li a.twitter { background-position: -25px 0; }
.social-footer ul li a.twitter:hover { background-position: -25px -25px; }

.social-footer ul li a.youtube { background-position: -50px 0; }
.social-footer ul li a.youtube:hover { background-position: -50px -25px; }



footer .legal p {
  color: #666;
  font-size: 10px;
  font-weight: normal;
  line-height: 12px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

footer .logos {
  /*width: 265px;
  height: 57px;*/
  width: 290px;
  height: 100px;
  display: block;
  text-indent: -9999px;
  background: url("../../images/ThinkUKnow_11_16_New/footer-logos.jpg") no-repeat 0 0; 
  margin: 0 auto 10px auto;
}

footer .logo-btns {
  float: left;
  width: 100%;
  text-align: center;
  margin: 10px auto 0 auto;
}

footer .ceop, .click-ceop-mobile .ceop {
  width: 143px;
  height: 51px;
  display: inline-block;
  text-indent: -9999px;
  background: url("../../images/ThinkUKnow_11_16_New/click-ceop.png") no-repeat 0 0; 
}

footer .childline {
  width: 132px;
  height: 53px;
  display: inline-block;
  text-indent: -9999px;
  background: url("../../images/ThinkUKnow_11_16_New/childline.gif") no-repeat 0 0; 
}

.contentSlider {
  width: 100%;
  max-width: 1060px; 
}

.contentSlider,
.contentSlider .rsOverflow,
.contentSlider .rsSlide,
.contentSlider .rsVideoFrameHolder,
.contentSlider .rsThumbs {
  background: transparent;
  color: #000;
}

.contentSlider img { 
  float: left;
  display: block;
}

.content-slider-bg { 
  width: 100%; 
}

.rsArrowLeft { 
  display: none !important;
}

.rsArrowRight { 
  display: none !important;
}

.rsSlide {
  overflow: visible !important;
}

.carousel-wrapper { 
  width: 100%;
  max-width: 1060px;  
  margin: 0 auto 20px auto; 
}

.upper .carousel {
	background: #ff0;
}

.lower .carousel {
	background: #b8e226;
}

.carousel {
  padding: 10px;
  margin-bottom: 20px;
}

.carousel.last {
  margin-bottom: 0;
}

.carousel a {
  color: #333;
}

.carousel h1 {
  margin-bottom: 10px;
}

.main-carousel { 
  margin: 10px;
} 

.mixed-media-carousel { 
  margin: 20px 10px 10px 10px;
} 

.media-content {
  background-color: #fff;
  color: #333;
  margin-bottom: 20px;
  padding: 20px 20px 0 20px;
  height: 362px;
  overflow: scroll;
}  

.media-content ul.media-list {
  margin: 0 0 20px;
  padding: 0;
}

.media-content ul.media-list li {
  border-bottom: 1px solid #e5e5e5;
  list-style: none outside none;
  min-height: 68px;
  padding: 10px 0;
}

.media-content ul.media-list li:last-child {
  border: none;
}

.media-content ul.media-list li img {
  display: block;
  margin-bottom: 8px;
  width: auto; 
}

.media-content ul.media-list li div {
  padding-left: 58px;
}

.media-content p {
  margin-bottom: 0;
  font-size: 13px;
}  

.media-content ul.media-list li div p {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 0;
}  

.shared-container-50 {
  margin-top: 20px !important;
}

.main-carousel .thumbnail .time {
  font-size: 35px;
  height: 124px;
  padding-top: 20px;
  text-align: center;
  width: 120px;
}

.thumbnail .time {
  background: #fff;
  color: #333;
  display: block;
  font-weight: bold;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 10;
}

.time span {
  display: block;
  font-size: 70px;
  line-height: 72px;
}

.content .thumbnail .time,
.feature-items .thumbnail .time {
  background: #fff;
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 62px;
  padding-top: 5px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 58px;
  z-index: 10;
}

.content .thumbnail .time span,
.feature-items .thumbnail .time span {
  display: block;
  font-size: 35px;
  line-height: 30px;
}

.thumbnail .video {
  background: #fff url("../../images/ThinkUKnow_11_16_New/play.gif") no-repeat 50% 50%;
  display: block;
  height: 50px;  
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  padding-bottom: 0 !important;
}

/*---- Holding Template ----*/
.holding #inner-wrapper {
  background: #fff;  
  padding-bottom: 0;
}

.holding .gateway {
  padding: 20px 0 0 0;
}

.holding .gateway h1 {
  margin-top: 0;
}

.holding .thumbnails {
  padding: 0 10px 0;
}

.holding .content-one {
  margin: 20px 0 0 0;
}

.holding .footer-content-one .beta,
.holding .footer-content-two .beta {
  padding: 20px;
}

.holding .footer-content-one .beta h3 {
  margin-top: 20px;
  margin-bottom: 0;
  color: #fff;
}

.holding .footer-content-one .beta p,
.holding .footer-content-two .beta p {
  margin-top: 20px;
  margin-bottom: 0;
  color: #fff;
}

.holding .footer-content-one {
  margin-bottom: 20px;
}

/* ---------------------------------------- EMBEDED CONTENT ----------------------------------------- */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width : 100% !important; } /*Improve image quality when scaled in IE7 - sets image scaling ability*/

figure {
  margin-bottom: 1.5em;
}

figure img {
  margin-bottom: 0.375em;
}

figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
}

.video-container {
  padding: 20px;
}

.video {
  height: 0;
  /* overflow: hidden; */
  padding-bottom: 56.25%;
  position: relative;
}

.video iframe, 
.video object, 
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --------------------------------------------- FORMS ---------------------------------------------- */
div.form { margin: 0; }
div.form fieldset { border: 0; margin: 0; padding: 0; }

div.form legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0;
  color: #000000;
  border: 0;
  border-bottom: 1px solid #8c9bab;
  white-space: normal;
}

label, button, input, select, textarea    
{
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle; 
  }
  
button, input { line-height: normal; /**overflow: visible;*/  -webkit-appearance: none; /*Remove for shadows*/}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type=button], input[type=reset], input[type=submit] { cursor: pointer; -webkit-appearance: button; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */
textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
/*input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }*/

label {
  display: block;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}

label input, abel textarea, label select {
  display: block;
}

input, textarea, select {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #8c9bab;
  color: #000000;
}

input:hover, textarea:hover, select:hover {
  border-color: #586879;
}

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}

select {
  width: auto;
  background-color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}

select[multiple],
select[size] {
  height: auto;
}

textarea {
  resize: vertical;
  overflow: auto;
  height: auto;
  overflow: auto;
  vertical-align: top;
}

input[type="hidden"] {
  display: none;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}

input:focus,
textarea:focus {
  border-color: #2d353e, 40%;
  outline: 0;
  outline: thin dotted \9;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*----------------------------------------JQUERY ERROR CHECKING--------------------------------------*/
input:focus, select:focus {
  outline: none;
}

.InputGroup {
  display: inline-block;
  padding: 3px 4px;
  border: 1px solid #FFF;
  border-radius: 7px;
  -moz-border-radius: 7px;
}

.ErrorField {
  border-color: #D00;
  color: #D00;
  background: #FFFFFE;
}

.required {color:red;}
span.ValidationErrors {
  display: inline-block;
  font-size: 12px;
  color: #D00;
  padding-left: 10px;
  font-style: italic;
}

/* -------------------------------------------- TABLES --------------------------------------------- */
.table-wrap {
  padding: 0 20px;
}

.table-wrap h3 {
  margin-left: 0;
  margin-right: 0;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin: 20px 0;
}

.table th, .table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #666;
}

.table th {
  font-weight: bold;
  color: #fff;
  background: #333;
}

.beta .table th, .delta .table th {
  color: #333;
  background: #fff;
}

.table thead th {
  vertical-align: bottom;
}

.table caption+thead tr:first-child th, 
.table caption+thead tr:first-child td, 
.table colgroup+thead tr:first-child th, 
.table colgroup+thead tr:first-child td, 
.table thead:first-child tr:first-child th, 
.table thead:first-child tr:first-child td { 
  border-top: 0;
}

.table tbody+tbody {
  border-top: 1px solid #666;
}

.beta .table tbody+tbody {
  border-top: 1px solid #fff;
}

.delta .table tbody+tbody {
  border-top: 1px solid #fff;
}

body.lower .table tbody+tbody {
  border-top: 1px solid #fff;
}

/* ----------------------------------------- NO QUERIES ----------------------------------------- */

/*Navigation*/

/* ----------------------------------------- IE FIXES ----------------------------------------- */

/*---- ie8 and ie7 fixes ----*/
/* All */
.lt-ie9 h1, .lt-ie9 .h1 { font-size: 48px; line-height: 44px; }
.lt-ie9 h2, .lt-ie9 .h2 { font-size: 26px; line-height: 36px; }
.lt-ie9 h3, .lt-ie9 .h3 { margin-bottom: 1em; font-size: 23px; line-height: 27px; }
.lt-ie9 p a:hover { color: #a5a3a3; }
.lt-ie9 img.default { width: 40%; }
.lt-ie9 img.pull-left { float: left; margin-right: 20px; margin-bottom: 20px; }
.lt-ie9 img.pull-right { float: right; margin-left: 20px; margin-bottom: 20px; }
.lt-ie9 .pull-middle { display: block; margin: 20px auto; }
.lt-ie9 img.large { width: 100%; height: auto; }
.lt-ie9 img.medium { width: 50%; height: auto; }
.lt-ie9 img.small { width: 25%; height: auto; }
.lt-ie9 blockquote { position: relative; margin: 0 -10px; }
.lt-ie9 blockquote.half { width: 50%; }
.lt-ie9 blockquote.male { float: left; }
.lt-ie9 blockquote.female { float: right; }
.lt-ie9 .logo { text-align: left; margin: -15px 0 3% 0; }
.lt-ie9 #wrapper.active { left: 0; }
.lt-ie9 a.menu-link { display: none !important; }
.lt-ie9 nav#menu { margin-bottom: 0; }
.lt-ie9 .js nav#menu { max-width: none; position: static; width: auto; background: transparent; }
.lt-ie9 nav#menu ul li a { border-bottom: none; }
.lt-ie9 nav#menu ul li li a { border-bottom: none; }
.lt-ie9 nav#menu ul li:hover a { color: #333 !important; background: #000 !important; }
.lt-ie9 nav#menu ul li:hover li a { color: #fff !important; background: #ff0 !important; }
.lt-ie9 nav#menu ul li:hover li a:hover { color: #333 !important; background: #fff !important; }
.lt-ie9 nav#menu ul li:hover a { color: #fff !important; background: #000; }
.lt-ie9 nav#menu ul li:hover li a { color: #333 !important; background: #ff0; }
.lt-ie9 nav#menu ul li a.toggle-search:hover { background: #000 !important; }
  /* secondary nav */
.lt-ie9 nav#menu ul ul { display: none; }
.lt-ie9 nav#menu ul li:hover > ul { display: block; }
.lt-ie9 nav#menu ul { float: right; }
.lt-ie9 nav#menu ul li { width: auto; border-bottom: none; }
.lt-ie9 nav#menu ul ul li { border: none; }
.lt-ie9 nav#menu ul li:first-child { display: none; }
.lt-ie9 nav#menu ul li:last-child { display: inline; }
.lt-ie9 nav#menu ul ul li:first-child { display: block; }
.lt-ie9 nav#menu ul ul { padding: 0; position: absolute; }
.lt-ie9 nav#menu ul ul li { float: left; position: relative; background: #ff0; width: auto; }
.lt-ie9 nav#menu ul ul li a { color: #333 !important; display: block; font-size: 12px; padding: 5px 10px; text-decoration: none; } 

.lt-ie9 a.menu-link { display: none !important; }

.lt-ie9 .tips ul li { background: url("../../images/ThinkUKnow_11_16_New/circle.gif") no-repeat 0 20px; }
.lt-ie9 .tips ul li:before { content: none; }
.lt-ie9 ul.questions li h4 { background: #333 url("../../images/ThinkUKnow_11_16_New/accordion-q.gif") no-repeat 0 0 !important; }
.lt-ie9 ul.questions li h4:hover { background: #000 url("../../images/ThinkUKnow_11_16_New/accordion-q.gif") no-repeat 0 0 !important; }
.lt-ie9 .pagination ul { float: left; }
.lt-ie9 footer .links { width: 796px; margin-right: 0; margin-left: 0; float: left; }
.lt-ie9 footer .footer-links { float: left; width: 159px; }
.lt-ie9 footer .social-footer { width: 250px; padding: 0 0 0 60px;}
.lt-ie9 footer .legal { float: right; width: 264px; }
.lt-ie9 footer .legal p { text-align: right; margin-left: 0; margin-right: 0; }
.lt-ie9 footer .logos { text-align: left;}
.lt-ie9 footer .logo-btns { float: right; width: 40%; text-align: left; margin: 10px 0 0 0; position: relative; }
.lt-ie9 footer .childline { margin-left: 20px; position: relative; }

/* Home */
.lt-ie9 .container-100 { width: 100%; float: left; }
.lt-ie9 .container-50 { width: 50%; float: left; }
.lt-ie9 .rsArrowLeft { margin-left: -100px; display: block !important; }
.lt-ie9 .rsArrowRight { margin-right: -100px; display: block !important; }
.lt-ie9 .thumbnails li { width: 25%; float: left; }
.lt-ie9 .mixed-media-carousel { margin-top: 10px; }

/* Got a question, Need help, Search Results  AND Article Template */
.lt-ie9 .question .main-content, .lt-ie9 .help .main-content, .lt-ie9 .search-results .main-content, .lt-ie9 .article-template .main-content { width: 774px; float: left; }
.lt-ie9 .question aside, .lt-ie9 .help aside, .lt-ie9 .search-results aside, .lt-ie9 .article-template aside { width: 266px; float: right; }

/* Need help */
.lt-ie9 img.pull-right { float: right; margin-left: 20px; margin-bottom: 20px; }

/* Article Template */
.lt-ie9 .tips { margin-bottom: 0; }
.lt-ie9 .tips ol { list-style: none; }
.lt-ie9 .tips ol li:before { content: none; }
.lt-ie9 .tips ol li.ol1 { color: #fff; background: url("../../images/ThinkUKnow_11_16_New/circle-1.gif") no-repeat 0 20px !important; }
.lt-ie9 .tips ol li.ol2 { color: #fff; background: url("../../images/ThinkUKnow_11_16_New/circle-2.gif") no-repeat 0 20px !important; }
.lt-ie9 .tips ol li.ol3 { color: #fff; background: url("../../images/ThinkUKnow_11_16_New/circle-3.gif") no-repeat 0 20px !important; }
.lt-ie9 .tips ol li.ol4 { color: #fff; background: url("../../images/ThinkUKnow_11_16_New/circle-4.gif") no-repeat 0 20px !important; }
.lt-ie9 .tips ol li.ol5 { color: #fff; background: url("../../images/ThinkUKnow_11_16_New/circle-5.gif") no-repeat 0 20px !important; }
.lt-ie9 .tips ol li.ol6 { color: #fff; background: url("../../images/ThinkUKnow_11_16_New/circle-6.gif") no-repeat 0 20px !important; }
.lt-ie9 .tips ol li.ol7 { color: #fff; background: url("../../images/ThinkUKnow_11_16_New/circle-7.gif") no-repeat 0 20px !important; }
.lt-ie9 .tips ol li.ol8 { color: #fff; background: url("../../images/ThinkUKnow_11_16_New/circle-8.gif") no-repeat 0 20px !important; }
.lt-ie9 .tips ol li.ol9 { color: #fff; background: url("../../images/ThinkUKnow_11_16_New/circle-9.gif") no-repeat 0 20px !important; }

/* Holding Template */
.lt-ie9 .holding { padding-top: 40px; background: #fff !important; }
.lt-ie9 .holding .content { position: relative; }
.lt-ie9 .holding .logo { float: left; margin: 0 20px; }
.lt-ie9 .holding h2 { clear: both; }
.lt-ie9 .holding .beta { background: #333; }
.lt-ie9 .holding .footer-content-one { display: inline; float: left; padding: 0 10px 0 0; }
.lt-ie9 .holding .footer-content-two { display: inline; float: left; padding: 0 0 0 10px; }
.lt-ie9 .holding .footer-content-one { margin-bottom: 0; }
.lt-ie9 .holding .footer-content-one .beta h3 { margin-top: 0; }
.lt-ie9 .holding .footer-content-one .beta .pull-left { width: 48%; }

/*---- ie8 fixes ----*/
/* All */
.ie8 .content .thumbnails li { width: 33.3333%; }
.ie8 .widget .thumbnails li { width: 100%; }

/* Got a question */
.ie8 ul.questions li:before { content: none; }

/* Holding Template */
.ie8 .content .thumbnails li { width: 33.3333%; }
.ie8 .holding .content .content-one .thumbnails li { width: 50%; }
.ie8 .holding .content .content-two .thumbnails li { width: 100%; margin-bottom: 0; }
.ie8 .holding .content .content-two .thumbnails li:first-child { margin-bottom: 20px; }
.ie8 .holding .content-one { display: inline; float: left; width: 66.6667%; }
.ie8 .holding .content-two { border-left: 1px solid #ccc; display: inline; float: left; width: 33.3333%; margin: 20px 0 0 0; }
.ie8 .holding .content-one img, .ie8 .holding .content-two img { min-height: 192px; }
.ie8 .holding .footer-content-one { width: 66.6667%; }
.ie8 .holding .footer-content-two { width: 33.3333%; }
.ie8 .holding .footer-content-one .beta, .ie8 .holding .footer-content-two .beta { height: 215px; }

/*---- ie7 fixes ----*/
/* All */
.ie7 a { text-decoration: none; cursor: pointer; }
.ie7 p a { text-decoration: underline; }
.ie7 .content .thumbnails li { width: 327px; }
.ie7 blockquote.half { width: 337px; }
.ie7 .widget { padding-bottom: 20px; }
.ie7 .widget .thumbnails li { width: 226px; }
.ie7 .feature-items .thumbnails li { width: 240px; margin-bottom: 0; } 
.ie7 .feature-items { padding-bottom: 20px; }
.ie7 footer .ceop, .ie7 footer .childline { display: block; float: left; }
.ie7 .need-advice .content, .ie7 .true-stories .content { float: left; }

/* Home */
.ie7 .rsDefault .rsBullet { display: inline; padding: 5px 0 0 0; }
.ie7 .contentSlider img { width: auto; }
.ie7 .mixed-media-carousel a { text-decoration: none; }

/* Got a question, Search Results AND Article Template */
.ie7 .question .main-content .form-search button[type="submit"], .ie7 .search-results .main-content .form-search button[type="submit"], .ie7 .article-template .main-content .form-search button[type="submit"] { margin-top: -60px; }
.ie7 .question .main-content .results, .ie7 .search-results .main-content .results, .ie7 .article-template .main-content .results { padding-top: 30px; }
.ie7 .question .main-content .results h3, .ie7 .search-results .main-content .results h3, .ie7 .article-template .main-content .results h3 { margin-top: -10px; }

/* Need help */
.ie7 .help .main-content .results { padding-top: 30px; }
.ie7 .help .main-content .results h3 { margin-top: -10px; }

/* News */
.ie7 .news .content { float: left; padding-bottom: 0; }
.ie7 .news .filter-wrapper { padding-bottom: 15px; }
.ie7 .news .select-wrap { height: 30px; }
.ie7 .news .filter .select-wrap select { height: 30px; line-height: 30px; }

/* Article Template */
.ie7 .tips ol li { padding-bottom: 0; }

/* Holding Template */
.ie7 .holding .footer-content-one { width: 697px; }
.ie7 .holding .footer-content-two { width: 343px; }
.ie7 .holding .footer-content-one .beta, .ie7 .holding .footer-content-two .beta { height: 165px; }

/* ----------------------------------------- MEDIA QUERIES ----------------------------------------- */

/* Smartphones (portrait and landscape) ----------- */
/* This is also used for max screen width 767 */
/*@media (max-resolution: 131dpi) and (min-width: 767px) > {

}*/
@media only screen and (max-width : 767px) { 

}

@media (min-resolution: 341dpi) and (min-width: 767px) { /*This should target HTC High Res*/

}

/* Smartphones (portrait) ----------------------------------------------------- */
@media only screen and (max-width : 320px) {
  footer .childline {
    margin-top: 10px;
  }

}

@media only screen and (max-width : 350px) {
  .main-content .form-search input[type="text"] {
    font-size: 20px;
  }

}

@media only screen and (max-device-width : 400px) {
  .video {
    overflow: hidden;
  }
}

/* Smartphones (landscape) ----------------------------------------------------- */
@media only screen and (min-width : 321px) {
  footer .childline {
    margin-left: 5px;
  }
}


@media only screen and (min-width : 480px) {
  .container-50 .container-50 { 
    width: 50%; 
    float: left; 
  }

  .thumbnails li {
    width: 50%;
    display: inline;
    float: left;
  }
  
   .alpha .thumbnails li {
  	width: 100%;
  }

  footer .footer-links {
    float: left;
    width: 50%;
  }
  
  footer .childline {
    margin-left: 20px;
  }

  .mixed-media-carousel { 
    margin: 10px;
  } 

}

@media only screen and (min-width : 480px) and (max-width: 959px) {
	/* Pyramid stacking disabled
  .content .thumbnails li:last-child {
    display: block;
    float: none;
    clear: left;
    margin-left: auto;
    margin-right: auto;
  }*/

  .holding .content .thumbnails li:last-child {
    display: block;
    float: left;
    clear: none;
    margin-left: 0;
    margin-right: 0;
  }

}

@media only screen and (min-width : 481px) and (max-width: 659px) {
  .main-carousel { 
    margin: 10px 10px -10px 10px;
  } 

  .main-carousel .thumbnail {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width : 639px) { 
  #wrapper.active {
    left: 0;
  }

  a.menu-link, li.click-ceop-mobile {
     display: none !important;
  }

  .js nav#menu {
    max-width: none;
    position: static;
    width: auto;
    background: transparent;
  }

  nav#menu ul li a {
    border-bottom: none;
  }

  nav#menu ul li li a {
    border-bottom: none;
  }

  nav#menu ul li:hover a {
    color: #333 !important;
    background: #000 !important;
  }

  nav#menu ul li:hover li a {
    color: #fff !important;
    background: #ff0 !important;
  }
  
  .upper nav#menu ul li:hover li a {
    background: #ff0 !important;
  }
  
  .lower nav#menu ul li:hover li a {
    background: #b8e226 !important;
  }

  nav#menu ul li:hover li a:hover {
    color: #333 !important;
    background: #fff !important;
  }

  nav#menu ul li:hover a {
    color: #fff !important;
    background: #000;
  }

  nav#menu ul li:hover li a {
    color: #333 !important;
    background: #ff0;
  }
  
  .upper nav#menu ul li:hover li a {
    background: #ff0;
  }
  
  .lower nav#menu ul li:hover li a {
    background: #b8e226;
  }

  nav#menu ul li a.toggle-search:hover {
    background: #000 !important;
  }

  /* secondary nav */
  nav#menu ul ul {
    display: none;
  }

  nav#menu ul li:hover > ul {
    display: block;
  }

  nav#menu ul {
    float: right;
  }

  nav#menu ul li {
    width: auto;
    border-bottom: none;
  }

  nav#menu ul ul li {
    border: none;
  }

  nav#menu ul li:first-child { 
    display: none;
  }

  nav#menu ul li:last-child { 
    display: inline;
  }

  nav#menu ul ul li:first-child,
  nav#menu ul ul li:last-child { 
    display: block;
  }

  nav#menu ul ul {
    padding: 0;
    position: absolute; 
    /* top: 100%; - this makes secondary nav wrap under main ul, giving it additional whitespace */
  }

  nav#menu ul ul li {
    float: left; 
    position: relative;
    width: auto;
    background: #ff0;
  }
  
  .upper nav#menu ul ul li {
    background: #ff0;
  }
  
  .lower nav#menu ul ul li {
    background: #b8e226;
  }

  nav#menu ul ul li a {
    color: #333 !important;
    display: block;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
  } 

}

@media only screen and (min-width : 640px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 44px;
  }

  h2, .h2 {
    font-size: 26px;
    line-height: 36px;
  }

  h3, .h3 {
    margin-bottom: 1em;
    font-size: 23px;
    line-height: 27px;
  }

  img.default {
    width: 40%;
  }

  img.pull-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  img.pull-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .pull-middle {
    display: block;
    margin: 20px auto;
  }

  img.large {
    width: 100%;
    height: auto;
  }

  img.medium {
    width: 50%;
    height: auto;
  }

  img.small {
    width: 25%;
    height: auto;
  }

  blockquote {
    margin: 0 -10px;
  }

  blockquote.half {
    width: 50%;
  }

  blockquote.male {
    float: left;
  }

  blockquote.female {
    float: right;
  }
  
  .holding .footer-content-one .beta h3,
  .holding .footer-content-two .beta p {
    margin-top: 0;
  }
  
}

@media only screen and (min-width : 641px) {
  

  .holding .footer-content-one .beta .pull-left {
    width: 48%;
  }
  .alpha .thumbnails li {
  	width: 33.3333%;
  }
}

@media only screen and (min-width : 640px) and (max-width : 767px) {

}

@media only screen and (min-width: 660px) and (max-width: 850px) {
  .pull-left {
    float: none;
  }

  .contentSlider img { 
    float: none; 
  }

  .media-content ul.media-list li div {
    padding-left: 0;
  }

}

@media only screen and (min-width: 960px) { 
  .container-100 { 
    width: 100%; 
    float: left; 
  }

  .container-50 { 
    width: 50%; 
    float: left; 
  }

}

/* Tablets (portrait and landscape) ----------------------------------------------------- */
/* Also used for screen res up to 960 */
/*This is also included the the media query 960 plus as there is no max to this query*/
@media only screen and (min-width : 768px){
  footer .footer-links {
    float: left;
    width: 25%;
  }

  footer .legal {
    width: 100%;
    float: left;
  }
}

/* Tablets (portrait)------------------------------------------------------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  nav#menu {
    text-align: center;
  }

  nav#menu ul {
    float: none;
    display: inline-block;
    margin: 0 auto;
  }

  nav#menu ul li {
    float: none;
    width: auto;
    display: inline-block;
    margin-right: -4px;
  }

  nav#menu ul li:last-child {
    display: inline-block;
    margin-top: -15px;
  }

  nav#menu ul li .search-icon {
    display: inline-block;
    line-height: 62px;
  }
  
}

/* Tablets (landscape) ----------------------------------------------------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}


/* Desktops and laptops ----------------------------------------------------- */
@media only screen and (min-width : 960px) {
  /* All */
  .main-content {
	margin: 0 0 0 0;
  }
  
  .logo {
    float: left;
    margin: 0 0 3% 2%;
  }

  .holding .logo {
    float: left;
    margin: 0 20px 3% 20px;
  }

  .thumbnails li {
    width: 25%;
  }

  .widget .thumbnails li {
    width: 100%;
  }

  .content .thumbnails li {
    width: 33.3333%;
  }

  .holding .content .content-one .thumbnails li {
    width: 50%;
  }

  .holding .content .content-two .thumbnails li {
    width: 100%;
  }

  .holding .content-one {
    display: inline;
    float: left;
    width: 66.6667%;
  }

  .holding .content-two {
    border-left: 1px solid #ccc;
    display: inline;
    float: left;
    width: 33.3333%;
    margin: 20px 0 0 0;
  }

  .holding .content-two li:last-child {
    margin-bottom: 0;
  }

  .holding .content-one img,
  .holding .content-two img {
    min-height: 192px;
  }

  .holding .footer-content-one {
    display: inline;
    float: left;
    padding: 0 10px 0 0;
    width: 66.6667%;
  }

  .holding .footer-content-two {
    display: inline;
    float: left;
    padding: 0 0 0 10px;
    width: 33.3333%;
  }

  .holding .footer-content-one .beta,
  .holding .footer-content-two .beta {
    height: 215px; 
  }

  .holding .footer-content-one {
    margin-bottom: 0;
  }

  .pagination ul {
    float: left;
  }
  
  footer .links {
    width: 66%;
    margin-right: 0;
    float: left;
  }

  footer .legal {
    width: 30%;
    float: left;
  }

  footer .logos {
    float: right;
    margin: 0 0 10px 0;
    text-align: left;
  }
  
  footer .legal p {
    text-align: right;
    margin: 0;
    clear: right;
  }

  footer .logo-btns {
    float: right;
    width: 25%;
    text-align: left;
    margin: 0 0 0 0; 
  }
  
  footer .social-footer {
  	padding: 0 0 0 2%;
  }
  
  footer .childline {
  	margin: 10px 10px 0 0;
  }
  
  /* Got a question, Need help, Search Results AND Article Template */
  .question .main-content,
  .help .main-content,
  .search-results .main-content,
  .article-template .main-content {
    width: 73.1%;
    float: left;
  }

  .question aside,
  .help aside,
  .search-results aside,
  .article-template aside {
    width: 25.1%;
    float: right;
  }

}

@media only screen and (min-width : 960px) and (max-width: 1024px) {
  .widget a:hover .caption {
    display: none !important;
  }

}

@media only screen and (min-width : 1100px) {
/* Styles for more than 960 on ipad issues*/
  nav#menu {
    margin-bottom: 0;
  }

  .logo {
    float: left;
    margin: -15px 0 3% 0;
  }

  .holding .logo {
    float: left;
    margin: 0 20px 3% 20px;
  }
  
  footer .footer-links {
    width: 20%;
}

  footer .links { 
    margin: 0;
  }

  footer .links {
    width: 75%;
  }

  footer .legal {
    width: 25%;
  }

  footer .logo-btns {
  	float: left;
  	width: 40%;
    margin: 10px 0 0 0;
  }
  
  footer .social-footer {
	width: 40%;
	padding: 0 0 0 10%;
  }
  
  footer .childline {
    margin: 0 0 0 20px;
}

  .holding .gateway {
    margin: 40px 0 20px 0;
  }

}

@media only screen and (min-width : 1260px) {
  .rsArrowLeft { 
    margin-left: -100px;
    display: block !important;
  }

  .rsArrowRight { 
    margin-right: -100px;
    display: block !important;
  }

}

/* Large screens ------------------------------------------------------------- */
@media only screen and (min-width : 1824px) {
/* Styles */
}

/* high pixel ratio devices ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5)  {
/* Styles */
}


/* retina display */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
  a.menu-link { 
      background-image: url("../../images/ThinkUKnow_11_16_New/nav-icon@2x.png");
      background-size: 30px 25px;
  }

  .logo {
      background: url("../../images/ThinkUKnow_11_16_New/think-u-know@2x.png") no-repeat 0 0;
      background-size: 236px 187px;
  }

  nav#menu ul li .search-icon {
    background: url("../../images/ThinkUKnow_11_16_New/search-small@2x.png") no-repeat 0 0;
    background-size: 17px 16px;
  }

  .content .search-icon {
    background: url("../../images/ThinkUKnow_11_16_New/search-large@2x.png") no-repeat 0 0;
    background-size: 22px 22px;
  }

  .social ul li a {
    background: #333 url("../../images/ThinkUKnow_11_16_New/social@2x.gif") no-repeat 0 0;
    background-size: 105px 70px;
  }

  .social-footer ul li a {
    background: #333 url("../../images/ThinkUKnow_11_16_New/social-footer@2x.gif") no-repeat 0 0;
    background-size: 75px 50px;
  }

  footer .ceop {
    background: url("../../images/ThinkUKnow_11_16_New/click-ceop@2x.png") no-repeat 0 0;
    background-size: 143px 51px;
  }

  footer .childline {
    background: url("../../images/ThinkUKnow_11_16_New/childline@2x.gif") no-repeat 0 0;
    background-size: 132px 53px;
  }

}

/*@font-face {
    font-family: 'DroidSans';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-webfont.svg#QuicksandBook') format('svg');
    font-weight: normal;
    font-style: normal;
}*/


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre /*, blockquote */ { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
