﻿/*
    CONNECT THEME
*/

/*  MEDIA OVERRIDE
This stylesheet can be used to override existing media styles used in the selected/configured theme that is used
to change the layout of page elements for different viewport sizes used in different devices such as tablets and mobiles.
Add styles to this stylesheet file if you want to change the look and feel of page elements in different viewport sizes.
A responsive css strategy has been used in the join@home application. This means that there is one base template file that is
modified by the css. The layout relies upon an underlying liquid grid (Bootstrap Twitter CSS Framework) that uses % values on all containers & em values on all text./*

NOTE:
**********DO NOT**********
change other css files in the themes directory, as the changes will not be persisted when a new version of the software is installed.
**********DO NOT**********
add styles that effect the grid layout (span or container classes) and positioning of page elements.
ONLY change:
    text (family, size(em), color),
    border(width,colour)
    image backgrounds(reference styles from custom.css)
    
    if required.
*/

body
{width:100%;
max-width:1210px;
margin:0 auto;
color:#3a3c39;
font-size:20px;
line-height:30px;
font-family: 'Open Sans', sans-serif;
padding:0;}

/* Header */

#company-image-container
{padding:34px 0;
background-color: #fff;}
img#ctl00_imgHeaderRight
{display:none;}
.header
{color:#006938;
font-size:32px;
line-height:42px;
font-family: 'FS Maja', serif;
font-weight:400;}
#company-branding-container {
height: 100%;
background-color: #fff;
padding: 0;
margin: 0;}
#company-image-container .leftimage {
float: left;
max-width:317px;
width:100%;}
#company-image-container .leftimage img {
float: left;
max-width:317px;
width:100%;}


/* Typography */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

@font-face {
    font-family: 'FS Maja';
    src: url('https://uossport.leisurecloud.net/JoinathomeTRN/App_Themes/Default/less/fonts/FSMaja.eot');
    src: url('https://uossport.leisurecloud.net/JoinathomeTRN/App_Themes/Default/less/fontsFSMaja.eot?#iefix') format('embedded-opentype'),
        url('https://uossport.leisurecloud.net/JoinathomeTRN/App_Themes/Default/less/fontsFSMaja.woff2') format('woff2'),
        url('https://uossport.leisurecloud.net/JoinathomeTRN/App_Themes/Default/less/fontsFSMaja.woff') format('woff'),
        url('https://uossport.leisurecloud.net/JoinathomeTRN/App_Themes/Default/less/fontsFSMaja.ttf') format('truetype'),
        url('https://uossport.leisurecloud.net/JoinathomeTRN/App_Themes/Default/less/fontsFSMaja.svg#FSMaja') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6    {
    font-family: 'FS Maja';
    color:#006938;
}
h1    {
    font-size:32px;
}

b {
font-weight:700 !important;
}


/* Content */

.wrapper {
    min-height: 100%;
    position: relative;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
    font-size:14px;
    padding-left:20px;
}
.step {
    border: none;
    margin-left: 0;
    border-radius: 4px;
    margin-bottom: 10px;
}
.step .header-bac {
    border: none;
    background-color: #fff;
    border-bottom: none;
}
fieldset {
    border: none;
    padding: 0;
}
.inline-help-indented {
    font-size: 20px;
    line-height: 30px;
    color: #3a3c39;
    text-indent: 0 each-line;
    padding-left: 0;
    margin-bottom:10px;
}
#summarybar {
    background-color: #fff;
    border:none;
    border-radius: 0;
    float: right;
    margin: 10px 10px 10px 0px;
    overflow-y: auto;
}
#summarybar .inner .summarybar_title {
    background-color: #fff;
    background-position: 0 0;
    background-repeat: repeat-x;
    font-family: 'FS Maja', serif;
    font-size: 34px;
    line-height: 42px;
    font-weight: 400;
    color: #006938;
    padding: 12px 0 0 0;
    border-bottom: none;
}
#summarybar .inner .titlebar {
    color:#3a3c39;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
    padding: 0 0 10px 0;
    margin: 0;
    background-color: #fff;
    border: none;
}
#summarybar .inner .summarybar_title span {
    padding: 0;
}
.summary-username-container {
    background-color: #fff;
    padding: .3em 0 .2em 0;
    border-left: 1px solid #fff;
}
.summary-user-email-container {
    border: #fff;
    border-style: solid;
    border-width: 1px;
    padding: .2em 0 .25em 0;
    background-color: #fff;
}

.row-fluid .offset1 {
    margin-left: 0;
    *margin-left: 0;
}
.row-fluid .offset1:first-child {
    margin-left: 0;
    *margin-left: 0;
}
.navigation-bottom-inner {
    background-color: #fff;
    border: none;
    min-height: 40px!important;
    padding: 0;
    border-radius: 0;
}
.wizard label	{
    padding-left:0;
}
#footer {
    background-color: #fff;
    border-top: none;
    height: auto;
    position: relative;
    bottom: 0;
}
.nav {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.row-fluid [class*=span]:first-child {
    margin-left: 0 !important;
}
.subcontentleft {
    font-weight: 400;
    color: #777;
    text-align: left;
    font-size: 14px;
    padding: 0 0 20px 0 !important;
    background-color: transparent;
}
.subcontent-Total {
    border-top: 1px solid #ddd;
    text-align: left;
    padding: 17px 0 .8em 17px;
    background-color: #e7e7e7;
    margin-top:10px;
}
.text-warning {
    padding-left: 0 !important;
    font-size: 14px !important;
    line-height:24px !important;
}
.bigAndBold {
    font-weight: 700;
    font-size: 16px;
}
.sidekick-unit {
    padding: 1.2em;
    margin-bottom: 6px;
    line-height: 26px;
    font-size:16px !important;
    color: #333;
    background-color: #fbfbfb;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.right-indent  {
    margin-right:0 !important;
}
#content .content_inner .helptext_content_top {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height:30px;
    font-weight: 400;
    color: inherit;
}
.subTitle {
    background-color: #F5F5F5;
    background-repeat: repeat-x;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    color: #777777;
    padding: 0.4em;
    border-bottom: 1px solid #DDDDDD;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
}

/* Connect */

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
#headerdesktopright    {
    display:none;
}
.connect.signin-main .form-main {
    background-color: #fff;
    padding: 40px 50px 1px 40px;
}
.btn-success {
    color: #fff;
    background-color: #006938;
    border-color: #006938;
    text-decoration:none;
    padding:6px 10px !important;
    font-size:12px !important;
}
.connect.signin-main .form-footer {
    background-color: #fff;
    padding: 20px 50px;
    margin-bottom: 20px;
}
.list-group-item-info {
    color: inherit;
    background-color: #fff;
}
.list-group-item {
    font-size:16px;
}
.navbar-collapse {
    padding-left: 0;
    margin-top:20px;
}
.legend a    {
    text-decoration:none;
}
.div-accordion .flexible-comment-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    cursor: pointer;
    font-size:14px;
    line-height:24px;
    padding-right:20px;
}
.comment    {
    font-size:14px;
    line-height:24px;
}
.selectActivityGroupChangeSite    {
    padding:6px 10px 6px 10px !important;
    margin-left:10px;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}
.EditDetailsSelectedMenu    {
    font-size:14px !important;
    text-align:left !important;
    padding:6px 10px !important;
}
.EditDetailsUnselectedMenu    {
    font-size:14px !important;
    text-align:left !important;
    padding:6px 10px !important;
}
label {
    font-size: 16px !important;
    padding-left: 0 !important;
}
.header {
    color: #006938 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: 'FS Maja', serif;
    font-weight: 400;
}
td    {
    font-size:16px !important;
}
.btn-block    {
    font-size:14px !important;
    text-decoration:none !important;
    padding: 10px 10px !important;
}

/* Links */

a	{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #006938;
    line-height: 26px;
    overflow: auto;
    text-decoration: underline;
    border-bottom: none;
    cursor: pointer;
}

.footer-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #006938;
    line-height: 26px;
    text-align: left;
    padding: .2em .2em .4em .1em;
    overflow: auto;
    text-decoration: underline;
    border-bottom: none;
    cursor: pointer;
}
#personalDetails label  {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding-left: 0;
} 


/* Forms */

button, input, label, select, textarea {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding-left:10px;
}
input[type=password] {
    display: inline-block;
    height: 40px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.gsbutton-next {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 25px 30px;
    font-size: 20px;
    line-height: 18px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #006938;
    border-color: #006938;
    text-shadow: none;
    background-repeat: no-repeat;
    margin: 0 15px 0 0;
    font-family: 'Open Sans', sans-serif;
}
.gsbutton-back {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #006938;
    white-space: nowrap;
    padding: 25px 30px;
    font-size: 20px;
    line-height: 18px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #006938;
    background-color: #fff;
    border-color: #006938;
    text-shadow: none;
    background-repeat: no-repeat;
    margin: 0 15px 0 0;
    font-family: 'Open Sans', sans-serif;
}
.gsbutton-back:hover {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #006938;
    white-space: nowrap;
    padding: 25px 30px;
    font-size: 20px;
    line-height: 18px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #006938;
    background-color: #fff;
    border-color: #006938;
    text-shadow: none;
    background-repeat: no-repeat;
    margin: 0 15px 0 0;
}
.btn-primary {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 25px 30px;
    font-size: 20px;
    line-height: 18px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #006938;
    border-color: #006938;
    text-shadow: none;
    background-repeat: no-repeat;
    margin: 0 15px 0 0;
    font-family: 'Open Sans', sans-serif;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 0px solid transparent;
    white-space: nowrap;
    padding: 0 0;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius:0;
}
.BookingLinkButton    {
    font-size:14px;
    text-decoration:none;
    padding:10px 0;
}
.btn-success-wait {
    color: #5cb85c;
    background-color: #fff;
    border:1px solid #5cb85c;
    padding-left: 2px;
    padding-right: 2px;
    padding-top:5px;
    padding-bottom:5px;
    text-decoration:none;
    margin-top:5px;
}
.div-accordion .greysurround {
    text-align: left;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 0;
    margin: 15px 10px 5px 0;
    box-shadow: none;
    padding: 0 10px;
    float: left;
    font-size:14px;
}
.connect.signin-main .signin {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    color: #fff;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    background-color: #006938;
    font-size: 20px !important;
}
.signin-main:after    {
    position:relative;
    top:0px;
    width:100%;
    max-width:400px !important;
    height:auto;s
    min-height:200px;
    z-index:10;
    margin:0 auto;
    font-size:14px;
    line-height:22px;
    text-align:center;
    display:block;
    content:"Students and staff should log in using their University email address. Community members must use the email address registered on their existing account. If logging in for the first time, click on ‘Forgotten your Password’ to create a new password.";
}


.payButton {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    color: #fff;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    background-color: #006938;
    font-size: 20px !important;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: 10px;
}
.whatsOnWhen .btn {
    margin: 1px;
    padding: 5px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    opacity: 1;
    color: #fff;
    background-color: #006938;
    border: 1px solid #006938;
    text-decoration:none;
}
.whatsOnWhen .btn.disabled {
    border: 1px solid #5cb85c;
    background-color: #5cb85c;
    color: #fff;
}
input[type=text] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 1.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(58,60,57,.1);
    font-family: inherit;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #3a3c39;
    transition: box-shadow .5s , border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.title {
    font-weight: 400;
    line-height: 14px;
    padding-left: 0px;
}
#AddPerDetails-PDetail-Name-First-Last {
    font-size:20px;
    line-height: 24px;
    color: #3a3c39;
    margin-bottom: auto;
}
#AddPerDetails-PDetail-Name-Title {
    font-size:20px;
    line-height: 24px;
    height: 18px;
    padding-bottom: 50px;
    color: #3a3c39;
}
.required {
    color: transparent;
    padding-right: 0;
    background-image: url(../../../../Images/Icons/glyphicons-halflings-colour.png);
    background-position: -72px -166px;
    min-width: 0 !important;
    display:none;
}
.text-warning  {
    padding-left:0 !important;
    font-size:16px;
}
#membership-type-container span input {
    display: inline-block;
    vertical-align: auto;
    margin-right: 5px;
    margin-top: 0;
}
#membership-type-container span label {
    display: inline-block;
    vertical-align: auto;
    font-size: 20px;
    line-height:30px;
    font-weight:700;
}
th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}
td {
    display: table-cell;
    vertical-align: inherit;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}
.selMemTable {
    font-family: 'Open Sans', sans-serif;
}
.selMemTableRow {
    font-size: 14px;
    line-height: 24px !important;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}
.selMemTableAltRow {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}
.gscaptcha {
    width: 98%;
    padding: 2%;
    background: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-size: 14px!important;
    line-height: 24px;
    color: #9d261d;
    margin-top: 9px;
}
#newCustomerOption label {
    font-size: 14px !important;
    font-weight: 700;
    line-height: 24px !important;
    padding-left: 5px;
}
div#existingCustomerOption span label {
	font-size: 14px !important;
	line-height: 24px !important;
    display: inline-block;
    vertical-align: auto;
}
.idpinbox {
    background: #fff;
    border-style: none;
    border-width: 0;
    border-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: .5em 0;
}


/*  VIEWPORT SIZES
-------------------------------------------------------------------------------*/


/* If the viewport width is => (MORE than 1200 pixels wide)  */
@media (min-width: 1200px) {

  /*Add custom media queries:*/
	
}

/* If the viewport is (MORE => than 768 pixels wide) and (LESS <= than 979 pixels wide) */
@media (min-width: 768px) and (max-width: 979px) {

 body	{
padding:0 20px;
box-sizing:border-box;
font-size:14px;
line-height:24px;
}
#content .content_inner .helptext_content_top {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height:24px;
    font-weight: 400;
    color: inherit;
}
.row-fluid [class*=span] {
    display: block;
    width: 100% !important;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 1.05263158%;
    *margin-left: 1%;
}
.header	{
	color:#006938;
	font-size:22px;
	line-height:34px;
}
#summarybar {
    background-color: #fff;
    border:none;
    border-radius: 0;
    float: left;
    margin: 10px 10px 10px 0px;
    overflow-y: auto;
    width:100%;
}
#summarybar .inner .summarybar_title {
    background-color: #fff;
    background-position: 0 0;
    background-repeat: repeat-x;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #006938;
    padding: 12px 0 0 0;
    border-bottom: none;
}
label {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px !important;
    padding-left: 5px;
}
.inline-help-indented {
    font-size: 14px;
    line-height: 24px;
    color: #3a3c39;
    text-indent: 0 each-line;
    padding-left: 0;
    margin-bottom:10px;
}
.footer-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #006938;
    line-height: 24px;
    text-align: left;
    padding: .2em .2em .4em .1em;
    overflow: auto;
    text-decoration: underline;
    border-bottom: none;
    cursor: pointer;
}
.gsbutton-next {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #006938;
    border-color: #006938;
    text-shadow: none;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
}
.gsbutton-back {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #006938;
    white-space: nowrap;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #006938;
    background-color: #fff;
    border-color: #006938;
    text-shadow: none;
    background-repeat: no-repeat;
    margin: 0 15px 0 0;
}
.gsbutton-back:hover {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #006938;
    white-space: nowrap;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #006938;
    background-color: #fff;
    border-color: #006938;
    text-shadow: none;
    background-repeat: no-repeat;
    margin: 0 15px 0 0;
}
#membership-type-container span label {
    display: inline-block;
    vertical-align: auto;
    font-size: 14px;
}
.row-fluid [class*=span] {
    display: block;
    width: 100% !important;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0;
}
.subcontent-Total {
    border-top: 1px solid #ddd;
    text-align: left;
    padding: 10px 0 .8em 17px;
    background-color: #e7e7e7;
    margin-top:10px;
}
.selMemTable {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    line-height: 2.5em;
    width: 100%;
    border: 1px solid #fff;
    background-color: #fff;
}
  
}

/* If the viewport width is <= 767 pixels ...  (LESS THEN 767 pixels wide)  */
@media (max-width: 767px) {

 body	{
padding:0 20px;
box-sizing:border-box;
font-size:14px;
line-height:24px;
}
#content .content_inner .helptext_content_top {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height:24px;
    font-weight: 400;
    color: inherit;
}
.row-fluid [class*=span] {
    display: block;
    width: 100% !important;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 1.05263158%;
    *margin-left: 1%;
}
.header	{
	color:#006938;
	font-size:22px;
	line-height:34px;
}
#summarybar {
    background-color: #fff;
    border:none;
    border-radius: 0;
    float: left;
    margin: 10px 10px 10px 0px;
    overflow-y: auto;
    width:100%;
}
#summarybar .inner .summarybar_title {
    background-color: #fff;
    background-position: 0 0;
    background-repeat: repeat-x;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #006938;
    padding: 12px 0 0 0;
    border-bottom: none;
}
label {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px !important;
    padding-left: 5px;
}
.inline-help-indented {
    font-size: 14px;
    line-height: 24px;
    color: #3a3c39;
    text-indent: 0 each-line;
    padding-left: 0;
    margin-bottom:10px;
}
.footer-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #006938;
    line-height: 24px;
    text-align: left;
    padding: 0;
    overflow: auto;
    text-decoration: underline;
    border-bottom: none;
    cursor: pointer;
}
.gsbutton-next {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #006938;
    border-color: #006938;
    text-shadow: none;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
}
.gsbutton-back {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #006938;
    white-space: nowrap;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #006938;
    background-color: #fff;
    border-color: #006938;
    text-shadow: none;
    background-repeat: no-repeat;
    margin: 0 15px 0 0;
}
.gsbutton-back:hover {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #006938;
    white-space: nowrap;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #006938;
    background-color: #fff;
    border-color: #006938;
    text-shadow: none;
    background-repeat: no-repeat;
    margin: 0 15px 0 0;
}
#membership-type-container span label {
    display: inline-block;
    vertical-align: auto;
    font-size: 14px;
}
.row-fluid [class*=span] {
    display: block;
    width: 100% !important;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0;
}
.subcontent-Total {
    border-top: 1px solid #ddd;
    text-align: left;
    padding: 10px 0 .8em 17px;
    background-color: #e7e7e7;
    margin-top:10px;
}
.selMemTable {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    line-height: 2.5em;
    width: 100%;
    border: 1px solid #fff;
    background-color: #fff;
}
#Privacy-Policy-Text, #footer-support-telephone-no {
    padding: 0;
}
	
}

/* If the viewport width is <= 480 pixels ...  (LESS THEN 480 pixels wide) */
  @media (max-width: 480px) {

body	{
padding:0 20px;
box-sizing:border-box;
font-size:14px;
line-height:24px;
}
#content .content_inner .helptext_content_top {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height:24px;
    font-weight: 400;
    color: inherit;
}
.row-fluid [class*=span] {
    display: block;
    width: 100% !important;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 1.05263158%;
    *margin-left: 1%;
}
.header	{
	color:#006938;
	font-size:22px;
	line-height:34px;
}
#summarybar {
    background-color: #fff;
    border:none;
    border-radius: 0;
    float: left;
    margin: 10px 10px 10px 0px;
    overflow-y: auto;
    width:100%;
}
#summarybar .inner .summarybar_title {
    background-color: #fff;
    background-position: 0 0;
    background-repeat: repeat-x;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #006938;
    padding: 12px 0 0 0;
    border-bottom: none;
}
label {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px !important;
    padding-left: 5px;
}
.inline-help-indented {
    font-size: 14px;
    line-height: 24px;
    color: #3a3c39;
    text-indent: 0 each-line;
    padding-left: 0;
    margin-bottom:10px;
}
.footer-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #006938;
    line-height: 24px;
    text-align: left;
    padding: .2em .2em .4em .1em;
    overflow: auto;
    text-decoration: underline;
    border-bottom: none;
    cursor: pointer;
}
.gsbutton-next {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #006938;
    border-color: #006938;
    text-shadow: none;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
}
.gsbutton-back {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #006938;
    white-space: nowrap;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #006938;
    background-color: #fff;
    border-color: #006938;
    text-shadow: none;
    background-repeat: no-repeat;
    margin: 0 15px 0 0;
}
.gsbutton-back:hover {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #006938;
    white-space: nowrap;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #006938;
    background-color: #fff;
    border-color: #006938;
    text-shadow: none;
    background-repeat: no-repeat;
    margin: 0 15px 0 0;
}
#membership-type-container span label {
    display: inline-block;
    vertical-align: auto;
    font-size: 14px;
}
.row-fluid [class*=span] {
    display: block;
    width: 100% !important;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0;
}
.subcontent-Total {
    border-top: 1px solid #ddd;
    text-align: left;
    padding: 10px 0 .8em 17px;
    background-color: #e7e7e7;
    margin-top:10px;
}
.selMemTable {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    line-height: 2.5em;
    width: 100%;
    border: 1px solid #fff;
    background-color: #fff;
}

	
}