/*@import url('sweet-alert-safari.css');*/

.current-page-ancestor a {
	color: #F68D2D !important;
}
.fl-lightbox {
    width: 80% !important;
}
.fl-builder-settings-tab {
    width: 100% !important;
}
.fl-page-content {
    min-height: 475px;
}
.hide {
    display: none !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
   margin: 0;
	 padding: 0;
	 border: 0;
   -webkit-margin-before: 0;
   -webkit-margin-after: 0;
   -webkit-margin-start: 0;
   -webkit-margin-end: 0;
   -webkit-padding-start: 0;
}
body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	position:relative;
}
a {
  color: blue;
	text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p {
	color: #333333;
	font-size: 15px;
  line-height: 150%;
}
@media (max-width: 768px) {
p {
	font-size: 14px;
}
}
ul {
	color: #333333;
	font-size: 15px;
}
@media (max-width: 768px) {
ul {
	font-size: 14px;
}	
}	
/*-- HEADER --*/
.members_login {
	border-bottom: 1px solid #d2d2d2;
	font-family: 'Open Sans', arial, sans-serif;
}
.members_login p {
	max-width: 1040px;
	margin: 0 auto;
	padding: 9px 20px;
	text-align: right;
	font-size: 13px;
}	
@media (max-width: 400px) {
	.members_login p {
	font-size: 11px;
	padding: 5px 20px;
}		
}
.members_login a {
	color: #333333;
	text-decoration: none;
}	
.members_login a:hover {
	text-decoration: underline;
}	
#header_above_nav {
    max-width: 1040px;
    margin: 0 auto;
    padding: 30px 0 145px 20px;
	position: relative;
}
@media (max-width: 768px) {
#header_above_nav {
    padding: 20px 0 98px 20px;
}	
}
@media (max-width: 740px) {
#header_above_nav {
    padding: 20px 0 20px 20px;
}	
}
.site_logo {
    float: left;
}
.site_logo img {
    max-width: 310px;
}
@media (max-width: 768px) {
.site_logo img {
    max-width: 230px;
}
}
@media (max-width: 740px) {
.site_logo {
    float: none;
    text-align: center;
}
}
@media (max-width: 500px) {
.site_logo img {
    max-width: 185px;
	position: relative;
    right: 15px;
}
}
.utility_ul {
  float: right;
	position: relative;
  top: 25px;
}
.utility_ul li {
    float: left;
    padding: 0 6px;
    list-style: none;
}
.utility_ul a {
    color: #333333;
}
/*-- DESKTOP SEARCH --*/
.search_div {
    text-align: right;
    max-width: 250px;
    float: right;
    margin: 21px 20px 0 0;
}
@media (max-width: 768px) {
.search_div { 
margin: 5px 10px 0 0;
}
}
@media (max-width: 740px) {
.search_div { 
	display: none;
}
}
.google_search_input {
    margin-bottom: 5px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0;
    font-size: 12px;
	padding: 0 !important;
	border-color: #D8D8D8 !important;
	height: 21px !important;
}
input.gsc-search-button.gsc-search-button-v2 {
    padding: 6px 7px !important;
    position: relative;
		right: -1px;
		margin-top: 0;
		top: 1px;
}
#book_search_icon {
    background-image: url(http://www.google.com/uds/css/v2/search_box_icon.png);
    background-repeat: no-repeat;
    background-position: 7px 7px;
    padding: 14px 14px;
    border-radius: 2px;
    background-color: #d8d8d8;
    border: black;
    cursor: pointer;
    font-size: 0px;
    position: relative;
    top: -4px;
		width: 14px;
		height: 10px;
}

.wtm_search_input, .book_search_input {
	font-size: 12px;
    padding: 5px 3px;
    width: 204px;
    margin-right: 1px;
    border: 1px solid #d8d8d8;
	border-radius: 0px;
	-webkit-appearance: none; /*fix for box-shadow on ipad*/
}
.gsc-input-box {
    width: 210px;
	  height: 26px !important;
}	
/*-search input placeholders-*/
::-webkit-input-placeholder {
   color: #333333 !important;
}
:-moz-placeholder {
   color: #333333 !important;
}
:-ms-input-placeholder {
   color: #333333 !important;
}
.highlight {
    background-color: #FFFF88;
}
.search_icon_mobile {
	  position: absolute;
    right: 30px;
    top: 40px;
    font-size: 22px;
}
@media (max-width: 500px) {
.search_icon_mobile {
	right: 20px;
	font-size: 19px;
}	
}
@media (min-width: 741px) {
.search_icon_mobile {
	display: none;
}
}
.popup_hide {
    display: none;
}
@media (max-width: 740px) {
.search_popup_hide {
	display: none;
}
}
.popup_show {
	display: block;
	position: relative;
	}
.F_search_p {
	position: absolute;
    right: 0px;
       bottom: 5px;
}
.F_search_p a {
    font-size: 12px;
    color: #F68D2D;
}
.st_print_sr {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 12px;
}
.st_print_sr a {
    color: #333333;
}
/*-- MOBILE NAVIGATION --*/
#nav_hamburger {
    position: absolute;
    left: 30px;
    top: 40px;
    height: 26px;
    width: 30px;
    z-index: 99999;
    background-size: contain;
    border-radius: 6px;
    cursor: pointer;
    background-image: url("/images/three-lines-Hamburger.png");
}
@media (max-width: 500px) {
#nav_hamburger {
		height: 20px;
    width: 23px;
	  left: 20px;
}
}
@media (min-width: 741px) {
#nav_hamburger {
  display: none;    
}
}
#nav_hamburger span {
  position: absolute;
    right: 42px;
    top: 6px;
    font-size: 14px;
    font-weight: bold;
}
/*-- MOBILE MENU --*/
#mobile_menu {
  background: #ECECEC;
    width: 100%;
    height: 210px;
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 250%;
}
.mob_nav {
    margin-left: 65px;
	line-height: 41px;
}
.mob_nav li {
  text-align: center;
  list-style: none;
  border-bottom: 1px solid black;
	border-left: 1px solid black;
}
.mob_nav li:last-child {
  border-bottom: none;
}
.mob_nav a {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.mob_nav a:hover {
  text-decoration: underline;
} 
@media (max-width: 500px) {
#mob_nav_2 span:nth-child(1) {
		display: none;	
}
}	
@media (min-width: 501px) {
#mob_nav_2 span:nth-child(2) {
		display: none;	
}
}	

/*-- DESKTOP NAVIGATION --*/
@media (max-width: 739px) {
.menu-unique_menu-container {
    display: none;
}
}
.clear_line {
	clear: both;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
}
.unique_menu {
	max-width: 1040px;
  margin: 0 auto !important;
}

.unique_menu a {
    color: #333333;
    text-decoration: none;
}
.unique_menu a:hover {
    text-decoration: underline;
}
.unique_menu li {
    list-style: none;
    font-family: 'PT Sans', sans-serif;
    float: left;
    padding: 18px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}
@media (max-width: 1060px) {
.unique_menu {
		max-width: 865px;
	}
.unique_menu li {
    padding: 18px 12px;
    letter-spacing: 1px;
}
}
@media (max-width: 880px) {
.unique_menu li {
	font-size: 12px;
	padding: 18px 9px;
}	
.unique_menu {
    max-width: 745px;
}
}
@media (max-width: 760px) {
.unique_menu li {
	font-size: 12px;
	padding: 18px 8px;
}	
.unique_menu {
    max-width: 720px;
}
}
.current-menu-item a {
    color: #FF8600;
}
/*-- FOOTER --*/
.share_print {
    color: #FF8600;
    max-width: 318px;
    margin: 0 auto;
		margin-bottom: 50px;
		margin-top: 35px;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: normal;
}
@media (max-width: 450px) {
.share_print {
    max-width: 280px;
}
}
.share_print div {
    display: inline;
	font-size: 14px;
}
.print_icon_div {
	margin-left: 38px;
}
@media (max-width: 450px) {
.print_icon_div {
	margin-left: 35px;
}	
}	
.book_pd_help {
    font-size: 11px;
    margin-top: 10px;
}
@media (max-width: 450px) {
.share_print div {
    font-size: 12px;
}
}
.share_print img {
	 margin-right: 7px;
	position:relative;
	top: 6px;
}
@media (max-width: 450px) {
.share_print {
	max-width: 270px;
}
}
.share_print a {
	color: #FF8600;
	text-decoration: none;
	cursor: pointer;
}
.share_print a:hover {
	text-decoration: underline;
}


/*-- PRINT POPUP --*/
span.small_print_icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-bottom: -4px;
}

.footer_print_icon, .small_print_icon {
	background-image: url('/images/print-this-page-icon_22x22_WEB.png');
  background-size: 100% 100%;
}


.footer_print_icon {
	background-image: url('/images/print-this-page-icon_22x22_WEB.png');
  background-size: 100% 100%;
  padding: 5px 15px;
  margin-right: 8px;
}
@media (max-width: 450px) {
.footer_print_icon {
  padding: 4px 12px;
}	
}	
.footer_share_icon {
	background-image: url('/images/share-this-page-icon_22x22_WEB.png');
    background-size: 100% 100%;
    padding: 15px 15px;
    margin-right: 8px;
    float: left;
    position: relative;
    top: -5px;
}
@media (max-width: 450px) {
.footer_share_icon {
   padding: 10px 10px;
	top: -2px;
}	
}	
#slidingDiv_10 {
	position: relative;	
	}
.print_popup_div {
  position: absolute;
    z-index: 10;
    background: white;
    border: 1px solid #333333;
    border-radius: 5px;
    width: 280px;
    right: -100px;
    bottom: 25px;
    padding: 15px;
}
.book_pd_para {
    font-size: 13px;
}
.print_popup_p1 {
    text-align: center;
    text-decoration: underline;
    padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px !important;
}
.print_popup_p2 {
    padding-bottom: 8px;
}
.print_popup_p2 a {
	font-weight: bold;	
}
#print_popup a {
  color: blue;
}
.pdf_help_single {
    font-size: 11px;
    text-align: center;
    margin-top: 10px;
}
/*-- GREY PART OF FOOTER --*/
.new_footer {
    background: #2c2d2f;
	font-family: 'Open Sans', arial, sans-serif;
}
.footer_note {	
	  color: white;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid rgba(256, 256, 256, 0.3);
    font-size: 11px;
		opacity: 1;
}
.footer_second {
    color: white;
    text-align: center;
    font-size: 11px;
    padding-top: 30px;
	opacity: 1;
}
.footer_second a{
	color: white;
}
.footer_second span {
    margin: 0 12px;
}
.footer_third {
	max-width: 170px;
  margin: 0 auto;
  margin-top: 15px;
	padding-bottom: 20px;
}
.footer_third img {
    max-width: 28px;
}
.footer_third a {
    color: #333333;
}
#google_remarketing iframe {
    position: absolute;
    height: 0;
}
#footer_blog_icon {
    background: white;
    color: #2c2d2f;
    padding: 8px 1px 7px 2px;
    border-radius: 15px;
    font-size: 9px;
    font-weight: bold;
		position: absolute;
		bottom: 0;
}
#footer_blog_icon:hover {
	 color: white;
	background: #2c2d2f;
}
.footer_third li {
    display: inline-block;
    width: 29px;
		position: relative;
}

/*-- PAGE BUILDER STYLES --*/
.fl-row-fixed-width {
    max-width: 1040px;
		margin: 0 auto !important;
}
@media (max-width: 768px) {
.fl-row-content-wrap {
	padding: 10px;
}
.fl-module-content {
	margin: 10px 20px;
}	
}
@media (max-width: 700px) {
.fl-col-small {
    max-width: 100%;
}
}
	
/*-- GLOBAL CLASSES USED ON MULTIPLE PAGES --*/
.top_banner_img {
    max-width: 100%;
		background-image: url("/images/WTM-internal-pages-slider-image_1400x280_WEB.jpg");
    background-size: contain;
    background-repeat: no-repeat;
	  height: 0;
    padding-top: 20%;
	position: relative;
}
@media (max-width: 900px) {
.top_banner_img {
		background-image: url("/images/WTM-internal-pages-slider-image_1400x333_WEB.jpg");
    padding-top: 23.8%;
}
}
@media (max-width: 450px) {
.top_banner_img {
		background-image: url("/images/WTM-home-page-main-image_1400x678_WEB.jpg");
    padding-top: 48.5%;
}
}
.top_banner_img:before {
    position: absolute;
    top: 36%;
    bottom: 0;
    vertical-align: middle;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Open Sans', arial, sans-serif;
    color: white;
    text-shadow: 1px 2px #717171;
    font-size: 32px;
    line-height: 140%;
    font-weight: 600;
}
@media (max-width: 930px) {
.top_banner_img:before {
	top: 32%;
}	
}
@media (max-width: 850px) {
.top_banner_img:before {
	font-size: 29px;
	top: 29%;
}	
}
@media (max-width: 730px) {
.top_banner_img:before {
	font-size: 24px;
	top: 26%;
}	
}
@media (max-width: 630px) {
.top_banner_img:before {
	font-size: 19px;
	top: 22%;
}	
}
@media (max-width: 450px) {
.top_banner_img:before {
    top: 44%;
	line-height: 130%;
}
}

/*-- Lab specific: scrollUp --*/
#scrollUp {
   color: #dadada;
    font-size: 47px;
    bottom: 40px;
		right: 10px;
}
@media (max-width: 768px) {
	#scrollUp {
	bottom: 55px;
}
}
#scrollUp:hover {
   color: #d2d2d2;
}
.single_img_box {
	text-align: center;	
}
.a2a_i {
    color: #333333 !important;
}
.h2_centred_underline {
	font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  text-align: center;
  color: #F68D2D;
  letter-spacing: 1px;
  padding-bottom: 35px;
  padding-top: 30px;
  border-bottom: 1px solid rgba(255, 128, 0, 0.35);
	font-weight: 600;
	margin-bottom: 40px;
	line-height: 150%;
}
@media (max-width: 768px) {
.h2_centred_underline {
	padding-top: 25px;
	margin-bottom: 15px;
	font-size: 17px;
	padding-bottom: 20px;
}
}
@media (max-width: 400px) {
.h2_centred_underline {
	padding-bottom: 25px;
	font-size: 16px;
}
}
.h2_centred_big {
	font-size: 25px;
	border-bottom: 1px solid rgba(255, 128, 0, 1);
}
.h2_centred_big_nu {
	font-size: 25px;
}
@media (max-width: 700px) {
.h2_centred_big_nu {
	font-size: 20px;
}	
}
@media (max-width: 768px) {
.h2_centred_big_nu {
	font-size: 21px
}
}
@media (max-width: 400px) {
.h2_centred_big_nu {
	font-size: 18px;
}
}
.h2_right_left {
	font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 35px;
  padding-top: 30px;
  border-bottom: 1px solid rgba(255, 128, 0, 0.35);
	font-weight: 600;
	margin-bottom: 40px
}
@media (max-width: 950px) {
.h2_right_left {
	padding-top: 25px;
	margin-bottom: 15px;
	font-size: 17px;
	padding-bottom: 20px;
}
}
@media (max-width: 400px) {
.h2_right_left {
	padding-bottom: 25px;
	font-size: 16px;
	padding-top: 5px;
}
}
.home_h3 {
    color: #F68D2D;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.home_h3 a {
    color: #F68D2D;
}
.h3_left_big {
		color: #F68D2D;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 600;
		font-size: 18px;
	padding-top: 20px;
}
.publications_h3 {
    color: #F68D2D;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 128, 0, 0.35);
    padding-bottom: 20px;
    margin-bottom: 15px;
		margin-top: 30px;
	text-transform: uppercase;
}
.h4_gold {
    color: #F68D2D;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-weight:600;
}
.h4_gold a {
	color: #F68D2D;
}
.h4_no {
    color: #F68D2D;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
.body_centre_15 {
	text-align: center;
	font-size: 15px;
	padding: 10px 0;
}
@media (max-width:768px) {
.body_centre_15 {
	padding: 7px 0;
}
}
.body_centre_15_top {
		text-align: center;
		font-size: 15px;
		padding: 0 0 10px 0;
}
.body_centre_15_top a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.body_centre_15_top a:hover {
	text-decoration: underline;
}
.body_centre_15 a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.body_centre_15 a:hover {
	text-decoration: underline;
}
.normal_justify_15 {
    font-size: 15px;
    text-align: justify;
		padding: 10px 0;
}
.normal_justify_15_top {
    font-size: 15px;
    text-align: justify;
		padding: 0 0 10px 0 ;
}
.normal_justify_15 a {
	font-weight: bold;
	color:#333333;
}
.normal_justify_15_top a {
	font-weight: bold;
	color:#333333;
}
@media (max-width:768px) {
.normal_justify_15 {
	 padding: 8px 0;
}
}
@media (max-width:450px) {
.normal_justify_15, .normal_justify_15_top {
    text-align: left;
}
}
.quote-wt {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	line-height: 150%;
	padding: 10px 0;
}
.body_centred {
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
}
@media (max-width:768px) {
.body_centred {
	padding: 7px 0;
}
}
.body_centred a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.body_centred a:hover {
	text-decoration: underline;
}
.body_centred_top {
	text-align: center;
	font-size: 14px;
	padding: 0 0 10px 0;
}
@media (max-width:768px) {
.body_centred_top {
	padding: 0 0 7px 0;
}
}
.body_centred_top a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.body_centred_top a:hover {
	text-decoration: underline;
}
.body_med {
	font-size: 14px;
}
.body_med a {
	color: #333333;
	font-weight: bold;
}
.body_small {
	font-size: 11px;
}
.body_small a {
	color: #333333;
	font-weight: bold;
}
.body_centred_small {
    font-size: 11px;
		text-align: center;
}
.body_centred_small a {
	color: #333333;
	font-weight: bold;
}
.normal_p {
    font-size: 14px;
    text-align: justify;
		padding: 10px 0;
}
@media (max-width:768px) {
.normal_p {
	 padding: 8px 0;
}
}
@media (max-width:450px) {
.normal_p {
    text-align: left;
}
}
.normal_p a {
	font-weight: bold;
	color:#333333;
}
.quote_arial {
    font-weight: 700;
    font-size: 87%;
}
.quote_addit_arial {
    font-size: 90%;
}
.quote-source-arial {
	font-size: 11px;
}
.body-indented-wt {
	text-indent: 1.425em;
}
.breadcrumbs {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    z-index: 10;
}
@media (max-width:740px) {
	.breadcrumbs {
    font-size: 10px;
}
}
.breadcrumbs a {
	color: black;
	text-decoration: none;
}	
.breadcrumbs a:hover {
	text-decoration: underline;	
}	
.book_bc_container {
	border-bottom: 1px solid #d2d2d2;
	background: #f2f1f1;
}
.book_breadcrumbs {
    padding: 28px;
    position: relative;
		text-align: left;
    max-width: 1040px;
    margin: 0 auto;
		font-family: 'Open Sans', arial, sans-serif;
		font-size: 11px;
}
.responsive_video {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.responsive_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width:500px) {
	.zopim {
		display: none !important;
	}	
}
@media (max-width: 740px) {
.disappear_br {
		display:none;
}
}
.pipe_with_space {
	margin: 0 7px;	
}
.body-bullet-1-wt {
	list-style-position: outside;
	padding-left: 29px;
	list-style-image: url(/images/Bullet7ptWithAirTransparentGrey.png);
	line-height: 150%;
}
@media (max-width: 450px) {
ul.body-bullet-1-wt {
	padding-left: 10px;
}
}
.clear {
	clear:both;
}
#_pix_id {
    position: absolute;
    bottom: 0;
	visibility: hidden;
}
#google_retarget_pixel {
    position: absolute;
    bottom: 0px;
}
.h2_404 {
    margin-top: 40px;
}
.p_404 {
    text-align: center;
    font-weight: 600;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 18px;
}
/*-- Home Page --*/

/*-- Geldof up the top --*/
.homepage_Geldof_alert {
    max-width: 1040px;
    margin: 0 auto;
    background-image: url('/images/Sunrise_Cloud_Sky-Orange_1200x658_ORIG.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -13px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 768px) {
.homepage_Geldof_alert {
    margin-top: -5px;
    margin-bottom: 10px;
}	
}
@media (max-width: 740px) {
.homepage_Geldof_alert {
    margin-top: 0px;
    margin-bottom: 10px;
}	
}
.Geldof_short_Launch_Video {
    margin-left: 10px;
}
@media (max-width: 810px) {
.Geldof_short_Launch_Video {
    margin-left: 3px;
}	
}
@media (max-width: 768px) {
.Geldof_short_Launch_Video {
   display: none;
}	
}
@media (min-width: 769px) {
#Geldof_short_Launch_Video_mobile {
	display: none;	
}
}
.Geldof_alert_table td:nth-child(1) {
    width: 27%;
}
.Geldof_alert_table td:nth-child(3) img {
    position: absolute;
    right: 12px;
    width: 130px;
    top: -15px;
}
@media (max-width: 810px) {
.Geldof_alert_table td:nth-child(3) img {
    right: 3px;
    width: 100px;
}
}
@media (max-width: 600px) {
.Geldof_alert_table td:nth-child(3) img {
    right: 3px;
    width: 75px;
		top: -5px;
}
}
@media (max-width: 450px) {
.Geldof_alert_table td:nth-child(3) img {
    width: 50px;
		right: 2px;
}
}
.Geldof_alert_table td:nth-child(3) {
    width: 13%;
}
@media (max-width: 450px) {
.Geldof_alert_table td:nth-child(3) {
    width: 14%;
}
}
.Geldof_alert_table {
    width: 100%;
}
.top_para {
    font-weight: bold;
    max-width: 950px;
    margin: 0 auto;
    font-size: 28px;
    padding: 0 20px;
    color: black;
    line-height: 135%;
}
@media (max-width:900px) {
.top_para {
    font-size: 24px;
}	
}
@media (max-width:750px) {
.top_para {
    font-size: 18px;
}	
}
@media (max-width: 585px) {
.top_para {
    font-size: 15px;
}	
}
@media (max-width: 405px) {
.top_para {
    font-size: 13px;
}	
}
@media (max-width: 380px) {
.top_para {
    font-size: 11px;
}	
}
@media (max-width: 500px) {
.top_para br {
    display: none;
}
}
/*-- End of Geldof up the top--*/


/*-- Historic day for the human race --*/
.homepage_alert_hidden {
    padding: 0 30px 20px 30px;
}
.Launch_container .h2_centred_underline {
    font-size: 35px;
    padding: 0;
    margin-bottom: 4px;
		font-weight: bold;
		border-bottom:none;
		color: #ed6015;
}
@media (max-width: 800px) {
.Launch_container .h2_centred_underline {
    font-size: 30px;
}	
}
@media (max-width: 640px) {
.Launch_container .h2_centred_underline {
    font-size: 25px;
		line-height: 120%;
}	
}
@media (max-width: 550px) {
.Launch_container .h2_centred_underline {
    max-width: 400px;
    margin: 4px auto 4px auto;
}	
}
.hm_historic_h3 {
    text-align: center;
    font-weight: 600;
    max-width: 845px;
    margin: 0 auto;
    color: #ed6015;
    font-size: 19px;
    text-transform: uppercase;
	  margin-bottom: 12px;
}
@media (max-width: 800px) {
.hm_historic_h3 {
    font-size: 16px;
}	
}
.hm_watch_launch_p {
    font-size: 20px;
    font-weight: bold;
		margin-bottom: 5px;
	  margin-top: 20px;
}
@media (max-width: 800px) {
.hm_watch_launch_p {
    font-size: 18px;
}	
}
.FREEDOM_Launch_Video {
    max-width: 800px;
    margin: 0 auto;
}
.hm_read_jg_address_p a {
    color: #333;
		font-weight: 600;
}
.hm_read_jg_address_p {
    font-size: 20px;
    margin: 25px auto 25px auto;
}
@media (max-width: 830px) {
.hm_read_jg_address_p {
    font-size: 17px;
		margin: 10px auto 25px auto;
}	
}	
@media (max-width: 740px) {
.hm_read_jg_address_p {
    font-size: 15px;
		margin: 10px auto 25px auto;
}	
}	
@media (max-width: 600px) {
.hm_read_jg_address_p {
    font-size: 13px;
		margin: 0px auto 10px auto;
}	
}	
.hm_read_jg_address_p a {
	color: #333;	
}	
.hm_more_details_p {
		text-align:center;
		padding-top: 0px;
		font-size:16px;
}
@media (max-width: 740px) {
.hm_more_details_p {
		font-size: 14px;
	}	
}	
@media (max-width: 600px) {
.hm_more_details_p {
		font-size: 12px;
	}	
}	
/*-- FREEDOM Launch stuff expanded --*/
.homepage_alert_p {
	padding: 5px 0;
}
.homepage_alert_container p {
    color: black;
}
.homepage_alert_quote {
    font-size: 13.2px;
}
.homepage_alert_container a {
    color: black;
    font-weight: bold;
}
.homepage_alert_hidden {
    padding: 0 30px 20px 30px;
}

.slider_scripts {
    height: 0;
}
.launch_details_button {
    max-width: 745px;
    margin: 0 auto;
    line-height: 100%;
}
@media (max-width: 800px) {
.launch_details_button {
		font-size: 14px;	
}	
}
.launch_details_button span {
    font-size: 15px;
    position: relative;
    top: 4px;
		font-weight: normal;
}
.hm_video_indent {
    margin-left: 57px;
    text-indent: -17px !important;
}
#geldof_vid_sec:hover {
	cursor: pointer;
} 
.hm_launch_enlarge_p {
    text-align: center;
    line-height: 100%;
    font-size: 12px;
}
.launch_details_button a {
	color: red;
}

/* -- Slider for alert --*/
#launch-imgs ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
#launch-imgs li.bjqs-slide{/*position:absolute;*/ display:none;}
#launch-imgs ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
#launch-imgs ul.bjqs-controls.v-centered li a{position:absolute;}
#launch-imgs ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
#launch-imgs ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
#launch-imgs ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
#launch-imgs ol.bjqs-markers.h-centered{text-align: center;font-size: 15px;}
#launch-imgs ol.bjqs-markers li{display:inline;}
#launch-imgs ol.bjqs-markers li a{display:inline-block;}
#launch-imgs p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

#launch-imgs {
    margin: 0 auto;
		margin-bottom: 40px;
}
#launch-imgs .bjqs-markers a {
    color: black;
}
#launch-imgs .home_launch_directional {
    background: #333;
    color: white;
    padding: 1px 3px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 13px;
}
#launch-imgs .active-marker a {
    background: #333;
    color: white;
    padding: 0 4px;
	  border-radius: 3px;
}
#launch-imgs .bjqs-markers.h-centered li {
    margin: 0 3px;
}
/*--end of slider in alert--*/

/*-- FREEDOM Ad Campaign --*/
.freedom-lauch-newspapers-enlarge {
    text-align:center;
    font-size:13px;
    padding: 5px 0;
    font-weight:600;
}
.Freedom-launched-newspaper-ads {
    display:table;
    width: 100%;
    text-align:center;
} 
.Freedom-launched-newspaper-ads-row {
    display:table-row;
}
.Freedom-launched-newspaper-ads-cell {
    display: table-cell;
    width:25%;
    padding:0 5px;
}
.Freedom-launched-newspaper-ads-cell p {
    font-size: 14px;
    padding-top:3px;
}

/*-- Article examples --*/
.hm_article_examples {
    display: table;
    width: 100%;
    text-align: center;
	margin-top: 15px;
}
.hm_article_examples_row {
    display: table-row;
}
.hm_article_examples_cell {
    display: table-cell;
    width: 50%;
}
@media (max-width: 650px) {
	.hm_article_examples_cell {
    display: block;
		width: 100%;
		margin-bottom: 15px;
}
}
.hompage_alert_imag_img img {
    max-height: 216px;
}
.hm_irish_img img {
    border: 1px solid #d2d2d2;
    padding: 7px;
}


/*-- End article examples --*/


/*-- FREEDOM in bookstores --*/
.homepage_alert_ul {
    font-size: 0;
		line-height:0;
		max-width: 855px;
    margin: 0 auto;
}
@media (max-width: 930px) {
.homepage_alert_ul {
    max-width: 685px;
}
}
@media (max-width: 760px) {
.homepage_alert_ul {
    max-width: 565px;
}
}
@media (max-width: 640px) {
.homepage_alert_ul {
    max-width: 425px;
}
}
@media (max-width: 500px) {
.homepage_alert_ul {
    max-width: 305px;
}
}
@media (max-width: 380px) {
.homepage_alert_ul {
    max-width: 255px;
}
}
.homepage_alert_ul li {
    list-style: none;
    float: left;
    margin: 10px;
    border: 1px solid black;
}
@media (max-width: 930px) {
.homepage_alert_ul li {
    margin: 10px 6px;
}
}
@media (max-width: 640px) {
.homepage_alert_ul li {
    margin: 10px 4px;
}
}
@media (max-width: 930px) {
.homepage_alert_ul li img {
    max-height: 125px;
}
}
@media (max-width: 760px) {
.homepage_alert_ul li img {
    max-height: 100px;
}
}
@media (max-width: 640px) {
.homepage_alert_ul li img {
    max-height: 75px;
}
}
@media (max-width: 500px) {
.homepage_alert_ul li img {
    max-height: 50px;
}
}
@media (max-width: 380px) {
.homepage_alert_ul li img {
    max-height: 40px;
}
}
/*-- End of FREEDOM in Bookstores --*/

/*-- Irish Times Stuff on Homepage --*/
.homepage_alert_irish_div {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 755px) {
.homepage_alert_irish_div {
    max-width: 535px;
}	
}	
.hompage_alert_irish_img {
    float: right;
    padding: 7px 6px 3px;
		border: 1px solid #d2d2d2;
}
@media (max-width: 850px) {
.hompage_alert_irish_img img {
    width: 200px;
}
}
@media (max-width: 550px) {
.hompage_alert_irish_img img {
    width: 150px;
}
}
@media (max-width: 440px) {
.hompage_alert_irish_img img {
    width: 110px;
}
}
.homepage_alert_irish_div .homepage_alert_p_irish1 {
    padding-top: 40px;
}
@media (max-width: 755px) {
.homepage_alert_irish_div .homepage_alert_p_irish1 {
    padding-top: 20px;
}
}	
@media (max-width: 550px) {
.homepage_alert_irish_div .homepage_alert_p_irish1 {
    padding-top: 0;
}
}	
@media (max-width: 440px) {
.homepage_alert_irish_div .homepage_alert_p_irish1 {
    margin-right: 32%;
}
}	
@media (max-width: 420px) {
.homepage_alert_irish_div .homepage_alert_p_irish1 {
    margin-right: 43%;
}
}	
.homepage_alert_irish_div .homepage_alert_p_irish2 {
    padding-top: 15px;
}
@media (max-width: 550px) {
.homepage_alert_irish_div .homepage_alert_p_irish2 {
    font-size: 13px;
}
}	
.homepage_alert_p_irish1 b {
	font-size: 17px;
}
@media (max-width: 550px) {
.homepage_alert_p_irish1 b {
	font-size: 15px;
}
}
@media (max-width: 850px) {
.homepage_alert_irish_ps_div {
    margin-right: 250px;
}
}
@media (max-width: 755px) {
.homepage_alert_irish_ps_div {
    max-width: 315px;
}
}
@media (max-width: 550px) {
.homepage_alert_irish_ps_div {
    margin-right: 175px;
}
}
@media (max-width: 440px) {
.homepage_alert_irish_ps_div {
    margin-right: 0;
}
}

/*-- End Irish Times stuff --*/


/*-- End of Historic day --*/


#sixtysec_and7min_home {
    position: relative;
    margin-top: 10px;
		background-image: url('/images/ajax_loader_home.gif');
		background-repeat: no-repeat;
    background-position: 50% 30%; 
}
.hm_speil {
    font-size: 19px;
    text-align: center;
    font-weight: normal;
    opacity: 1;
    max-width: 850px;
    margin: 40px auto 0px auto;
}
@media (max-width: 900px) {
.hm_speil {
    font-size: 16px;
    margin: 25px auto 0px auto;
}
}
.hm_right_table {
	position: relative;
}
.hm_book_dl_tbl {
    width: 100%;
}
@media (max-width: 1030px) {
.hm_book_dl_tbl {
	max-width: 850px;
	margin: 0 auto;
}
}
@media (max-width: 940px) {
.hm_book_dl_tbl {
	max-width: 700px;
}
}
.hm_book_dl_tbl td:nth-child(2) {
	  width: 60%;
}
@media (max-width: 940px) {
.hm_book_dl_tbl td:nth-child(2) {
	  width: 62%;
}
}
@media (max-width: 750px) {
.hm_book_dl_tbl td:nth-child(2) {
	  width: 100%;
}
}
@media (max-width: 750px) {
.hm_book_dl_tbl td:nth-child(1)	{
		display: none;		
}
}
.hm_main_h1 {
    color: #ed6015;
    text-align: center;
    font-size: 31px;
    margin-bottom: 8px;
}
@media (max-width:1030px) {
.hm_main_h1 {
    font-size: 28px;
}	
}
@media (max-width: 940px) {
.hm_main_h1 {
    font-size: 23px;
		margin-bottom: 4px;
}
}
@media (max-width: 750px) {
.hm_main_h1 {
    font-size: 30px;
		margin-bottom: 4px;
}
}
@media (max-width: 600px) {
.hm_main_h1 {
    font-size: 25px;
		margin-bottom: 4px;
}
}
@media (max-width: 510px) {
.hm_main_h1 {
    max-width: 240px;
    margin: 0 auto 4px auto;
		line-height: 120%;
}
}
.hm_launching_p {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    line-height: 130%;
    opacity: 1;
}
@media (max-width:1030px) {
.hm_launching_p {
    font-size: 19px;
}
}
@media (max-width: 940px) {
.hm_launching_p {
    font-size: 17px;
}
}
@media (max-width: 600px) {
.hm_launching_p {
    font-size: 14px;
}
}
.hm_hp_name {
    text-align: center;
    font-size: 17px;
    line-height: 132%;
    font-weight: 600;
    opacity: 1;
	  margin: 10px 0 12px 0;
}
@media (max-width:1030px) {
.hm_hp_name {
    font-size: 14px;
}
}
@media (max-width: 940px) {
.hm_hp_name {
    font-size: 12px;
    margin: 5px 0 8px 0;
}
}
@media (max-width: 750px) {
.hm_hp_name span {
	display: none;		
}
}
.hm_book_dl_tbl td:nth-child(1) img {
		max-width: 382px;
		width: 100%;
}
@media (max-width: 750px) {
.hm_launching_p br {
    display: none;
}
}
@media (min-width: 751px) {
.hm_launching_p span {
    display: none;
}
.hm_cover_mobile {
    display: none;
}
}
.hm_cover_mobile {
    width: 46%;
    float: left;
}
.hm_cover_mobile img {
    width: 100%;
}
@media (max-width: 510px) {
.hm_cover_mobile img {
   position: relative;
	left:-10px;
}	
}	
@media (max-width: 380px) {
.hm_cover_mobile img {
   position: relative;
	left:-20px;
}	
}	
@media (max-width: 750px) {
.hm_top_button_container {
    float: right;
    margin-top: 80px;
		width: 54%;
}
}
@media (max-width: 650px) {
.hm_top_button_container {
    margin-top: 60px;
}
}
@media (max-width: 630px) {
.hm_top_button_container {
    margin-top: 25px;
}
}
@media (max-width: 510px) {
.hm_top_button_container {
    margin-top: 50px;
}
}
@media (max-width: 490px) {
.hm_top_button_container {
    margin-top: 20px;
}
}
.hm_top_button {
    position: relative;
    z-index: 1;
    width: 512px;
    margin: 0 30px;
}
@media (max-width: 1030px) {
.hm_top_button {
    max-width: 440px;
		margin: 0 auto;
}
}
@media (max-width: 940px) {
.hm_top_button {
    max-width: 350px;
}
}
@media (max-width: 750px) {
.hm_top_button {
    margin: 0;
		left: -20px;
}
}
@media (max-width: 700px) {
.hm_top_button {
    max-width: 335px;
}
}
@media (max-width: 630px) {
.hm_top_button {
    max-width: 250px;
    margin: 0 auto;
		left: 0;
}
}
@media (max-width: 510px) {
.hm_top_button {
		left: -10px;
}
}
@media (max-width: 490px) {
.hm_top_button {
    max-width: 200px;
    margin: 0 auto;
}
}
@media (max-width: 380px) {
.hm_top_button {
    max-width: 175px;
		left: -20px;
}
}
.hm_top_button button {
    background: #2d2d2d;
    border: none;
    margin-top: 2px;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
}
.hm_button_left {
    float: left;
    padding: 30px 26px 30px 33px;
}
@media (max-width:1030px) {
.hm_button_left {
    padding: 18px 24px 19px 30px;
}
}	
@media (max-width: 940px) {
.hm_button_left {
    padding: 15px 10px 15px 10px;
}
}	
@media (max-width: 630px) {
.hm_button_left {
    padding: 20px 15px 5px 15px;
}
}	
@media (max-width: 580px) {
.hm_button_left {
    padding: 15px 20px 0px 20px;
}
}	
@media (max-width: 490px) {
.hm_button_left {
    padding: 15px 13px 0px 11px;
}
}	
@media (max-width: 380px) {
.hm_button_left {
    padding: 12px 11px 0px 7px;
}
}	
.hm_button_left img {
    width: 55px;
    height: 55px;
}
@media (max-width: 940px) {
.hm_button_left img {
    width: 45px;
    height: 45px;
}
}	
@media (max-width: 490px) {
.hm_button_left img {
    width: 35px;
    height: 35px;
}
}	
.hm_button_right p:nth-child(1) {
    font-size: 38px;
    margin-top: 17px;
    font-family: 'open sans';
    font-weight: bold;
}
@media (max-width:1030px) {
.hm_button_right p:nth-child(1) {
   font-size: 29px;
	margin-top: 12px;
}
}
@media (max-width: 940px) {
.hm_button_right p:nth-child(1) {
   font-size: 25px;
	margin-top: 8px;
}
}
@media (max-width: 630px) {
.hm_button_right p:nth-child(1) {
	line-height: 120%;
	margin-bottom: 7px;
}
}
@media (max-width: 580px) {
.hm_button_right p:nth-child(1) {
	margin-bottom: 6px;
	font-size: 23px;
}
}
@media (max-width: 380px) {
.hm_button_right p:nth-child(1) {
	font-size: 19px;
}
}
.hm_button_right p {
    color: white;
    text-align: left;
    opacity: 1;
}
@media (max-width: 940px) {
.hm_button_right p {
		font-size: 13px;
}
}
@media (max-width: 630px) {
.hm_button_right p:nth-child(2) {
    text-align: center;
		line-height: 125%;
		padding-bottom: 4px;
}
}
@media (min-width: 621px) {
.hm_button_right p:nth-child(2) br {
    display: none;
}
}
.hm_launched_p {
    text-align: center;
    /*max-width: 550px;*/
    margin: 14px auto 15px auto;
    font-size: 15px;
	
}
@media (max-width:1030px) {
.hm_launched_p {
    font-size: 14px;
}	
}	
@media (max-width: 940px) {
.hm_launched_p {
    font-size: 12px;
}	
}	
@media (max-width: 750px) {
.hm_launched_p {
    font-size: 14px;
	  position: relative;
    top: 25px;
}	
}	
@media (max-width: 580px) {
.hm_launched_p {
    top: 15px;
}	
}	
@media (max-width: 510px) {
.hm_launched_p {
    clear: both;
}	
}	
.hm_finding_div {
    max-width: 925px;
    margin: 0 auto;
}
@media (max-width: 750px) {
.hm_bullets_container .fl-node-570b90df4cf05 {
    padding: 10px 20px;
}
}
.hm_finding_div li {
    font-size: 16px;
    margin-bottom: 12px;
}
@media (max-width: 1030px) {
.hm_expl_intro_ul {
    max-width: 860px;
    margin: 0 auto;
}
}
@media (max-width: 950px) {
.hm_expl_intro_ul {
    max-width: 785px;
}
}
@media (max-width: 880px) {
.hm_expl_intro_ul {
    max-width: 670px;
}
}
@media (max-width: 750px) {
.hm_expl_intro_ul {
    max-width: 575px;
}
}
@media (max-width: 630px) {
.hm_expl_intro_ul {
    max-width: 450px;
}
}
@media (max-width: 510px) {
.hm_expl_intro_ul {
    max-width: 275px;
}
}
.hm_expl_intro_ul li {
    max-width: 300px;
    float: left;
    margin: 0 5px;
		list-style: none;
		width: 100%;
	height: 285px;
}
@media (max-width: 1030px) {
.hm_expl_intro_ul li {
    max-width: 275px;
}	
}	
@media (max-width: 950px) {
.hm_expl_intro_ul li {
    max-width: 250px;
}	
}	
@media (max-width: 880px) {
.hm_expl_intro_ul li {
    max-width: 212px;
}	
}	
@media (max-width: 750px) {
.hm_expl_intro_ul li {
    max-width: 275px;
}	
}	
@media (max-width: 630px) {
.hm_expl_intro_ul li {
    max-width: 212px;
}	
}	
@media (max-width: 510px) {
.hm_expl_intro_ul li {
    max-width: 275px;
}	
}	
@media (max-width: 750px) {
.hm_expl_intro_ul li:nth-child(-n+2) {
    height: 230px;
}
}
.hm_fmore_ul {
    list-style: none;
}
@media (max-width: 1090px) {
.hm_fmore_ul {
    max-width: 835px;
    margin: 0 auto;
}
}
@media (max-width: 890px) {
.hm_fmore_ul {
    max-width: 720px;
    margin: 0 auto;
}
}
@media (max-width: 760px) {
.hm_fmore_ul {
    max-width: 515px;
    margin: 0 auto;
}
}
@media (max-width: 530px) {
.hm_fmore_ul {
    max-width: 320px;
    margin: 0 auto;
}
}
@media (max-width: 1090px) {
	.fl-node-570b918c8f8a2 .fl-module-content {
		margin: 0 0 20px 0;		
}
}
@media (max-width: 1090px) {
.fl-node-570b918c8f8a2 .hm_h4 {
    margin-left: 20px;
    margin-right: 20px;
}
}
.hm_fmore_ul li {
    float: left;
    max-width: 180px;
    margin: 0px 5px;
    text-align: center;
}
@media (max-width: 1090px) {
.hm_fmore_ul li {
    max-width: 150px;
}
}
@media (max-width: 890px) {
.hm_fmore_ul li {
    max-width: 121px;
}
}
@media (max-width: 760px) {
.hm_fmore_ul li {
    max-width: 150px;
}
}
@media (max-width: 760px) {
.hm_fmore_ul li {
    max-width: 150px;
}
}
@media (max-width: 760px) {
.hm_fmore_ul li:nth-child(-n+3) {
    height: 225px;
}
}
@media (max-width: 1090px) {
.hm_fmore_ul li:nth-child(3) {
    max-width: 180px;
}
}
@media (max-width: 530px) {
.hm_fmore_ul li:nth-child(3) {
    margin-left: 77px;
}
}
.hm_fmore_ul img {
    max-height: 180px;
}
@media (max-width: 1090px) {
.hm_fmore_ul img {
    max-height: 150px;
}
}
@media (max-width: 890px) {
.hm_fmore_ul img {
    max-height: 133px;
}
}
@media (max-width: 760px) {
.hm_fmore_ul img {
    max-height: 158px;
}
}
@media (max-width: 1090px) {
.hm_praise_p br {
	display: none;
}
}
.hm_fmore_ul .hm_quote_div {
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
		line-height: 140%;
		margin-bottom: 0;
}
.hm_fmore_ul .hm_quote_2 {
	 font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
		line-height: 140%;
		margin-bottom: 0;
}	
.hm_h4 {
    color: #F68D2D;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    opacity: 1;
    text-align: left;
    border-bottom: 1px solid rgba(255, 128, 0, .75);
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-top: 30px;
}
.hm_fmore_ul p {
    font-weight: bold;
    opacity: 1;
    font-size: 14px;
    line-height: 130%;
		margin-bottom: 10px;
}
@media (max-width: 890px) {
.hm_fmore_ul p {
	font-size: 12px;	
	}	
}
.hm_praise_div {
    border: 1px solid #333;
    padding: 0px 4px;
}
.hm_praise_div a:hover {
    text-decoration: none;
}
.hm_praise_a {
    margin: 10px 0;
}
.hm_download_container {
    margin-bottom: 60px;
}
.body_normal_lg {
    opacity: 1;
    font-weight: 600;
    font-size: 15px;
}
@media (max-width: 700px) {
.fl-node-570b922d18bca #freedom_focus-intro, .fl-node-570b921f7da36 #webinar1_hc_intro  {
    max-width: 450px;
    margin: 0 auto;
}
}
.hm_science_ed_img img {
    float: left;
    margin-right: 20px;
	max-width: 40%;
}
#hm_science_edition .hm_science_ed_h2 {
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-size: 22px;
    opacity: 1;
}
#hm_science_edition {
    margin: 0 20px 0 10px;
}
#hm_chapter_sums_pu .hm_chpt_sums_pu {
    padding-bottom: 20px;
    margin-bottom: 20px;
		font-size: 22px;
    opacity: 1;
}
.hm_author_p {
    text-align: justify;
}
#hm_about_JG {
    max-width: 700px;
    margin: 0 auto;
		padding: 0 15px;
}
#hm_chapter_sums_pu {
    margin: 0 40px;
}
@media (max-width: 500px) {
#hm_chapter_sums_pu {
    margin: 0 10px;
}	
}
.hm_author_link a {
    color: #333;
    font-weight: bold;
}
.hm_author_link {
    text-align: center;
    margin-top: 20px;
}
#hm_about_JG img {
    float: left;
		margin-right: 15px;
		margin-bottom: 20px;
}
@media (max-width: 550px) {
#hm_about_JG img {
    max-width: 140px;
}	
}
.hm_author_p img {
    float: left;
}
.body_normal_lg i {
    margin-right: 20px;
}
.hm_other_pres_div .fa-circle, .hm_prev_webinars_div .fa-circle, .hm_more_intro_vids_div .fa-circle {
    margin-right: 20px;
    font-size: 14px;
}
@media (max-width: 800px) {
.hm_more_intro_vids_div {
		margin-top: 20px;	
}
}
@media (max-width: 500px) {
.hm_more_intro_vids_div {
    text-indent: -17px;
    position: relative;
    left: 33px;
    line-height: 140%;
		margin-right: 80px;
}
}
@media (max-width: 450px) {
.hm_more_intro_vids_div {
		margin-right: 40px;
}
}
.hm_plus {
    margin-left: 12px;
    color: #333;
    border: 1px solid #ABA8A8;
    padding: 2px 2px 1px 2px;
		font-size: 18px;
		text-indent: 0;
}
.hm_other_pres_div a, .hm_prev_webinars_div a, .hm_more_intro_vids_div a {
    color: #333;
    opacity: 1;
    font-weight: 600;
}
.hm_more_intro_table .home_h3 {
text-indent:-57px;
margin-left: 57px
}
.hm_more_intro_table .hm_see_also_h3 {
	margin-left: 97px;
}
.hm_other_pres_table, .hm_more_intro_table {
    margin-top: 20px;
}
.hm_previous_webinars_table {
    margin-top: 50px;
    max-width: 800px;
    margin: 0 auto;
}
.hm_more_intro_table td:nth-child(1) {
    padding: 15px 30px;
    width: 75%;
}
@media (max-width: 700px) {
.hm_more_intro_table td:nth-child(1) {
  	padding: 15px 0px 5px;
    width: 100%;
}
}
.hour_vids_above, #short_vids_list {
		cursor: pointer;	
}
.hm_other_pres_table td:nth-child(1) {
	padding: 25px 30px;
    width: 75%;
}
@media (max-width: 700px) {
.hm_more_intro_table td {
    display: block;
}	
}
@media (min-width: 701px) {
.hm_more_intro_table td:nth-child(2) {
    max-width: 300px;
        margin: 0 auto 30px
}
}
@media (max-width: 700px) {
.hm_more_intro_table td:nth-child(2) {
    max-width: 400px;
        margin: 0 auto 30px
}
}
.hm_previous_webinars_table td:nth-child(1) {
	 	padding: 25px 30px;
    width: 75%;
}
@media (max-width: 650px) {
.hm_previous_webinars_table td:nth-child(1) {
	 	padding: 25px 0 5px;
    width: 100%;
}
}
@media (min-width: 651px) {
.hm_previous_webinars_table td:nth-child(2) {
	 		max-width: 300px;
      margin: 0 auto 30px
}
}
@media (max-width: 650px) {
.hm_previous_webinars_table td:nth-child(2) {
	 		max-width: 400px;
      margin: 0 auto 30px
}
}
@media (max-width: 650px) {
.hm_previous_webinars_table td {
    display: block;
}
}
@media (max-width: 700px) {
.hm_other_pres_table td:nth-child(1) {
	 	padding: 25px 0 5px;
    width: 100%;
}
}
@media (min-width: 701px) {
.hm_other_pres_table td:nth-child(2) {
	 		max-width: 300px;
      margin: 0 auto 30px
}
}
@media (max-width: 700px) {
.hm_other_pres_table td:nth-child(2) {
	 		max-width: 400px;
      margin: 0 auto 30px
}
}
@media (max-width: 700px) {
.hm_other_pres_table td {
    display: block;
}
}
@media (max-width: 1090px) {
.hm_download_container .fl-node-570b93482dafb {
    max-width: 900px;
    margin: 0 auto;
}
}
@media (max-width: 960px) {
.hm_download_container .fl-node-570b93482dafb {
    max-width: 800px;
    margin: 0 auto;
}
}
@media (max-width: 1090px) {
.hm_download_container .fl-node-570b93482e6ad {
    width: 30% !important;
}
}
@media (max-width: 960px) {
.hm_download_container .fl-node-570b93482e6ad {
    width: 32% !important;
}
}
@media (max-width: 700px) {
.hm_download_container .fl-node-570b93482e6ad {
    display: none;
}
}
@media (max-width: 1090px) {
.hm_download_container .fl-node-570b93482ee69 {
    width: 70% !important;
}
}
@media (max-width: 960px) {
.hm_download_container .fl-node-570b93482ee69 {
    width: 64% !important;
}
}
@media (max-width: 700px) {
.hm_download_container .fl-node-570b93482ee69 {
    width: 100% !important;
}
}
@media (max-width: 700px) {
.fl-node-570b9338e0f9f .fl-module-content {
    margin-left: 20px;
}
}
.hm_dl_options {
    text-align: center;
    color: white;
}
.hm_dl_options img {
    width: 40px;
    height: 40px;
    margin: 5px 0 15px 0;
}
.hm_dl_options h3 {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 10px;
    opacity: 1;
}
@media (max-width: 1090px) {
.hm_dl_options h3 {
		max-width: 500px;
    margin: 0 auto;
	  line-height: 125%;
}	
}	
@media (max-width: 750px) {
.hm_dl_options h3 {
		font-size: 25px;
}	
}	
.hm_dl_options p {
    color: white;
    font-size: 16px;
    margin: 18px 0 0 0;
	opacity: 1;
}
@media (max-width: 750px) {
.hm_dl_options p {
    font-size: 15px;
}
}	
.hm_dl_options li {
    list-style: none;
    float: left;
    border: 2px solid white;
    padding: 7px 0px;
    margin: 0 6px;
    border-radius: 3px;
    color: white;
    width: 110px;
    opacity: 1;
    cursor: pointer;
    text-align: center;
}
@media (max-width: 1090px) {
.hm_dl_options li {
    padding: 5px 0px;
    margin: 0 2px;
    width: 97px;
    font-size: 13px;
}
}	
@media (max-width: 960px) {
.hm_dl_options li {
    margin: 5px 5px;
}
}	
.hm_dl_options li a {
    color: white;
}
.hm_dl_options ul {
    max-width: 735px;
    margin: 0 auto;
    margin-top: 25px;
}   
@media (max-width: 1090px) {
.hm_dl_options ul {
    max-width: 620px;
}	
}
@media (max-width: 960px) {
.hm_dl_options ul {
    max-width: 325px;
		margin-top: 13px;
}	
}
@media (max-width: 390px) {
.hm_dl_options ul {
    max-width: 216px;
}	
}
.hm_dl_tagline {
    color: white;
    text-align: center;
    opacity: 1;
    font-size: 16px;
    max-width: 570px;
    margin: 0 auto 20px auto;
}
@media (max-width: 960px) {
.hm_dl_tagline {
	font-size: 15px;
	max-width: 492px;
}
}
@media (max-width: 820px) {
.hm_dl_tagline {
	font-size: 14px;
	max-width: 492px;
}
}
.hm_dl_cover_div {
    margin-right: 20px;
}
.hm_dl_cover_div img {
	margin-top: 20px;	
}
@media (max-width: 960px) {
.hm_dl_cover_div img {
	margin-top: 43px;	
}
}	
@media (max-width: 960px) {
.hm_dl_cover_div {
    margin-top: 57px;
}
}
@media (max-width: 830px) {
.hm_dl_cover_div {
    margin-top: 60px;
}
}
.hm_dl_amazon {
	color: orange;
	text-align: center;
  margin: 35px 20px 20px 20px;
}
.hm_dl_amazon a {
    color: orange;
}
#kindle_hidden_div p:nth-child(1) {
    text-align: center;
    margin: 4px 0 15px;
    color: black;
    font-weight: 600;
}
#kindle_hidden_div li {
    font-weight: 600;
    list-style: none;
    text-align: center;
}
#kindle_hidden_div li:nth-child(1) {
    text-align: center;
    margin-top: 10px;
    background: #F68D2D;
    max-width: 240px;
    margin: 4px auto;
    padding: 5px;
    border-radius: 3px;
}
#kindle_hidden_div li:nth-child(3) {
    text-align: center;
    margin-top: 10px;
    background: #F68D2D;
    max-width: 240px;
    margin: 6px auto;
    padding: 5px;
    border-radius: 3px;
}
#kindle_hidden_div li a {
	color: white;
}

#amazon_options {
    text-align: center;
    padding: 10px 20px;
    font-weight: 600;
}
#amazon_options p:nth-child(n+2) {
    background: #F68D2D;
    margin: 11px auto;
    padding: 3px;
    max-width: 175px;
    border-radius: 3px;
    border: 1px solid #525252;
}
#amazon_options p:nth-child(n+2) a {
    color: white;
}

#bookstore_options p {
    font-weight: 600;
    margin-top: 7px;
}
#bookstore_options h4 {
    color: #F68D2D;
    margin-top: 10px;
}
#bookstore_options ul li {
    margin-left: 30px;
}
#bookstore_options a {
    color: #333;
}


.hm_wtm_container {
	    background-image: url('/images/WTM-home-page-main-image_1400x678_WEB.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
		margin-bottom: 60px;
}
@media (max-width: 450px) {
.hm_wtm_container {
    background-position: 30% 20%;
}	
}	
.hm_wtm_container .fl-row-content-wrap {
    background: rgba(1,1,1, 0.15);
}
.hm_expl_h2 {
    color: white;
    text-align: center;
    opacity: 1;
    font-size: 40px;
    font-weight: bold;
    margin: 45px 0 20px 0;
}
@media (max-width: 690px) {
.hm_expl_h2 {
    font-size: 30px;
}	
}	
.hm_expl_sub {
    opacity: 1;
    color: white;
    font-size: 19px;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 690px) {
.hm_expl_sub {
    font-size: 17px;
}	
}	
.hm_wtm_button {
    text-align: center;
    color: white;
    background: orange;
    max-width: 500px;
    padding: 20px;
    margin: 40px auto;
    border-radius: 4px;
    font-size: 25px;
    font-weight: 600;
}
@media (max-width: 690px) {
.hm_wtm_button {
    max-width: 370px;
    font-size: 20px;
}	
}
.hm_wtm_button a {
    color: white;
}

/*--------WTM page mockup--------*/
.wtm_h2 {
	font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  text-align: center;
  color: #F68D2D;
  opacity: 1;
  letter-spacing: 1px;
	font-weight: 600;
	border-bottom: 1px solid #F68D2D;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (min-width: 965px) {
.wtm_h2 br {
    display: none;
}
}
@media (max-width: 700px) {
.wtm_h2 br {
    display: none;
}
.wtm_h2 {
    margin-top: 35px;
}
}
.wtm_chp9_img {
    float: right;
    max-width: 49%;
    margin: 20px 0px 40px 40px;
}
@media (max-width: 940px) {
.wtm_chp9_img {
    float: right;
    max-width: 49%;
    margin: 10px 0px 10px 30px;
}
}
@media (max-width: 540px) {
.wtm_chp9_img {
    float: none;
    max-width: 80%;
    text-align: center;
    margin: 0 auto 20px;
}	
}
.wtm_transform_discussions_div i {
    margin-right: 20px;
}
.wtm_transform_discussions_div a:hover {
	  text-decoration: none;
}
.wtm_transform_discussions_div span:hover {
    text-decoration: underline;
}
.wtm_transform_discussions_div p:hover {
    text-decoration: underline;
}
.wtm_transform_discussions_div p {
    margin-top: 5px;
}
.wtm_join_now {
    font-size: 19px;
    background: orange;
    max-width: 147px;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 10px;
    opacity: 1;
    text-align: center;
    padding: 8px;
    font-weight: bold;
    margin-bottom: 80px;
}
.wtm_transform_discuss_table {
    max-width: 800px;
    margin: 0 auto;
		margin-top: 10px;
}
@media (max-width: 700px) {
.wtm_transform_discuss_table td {
    display: block;
}
}
.wtm_transform_discuss_table td:nth-child(1) {
    padding: 40px 30px;
    width: 75%;
}
@media (max-width: 700px) {
.wtm_transform_discuss_table td:nth-child(1) {
  	padding: 15px 0px 5px;
    width: 100%;
}
}
@media (min-width: 701px) {
.wtm_transform_discuss_table td:nth-child(2) {
    max-width: 300px;
    margin: 0 auto 30px;
}
}
@media (max-width: 700px) {
.wtm_transform_discuss_table td:nth-child(2) {
    max-width: 400px;
        margin: 0 auto 30px
}
}
.wtm_membership_container {
    background: url('/images/WTMPoster_1920x755_WEB.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
		margin-bottom: 50px;
}
.wtm_membership_container .h2_centred_underline {
    color: black;
    font-weight: bold;
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 10px;
    margin-bottom: 20px;
}
.wtm_membership_container p {
    opacity: 1;
		font-weight: 600;
}

#voicecall-button:hover {
	cursor:pointer;	
}



/*-------OLD HOME PAGE CLASSES TO GET RID OF-------*/

.home_banner_container {
    max-width: 100%;
		background-image: url("/images/WTM-home-page-main-image_1400x678_WEB.jpg");
    background-size: contain;
    background-repeat: no-repeat;
	  height: 0;
    padding-top: 48.64%;
	position: relative;
}
.home_banner_text {
    position: absolute;
    top: 38%;
    bottom: 0;
    vertical-align: middle;
    left: 0;
    right: 0;
		bottom:0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: white;
    text-shadow: 1px 1px #717171;
    font-size: 28px;
    line-height: 140%;
    font-weight: 600;
    letter-spacing: 1px;
}
@media (max-width:950px) {
.home_banner_text {
	font-size: 23px;
	line-height: 140%;
}		
}
@media (max-width: 730px) {
.home_banner_br {
		display: none;
}
}
@media (max-width:790px) {
.home_banner_text {
	font-size: 21px;
	padding: 0 20px;
}		
}
@media (max-width:750px) {
.home_banner_text {
	font-size: 19px;
	top: 25%;
}		
}
@media (max-width: 500px) {
.home_banner_text {
	font-size: 17px;
}
}	
.home_download_button {
    background: #F68D2D;
    text-align: center;
    color: white;
    padding: 14px;
    font-size: 19px;
}
.book_cover_home {
    box-shadow: 0px 1px 4px 8px #E6D9CE;
}
.sixty_sec_h3 {
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
}
@media (max-width: 850px) {
.sixty_sec_h3 {
    font-size: 18px;
}	
}
.home_download_button_div a:hover {
	color: white;
}
.book_cover_home_div {
	max-width: 375px;
	margin: 0 auto;
}
@media (max-width: 700px) {
.book_cover_home_div {
    max-width: 250px;
}
}
@media (max-width: 450px) {
.book_cover_home_div {
    max-width: 200px;
}
}
.home_horizontal_container {
	border-bottom: 1px solid rgba(255, 128, 0, 0.55);
    border-top: 1px solid rgba(255, 128, 0, 0.55);
}
.h3_horizontal_home {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}
.home_horizontal i:hover {
    background: rgba(187, 0, 0, 1);
}
.home_horizontal i {
    background: rgba(39, 38, 38, 0.8);
    width: 60px;
    height: 42px;
    color: white;
    border-radius: 10px;
    padding: 1px 0 3px 6px;
    position: absolute;
    margin-left: -30px;
    top: 38%;
    text-align: center;
    left: 50%;
    font-size: 43px;
}
.right_div_home_freedom {
	max-width:480px;
	margin: 0 auto;
	page-break-after:always;
}
.wtm_heading_home {
	  max-width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 128, 0, 0.65);
}

.home_summary_div {
    text-align: center;
		position: relative;
}
@media (max-width: 700px ) {
.home_summary_div {
    max-width: 460px;
    margin: 0 auto;
}	
}
.home_intro_video {
    text-align: center;
		position: relative;
}
@media (max-width: 700px ) {
.home_intro_video {
    max-width: 460px;
    margin: 0 auto;
}	
}
.fl-node-5668f9177a90a {
	max-width: 950px;
	margin: 0 auto;
}
.fl-node-5668f9a829307 {
	max-width: 950px;
	margin: 0 auto;
}
.home_10min_video {
    text-align: center;
		position: relative;
}
#home_8min_vid {
	position: relative;
}
.home_freedom {
    text-align: center;
	position: relative;
}
.home_video_text {
    position: absolute;
    top: 51%;
    text-align: center;
    left: 0;
    right: 0;
    color: white;
    font-weight: 600;
    font-size: 20px;
}
.home_video_text span {
    text-shadow: 1px 2px #333333;
    border-radius: 3px;
}
.home_video_text img {
    position: absolute;
    left: 50%;
    width: 60px;
    margin-left: -30px;
		top: -60px;
}
#intro-vid-4min p, #intro-vid-10min p {
    top: 51%;
}
.home_bottom_options {
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #F68D2D;
    letter-spacing: 1px;
    padding-top: 30px;
	font-weight: 600;
}
@media (max-width: 400px) {
.home_bottom_options {
	font-size: 16px;
}	
}
.home_bottom_options i {
    color: #FF8600;
	font-size: 30px;
}
.home_bottom_options i:hover {
    color: #333333;
}
.home_bottom_options p {
    padding-top: 20px;
    font-weight: 600;
	padding-bottom: 10px;
}
@media (max-width: 900px) {
.bottom_option_boxes {
    max-width: 650px;
}
.bottom_option_boxes .fl-col {
	min-width: 230px;
}
}
#home_more_img {
	background: url("/images/WTM-icon-human-condition_34x38_WEB.png") no-repeat;
  height: 38px;
  width: 34px;
	max-width: 34px;
  margin: 0 auto;
}
#home_more_img:hover {
	background: url("/images/WTM-icon-human-condition-hover_34x38_WEB.png") no-repeat;
}
#home_transformation_img {
	background: url("/images/WTM-icon-about-the-transformation_41x41_WEB.png") no-repeat;
  height: 41px;
  width: 41px;
	max-width: 41px;
  margin: 0 auto;
}
@media (max-width: 900px) {
.bottom_option_boxes .fl-node-5671ec54c4d6c {
	float: right;
}
}
@media (max-width: 700px) {
.bottom_option_boxes .fl-node-5671ec54c4d6c {
	float: none;
}
}
#home_transformation_img:hover {
	background: url("/images/WTM_icon-about-the-transformation-hover_41x41_WEB.png") no-repeat;
}
#home_about_img {
	background: url("/images/WTM-icon-the-wtm_53x52_WEB.png") no-repeat;
  height: 53px;
  width: 52px;
	max-width: 52px;
  margin: 0 auto;
}
#home_about_img:hover {
	background: url("/images/WTM-icon-the-wtm-hover_53x52_WEB.png") no-repeat;
}
@media (max-width: 900px) {
.bottom_option_boxes .fl-node-5671ec54c5161 {
	float: left;
	clear: both;
}
}
@media (max-width: 700px) {
.bottom_option_boxes .fl-node-5671ec54c5161 {
	float: none;
}
}
#home_interact_img {
	background: url("/images/WTM-icon-interact-support-news_35x39_WEB.png") no-repeat;
    height: 39px;
    width: 39px;
    max-width: 39px;
    margin: 0 auto;
    margin-top: 2px;
}
@media (max-width: 900px) {
.bottom_option_boxes .fl-node-5671ec54c5543 {
	float: right
}
}
@media (max-width: 700px) {
.bottom_option_boxes .fl-node-5671ec54c5543 {
	float: none;
}
}
#home_interact_img:hover {
	background: url("/images/WTM-icon-interact-support-news-hover_35x39_WEB.png") no-repeat;
}
@media (max-width: 700px) {
.interact_view_previous {
	margin-top: 20px;
}
}
/*-- THE FREEDOM BOOK PAGE --*/
.freedom_top_right {
    display: inline-block;
    width: 69%;
}
@media (max-width: 959px) {
.freedom_top_right {
    width: 76%;
}
}
@media (max-width: 700px) {
.freedom_top_right {
    width: 100%;
}
}
.freedom_top_left {
    display: inline-block;
    width: 30%;
	vertical-align: top;
	margin-top: 30px;
}
@media (max-width: 959px) {
.freedom_top_left {
    width: 23%;
}
}
@media (max-width: 700px) {
.freedom_top_left {
  display: block; 
	width: 30%;
	max-width: 300px;
	margin: 0 auto;
	min-width: 150px;
}
}
@media (min-width: 960px) {
.freedom_top_links {
	display: none;
}	
}
@media (max-width: 959px) {
#freedom_clear_links {
	display: none;
}	
}
@media (max-width: 768px) {
.freedom_book_container .fl-module-content {
    margin: 0;
}
}
@media (max-width: 768px) {
.freedom_book_container .fl-node-5669dd43d05aa {
    max-width: 120px;
}
}
@media (max-width: 768px) {
.freedom_book_container .fl-node-5669dd43d098f {
    width: 608px !important;
		padding-left: 10px;
}
}
@media (max-width: 768px) {
.freedom_book_container .fl-row-content-wrap {
    padding-bottom: 80px;
}
}
@media (max-width: 764px) {
.freedom_book_container .fl-node-5669dd43d098f {
    max-width: 545px;
    padding-left: 10px;
}
}
@media (max-width: 1015px) {
#freedom_available_h2 {
    margin-bottom: 10px;
    padding-bottom: 20px;
}
}
#freedom_available_h2 a {
	color: #F68D2D;
}
#freedom_available_h2 a:hover {
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 700px) {
.freedom_book_container .fl-node-5669dd43d098f {
    width: 100% !important;
		padding-left: 10px;
		padding-right: 10px;
		max-width: 100%;
}
}
	@media (max-width: 700px) {
#freedom_available_h2 {
	padding-top: 45px;
	max-width: 300px;
  margin: 0 auto;
}
}
@media (max-width: 700px) {
#freedom_available_h2 span {
	display: none;
}
}
#freedom_links {
	margin-top: 30px;
}
@media (max-width: 959px) {
#freedom_links {
	margin-top: 0px;
}
}
#freedom_links a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#freedom_links a:hover {
    text-decoration: underline;
    cursor: pointer;
}
@media (max-width: 700px) {
.freedom_focus_container .fl-node-566cf6c487716 {
    max-width: 100%;
}
}
.fl-success-msg p {
    color: red;
    background: white;
    max-width: 380px;
    font-weight: bold;
    padding: 5px;
}
@media (max-width: 450px) {
.fl-success-msg p {
    max-width: 190px;
	font-size: 12px;
}
}
/*-- FREEDOM SLIDER --*/
.freedom_slider {
    background-image: url("/images/Praise_for_freedom_image_background_1400x463WEB.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.freedom_slider_overlay h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px !important;
    color: #F68D2D !important;
    letter-spacing: 1px;
    font-weight: 600;
}
.freedom_slider_ul {
	font-size: 14px;
	list-style: none;
}
.freedom_slider_quote {
	padding: 20px 0 40px 0;
}
@media (max-width: 768px) {
.freedom_slider_quote {
	padding: 10px 0 25px 0;
}	
}
.freedom_slider_name {
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 600;
}
.freedom_slider_title {
	padding: 10px 0;
}
@media (max-width: 700px) {
.freedom_slider_title {
	margin-bottom: 10px;
}	
}
.freedom_slider_book {
	font-size: 11px;
	margin-bottom: 10px;
}
@media (max-width: 700px) {
.freedom_slider_book {
	margin-bottom: 20px;
}	
}
.freedom_slider_overlay .fl-content-slider-navigation path {
    fill: #333333;
}
.slider-prev .fl-content-slider-svg-container {
    display: none;
}
/*
.freedom_slider_overlay .fl-content-slider-navigation {
    position: absolute;
    top: 92%;
    left: 44%;
    right: 0;
    z-index: 20;
    width: 100px;
}
@media (max-width: 700px) {
.freedom_slider_overlay .fl-content-slider-navigation {
	left: 40%;
}	
}
.freedom_slider_overlay .fl-content-slider-navigation .slider-prev {
    left: 0;
    border: 1px solid black;
    border-radius: 20px;
    padding: 6px;
}
.freedom_slider_overlay .fl-content-slider-navigation .slider-next {
    right: 0;
    border: 1px solid black;
    border-radius: 25px;
    padding: 8px;
}
.freedom_slider_overlay .fl-content-slider-navigation .fl-content-slider-svg-container {
    position: relative;
    width: 24px;
    height: 24px;
}
.slider-next .fl-content-slider-svg-container {
    width: 31px !important;
    height: 31px !important;
}
*/
.fl-slide-text .home_h3 {
    color: #F68D2D !important;
	font-size: 19px;
}
.freedom_read_bio {
	font-weight: bold;
}
.freedom_read_bio a {
	  color: #333333;
    line-height: 167%;
    letter-spacing: 1px;
	  text-decoration: none;
}
.freedom_read_bio a:hover{
	text-decoration: underline;
}
.freedom_addit_vids .body_centred {
	padding-top: 20px;
	font-size: 13px;
}
@media (max-width: 768px) {
.freedom_addit_vids .body_centred {
	padding-top: 12px;
	font-size: 11px;
}
}
@media (max-width: 700px) {
.freedom_addit_vids .body_centred {
	  padding-top: 10px;
    font-size: 11px;
    margin-bottom: 16px;
    line-height: 130%;
}
}
@media (max-width: 768px) {
.freedom_addit_vids .fl-module-content {
    margin: 5px !important;
}
}
.freedom_isittobe_img {
	position: relative;
	top: 40px;
}
@media (max-width: 700px) {
.freedom_isittobe_img {
    top: 0px;
    max-width: 45%;
    margin: 0 auto;
}
#freedom_isittobe_h2 {
    padding-top: 10px;
}	
}
.freedom_addit_vids a {
    text-decoration: none;
}
.freedom_addit_vids .fl-node-56b9073741d65, .freedom_addit_vids .fl-node-56b907673be49 {
	 max-width: 850px;
	margin: 0 auto;
}
.freedom_addit_videos {
    max-width: 400px;
    margin: 0 auto;
}

/*-- FREEDOM 1 HOUR INTRO VIDEO --*/

#freedom_focus_h2 {
	padding-top: 0px;
}
#freedom_focus-intro .mlvp-list-container {
	
}


#scroll_playlist {
   position: absolute;
    bottom: -161px;
    left: 0;
    right: 0;
    max-width: 600px;
    height: 161px;
    margin: 0 auto;
    background: -webkit-radial-gradient(50% 50%,ellipse closest-corner,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0.5) 100%);
    background: -moz-radial-gradient(50% 50%,ellipse closest-corner,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0.5) 100%);
    background: -ms-radial-gradient(50% 50%,ellipse closest-corner,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0.5) 100%);
    border: 1px solid #000;
    overflow: scroll;
    overflow-y: hidden;
}
@media (max-width: 700px) {
#scroll_playlist {
    bottom: -131px;
    max-width: 300px;
    height: 126px;
}
}
#scroll_playlist a {
    display:inline-block;
    width:100px;
    height:100px;
    margin: 5px 0 0 0;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    border:4px solid #fff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
		position: relative;
}
@media (max-width: 700px) {
#scroll_playlist a {
		width: 95px;
    height: 70px;
}
}
#scroll_playlist ul {
float:left;
margin-right:-999em;
white-space:nowrap;
list-style:none;
}
#scroll_playlist li {
	 text-align: center;
    float: left;
    display: inline;
    position: relative;
    margin: 20px 6px 10px 6px;
}
@media (max-width: 700px) {
#scroll_playlist li {
	margin: 16px 6px 10px 6px;
}	
}	
#scroll_playlist a:hover {
    border-color:#ccc;
}
#scroll_playlist a.is-active {
    border-color:#fff700;
}
.is-paused#freedom_focus-intro .fp-playlist a.is-active {
    border-color:#1c87b4
}
#freedom_focus-intro .fp-prev,#freedom_focus-intro .fp-next {
    position:absolute;
    top:44%;
    cursor:pointer;
    -webkit-transition:opacity .5s;
    -moz-transition:opacity .5s;
    transition:opacity .5s;
 		background:url("http://www.flowplayer.org/media/img/demos/playlist/buttons.png");
		opacity:0;
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    height:20px;
    width:12px;
}
.is-mouseover#freedom_focus-intro .fp-prev,.is-mouseover#freedom_focus-intro .fp-next {
    opacity:1;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}
#freedom_focus-intro .fp-prev {
    left:-20px;background-position:0 -200px;}
#freedom_focus-intro .fp-prev:hover {
    background-position:0 -300px}
#freedom_focus-intro .fp-next {
    right:-20px;background-position:0 -400px;}
#freedom_focus-intro .fp-next:hover {
    background-position:0 -500px
}
#freedom_focus-intro .fp-playlist a:after {
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    color: white;
}
.thumb_bottom {
    bottom: -15px;
    position: absolute;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: white;
    left: 0;
    right: 0;
    text-align: center;
}
.thumb_top {
    position: absolute;
    top: -15px;
    font-size: 12px !important;
    color: white;
    left: 5px;
}
.thumb_time {
    right: -81px;
    position: absolute;
}

#focus1 {
	background: url("/images/2014-FocusGroupThumbnails_Part1_110x110_WEB.jpg");
}
#focus2 {
	background: url("/images/2014-FocusGroupThumbnails_Part2_110x110px_WEB.jpg");
}
#focus3 {
	background: url("/images/2014-FocusGroupThumbnails_Part3_110x110_WEB.jpg");
}
#focus4 {
	background: url("/images/2014-FocusGroupThumbnails_Part4_110x110_WEB.jpg");
}
#focus5 {
	background: url("/images/2014-FocusGroupThumbnails_Part5_110x110_WEB.jpg");
}
#focus6 {
	background: url("/images/2014-FocusGroupThumbnails_Part6_110x110_WEB.jpg");
}
#focus7 {
	background: url("/images/2014-FocusGroupThumbnails_Part7_110x110_WEB.jpg");
}
#focus8 {
	background: url("/images/2014-FocusGroupThumbnails_Part8_110x110_WEB.jpg");
}

.youtube_img_play {
    width: 16%;
    position: absolute;
    top: 38%;
    left: 44%;
}

/*-- MORE ABOUT THE HUMAN CONDITION --*/
@media (max-width: 700px) {
.hc_1hour_vid_container .fl-col-small {
		max-width: 100%;
}
}
@media (max-width: 700px) {
.hc_1hour_vid_container .fl-row-content-wrap {
		padding-top: 20px;
}
}
@media (max-width: 700px) {
#hc_1hour-intro {
		max-width: 400px;
	margin: 0 auto;
}
}
#hc1 {
	background: url("/images/FW01Thumbnails_1HourHCvideo_Part1_110pxx110px_WEB.jpg");
}
#hc2 {
	background: url("/images/FW01Thumbnails_1HourHCvideo_Part2_110x110px_WEB.jpg");
}
#hc3 {
	background: url("/images/FW01Thumbnails_1HourHCvideo_Part3_110x110px_WEB.jpg");
}
#hc4 {
	background: url("/images/FW01Thumbnails_1HourHCvideo_Part4_110x110px_WEB.jpg");
}
#hc5 {
	background: url("/images/FW01Thumbnails_1HourHCvideo_Part5_110x110px_WEB.jpg");
}
#hc6 {
	background: url("/images/FW01Thumbnails_1HourHCvideo_Part6_110x110px_WEB.jpg");
}
#hc7 {
	background: url("/images/FW01Thumbnails_1HourHCvideo_Part7_110x110px_WEB.jpg");
}
#hc8 {
	background: url("/images/FW01Thumbnails_1HourHCvideo_Part8_110x110px_WEB.jpg");
}

.hc_accordian_container .fl-accordion-button:hover {
    text-decoration: underline;
}
.hc_accordian_container .fl-accordion-item-active .fl-accordion-button-label {
    visibility: hidden;
}
.hc_accordian_container .fl-accordion-item-active .fl-accordion-button:after {
    content: "CLOSE";
    position: absolute;
    left: 57px;
}
.hc_definition_ul {
	max-width: 850px;
	margin: 0 auto;
}
.hc_definition_ul li {
    list-style: none;
		max-width: 900px;
		margin: 0 auto;
	  padding: 10px 0;
		
}
.hc_refs_h3 {
    text-align: center;
    font-size: 16px;
    padding: 20px 20px 20px 20px;
  	max-width: 550px;
		margin: 0 auto;  
		margin-bottom: 20px;
    color: #F68D2D;
		border-bottom: 1px solid rgba(255, 128, 0, 0.35);	
}
.hc_overview_ul {
    max-width: 850px;
	margin: 0 auto;
	margin-top: 5px;
}
.hc_overview_ul li {
    list-style: none;
}
.hc_refs_div {
    max-width: 600px;
    margin: 0 auto;
}
@media (max-width: 700px) {
.hc_refs_div {
    max-width: 520px;
}
}
@media (max-width: 555px) {
.hc_refs_div {
    max-width: 245px;
}
}
.hc_ul li {
	 font-size: 14px;
		padding: 7px 0;
		list-style-type: disc;
}
@media (max-width: 700px) {
.hc_ul li {
    margin: 0 20px;
	font-size: 13px;
	padding: 6px 0;
}
}
@media (max-width: 555px) {
	.hc_ul li {
	padding: 3px 0;
}
}
.hc_left_refs {
    float: left;
    margin-bottom: 40px;
}
@media (max-width: 700px) {
.hc_left_refs {
    margin-bottom: 0;
	float:none;
	max-width: 270px;
	margin: 0 auto;
}
}
.hc_right_refs {
    float: right;
}
@media (max-width: 700px) {
.hc_right_refs {
	float:none;
	max-width: 270px;
	margin: 0 auto;
}
}
#hc_booklet_ul {
    margin: 20px 0;
}
#hc_biology_more {
    font-weight: bold;
    cursor: pointer;
    margin-left: 15px;
}
#hc_biology_more:hover {
	text-decoration: underline;	
}	
#hc_psy_more {
	font-weight: bold;
  cursor: pointer;
  margin-left: 15px;
}
#hc_psy_more:hover {
	text-decoration: underline;	
}
@media (max-width: 700px) {
.hc_summary_container .fl-row-content-wrap{
	padding-top: 0;
}		
}
@media (max-width: 700px) {
.hc_summary_container .fl-col-small {
    max-width: 100%;
}
}
@media (max-width: 700px) {
#hc_summary_booklet {
	max-width: 400px;
	margin: 0 auto;
}
}
.hc_more_container .fl-node-5675fca67e66c {
	max-width: 700px;
	margin: 0 auto;
}

/*-- MORE ABOUT THE TRANSFORMATION --*/
.transformation_membership_container {
	background-image: url("/images/Fireworks_Sydney_Harbour2_2400x430px_WEB.jpg");
	background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1600px) {
.transformation_membership_container {
	background-image: url("/images/Fireworks_Sydney_Harbour2_1600x430px_WEB.jpg");
}
}
@media (max-width: 1100px) {
.transformation_membership_container {
	background-image: url("/images/Fireworks_Sydney_Harbour2_1100x430px_WEB.jpg");
}
}
@media (max-width: 700px) {
.transformation_membership_container {
	background-image: url("/images/Fireworks_Sydney_Harbour2_700x360px_WEB.jpg");
}
}
@media (max-width: 400px) {
.transformation_membership_container {
	background-image: url("/images/Fireworks_Sydney_Harbour2_400x400px_WEB.jpg");
}
}
.transform_join_now {
	font-size:19px;
}
.transformation_membership_container .h2_centred_underline, .transformation_membership_container .body_centred, .transformation_membership_container .body_centred_top  {
		color: white;
	border-color: white;
}
.transformation_membership_container .transform_member_container {
	max-width: 800px;
	margin: 0 auto;
}
@media (max-width: 1599px) {
.transformation_membership_container .transform_member_container {
	max-width: 530px;
	margin: 0 auto;
}
}
@media (max-width: 880px) {
.transformation_membership_container .transform_member_container {
	max-width: 420px;
}
}
.transformation_membership_container h2 {
	padding-top: 0;
}
@media (max-width: 880px) {
.transformation_membership_container h2 {
    padding-bottom: 10px;
    margin-bottom: 20px;
}
}
.transform_member_container {
    padding-bottom: 60px;
}
#discussL1 {
	background: url("/images/Transformed-Discussions_Part1_110x110_WEB.jpg");
	background-size: 100%;
}
@media (max-width: 700px) {
#discussL1 {
	background: url("/images/Transformed-Discussions_Part1_95x70_WEB.jpg");
	background-size: 100%;
}	
}
#discussL2 {
	background: url("/images/Transformed-Discussions_Part2_110x110_WEB.jpg");
	background-size: 100%;
}
@media (max-width: 700px) {
#discussL2 {
	background: url("/images/Transformed-Discussions_Part2_95x70_WEB.jpg");
	background-size: 100%;
}
}
#discussL3 {
	background: url("/images/Transformed-Discussions_Part3_110x110_WEB.jpg");
	background-size: 100%;
}
@media (max-width: 700px) {
#discussL3 {
	background: url("/images/Transformed-Discussions_Part3_95x70_WEB.jpg");
	background-size: 100%;
}	
}
#discussL4 {
	background: url("/images/Transformed-Discussions_Part4_110x110_WEB.jpg");
		background-size: 100%;
}
@media (max-width: 700px) {
#discussL4 {
	background: url("/images/Transformed-Discussions_Part4_95x70_WEB.jpg");
	background-size: 100%;
}	
}
#discussL5 {
	background: url("/images/Transformed-Discussions_Part5_110x110_WEB.jpg");
		background-size: 100%;
}
@media (max-width: 700px) {
#discussL5 {
	background: url("/images/Transformed-Discussions_Part5_95x70_WEB.jpg");
	background-size: 100%;
}	
}
#discussL6 {
	background: url("/images/Transformed-Discussions_Part6_110x110_WEB.jpg");
		background-size: 100%;
}
@media (max-width: 700px) {
#discussL6 {
	background: url("/images/Transformed-Discussions_Part6_95x70_WEB.jpg");
	background-size: 100%;
}	
}
#discussR1 {
	background: url("/images/Transformed-Discussions2_Part1_110x110_WEB.jpg");
	background-size: 100%;
}
@media (max-width: 700px) {
#discussR1 {
	background: url("/images/Transformed-Discussions2_Part1_95x70_WEB.jpg");
	background-size: 100%;
}	
}
#discussR2 {
	background: url("/images/Transformed-Discussions2_Part2_110x110_WEB.jpg");
	background-size: 100%;
}
@media (max-width: 700px) {
#discussR2 {
	background: url("/images/Transformed-Discussions2_Part2_95x70_WEB.jpg");
	background-size: 100%;
}
}
#discussR3 {
	background: url("/images/Transformed-Discussions2_Part3_110x110_WEB.jpg");
	background-size: 100%;
}
@media (max-width: 700px) {
#discussR3 {
	background: url("/images/Transformed-Discussions2_Part3_95x70_WEB.jpg");
	background-size: 100%;
}	
}
#discussR4 {
	background: url("/images/Transformed-Discussions2_Part4_110x110_WEB.jpg");
		background-size: 100%;
}
@media (max-width: 700px) {
#discussR4 {
	background: url("/images/Transformed-Discussions2_Part4_95x70_WEB.jpg");
	background-size: 100%;
}	
}
#discussR5 {
	background: url("/images/Transformed-Discussions2_Part5_110x110_WEB.jpg");
		background-size: 100%;
}
@media (max-width: 700px) {
#discussR5 {
	background: url("/images/Transformed-Discussions2_Part5_95x70_WEB.jpg");
	background-size: 100%;
}	
}
#discussR6 {
	background: url("/images/Transformed-Discussions2_Part6_110x110_WEB.jpg");
		background-size: 100%;
}
@media (max-width: 700px) {
#discussR6 {
	background: url("/images/Transformed-Discussions2_Part6_95x70_WEB.jpg");
	background-size: 100%;
}	
}
#discussR7 {
	background: url("/images/Transformed-Discussions2_Part7_110x110_WEB.jpg");
		background-size: 100%;
}
@media (max-width: 700px) {
#discussR7 {
	background: url("/images/Transformed-Discussions2_Part7_95x70_WEB.jpg");
	background-size: 100%;
}	
}
#discussR8 {
	background: url("/images/Transformed-Discussions2_Part8_110x110_WEB.jpg");
		background-size: 100%;
}
@media (max-width: 700px) {
#discussR8 {
	background: url("/images/Transformed-Discussions2_Part8_95x70_WEB.jpg");
	background-size: 100%;
}	
}
#discussR9 {
	background: url("/images/Transformed-Discussions2_Part9_110x110_WEB.jpg");
		background-size: 100%;
}
@media (max-width: 700px) {
#discussR9 {
	background: url("/images/Transformed-Discussions2_Part9_95x70_WEB.jpg");
	background-size: 100%;
}	
}
#discussR10 {
	background: url("/images/Transformed-Discussions2_Part10_110x110_WEB.jpg");
		background-size: 100%;
}
@media (max-width: 700px) {
#discussR10 {
	background: url("/images/Transformed-Discussions2_Part10_95x70_WEB.jpg");
	background-size: 100%;
}	
}

/*-- INTERACTION AND SUPPORT PAGE --*/
.interact_contact_details {
	background-image: url("/images/Boulder-Colorado-beautiful-sunrise-scenery-floating-clouds-sky_1400x463_WEB.jpg");
	background-repeat: no-repeat;
  background-size: 100% 100%;
}
#interact_QA_img {
	background: url("/images/Interact_page_icon_1_forum_34x34_WEB.png") no-repeat;
  height: 40px;
  width: 52px;
	max-width: 52px;
  margin: 0 auto;
}
#interact_QA_img:hover {
	background: url("/images/Interact_page_icon_1_forum_34x34_hover_WEB.png") no-repeat;
}
#interact_chat_img {
	background: url("/images/Interact_page_icon_2_live_chat_35x35WEB.png") no-repeat;
  height: 40px;
  width: 52px;
	max-width: 52px;
  margin: 0 auto;
}
#interact_webinars_img {
	background: url("/images/Interact_page_icon_3_join_us_34x31_WEB.png") no-repeat;
  height: 40px;
  width: 52px;
	max-width: 52px;
  margin: 0 auto;
}
#interact_webinars_img:hover {
	background: url("/images/Interact_page_icon_3_join_us_34x31_hover_WEB.png") no-repeat;
}
#interact_call_img {
	background: url("/images/Interact_page_icon_4_voice_call_34x34_WEB.png") no-repeat;
  height: 40px;
  width: 52px;
	max-width: 52px;
  margin: 0 auto;
}
#interact_call_img:hover {
	background: url("/images/Interact_page_icon_4_voice_call_34x34_hover_WEB.png") no-repeat;
}
#interact_member_img {
	background: url("/images/Interact_page_icon_5_join_wtm_33x35_WEB.png") no-repeat;
  height: 53px;
  width: 52px;
	max-width: 52px;
  margin: 0 auto;
}
#interact_member_img:hover {
	background: url("/images/Interact_page_icon_5_join_wtm_33x35_hover_WEB.png") no-repeat;
}
#interact_social_img {
	background: url("/images/Interact_page_icon_6_follow_us_37x34_WEB.png") no-repeat;
  height: 40px;
  width: 52px;
	max-width: 52px;
  margin: 0 auto;
}
.interact_options_container h2 {
	font-size: 17px;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
@media (max-width: 910px) {
.interact_options_container h2 {
	font-size: 16px;
}
}
@media (max-width: 880px) {
.interact_options_container h2 br {
		display: none;
}
}
.interact_options_container #mailinglist br {
    display: block;
}
@media (max-width: 600px) {
.interact_options_container #mailinglist br {
    display: none;
}		
}	
@media (max-width: 710px) {
#mailinglist br {
    display: none;
}
}
@media (max-width: 800px){
.interact_options_ul {
    max-width: 580px;
    margin: 0 auto;
}
}
.interact_options_ul li {
    list-style: none;
    float: left;
    max-width: 33.3%;
    padding: 20px;
    height: 400px;
}
@media (max-width: 800px) {
.interact_options_ul li {
    max-width: 290px;
    padding: 20px 10px;
		height: 375px;
}
}
@media (max-width: 600px) {
.interact_options_ul li {
    float: none;
    max-width: 100%;
		height: 300px;
}
}
.interact_options_ul li a:hover {
    text-decoration: underline;
		color: #F68D2D;
}
.interact_social_buttons {
	max-width: 250px;
    margin: 0 auto;
    text-align: center;
}
.interact_social_buttons i {
    padding: 8px;
    border-radius: 19px;
    background: #333333;
    font-size: 19px;
    margin: 15px 3px 30px 3px;
    color: white;
}
.interact_social_buttons a i:hover {
    color: #F68D2D;
}
#facebook_interact {
   padding: 8px 12px 8px 12px;
}
#pinterest_interact {
        padding: 8px 10px 8px 10px;
}
#twitter_interact {
    padding: 8px 9px 8px 9px;
}
.interact_social_buttons a {
    color: #333333;
}
#interact_blog_icon {
    background: #333333;
    color: white;
    padding: 9px 2px;
    border-radius: 20px;
    font-size: 12px;
    margin: 0px 0px 0px 4px;
}
#interact_blog_icon:hover {
	 color: #F68D2D;
}
/*--Interact mailing list signup form--*/
#mc_embed_signup_scroll {
    max-width: 600px;
    margin: 0 auto;
}
.mc-field-group label {
    font-size: 12px;
}
#mc_embed_signup .mc-field-group {
    width: 49% !important;
    display: inline-block;
}
@media (max-width:500px) {
#mc_embed_signup .mc-field-group {
    width: 99% !important;
    display: block;
}
}
#mc_embed_signup .mc-field-group input {
    padding: 6px 0;
}
#mc_embed_signup div.mce_inline_error {
    margin: 0 !important;
    padding: 0 !important;
    background-color: white !important; 
    font-weight: normal !important;
    color: red !important;
}
#mc_embed_signup .button {
	padding: 0 10px !important;
	font-size: 13px !important;
}
/*-- INTERACT FORM --*/
.interact_h3 {
	max-width: 650px;
	margin: 0 auto;
}
.interact_form_container {
	max-width: 700px;
	margin: 0 auto;
}
.interact_form_container label {
    display: none;
}
.interact_form_container .fl-contact-form input {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 153, 0, .5);
		padding: 7px;
		max-width: 320px;
}
.interact_form_container .fl-contact-form textarea {
	background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 153, 0, .5);
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	padding: 8px;
}
.interact_form_container .fl-subject {
	display: inline-block;
	width: 100%;
	max-width: 320px;
}
@media (max-width:700px) {
.interact_form_container .fl-subject {
	display: block;
	width: 100%;
	max-width: 320px;
}
}
.interact_form_container .fl-subject {
    display: inline-block;
    width: 100%;
    max-width: 320px;
}
.interact_form_container .fl-email {
    display: inline-block;
    width: 100%;
    max-width: 320px;
}
.interact_form_container .fl-contact-form .fl-contact-form-submit {
    background-color: #F68D2D;
    color: white;
    width: 90px;
    border-radius: 4px;
    font-size: 14px;
		cursor: pointer;
	  text-transform: uppercase;
}
.interact_form_container .fl-contact-form .fl-contact-error {
	font-weight: bold;
}

.record_webinar_qs_ol li {
	font-size: 13px;
	padding: 3px 0;
}
/*--Future Webinar Notification Confirmation page--*/

.text_under_thankyou {
	 font-size: 16px;
    line-height: 21px;
} 
.box_under_thankyou {
	border: 1px solid;
	max-width: 650px;
	margin: 0 auto;
	padding: 15px 20px 15px 20px; 
	margin-top: 30px;
} 

.webinar_back_button a {
    color: white;
    font-weight: 600;
}
.webinar_back_button {
    background: #F68D2D;
    max-width: 240px;
    padding: 6px 8px;
    border-radius: 3px;
	  margin: 0 auto;
		margin-top: 15px;
}
/*-- JOIN THE WTM MAILING LIST (Gravity Form 14) --*/

body #gform_wrapper_14 {
	max-width: 640px;
	margin: 0 auto;
}
body #gform_wrapper_14 .gform_heading .gform_title, 
body #gform_wrapper_14 .gform_body .gform_fields .gfield .gfield_label,
#input_14_1_3_container > label,
#field_14_3, #field_14_3 label {
	display: none;	
}
body #gform_wrapper_14 .gform_body .gform_fields .gfield .ginput_container {
	margin-top: 10px;
}
#input_14_1_3, #input_14_2 {
  font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	padding: 10px;
	width: 300px;
	float: left;
	margin: 0 10px;
} 
#gform_submit_button_14 {
	font-family: 'Open Sans', sans-serif;
    background-color: #F68D2D;
    color: white;
    border: none;
    font-size: 13px;
    padding: 7px;
    margin: 15px 0 0 10px;
    width: 100px;
    cursor: pointer;
    border-radius: 3px;
}
#gform_submit_button_14:hover {
	cursor: hand;
}
#gform_fields_14 {
	list-style: none;
}
#gform_confirmation_message_14 {
	text-align: center;
  font-size: 14px;
  padding: 10px 0;		
}
@media (max-width: 700px) {
body #gform_wrapper_14 {
	max-width: 450px;
	margin: 0 auto;
}
#input_14_1_3, #input_14_2 {
	float: none;
	width: 400px;
}
}
@media (max-width: 520px) {
body #gform_wrapper_14 {
	max-width: 400px;
	margin: 0 auto;
}
#input_14_1_3, #input_14_2 {
	width: 280px;
}
}
/*-- ASK QUESTION PAGE --*/
.dwqa-container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 40px 20px;
}

/*-- ABOUT US PAGE --*/
.about_team_h3 {
	  text-align: center;
    margin-top: 30px;
    font-size: 17px;
}
.wtm_who_we_are_ul {
    max-width: 980px;
    margin: 0 auto;
    margin-top: 20px;
}
.wtm_who_we_are_ul li h3 {
    font-size: 13px;
}
.wtm_who_we_are_ul li {
    float: left;
    list-style: none;
    text-align: center;
    background-color: white;
    margin: 6px;
    max-width: 150px;
    padding-bottom: 3px;
}
@media (max-width: 530px) {
.wtm_who_we_are_ul li {
    max-width: 140px;
}
}
@media (max-width: 420px) {
.wtm_who_we_are_ul li {
    max-width: 125px;
}
}
@media (max-width: 1070px) {
.wtm_who_we_are_ul {
    max-width: 812px;
}
}
@media (max-width: 910px) {
.wtm_who_we_are_ul {
    max-width: 650px;
} 
}
@media (max-width: 712px) {
.wtm_who_we_are_ul {
    max-width: 490px;
} 
}
@media (max-width: 530px) {
.wtm_who_we_are_ul {
    max-width: 310px;
} 
}
@media (max-width: 420px) {
.wtm_who_we_are_ul {
    max-width: 280px;
} 
}
/*-- THE TRANSFORMATION PAGE --*/
.transform_steps_ul {
		list-style: none;
}
.transform_steps_ul li {
    padding: 10px 0;
		font-size: 14px;
		position: relative;
	margin-left: 60px;
}
@media (max-width: 768px) {
.transform_steps_ul li {
	font-size: 13px		
}
}
.transform_steps_ul li span {
    background: #F68D2D;
    border-radius: 21px;
    padding: 9px 14px;
    color: white;
    position: absolute;
    top: 22%;
    left: -60px;
}
.transform_aff_snip_ul {
    max-width: 937px;
    margin: 0 auto;
}
@media (max-width:1030px) {
.transform_aff_snip_ul {
    max-width: 755px;
}
}
@media (max-width: 850px) {
.transform_aff_snip_ul {
    max-width: 630px;
}
}
@media (max-width: 670px) {
.transform_aff_snip_ul {
    max-width: 483px;
}
}
@media (max-width: 520px) {
.transform_aff_snip_ul {
    max-width: 300px;
}
}
@media (max-width: 410px) {
.transform_aff_snip_ul {
    max-width: 230px;
}
}
.transform_aff_snip_ul li {
    list-style: none;
    width: 300px;
    float: left;
    margin: 5px;
}
@media (max-width:1030px) {
.transform_aff_snip_ul li {
    width: 240px;
}	
}
@media (max-width: 850px) {
.transform_aff_snip_ul li {
    width: 200px;
}	
}
@media (max-width: 670px) {
.transform_aff_snip_ul li {
    width: 150px;
}	
}
@media (max-width: 520px) {
.transform_aff_snip_ul li {
    width: 140px;
	  margin: 0px 4px;
}	
}
@media (max-width: 410px) {
.transform_aff_snip_ul li {
    width: 110px;
	  margin: 0px 2px;
}	
}
#transform_discuss_snippets2 .desc {
    display: none;
}
#transform_discuss_snippets1 .desc {
	display: none;
}
.transformation_endorsements_left {
    max-width: 460px;
    float: left;
}
.transformation_endorsements_left li {
	list-style-image: url(/images/Bullet7ptWithAirTransparentGrey.png);
	padding: 6px 0;
	margin-left: 20px;
}	
@media (max-width: 1030px) {
.transformation_endorsements_left {
    float: none;
		max-width: 100%;
	padding-left: 20px;
}	
}	
@media (max-width: 1030px) {
.transformation_endorsements_left li {
	margin-left: 0;
}		
}
.transformation_endorsements_right {
    max-width: 450px;
    float: right;
}
.transformation_endorsements_right li {
	list-style-image: url(/images/Bullet7ptWithAirTransparentGrey.png);
	padding: 6px 0;
}	
@media (max-width: 1030px) {
.transformation_endorsements_right {
    float: none;
		max-width: 100%;
	  padding-left: 20px;
}	
}	
#transform_discuss_snippets1 #vList div:nth-child(n+2) img {
    top: -15px;
}
#transform_discuss_snippets1 .thumb img {
	top: 0;
}	
#transform_discuss_snippets2 #vList div:nth-child(n+2) img {
    top: -15px;
}
#transform_discuss_snippets2 .thumb img {
	top: 0;
}	

.chp9_transform {
	margin-top: 40px;
}
@media (max-width: 1025px) {
.chp9_transform {
	margin-top: 15px;
}	
}
@media (max-width: 905px) {
.chp9_transform {
	margin-top: 5px;
}	
}
.transform_children_img {
	text-align: center;
}
.transform_children_img span {
	font-size: 12px;
}
@media (max-width: 700px) {
.transform_children_img {
	max-width: 300px;
	margin: 0 auto;
}
}
/*-- CONTACT PAGE --*/
.contact_email {
    color: #333333;
    text-decoration: none;
    font-weight: 600;
}.contact_email a:hover {
	text-decoration: underline;
}
.contact_contact_form .fl-phone {
    float: right;
	width: 250px;
}
.contact_contact_form .fl-email {
    width: 49%;
	  margin-bottom: 15px;
}
.contact_contact_form .fl-subject {
    width: 49%;
	  margin-bottom: 15px;
	display: inline-block;
}
.contact_contact_form .fl-name {
    width: 49%;
	  margin-bottom: 15px;
		display: inline-block;
}
.contact_contact_form label {
    display: none;
}
.contact_contact_form input {
    padding: 8px;
	  border: 1px solid #808080;
		font-family: 'Open Sans', sans-serif;
}
.contact_contact_form textarea {
    font-family: 'Open Sans', sans-serif;
		padding: 6px;
		font-size: 11px;
}
.contact_contact_form .fl-contact-form-submit {
    width: 100%;
    border: none;
    color: white;
    background: #F68D2D;
    font-size: 14px;
    text-transform: uppercase;
		cursor: pointer;
}
@media (max-width: 700px) {
.contact_br {
	display: none;
}
}

/*-- MEDIA PAGE --*/
 .media_h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #F68D2D;
    letter-spacing: 1px;
    padding: 6px 0;
}
.media_contact_details {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0px;
    padding: 3px 0;
}

/*-- Media FREEDOM Launch Details --*/
#media_uk_release {
    max-width: 700px;
    margin: 0 auto;
	  padding: 10px 15px;
}
#media_uk_release h2 {
    text-align: center;
	margin-bottom: 10px;
font-size: 30px;
}
@media (max-width: 705px) {
#media_uk_release h2 {
 	font-size: 22px;
}
}


.media_materials_ul {
  list-style: none;
  max-width: 900px;
  margin: 0 auto;
       
}
.media_materials_ul li {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0px;
  padding: 13px 10px;
  float: left;
  width: 200px;
	color: #333333;
	cursor: pointer;
	position: relative;
	height: 250px;
}
@media (max-width: 1080px) {
.media_materials_ul li {
		width: 170px;
}	
}
@media (max-width: 910px) {
.media_materials_ul li {
		width: 150px;
		font-size: 13px;
}	
}
@media (max-width: 850px) {
.media_materials_ul li {
		width: 140px;
		font-size: 12px;
}	
}
@media (max-width: 510px) {
.media_materials_ul li {
		width: 133px;
}	
}
@media (max-width: 440px) {
.media_materials_ul li {
		width: 125px;
		font-size: 11.2px;
}	
}
.media_materials_ul li:hover {
	text-decoration: underline;
}
.fa-square_media_materials {
    padding-right: 10px;
}
.media_highres_ul img {
    position: relative;
    top: 13px;
    margin: 0 10px;
}
.media_highres_ul li {
	list-style: none;
	font-size: 11px;
	font-weight: normal;
}
.media_highres_ul a {
    color: #333333;
}
.media_materials_ul li overlay {
	display: none;
}
.media_materials_ul span:hover > overlay {
	display: block;
}
.media_materials_ul overlay {
	position: absolute;
	left: 35px;
	font-size: 11px;
}
.major_ads_div {
	max-width: 800px; 
	margin:0 auto;
	padding: 0 35px;
}	
.major_ads_div p {
    padding: 5px 0;
	opacity:1;
}

/*-- Launch Section of Media page --*/

.media_materials_h2 {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 23px;
}
.UK-media-soon {
    border: 1px solid #d2d2d2;
    max-width: 150px;
    margin: 0 auto;
    line-height: 280%;
    padding: 40px 20px;
    background: white;
}
.UK-media-soon a {
    color: #333;   
}    
.Freedom-launch-materials-table {
    display:table;
    width: 100%;
    text-align:center;
} 
.Freedom-launch-materials-row {
    display:table-row;
}
.Freedom-launch-materials-cell {
    display: table-cell;
   width: 33%;
    padding:0 10px;
}
@media (max-width: 485px) {
.Freedom-launch-materials-cell {
    display: block;
   	width: 100%;
    padding:20px 10px;
}	
}
.Freedom-launch-materials-cell img {
   max-width: 150px;
	width: 100%;
}
.Freedom-launch-materials-cell p {
    font-size: 13px;
    padding-top: 3px;
    font-weight: bold;
}
.Freedom-launch-videos-table {
    display:table;
    width: 100%;
    text-align:center;
    margin-top:30px;
} 
.Freedom-launch-videos-row {
    display:table-row;
}
.Freedom-launch-videos-cell {
    display: table-cell;
    padding: 0 5px;
    vertical-align: top;
}
.Freedom-launch-images-table {
    display:table;
    width: 100%;
    text-align:center;
} 
.Freedom-launch-images-row {
    display:table-row;
}
.Freedom-launch-images-cell {
    display: table-cell;
    width: 25%;
    padding: 7px;
}
.media_launch_images_h3 {
    font-size: 13px;
    margin-top: 30px;
    margin-bottom:3px;
    color: #333;
    text-indent: -36px;
    margin-left: 36px;
}
.media_launch_images_h3 .media_num {
    margin-right:10px;
    position:relative;
    bottom:3px;
}
.Freedom-launch-videos-row .Freedom-launch-videos-cell:nth-child(1) {
    width: 39%;
}
@media (max-width:940px) {
.Freedom-launch-videos-row .Freedom-launch-videos-cell:nth-child(1) {
    width: 50%;
}  
.Freedom-launch-videos-row .Freedom-launch-videos-cell:nth-child(3) {
    display: none;
}  
}
.Freedom-launch-videos-row .Freedom-launch-videos-cell:nth-child(2) {
    width: 50%;
}
@media (max-width: 650px) {
.Freedom-launch-videos-cell p:nth-child(1) {
    display: none;
}
}
@media (min-width: 471px) {
.media_more_details_p {
	display: none;
}
}
@media (max-width: 470px) {
.media_more_details_top_p {
			display: none;
}
}
@media (max-width: 470px) {
.Freedom-launch-videos-cell p:nth-child(2) {
    margin-top: 10px
}
}
@media (max-width: 400px) {
.Freedom-launch-videos-cell p:nth-child(2) {
    margin-top: 0;
		font-size: 11px;
}
}
.normal_justify_15_top.media_more_details_p {
    text-align: center;
    font-size: 13px;
		margin-top: 10px;
}



/*-- Video Captions --*/
#media_in_store_loop .video-caption, #media_author_presentation .video-caption {
    margin: 3px auto 5px;
}
#media_in_store_loop .video-caption h3, #media_author_presentation .video-caption h3 {
    color: #F68D2D;
    font-size: 24px;
    font-weight: 600;
    padding: 7px 0;
}
@media (max-width: 768px) {
#media_in_store_loop .video-caption h3, #media_author_presentation .video-caption h3  {
    font-size: 21px;
}	
}
#media_in_store_loop .video-caption p a, #media_author_presentation .video-caption p a  {
    color: blue;
    font-size: 13px;
}
#media_in_store_loop .thumb-container img:nth-child(1), #media_author_presentation .thumb-container img:nth-child(1) {
    display: none;
}

/*-- Image slider for Media page popups --*/

#online_ad1, #online_ad2, #online_ad3 {
    max-width: 750px !important;
    margin: 0 auto !important;
    text-align: center;
}

#online_ad2 img {
    max-width: 350px !important;
    max-height: 640px !important;
}
#online_ad3 img {
	    max-width: 333px;
}
.media_ads_pop_top-p {
    max-width: 850px;
    margin: 0 auto;
}
#post_cards_id, #banner-fade {
  margin: 0 auto;
}
.media_ads_pop_h2 {
	font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  text-align: center;
  color: #F68D2D;
  letter-spacing: 1px;
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: 1px solid rgba(255, 128, 0, 0.35);
	font-weight: 600;
}
.media_ads_pop-p2 {
	max-width: 850px;
    margin: 0 auto;
}
.body_centred.media_ads_pop_top-p {
    max-width: 700px;
    margin: 0 auto;
}
.media_h3_2 {
	font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  text-align: center;
  color: #F68D2D;
  letter-spacing: 1px;
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: 1px solid rgba(255, 128, 0, 0.35);
	font-weight: 600;
}
.media_no_p {
	margin-bottom: 15px;
}
.media_num {
    background: #F68D2D;
    border-radius: 17px;
    padding: 6px 10px;
    color: white;
    font-size: 10px;
}
.media_thumb_title {
	font-size: 90%;
}
.media_hr_title {
	font-size: 96%;
}
.media_hr_box {
    text-align: center;
    max-width: 150px;
    margin: 0 auto;
    border: 1px solid #333;
    height: 150px;
    width: 120px;
    padding: 20px 10px;
    line-height: 29px;
}
@media (max-width: 1010px) {
.media_hr_box {
    height: 127px;
    width: 110px;
    padding: 12px 10px;
		line-height: 25px;
}	
}
@media (max-width: 850px) {
.media_hr_box {
    height: 136px;
    width: 105px;
    padding: 12px 10px;
    line-height: 28px;
}	
}
@media (max-width: 540px) {
.media_hr_box {
    height: 113px;
    width: 97px;
    padding: 11px 2px;
    line-height: 23px;
}	
}
.media_materials_ul {
  list-style: none;
  max-width: 1040px;
  margin: 0 auto;
       
}
@media (max-width: 1080px) {
.media_materials_ul {
        max-width: 850px;
}
}
@media (max-width: 910px) {
.media_materials_ul {
       max-width: 750px;
}
}
@media (max-width: 850px) {
.media_materials_ul {
       max-width: 705px;
}
}
@media (max-width: 760px) {
.media_materials_ul {
       max-width: 425px;
}
}
@media (max-width: 450px) {
.media_materials_ul {
       max-width: 270px;
}
}
.media_materials_ul li img {
	max-height: 150px;
	margin: 5px 0 10px 0;
}
.media_materials_ul li a {
	color: #333;
}
.media_materials_ul_hr li {
	 font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0px;
  padding: 13px 10px;
  float: left;
	color: #333333;
	cursor: pointer;
	position: relative;
	height: 250px;
}
@media (max-width:850px) {
.media_materials_ul_hr li {
		height: 200px;
		margin: 0 15px;
}		
}
@media (max-width: 660px) {
.media_materials_ul_hr li {
		margin: 0 0px;
}		
}
@media (max-width: 540px) {
.media_materials_ul_hr li {
		height: 160px;
}		
}
.media_materials_ul_hr {
  list-style: none;
  max-width: 960px;
  margin: 0 auto;     
}
@media (max-width: 1010px) {
.media_materials_ul_hr {
      max-width: 790px;
}
}
@media (max-width: 850px) {
.media_materials_ul_hr {
    max-width: 645px;
    clear: both;
}
}
@media (max-width: 660px) {
.media_materials_ul_hr {
    max-width: 485px;
}
}
@media (max-width: 540px) {
.media_materials_ul_hr {
    max-width: 400px;
}
}
.media_materials_ul_hr li a {
	color: #333;
}
.media_materials_ul_hr li img {
	  max-height: 135px;
    margin: 37px 5px 0px 5px;
}
@media (max-width: 1010px) {
.media_materials_ul_hr li img {
	  max-height: 110px;
    margin: 37px 2px 0px 2px;
}	
}
@media (max-width: 850px) {
.media_materials_ul_hr li img {
	  max-height: 140px;
    margin: 37px 2px 0px 2px;
}	
}
@media (max-width: 540px) {
.media_materials_ul_hr li img {
	  max-height: 100px;
    margin: 37px 0px 0px 0px;
}	
}
.media_materials_ul_hr li .media_hr_title {
    font-size: 11px;
}

#F_synopsis {
	width: 800px;
}
@media (max-width: 1060px) {
.media_materials_ul2 {
    max-width: 805px;
    margin: 0 auto;
}
}
@media (max-width: 860px) {
.media_materials_ul2 {
    max-width: 605px;
}		
}
@media (max-width: 660px) {
.media_materials_ul2 {
    max-width: 405px;
}		
}
@media (max-width: 480px) {
.media_materials_ul2 {
    max-width: 280px;
}		
}
.media_materials_ul2 li {
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0px;
    padding: 13px 10px;
    float: left;
    width: 200px;
    color: #333333;
    cursor: pointer;
    position: relative;
    height: 250px;
}
@media (max-width: 480px) {
.media_materials_ul2 li {
	width: 140px;
	font-size: 11px;
	}	
}
.media_materials_ul2 li img {
	max-height: 150px;
	margin: 5px 0 10px 0;
}
@media (max-width: 860px) {
.media_materials_ul2 li img {
	max-height: 130px;
	margin: 5px 0 10px 0;
}	
}	
.media_sixty_sec_video img:nth-child(1) {
   width: 25%;
		top: 25%
}
.media_sixty_sec_video img:nth-child(2) {
    margin: 0;
}
.media_materials_ul2 li a {
	color: #333;
}

/*------Generic orange button - see /mailing-list-confirmation/ for example ------*/
.orange_button {
	font-family: 'Open Sans', sans-serif;
  font-size: 14px;
	background-color: #F68D2D;
  color: white;
  border: none;
  padding: 8px;
  width: 100%;
  cursor: pointer;
  border-radius: 3px;
}

/*-- MEDIA CENTRE CONTACT FORMS, MAILING LIST POPUP, CALL WITH MEMBER POPUP (Gravity Forms 20, 21, 22, 24, 25) --*/

#gform_20 > div.gform_heading > h3, #field_20_1 > label, #input_20_1_3_container > label, #field_20_2 > label, #field_20_3 > label,
#field_20_4 > label, #input_20_4,
#gform_21 > div.gform_heading > h3, #field_21_1 > label, #input_21_1_3_container > label, #field_21_2 > label, #field_21_3 > label,
#field_21_4 > label, #input_21_4,
#gform_22 > div.gform_heading > h3, #field_22_1 > label, #input_22_1_3_container > label, #field_22_2 > label, #field_22_3 > label,
#field_22_4 > label, #input_22_4,
#gform_24 > div.gform_heading > h3, #field_24_1 > label, #input_24_1_3_container > label, #field_24_2 > label, #field_24_3 > label,
#input_24_3,
#gform_25 > div.gform_heading > h3, #field_25_1 > label, #input_25_1_3_container > label, #field_25_2 > label, #field_25_3 > label,
#input_25_4, #field_25_5 > label, #input_25_5, #field_25_4 > label {
	display: none;
}
#gform_20 > div.gform_heading > h3
body #gform_wrapper_20 .gform_body .gform_fields .gfield .ginput_container,
#gform_21 > div.gform_heading > h3
body #gform_wrapper_21 .gform_body .gform_fields .gfield .ginput_container,
#gform_22 > div.gform_heading > h3
body #gform_wrapper_22 .gform_body .gform_fields .gfield .ginput_container,
#gform_24 > div.gform_heading > h3
body #gform_wrapper_24 .gform_body .gform_fields .gfield .ginput_container,
#gform_25 > div.gform_heading > h3
body #gform_wrapper_25 .gform_body .gform_fields .gfield .ginput_container
{
	margin-top: 10px;
}
#gform_wrapper_25 {
    max-width: 350px;
    margin: 0 auto;
}
@media (max-width: 450px) {
#gform_wrapper_25 {
    max-width: 280px;
    margin: 0 auto;
}
}
#input_20_1_3, #input_20_2, #input_20_3, #input_21_1_3, #input_21_2, #input_21_3, #input_22_1_3, #input_22_2, #input_22_3 {
  font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	padding: 10px;
	width: 300px;
	float: left;
	margin: 10px;
	background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 153, 0, .5);
}
#input_25_3, #input_25_2  {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	padding: 10px 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 153, 0, .5);
	margin: 10px 0;
	text-indent: 10px;
}
#input_25_1_3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	padding: 10px 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 153, 0, .5);
	text-indent: 10px;
}
#input_24_1_3, #input_24_2 {
	font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    padding: 10px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 153, 0, .5);
    max-width: 270px;
    margin: 8px auto;
}
#input_24_1_3, #input_24_2, #input_25_1_3, #input_25_2 {
	height: 20px;
}
#gform_24 .gform_footer.top_label {
    max-width: 270px;
    margin: 0 auto;
}
#gform_wrapper .gform_footer.top_label {
    max-width: 300px;
    margin: 0 auto;
}
#gform_submit_button_20, #gform_submit_button_21, #gform_submit_button_22 {
	font-family: 'Open Sans', sans-serif;
    background-color: #F68D2D;
    color: white;
    border: none;
    font-size: 14px;
    padding: 10px;
    margin: 10px;
    width: 320px;
    border-radius: 3px;
}
#gform_submit_button_25 {
	font-family: 'Open Sans', sans-serif;
    background-color: #F68D2D;
    color: white;
    border: none;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
}
#gform_submit_button_24 {
	 font-family: 'Open Sans', sans-serif;
    background-color: #F68D2D;
    color: white;
    border: none;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
    border-radius: 3px;
    width: 100%;
    margin: 10px auto;
}
#gform_submit_button_20:hover, #gform_submit_button_21:hover, #gform_submit_button_22:hover, 
#gform_submit_button_24:hover, #gform_submit_button_25:hover {
	cursor: hand;
}
#gform_fields_20, #gform_fields_21, #gform_fields_22, #gform_fields_24, #gform_fields_25 {
	list-style: none;
}
#gform_fields_25 {
    max-width: 350px;
    margin: 0 auto;
}
#gform_fields_24 {
	   max-width: 300px;
    margin: 0 auto;
}
#gform_confirmation_message_20, #gform_confirmation_message_21, #gform_confirmation_message_22,
#gform_confirmation_message_24, #gform_confirmation_message_25 {
	text-align: center;
  font-size: 14px;
  padding: 10px 0;		
}
#field_20_4 > div.gfield_description, #field_21_4 > div.gfield_description, #field_22_4 > div.gfield_description, 
#field_24_3 > div.gfield_description, #field_25_4 > div.gfield_description {
	display: none;
}
/*---- CONTACT US PAGE - Contact form (Gravity Form #23) -----*/

#gform_fields_23 {
	list-style: none;
}
#field_23_1 > label, #input_23_1_3_container > label, #field_23_2 > label, #field_23_3 > label, #field_23_4 > label, #input_23_6, #field_23_6 > label,
#field_23_6 > div.gfield_description, #field_23_5 > label {
	display: none;
}
#field_23_1 {
	width: 320px;
}
#input_23_1_3, #input_23_2, #input_23_3, #input_23_4 {
	background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 153, 0, .5);
	width: 290px;
	height: 35px;
	float: left;
	margin: 10px 10px 5px 0;
	padding: 8px;
	position: relative;
}
#input_23_2 {
	float: right;
}
#input_23_4 {
	width: 600px;
	height: 125px;
}
#field_23_5 {
	float: left;
}
#input_23_5 {
	font-size: 12px;
	list-style: none;
}
#label_23_5_1,#choice_23_5_1 {
	margin: 4px;
}
#gform_submit_button_23 {
	font-family: 'Open Sans', sans-serif;
	background-color: #F68D2D;
  color: white;
  border: none;
  font-size: 14px;
  padding: 8px;
	margin: 10px 10px 0 0;
	width: 600px;
	cursor: pointer;
}
#gform_confirmation_message_23 {
	font-size: 14px;
  margin-top: 30px;
  line-height: 200%;
}
@media (max-width: 1055px) {
	#input_23_2 {
		float: left;
	}
	#input_23_4, #gform_submit_button_23 {
		width: 400px;
	}
}
@media (max-width: 450px) {
	#input_23_4, #gform_submit_button_23 {
		width: 290px;
	}
}

/*---- Manual Member Application Form (Gravity Form #28) -----*/

#gform_fields_28 {
	list-style:none;
}

#input_28_1_3_container > label,#field_28_1 > label,#field_28_2 > label,#field_28_3 > label,#field_28_4 > label,
#input_28_4_1_label,#input_28_4_3_label,#input_28_4_4_label,#input_28_4_5_label,#input_28_4_6_label,#field_28_5 > label,
#field_28_6 > label,#field_28_7 > label,#field_28_8 > label,#field_28_9 > label,#field_28_10 > label,#field_28_11 > label{
	display: none;
}
#gform_fields_28 input,#input_28_4_6,#input_28_8{
	width: 300px;
	height: 50px;
	font-size: 13px;
	margin: 15px auto;
	display: block;
	background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 153, 0, .5);
  padding: 8px;
}
#field_28_3 > div.gfield_description {
	font-size: 12px;
	max-width: 300px;
	margin: 0 auto;
}
#input_28_9,#input_28_11 {
	max-width: 300px;
  margin: 10px auto;
  height: 40px;
  font-size: 13px;
  list-style: none;
}
input#choice_28_9_1,input#choice_28_11_1 {
	width: 25px;
	height: 20px;
	float: left;
	margin-top: 7px;
	margin-left: 5px;
}
#label_28_9_1,#label_28_11_1 {
  float: right;
  width: 250px;
	clear: right;
	margin-right: 10px;
}
#gform_submit_button_28 {
  font-family: 'Open Sans', sans-serif;
  background-color: #F68D2D;
  color: white;
  border: none;
  font-size: 14px;
  padding: 8px;
  margin: 10px;
  width: 300px;
  cursor: pointer;
}
#input_28_12,input#input_28_12,#field_28_12 > div.gfield_description,#field_28_12 > label {
	display: none;
}
/*--PRINT AND BINDING PAGE--*/
.print_bind_bullet li {
    margin: 10px 0;
	line-height: 150%;
}
.print_bind_bullet {
    padding: 0 20px;
}
/*-- VIDEO LIBRARY PAGES--*/
.video_library_ul li span {
    top: 0;
}
#more_intro_talks_div h3 {
	padding-top: 30px;
}
#more_intro_talks_div .thumbnail {
	float:right;
	max-width:170px;
	padding-left: 10px;
	position: relative;
    z-index: 1;
}
@media (max-width: 450px) {
#more_intro_talks_div .thumbnail {
	max-width:130px;
}
}
.video_playlist_max-width {
    max-width: 800px;
    margin: 0 auto;
}

.affirmation_transcripts a {
	font-weight: normal;
}
.affirmation_transcripts .pipe_with_space {
	font-weight: bold;
	color: black;
}
.previous_webinars_vid_container {
	max-width: 850px;
	margin: 0 auto
}

/*--- Download Pages --*/
.ibook_mobile_dl_message {
		max-width: 615px;
    margin: 0 auto;
}
.dl_img_spinner_ebook img {
	width: 45px;
}
.dl_img_spinner_ebook {
    text-align: center;
    margin: 15px;
}
.amazon_dl {
   display: none; 
}

/*-- WTM PRODUCTS --*/
.products_posters_ul {
    list-style: none;
}
.products_posters_ul li {
    width: 33.33333%;
    float: left;
    text-align: center;
    margin: 20px 0;
		height: 215px;
}
@media (max-width: 900px) {
.products_posters_ul li {
		height: 180px;
}	
}	
@media (max-width: 600px) {
.products_posters_ul li {
    width: 50%;
}
}	
@media (max-width: 450px) {
.products_posters_ul li {
    width: 100%;
	  margin: 10px 0;
}
}
.products_posters_ul h3 {
    font-size: 15px;
		margin-top: 8px;
}
.products_posters_ul .body_centred {
    padding-top: 1px;
}
.products_posters_ul li img {
    max-height: 150px;
	border: 1px solid #333333;
}
@media (max-width: 900px) {
.products_posters_ul li img {
    max-height: 125px;
}
}
@media (max-width: 800px) {
.products_posters_ul li img {
    max-height: 100px;
}
}
@media (max-width: 800px) {
.products_posters_ul .home_h3 {
    font-size: 13px;
}
}
@media (max-width: 800px) {
.products_posters_ul .home_h3 {
    font-size: 13px;
}
}
.products_posters_ul li a {
    font-size: 12px;
}
@media (max-width: 800px) {
.products_posters_ul li a {
    font-size: 10px;
}
}
.stages_posters_ul {
	list-style:none;	
}
.stages_posters_ul li {
	width: 24.5%;
    float: left;
    text-align: center;
    margin: 0 .25%;
}
.stages_posters_ul li img {
    max-height: 200px;
		border: 1px solid #333333;
}
@media (max-width: 800px) {
.stages_words_container .home_h3 {
    font-size: 13px;
}
}
@media (max-width: 800px) {
.stages_words_container a {
    font-size: 10px;
}
}
.posters_freedom_dload_choice {
	font-weight: bold;
	font-size: 12px;
	position: relative;
}
.posters_freedom_dload_choice overlay {
	display: none;
	position: absolute;
	left: -17px;
  right: 0;
  text-align: center;
	width: 105px;
	top: 17px;
}
.posters_freedom_dload_choice:hover > overlay {
	display: block;
}

/*--Terms of use --*/
.terms_container h3 {
	text-align: left;
	margin-top: 20px;
}
.terms_container table {
	border: 1px solid #d2d2d2;
}
.terms_container td {
	border: 1px solid #d2d2d2;
	padding: 3px 5px;
	font-size:13px;
}
.terms_of_use_top_p {
	max-width: 620px;
	margin: 0 auto;
}
/*-- PUBLICATIONS PAGE --*/
.publication_container {
    margin-top: 30px;
}
.pubs_freedom_options {
    margin-top: 10px;
}
.pubs_freedom_options ul {
    max-width: 630px;
    margin: 0 auto;
	  margin-bottom: 20px;
}
@media (max-width: 875px) {
.pubs_freedom_options ul {
    max-width: 475px;
}	
}	
@media (max-width: 530px) {
.pubs_freedom_options ul {
    max-width: 270px;
    text-align: center;
}
}
.publication_img {
    float: left;
    width: 20%;
    margin-top: 10px;
}
.pubs_freedom_options a {
    color: #333;
    font-weight: bold;
}
.pubs_freedom_options ul li {
    list-style: none;
    display: inline-block;
    padding: 3px 12px;
    border-right: 1px solid;
    margin: 9px 2px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #333;
    border-radius: 3px;
}
@media (max-width: 875px) {
.pubs_freedom_options ul li {
		font-size: 11px;
		padding: 3px 7px;
		margin: 9px 0px;
}	
}
@media (max-width: 530px) {
.pubs_freedom_options ul li {
		margin: 6px 0px;
}	
}
#freedom_print_ins {
	text-align:left;
}
#freedom_media_a {
	text-align:left;
}
@media (max-width: 720px){
.publication_img {
	display: none;
}
}
.publication_img img {
    max-width: 105px;
    margin-bottom: 15px;
}
.publication_desc {
    float: right;
    width: 80%;
}
@media (max-width: 720px){
.publication_desc {
    float: none;
    width: 100%;
}
}

.publication_pipe {
    margin: 0 13px;
    font-weight: normal;
    font-size: 19px;
    color: #F68D2D;;
}
.book_img {
	max-width: 110px !important;
	float: left;
	padding: 0 20px 9px 0;	
}
@media (min-width:721px){
.book_img {
	display: none;
}	
}
.exp_bk_two {
	margin-top: 25px; 
	-webkit-margin-after: 7px;
}
@media (max-width:720px){
.exp_bk_two {
	margin-top: 55px; 
}
}
@media (max-width:600px){
.exp_bk_two {
	margin-top: 25px; 
}
}

/*-- Publications Pages --*/
.freedom1_choices {
	border-top: 1px solid #d2d2d2; 
	border-bottom: 1px solid #d2d2d2;
	padding: 10px 0;
}
.freedom1_choices .f1_choices {
	letter-spacing: 2px;
}
.exped-title-highlight {
    color: #F68D2D;
}
.title-highlight-flash {
	color: red;
}
.publication_note {
	background: #f2f1f1; 
	border-left:10px solid #F68D2D; 
	padding: 20px;
}
.Fb1_img {
	width: 29%; 
	float: left; 
	padding-right: 20px;
}
@media (max-width:700px) {
.Fb1_img {
	width: 20%;
}
}
.freedom1_pdf_container {
    max-width: 900px;
}
.Fb1_pdf_table {
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
}
.Fb1_pdf_table td {
	border: 1px solid #333333;
	text-align: center;
	font-size: 13px;
	padding: 10px;
}
.Fb1_pdf_table a {
	color: #333333;	
}	
.boa_number {
    width: 50px;
}
.boa_number span {
	background: #F68D2D; 
	border-radius: 21px;
	padding: 9px 16px;
	color: white; 
	margin-right: 15px;
}
.boa_h3 {
     text-align: left;
     border-bottom: 1px solid #F68D2D; 
     padding-bottom: 12px;
     width:100%;
 }  
.boa_table {
    max-width: 47%;
    width: 100%;
    font-size: 13px;
    border-spacing: 0;
}
.boa_tbl1 {
    float: left;
		margin-top: 30px;
}
@media (max-width:1030px) {
	.boa_tbl1 {
    float: none;
		max-width: 500px;
		margin: 0 auto;
		margin-top: 30px;
}
}
.boa_tbl2 {
    float: right;
	margin-top: 30px;
}
@media (max-width:1030px) {
	.boa_tbl2 {
    float: none;
		max-width: 500px;
		margin: 0 auto;
}
}
@media (max-width:1030px) {
.boa_tbl2 .boa_table_row1 td {
	display: none;	
}	
}	
.boa_table tr td:nth-child(1) {
	width: 48%;
}
.boa_table_row1 td {
    background: #F68D2D;
    color: white;
    padding: 10px;
}
.boa_table td {
    padding: 10px;
    border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 550px) {
.boa_table td {
    font-size: 12px;
}	
}
.boa_table a {
  color: #333333;
	font-weight: 600;
}
.boa_under_no {
	margin-left: 60px;
}	
@media (max-width: 450px) {
.boa_under_no {
	margin-left: 0px;
}	
}
.exodus_bk_img_cover_1 {
    float: left;
	z-index: 1;
	position: relative;
}
@media (max-width: 700px) {
.exodus_bk_img_cover_1 {
    display: none;
}
}
@media (min-width: 701px) {
.exodus_bk_img_cover {
	display: none;
}	
}
.exodus_text {
	margin-left: 150px;
}
@media (max-width: 700px) {
.exodus_text {
	margin-left: 0;
}
}
.exodus_bk_img_cover {
	float: left; 
	margin-right: 20px;
	z-index: 1;
	position: relative;
}
.asid_reviews_list p {
	margin: 4px 0;
}
.asid_ol {
	margin-left: 45px;
	line-height: 150%;
	font-size: 14px;
}
.bookofday_img {
	max-width:200px; 
	float: right; 
	text-align: center; 
	margin-left: 20px;
	z-index: 1;
	position: relative;
}
@media (max-width: 450px) {
.bookofday_img {
	max-width: 120px; 
}	
}
.aust_launch_asid {
	max-width:900px;
	margin: 0 auto;
}
.aust_launch_asid th, .aust_launch_asid td {
    padding: 10px;
}
.aust_launch_asid tr {
    font-size: 13px;
}
@media (max-width: 900px) {
.aust_launch_h3 {
	margin-top: 0px;		
}	
}
.aust_launch_asid td:first-child {
    width: 12%;
    font-size: 11px;
    vertical-align: top;
}
.beyond_reviews_h1 {
	line-height:200%;
	margin-bottom:20px
}	
@media (max-width: 700px) {
.beyond_reviews_h1 {
	line-height:150%;
}		
}
.website_launch_top_p {
	margin-top:30px;
}
@media (max-width: 900px) {
.website_launch_top_p {
	margin-top:15px;
}
}
@media (max-width: 700px) {
.website_launch_top_p {
	margin-top: 0;
}
}
.website_launch_box {
    padding: 5px 10px 5px 10px; 
    margin: 10px 40px 0 40px;
    background: #EEEEEE; 
    border: 3.5px double black;
}
@media (max-width: 500px) {
.website_launch_box {
    margin: 10px 10px 0 10px;
}
}
.philosophical_img {
	max-width:400px;
	margin: 0 auto;
}
@media (max-width: 900px) {
.philosophical_img {
	margin-top: 15px;
}	
}	
@media (max-width: 800px) {
.philosophical_img {
	margin-top: 30px;
}	
}	
@media (max-width: 700px) {
.philosophical_img {
	margin-top: 0;
}	
}	
/*-- Puchase publications page --*/
.purchase_pubs_div {
	border-top: 1px solid rgba(255, 128, 0, 0.35); 
	padding: 40px 0;
	opacity:1;
}
.purchase_pubs_bk_img { 
	float:left;
	max-width:120px;
	width: 30%;
	opacity: 1;
	position: relative;
	z-index: 1;
}	
@media (max-width:520px) {
.purchase_pubs_bk_img { 
	float: right;
	max-width:120px;
	width: 30%;
	margin-left: 20px;
	margin-top: 30px;
}	
}
.puchase_casemate {
    max-width: 350px;
    margin: 0 auto;
}
.purchase_pubs_ul {
	margin-left: 150px;
}
@media (max-width:520px) {
.purchase_pubs_ul {
	margin-left: 0;
}
}
.purchase_pubs_list {
	margin-left: 20px;
}
.purchase_pubs_list a {
	color: #333;
}
.pdf_help_ol {
	margin: 20px 0 0 50px;
}
@media (max-width:700px) {
	.pdf_help_ol {
	margin: 20px 0 0 20px;
}
}
.pdf_help_ol li {
	padding: 5px 0;
}
.pdf_help_ol li a {
	color: #333;
	font-weight: 600;
}


/*-- Jeremy Griffith pages --*/
.first_words_img {
	  max-width: 500px; 
	  margin: 0 auto; 
	  margin-top: 20px;
}
.susa_img_div{
		max-width: 400px; 
		margin-left: auto; 
	margin-right: auto;
}	
/*-- Founding member profile pages --*/
.founding_membership_ul {
	max-width: 925px;
    margin: 0 auto;
    margin-top: 30px;
}
@media (max-width: 1000px) {
.founding_membership_ul {
	max-width: 725px;
}
}
@media (max-width: 825px) {
.founding_membership_ul {
	max-width: 550px;
}
}
@media (max-width: 605px) {
.founding_membership_ul {
	max-width: 370px;
}
}
@media (max-width: 420px) {
.founding_membership_ul {
	max-width: 190px;
}
}
.founding_membership_ul li {
    list-style: none;
    float:left;
    height: 200px;
    text-align:center;
    width: 180px;
	line-height: 0;
}
.founding_membership_ul li a {
	  color: #333;
}   
.founding_membership_ul li .body_med {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 600;
}
.founding_membership_ul img {
	border: 1px solid black; 
}
/*-- Founding member profile pages --*/
.member_image {
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
    width:28%;
    height: auto;
    margin-left:2rem;
    max-width:190px;
	border: 1px solid black;
}
.member_profile_container {
    max-width: 700px;
	margin: 0 auto;
}
.h2_member_profile {
    font-size: 18px;
}
.member_para {
    margin-top: 0px;
}
@media (max-width: 380px) {
.tms_extended_h1 {
    font-size: 21px;
}
}
@media (max-width: 380px) {
.tms_extended_h2 {
    font-size: 17px;
}
}

/*--History Pages --*/
.history_h4_top {
	color: #F68D2D;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
}
.history_h4 {
	color: #F68D2D;
	text-align: left;
	margin-top: 25px;
	text-transform: uppercase;
	font-weight: 600;
}
.history_no {
	font-size: 20px;
	border-right: 2px solid;
	width: 60px
}
@media (max-width: 700px) {
.history_no {
	border-right: none;
	border-bottom: 2px solid;
	width: 55px;
	text-align: center;
}	
}
.history_no_extra {
    width: 75px;
		font-size: 20px;
		border-right: 2px solid;
}
@media (max-width: 700px) {
.history_no_extra{
	border-right: none;
	border-bottom: 2px solid;
	text-align: center;
}	
}
#fl-post-2891 .normal_justify_15_top a {
    font-size: 14px;
}
#RoyalGeographicSociety {
    max-width: 700px;
    margin: 0 auto;
		margin-top: 20px;
}
#RoyalGeographicSociety td {
    width: 50%;
    vertical-align: top;
}
.history_exodus_imgs {
    max-width: 700px;
    margin: 0 auto;
}
.history_exodus_imgs td {
    width: 50%;
}
.history_exodus_imgs td:nth-child(2) {
    padding-left: 5px;
}
.history_exodus_imgs td:nth-child(1) {
    padding-right: 5px;
}
.worldtalk_img_div {
	float: right;
	width: 20%;
	margin: -20px 0 10px 20px;
	min-width: 100px;
	position: relative;
	z-index:1;
}
.history_website_launch_imgs td {
    width: 50%;
}
.history_website_launch_imgs {
    max-width: 800px;
    margin: 0 auto;
}
.history_website_launch_imgs td:nth-child(2) {
    padding-left: 5px;
}
.history_website_launch_imgs td:nth-child(1) {
    padding-right: 5px;
}
#MillenniumMessage {
    max-width: 600px;
    margin: 0 auto;
}
#MillenniumMessage td:nth-child(2) {
    width: 47.5%;
    padding-left: 10px;
}
.history_lance_rick {
    max-width: 400px;
    margin: 0 auto;
		width: 100%;
}
.history_lance_rick td:nth-child(2) {
    padding-left: 5px;
	width: 51.2%;
}
.history_lance_rick td:nth-child(1) {
    padding-right: 5px;
}
.university_denial_free_studies {
    max-width: 800px;
    margin: 0 auto;
}
.university_denial_free_studies td {
    width: 50%;
}
.university_denial_free_studies td:nth-child(2) {
    padding-left: 5px;
		vertical-align: top;
}
.university_denial_free_studies td:nth-child(1) {
    padding-right: 5px;
}
.website_launch_imgs {
    max-width: 800px;
    margin: 0 auto;
}
.website_launch_imgs td:nth-child(2) {
    padding-left: 5px;
		vertical-align: top;
}
.website_launch_imgs td:nth-child(1) {
    padding-right: 5px;
		width: 48%;
}
.armidale_knockout_imgs {
	max-width: 700px;
	margin: 0 auto;
}
.armidale_knockout_imgs td:nth-child(2) {
    padding-left: 5px;
		vertical-align: top;
}
.armidale_knockout_imgs td:nth-child(1) {
    padding-right: 5px;
		width: 60%;
}
.informal_evening_imgs {
	max-width: 600px;
	margin: 0 auto;
}
.informal_evening_imgs td:nth-child(2) {
    padding-left: 5px;
		vertical-align: top;
}
.informal_evening_imgs td:nth-child(1) {
    padding-right: 5px;
		width: 41.2%;
		vertical-align: top;
}

/*--- Public Talks and Lectures ---*/
.public_talks {
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 30px;
		color: #F68D2D;
}


/*--Jeremy Griffith pages --*/
#burundi_img {
	max-width: 500px; 
	margin-left: auto; 
	margin-right: auto;
}

/*-- Persecution Pages --*/

.persecution_h4 {
    color: #F68D2D;
		text-transform: uppercase;
		font-weight: 600 !important;
		font-size: 16px;
		line-height: 150%;
		margin-top: 10px;
}   
.persecution_h4 span {
    border-right: 1px solid;
    padding-right: 10px;
    margin-right: 6px;
    font-size:20px;
}   
.expanded_persecution_history {
    border-bottom: 1px solid #F68D2D;
}

/*------- S2Member Application Form ------*/

#s2member-pro-paypal-checkout-form-description-div {
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
  text-align: center;
	text-transform: uppercase;
  color: #F68D2D;
  letter-spacing: 1px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 128, 0, 0.35);
  font-weight: 600;
  margin-bottom: 30px;
		
}
#s2member-pro-paypal-checkout-form-registration-section-title,#s2member-pro-paypal-checkout-form-custom-fields-section-title {
  font-family: 'Open Sans', sans-serif;
	font-size: 16px;
  font-weight: 600;
  color: #F68D2D;
  letter-spacing: 1px;
  text-transform: uppercase;
	background: none;
	border: none;
	margin-bottom: 0;
}
#s2member-pro-paypal-checkout-form-first-name-label,#s2member-pro-paypal-checkout-form-last-name-label,#s2member-pro-paypal-checkout-form-email-label, 
#s2member-pro-paypal-checkout-form-username-label,#s2member-pro-paypal-checkout-form-password-label,#s2member-pro-paypal-checkout-form-password-strength,
#s2member-pro-paypal-checkout-form-custom-reg-field-street-address-label,#s2member-pro-paypal-checkout-form-custom-reg-field-city-label,
#s2member-pro-paypal-checkout-form-custom-reg-field-state-province-region-label,#s2member-pro-paypal-checkout-form-custom-reg-field-zip-postal-code-label,
#s2member-pro-paypal-checkout-form-custom-reg-field-country-label,#s2member-pro-paypal-checkout-form-custom-reg-field-phone-label,
#s2member-pro-paypal-checkout-form-custom-reg-field-date-of-birth-label,#s2member-pro-paypal-checkout-form-custom-reg-field-occupation-label,
#s2member-pro-paypal-checkout-form-custom-reg-field-sex-label,#s2member-pro-paypal-checkout-form-custom-reg-field-background-information-label {
	font-size: 12px;
}
.s2member-pro-paypal-form-custom-reg-field-divider-section {
	display: none;
}
#s2member-pro-paypal-checkout-form-first-name-div,#s2member-pro-paypal-checkout-form-last-name-div,#s2member-pro-paypal-checkout-form-email-label,
#s2member-pro-paypal-checkout-form-username-label,#s2member-pro-paypal-checkout-form-password-label,#s2member-pro-paypal-checkout-password2, 
#s2member-pro-paypal-checkout-form-custom-reg-field-street-address-div, #s2member-pro-paypal-checkout-form-custom-reg-field-city-div, 
#s2member-pro-paypal-checkout-form-custom-reg-field-state-province-region-div,#s2member-pro-paypal-checkout-form-custom-reg-field-zip-postal-code-div,
#s2member-pro-paypal-checkout-form-custom-reg-field-country-div, #s2member-pro-paypal-checkout-form-custom-reg-field-phone-div,
#s2member-pro-paypal-checkout-form-custom-reg-field-date-of-birth-div, #s2member-pro-paypal-checkout-form-custom-reg-field-occupation-div,
#s2member-pro-paypal-checkout-form-custom-reg-field-sex-div {
	width: 300px;
  height: 35px;
  float: left;
  margin: 10px 10px 20px 10px;
  position: relative;
}
#s2member-pro-paypal-checkout-form-email-label {
	width: 620px;
}
#s2member-pro-paypal-checkout-first-name,#s2member-pro-paypal-checkout-last-name,#s2member-pro-paypal-checkout-email,
#s2member-pro-paypal-checkout-username, #s2member-pro-paypal-checkout-custom-reg-field-street-address, 
#s2member-pro-paypal-checkout-custom-reg-field-city, #s2member-pro-paypal-checkout-custom-reg-field-state-province-region,
#s2member-pro-paypal-checkout-custom-reg-field-zip-postal-code, #s2member-pro-paypal-checkout-custom-reg-field-country,
#s2member-pro-paypal-checkout-custom-reg-field-phone, #s2member-pro-paypal-checkout-custom-reg-field-date-of-birth,
#s2member-pro-paypal-checkout-custom-reg-field-occupation, #s2member-pro-paypal-checkout-custom-reg-field-sex,
#s2member-pro-paypal-checkout-custom-reg-field-background-information {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 153, 0, .5);
  height: 35px;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
  display: inline;
}
#s2member-pro-paypal-checkout-form-password-div {
	width: 300px;
	margin-right: 20px;
	float: right;
	margin-top: 10px;
}
#s2member-pro-paypal-checkout-form-password-label {
	margin: 0px 10px 10px 10px;
}
#s2member-pro-paypal-checkout-password1,#s2member-pro-paypal-checkout-password2 {
	background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 153, 0, .5);
  height: 35px;
  position: relative; 
  display: inline-block; 
}
#s2member-pro-paypal-checkout-password2 {
	margin-top: 20px;
}
#s2member-pro-paypal-checkout-form-password-strength {
	font-size: 14px;
	width: 300px;
  height: 30px;
  margin: 0 10px 0 10px;
	display: inline-block;
}
#s2member-pro-paypal-checkout-form-custom-reg-field-background-information-div {
	max-width: 640px;
  margin: 0 auto;
  display: inline-block;
  margin: 20px 10px 10px 10px;
}
#s2member-pro-paypal-checkout-custom-reg-field-background-information {
	height: 125px;
}
#s2member-pro-paypal-checkout-form-custom-reg-field-wtm-constitution-check-div,
#s2member-pro-paypal-checkout-form-custom-reg-field-terms-of-payment-check-div {
	margin: 10px;
}
#s2member-pro-paypal-checkout-form-custom-reg-field-wtm-constitution-check-div, 
#s2member-pro-paypal-checkout-form-custom-reg-field-terms-of-payment-check-div {
	font-size: 14px;
}

#s2member-pro-paypal-checkout-form-submission-section-title {
	font-size: 12px;
	font-family: 'open sans', san-serif;
	margin-left: 10px;
	line-height: 200%;
	border-bottom: 1px solid rgba(255, 128, 0, 0.35);
}
#s2member-pro-paypal-checkout-form-submission-section {
	margin-right: 10px;	
}

/*---Responsiveness for S2Member Application Form ---*/

@media (max-width: 678px) {
	#s2member-pro-paypal-checkout-form-email-label  {
		width: 300px;
	}
	#s2member-pro-paypal-checkout-form-password-label {
		margin-top: 10px;
	}
	#s2member-pro-paypal-checkout-form-first-name-div,#s2member-pro-paypal-checkout-form-last-name-div,#s2member-pro-paypal-checkout-form-email-label,
	#s2member-pro-paypal-checkout-form-username-label,#s2member-pro-paypal-checkout-form-password-label,#s2member-pro-paypal-checkout-password2, 
	#s2member-pro-paypal-checkout-form-custom-reg-field-street-address-div, #s2member-pro-paypal-checkout-form-custom-reg-field-city-div, 
	#s2member-pro-paypal-checkout-form-custom-reg-field-state-province-region-div,#s2member-pro-paypal-checkout-form-custom-reg-field-zip-postal-code-div,
	#s2member-pro-paypal-checkout-form-custom-reg-field-country-div, #s2member-pro-paypal-checkout-form-custom-reg-field-phone-div,
	#s2member-pro-paypal-checkout-form-custom-reg-field-date-of-birth-div, #s2member-pro-paypal-checkout-form-custom-reg-field-occupation-div,
	#s2member-pro-paypal-checkout-form-custom-reg-field-sex-div {
		width: 100%;
		margin: 10px 10px 20px 0px;
	}
	#s2member-pro-paypal-checkout-form-password-strength {
	width: 100%;
  margin: 0;
	}
	#s2member-pro-paypal-checkout-form-password-div {
		width: 100%;
		float: none;
	}
}
/*-------- FANCYBOX STYLESHEETS ------------*/

/*-------Start of Fancybox stylesheets-------*/
/*--classes changed by Tony for Fancybox Global--*/
.fancybox_click_to_download {
    background-color: white;
    position: fixed;
    padding: 0px 4px;
    border: 1px solid black;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 3px;
    height: 16px;
    line-height: 16px;
    max-width: 110px;
    font-size: 12px;
		width: 100%;
}


/*--File name= jquery.fancybox.css----*/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('http://www.worldtransformation.com/wp-content/themes/wtm-theme/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('http://www.worldtransformation.com/wp-content/themes/wtm-theme/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('http://www.worldtransformation.com/wp-content/themes/wtm-theme/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */



.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('http://www.worldtransformation.com/wp-content/themes/wtm-theme/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	/*bottom: 0; Tony Changed*/
	right: 50%;
	/*margin-bottom: -35px;Tony Changed*/
	z-index: 8050;
	text-align: center;
	top: 102%; /*Tony added*/
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 3px 10px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(250, 250, 250, 1); /*--Background changed to white by Tony--*/
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	/*text-shadow: 0 1px 2px #222; --taken out by Tony--*/
	color: #333333;  /*-- Colour changed by Tony from White to #333333--*/
	font-weight: bold;
	line-height: 130%;
	/*white-space: nowrap; changed by Tony to fix long captions*/
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('http://www.worldtransformation.com/wp-content/themes/wtm-theme/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('http://www.worldtransformation.com/wp-content/themes/wtm-theme/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*--File name= jquery.fancybox-buttons.css----*/

#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('http://www.worldtransformation.com/wp-content/themes/wtm-theme/fancybox/fancybox_loading.gif');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*--File name= jquery.fancybox-buttons.css----*/

#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}

/*--End of the Fancybox css--*/

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.thumb-container {
    position: relative;
		cursor: pointer;
}

.thumb-container img.video-thumb {
    width: 100%;
}
.single-video-player iframe {
	width: 100%;
	height: 675px;
}

.single-video-player {
		max-width: 1200px;
    margin: 0 auto;
    width: 90%;
    position: relative;
    top: 50%;
    transform: translateY(-58%);
}
@media (max-height:880px) {
.single-video-player {
	transform: translateY(-56%);
}	
}
@media (max-height:850px) {
.single-video-player {
	transform: translateY(-54%);
}	
}
@media (max-height:800px) {
.single-video-player {
	transform: translateY(-52%);
}
}
@media (max-height:750px) {
.single-video-player {
	max-width: 1100px;
	transform: translateY(-50%);
}	
}
@media (max-height:700px) {
.single-video-player {
	max-width: 1000px;
}	
}
@media (max-height: 650px) {
.single-video-player {
	max-width: 900px;
}	
}
@media (max-height: 600px) {
.single-video-player {
	max-width: 800px;
}	
}
@media (max-height: 550px) {
.single-video-player {
	max-width: 700px;
}	
}
@media (max-height: 500px) {
.single-video-player {
	max-width: 600px;
}	
}
@media (max-height: 450px) {
.single-video-player {
	max-width: 500px;
}	
}
@media (max-height: 400px) {
.single-video-player {
	max-width: 400px;
}	
}
.close-overlay {
	cursor: pointer;
}
/*
.single-yt-video i.close-overlay.fa.fa-close {
    position: relative;
    top: -5px;
		right: 0;
    text-align: right;
}*/

p.video-caption {
    background: #fff;
    max-width: 800px;
    border-radius: 10px;
    margin: 10px auto;
    font-weight:bold;
		color:black;
}

.single-yt-video .overlay,
.playlist-yt-video .overlay {
	display: none;
}

.single-yt-video .overlay.is-active,
.playlist-yt-video .overlay.is-active {
	display: block;
}

.playlist-no-thumbs .playlist-player-images {
    display: none;
}

body.youtube-playlist-fullscreen .mlvp_playlist_container {
    position: fixed;
    bottom: 100px;
    z-index: 999999999999999;
    left: 0;
    right: 0;
}

/*----Book Search results page----*/
.gsc-result .gs-title {
    height: 2em !important;
}

.pixelsearch_container {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 10px;
	padding-left:10px;
	padding-right: 10px;
}
.search-results-h1 {
	margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    max-width: 700px;
    padding: 13px;
}
.book_search_h3 {
	padding-top:30px;
	padding-bottom: 7px;
	text-align: left;
	color:#F68D2D;
	max-width:800px; 
	margin: 0 auto;
	font-weight: normal;
}
.pixelsearch_title, .pixelsearch_title > a {
   color: #333;
    font-size: 14px;
    line-height: 120%;
		font-weight: bold;
		text-decoration: underline;
		padding-top: 30px;
		cursor: pointer;
 }
.pixelsearch_title a {
	color: #333333;
}	
.pixelsearch_result {
    color: #333333;
}
.pixelsearch_result div, a.pixelsearch_result_div {
    padding: 8px 0;
		font-size: 15px;
}
.book_search_result_div:hover {
		background: #E6E6E6;
		cursor: pointer;
}
.book_search_result_div a:hover {
	text-decoration:none;
}
#pixelsearch_container a:hover {
    text-decoration: none;
}

.pixelsearch_result > a {
    color: #404040;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    padding: 8px 0;
}

/*---Google Search Results Page---*/
.gsc-results .gs-snippet b { 
	background-color: #FFFF7B; 
	padding:0 3px; 
	color:#000; 
}
.gs-title{
    font-weight: bold;
    margin-top: 10px;
	text-decoration: none;
	font-size: 14px !important;
}
.gsc-url-top {
	  margin-top: 13px;
    margin-bottom: 10px;
    font-size: 11px;
}
.gsc-search-box {
	max-width: 245px;
    margin: 0 auto !important;	
}	

.gscb_a {
    display: inline-block;
    font: 16px arial, sans-serif !important;
}
.gsc-search-button-v2 {
	padding: 6px 9px !important;
}

.gsc-selected-option-container {
	    min-width: 65px !important;
}
.gsc-cursor {
    max-width: 150px;
    margin: 0 auto;
    display: block !important;
}
.gsc-cursor-page {
    border: 1px solid;
    padding: 4px 7px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background-color: #F68D2D !important; 
  color: white !important;
	border-color: #F68D2D !important;
}


/*-------------SWEET ALERT CSS ----------------------*/

body.stop-scrolling{height:100%;overflow:hidden}.sweet-overlay{background-color:black;-ms-filter:"alpha(opacity=40)";background-color:rgba(0,0,0,0.4);position:fixed;left:0;right:0;top:0;bottom:0;display:none;z-index:10000}.sweet-alert{background-color:white;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;width:478px;padding:17px;border-radius:5px;text-align:center;position:fixed;left:50%;top:50%;margin-left:-256px;margin-top:-200px;overflow:hidden;display:none;z-index:99999}@media all and (max-width:540px){.sweet-alert{width:auto;margin-left:0;margin-right:0;left:15px;right:15px}}.sweet-alert h2{color:#575757;font-size:30px;text-align:center;font-weight:600;text-transform:none;position:relative;margin:25px 0;padding:0;line-height:40px;display:block}.sweet-alert p{color:#797979;font-size:16px;text-align:center;font-weight:300;position:relative;text-align:inherit;float:none;margin:0;padding:0;line-height:normal}.sweet-alert fieldset{border:0;position:relative}.sweet-alert .sa-error-container{background-color:#f1f1f1;margin-left:-17px;margin-right:-17px;overflow:hidden;padding:0 10px;max-height:0;webkit-transition:padding .15s,max-height .15s;transition:padding .15s,max-height .15s}.sweet-alert .sa-error-container.show{padding:10px 0;max-height:100px;webkit-transition:padding .2s,max-height .2s;transition:padding .25s,max-height .25s}.sweet-alert .sa-error-container .icon{display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#ea7d7d;color:white;line-height:24px;text-align:center;margin-right:3px}.sweet-alert .sa-error-container p{display:inline-block}.sweet-alert .sa-input-error{position:absolute;top:29px;right:26px;width:20px;height:20px;opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all .1s;transition:all .1s}.sweet-alert .sa-input-error::before,.sweet-alert .sa-input-error::after{content:"";width:20px;height:6px;background-color:#f06e57;border-radius:3px;position:absolute;top:50%;margin-top:-4px;left:50%;margin-left:-9px}.sweet-alert .sa-input-error::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-alert .sa-input-error::after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sweet-alert .sa-input-error.show{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.sweet-alert input{width:100%;box-sizing:border-box;border-radius:3px;border:1px solid #d7d7d7;height:43px;margin-top:10px;margin-bottom:17px;font-size:18px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.06);padding:0 12px;display:none;-webkit-transition:all .3s;transition:all .3s}.sweet-alert input:focus{outline:0;box-shadow:0 0 3px #c4e6f5;border:1px solid #b4dbed}.sweet-alert input:focus::-moz-placeholder{transition:opacity .3s .03s ease;opacity:.5}.sweet-alert input:focus:-ms-input-placeholder{transition:opacity .3s .03s ease;opacity:.5}.sweet-alert input:focus::-webkit-input-placeholder{transition:opacity .3s .03s ease;opacity:.5}.sweet-alert input::-moz-placeholder{color:#bdbdbd}.sweet-alert input:-ms-input-placeholder{color:#bdbdbd}.sweet-alert input::-webkit-input-placeholder{color:#bdbdbd}.sweet-alert.show-input input{display:block}.sweet-alert .sa-confirm-button-container{display:inline-block;position:relative}.sweet-alert .la-ball-fall{position:absolute;left:50%;top:50%;margin-left:-27px;margin-top:4px;opacity:0;visibility:hidden}.sweet-alert button{background-color:#8cd4f5;color:white;border:0;box-shadow:none;font-size:17px;font-weight:500;-webkit-border-radius:4px;border-radius:5px;padding:10px 32px;margin:26px 5px 0 5px;cursor:pointer}.sweet-alert button:focus{outline:0;box-shadow:0 0 2px rgba(128,179,235,0.5),inset 0 0 0 1px rgba(0,0,0,0.05)}.sweet-alert button:hover{background-color:#7ecff4}.sweet-alert button:active{background-color:#5dc2f1}.sweet-alert button.cancel{background-color:#c1c1c1}.sweet-alert button.cancel:hover{background-color:#b9b9b9}.sweet-alert button.cancel:active{background-color:#a8a8a8}.sweet-alert button.cancel:focus{box-shadow:rgba(197,205,211,0.8) 0 0 2px,rgba(0,0,0,0.0470588) 0 0 0 1px inset !important}.sweet-alert button[disabled]{opacity:.6;cursor:default}.sweet-alert button.confirm[disabled]{color:transparent}.sweet-alert button.confirm[disabled] ~ .la-ball-fall{opacity:1;visibility:visible;transition-delay:0}.sweet-alert button::-moz-focus-inner{border:0}.sweet-alert[data-has-cancel-button=false] button{box-shadow:none !important}.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false]{padding-bottom:40px}.sweet-alert .sa-icon{width:80px;height:80px;border:4px solid gray;-webkit-border-radius:40px;border-radius:40px;border-radius:50%;margin:20px auto;padding:0;position:relative;box-sizing:content-box}.sweet-alert .sa-icon.sa-error{border-color:#f27474}.sweet-alert .sa-icon.sa-error .sa-x-mark{position:relative;display:block}.sweet-alert .sa-icon.sa-error .sa-line{position:absolute;height:5px;width:47px;background-color:#f27474;display:block;top:37px;border-radius:2px}.sweet-alert .sa-icon.sa-error .sa-line.sa-left{-webkit-transform:rotate(45deg);transform:rotate(45deg);left:17px}.sweet-alert .sa-icon.sa-error .sa-line.sa-right{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);right:16px}.sweet-alert .sa-icon.sa-warning{border-color:#f8bb86}.sweet-alert .sa-icon.sa-warning .sa-body{position:absolute;width:5px;height:47px;left:50%;top:10px;-webkit-border-radius:2px;border-radius:2px;margin-left:-2px;background-color:#f8bb86}.sweet-alert .sa-icon.sa-warning .sa-dot{position:absolute;width:7px;height:7px;-webkit-border-radius:50%;border-radius:50%;margin-left:-3px;left:50%;bottom:10px;background-color:#f8bb86}.sweet-alert .sa-icon.sa-info{border-color:#c9dae1}.sweet-alert .sa-icon.sa-info::before{content:"";position:absolute;width:5px;height:29px;left:50%;bottom:17px;border-radius:2px;margin-left:-2px;background-color:#c9dae1}.sweet-alert .sa-icon.sa-info::after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;margin-left:-3px;top:19px;background-color:#c9dae1}.sweet-alert .sa-icon.sa-success{border-color:#a5dc86}.sweet-alert .sa-icon.sa-success::before,.sweet-alert .sa-icon.sa-success::after{content:'';-webkit-border-radius:40px;border-radius:40px;border-radius:50%;position:absolute;width:60px;height:120px;background:white;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sweet-alert .sa-icon.sa-success::before{-webkit-border-radius:120px 0 0 120px;border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.sweet-alert .sa-icon.sa-success::after{-webkit-border-radius:0 120px 120px 0;border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px}.sweet-alert .sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(165,220,134,0.2);-webkit-border-radius:40px;border-radius:40px;border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.sweet-alert .sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:white;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-alert .sa-icon.sa-success .sa-line{height:5px;background-color:#a5dc86;display:block;border-radius:2px;position:absolute;z-index:2}.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sweet-alert .sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-alert .sa-icon.sa-custom{background-size:contain;border-radius:0;border:0;background-position:center center;background-repeat:no-repeat}@-webkit-keyframes showSweetAlert{0{transform:scale(0.7);-webkit-transform:scale(0.7)}45%{transform:scale(1.05);-webkit-transform:scale(1.05)}80%{transform:scale(0.95);-webkit-transform:scale(0.95)}100%{transform:scale(1);-webkit-transform:scale(1)}}@keyframes showSweetAlert{0{transform:scale(0.7);-webkit-transform:scale(0.7)}45%{transform:scale(1.05);-webkit-transform:scale(1.05)}80%{transform:scale(0.95);-webkit-transform:scale(0.95)}100%{transform:scale(1);-webkit-transform:scale(1)}}@-webkit-keyframes hideSweetAlert{0{transform:scale(1);-webkit-transform:scale(1)}100%{transform:scale(0.5);-webkit-transform:scale(0.5)}}@keyframes hideSweetAlert{0{transform:scale(1);-webkit-transform:scale(1)}100%{transform:scale(0.5);-webkit-transform:scale(0.5)}}@-webkit-keyframes slideFromTop{0{top:0}100%{top:50%}}@keyframes slideFromTop{0{top:0}100%{top:50%}}@-webkit-keyframes slideToTop{0{top:50%}100%{top:0}}@keyframes slideToTop{0{top:50%}100%{top:0}}@-webkit-keyframes slideFromBottom{0{top:70%}100%{top:50%}}@keyframes slideFromBottom{0{top:70%}100%{top:50%}}@-webkit-keyframes slideToBottom{0{top:50%}100%{top:70%}}@keyframes slideToBottom{0{top:50%}100%{top:70%}}.showSweetAlert[data-animation=pop]{-webkit-animation:showSweetAlert .3s;animation:showSweetAlert .3s}.showSweetAlert[data-animation=none]{-webkit-animation:none;animation:none}.showSweetAlert[data-animation=slide-from-top]{-webkit-animation:slideFromTop .3s;animation:slideFromTop .3s}.showSweetAlert[data-animation=slide-from-bottom]{-webkit-animation:slideFromBottom .3s;animation:slideFromBottom .3s}.hideSweetAlert[data-animation=pop]{-webkit-animation:hideSweetAlert .2s;animation:hideSweetAlert .2s}.hideSweetAlert[data-animation=none]{-webkit-animation:none;animation:none}.hideSweetAlert[data-animation=slide-from-top]{-webkit-animation:slideToTop .4s;animation:slideToTop .4s}.hideSweetAlert[data-animation=slide-from-bottom]{-webkit-animation:slideToBottom .3s;animation:slideToBottom .3s}@-webkit-keyframes animateSuccessTip{0{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animateSuccessTip{0{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@-webkit-keyframes animateSuccessLong{0{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@keyframes animateSuccessLong{0{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@-webkit-keyframes rotatePlaceholder{0{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}100%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}100%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}.animateSuccessTip{-webkit-animation:animateSuccessTip .75s;animation:animateSuccessTip .75s}.animateSuccessLong{-webkit-animation:animateSuccessLong .75s;animation:animateSuccessLong .75s}.sa-icon.sa-success.animate::after{-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in}@-webkit-keyframes animateErrorIcon{0{transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);-webkit-transform:rotateX(0);opacity:1}}@keyframes animateErrorIcon{0{transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);-webkit-transform:rotateX(0);opacity:1}}.animateErrorIcon{-webkit-animation:animateErrorIcon .5s;animation:animateErrorIcon .5s}@-webkit-keyframes animateXMark{0{transform:scale(0.4);-webkit-transform:scale(0.4);margin-top:26px;opacity:0}50%{transform:scale(0.4);-webkit-transform:scale(0.4);margin-top:26px;opacity:0}80%{transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px}100%{transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1}}@keyframes animateXMark{0{transform:scale(0.4);-webkit-transform:scale(0.4);margin-top:26px;opacity:0}50%{transform:scale(0.4);-webkit-transform:scale(0.4);margin-top:26px;opacity:0}80%{transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px}100%{transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1}}.animateXMark{-webkit-animation:animateXMark .5s;animation:animateXMark .5s}@-webkit-keyframes pulseWarning{0{border-color:#f8d486}100%{border-color:#f8bb86}}@keyframes pulseWarning{0{border-color:#f8d486}100%{border-color:#f8bb86}}.pulseWarning{-webkit-animation:pulseWarning .75s infinite alternate;animation:pulseWarning .75s infinite alternate}@-webkit-keyframes pulseWarningIns{0{background-color:#f8d486}100%{background-color:#f8bb86}}@keyframes pulseWarningIns{0{background-color:#f8d486}100%{background-color:#f8bb86}}.pulseWarningIns{-webkit-animation:pulseWarningIns .75s infinite alternate;animation:pulseWarningIns .75s infinite alternate}@-webkit-keyframes rotate-loading{0{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes rotate-loading{0{transform:rotate(0)}100%{transform:rotate(360deg)}}.sweet-alert .sa-icon.sa-error .sa-line.sa-left{-ms-transform:rotate(45deg) \9}.sweet-alert .sa-icon.sa-error .sa-line.sa-right{-ms-transform:rotate(-45deg) \9}.sweet-alert .sa-icon.sa-success{border-color:transparent\9}.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{-ms-transform:rotate(45deg) \9}.sweet-alert .sa-icon.sa-success .sa-line.sa-long{-ms-transform:rotate(-45deg) \9}/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */.la-ball-fall,.la-ball-fall>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.la-ball-fall{display:block;font-size:0;color:#fff}.la-ball-fall.la-dark{color:#333}.la-ball-fall>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}.la-ball-fall{width:54px;height:18px}.la-ball-fall>div{width:10px;height:10px;margin:4px;border-radius:100%;opacity:0;-webkit-animation:ball-fall 1s ease-in-out infinite;-moz-animation:ball-fall 1s ease-in-out infinite;-o-animation:ball-fall 1s ease-in-out infinite;animation:ball-fall 1s ease-in-out infinite}.la-ball-fall>div:nth-child(1){-webkit-animation-delay:-200ms;-moz-animation-delay:-200ms;-o-animation-delay:-200ms;animation-delay:-200ms}.la-ball-fall>div:nth-child(2){-webkit-animation-delay:-100ms;-moz-animation-delay:-100ms;-o-animation-delay:-100ms;animation-delay:-100ms}.la-ball-fall>div:nth-child(3){-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;animation-delay:0}.la-ball-fall.la-sm{width:26px;height:8px}.la-ball-fall.la-sm>div{width:4px;height:4px;margin:2px}.la-ball-fall.la-2x{width:108px;height:36px}.la-ball-fall.la-2x>div{width:20px;height:20px;margin:8px}.la-ball-fall.la-3x{width:162px;height:54px}.la-ball-fall.la-3x>div{width:30px;height:30px;margin:12px}@-webkit-keyframes ball-fall{0{opacity:0;-webkit-transform:translateY(-145%);transform:translateY(-145%)}10%{opacity:.5}20%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}80%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}90%{opacity:.5}100%{opacity:0;-webkit-transform:translateY(145%);transform:translateY(145%)}}@-moz-keyframes ball-fall{0{opacity:0;-moz-transform:translateY(-145%);transform:translateY(-145%)}10%{opacity:.5}20%{opacity:1;-moz-transform:translateY(0);transform:translateY(0)}80%{opacity:1;-moz-transform:translateY(0);transform:translateY(0)}90%{opacity:.5}100%{opacity:0;-moz-transform:translateY(145%);transform:translateY(145%)}}@-o-keyframes ball-fall{0{opacity:0;-o-transform:translateY(-145%);transform:translateY(-145%)}10%{opacity:.5}20%{opacity:1;-o-transform:translateY(0);transform:translateY(0)}80%{opacity:1;-o-transform:translateY(0);transform:translateY(0)}90%{opacity:.5}100%{opacity:0;-o-transform:translateY(145%);transform:translateY(145%)}}@keyframes ball-fall{0{opacity:0;-webkit-transform:translateY(-145%);-moz-transform:translateY(-145%);-o-transform:translateY(-145%);transform:translateY(-145%)}10%{opacity:.5}20%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}80%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}90%{opacity:.5}100%{opacity:0;-webkit-transform:translateY(145%);-moz-transform:translateY(145%);-o-transform:translateY(145%);transform:translateY(145%)}}

/*-- Safari Print Warning --*/
.sweet-alert button {
  background: white !important;
  color: #FF8600;
  margin: 0 !important;
  padding: 0 !important;
  position:absolute;
  right:20px;
  top:10px;
}
.sweet-alert h2 {
  margin-bottom: 15px;
}
.sweet-alert p {
  color:black;
}
.sweet-alert .top_line {
 font-size: 18px;
}
.sweet-alert ol {
  max-width:280px;
  margin:0 auto;
  margin-top:5px;
}
.sweet-alert li {
  text-align:left;
  margin: 8px 0;
  font-size: 15px;
}
.sweet-alert a {
   color: #FF8600;
 }
 .sweet-alert div {
   font-size:13px;
   margin-bottom:0;
   paddding-bottom:0;
 }
 .sweet-alert .to_do {
   position: relative;
   right:110px;
 }

/*-- end Safari Print Warning --*/
.sweet-alert .pdf_help_single {
    font-size: 14px;
    padding-top: 25px;
    max-width: 375px;
    margin: 0 auto;
}
.sweet-alert .top_line2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 22px;
}
.sweet-alert h2 span {
    font-size: 28px;
    line-height: 25px;
}
.sweet-alert .normal_print-download_single a {
    font-weight: bold;
}
.sweet-alert .normal_print-download_single {
    font-size: 18px;
}