

body
{
    font-size: 15px;
    height: 100%;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

p
{
    line-height: 1.3rem;
}

a {text-decoration: underline;}

.row {max-width: 62rem;}

.collapse-left {padding-left: 0;}
.collapse-right {padding-right: 0;}

table.reset
{
    margin: 0;
    padding: 0;
    border: none;
}

table.reset td
{
    padding: 0;
    vertical-align: top;
}

h1, h2, h3, h4
{
    font-family: 'Flexo-BoldIt', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #0082b7;
    
}

h1 a, h2 a, h3 a, h4 a
{
  	text-decoration: none;
}

h1
{
    font-size: 2.0rem;
    padding: 1rem 0 1rem 0;
    margin: 0;
  	line-height: 1.9rem;
}

h2
{
    font-size: 1.8rem;
    margin: 1.5rem 0 1.5rem 0;
  	line-height: 1.9rem;
}

h3
{
    font-size: 1.5rem;
    margin: 0.4rem 0 0 0;
  	line-height: 1.9rem;
}

h4
{
    font-size: 1.2rem;
  	line-height: 1.5rem;
}

h5
{
    font-size: 1.0rem;
    font-weight: bold;
}

.theme-white .top-border
{
    border-top: 1px solid #93c4d8;
    padding-top: 1.0rem;
}

.theme-white .bottom-border
{
    border-bottom: 1px solid #93c4d8;
}

.theme-green
{
    border-top: 1px solid #b3d49c;
    border-bottom: 1px solid #b3d49c;
    background-color: #e3f0da;
    background-image: url('../../img/bg-curved-shadow-green.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 60px;
}

.theme-green h1, .theme-green h2, .theme-green h3
{
    color: #597b42;
}

.theme-sand
{
    background-color: #ebe9d9;
    border-top: 1px solid #bab79e;
    border-bottom: 1px solid #bab79e;
    background-image: url('../../img/bg-curved-shadow-sand.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 60px;
}

.theme-sand h2, .theme-sand h3, .theme-sand p
{
    color: #5f5c43;
}

.theme-blue
{
    background-color: #e3f5ff;
    border-top: 1px solid #93c4d8;
    border-bottom: 1px solid #93c4d8;
    background-image: url('../../img/bg-curved-shadow-blue.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 60px;
}

.preload
{
    display: none;
}

.footer
{
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0.8rem 0;
    background: #444444;
}

.footer p, .footer a
{
    font-size: 0.8rem;
    color: #ffffff;
    margin: 0;
}

button, .button
{
    padding: .5rem .9rem .5rem .9rem;
    color: white;
    border-radius: 10px;
    -moz-border-radius: 10px;
    border: 3px solid white;
    font-family: 'Flexo-BoldIt', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 1.1rem;
    margin: 0 0.5rem;
    background: #ff7e00;
}

button:hover, button:focus, .button:hover, .button:focus
{
    background: #ffa229;
    color: #fff;
}

button.secondary, .button.secondary
{
    background: #56a213;
    color: #fff;
    border-color: #fff;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus
{
    background: #58bc00;
    color: #fff;
}

button.small, .button.small
{
    padding: .5rem .8rem .5rem .8rem;
    color: white;
    border-radius: 8px;
    -moz-border-radius: 8px;
    border: none;
    font-size: 0.9rem;
    font-weight: bold;
}

.button-group
{
    text-align: center;
    position: relative;
}

.button-group.start
{
    margin-top: 12px;
}

.button-group .cancel
{
    position: absolute;
    right: 0;
    top: 0;
}

.button-group button
{
    display: inline-block;
    margin: 0 10px;
    position: relative;
    z-index: 3;
}

.button-group hr
{
    background: #acc2d6;
    border: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 2px;
}

.tabs
{
    display: inline-block;
    margin: 0 !important;
    margin-bottom: 0 !important;
}

.tabs dd a
{
    margin: 0 4px;
    padding: 6px 16px;
    color: #005577;
    font-weight: bold;
    text-decoration: none;
    background: #e1f2fd;
    border: 1px solid #93c4d8;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

.tabs dd a:hover
{
    background: #d4e5f0;
}

.tabs dd.active a
{
    color: #ffffff;
    background: #0082b7;
    border: 1px solid #0082b7;
}

fieldset
{
    border: 0;
    margin: 0;
    padding: 0;
}

select {
  border-radius: 10px;
  -moz-border-radius:10px;
  border:0;
  padding-left:15px;
  border:1px solid #abcce8;
  padding:0 0.8rem;
  height:2rem;
}

input[type="password"], input[type="email"], input[type="text"] {
	border-radius: 10px;
	-moz-border-radius:10px;
	border:0;
	padding-left:15px;
	border:1px solid #abcce8;
	padding:0 0.8rem;
	height:2.3rem;
}

.field-additional-link
{
    position: relative;
    top: -14px;
    font-size: 0.7rem;
    text-align: center;
}

.checkbox-info
{
    margin: 0;
    position: relative;
    top: -0.8rem;
    left: 1.5rem;
    color: #555555;
}


.hidden
{
    display: none;
}

.collapse
{
    padding: 0;
}

.no-margin{margin:0;}

.center
{
    margin-left: auto;
    margin-right: auto;
}

.pos-relative {position: relative;}

.margin-top-1rem {margin-top: 1.0rem;}
.margin-top-2rem {margin-top: 2.0rem;}
.margin-right-1rem {margin-right: 1.0rem;}
.margin-left-1rem {margin-left: 1.0rem;}
.margin-bottom-1rem {margin-bottom: 1.0rem;}

@media screen 
and (min-width: 769px)
and (max-width: 1023px)
{
    .row
    {
        margin: 0;
    }
}

@media screen and (max-width: 768px)
{
    .row
    {
        margin: 0;
    }
}

