/* Eric Meyer's CSS Reset */
/*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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/

.clear {
    clear: both;
}
body {
    background: #EAF3F4;
    color: #000;
    font-family: Open Sans, arial, helvetica, sans-serif;
    font-size: 19px;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style-position: outside;
    margin-left: 30px;
    font-size: 100%;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

body {
    /*font: 12px/18px Arial, sans-serif;*/
    width: 100%;
}
.wrapper {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
    position: relative;
    height: 24px;
    background-image: url(../images/slo-newblueheader.png);
    background-repeat: no-repeat;
    background-position: top center;
    border: 1px solid #02437F;
    border-radius: 20px 20px 0 0;
    background-size: 100%;
    padding-bottom: 11.3%;
}
.topmenu {
    width: 100%;
    margin-top: -26px;
    margin-left: 0;
    position: relative;
    /*background: url(../images/menubg.png) repeat-x;*/
    background: #035EB2;
    height: 36px;
    border: 1px solid #02437F !important;
    box-sizing: border-box;
}
.socialtop {
    text-align: left;
    margin-top: 10px;	
}
.socialbottom {
    text-align: left;
    padding-top: 15px;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
    width: 100%;
    position: relative;
    /*margin-top: 40px;*/
    font-family: Open Sans;
    border-left: solid 0.5px #9D9D9D;
    padding-left: 25px;
    text-align: justify;    
}
.middle table {
    border-collapse: collapse;
}
fieldset {
    margin: 10px 0px;
    padding: 15px 0px;
    border: 1px solid;
    font-size: 13px;
    border: none;
}
.mceItemTable {
    font-size: 13px;
    border: none;
}
fieldset.input {
    border: 0px none;
    text-align: left;
}
fieldset ul {
    font-size: 13px;
}
fieldset label {
    font-weight: normal;
}
fieldset h3 {
    font-weight: normal;
    color: #555;
}

.middle h1 {
    color: #555555;    
    font-family: "Open Sans", Arial;
    padding: 5px;
    font-size: 2.5em;
    line-height: 120%;
    font-weight: 700;
    margin: 0px -5px 10px;
    text-align: center;    
}

.middle h2 {
    color: #555;
    font-family: "Open Sans", Arial;
    font-size: 2em;
    font-weight: bold;
    margin: 1em 0 0;
    line-height: normal;
}

.middle h3
{
    color: #555;
    font-family: "Open Sans",Arial;
    font-size: 1em;
    font-weight: 700 !important;
    line-height: normal;
    margin-bottom: 10px;
} 

.middle strong {
    /*padding-top: 15px;*/
    /*display: block;*/
}
.middle:after {
    display: table;
    clear: both;
    content: '';
}
.container {
    width: 100%;
    float: left;
    overflow: hidden;
}


.blue{
    color: #001893;
}


.red{
    color: #CC0000;
}

.redaccent{
    color: #CC0000;
    text-decoration-line: underline;
}


.big{
    font-size: 150%;
    text-align: center; 
    font-weight: bold;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}

.bigplus{
    font-size: 175%;
    text-align: center; 
    font-weight: bold;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}


.giant{
    font-size: 200%;
    text-align: center; 
    font-weight: bold;
    line-height: 3rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

@media all and (min-width: 801px){
  .giant{
    font-size: 250%;
    line-height: 4rem;
  }  
}



.hikashop_contentpane,
.hikashop_checkout_cart table {
    font-size: 13px;
}
.hikashop_checkout_login_left_part ul {
    margin-top: 25px;
    margin-left: 15px;
}
#hikashop_checkout_status {
    font-size: 13px;
    margin: 0;
    padding: 0;
}
input.button {
    background: #FFF url("../images/nature/arrow1.gif") no-repeat scroll left top;
    border: 1px solid #DDD;
    color: #444;
    cursor: pointer;
    padding: 3px 5px 3px 7px;
    font-weight: bold;
    line-height: 1.2em;
    font-family: Open Sans;
}

.vplayer {
    float: left;
    /*padding-top: 7px;*/
}
.vplayer {
    width: 220px;
    padding-right: 10px;
    padding-left: 6px;
}
.bordereddiv {
    width: 100%;	
    max-width: 604px;
    margin: 0 auto;
    border: 1px solid #02437F;
    padding: 20px;
    text-align: justify;
    background: #EEEEEE;
}
.centerimg {
    float: none!important;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar, .moduletable.mcourse {
    float: right;
    width: 30%;
    margin-left: 20px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 10px;
    height: auto;
    background-image: url(/templates/slo/images/personal/content-bg.gif);
    background-repeat: repeat-y;
    border-left: solid 0.5px #9D9D9D;
    font-family: Open Sans;
    background: #0382F9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0382F9 0%, #0255A3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0382F9 0%, #0255A3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0382F9 0%, #0255A3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0382F9', endColorstr='#0255A3', GradientType=0);
    /* IE6-9 */
    border: 1px solid #02437F;
    box-sizing: border-box;
}
.acymailing_form {
    margin: 0 auto;
    margin-top: 17px;
}

table tr td {
    border: none;
}

.hikashop_no_print {
    font-size: 1.2em;
}
.hikashop_checkout_login_right_part h2 {
    font-size: 1.6em;
}
.hikashop_checkout_login_left_part h2 {
    font-size: 1.6em;
}
#gruemenu {
    background: none !important;
}
#gruemenu li a {
    padding: 9px 3px !important;
}
#gruemenu li a {
    -moz-box-shadow: inset 0px 0px 4px 0px #02436E;
    -webkit-box-shadow: inset 0px 0px 4px 0px #02436E;
    box-shadow: inset 0px 0px 4px 0px #02436E;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #035EB2), color-stop(1, #02436E)) !important;
    background: -moz-linear-gradient(top, #035EB2 5%, #02436E 100%) !important;
    background: -webkit-linear-gradient(top, #035EB2 5%, #02436E 100%) !important;
    background: -o-linear-gradient(top, #035EB2 5%, #02436E 100%) !important;
    background: -ms-linear-gradient(top, #035EB2 5%, #02436E 100%) !important;
    background: linear-gradient(to bottom, #035EB2 5%, #02436E 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#035EB2', endColorstr='#02436E', GradientType=0);
    background-color: #035EB2 !important;
    border: 2px solid #01294E !important;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 4px 2px #02436E !important;
    border-top-color: #0381F8 !important;
    border-left-color: #0381F8 !important;
    box-sizing: border-box;
}
#gruemenu li a:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #02436E), color-stop(1, #035EB2)) !important;
    background: -moz-linear-gradient(top, #02436E 5%, #035EB2 100%) !important;
    background: -webkit-linear-gradient(top, #02436E 5%, #035EB2 100%) !important;
    background: -o-linear-gradient(top, #02436E 5%, #035EB2 100%) !important;
    background: -ms-linear-gradient(top, #02436E 5%, #035EB2 100%) !important;
    background: linear-gradient(to bottom, #02436E 5%, #035EB2 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#02436E', endColorstr='#035EB2', GradientType=0);
    background-color: #02436E !important;
}

#sidr-main li a{

-moz-box-shadow: inset 0px 0px 4px 0px #02436E;
    -webkit-box-shadow: inset 0px 0px 4px 0px #02436E;
    box-shadow: inset 0px 0px 4px 0px #02436E;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #035EB2), color-stop(1, #02436E)) !important;
    background: -moz-linear-gradient(top, #035EB2 5%, #02436E 100%) !important;
    background: -webkit-linear-gradient(top, #035EB2 5%, #02436E 100%) !important;
    background: -o-linear-gradient(top, #035EB2 5%, #02436E 100%) !important;
    background: -ms-linear-gradient(top, #035EB2 5%, #02436E 100%) !important;
    background: linear-gradient(to bottom, #035EB2 5%, #02436E 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#035EB2', endColorstr='#02436E', GradientType=0);
    background-color: #035EB2 !important;
    border: 4px solid #01294E !important;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 4px 2px #02436E !important;
    border-top-color: #0381F8 !important;
    border-left-color: #0381F8 !important;
    box-sizing: border-box;
	width:100%;
	
}

#sidr-main {
	background: transparent !important;
}

#gruemenu li a:active {
    position: relative;
    top: 1px;
}
#gruemenu li.active a, .sidr-class-active a{
    color: #ffde00 !important;
}
@media screen and (max-width: 554px) {
    #navigation-toggle {
        float: right;
        padding: 0px !important;
        margin-right: 15px !important;
        box-shadow: none !important;
    }
}
@media screen and (max-width: 440px) {
    .topmenu {
        margin-top: -30px !important;
    }
}

.middle {
    box-sizing: border-box;
    padding: 0 2rem;
}
.right-sidebar form,
.moduletable.mcourse form {
    display: block;
    overflow: visible;
}
.acymailing_form {
    margin-top: 50px;
    border: 2px solid #02437F;
}
div.sheading {
    background: #0382F9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0382F9 0%, #0255A3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0382F9 0%, #0255A3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0382F9 0%, #0255A3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0382F9', endColorstr='#0255A3', GradientType=0);
    /* IE6-9 */
    border: 2px solid #02437F;
    border-radius: 20px;
    width: 90%;
    margin: -40px auto auto;
    text-align: center;
    color: white;
    padding: 15px 8px;
    line-height: 130%;
    font-size: 22px;
    box-sizing: border-box;
    /*text-shadow: 0 1px 0 #ccc, 0 2px 0 #054700, 0 3px 0 #054700, 0 4px 0 #054700, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
    */
}
div.greenbox {
    background: #0382F9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0382F9 0%, #0255A3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0382F9 0%, #0255A3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0382F9 0%, #0255A3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0382F9', endColorstr='#0255A3', GradientType=0);
    /* IE6-9 */
    border-top: 1px solid #02437F;
    border-bottom: 1px solid #02437F;
    color: white;
    font-size: 15px !important;
    font-weight: 700;
    padding: 15px 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    line-height: 120%;
}
.course10 {
    margin: auto;
    border: 1px solid #d5d5d5;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    max-width: 238px;
    -webkit-box-shadow: 3px 2px 5px 3px rgba(181, 181, 181, 0.7);
    -moz-box-shadow: 3px 2px 5px 3px rgba(181, 181, 181, 0.7);
    box-shadow: 3px 2px 5px 3px rgba(181, 181, 181, 0.7);
    box-sizing: border-box;
}
.acymailing_form #user_name,
.acymailing_form #user_email {
    width: 70%;
    margin: auto;
    box-sizing: border-box;
    display: block;
    margin-top: 20px;
    padding: 5px;
    border: 2px solid #bfbfbf;
}
.giveaccess {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box !important;
    position: relative;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    padding: 15px 5px !important;
    border: 0 none rgb(177, 106, 2) !important;
    border-bottom: 4px solid rgb(177, 106, 2) !important;
    -webkit-border-radius: 7px 7px 9px 9px !important;
    border-radius: 7px 7px 9px 9px !important;
    font: normal normal bold 18px "Open Sans", Helvetica, sans-serif !important;
    color: rgba(177, 0, 0, 1) !important;
    text-align: center !important;
    text-transform: uppercase !important;
    -o-text-overflow: clip !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    background: -webkit-linear-gradient(-90deg, rgba(255, 170, 8, 1) 0, rgba(255, 104, 8, 1) 100%), rgba(255, 104, 0, 1) !important;
    background: -moz-linear-gradient(180deg, rgba(255, 170, 8, 1) 0, rgba(255, 104, 8, 1) 100%), rgba(255, 104, 0, 1) !important;
    background: linear-gradient(180deg, rgba(255, 170, 8, 1) 0, rgba(255, 104, 8, 1) 100%), rgba(255, 104, 0, 1) !important;
    -webkit-background-origin: padding-box !important;
    background-origin: padding-box !important;
    -webkit-background-clip: border-box !important
    background-clip: border-box !important;
    -webkit-background-size: auto auto !important;
    background-size: auto auto !important;
    -webkit-box-shadow: 0 -1px 1px 0 rgba(255, 255, 255, 0.701961) inset, 0 1px 1px 0 rgb(177, 106, 2) !important;
    box-shadow: 0 -1px 1px 0 rgba(255, 255, 255, 0.701961) inset, 0 1px 1px 0 rgb(177, 106, 2) !important;
}
.giveaccess:hover {
    background: -webkit-linear-gradient(-90deg, rgba(255, 188, 66, 1) 0, rgba(255, 129, 50, 1) 100%), rgba(255, 104, 0, 1) !important;
    background: -moz-linear-gradient(180deg, rgba(255, 188, 66, 1) 0, rgba(255, 129, 50, 1) 100%), rgba(255, 104, 0, 1) !important;
    background: linear-gradient(180deg, rgba(255, 188, 66, 1) 0, rgba(255, 129, 50, 1) 100%), rgba(255, 104, 0, 1) !important;
    -webkit-background-origin: padding-box !important;
    background-origin: padding-box !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-background-size: auto auto !important;
    background-size: auto auto !important;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) !important;
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) !important;
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) !important;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) !important;
}
.giveaccess:active {
    margin: 4px 0 0 !important;
    border: none !important;
    -webkit-border-radius: 7px !important;
    border-radius: 7px;
    -webkit-background-origin: padding-box !important;
    background-origin: padding-box !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-background-size: auto auto !important;
    background-size: auto auto !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.498039) !important;
    -webkit-transition: all 30ms cubic-bezier(0.42, 0, 0.58, 1) !important;
    -moz-transition: all 30ms cubic-bezier(0.42, 0, 0.58, 1) !important;
    -o-transition: all 30ms cubic-bezier(0.42, 0, 0.58, 1) !important;
    transition: all 30ms cubic-bezier(0.42, 0, 0.58, 1) !important;
}
.giveaccessbg {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: auto;
    position: relative;
    cursor: pointer;
    top: 0;
    padding: 5px;
    border: 0 none rgba(152, 145, 135, 1);
    border-bottom: 4px solid rgba(152, 145, 135, 1);
    -webkit-border-radius: 7px 7px 9px 9px;
    border-radius: 7px 7px 9px 9px;
    font: normal normal bold 24px/40px "Averia Sans Libre", Helvetica, sans-serif;
    color: rgba(177, 0, 0, 1);
    text-align: center;
    text-transform: uppercase;
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: nowrap;
    background: rgba(222, 222, 222, 1);
    -webkit-box-shadow: 0 -1px 1px 0 rgba(255, 255, 255, 0.701961) inset, 0 1px 1px 0 rgba(152, 145, 135, 1);
    box-shadow: 0 -1px 1px 0 rgba(255, 255, 255, 0.701961) inset, 0 1px 1px 0 rgba(152, 145, 135, 1);
	margin-bottom: -35px;
	margin-top: 20px;
}

.giveaccessbg input {
	border: 0 !important;
}

.clr {
    clear: both;
}
.hlogo {
    margin: auto;
    padding-top: 20px;
    display: block;
    width: 100%;
    max-width: 555px;
}

ul li,
ol li {
    line-height: 1.7em;
    margin-bottom: 0.7em;
}
.middle {
    background: #FFFFFF;
    box-sizing: border: box;
    border-left: 1px solid #02437F;
    border-right: 1px solid #02437F;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}
.fmenu {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 150%;
    color: #0201EE;
}

.rr_img750 {
	float: right !important;
	margin-left: 15px;
	display: block;
	width:100%;
}

@media screen and (max-width:750px) {
	.rr_img750 {margin-left: 0; margin: auto; float: none !important;}
}

.rr_img700 {
	float: right !important;
	margin-left: 15px;
	display: block;
	width:100%;
}

@media screen and (max-width:700px) {
	.rr_img700 {margin-left: 0; margin: auto; float: none !important;}
}

.rr_img650 {
	float: right !important;
	margin-left: 15px;
	display: block;
	width:100%;
}

@media screen and (max-width:650px) {
	.rr_img650 {margin-left: 0; margin: auto; float: none !important;}
}


.rr_img600 {
	float: right !important;
	margin-left: 15px;
	display: block;
	width:100%;
}

@media screen and (max-width:600px) {
	.rr_img600 {margin-left: 0; margin: auto; float: none !important;}
}

.rl_img650 {
	float: left !important;
	margin-right: 15px;
	display: block;
	width:100%;
}

@media screen and (max-width:650px) {
	.rl_img650 {margin-right: 0; margin: auto; float: none !important;}
}

.rl_img400 {
	float: left !important;
	margin-right: 15px;
	display: block;
	width:100%;
}

@media screen and (max-width:400px) {
	.rl_img400 {margin-right: 0; margin: auto; float: none !important;}
}

.rl_img300 {
	float: left !important;
	margin-right: 15px;
	display: block;
	width:100%;
}

@media screen and (max-width:300px) {
	.rl_img300 {margin-right: 0; margin: auto; float: none !important;}
}

.acymailing_form2 {
	max-width: 300px;
	margin-bottom: 50px;
}

.s8{
	font-size: 8pt !important;
}

.r_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:100%; 
}

.bordered {
	border: 1px solid #000;
}

@media (min-width:651px) and (max-width:800px) {
	.right-sidebar .giveaccess {font-size: 14px !important;}
	.moduletable.mcourse  .giveaccess {font-size: 14px !important;}
}

.author {
	text-align: center !important;
}

.m-w120 {
	max-width:120px;
}

.m-w128 {
	max-width:128px;
}


.avPlayerContainer {
	overflow: hidden;
	padding-top: 10px !important;
}

.avPlayerWrapper {
	clear: none !important;
}

.avAudio {
	position: relative;
	margin: auto;
	width: 100%;
}

/* Scalable Videos */

.videowrap{
  height: 0;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  margin: 0 auto;
  position: relative;
  margin: 0;
  z-index: 1;
}   


.videowrap iframe{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*------------------*/

/*author signature*/

.author{
    text-align:center;
    font-size: 120%;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 2px solid #AA6611;
}


/*AccessBox*/

#AccessBox  { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }



#AccessBox .header{
text-align: center;
font-size: 35px;
font-weight: bold;
margin: 5px 1px 12px;
line-height: 120%;
}

#AccessBox .optinboxlabel{
margin-bottom: 2px; 
font-weight: bold;
font-size: 12px;
}

#AccessBox .text{
    font-size: 17px;
    margin: 10px 1px 8px;
    line-height: 130%;
}

.textprivacy{
    font-size: 11px;
    margin-top: 0px;
    margin-left: 1px;
    margin-right: 1px;
    line-height: 13px;
}

#AccessBox #accesswrapper{
    margin-bottom: 2px;
    width: 100%;
    margin: 5px auto 0;
    display: block;
}

#AccessBox #accesswrapper2{
    margin-bottom: 2px;
    width: 284px;
    margin: 20px auto 0;
    display: block;
}

#AccessBox #formwrap{
    margin: 5px auto 30px;
    display: block;
    width: 100%;
    max-width: 500px;
}

#AccessBox #btnAccess{
    /*padding: 8px 26px;
    max-width: 100%;*/
}

.article-content #AccessBox #accesswrapper{
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 300px;
}






.form-name{
    background-image:url(/images/buttons/user-icon.png); 
    background-repeat: no-repeat; 
    background-position: 97% center;
    padding: 13px 0px;
}



.form-email{
    background-image:url(/images/buttons/email-icon.png); 
    background-repeat: no-repeat; 
    background-position: 97% center;
    padding: 13px 0px;
}


#formwrap input,
#AccessBox input{
    margin: 10px 0px;
    width:100%;
    border-radius:6px;
}



.GreenButton,
.OrangeButton,
.RedButton{
    border-radius:6px;
    display:inline-block;
    cursor:pointer; 
    font-family:Verdana;
    font-size:24px;
    font-weight:bold;
    padding:10px;
    text-decoration:none;
    margin: 20px 0px;
    width: 100%;
}


.GreenButton {
    box-shadow:inset 0px 1px 0px 0px #a4e271;
    background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    background-color:#89c403;
    border:2px solid #74b807;
    color:#ffffff;
    text-shadow:-1px 2px 0px #528009;

}

.GreenButton:hover {
    background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
    background-color:#77a809;
}


.OrangeButton {
    box-shadow:inset 0px 1px 0px 0px #fff6af;
    background: linear-gradient(to bottom, #FFC000 5%, #ffab23 100%);
    background-color: #FFC000;
    border: 2px solid #ff7f22;
    color:#ffffff;
    /*text-shadow:-1px 2px 0px #528009;*/
}

.OrangeButton:hover {
    background: linear-gradient(to bottom, #ffab23 5%, #FFC000 100%);
    background-color:#ffab23;
}


.RedButton {
    box-shadow: inset 0px 1px 0px 0px #ffafaf;
    background: linear-gradient(to bottom, #ff9764 5%, #ff2323 100%);
    background-color: #ff9764;
    border: 2px solid #f22;
    color: #ffffff;
    text-shadow: -1px 2px 1px #528009;
}

.RedButton:hover {
    background:linear-gradient(to bottom, #ff2323 5%, #ff9764 100%);
    background-color:#ff2323;
}


.GreenButton:active,
.OrangeButton:active, 
.RedButton: active{
    position:relative;
    top:1px;
}

.StandaloneButton {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  display: block;
  text-align: center;
  font-size: 150%;
}

@media (min-width: 1000px) {
  .StandaloneButton {
    width: 70%;
  }
}


#ja-col2 #AccessBox,
.optin #AccessBox{
    background: #f8981d;
    padding: 3% 5% 10%;
    /*text-align: justify;*/
    border-radius: 15px;
    -moz-border-radius: 15px;
    border: 1px solid #ca7d19;
    /*Shadow*/
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


.optin #AccessBox {
    max-width: 218px;
    padding: 6px 10px 20px 10px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}


@media all and (max-width: 500px) {
    .optin #AccessBox {margin-right: auto; margin-left: auto; float: none;}
    
}

.optin #AccessBox input { 
    font-size: 18px;
    max-width: 98%; 
}




#ja-mainbody .moduletable.optin {
    background: none;
    padding:0;
    margin: 0;
}

h2 {
    clear: none;
}


.optinlabel{
    margin: 5px 0;
    font-weight: bold;
    text-align: left;
}

/*Centering*/

.centerplayer{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.centeredcontainer,
.rightcontainer,
.leftcontainer{
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}



@media all and (min-width: 650px){
  .centeredcontainer{
    width: 500px;
  } 

  .leftcontainer
  {
    float: left;
    width:49%;
    margin-left: 0px;
    margin-right: auto;
  }

  .rightcontainer
  {
    width:49%;
    margin-left: auto;
    margin-right: 0px;
  }
}

/* Borders */

.redborderdashed{
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    border: 3px dashed #AA0000;
    padding: 20px;
}

.redborderdashed img{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.leftcontainer a,
.rightcontainer a{
    color: #006699;
}


.leftcontainer a:hover, 
.leftcontainer a:active, 
.leftcontainer a:focus,
.rightcontainer a:hover, 
.rightcontainer a:active, 
.rightcontainer a:focus{
  color: #0088BB;
}


/*Boxes*/

.benefitsbox{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 4%;
    /*background: #eee;*/
    background: #e4fcff;
    border-radius: 2rem;
    /*box-shadow: 0 0 0 0.5rem #001893;*/
    box-shadow: 0 0 0 0.5rem #4479AD;
    margin-bottom: 2rem;
}

.testimonialbox{
    clear: both; 
    background: #EEE;
    width: 70%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 3%;
    border: 3px solid #4499aa;
    overflow: auto;
}

/* ScriptMenu */
.scriptmenu{
    text-align: center;
    font-size: 11px;
    margin-top: 12px;
    margin-left: 1px;
    margin-right: 1px;
    line-height: 13px;
}


.labelblock{
  background: #f2f2f2;
  padding: 1rem 2rem;
  border-radius: 2rem;
  box-shadow: 0 0 0 0.3rem #4479AD;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}




/*scriptsize*/

.script{
   font-size: 70%;   
} 

/* alert messages */
.alert a.close { display: none; }


/* containers DIVs and formatting */

.interview-div,
.mainp-item-div,
.mainp-video-div,
.mainp-product-div,
.article-div,
.homebottom{
    margin: 0px 0px 0px;
    padding: 15px 0px 15px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.video-div{    
    margin: 0px 0px 0px;
    padding: 15px 0px 15px;
    border-top: 1px solid #AAA;
}

.vertcenter-div{
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}

.interview-div img,
.mainp-item-div img,
.mainp-video-div img,
.article-div img,
.mainp-product-div img,
.leftalign,
.rightalign,
.centeralign,
.fb-page{
    margin: 0 auto 1rem; 
    max-width: 100%; 
    display: block;     
}


.video-div img{
    display:block;
    margin: 0 auto;
    max-width: 96%;
    width: 400px;
}

.interview-div h3,
.mainp-item-div h3,
.mainp-video-div h3,
.mainp-product-div h3,
.article-div h3,
.video-div h3{
    margin-bottom: 1em;
    font-size:130%;
    line-height: 1.4em;
    margin-top: 8px;
}

.video-div h3{
    text-align: center;
    margin-top: 1em;
}

    
@media all and (min-width: 850px){
  .interview-div,
  .mainp-item-div,
  .mainp-video-div,
  .mainp-product-div,
  .article-div{
    border: 0;
  }
  .interview-div img,
  .mainp-item-div img,
  .article-div img{
    float: left; 
    margin-top: 8px; 
    margin-right: 20px; 
    max-width: 40%; 
    width: 150px;
  }

  .mainp-video-div img{    
    float: left; 
    margin-top: 8px; 
    margin-right: 20px; 
    max-width: 40%;
    width: 400px;
    }

  .mainp-product-div img{    
    float: left; 
    margin-top: 8px; 
    margin-right: 20px; 
    /*max-width: 40%;*/
    /*width: 300px;*/
    }

  .leftalign{
    float: left;
    margin-top: 0.5rem; 
    margin-right: 2rem; 
    max-width: 40%; 
  }
  
  .rightalign{
    float: right;
    margin-top: 0.5rem; 
    margin-left: 2rem; 
    max-width: 40%; 
  }
  
  .centeralign{
    margin-bottom: 2rem;
  }

  .vertcenter-div{
    width: 90%;
    display: flex;
    align-items: center;
  }
  
}


@media all and (min-width: 600px){
  .testimonialbox .videodiv{
    float: left; 
    margin-right: 20px;
  }
  
  .fb-page{
   float: right;
   width: 300px; 
   margin-top: 8px; 
   margin-left: 20px; 
  }  
  
} 

/* Scalable Videos */

.videowrap{
  height: 0;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  margin: 0 auto;
  position: relative;
  margin: 0;
  z-index: 1;
  clear: both;
}   


.videowrap iframe{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*------------------*/


div.rslogin {
        float: left;
       width: 300px;
}

div.rssubscribe {
    float: right;
    width: 400px;
}

div.rssubscribe input {
    width: 200px;
}

div.rspayment {
    float: left;
    width: 100%;
}

div.form-actions {
    float:right;
}

button.btn {
    height:37px  !important;
}

.button, .btn {
    -moz-box-shadow: 0px 1px 3px 0px #878787;
    -webkit-box-shadow: 0px 1px 3px 0px #878787;
    box-shadow: 0px 1px 3px 0px #878787;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc642), color-stop(1, #f98b24) );
    background:-moz-linear-gradient( center top, #ffc642 5%, #f98b24 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc642', endColorstr='#f98b24');
    background-color:#ffc642;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    border:1px solid #f1ac52;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 2px 2px #787878;
    padding-left: 10px !important;
    padding-right: 10px !important;
    cursor: pointer;  
	padding: 8px 10px;  

}

.button:hover,  .button:focus, .btn:hover, .btn:focus {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f98b24), color-stop(1, #ffc642) );
    background:-moz-linear-gradient( center top, #f98b24 5%, #ffc642 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f98b24', endColorstr='#ffc642');
    background-color:#f98b24;
    color:white !important;
    text-decoration:none !important;
}

.button:active,  .btn:active{
    position:relative;
    top:1px;
}

div.moduletable_log label.element-invisible {
    width:90px;
    display:inline-block;
}

table.rsmembership_form_table label {
    width: 120px;
    display: inline-block;
}

select#rsm_country {
    width:215px;
}

.rsm_textbox {
    width:200px;
}

.moduletable_psw {
    float: left;
    margin-right:10px;
    margin-top:10px;
}

.moduletable_log {
    float:left;
    
}



.moduletable_log button {
    margin-top:15px;
}

.moduletable_log div.logout-button input{
    margin-top:15px;
    height: 29px;
    line-height: 27px;
}

.custom_psw a {
    text-transform:none !important;
}

div.moduletable_subscr {
    clear: left;
}

div.custom_subscr {
    padding-top:1px;
}

li.btn-group {
    list-style-type:none !important;
    padding-left:0;
}

ul.btn-toolbar {
    padding-left:0;
}

@media all and (max-width: 800px) {
    .rslogin {float:none !important; width: 100% !important;}
    .rssubscribe {float:none !important; width: 100% !important;}
    .form-actions {float:none !important;}
    #rsm_subscribe_container .AuthorizeNetSeal {position: relative !important; float: none !important;margin: 0 !important; top: 0 !important;}
}

@media all and (max-width: 450px) {
    .rslogin table > tbody > tr > td {display:block !important; width: 100% !important; float: left !important;}
    .rslogin table > tbody > tr > td:last-child {margin-bottom:15px !important;}
    .rslogin table, .rslogin table > tbody, .rslogin table > tbody > tr {display:block !important;}
    .rslogin table td {height: auto !important;}

    

    #rsm_subscribe_default_form table > tbody > tr > td {display:block !important; width: 100% !important; float: left !important;}
    #rsm_subscribe_default_form table > tbody > tr > td:last-child {margin-bottom:15px !important;}
    #rsm_subscribe_default_form table, #rsm_subscribe_default_form table > tbody, #rsm_subscribe_default_form table > tbody > tr {display:block !important;}
    #rsm_subscribe_default_form table td {height: auto !important;}

    .rssubscribe table > tbody > tr > td {display:block !important; width: 100% !important; float: left !important;}
    .rssubscribe table > tbody > tr > td:last-child {margin-bottom:15px !important;}
    .rssubscribe table, .rssubscribe table > tbody, .rssubscribe table > tbody > tr {display:block !important;}
    .rssubscribe table td {height: auto !important;}
    
    

    table#rsm_subscribe_default_payement_form > tbody > tr > td {display:block !important; width: 100% !important; float: left !important;}
    table#rsm_subscribe_default_payement_form > tbody > tr > td:last-child {margin-bottom:15px !important;}
    table#rsm_subscribe_default_payement_form, table#rsm_subscribe_default_payement_form > tbody, table#rsm_subscribe_default_payement_form > tbody > tr {display:block !important;}    
}

@media all and (max-width: 400px) {
    table#rsm_subscribe_default_payement_form img {display:none !important;}
}


#hid {
    display: none;
}

#cancelForm {
    padding:20px;
    box-sizing: border-box;
    float: left;
}

#cancelForm h2 {
    line-height: 110%;
    font-size: 18px;
}

#cancelForm textarea {
    width: 100%;
    box-sizing: border-box;
}

/* Make comment date invisible */

.ccomment-comment-content a.muted {
    display: none;
}

@media all and (max-width: 500px) {
    .desktop {display: none !important;}
}

@media all and (min-width: 500px) {
    .showmobile {display: none !important;}
}

/* Cookie policy footer */

.cookie-policy-footer {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: lightgray;
    padding: 18px 30px 18px 15px;
    min-height: 51px;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
    z-index: 10000;
    font-family: 'Trebuchet MS','Helvetica',sans-serif
}

    .cookie-policy-footer .icon-close {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        border: 0px;
        cursor: pointer;
        height: 15px;
        width: 15px;
    }

.policy-label {
    font-size: 14px;
    line-height: 130%;
    display: block;
    margin: 10px 0;
}

.policy-label input {
    margin: 0 !important;
    width: auto !important;


}


/* Sidebox general code */


.sidebox {   
    width: 90%;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

@media all and (min-width: 800px) {
.sidebox {
    float:right;
    width: 300px;
    margin-left:10px;
}
}

@media all and (max-width: 800px) {
.desktoponly {display: none !important;}
}


.redbox {
    background-color: red;
    border-radius: 25px;
    
}



/* Fullwidth box */ 

.fullwidthbox{
    margin-right: -3.3%;
    margin-left: -3.5%;
    padding: 15px 3.5%;
}

.widebox{
  margin-right: 0;
  margin-left: 0;
  padding: 15px 3.5%;
}

.greensquarebox{
    background-color: green;
}



.fullwidthbox input{
margin: 10px 1%;
width: 32%;
border-radius: 6px;
box-sizing: border-box;
display: block;
float: left;
}


/* checklist */

ul.greenchecklist {
  list-style: none;
  padding-left: 0;
}

ul.greenchecklist li{
    margin-left: -2rem;
    padding: 0px 0 1rem 4rem;
    background: url(/images/greencheckmark.png) no-repeat 0px 0px;
}


