﻿@charset "utf-8";
html, body 
{
    height:100%;
}

body {
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: medium;
	/*color: #8c8e9a;*/
	color: #58585a;
	background-color: #d1d2d4;
	background: url(/images/page_bg.png) no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	/*background-image:url(/images/page_bg.png);
    background-repeat:repeat-y;
    background-position:center top;*/

	margin:0px;
	padding:0px;
}

h1, h2, h3, h4 {
	/*font-family: Copperplate Gothic, Copperplate, Arial,"Helvetica Neue",Helvetica,sans-serif;*/
	/*font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;*/
	/*font-family: 'Nunito', sans-serif;*/
	/*font-family: 'BPreplayBold', Arial, sans-serif;*/
	/*font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;*/
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	
	

	/*color:#8c8e9a;*/
	color:#fff;
    margin: 0 0 15px 0;
}
h2 {
	/*color:#B5A89E;*/
	/**/
}

p 
{
    margin: 0 0 10px 0;
    
}
a:link, a:visited
{
    /*color: #01ACF1;*/
    color: #58585a;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    /*color: #01ACF1;*/
    color: #fff;
    font-weight: bold;
}

a:active
{
    color: #01ACF1;
}
a:focus
{
    outline:0;
}

a img 
{
    border:0px;
    vertical-align:middle;
}

input, textarea, select
{
    border:1px solid #58585a;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
	background-color: #fff;
	color:#8c8e9a;
	padding:2px;
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
input[type=checkbox], input[type=radio]  
{
   border:0;
   width:17px;
   height:17px;
   margin-top:3px;
   background-color:transparent;
}

    
input[type=button], input[type=submit]  
{
   cursor:pointer;
   /*border:0;
   padding-right:30px;
   background-image:url(/images/button_arrow.png);
   background-position:right top;
   background-repeat:no-repeat;
   min-height:24px;
   font-size:1.2em;*/
   	font-family: 'Oswald', sans-serif;
	/*font-family: 'BPreplayBold', Arial, sans-serif;*/
    padding:2px 5px 2px 5px ;
    background-color:#58585a;
    background-image:url(/images/fade_small.png);
    background-repeat:repeat-x;
    border:3px solid #58585a;
    color:#fff;
    font-size:1.1em;

}

input[type=button].btnBlue, input[type=submit].btnBlue
{
    background-color:#01ACF1;
    border:3px solid #01ACF1;
	color: #fff;
}


input[type=image]
{
   border:none;
   background-color:transparent;
   vertical-align:middle;
}


/*####################################*/
#ctl01 
{
    height:100%;
}
.frame 
{
    /**/position:relative;
    /*padding-bottom:200px;*/
    min-height:100%;
		
}
#logo 
{
float:left;
margin: 22px 0 14px 0;
}
.menu_div {
	/*font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;*/
	/*font-family: 'Nunito', sans-serif;*/
	/*font-family: 'BPreplayBold', Arial, sans-serif;*/
	/*background-color: #01acf1;
    float: right;
    width: 100%;
    min-height:56px;
    text-align:center;
    padding-top:15px;
    font-size:1.1em;
    overflow:auto;
    position:relative;
    z-index:20;*/
    background-color: #FFF;
    float: right;
    position: fixed;
    top: 113px;
    width: 100%;
    z-index: 3000;
}
#header_wrap 
{
    /*background-color:#58585a;
    float:left;
    width:100%;
    color:#fff;*/
    background-color: #58585a;
    color: #fff;
    float: left;
    position: fixed;
    width: 100%;
    z-index: 2000;
}

.header_contact 
{
    color:#01ACF1;
    text-align:center;
    /*margin-top:10px;*/
    margin-top: 15px;
}
.header_contact img
{
    vertical-align:middle;
}
.header {
	width:940px;
	margin:0px auto 0 auto;
	/*overflow:auto;*/
    /*text-align:center;
    position:relative;
    z-index:25;*/
}
.main_content {
    /*width:960px;*/
	width:940px;
    margin:auto;
    /*padding:25px;
    text-align:center;
    font-size:0.9em;*/
    padding: 160px 25px 25px;
    position: relative;
}
.mainCol 
{
    width:940px;
    margin:auto;
    }
.footer_buffer 
{
    clear:both;
    height:140px;
}
.footer 
{
    /*clear:both;
    margin-top:34px;*/
    width:100%;
    position:absolute;
    left:0;
    bottom:0;
    /*position:relative;*/
    }
.footer_content 
{
    padding:15px 10px 0px 10px;
    text-align:center;
    /*min-height:150px;*/
    background-color:#58585a;
    /*background-image:url(/images/fade_grey_big.png);
    background-repeat:repeat-x;*/
    border:5px solid #58585a;
    color:#fff;
}

.footer h1 {
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	font-size:3em;
}

.footer a 
{
    color:#fff !important;
}
.footer a:hover 
{
    color:#01ACF1 !important;
}



div.menu
{
    margin: 0 auto;
    width: 940px;
    /*margin:auto;
    width:auto;*/
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    /*padding: 0px;*/
    width: auto;
    padding: 4px 0 0;
    display: inline-block;
}

div.menu ul li 
{
    float:left;
}
div.menu ul li a, a.menu_link
{
	/*font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;*/
	font-family: 'Oswald', sans-serif;
	/*font-family: 'BPreplayBold', Arial, sans-serif;*/
	/*line-height: 1.35em;*/
    color: #58585a;
    /*display: block;*/
    /*line-height: 1.35em;*/
    padding: 0px 10px 0px 0px;
    text-decoration: none;
    white-space: nowrap;
    display:block;
    text-transform:uppercase;
}

div.menu ul li a:visited 
{
    color: #58585a;
}

div.menu ul li a.selected {
    color: #58585a;
}
div.menu ul li a:hover
{
    color: #01acf1;
    text-decoration: underline;
}

div.menu ul li a:active
{
    color: #01ACF1;
    text-decoration: none;
}

div.menu ul li img.horizontal-separator
{
    /*float:right;
    height:10px;*/
}

.horizontal-separator 
{
    margin:0px 10px 0 0;
    vertical-align:middle;
    
}
.block 
{
   display:block;
}
.font_rounded 
{
	/*font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;*/
	font-family: 'Oswald', sans-serif;
	/*font-family: 'BPreplayBold', Arial, sans-serif;*/
}
.big 
{
   font-size:1.2em;
}
.bigger
{
   font-size:1.4em;
}
.biggest 
{
   font-size:1.6em;
}
.small 
{
   font-size:0.9em;
}
.smaller
{
   font-size:0.8em;
}
.smallest 
{
   font-size:0.7em;
}
.float_l 
{
    float:left;
}
.float_r 
{
    float:right;
}
.clear 
{
    clear:both;    
}
.clear_l
{
    clear:left;    
}
.clear_r
{
    clear:right;    
}

.category_intro 
{
margin-bottom: 12px;
clear:both;
}
.category_intro h1 
{
    margin:0 0 1px 0;
    padding: 0 0 12px 0;
    text-transform:uppercase;
    font-size:3em;
    vertical-align:middle;
    color: #fff;
    font-family: oswald;
    
}
.category_intro img 
{
    vertical-align:top;
    height:60px;
}
.category_box 
{
    width:206px; 
    float:left;
    margin-right:12px;
    margin-bottom:12px;
    text-align:center;
    border: 10px solid #58585a;
    /*height:235px;*/
}
.category_box div
{
    width:206px; 
    height:230px;
    position:relative;
    overflow: hidden;
}
.category_box img
{
    max-width:206px; 
    /*max-height:130px;*/
    position:absolute;
    left:0;
    /*bottom:10px;*/
}
.category_box h2
{
   /*text-transform:uppercase;
   margin-top:5px;
    background-color: #00adef;*/
    background-color: #58585a;
    border-bottom: 2px solid #00adef;
    border-top: 2px solid #00adef;
    color: #fff;
    font-family: "Oswald",sans-serif;
    font-size: 1.35em;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.1em;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    text-transform: uppercase;
    top: 68%;
    width: 100%;
    z-index: 100;
}

.sub_cat {
    float: left;
    margin-bottom: 40px;
    margin-right: 33px;
    text-align: center;
    width: 206px;
    border: 0;
    }
.sub_cat h2 { top: 72%; }
.sub_cat  div
{
    border: 10px solid #58585a;
    height: 235px;
    max-width: 210px;
    overflow: hidden;
    position: relative;
}

.sub_cat  img
{
    max-height: 235px;
    max-width: 210px;
    position: relative;
}

.product_box 
{
    width:210px; 
    float:left;
    margin-right:33px;
    margin-bottom:40px;
    text-align:center;
    /*width:160px; 5 across
    float:left;
    margin-right:40px;
    text-align:center;*/
}
.product_box a  
{
	color: #01ACF1 !important;
}
.product_box a h3 
{
    margin-bottom:0;
    margin-top:5px;
	color: #58585a !important;
	font-weight:bold;
}
.product_image 
{
    max-width:210px; 
    /*max-height:235px; */
    /*width:160px;5 across
    height:180px;*/
    height:235px;
    overflow:hidden;
    position: relative;
    border: 10px solid #58585a;

    }
    
.product_image img 
{
    max-width:210px; 
    max-height:235px; 
    /*max-width:160px; 5 across
    max-height:180px;*/
    /*max-width:170px;
    min-height:170px;*/
}
.imgMain 
{
    height:425px;
    position: relative;
    width: 380px;
}
/*.cat_box 
{
    background-image:url(/images/category_bg.png);
    width:281px; 
    height:82px; 
    padding-top:30px;
    float:left;
    margin-left:20px;
    margin-right:30px;
}
.category_site 
{
    clear:both;
    margin-top:10px;
    margin-bottom:10px;
    overflow:auto;
    }
    */
.product_list  
{
    /*width:795px;
    margin:auto;
    overflow:auto;*/
}
.product_images 
{
    width:400px; 
    float:left;
    margin-right:40px;
}
.product_details 
{
    width:500px; 
    float:left;
    padding-bottom:25px;
}

.product_details h2
{
    border-top:1px solid #cacaca;
    padding-top:10px;
}
.product_price 
{
    clear: both;
    font-size:1.2em;
    margin-bottom:5px;
    padding-left:40%;
}

.cartContents 
{
    float:right;  
    /*margin-right:10px; */
        /*position:absolute;
    top:15px;
    right:10px; */
    width:178px;

}
.cartContents a, .cartMessage a
{
    color:#fff !important;
}
.cartEmpty 
{
    display:none;
}
.order_summary 
{
    clear:both;
    margin-bottom:10px;
    border-collapse:collapse;
    width:100%;
    font-size:1.2em;
}
.order_summary tr 
{
}

.order_summary th 
{
    border-bottom:1px solid #cacaca;
    font-size:0.8em;
}
.order_summary td 
{
    border-bottom:1px solid #cacaca;
    vertical-align:top;
}
.order_summary td h4
{
    margin-bottom:0;
}

.cartMessage 
{
    position:absolute;
    top:45px;
    right:0px;
    /*border:1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:5px;
    background-color:#b5a89f;*/
    display:none;
}
.cartMessage img.bubble_point
{
    position:absolute;
    top:-14px;
    left: 50%;
    margin-left: -10px;
    /*left:54%;
    margin-left:0px;*/
   /* margin: -5px auto 0 auto;*/
}

.cartLoginBox 
{
    float:left;
    width:45%;
    margin:0 10px 0 10px;
    text-align:left;
}
.checkoutFormNarrow
{
    width:60%;
    /*margin:auto;*/
}
.checkoutForm
{
    overflow:auto;
}

.checkoutForm label
{
    clear:both;
    float:left;
    width:150px;
    margin-top:5px;
    margin-bottom:5px;
    text-align:left;
}
.checkoutForm label.auto
{
    width:auto;
}


.checkoutForm input[type=text], .checkoutForm input[type=password], .checkoutForm textarea
{
    float:right;
    margin-bottom:5px;
    width:180px;
}
.checkoutForm select 
{
    float:right;
    margin-bottom:5px;
    width:188px;
}
.checkoutForm input[type=submit]
{
    clear:both;
    float:right;
    /*margin-bottom:5px;*/
    margin-bottom: 45px;
}
.checkoutForm input[type=submit].float_l
{
    float:left;
}
.checkoutForm h3, .checkoutForm p 
{
    float:left;
    clear:both;
    text-align:left;
}
.validationSummary 
{
    color:#2b73d7;
    text-align:left;
    clear:both;
}

.requiredField 
{
    margin-top:5px;
    color:#2b73d7;
    float:left;
}
.address_item 
{
    width:45%;
    margin: 0px 10px 10px 0px;
    padding:5px;
    float:left;
    text-align:left;
    border:1px solid #cacaca;

}
.rbList 
{
    padding:0;
    margin:0;

}
.rbList li
{
    float:left;
    width:50%;
    list-style-type:none;
    padding:0;
    margin:0;
    
}
.rbList li label
{
    clear:none;
    
}

.address_item .rbList li 
{
    width:100%;
}

.address_item label
{
    width:100%;
    
}

.address_item input[type=text], .address_item input[type=password], .address_item textarea
{
    float:left;
    margin-bottom:5px;
    width:95%;
}

.address_item .rbList li label
{
    width:90%;
    
}

.home_content 
{
    clear:both;
    /*background-image:url(/images/home_content_bg.png);
    background-repeat:no-repeat;
    background-position:center top;
    padding:65px 20px 0 20px;
    height:148px;*/
    
    }
    
.text_white, a.text_white {color:#fff;}
.text_green, a.text_green {color:#01ACF1;}
.text_grey, a.text_grey {color:#8c8e9a;}
.site_icons 
{
    position:relative;
    z-index:10000000;
}
/*.site_icons div
{
    /*background-color: rgba(255,255,255,0.9);
    background-image:url(/images/white_opaque.png);
    top:-115px;
    left:0;
    position:absolute;
    width:100%;
    height:75px;
    /*padding:20px 0 22px 0;
    padding:0px 0 42px;
    text-align:center;
}*/
.site_icons img
{
    /*margin-right:70px;*/
    margin-right: -1.5px;
}


.green_box 
{
	font-family: 'Oswald', sans-serif;
	/*font-family: 'BPreplayBold', Arial, sans-serif;*/
    padding:2px 5px 2px 5px ;
    background-color:#01ACF1;
    background-image:url(/images/fade_small.png);
    background-repeat:repeat-x;
    border:3px solid #01ACF1;
    /*color:#fff;*/
}
.green_box a 
{
    color:#fff !important;
}

.Dgreen_box 
{
	font-family: 'Oswald', sans-serif;
	/*font-family: 'BPreplayBold', Arial, sans-serif;*/
    padding:2px 5px 2px 5px ;
    background-color:#6CBD45;
    background-image:url(/images/fade_small.png);
    background-repeat:repeat-x;
    border:3px solid #6CBD45;
    color:#fff;
}
.grey_box {
	font-family: 'Oswald', sans-serif;
	/*font-family: 'BPreplayBold', Arial, sans-serif;*/
    padding:2px 5px 2px 5px ;
    background-color:#58585a;
    background-image:url(/images/fade_small.png);
    background-repeat:repeat-x;
    border:3px solid #58585a;
    color:#fff;
}
a.grey_box, .grey_box a
{
    color:#fff !important;
}

.bgAlphaGreen
{
    background-color:rgba(197, 218, 87,0.95);
}

.bgAlphaDGreen
{
    background-color:rgba(108, 189, 69,0.95);
}

.bgAlphaGrey
{
    background-color:rgba(154, 165, 175,0.95);
}

.header_toolbox 
{
    width:360px;
    float:right;
}

#PanelLogin 
{
    /*display:none;*/
    position:absolute;
    width:296px;
}

#loginLink 
{
    cursor:pointer;
}
#PanelLogin label 
{
    width:85px;
    display:inline-block;
}
.basketLink  
{
    font-weight:bold;
}


.noBgImg 
{
    background-image:none;    
}
.colourOption 
{
    display:inline-block;
    width:32%;
    padding:3px 0 3px 0;
}
a.colourOption:link , a.colourOption:hover 
{
    vertical-align:middle;
    text-decoration:none;
	color: #8c8e9a !important;
}
.colourSwatch 
{
    display:inline-block;
    width:25px;
    height:25px;
    vertical-align:middle;
    margin-right:10px;
    background-image:url(/images/swatch.png);
}
.eduction_menu 
{
    width:460px;
    height:460px;
    position:relative;
    float:left;
    margin-top:20px;
    cursor:pointer;
}
#schoolLink, #parentLink 
 
{
    position:absolute;
    left:0;
    bottom:0;
    width:444px;
    cursor:pointer;
}
#schoolMenu, #parentMenu
{
    display:none;
}

div.educationMenu ul
{
    list-style: none;
    margin: 0px 0px 40px 0px;
    padding: 0px;
    width: auto;
}
div.educationMenu ul li a, div.educationMenu ul li a:visited
{
	/*font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;*/
	font-family: 'Oswald', sans-serif;
	/*font-family: 'BPreplayBold', Arial, sans-serif;*/
	/*line-height: 1.35em;*/
    color: #fff;
    /*display: block;*/
    /*line-height: 1.35em;*/
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    white-space: nowrap;
    display:block;
    font-size:1.4em;
}

div.educationMenu ul li a.selected {
    color: #fff;
}
div.educationMenu ul li a:hover
{
    color: #fff;
    text-decoration: underline;
}
div.educationMenu ul li a:active
{
    color: #fff;
    text-decoration: none;
}
.linkSelected 
{
    color: #01ACF1;
}
.border_top 
{
    border-top:1px solid #58585A;
}
tr.border_top
{
    border-top:0;
}
tr.border_top td
{
    border-top:1px solid #58585A;
}
.border_bottom 
{
    border-bottom:1px solid #fff;
    overflow:auto;
}

.border_top_blue
{
    border-top:1px solid #01ACF1;
}
.border_bottom_blue
{
    border-bottom:1px solid #01ACF1;
    overflow:auto;
}




.padding_bottom 
{
    padding-bottom:10px;    
    overflow:auto;
}
.panelLoading input {background-color:Gray;}


.loading 
{
    background-color:rgba(255,255,255,0.3);
    text-align:center;
}

.loading_login
{
    width:312px;
    height:100px;
    position:absolute;
    z-index:100001;
}

.loading_login .loading_image
{
    margin-top:45px;
}

.school_box 
{
    border-top:1px solid #ccc;
    overflow:auto;
    padding-top:10px;
}

.school_image 
{
    float:left;
    width:210px;
    margin-right:40px;
    display:block;
}
.school_image img
{
    max-width:210px;
    max-height:100px;
}

.school_details 
{
    float:left;
    display:block;
}

.find_form 
{
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.fmsTitle 
{
    border-bottom: 6px dotted #CCCCCC;
    height: 0.62em;
    margin-bottom: 1.4em;
    text-align: center;
    }
    .fmsTitle:first-line {
        background-color: white;
    }
.schoolLoginButton 
{
    background-color: #CACACA;
    clear: both;
    display: inline-block;
    font-family: 'Nunito',sans-serif;
    font-size: 3em;
    padding: 0.3em 1em;
    text-align: center;
    margin-top: 20px;
    }
    
.find_form label
{
    display:inline-block;
    width: 40%;
    font-size:1.1em;
   	font-family: 'Oswald', sans-serif;
	color:#6CBD45;

}
.find_form div.leftCol 
{
    float:left;
    width:50%;
    clear:both;
    padding-bottom:5px;
}
.find_form div.rightCol 
{
    float:left;
    width:50%;
    padding-bottom:5px;
}

.find_form input[type=text]
{
    width:244px;
    font-size:1.1em;
}
.find_form select
{
    width:250px;
    font-size:1.1em;
}


.find_form input[type=submit] 
{
    width:100%;
    font-size:1.4em;
    margin-top:10px;
}

.form 
{
    overflow:auto;
}
.form label
{
    display:inline-block;
    width: 40%;
    float:left;
    clear:left;
    margin-bottom:5px;
}
.form input,.form select
{
    float:left;
    margin-bottom:5px;
}
.form input[type=submit],.form input[type=button]
{
   clear:both;
   float:right;
}



.optGroups option 
{
    padding-left:12px !important;    
}
.optGroups option.optGroup
{
    padding-left:3px !important;    
    font-weight:bold !important;
}

.optGroups option[disabled=disabled]
{
    background-color:#ececec;
    padding-left:3px !important;    
    font-weight:bold !important;
}
.validationSummary 
{
    clear:both;
    color:#eb008b;
}

.validationItem 
{
    display:inline-block;
    float:left;
    margin-right:5px;
    color:#eb008b;
}

.message 
{
        color:#2b73d7;
}
.margin_bottom 
{
    margin-bottom:10px;
}
.margin_top
{
    margin-top:10px;
}

.overlay 
{
    position:fixed;
    left:0px;
    top:0px;
    text-align:center;
    padding-top:200px;
    width:100%;
    height:100%;
    background-color:#fff;
    /* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.8;
    z-index:1500;
}

.overlayContent 
{
    width:600px;
    padding:20px;
    border:5px solid #58585a;
    position:fixed;
    top:145px;
    left:50%;
    margin-left:-300px;
    margin-top:0;
    z-index:1501;
    background-color:#fff;
 
}

#capsMessage 
{
    position:absolute;
    left:-1000px;
    top:-1000px;    
    display:none;
    width:120px;
    z-index:10001;
}

input.quantity
{
    width:50px;
}

.purchase_table
{
    margin-bottom:10px;
}

.purchase_table td
{
    vertical-align:top;
}
.portlet_div 
{
    float:left;
}
.bold 
{
    font-weight:bold;
}

.az 
{
    padding:0;
    }

.az li 
{
	font-family: 'Oswald', sans-serif;
    float:left;
    list-style-type:none;    
    padding:0px;
    margin-right:22px;
}
.topImage 
{
    margin: 0 auto;
    width: 960px;
    position: relative;
    z-index: 1000;
    }
    .topImage img 
    {
        position: absolute;
        top: 0;
        z-index: 2000;
    }
    
/*#menu {position:absolute; top:57px; left:0; width:100%; display:none;}
dock styling...*/
/*...centre the dock...*/
#menu div.jqDockWrap {margin:0 auto;}
/*...set the cursor...*/
#menu div.jqDock {cursor:pointer; }
/*#menu .jqDockItem { margin-right: 1.5px !important;}*/
    #menu {background-image:url(/images/white_opaque.png);
    top:-115px;
    left:0;
    position:absolute;
    width:100%;
    height:75px;
    padding:0px 0 42px;
    text-align:center;
    display:none;}
    
.signup_inputbox {
    /*background-color: #AA88A8;
    border: 0 none;
    color: #FFFFFF;
    float: right;*/
    font-size: 0.8em;
    height: 22px;
    margin: 0 0 8px;
    padding: 0 0 0 2px;
    width: 50%;
    font-family: Arial,Helvetica,sans-serif !important; 
}
.signup_label {
    border: 0 none;
    /*color: #FFFFFF;
    display: inline-block;*/
    float: left;
    font-size: 0.8em;
    margin: 5px 0 2px;
    width: 25%;
}

.signup_checkbox input
{
    /*border: 0 none;
    height: 0;
    margin-top: 0;*/
}

.signup_checkbox label
{
    font-size: 0.8em;
}

.signup_checkbox input, .signup_checkbox textarea, .signup_checkbox select { font-family: Arial,Helvetica,sans-serif !important; }

.margRightBtn { margin-right: 235px; }

.errorText { color: #EB008B; font-size: 0.8em; font-weight: bold; float: left; }
.text_red { color: #EB008B; }
.text_blue{ color: #00adef; }
.signup_updatingbox { color: #01ACF1; font-weight: bold; }

.bag_image_logo { /*width: 100%;*/ max-width: 100% !important; max-height: 100% !important; }


.reqQuoteMain
{
    background-color:#58585a;
    color:#fff;
    padding:5px;
    padding-bottom:25px;
}

.reqQuoteMain h1{   
    font-family: "Oswald",sans-serif;
    font-size: 3em;
    font-weight: bold;
}

.reqQuoteMain body{   
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: medium;
}

.reqQuoteMain .signup_inputbox {
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 0.8em;
    height: 22px;
    margin: 0 0 8px;
    padding: 0 0 0 2px;
    width: 40%;
}

.reqQuoteMain .signup_label {
    border: 0 none;
    float: left;
    font-size: 0.8em;
    margin: 5px 15px 2px;
    width: 25%;
}

.reqQuoteMain .margRightBtn {
    margin-right: 180px;
}

.reqQuoteMain .marTopMinus{
    margin-top: -43px;
}
.reqQuoteMain .whiteborder{
    border: 1px solid white !important;
}
.reqQuoteMain .left {float:left;}

.text_right {
    text-align:right;
    padding-right:25px;
}

.font5 {
    font-size:5em !important;
}

.center{text-align:center;}